@media (max-width: 1000px){
    .content{
        /* margin-top: 80px; */
    }
    .about__rec .text{
        font-size: small;
    }
    .about__zil .text{
        font-size: small;
    }

    .grid{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: minmax(100px, auto);
        grid-template-areas:
        "b b b b b b b b b b b b"
        "c c c c c c c c c c c c"
        "a a a a a a a a a a a a"
        ". j j j j j j j j j j ."
        "w w w w w w w w w w w w"
        "d d d d d d d d d d d d"
        "f f f f f f f f f f f f"
        "p p p p p p p p p p p p"
        "h h h h h h h h h h h h"
        "e e e e e e e e e e e e"
        "g g g g g g g g g g g g";
    }
    
    .link__main {
        display:none;
    }
    
    .link__side {
        display:none;
    }
    .header{
        padding: 3.5em 2em;
    }
    .flex-center h2 {
        margin-top: 4rem;
        
    }
    .text__img img {
    width: 50%;
    }
    .links{
        justify-content: center;
    }
    .header[data-scroll="out"] {
    transform: translatey(0);
    }
    .delivery img {
        width: 100%;
    }
    .modal-content {
        width: 97%;
        max-width: 100%;
    }
    .form__input {
    font-size: 2rem;
    height: 100px;
    }
}