@media(max-width:991px) {

    .header-top__nav,
    .header-top__search input,
    .header-bottom,
    .header-middle__banner,
    .info__social-share,
    .info__social-item span,
    .aside,
    .read,
    .share span {
        display: none;
    }

    header {
        position: relative;
    }

    .header-top {
        padding: 0;
    }

    .header-top__search {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
    }

    .search-icon {
        position: static;
    }

    .header-middle {
        padding: 5px 0;
        box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
    }

    .header-middle__logo {
        padding-left: 60px;
        position: relative;
        font-size: 9px;
        width: 100%;
    }

    .header-middle__logo span {
        left: 125px;
        bottom: 4px;
        max-width: 90px;

    }

    .header-middle__logo img {
        width: 100px;
    }

    .header-middle__logo::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 33px;
        height: 20px;
        background: linear-gradient(#646464 0, #646464 4px, #fff 0, #fff 8px, #646464 0, #646464 12px, #fff 0, #fff 16px, #646464 0, #646464 20px);
    }

    .breadcrumbs {
        margin-bottom: 10px;
        line-height: 1;
    }

    .breadcrumbs li {
        font-size: 11px;
    }

    .breadcrumbs li:not(:last-child)::after {
        margin: 0;
    }

    .main {
        width: 100%;
        margin-right: 0;
    }

    .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .info {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .info__social {
        display: block;
        padding-left: 50px;
        border: 0;
    }

    .info__social-item {
        width: 22px;
        min-height: 1px;
        padding: 5px;
        text-align: center;
    }

    .info__social-item:nth-child(3) {
        padding: 4px 5px;
    }

    .info__author {
        width: 270px;
    }

    .info__author-name {
        margin-bottom: 0;
    }

    .second-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .article-paragraph,
    .article-img {
        margin-bottom: 15px;
    }

    .article-quote {
        margin: 15px 0;
    }

    .article-img__left,
    .article-img__right {
        display: block;
        width: 100%;
        margin: auto;
    }

    .article-img__left {
        margin-bottom: 5px;
    }

    .article-img--both {
        max-width: 320px;
        margin-bottom: 40px;
    }

    .diary {
        margin-bottom: 15px;
    }

    .diary__box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .diary__intro::before {
        top: -10px;
    }

    .diary__day {
        margin-bottom: 15px;
    }

    .article-img--hand .article-img__left {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 5px;
        text-align: center;
    }

    .article-img--hand .article-img__right {
        width: 100%;
        text-align: center;
    }

    .article-img--hand {
        margin-bottom: 0;
    }

    .table {
        display: block;
        font-size: 0;
        width: 300px;
        margin-bottom: 15px;
    }

    .table__row {
        display: block;
    }

    .table__cell,
    .table__cell:nth-child(2),
    .table__cell:nth-child(3) {
        display: inline-block;
        width: 50%;
        font-size: 15px;
    }

    .table__cell:nth-child(2),
    .table__cell:nth-child(3) {
        padding: 0px 10px 10px;
        font-size: 16px;
    }

    .table__cell:nth-child(1) {
        display: block;
        width: 100%;
        text-align: center;
        border: 0;
    }

    .table__cell:nth-child(2) {
        border-right-width: 2px;
    }

    .table__cell:nth-child(3) {
        border-right: 0;
    }

    .table__row:nth-child(1) .table__title.table__cell {
        text-align: center;
        font-size: 18px;
        padding: 20px 15px;
    }

    .tags {
        margin-bottom: 10px;
    }

    .tags li {
        margin-right: 0;
        margin-bottom: 2px;
    }

    .share {
        display: block;
        margin-bottom: 30px;
    }

    .share li {
        padding-right: 5px;
    }

    .share a {
        width: 40px;
        position: relative;
        height: 40px;
    }

    .share a svg,
    .share a img {
        position: absolute;
        top: 50%;
        max-width: none;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .comments__item--answer {
        margin-left: 0px;
    }

    .comments__name {
        margin-bottom: 0;
    }

    .comments__rate {
        display: block;
        margin-bottom: 0;
    }

    .comments__text {
        font-size: 17px;
        margin-left: -65px;
        margin-top: 12px;
        margin-bottom: 5px;
    }

    .comments__date {
        margin-left: -65px;
    }
}

@media(max-width:750px) {
    .form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form__prod,
    .form__order {
        display: block;
        width: 100%;
        text-align: center;
    }

    .form__prod {

        margin-bottom: 20px;
    }

    .form__title {
        margin-bottom: 10px;
    }

    .form__order {
        max-width: 300px;
        margin: auto;
        margin-bottom: 0;
    }

    .form input,
    .form select {
        margin-bottom: 10px;
    }

    .btn {
        font-size: 14px;
        width: 100%;
    }


}

@media(max-width:319px) {
    body {
        zoom: .8;
    }
}