/*!
Theme Name: Brics - CN
Theme URI: https://sajt-pod-klyuch.ru/
Author: Алексей Благородов
Author URI: https://sajt-pod-klyuch.ru/
Description: Тема для журнала Brics Magazine. С автором темы можно связаться через Telegram — @zeeoff
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Brics is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* @media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
} */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 1rem;
}

header#topnav {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 10000;
}

main {
	padding-top: 120px;
}

.line-top-nav {
	background: #010101;
    box-shadow: 0 2px 5px rgba(1, 1, 1, 0.75);
    z-index: 20;
    min-height: 40px;
    max-height: 60px;
    padding: 10px 0px;
}

.main-header {
	background-color: #fff;
	padding: 12px 0px;
    max-height: 60px;
}

.topnav-menu-list {
	padding-left: 0px;
	margin-bottom: 0px;
}

.topnav-menu-list li {
	display: inline;
}

.topnav-menu-list li a {
	color: #fff;
	margin-right: 12px;
}

.topnav-menu-list li:last-child a {
    margin-right: 0px;
}

@media (max-width: 992px) {
    #navigation {
        display: none;
    }
    .line-top-nav-menu {
    	display: none;
    }
}

.main-header #navigation .navigation-menu {
	padding-left: 0px;
	margin-bottom: 0px;
}

.main-header #navigation .navigation-menu li {
	display: inline;
}

.main-header #navigation .navigation-menu li a {
	color: #fff;
	margin-right: 12px;
	position: relative;
}

a.logo {
	height: 70px;
	width: auto;
}

@media (min-width: 992px) {
    #topnav .navbar-toggle {
        display: none;
    }
}

#topnav .menu-extras {
    float: right;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 28px auto;
    height: 15px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    margin-bottom: 5px;
}

.change-language-block label.active {
	background: #000 !important;
	color: #fff !important;
	text-decoration: underline;
	border-radius: 4px !important;
    padding: 6px 12px !important;
}

.change-language-block label:hover {
    color: #000;
    text-decoration: underline;
}

.change-language-block label {
	background: 0 !important;
	border: 0 !important;
    color: #000;
}

.logo-header {
	max-height: 45px;
}

.mobile-menu-header.collapse.show {
    max-height: calc(100vh - 120px);
    overflow-y: scroll;
    width: 100%;
}

.mobile-menu {
    background-color: #fff;
}

.main-mobile-menu, .second-mobile-menu {
	list-style: none;
    margin: 0;
    padding: 0;
}

.main-mobile-menu li a, .second-mobile-menu li a {
	padding: 15px 20px;
	color: #222;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
	position: relative;
}

.main-mobile-menu li, .second-mobile-menu li {
	position: relative;
}

.main-mobile-menu li:after, .second-mobile-menu li:after {
	content: '';
    position: absolute;
    width: auto;
    height: 1px;
    background-color: #eee;
    right: 20px;
    left: 20px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 12px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 12px 0px;
    list-style: none;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
}

.slick-dots li{
    margin-right: 10px;
    display: flex;
}

.slick-dots li:last-child{
    margin: 0;
}

.slick-active button {
	background-color: #fff !important;
	border: 2px solid #fff !important;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 100px;
    border: 2px solid #969696;
    font-size: 0 !important;
    background-color: #969696;
    transition: all 0.3s ease;
    outline: none;
}

.slick-active button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	box-shadow: unset;
}

.slick-slider ul li {
	margin-left: 0px !important;
}

.slick-slider ul li:before {
	content: none !important;
}

.slick-list img {
	margin: auto; 
}

.slide-block {
	position: relative;
}

.slider-block-info {
    position: absolute;
    bottom: 0px;
    padding: 24px;
    right: 0px;
    color: #fff;
    background-color: rgba(1, 1, 1, 0.8);
    width: 400px;
}

.slider-header {
    font-size: 18px;
    line-height: 29px;
}

@media (max-width: 768px) {
	.slider-block-info {
	    position: relative;
	    display: block;
	    bottom: 0px;
	    right: 0px;
	    width: 100%;
	}
	.slider-header {
	    font-size: 18px;
	    margin-bottom: 0px;
	    min-height: 54px;
	}
	.slider-text {
		display: none;
	}
}

.slider-text p {
	margin-bottom: 0px;
}

.read-text {
	border-bottom: 1px dashed #999999;
	color: #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.read-text p {
	margin-bottom: 0px;
}

