* {
    padding: 0;
    margin: 0;
    border: none;
    font-family: "Jost", serif;
    
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
li
aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
    font-family: var(--first-family);
}
ul{
    list-style: none;

}
a{
    text-decoration: none;
}
html {
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
}

body{
    background-color: rgba(245, 245, 247, 1);
}


/*HEADER START*/

.header{
    background-color: rgba(40, 178, 72, 1);
    margin: 1rem auto;
    max-width: 152rem;
    border-radius: 1rem;
    padding: 0 2.6rem;
    margin-bottom: 2rem;

}




.header__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container{
    margin: 0 auto;
    max-width: 152rem;
    /* padding: 0 2rem; */
}
.header__logo{
    display: flex;
    align-items: center;
    margin-right: 10rem;
}
.logo__text p{
    font-size: 3.2rem;
    color: #fff;
}
.info_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in, visibility 0.4s ease-in;

}

.overlay.show {
    opacity: 1;
    visibility: visible;

}

.show-info-adress {
    background-color: #fff;
    position: relative;
    padding: 45px 120px;
    color: rgba(40, 178, 72, 1);
    transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.show-info-adress.show {
    opacity: 1;
    visibility: visible;
}

.show-info-adress p {
    font-size: 18px;
}

.show-info-adress h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.btn__wrapper{
    font-size: 2.4rem;
    font-weight: 200;
    
}

.btn__wrapper a{
    color: #fff;
    margin-right: 2rem;
    transition: .3s ease-in-out;
}

.btn__wrapper a:hover{
    font-weight: 400;
}

.phone__item{
    color: #fff;
    font-size: 1.4rem;
}

.phone__item {
    display: flex;
    align-items: center;
    transition: .3s ease-in-out;
}

.phone__item::before {
    content: '';
    background-image: url('test__image/Call Icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}

.phone__item:hover{
    font-size: 1.6rem;
}

.nav__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout-button{
    display: flex;
    align-items: center;
}
button {
    all: unset;
    cursor: pointer;
}

button {
    all: unset;
    cursor: pointer;
}

.nav-btn_cart{
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 1.1rem;
    
}
.checkout-button{
    font-size: 1.4rem;
    color: #fff;
    display: flex;
    gap: 1rem;
}

.tel_checkout__block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}


/*MAIN START*/

.main__nav{
    display: flex;
    justify-content: center;
    width: 742px;
    margin: 0% auto;
    background-color: rgba(40, 178, 72, 1);
    border-radius: 1rem;
    margin-bottom: 5.2rem;
    margin-top: 5rem;
    position: sticky;
    top: 1rem;
    z-index: 2;
}
.main__nav_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    gap: 1rem;
    padding: 1rem;
    margin-right: 1.5rem;
    color: #fff;
    text-align: center;
    transition: .3s ease-in-out;
}

.main__nav_btn:hover{
    transform: translateY(-6px);
}

.slaider__block{
    width: 100%;
}

/*FOOTER*/
footer {
    background-color: #ffffff;
    color: #019849;
    padding: 20px 0;
   
}


.footer .container-footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}


.footer-info {
    max-width: 300px;
}

.footer-info h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 37px;
    font-weight: 400;
}

.footer-info p {
    color: #019849;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}


.footer-info a {
    color: #019849;
    text-decoration: none;
    font-size: 21px;
    font-weight: 900;
    line-height: 33px;
    align-items: center;
    text-align: center;

}

.footer-info .footer-tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;

}

.footer-info .footer-tel img {
    width: 26px;
    height: 26px;

}

.footer-about {
    line-height: 28px;
    font-size: 16px;
}


.footer-about {
    line-height: 28px;
    font-size: 16px;
}

.footer-about a {
    cursor: pointer;
    color: #019849;
    font-weight: 400;
    font-size: 16px;
}

.footer-about .delivery {
    line-height: 50px;
}


