    @media screen and (min-width: 767px) {
        body {
            font-family: 'Andale Mono', serif;
            font-size: 18px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
            margin: 0;
            padding: 0;
            background-image: url("../img/1.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            text-align: center;
          
            
        }

    .img_recept {

        width: 90%;
        margin: auto;
        border-radius: 40px;
        padding: 10px;
        margin-top: 25px;
        border: 7px solid #f4c4d2;
    }

    .img_recept_shag {

        width: 70%;
        margin: auto;
        border-radius: 40px;
        padding: 10px;
        margin-top: 25px;
        border: 7px solid #f4c4d2;
    }

        .toppink {
            max-width: 80px;
            transition: 0.5s ease;
            cursor: pointer;
        }

        .toppink:hover {
            transform: scale(1.1);
            transition: 0.5s ease;
            cursor: pointer;
        }

        .desklang {
            display: inline-block;
        }

        .moblang {
            display: inline-block;
        }

        .head {
            width: 100%;
            margin-top: -46%;
            margin-bottom: -1%;

        }

        .contentindex {
            width: 35%;
            margin: auto;
            border-radius: 30px;
            padding: 20px;
            margin-top: 25px;
            margin-bottom: 25px;
            background-color: #aee3d1;
            /*background-color: #f4c4d2;*/
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);

        }
    }


    @media screen and (max-width: 767px) {
        body {
            font-family: 'Andale Mono', serif;
            font-size: 18px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
            margin: 0;
            padding: 0;
            background-image: url("../img/1w.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            text-align: center;

        }
        
    .img_recept {

        width: 90%;
        margin: auto;
        border-radius: 40px;
        padding: 10px;
        margin-top: 25px;
        border: 7px solid #f4c4d2;
    }

    .img_recept_shag {

        width: 80%;
        margin: auto;
        border-radius: 40px;
        padding: 10px;
        margin-top: 25px;
        border: 7px solid #f4c4d2;
    }
    
        .toppink {
            max-width: 60px;
            transition: 0.5s ease;
        }

        .toppink:hover {
            transform: scale(1.1);
            transition: 0.5s ease;
        }

        .contentindex {
            width: 80%;
            margin: auto;
            border-radius: 30px;
            padding: 20px;
            margin-top: 25px;
            margin-bottom: 25px;
            background-color: #aee3d1;
            /*background-color: #f4c4d2;*/
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

        }

        .head {
            width: 100%;
            margin-top: -28%;
            margin-bottom: -2%;
            

        }

        .desklang {
            display: inline-block;
        }

        .moblang {
            display: inline-block;
        }

        .inmoblang {
            display: none;
        }
    }


    header {
        background-color: #aee3d1;
        color: #fff;
        padding: 4px;
        /*background-image: url("../img/bg.png");*/
        /*background-repeat: no-repeat;*/
        /*background-size: cover;*/
        /*background-attachment: fixed;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    }

    nav {
        display: flex;
        justify-content: center;
        background-color: #f4c4d2;
    

    }

    .re {
        padding: 10px;
        margin: 0 10px;
        transition: background-color 0.3s ease;
        font-size: 25px;
        transition: 0.5s ease;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
      
        


    }

    .re:hover {
        /*background-color: #777;*/
        /*font-size: 30px;*/
        transform: scale(1.1);
        color: #f4c4d2;
        transition: background-color 0.8s ease;
        transition: 0.5s ease;


    }

    nav a {
        color: #fff;
        text-decoration: none;
        padding: 10px;
        margin: 0 10px;
        transition: background-color 0.3s ease;
        transition: 0.5s ease;

    }

    nav a:hover {
        /*background-color: #aee3d1;*/
        /*border-radius: 100px;*/
        /*font-size: 21px;*/
        transform: scale(1.1);
        color: #aee3d1;
        transition: 0.5s ease;

    }

    .container {
        /*width: 80%;*/
        margin: 50px auto;
        color: white;
        /*border: 7px solid #566d88;*/
        
    }

    .container_about {
        /*width: 80%;*/
        /*margin: 50px auto;*/
        /*color:white;*/
        width: 80%;
        margin: auto;
        border-radius: 30px;
        padding: 20px;
        margin-top: 25px;
        margin-bottom: 25px;
        background-color: #aee3d1;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    }

    .container_recept {
        /*width: 80%;*/
        margin: 25px auto;
        color: white;

    }

    .p_about {
        font-size: 18px;
        width: 72%;
        margin: auto;


    }

    .p_recept {
        font-size: 18px;
        width: 72%;
        margin: auto;
        border-radius: 30px;
        padding: 20px;
        margin-top: 25px;
        margin-bottom: 25px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        color: #000000;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);

    }
    
    
    a {
        text-decoration: none;
        color: white;

    }


    .border {
        border: 8px solid #f4c4d2;
        background-color: #f4c4d2; /* Цвет, которым будет залита граница */
        font-size: 30px;
        color: white;
        /*border-radius: 70px;*/
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

    }

    .border_bludo {
        border: 8px solid #aee3d1;
        background-color: #aee3d1; /* Цвет, которым будет залита граница */
        font-size: 30px;
        color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

    }

    .imglang {
        max-width: 25px;
    }

    .imglang:hover {
        background-color: #aee3d1;
        border-radius: 5px;
        transition: 0.5s ease;
    }
