* {
    box-sizing: border-box;
}

body{
    margin: 0%;

}
.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;
}

.Main_text{
    text-align: center;
    font-family: Inter;
    font-weight: 900;
    font-size: 54px;
}

.Search{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

form {
    position: relative;
    width: 500px;
    margin: 0 auto;
}
input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid black;
    border-radius: 5px;
    outline: none;
    background: white;
    color: #9E9C9C;
}
.button_search {
    position: absolute;
    top: 0;
    right: 0px;
    width: 80px;
    height: 42px;
    border: none;
    background: black;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
button:before {
    font-family: 'Inter';
    font-weight: 600;
    content: "Найти";
    font-size: 16px;
    color: white;
}

.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;
}

.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;
}