.footer-about h4 {
    font-size: 18px;
    font-weight: 700;
}


.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links .qr-section {
    display: block;
    width: 150px;
    align-items: center;
    text-align: center;


}




.footer-links .qr-section img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.footer-links .qr-section p {
    font-size: 16px;
    font-weight: 400;
}




.footer-links .socials a {
    color: #ff007f;
    font-size: 16px;

}

.footer-map iframe {
    border: none;
    border-radius: 8px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #019849;
    padding-top: 10px;
    color: #019849;

}
/*CHANGESS*/


#myBtn {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(40, 178, 72, 1);
    color: white;
    cursor: pointer;
    padding: 0.2rem;
    border-radius: 50%;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  
}

.arrow_top-img {
    width: 50px;
    height: 50px;
}

#myBtn:hover {
    background-color: #019849;
}
#myBtn.show {
    opacity: 1;
    visibility: visible;
}


.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header_mobile{
    display: none;
}



.none {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 90px;
    right: 6px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: .3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.none.show {
    opacity: 1;
    /* Делает кнопку видимой */
    visibility: visible;
    /* Доступна для кликов */
}

.checkout-button {
    background-color: rgba(40, 178, 72, 1);;
    padding: 1.5rem;
    display: flex;
    border-radius: 50%;
    align-items: center;
}

.dist__wraper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.know__more {
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    color: #a1a1a1;
}




/* Слайдер */
.slider__wrapper {
    position: relative;
    max-width: 150rem;
    margin: 0 auto;
    overflow: hidden;
	overflow-y:clip;
    margin-bottom: 10rem;
}

.slider {
    display: flex;
    aspect-ratio: 16 / 5;
    overflow-x: auto;
	overflow-y:clip;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    /* box-shadow: 0 1.5rem 3rem -0.75rem rgba(0, 0, 0, 0.25); */
    border-radius: 2.5rem;
}

.slider::-webkit-scrollbar {
    width: 0;
    display: none;
}

.slide {
    position: relative;
    flex: 1 0 100%;
    /* Каждая картинка занимает 100% ширины контейнера */
    scroll-snap-align: start;
}

.slide__image {
    width: 100%;
    display: flex;
    aspect-ratio: 16 / 5;
    border-radius: 2.5rem;
}
.slide__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0.5rem;
}   

/* Текст на слайде */
.slide-text {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    max-width: 80%;
}

.disc__Text{
    font-size: 1.8rem;
    text-align: center;
    overflow-wrap: break-word;
}


.show__Text{
    background-color: #fff;
        position: relative;
        padding: 45px 120px;
        color: rgba(40, 178, 72, 1);
        transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
        opacity: 0;
        visibility: hidden;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 60rem;
}
.overlay__Text{
    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
}
.overlay__Text {
    opacity: 1;
    visibility: visible;

}

.show__Text.show {
    opacity: 1;
    visibility: visible;
}


@media (max-width:1024px){
    .header__logo{
        margin-right: 0;
    }
    .slider__wrapper {
        margin: 0rem 2rem 10rem 2rem;
    }
}

