/*
 * styleAdaptiveUnifiedMin_v14.css
 * Clean adaptive stylesheet for regular Russian and multilingual front templates.
 * Replaces iterative v1-v13 CSS with a compact, structured version.
 */

/* ===== Base ===== */
html,
body {
    margin: 0;
    padding: 0;
    background: #444;
    color: #333;
    font-family: Roboto, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

img,
video,
iframe {
    max-width: 100%;
}

img {
    height: auto;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
.menuIco:focus-visible {
    outline: 2px solid #990000;
    outline-offset: 3px;
}

strong {
    font-weight: 500;
}

em {
    font-style: italic;
}

.taCenter {
    text-align: center;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

/* ===== Layout ===== */
.contentWrapper {
    width: 100%;
    max-width: 1010px;
    min-height: 100%;
    margin: 0 auto;
    background: #f1f0ed;
    overflow: hidden;
}

.mainContent {
    width: 100%;
    min-height: 700px;
    position: relative;
    font-size: 0;
}

.bigMenu {
    width: 100%;
    padding: 30px 50px;
    background: #333;
    font-size: 0;
}

.bigMenu a {
    display: inline-block;
    margin: 0 30px 10px 0;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    transition: opacity .25s ease;
}

.bigMenu a::before {
    content: '#';
}

.bigMenu a:hover {
    opacity: .5;
}

/* ===== Header ===== */
header,
.siteHeader {
    height: auto;
    min-height: 0;
    background: #333;
}

.middleLine,
.siteHeaderInner {
    width: 100%;
    max-width: 1010px;
    height: 110px;
    margin: 0 auto;
    /*padding-top: 50px;*/
    position: relative;
    font-size: 0;
	display: flex;
	align-items: center;
}

.topLogo {
    display: inline-block;
    width: 297px;
    height: 100px;
    /*margin: -20px 0 0 50px;*/
    background: url(../img/w-logo.svg) center no-repeat;
    background-size: contain;
    vertical-align: top;
}

.siteHeader .topLogo[style],
.siteFooter .footerLogo[style] {
    background-size: contain !important;
}

.mainNav {
    margin: auto 0;
	position: relative;
}

.mainNav a {
    display: inline-block;
    margin-left: 100px;
    color: #fff;
    font-size: 18pt;
    line-height: 1.2;
    text-transform: uppercase;
    transition: opacity .25s ease;
}

.mainNav a:hover {
    opacity: .7;
}

.menuIco {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 40px;
    background: url(../img/menuIco.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.age {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.bottomLine {
    height: 5px;
    background: #f1f0ed;
}

/* ===== Footer ===== */
.siteFooter,
footer.siteFooter,
footer {
    /*min-height: 160px;*/
}

.footerWrapper,
.siteFooterInner {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    font-size: 0;
}

.footerLogo {
    display: inline-block;
    width: 297px;
    height: 100px;
    margin: 30px 0 0 50px;
    background: url(../img/w-logo.svg) center no-repeat;
    background-size: contain;
    vertical-align: top;
}

.footerNav {
    display: inline-block;
    margin-top: 70px;
    vertical-align: top;
}

.footerNav a {
    display: inline-block;
    margin-left: 80px;
    color: #fff;
    font-size: 14pt;
    line-height: 1.25;
    text-transform: uppercase;
    transition: opacity .25s ease;
}

.footerNav a:hover {
    opacity: .55;
}

.footerNav div,
.footerLegalLinks {
    margin-top: 20px;
}

.footerNav div a,
.footerLegalLinks a {
    font-size: 10px;
}

/* ===== Common headings ===== */
.materialName {
    margin: 0 20px;
    padding-top: 20px;
    color: #333;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}

.catName {
    margin: 0;
    padding: 0 20px 20px;
    color: #333;
    font-size: 48px;
    font-weight: 400;
    line-height: 100px;
    text-align: center;
}

.mPage {
    margin: 0;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
}

.mPage a {
    color: #333;
}

/* ===== Home page cards ===== */
.singleMainNews {
    display: inline-block;
    width: 430px;
    margin: 50px 0 0 50px;
    vertical-align: top;
    font-weight: 300;
    font-size: 16px;
}

.singleMainNews:nth-of-type(2n) {
    margin-right: 50px;
}

.singleMainNewsHashTag,
.singleMainArticleHashTag {
    margin-bottom: 10px;
}

.singleMainNewsHashTag a,
.singleMainArticleHashTag a {
    color: #990000;
    font-size: 20px;
    text-transform: uppercase;
    transition: opacity .25s ease;
}

.singleMainArticleHashTag a {
    font-size: 18px;
}

.singleMainNewsHashTag a::before,
.singleMainArticleHashTag a::before {
    content: '#';
}

.singleMainNewsHashTag a:hover,
.singleMainArticleHashTag a:hover {
    opacity: .5;
}

.singleMainNews img {
    display: block;
    width: 100%;
    aspect-ratio: 430 / 242;
    object-fit: cover;
}

.singleMainNewsDate,
.singleMainArticleDate {
    margin: 20px 0 10px;
    color: #666;
    font-size: 16px;
    text-align: center;
}

.singleMainArticleDate {
    margin: 10px 0;
    font-size: 14px;
}

.singleMainNewsName,
.singleMainArticleName {
    margin: 10px;
    text-align: center;
}

.singleMainNewsName a {
    color: #333;
    font-size: 22px;
    line-height: 28px;
    transition: opacity .25s ease;
}

.singleMainArticleName a {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    transition: opacity .25s ease;
}

.singleMainNewsName a:hover,
.singleMainArticleName a:hover {
    opacity: .7;
}

.mainVideoWrapper {
    width: calc(100% - 100px);
    min-height: 250px;
    margin: 50px auto 0;
    padding: 50px;
    background: #333;
    font-size: 16px;
}

.mainArticlesWrapper {
    width: calc(100% - 100px);
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 0;
}

.singleMainArticle {
    display: inline-block;
    width: calc((100% - 100px) / 3);
    margin-left: 50px;
    vertical-align: top;
    font-weight: 300;
    font-size: 16px;
}

.singleMainArticle:first-child {
    margin-left: 0;
}

.singleMainArticle img {
    display: block;
    width: 100%;
    aspect-ratio: 266 / 150;
    object-fit: cover;
}

/* ===== Lists and pagination ===== */
.horItems {
    width: 100%;
    padding-bottom: 30px;
}

.listItemsWrapper {
    width: 100%;
    padding: 0 50px 50px;
    font-size: 0;
}

.listItemsVideoImg {
    display: inline-block;
    width: 430px;
    margin-right: 30px;
    position: relative;
    vertical-align: top;
}

.listItemsVideoImg img {
    display: block;
    width: 100%;
    aspect-ratio: 430 / 242;
    object-fit: cover;
}

.listItemsTextWrapper {
    display: inline-block;
    width: calc(100% - 460px);
    min-height: 242px;
    position: relative;
    vertical-align: top;
    font-weight: 300;
    font-size: 16px;
}

.listItemsDate {
    color: #999;
    font-size: 18px;
}

.listItemsName {
    margin-top: 20px;
}

.listItemsName a {
    color: #333;
    font-size: 30px;
    line-height: 34px;
    transition: opacity .25s ease;
}

.listItemsName a:hover {
    opacity: .7;
}

.listItemsHashTag a {
    position: absolute;
    bottom: 0;
    color: #666;
    font-size: 20px;
    text-transform: uppercase;
    transition: opacity .25s ease;
}

.listItemsHashTag a::before {
    content: '#';
}

.listItemsHashTag a:hover {
    opacity: .5;
}

.paginationContainer {
    display: block;
    padding: 20px 16px 50px;
    text-align: center;
    font-size: 0;
}

.paginationLink,
.current {
    display: inline-block;
    min-width: 40px;
    margin: 0 4px 8px;
    padding: 8px 10px;
    color: #131313;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    transition: color .25s ease, border-color .25s ease;
}

.paginationLink:hover {
    color: #868686;
}

.selectedLink {
    border-bottom: 1px solid #868686;
}

/* ===== Single material ===== */
.singleMaterialPage,
.article {
    font-size: 16px;
}

.article article {
    width: 100%;
}

.image,
.materialMainFigure {
    width: 100%;
    margin: 0;
}

.image img,
.materialMainImage {
    display: block;
    width: 100%;
    max-width: 1010px;
    height: auto;
    aspect-ratio: 1010 / 568;
    object-fit: cover;
}

.image figcaption, .image small {
    padding: 10px 50px 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.materialInfoWrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    width: calc(100% - 100px);
    margin: 30px auto 0;
    font-size: 16px;
}

.authorPhoto {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.materialInfo {
    min-width: 0;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.materialAuthor span,
.materialDate {
    color: #666;
}

.descr {
    width: calc(100% - 100px);
    margin: 30px auto;
    color: #333;
    font-size: 26px;
    font-weight: 300;
    line-height: 38px;
}

.articleBody {
    width: calc(100% - 100px);
    margin: 0 auto;
    color: #333;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
}

.articleBody p {
    margin: 0 0 24px;
}

.articleBody h2,
.articleBody h3,
.articleBody h4 {
    margin: 34px 0 18px;
    color: #333;
    font-weight: 500;
    line-height: 1.25;
}

.articleBody h2 {
    font-size: 32px;
}

.articleBody h3 {
    font-size: 27px;
}

.articleBody h4 {
    font-size: 23px;
}

.articleBody a {
    color: #990000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.articleBody ul,
.articleBody ol {
    margin: 0 0 24px 24px;
    padding: 0;
}

.articleBody li {
    margin-bottom: 10px;
}

.articleBody blockquote {
    margin: 30px 0;
    padding: 20px 24px;
    border-left: 4px solid #990000;
    background: rgba(255,255,255,.55);
}

.articleBody img,
.articleBody video,
.articleBody iframe {
    display: block;
    max-width: 100%;
    margin: 24px auto;
}

.articleBody iframe {
    width: 100%;
    min-height: 420px;
}

.articleBody table,
.staticPageArticle table,
.tagPageText table,
.authorAboutText table {
    width: 100%;
    max-width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    font-size: 16px;
    line-height: 24px;
}

.articleBody th,
.articleBody td,
.staticPageArticle th,
.staticPageArticle td,
.tagPageText th,
.tagPageText td,
.authorAboutText th,
.authorAboutText td {
    padding: 10px 12px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.materialAdBlock {
    width: calc(100% - 100px);
    max-width: 910px;
    min-height: 280px;
    margin: 20px auto;
    font-size: 16px;
}

.materialVideoBlock {
    width: 100%;
    margin: 24px auto;
}

.responsiveVideoWrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.responsiveVideoWrapper iframe,
.responsiveVideoWrapper video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.materialHashTags {
    width: calc(100% - 100px);
    margin: 30px auto;
    font-size: 0;
}

.materialHashTags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    color: #990000;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.materialHashTags a::before {
    content: '#';
}

/* ===== Share, subscription and preferred source ===== */
.preferredBtnContainer {
    width: calc(100% - 100px);
    margin: 24px auto;
    text-align: center;
    font-size: 16px;
}

.preferred-source-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    transition: opacity .25s ease;
}

.preferred-source-btn:hover {
    opacity: .85;
}

.buttonsBlockHeadline {
    width: 100%;
    margin: 0 0 16px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.shareBtnsContainer,
.subscribeBtnsContainer {
    width: calc(100% - 100px);
    margin: 30px auto;
    font-size: 0;
}

.shareBtnItem,
.subscribeBtnItem {
    display: inline-block;
    margin: 0 12px 12px 0;
    vertical-align: top;
}

.shareLink,
.subscribeLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.shareLink img,
.subscribeLink img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.subscribeAlertContainer {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0,0,0,.55);
    font-size: 16px;
}

.subscribeAlertWrapper,
.subscribeCard {
    width: 100%;
    max-width: 420px;
}

.subscribeCard {
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.subscribeText {
    margin: 0 0 20px;
    color: #333;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.pushSubscribeBtnsContainer {
    display: flex;
    gap: 12px;
    width: 100%;
    margin: 0;
}

.agreeBtn,
.discardBtn {
    flex: 1 1 0;
}

.agreeBtn button,
.discardBtn button,
.cookie-popup button {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 4px;
    padding: 10px 14px;
    background: #333;
    color: #fff;
    font: 500 15px/20px Roboto, Arial, sans-serif;
    cursor: pointer;
}

.discardBtn button {
    background: #777;
}

/* ===== Author page ===== */
.authorPageWrapper,
.authorPageSection {
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 50px 0;
    font-size: 16px;
}

.authorInfoWrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.authorImage {
    flex: 0 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.authorTextHeadline {
    margin: 0;
    color: #333;
    font-size: 28px;
    line-height: 36px;
}

.authorSocial {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.authorAboutText {
    color: #333;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
}

.authorAboutText p {
    margin: 0 0 24px;
}

.authorMaterialsWrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 50px;
    margin-top: 40px;
}

.authorMaterialCard {
    width: 100%;
    margin: 0;
}

.authorMaterialCard:nth-of-type(2n) {
    margin-right: 0;
}

/* ===== Static pages and lower SEO text ===== */
.staticPageArticle,
.tagPageText,
.mainContent > article {
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 50px 0;
    color: #333;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
}

.staticPageArticle h1,
.mainContent > article .catName {
    padding-top: 0;
}

.staticPageArticle p,
.tagPageText p,
.mainContent > article p {
    margin: 0 0 24px;
}

.staticPageArticle h2,
.staticPageArticle h3,
.tagPageText h2,
.tagPageText h3,
.mainContent > article h2,
.mainContent > article h3 {
    margin: 34px 0 18px;
    font-weight: 500;
    line-height: 1.25;
}

.staticPageArticle ul,
.staticPageArticle ol,
.tagPageText ul,
.tagPageText ol,
.mainContent > article ul,
.mainContent > article ol {
    margin: 0 0 24px 24px;
    padding: 0;
}

.staticPageArticle img,
.staticPageArticle iframe,
.staticPageArticle video,
.tagPageText img,
.tagPageText iframe,
.tagPageText video,
.mainContent > article img,
.mainContent > article iframe,
.mainContent > article video {
    display: block;
    max-width: 100%;
    margin: 24px auto;
}

.staticSnapshotBody .contentWrapper,
.staticSnapshotWrapper {
    max-width: 1010px;
}

.staticMobileHeader,
.staticMobileMaterialList {
    font-size: 16px;
}

/* ===== Recommended articles ===== */
.recommendContainer {
    width: calc(100% - 100px);
    margin: 40px auto;
    font-size: 16px;
}

.recommendCardWrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.recommendImageContainer,
.recommendImageContainer img {
    display: block;
    width: 100%;
}

.recommendImageContainer img {
    aspect-ratio: 430 / 242;
    object-fit: cover;
}

.recommendTitleContainer {
    margin-top: 10px;
}

.recommendTitle {
    color: #333;
    font-size: 18px;
    line-height: 24px;
}

/* ===== Cookie ===== */
.cookie-popup {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 10001;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease, visibility .25s ease;
    font-size: 16px;
}

.cookie-popup.show {
    visibility: visible;
    opacity: 1;
}

.cookie-popup .popupContentContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1010px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

.cookie-popup p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.cookie-popup a {
    color: #990000;
    text-decoration: underline;
}

.cookie-popup button {
    flex: 0 0 auto;
    width: auto;
    min-width: 120px;
}

/* ===== Iframe utility ===== */
.iframeWrapper {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}

.iframeWrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* ===== Tablet ===== */
@media (max-width: 1010px) {
    .contentWrapper,
    .middleLine,
    .siteHeaderInner,
    .footerWrapper,
    .siteFooterInner {
        max-width: 100%;
    }

    .topLogo,
    .footerLogo {
        margin-left: 40px;
    }

    .mainNav a {
        margin-left: 70px;
    }

    .footerNav a {
        margin-left: 50px;
    }

    .singleMainNews {
        width: calc((100% - 150px) / 2);
    }

    .mainVideoWrapper,
    .mainArticlesWrapper,
    .articleBody,
    .descr,
    .materialInfoWrapper,
    .materialHashTags,
    .preferredBtnContainer,
    .shareBtnsContainer,
    .subscribeBtnsContainer,
    .authorPageWrapper,
    .authorPageSection,
    .staticPageArticle,
    .tagPageText,
    .mainContent > article,
    .recommendContainer {
        width: calc(100% - 80px);
    }

    .listItemsWrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .listItemsVideoImg {
        width: 40%;
    }

    .listItemsTextWrapper {
        width: calc(60% - 30px);
    }
}

/* ===== Mobile header breakpoint ===== */
@media (max-width: 767px) {

	.siteHeader {
		padding-bottom: 24px;
	}

    .middleLine,
    .siteHeaderInner {
        height: auto;
        min-height: 185px;
        text-align: center;
		display: inline;
    }

    .topLogo {
        display: block;
        width: min(297px, 72vw);
        height: 70px;
        margin: 0 auto 20px;
    }

    .mainNav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 34px;
        margin: 0;
    }

    .mainNav a {
        margin: 0;
        font-size: 20px;
    }

    .menuIco {
        top: 16px;
        left: 16px;
    }

    .age {
        top: 14px;
        right: 14px;
    }

    .bottomLine {
        height: 5px;
    }

    .siteFooter,
    footer.siteFooter,
    footer {
        min-height: 0;
        padding: 30px 16px;
    }

    .footerWrapper,
    .siteFooterInner {
        text-align: center;
    }

    .footerLogo {
        display: block;
        width: min(297px, 72vw);
        height: 70px;
        margin: 0 auto 24px;
    }

    .footerNav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        margin: 0;
    }

    .footerNav a {
        margin: 0;
        font-size: 16px;
    }

    .footerNav div,
    .footerLegalLinks {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 6px;
    }

    .footerNav div a,
    .footerLegalLinks a {
        font-size: 12px;
        line-height: 18px;
    }
}

/* ===== Mobile content ===== */
@media (max-width: 620px) {
    .contentWrapper {
        max-width: 100%;
    }

    .mainContent {
        min-height: 0;
    }

    .bigMenu {
        padding: 20px 16px;
    }

    .bigMenu a {
        margin-right: 16px;
        font-size: 16px;
        line-height: 28px;
    }

    .catName {
        padding: 28px 16px 18px;
        font-size: 26px;
        line-height: 34px;
    }

    .materialName {
        margin: 0;
        padding: 24px 16px 18px;
        font-size: 30px;
        line-height: 38px;
    }

    .mPage {
        padding: 26px 16px 14px;
        font-size: 22px;
        line-height: 30px;
    }

    .singleMainNews,
    .singleMainNews:nth-of-type(2n) {
        display: block;
        width: auto;
        margin: 34px 16px 0;
    }

    .mainContent > .bigMenu + .singleMainNews,
    .mainContent > .bigMenu.displayNone + .singleMainNews {
        margin-top: 0;
    }

    .singleMainNewsHashTag a {
        font-size: 18px;
    }

    .singleMainNewsDate {
        margin: 14px 0 8px;
        font-size: 14px;
    }

    .singleMainNewsName a {
        font-size: 20px;
        line-height: 26px;
    }

    .mainVideoWrapper {
        width: auto;
        min-height: 220px;
        margin: 34px 16px 0;
        padding: 24px 16px;
    }

    .mainArticlesWrapper {
        width: auto;
        margin: 0 16px;
        padding-bottom: 34px;
    }

    .singleMainArticle {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }

    .singleMainArticleHashTag a {
        font-size: 16px;
    }

    .singleMainArticleName a {
        font-size: 18px;
        line-height: 24px;
    }

    .listItemsWrapper {
        padding: 0 16px 34px;
    }

    .listItemsVideoImg,
    .listItemsTextWrapper {
        display: block;
        width: 100%;
        min-height: 0;
        margin: 0;
    }

    .listItemsTextWrapper {
        padding-top: 14px;
    }

    .listItemsDate {
        font-size: 14px;
    }

    .listItemsName {
        margin-top: 8px;
    }

    .listItemsName a {
        font-size: 22px;
        line-height: 28px;
    }

    .listItemsHashTag a {
        position: static;
        display: inline-block;
        margin-top: 14px;
        font-size: 16px;
    }

    .paginationContainer {
        padding-bottom: 34px;
    }

    .paginationLink,
    .current {
        min-width: 36px;
        font-size: 1rem;
    }

    .image figcaption, .image small {
        padding: 8px 16px 0;
        font-size: 12px;
        line-height: 18px;
    }

    .materialInfoWrapper,
    .descr,
    .articleBody,
    .materialAdBlock,
    .materialHashTags,
    .preferredBtnContainer,
    .shareBtnsContainer,
    .subscribeBtnsContainer,
    .authorPageWrapper,
    .authorPageSection,
    .staticPageArticle,
    .tagPageText,
    .mainContent > article,
    .recommendContainer {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }

    .materialInfoWrapper {
        margin-top: 20px;
    }

    .authorPhoto {
        width: 52px;
        height: 52px;
    }

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

    .descr {
        margin-top: 22px;
        margin-bottom: 22px;
        font-size: 21px;
        line-height: 30px;
    }

    .articleBody,
    .staticPageArticle,
    .tagPageText,
    .mainContent > article,
    .authorAboutText {
        font-size: 17px;
        line-height: 28px;
    }

    .articleBody h2,
    .staticPageArticle h2,
    .tagPageText h2,
    .mainContent > article h2 {
        font-size: 25px;
    }

    .articleBody h3,
    .staticPageArticle h3,
    .tagPageText h3,
    .mainContent > article h3 {
        font-size: 22px;
    }

    .articleBody iframe {
        min-height: 240px;
    }

    .materialAdBlock {
        min-height: 250px;
    }

    .shareBtnsContainer,
    .subscribeBtnsContainer {
        text-align: center;
    }

    .buttonsBlockHeadline {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

    .authorPageWrapper,
    .authorPageSection,
    .staticPageArticle,
    .tagPageText,
    .mainContent > article {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .authorInfoWrapper {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .authorImage {
        width: 120px;
        height: 120px;
    }

    .authorTextHeadline {
        font-size: 23px;
        line-height: 30px;
    }

    .authorMaterialsWrapper {
        display: block;
    }

    .authorMaterialCard {
        margin-bottom: 34px;
    }

    .recommendCardWrapper {
        grid-template-columns: 1fr;
    }

    .cookie-popup {
        left: 8px;
        right: 8px;
        bottom: 8px;
    }

    .cookie-popup .popupContentContainer {
        display: block;
        padding: 14px;
    }

    .cookie-popup button {
        width: 100%;
        margin-top: 12px;
    }

    .pushSubscribeBtnsContainer {
        flex-direction: column;
    }
}
