@media (max-width: 1366px) {
    .header__content-title {
        padding: 180px 0 140px;
    }

    .header__content-anchor {
        padding-top: 30px;
    }
}

@media (max-width: 1150px) {
    .product__inner-item {
        width: 49%;
    }

    /* .services__inner-item{
        width: 49%;
    } */

    .services__inner {
        display: block;
    }

    .services__inner-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 30px;
    }

    .services__inner-info {
        padding-left: 25px;
    }

    .services__inner-title {
        padding-top: 0;
        text-align: left;
    }

}

@media (max-width: 1024px) {
    .header__content-title {
        font-size: 50px;
        line-height: 60px;
    }

    .header__content-text {
        font-size: 18px;
        font-weight: 700;
        padding-left: 20px;
        line-height: 28px;
        vertical-align: top;
    }

    .header__content-text span {
        font-size: 45px;
    }

    .footer__info-title {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__contacts {
        margin-left: 0;
    }
}

@media (max-width: 850px) {
    .header__content-egg {
        display: block;
        text-align: center;
    }

    .header__content-img-holder {
        padding-bottom: 15px;
    }

    .product__inner-item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    .product__inner-item+.product__inner-item {
        margin-bottom: 0px;
    }

    .services__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .services__inner-item {
        display: block;
    }

    .services__inner-item-photo {
        display: none;
    }

    .services__order {
        margin-top: 10px;
    }

    .footer__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .footer__contacts-adress{
        text-align: left;
    }

    .footer__info,
    .footer__contacts,
    .footer__contacts-phones {
        margin-left: 0;
    }

    .footer__info{
        margin-bottom: 50px;
    }

    .footer__contacts-adress,
    .footer__contacts-phone{
        margin-left: 20px;
    }
}

@media (max-width: 600px) {
    .header__top-phone {
        margin-left: 25px;
    }

    .header__content-title {
        font-size: 40px;
        line-height: 50px;
        padding: 120px 0 90px;
    }

    .header__content-eggs {
        display: block;

    }

    .header__content-egg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 25px;
        text-align: left;

    }

    .header__content-anchor {
        display: none;
    }

    .footer__inner {
        display: block;
        text-align: center;
    }

    .footer__info{
        margin-bottom: 30px;
    }

}

@media (max-width: 550px) {
    .header__top {
        display: none;
    }

    .header__top-mob {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        color: #0C1428;
        background-color: #fff;
        -webkit-box-shadow: 0px 5px 20px 0px rgba(171,171,171,0.75);
                box-shadow: 0px 5px 20px 0px rgba(171,171,171,0.75);
        padding: 15px 0;
        z-index: 2;
    }

    .header__top-mob-inner a {
        color: #0C1428;
        margin-top: 10px;
    }

    .header__top-mob-phone {
        position: relative;
        padding-left: 25px;
    }

    .header__top-mob-phone:before {
        position: absolute;
        content: url(../images/phone_icon2.svg);
        left: 0;
        top: 0;
    }

    .header__top-mob-mail {
        position: relative;
        padding-left: 25px;
    }

    .header__top-mob-mail:before {
        position: absolute;
        content: url(../images/mail_icon2.svg);
        left: 0;
        top: 0;
    }

    .header__content-title {
        font-size: 35px;
        line-height: 45px;
        padding: 150px 0 50px;
    }

    .header__content-eggs {
        zoom: 0.8;
    }

    .product__title,
    .services__title,
    .partners__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .product__inner-photo-holder {
        margin-bottom: 20px;
    }

    .product__inner-photo-discription,
    .product__inner-photo-discription2 {
        line-height: 24px;
    }

    .footer__contacts-adress{
        margin-bottom: 20px;
    }

    #feedback {
        min-width: 340px;
    }
}

@media (max-width: 400px) {
    .header__content-title {
        font-size: 30px;
        line-height: 40px;
    }

    .header__content-eggs {
        zoom: 0.8;
    }

    .product__inner-photo-discription,
    .product__inner-photo-discription2 {
        font-size: 16px;
        font-weight: 400;
    }

    .product__inner-text,
    .services__inner-text,
    .about__text {
        font-size: 16px;
        line-height: 28px;
        padding-left: 0;
    }

    .nonnumb__list-item::before {
        top: 12px;
    }

    .services__inner-title {
        font-size: 24px;
    }

    .services__order {
        margin-top: 0px;
    }

    #feedback {
        min-width: 240px;
    }
}