html, body {
    margin: 0;
    padding: 0;
}
  *, *::before, *::after {
    box-sizing: border-box;
}
#page{
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    row-gap: 150px;
}
#burgerMenu{
    display: none;
}
/* Оверлаей */
#overlay{
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: 0.3s;
}
#overlay.blur {
    filter: blur(10px);
}
main{
    flex: 1;
}
#burgerMenu{
    display: none;
}
    /*Товар*/
.product-contener{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 650px;
}
.img-global{
    display: flex;
    flex-direction: row;
}
.ArrowDiv{
    height: 640px;
    width: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ArrowDiv1{
    padding-right: 20px;
}
.ArrowDiv2{
    padding-left: 20px;
}
.ArrowImg2{
    transform: rotate(-90deg);
}
.ArrowImg1{
    transform: rotate(90deg);
}
.Arrow{
    cursor: pointer;
    box-shadow: 2px 2px 5px 0px rgba(75, 75, 75, 0.3);
    width: 42px;
    height: 42px;
    background-color: rgba(110, 163, 111, 0.8);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-img-contener{
    position: relative;
    overflow: hidden;
    width: 640px;
    height: 640px;
    border-radius: 10px;
}
#slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%; /* будет расширяться автоматически */
    height: 100%;
}
.product-img{
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.name_price_btn{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20px 0;
}
.price_btn{
    display: flex;
    flex-direction: column;
    gap: 0px 0;
}
.product-info{
    display: flex;
    flex-direction: column;
    position: relative;
    right: -30px;
}
.product-name{
    position: relative;
    top: 15px;
    font-size: 20px;
    font-weight: medium;
}
.product-price{
    position: relative;
    bottom: 20px;
    font-size: 30px;
    font-weight: 800;
}
.bay{
    border: 0;
    width: 300px;
    height: 70px;
    border-radius: 10px;
    background: -webkit-linear-gradient(180deg, #e8f214,#87cd55,#4aa06c);
    background: linear-gradient(180deg, #e8f214,#87cd55,#4aa06c);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    bottom: 30px;
    cursor: pointer;
    box-shadow: 5px 5px 15px 0px rgba(75, 75, 75, 0.5);
}
.Description-contenir{
    border: 1px solid #6EA36F;
    padding: 0 20px;
    flex: 1 1 200px;
    max-width: 300px;
    border-radius: 10px;
}
.Description{
    font-size: 20px;
    word-wrap: break-word;     /* Переносит длинные слова */
    overflow-wrap: break-word; /* Современный аналог, лучше использовать */
    white-space: normal;      
}
#Description-baz{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 30px;
    position: relative;
    left: -30px;
    top: 30px;
}
@media (max-width: 1280px){
    #overlay{
        margin-top: 170px;
    }
    #page{
        row-gap: 100px;
    }

    /*Товар*/
.product-img-contener{
    width: 440px;
    height: 440px;
}
.bay{
    width: 261px;
    height: 61px;
}
.ArrowDiv{
    height: 440px;
    width: 34px;
}
.ArrowDiv1{
    padding-right: 20px;
}
.ArrowDiv2{
    padding-left: 20px;
}
.ArrowImg2{
    width: 16px;
    height: 16px;
}
.ArrowImg1{
    width: 16px;
    height: 16px;
}
.Arrow{
    box-shadow: 2px 2px 5px 0px rgba(75, 75, 75, 0.3);
    width: 34px;
    height: 34px;
    border-radius: 8px;
}
}
@media (max-width: 1100px){
    #burgerMenu{
        border-radius: 10%;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
        position: fixed;
        justify-content: center;
        height: 200px;
        width: 200px;
        background: -webkit-linear-gradient(180deg, #e8f214,#87cd55,#4aa06c);
        background: linear-gradient(180deg, #e8f214,#87cd55,#4aa06c);
        top: 90px;
        left: 0;
        transform: translateX(0);
        transition: all 0.3s ease 0s;
        margin-left: 100%;
    }
    #burgerMenu.active{
        z-index: 100;
        transform: translateX(-110%)
    }
    .burger-menu-a{
        color: black;
        font-size: 20px;
        font-weight: medium;
    }
}
@media (max-width: 1000px){
    .ArrowDiv{
        height: 340px;
        width: 23px;
    }
    .ArrowDiv1{
        padding-right: 15px;
    }
    .ArrowDiv2{
        padding-left: 15px;
    }
    .ArrowImg2{
        width: 10px;
        height: 10px;
    }
    .ArrowImg1{
        width: 10px;
        height: 10px;
    }
    .Arrow{
        box-shadow: 2px 2px 5px 0px rgba(75, 75, 75, 0.3);
        width: 23px;
        height: 23px;
        border-radius: 5px;
    }
/*Товар*/
.product-img-contener{
    width: 340px;
    height: 340px;
}
.product-name{
    font-size: 15px;
}
.product-price{
    font-size: 20px;
}
.bay{
    width: 180px;
    height: 42px;
    font-size: 20px;
}
#Description-baz{
    padding: 0 20px;
    left: -20px;
}
.Description-contenir{
    border: 1px solid #6EA36F;
    padding: 0 10px;
    flex: 1 1 200px;
    max-width: 200px;
    border-radius: 10px;
}
.Description{
    position: relative;
    font-size: 15px;
}
.Description-h2{
    font-size: 20px;
}
}
@media (max-width: 700px){
    #overlay{
        margin-top: 120px;
    }
    #burgerMenu{
        top: 70px;
        row-gap: 20px;
        height: 150px;
        width: 150px;
    }
    .burger-menu-a{
        font-size: 15px;
    }
    #page{
        flex-direction: column;
        align-items: center;
        row-gap: 150px;
    }
    .product-contener{
        flex-direction: column;
        align-items: center;
        height: 1000px;
    }
    .img-global{
        display: flex;
        flex-direction: row;
        column-gap: 10px;
    }
    .ArrowDiv{
        height: 300px;
        width: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .ArrowImg1,
    .ArrowImg2{
        width: 15px;
        height: 15px;
    }
    .Arrow{
        width: 32px;
        height: 32px;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
    }
    .product-img-contener{
        overflow: hidden;
        width: 300px;
        height: 300px;
        border-radius: 10px;
    }
    #slider-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%; /* будет расширяться автоматически */
        height: 100%;
    }
    .product-img{
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-info{
        display: flex;
        flex-direction: column;
        position: relative;
        right: -30px;
        gap: 100px 0;
    }
    .name_price_btn{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        gap: 20px 0;
    }
    .price_btn{
        display: flex;
        flex-direction: column;
        gap: 0px 0;
    }
    .product-name{
        position: relative;
        top: 0;
        bottom: 0;
        font-size: 20px;
        font-weight: medium;
    }
    .product-price{
        position: relative;
        bottom: 0;
        top: 0;
        font-size: 20px;
        font-weight: 800;
    }
    .bay{
        border: 0;
        width: 300px;
        height: 54px;
        border-radius: 10px;
        background: -webkit-linear-gradient(180deg, #e8f214,#87cd55,#4aa06c);
        background: linear-gradient(180deg, #e8f214,#87cd55,#4aa06c);
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2px;
        position: relative;
        bottom: 0;
        top: 0;
        cursor: pointer;
        box-shadow: 5px 5px 15px 0px rgba(75, 75, 75, 0.5);
    }
    .Description-contenir{
        border: 1px solid #6EA36F;
        padding: 0 20px;
        flex: 1 1 200px;
        max-width: 300px;
        border-radius: 10px;
    }
    .Description{
        font-size: 20px;
        word-wrap: break-word;     /* Переносит длинные слова */
        overflow-wrap: break-word; /* Современный аналог, лучше использовать */
        white-space: normal;      
    }
    #Description-baz{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 30px;
        position: relative;
        left: -30px;
        top: 30px;
    }
}
@media (max-width: 425px){
    #overlay{
        margin-top: 130px;
    }
    #page{
        flex-direction: column;
        align-items: center;
        row-gap: 150px;
    }
    .product-contener{
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .img-global{
        display: flex;
        flex-direction: row;
        column-gap: 5px;
    }
    .ArrowDiv{
        height: 200px;
        width: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .ArrowImg1,
    .ArrowImg2{
        width: 10px;
        height: 10px;
    }
    .Arrow{
        width: 20px;
        height: 20px;
        border-radius: 3px;
        justify-content: center;
        align-items: center;
    }
    .product-img-contener{
        overflow: hidden;
        width: 200px;
        height: 200px;
        border-radius: 10px;
    }
    .product-info{
        flex-direction: column;
        position: relative;
        right: -30px;
        gap: 100px 0;
    }
    .name_price_btn{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        gap: 20px 0;
    }
    .price_btn{
        display: flex;
        flex-direction: column;
        gap: 0px 0;
    }
    .product-name{
        position: relative;
        top: 0;
        bottom: 0;
        font-size: 15px;
        font-weight: medium;
    }
    .product-price{
        position: relative;
        bottom: 0;
        top: 0;
        font-size: 20px;
        font-weight: 800;
    }
    .bay{
        border: 0;
        width: 200px;
        height: 40px;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2px;
        position: relative;
        bottom: 0;
        top: 0;
        cursor: pointer;
        box-shadow: 5px 5px 15px 0px rgba(75, 75, 75, 0.5);
    }
    .Description-contenir{
        border: 1px solid #6EA36F;
        padding: 0 20px;
        flex: 1 1 200px;
        max-width: 200px;
        border-radius: 10px;
    }
    .Description{
        font-size: 20px;
        word-wrap: break-word;     /* Переносит длинные слова */
        overflow-wrap: break-word; /* Современный аналог, лучше использовать */
        white-space: normal;      
    }
    #Description-baz{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 30px;
        position: relative;
        left: -30px;
        top: 30px;
    }     
}