@media only screen and (max-width: 1950px) {
    .ingredients_foto img {
        height: 450px;
        width: 550px;
    }
}
@media only screen and (max-width: 1525px) {
    .ingredients_foto img {
        height: 250px;
        width: 350px;
    }
}
@media only screen and (min-width: 1480px) {
    .shop_button-one,
    .shop_button-three {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1246px) {
    .shop_button-three {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1215px) {
    .link li {
        width: 200px;
    }
    .link li a {
        padding: 0;
    }
    header p {
        width: 90%;
    }
}
@media only screen and (max-width: 1000px) {
    .container {
         max-width: 95%;
    }
    .works_step-two,
    .works_step-four {
        padding: 0 5% 0 5%;
    } 
}
@media only screen and (max-width: 835px) {
    .link ul {
        display: none;
    }
    .basket a {
        display: none;
    }
    .card {
        flex-direction: column-reverse;
        text-align: center;
    }
    .card:nth-child(even) .ingredients_foto {
        order: 0;
    }
    .card:nth-child(even) .ingredients_foto img {
        left: 10px;
    }
    .ingredients_foto img {
        width: 300px;
        height: 200px;
    }
    .works_step-one,
    .works_step-two,
    .works_step-three,
    .shop {
        flex-direction: column-reverse;
        justify-content: center;
    }
    summary h3 i {
        margin-left: 10px;
    }
    .works_step-one img,
    .works_step-three img {
        width: 100%;
        margin: 0 auto;
    }
    .works_step-three img {
        margin-bottom: -55px;
    }
    .works_step-one p,
    .works_step-three p{
        margin: 0;
    }
    .works_step-two,
    .works_step-four {
        display: inline-block;
    }
    .works_step-two h2,
    .works_step-four h2 {
        margin: 30px 20px 0 0;
        float: left;
    }
    .works_step-four p {
        float: right;
        width: 50%;
        padding: 70px 30px 0 0;
    }
    .works_step-three img {
        bottom: 0;
    }
    .instruction {
        clear: both;
    }
    .instruction-info p {
        float: left;
        width: 80%;
        padding: 0;
    }
    .instruction-info img {
        top: 0;
        left: 30px;
        width: 40px;
    }
    .works_step-three h2 {
        margin: 30px 20px 0 0;
        float: right;
    }
    .works_step-two p {
        margin: 70px 0 0 10px;
    }
    .works_step-three p {
        margin-top: 30px;
        width: 95%;
    }
    .shop {
        align-items: center;
    }
    .shop_card {
        width: 80%;
    }
    .shop_button-one,
    .shop_button-two,
    .shop_button-three {
        margin-bottom: 40px;
    }
    .footer_link {
        display: block;
        text-align: center;
    }
    .footer_link li {
        display: block;
        margin: 0;
        padding-bottom: 10px;
    }
}
