* {
    box-sizing: border-box;
}

body{
    margin: 0%;

}


.Main_page{
    background-color: #000;
    color: black;
    /* margin-top: 20px; */
}

/* .Main_page h1 {
    font-size: 4rem;
}

.Main_page p {
    font-size: 2rem;
    margin-bottom: 3rem;    
} */
/* .BG{
    width: 100%;
    margin-top: 10px;
    position:absolute;
} */

.text_main{
    position: relative;
    display: flex;
    justify-content: center;
    font-family: 'Inter';
    margin-left: 650px;
    padding-top:190px;
    font-size: 54px;
    font-weight: 600;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.Header{
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.nav{
    display: flex;
    justify-content: center;
    padding-left: 10px;
}

.nav_button{
    font-family: 'inter';
    padding-left: 40px;
    font-size: 14px;
    font-weight: 600;
}

.link{
    color: black;
    text-decoration: none;
}

.Profile_and_Cart{
    display: flex;
    padding-top: 7px;
}

.Cart{
    padding-right: 30px;
}

.text_post_main{
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 640px;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
}

.Banner{
    margin-top: 150px;
    display: flex;
    justify-content: center;
    position: relative;
}

.Banner_Text{
    position: absolute;
    margin-right: 200px;
    margin-top: 50px;
    font-size: 27px;
    font-family: Inter;
    font-weight: 600;
}

.Banner_Button{
    position: absolute;
    margin-top: 200px;
    margin-right: 360px;
}

.Leaders_text{
    text-align: center;
    font-family: Inter;
    font-weight: 900;
    font-size: 54px;
    margin-top: 132px;
}

.row1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    
}

.price{
    font-family: Inter;
    font-weight: 900;
}

.description{
    font-family: Inter;
    font-weight: 400;
}
.Buy_button{
    margin-top: 10px;
}

.Cactus1{
    margin-right: 150px
}

.Cactus2{
    margin-left: 150px;
}

.soput_text{
    margin-top: 150px;
    text-align: center;
    font-family: Inter;
    font-weight: 900;
    font-size: 50px;
}

.Soput_Tovar{
    margin-top: 100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Soput_Cactus{
    margin-right: 100px;
}

.Soput_Udobrenie{
    margin-left: 100px;
}

.AboutUs h1{
    text-align: center;
    font-family: Inter;
    font-weight: 900;
    font-size: 54px;
    margin-top: 132px;
}

.AboutUs p{
    text-align: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 25px;
}

.Map{
    display: flex;
    justify-content: center;
}

.Footer_BG{
    margin-top: 300px;
    position: absolute;
    width: 100%;
    margin-bottom: 0%   ;
}

.Footer_elements{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-top: 350px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
