.glavn{
    padding-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.glavn_self{
    padding: 30px;
    width: 1450px;
    height: 840px;
    background: #FFFFFF;
    border-radius: 30px;
    background-image: url("/img/pages/fon.webp");
    background-size: cover;
}
.glavn_name{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    text-transform: uppercase;
    color: #0068AF;
    text-shadow: 0px 7px 70px rgba(255, 255, 255, 0.9);
}
.glavn_specifications{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 100%;
}
.glavn_specifications_name{
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0068AF;
}
.glavn_description{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #747474;
}
.glavn_food{
    width: 1300px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 27px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 0 0 10px #00000038;
    position: relative;
    top: -120px;
}
.glavn_specifications_img{
    width: 75px;
    height: 75px;
}