.read-brics-icon {
    background: url(/wp-content/uploads/2024/10/read_brics-1dff79f35d9dc86022cc569944e4c77c4647ac55d9a81f497376dfae931c4cb5.png) 0 0 no-repeat;
    height: 22px;
    width: 21px;
    display: block;
}

footer {
	padding: 24px 0px;
	background-color: #F7F7F7;
}

.footer-menu ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer-menu ul li {
	display: inline;
}

.footer-menu ul li a {
	color: #333;
    margin-right: 12px;
}

.first-footer {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 2px dashed #999;
}

.footer-logo {
	width: 175px;
	height: max-content;
}

.copyright {
	width: 75%;
	font-size: 10px;
}

.magazine-info-block {
	padding: 36px 0px;
}

.magazine-info-block h1 {
	font-weight: 600;
	font-size: 24px;
}

.partners-logos {
	padding: 36px 0px;
}

.partners-header {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}

.partners-logos a {
    display: inline-block;
    margin: 1.5rem 0 0 2.5rem;
}

 .partners-logos a img {
	max-width: 260px;
    max-height: 70px;
}

.header-page {
	padding: 32px 0px;
}

#breadcrumbs, #breadcrumbs a {
	color: #333;
	opacity: .7;
}

blockquote {
    border-left: 4px solid #ff0000;
    padding: 12px 12px 12px 18px;
    background: #eee;
}

blockquote p:last-child {
    margin-bottom: 0px;
}

.content-page img {
    margin-bottom: 16px;
}

.content-page .alert p:last-child {
    margin-bottom: 0px;
}

.news-form-block input {
	width: 100%;
}

.news-form-block p {
	margin-bottom: 0px;
}

.news-form-block span.wpcf7-spinner {
	display: none;
}

.news-form-block input.wpcf7-validates-as-email {
    height: 30px;
    color: #000000;
    border: 1px solid #c9c9c9;
    width: 100%;
    padding: 5px 20px;
}

.news-form-block input.wpcf7-submit {
	background-color: #383838;
    color: #fff;
    border: 0px;
    height: 30px;
}

.navigation-menu .has-submenu a.header-link:hover, .topnav-menu-list a:hover,
.footer-menu a:hover {
	text-decoration: none;
}

.navigation-menu .has-submenu a.header-link.active:after {
   position: absolute;
   content: "";
   height: 2px;
   background-color: #e4e4e4;
   width: 100%;
   bottom: -24px;
   left: 0;
   padding: 0 1.5rem;
}

.anons {
    padding: 36px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.anons-section .anons:last-child {
    border-bottom: 0px !important;
}

.soft-power-section {
    margin-bottom: 36px;
}

.anons a, .soft-power-section a {
    color: #212529;
}

.anons a:hover, .soft-power-section a:hover {
    text-decoration: none;
}

.anons-header {
    font-size: 32px;
    margin-bottom: 12px;
}

.anons-section {
    margin-bottom: 36px;
}

.soft-header {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 24px;
}

.soft-power-header {
    font-size: 22px;
}

.soft-power-img {
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: block;
}

.soft-power-blocks {
    margin-top: 36px;
}

.soft-power-blocks h2 {
    padding-top: 18px;
    border-top: 1px solid #666;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.soft-power-full-block .soft-power-header {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    padding-top: 8px;
}

.soft-power-full-block {
    border-right: 1px solid #e1e1e1;
}

.soft-power-blocks .col-lg-6 .soft-power-block {
    padding: 8px 0px;
    border-bottom: 1px solid #e1e1e1; 
}

.soft-power-blocks .col-lg-6 .soft-power-block:first-child {
    padding-top: 0px !important;
}

.the-date-post {
    font-size: 12px;
    font-style: italic;
}

.excerpt-block-staty {
    height: 200px;
    width: 100%;
    overflow: hidden;
    padding: 12px;
    position: relative;
    background-color: #b5b5b9;
}

.excerpt-block-staty:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25%;
    left: 0;
    z-index: 2;
    height: 80%;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}

.excerpt-block-staty p {
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    .excerpt-block-staty {
        height: auto;
    }
    .excerpt-block-staty p {
        margin-bottom: 0px;
    }
}

.menu-icon {
    font-size: 24px;
    cursor: pointer;
}

.sidebar-menu {
    position: fixed;
    top: 0;
    right: -300px; /* По умолчанию скрыт за правым краем экрана */
    width: 300px;
    height: 100%;
    background: #333;
    color: #fff;
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 1000000;
}

.sidebar-menu.active {
    right: 0; /* Позиция, когда сайдбар показан */
}

.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    float: right;
}

.sidebar-menu-items {
    list-style: none;
    padding: 0;
}