@media (max-width:768px) {
    .header{
        margin: 0 auto;
        border-radius: 0;
        display: none;
    }
    .header_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(40, 178, 72, 1);
        padding: 0 2rem;
       
    }
    
    .off_screen_menu {
        height: 100vh;
        width: 100%;
        max-width: 300px;
        position: fixed;
        top: 0;
        right: -450px;
        background-color: #fff;
        transition: .3s ease;
        padding: 48px 18px 38px;
    }

    
    .off_screen_menu.active {
        right: 0;
        z-index: 3;
    }

    .off_screen_menu.hide {
        right: -450px;
        z-index: 3;
    }

    .cross {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .btn__wrapper a{
        color: rgba(40, 178, 72, 1);
        font-weight: 400;
        
    }
    .ham__menu{
        display: flex;
        align-items: center;
    
    }
    .ham_Btn{
        margin-right: 1rem;
    }
    .ham__btn-img{
        width: 45px;
    }
    .nav__list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 2rem;
        text-align: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .burder_menu_bottom{
        margin-top: 35rem;
    }
    .menu_bottom_phone {
        margin-bottom: 2rem;
    }

    .menu_bottom_phone p {
        font-weight: 300;
        font-size: 2rem;
    }
    .item_burger_btn {
        color: #ffffff;
        background-color: #019849;
        border-radius: 9px;
        padding: 1rem 1.5rem;
        font-size: 1.3rem;
        font-weight: 700;
        transition: 0.3s ease-in-out;
    }

    .main__nav{
        overflow-x: scroll;
        max-width: 900px;
        white-space: nowrap;
        width: 100%;
        
    }
    .slider{
        aspect-ratio: 16 / 9;
    }
    .slide__image{
        aspect-ratio: 16 / 9;
    }
}

@media (max-width:680px){
    .main__nav{
                justify-content: left;
    }
	
	.know__more {
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 1.3rem;
    color: #a1a1a1;
	padding-top: 2rem;
    }
}

@media (max-width:375px) {
    .product__card{
        width: 33.2rem;
    }
	
	.know__more {
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    color: #a1a1a1;
	padding-top: 2rem;
    }
}


/*CARDSSS*/
.product__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    place-items: center;
    gap: 4rem;
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; */

}

.product__card {
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 37.9rem;
    height: 59.5rem;
    box-shadow: 4px 0px 10px 0px rgba(34, 60, 80, 0.2);
    margin-bottom: 2rem;
    background-color: #fff;
    /* height: 59.6rem; */

}

.product__card:hover {
    transition: 0.3s ease-in-out;

    box-shadow: 11px -25px 62px 0px rgba(0, 0, 0, 0.25);
}

.card__image img {
    width: 33.1rem;
    height: 29rem;
    border-radius: 1.2rem;
    margin-top: 2.8rem;
    margin-bottom: 1.5rem;

}

.card__content {

    flex-direction: column;
    align-items: center;

}

.card__price {
    font-size: 2.5rem;
    color: #1D1D1F;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-left: 1.7rem;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 59%;
	z-index: 4;

}

.discount {
    font-size: 2.4rem;
    color: #28B248;
    text-decoration: line-through;
}

.product_name_item {
    line-height: 1;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: left;
    margin-left: 1rem;
}

.card__product_disc{
    display: grid;
    place-items: center;
}


.product_disc_item {
    line-height: 1.2;
    color: #7d7d7d;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    margin-left: 3rem;
    text-align: left;
}

.card__disc_button {
    margin-bottom: 3.5rem;
}

.disc__button_item {
    color: #ffffff;
    background-color: #019849;
    border-radius: 9px;
    padding: 1rem 7.5rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.card__bottom_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    width: 100%;
    padding: 0 2rem;
    padding-top: 2rem;
	z-index: 4;

}

.card__counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0rem 0.4rem;
    margin-right: 0.5rem;
}

.counter_nums {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 2rem;
}

.card__bottom_button {
    width: 10.8rem;
    height: 4.6rem;
    align-items: center;
    display: flex;
    background-color: #28B248;
    border-radius: 1rem;

}
.disc__btn{
    background-color: rgba(40, 178, 72, 1);
    color: #fff;
    padding: 0.7rem 8rem;
    margin-top: 0.7rem;
    font-size: 1.75rem;
    border-radius: 1rem;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
}

.card__bottom_button a {
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
}

@media (max-width:768px){
    .product__card{
            width: 36.9rem;
    }
    .product__cards{
        gap: 0;
    }
    .show__Text{
        margin: 0 2rem;
        padding: 45px 32px;
    }
        .show-info-adress{
        margin: 0 2rem;
        padding: 45px 10px;
    }
}





