@media (max-width: 767px) {

    h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 18px;
    }
    .show-extra-button__link {
        width: 289px;
    }
    .end-of-content {
        height: 115px;
    }
    .h1-main-page {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: -20px;
    }
    .h1-seo-blitz-page {
        margin-bottom: -20px;
        font-size: 36px;
        line-height: 38px;
    }
    .previews__container_big {
        display: none;
    }
    .big_announcement_clone {
        display: block;
    }
    .header {
        height: 56px;
    }
    .header__container {
        padding-left: 14px;
        padding-right: 14px;
        height: 56px;
        background: #ffffff;
    }
    .header__right-block {
        height: 56px;
    }
    .search__container {
        height: 56px;
    }
    .search__form {
        padding-left: 0;
        padding-right: 0;
    }
    .search__active-area {
        padding: 0 15px;
        margin-top: 10px;
    }
    .search-field {
        border-bottom: none;
        margin-left: 14px;
        margin-right: 10px;
    }
    .search-field:focus {
        border-bottom: none;
    }
    .search__search-failed {
        top: 56px;
    }
    .search__search-failed-container {
        padding: 0;
    }
    .search-failed-message {
        padding-top: 10px;
    }
    .main-wrapper {
        margin-top: 56px;
    }

    .select-list-container {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .select-list-container_sticky {
        top: 55px;
        padding: 0;
        border-top: 1px solid #f4f4f4;
    }

    .previews__container {
        padding: 0;
    }
    .previews__wrapper {
        padding: 27px 15px 28px;
    }
    .grid-sizer,
    .previews__container {
    float: left;
    margin-bottom: 1px;
    width: 100%;
    border-right: none;
    }
    .previews__article {
        max-width: 100%;
    }
    .previews__image {
        max-width: 100%;
    }
    .footer {
        background-color: #343434;
        height: auto;
        padding: 0;
    }
    .footer__container {
        padding: 0 16px;
        text-align: center;
        flex-direction: column;
        gap: 16px;
        max-width: 325px;
    }
    .footer__nl {
        display: block;
    }
    .newsletter-info__text-main {
        color: #fff;
    }
    .footer__cookies {
        line-height: 1.2;
    }
    .footer__link {
        color: #ababab;
        margin-right: 0;
        text-decoration: none;
    }
    .footer__docs {
        margin-bottom: 12px;
        font-weight: 400;
    }
    .footer__link--docs {
        color: #32caf7;
        display: block;
        text-decoration: none;
        opacity: 1;
    }
    .newsletter-link {
        color: #32caf7;
    }
    .newsletter-info {
        text-align: center;
        min-width: 270px;
        visibility: visible !important;
    }
    .nl-icon {
        opacity: 0.8;
        font-size: 32px;
        font-weight: 700;
        width: 57px;
        height: 57px;
        line-height: 57px;
        text-align: center;
        border-radius: 50%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
        display: block;
        left: 50%;
        top: 0;
        color: #343434;
        background-color: #474747;
    }
    .footer__newsletter-info {
        margin-left: 0;
        display: block;
        height: auto;
    }
    .newsletter-info__text {
        margin-left: 0;
    }
    /* СТАТЬЯ */
    .article-header__logo {
        display: none;
    }
    .article-header {
        height: 56px;
    }
    .article-header__back-button {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        padding-right: 16px;
    }
    .article-header__container {
        height: 56px;
        padding: 0 16px;
    }
    .article-header__right-block {
        display: none;
    }
    .progress {
        top: 56px;
    }
    .progress-background {
        top: 56px;
    }
    .top-stick_sticked-header {
        transform: translateY(-112px);
    }
    .top-stick_sticked {
        transform: translateY(-56px);
    }
    .under-header {
        display: none;
    }
    .under-header_mobile {
        position: fixed;
        top: 56px;
        left: 2px;
        width: calc(100% - 4px);
        height: 56px;
        background: #ffffff;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        z-index: 20;
        -webkit-box-shadow: 0 0 6px 6px rgba(244,244,244,1);
        -moz-box-shadow: 0 0 6px 6px rgba(244,244,244,1);
        box-shadow: 0 0 6px 6px rgba(244,244,244,1);
    }
    .under-header_hided {
        transform: translateY(-112px);
    }
    .icon--mobile {
        display: block;
        width: 30px;
        height: 30px;
        stroke-width: 0;
        stroke: currentColor;
        fill: #c8c8c8;
    }
    .under-header_mobile__like-container.is-liked .icon-like-mobile {
        fill: #2a2a2a;
        color: #2a2a2a;
    }
    .under-header_mobile__icon-container {
        width: 30px;
        height: 30px;
    }
    .article-page-body {
        overflow-x: hidden;
    }
    .article-main-wrapper {
        margin-top: 57px;
    }
    .article {
        padding-top: 35px;
        padding-right: 35px;
        padding-left: 15px;
    }
    .article p {
        font-size: 14px;
        line-height: 24px;
    }
    .article-statistics_mobile {
        display: block;
        margin-top: 18px;
    }
    .article-statistics_desc-tabl {
        display: none;
    }
    .article__info {
        margin-top: 15px;
        height: 108px;
    }
    .author-name {
        margin-bottom: 2px;
    }
    .ava-container {
        background: none;
        padding: 0;
        width: 66px;
        min-width: 66px;
        height: 66px;
    }
    .author-source-stats-block {
        margin: 0;
        font-size: 12px;
        min-width: 208px;
    }
    .article__info-btm {
        display: none;
    }
    .article__source-mobile {
        display: block;
        margin-top: 10px;
    }

    .article-footer__mobile-dividing-line {
        width: 100%;
        height: 1px;
        background: #ffffff;
    }
    .article-footer__mobile-dividing-line:last-child {
        display: none;
    }
    .article-footer__mobile-previews {
        display: block;
    }
    .article-footer__previews {
        display: none !important;
    }
    .article-footer {
        height: auto;
        position: relative;
        margin-left: -15px;
        background-color: #f4f4f4;
    }
    .article-footer-animate {
        position: fixed;
        margin-left: 0;
    }
    .article-footer__wrapper {
        height: auto;
        margin-top: 20px;
    }
    .article-footer_preview-title {
        font-size: 16px;
        line-height: 22px;
    }
    .article-footer__preview-container {
        height: auto;
        padding: 11px 30px 12px 16px;
        justify-content: flex-start;
    }
    .article-footer__title {
        height: 22px;
        align-items: flex-end;
    }
    .pohozhee {
        font-size: 22px;
        margin-left: 15px;
    }
    .article-footer_hidden {
        transform: translateY(380px);
    }
    .article-footer__article-statistics {
        display: none;
    }
    .article-footer__preview-container:before {
        display: none;
    }
    .back-to-top-button  {
        bottom: 150px;
        display: none;
    }

    /* SEO-tags */
    .grid-sizer,
    .seo-preview {
    float: left;
    margin-bottom: 1px;
    width: 100%;
    border-right: none;
    }
    .additional-description {
        display: none;
    }
    .seo-preview__wrapper{
        padding-left: 15px;
        padding-top:30px;
    }
    .seo-preview__number {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .seo-preview__title {
        font-size: 16px;
    }
    .shadow-block {
        box-shadow: 0 965px 0 1000px rgba(0,0,0,0.8);
    }

    .page-title__container {
        padding-left: 15px;
    }
    .select-list .jq-selectbox__select {
        padding-left: 15px;
    }
    .accented-text {
        padding-left: 0;
        font-size: 16px;
        line-height: 28px;
    }
    .accented-icon-container {
        margin-left: 35px;
    }
    .accented-icon-container {
        width: 50px;
        height: 50px;
    }
    .quote {
        padding-left: 0;
        font-size: 16px;
        line-height: 26px;
    }
    .quote__author {
        display: flex;
        padding-right: 0;
        align-items: center;
    }
    .quote__author-info {
        font-size: 12px;
        line-height: 16px;
        margin-left: 15px;
    }
    .article__subtitle p{
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .page-title__announcement {
        width: 270px;
        margin-top: 20px;
    }
    .header404__container,
    .header404__container1,
    .header404 {
        height: 56px;
    }
    .container__404 {
        margin-top: 56px;
    }

    .main-content404,
    .icon-4X4 {
        width: 300px;
    }
    .main-wrapper404 {
        align-items: normal;
    }
    .main-content404__first-line {
        font-size: 46px;
        margin: 0;
    }
    .main-content404__second-line {
        margin-left: 62px;
    }
    .main-content404__third-line {
        width: 280px;
        text-align: center;
        margin-left: 10px;
        margin-top: 20px;
        line-height: 28px;
    }
    .colorized-nonhover-portal {
        color: #32caf7 !important;
        white-space: normal;
    }
    .colorized-nonhover-seo {
        color: #95d12e !important;
        white-space: normal;
    }
    .colorized-nonhover-mobile {
        color: #00ccad !important;
        white-space: normal;
    }
    .colorized-nonhover-site {
        color: #ff9000 !important;
        white-space: normal;
    }
    .colorized-nonhover-common {
        color: #32caf7 !important;
        white-space: normal;
    }
    .br-title {
        display: inline;
    }
    .burger-menu__left-section {
        padding-left: 30px;
    }
    .seo-header {
        height: 56px;
    }
    .seo-header-wrapper{
        height: 56px;
    }
    .seo-header__container {
        height: 56px;
        padding-left: 14px;
        padding-right: 14px;
        background: #ffffff
    }
    .seo-header__desctop-logo {
        display: none;
    }
    .button-next-svg,
    .button-prev-svg {
        box-sizing: content-box;
        border: 7px solid #ffffff;
    }
    th {
        padding:10px;
        height: 40px;
    }
    td {
        font-size: 14px;
        padding: 10px 10px 10px 10px !important;
    }
    .illustration-name {
        margin-bottom: 7px;
    }
    .illustration-buttons {
        margin-top: -2px;
    }
    .article-footer__container {
        padding: 18px 0 0 0;
    }
    .header__logo-desctop-container404 {
        display: none;
    }
    .header__right-block404 {
        display: none;
    }
    .main-content404__there-is-no-articles-text {
        margin-top: 25%;
        margin-left: 0;
        width: auto;
    }
    .accented-icon-info {
        display: none;
    }
    .accented-icon-container::after {
        display: block;
        content: "i";
        position: relative;
        width: 20px;
        height: 20px;
        background: #ffffff;
        color: #cdcdcd;
        font-family: 'Merriweather';
        font-size: 20px;
        font-weight: 700;
        font-style: italic;
        top: 18px;
        left: 10px;
    }
    .table-wrapper {
        margin: 0 -35px 0 0;
        width: calc(100% + 35px);
    }
    .table-header {
        display: flex;
    }
    .seo-blitz-footer_container {
        z-index: auto;
        background: unset;
    }
    .article-info_seo-blitz {
        display: none;
    }
    .priority-3-title.title-h2 {
        font-size: 19px;
        line-height: 26px;
    }
    .priority-3-announcement {
        display: none;
    }
}

@media (max-width: 480px) {
    .article {
        padding-top: 60px;
    }

    .previews {
       min-height: unset;
    }

    .newsletter-info {
        margin-top: 0;
    }

    .footer__newsletter-info {
        height: auto;
    }

    .footer__container {
        padding: 32px 16px;
    }

    .footer-for-articles {
        padding-bottom: 160px;
    }
    .copyright {
        opacity: 1;
        color: #ababab;
        font-weight: 300;
    }
}