.sidebar-menu-items li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный */
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Активный класс для отображения сайдбара и оверлея */
.sidebar-menu.active ~ .overlay {
    opacity: 1;
    visibility: visible;
}

.menu-icon .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 28px auto;
    height: 15px;
}

.menu-icon .lines span {
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#menu-main-menu {
    margin-right: 16px;
}

.logo-site {
    position: absolute;
    max-height: 60px;
    left: 0;
    top: 29px;
    left: 15px;
}

.low-force-block {
    padding: 25px;
    background-color: #F7F7F7;
}

.low-force-block .soft-power-header {
    line-height: 1.2;
    padding: 8px 0px;
}

.soft-power-main-block {
    margin-top: 36px;
}

.low-force-block .soft-power-header {
    line-height: 1.2;
}

.low-force-block .soft-power-category {
    padding: 8px 0px;
}

.editor-choice-header {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid #666;
}

.editor-choice-block {
    margin-bottom: 12px;
}

.editor-choice-block-info {
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
}

.editor-choice-excerpt-block {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 20px;
}

.editor-choice-excerpt-block a {
    color: #212529;
}

.editor-choice-excerpt-block a:hover {
    text-decoration: none;
}

.editor-choice-info-header a {
    color: #222;
    font-size: 16px;
}

.editor-choice-info-category {
    padding-right: 6px;
}

.editor-choice-info-date {
    padding-left: 6px;
}

.excerpt-staty-block {
    text-transform: uppercase;
}

h2.wp-block-heading {
    font-size: 24px;
}

h3.wp-block-heading {
    font-size: 20px;
}

.single-editor-choice-col {
    padding-top: 32px;
}

.author-image-link,
.authors-list .author-card .author-image {
    display: block;
    width: 120px !important;
    height: 120px;
    margin: 0 auto;
}

.author-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
    border-width: 5px;
    border-style: solid;
    border-color: rgb(237, 237, 237);
    
    border-radius: 50%;
}

.author-card {
    text-align: center;
}

.authors-block {
    padding: 32px 0px;
    background-color: #F7F7F7;
}

.partners-header {
    margin-bottom: 16px;
}

.authors-block .slick-dots {
    padding: 24px 0px;
    display: flex;
    justify-content: center;
    position: relative;
}

.author-name {
    font-size: 16px;
    padding: 8px 0px;
}

.author-name a {
    color: #212529
}

.author-description {
    font-size: 12px;
}

.authors-block .slick-active button {
    border: 2px solid #f36e4b !important;
    background-color: #f36e4b !important;
}

.archive-staty-img {
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: block;
}

.archive-excerpt-block-staty {
    height: 200px;
    width: 100%;
    overflow: hidden;
    padding: 12px;
    position: relative;
    background-color: #b5b5b9;
}

.archive-excerpt-block-staty:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25%;
    left: 0;
    z-index: 2;
    height: 80%;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}

.archive-content-page a {
    color: #212529;
}

.archive-staty-category {
    padding: 8px 0px;
}

.archive-staty-header {
    font-size: 22px;
    line-height: 1.2;
}

.archive-staty-block {
    margin-bottom: 24px;
}

.archive-excerpt-link:hover {
    text-decoration: none;
}

.archive-meta-category, .archive-meta-date {
	display: inline-block;
}

.archive-meta-category:after {
    content: "|";
    padding-right: 6px;
    padding-left: 6px;
}

.pagination-content .nav-links {
    display: flex;
}

.pagination-content .page-numbers {
    border: 1px solid #dee2e6;
    color: #807c7c;
    display: block;
    float: none;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #ffffff;
    margin: 0px 5px;
}

.pagination-content .page-numbers {
    width: auto;
    height: auto;
    padding: 5px 15px;
}

.page-numbers.current {
    background-color: #222222;
    color: #fff;
    border: 1px solid #222;
}

.anons-category {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.anons-header {
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 8px;
}

.anons-text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

.editor-choice-info-header {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.editor-choice-info-header a:hover {
    text-decoration: none;
}

.editor-choice-info-category a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #222;
}

.editor-choice-info-category a:hover {
    text-decoration: none;
}

.single-page, .page-page {
    padding-bottom: 32px;
}

.countries-list ul, .child-categories ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
}

.countries-list ul li, .child-categories ul li {
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    position: relative;
    list-style: none;
}

.countries-list ul li a, .child-categories ul li a {
    padding: 5px 15px;
    border: 1px solid #222c !important;
    color: #495057 !important;
    border-radius: 4px !important;
    display: block;
}

.search-block {
    margin-bottom: 12px;
}

@media (max-width: 769px) {
    .second-footer {
        display: block !important;
    }
    .second-footer .footer-logo {
        margin-bottom: 16px;
    }
    .second-footer .copyright {
        width: 100%;
    }
}

.sidebar-menu {
    overflow-y: scroll;
}

.sidebar-menu::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.category-separator {
    margin: 0 5px; /* Добавляем пробелы по обе стороны */
}

.editor-choice-info-meta a:hover {
    text-decoration: none;
}

.editor-choice-info-meta a {
    color: #212529;
}

.sidebar-menu-items li.menu-item.menu-item-type-taxonomy.menu-item-object-category {
    border-bottom: 1px solid #666;
    padding: 10px 0px;
}

.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em;
    text-align: center;
    font-weight: 400;
    font-style: italic;
}

.sidebar-menu-items li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0px; 
}

.sidebar-menu-items .sub-menu li {
    border-bottom: none !important;
    padding: 0px !important;
}

.author-info {
    display: flex;
}

.author-image-wrapper {
    margin-right: 16px;
}

.sticky-sidebar {
    top: 160px;
    position: sticky;
}

.image-alt-text {
    background: linear-gradient(0deg, #0006, #0000);
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    margin: 0;
    overflow: auto;
    padding: 13px 0px;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    text-align: center;
    text-shadow: 0 0 1.5px #000;
    will-change: transform;
    bottom: 17px;
    left: 0;
    max-height: 100%;
    position: absolute;
    right: 0;
}

/* Скрываем подменю по умолчанию */
.mobile-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 0px;
    list-style: none;
}

/* Открытие */
.menu-item-has-children.open > .sub-menu {
    max-height: 1000px; /* или сделай auto через JS, если хочешь адаптивнее */
}

/* Стрелочка */
.toggle-submenu {
    background: none;
    border: none;
    margin-left: 8px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 1rem;
    cursor: pointer;
}

/* Стрелочка при открытом подменю */
.menu-item-has-children.open .toggle-submenu {
    transform: rotate(90deg);
}

/* Контейнер ссылки + стрелка */
.mobile-menu .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button:focus {
    outline: none;
}

.mobile-menu-header .search-block {
    padding: 15px 20px;
    background-color: #fff;
}

.main-header-title {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 24px;
}

.dossier-block {
    background-color: #F7F7F7;
}

.dossier-header {
    background-color: #898989;
    color: #fff;
    padding: 15px;
    font-weight: 400;
}

.dossier-content {
    padding: 15px;
}

.dossier-header-one {
    font-weight: 700;
    text-transform: uppercase;
}

.povestka-sidebar .sidebar-posts .sidebar-post-item a:hover {
    text-decoration: none;
}

.povestka-sidebar .sidebar-posts .sidebar-post-item a {
    color: #222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.povestka-sidebar .sidebar-posts .sidebar-post-item:last-child {
    border-bottom: none;
}

.povestka-sidebar .sidebar-posts .sidebar-post-item {
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
}

.editor-choice-header--brics {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}

.editor-choice-header--brics .brics-badge {
    background: #d90000;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

/* эффект "breaking" */
.editor-choice-header--brics .brics-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.6),
        rgba(255,255,255,0.2)
    );
    transform: skewX(-25deg);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .editor-choice-header--brics {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-weight: 700;
        gap: 8px;
    }
}

.editor-choice-header.editor-choice-header--brics .brics-badge a {
    color: #fff;
}

.editor-choice-header.editor-choice-header--brics a:hover {
    text-decoration: none;
}

.editor-choice-header.editor-choice-header--brics a {
    color: #333;
}

.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 600px;
    width: calc(100% - 30px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 20px 20px 15px;
    z-index: 9999;
    font-size: 14px;
    display: none;
    animation: fadeUp 0.4s ease;
}

.cookie-notice.show {
    display: block;
}

.cookie-text {
    margin-bottom: 15px;
    color: #222;
    line-height: 1.5;
}

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

.cookie-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-btn {
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

.cookie-accept {
    background: #333;
    color: #fff;
}

.cookie-accept:hover {
    background: #222;
}

.cookie-decline {
    background: transparent;
    color: #664935;
}

.cookie-decline:hover {
    text-decoration: underline;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .cookie-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .archive-staty-block .archive-staty-img {
        display: none;
    }
    .archive-staty-block .archive-staty-img-mobile {
        display: block !important;
    }
}

.author-image__page_author {
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(237, 237, 237);
}

.author-info-gap {
    gap: 24px;
}