@charset "UTF-8";

/* Source: assets/css/main.css */




/* Source: assets/css/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}



/* Source: assets/css/blocks/variables.css */
:root {
    --font: 'Golos Text', -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;

    --color-white: #fff;
    --color-blue-50: #E8F5FC;
    --color-blue-100: #D2EAF9;
    --color-blue-200: #A5D5F3;
    --color-blue-300: #78C0ED;
    --color-blue-400: #4AABE8;
    --color-blue-500: #1D96E2;
    --color-blue-600: #1778B5;
    --color-blue-700: #125A87;
    --color-blue-800: #0C3C5A;
    --color-blue-900: #061E2D;
    --color-gray-50: #F0F2F5;
    --color-gray-100: #E1E4EA;
    --color-gray-200: #C3C9D5;
    --color-gray-300: #A5AEC0;
    --color-gray-400: #8793AB;
    --color-gray-500: #697996;
    --color-gray-600: #546078;
    --color-gray-700: #3F485A;
    --color-gray-800: #2A303C;
    --color-gray-900: #0F1115;
    --color-green-50: #F4FBEA;
    --color-green-100: #EAF7D4;
    --color-green-200: #D4EFA9;
    --color-green-300: #BFE77E;
    --color-green-400: #A9DE54;
    --color-green-500: #94D629;
    --color-green-600: #76AB21;
    --color-green-700: #598118;
    --color-green-800: #3B5610;
    --color-green-900: #1E2B08;
    --color-orange-50: #FFF8E5;
    --color-orange-100: #FFF1CC;
    --color-orange-200: #FFE499;
    --color-orange-300: #FFD666;
    --color-orange-400: #FFC933;
    --color-orange-500: #FFBB00;
    --color-orange-600: #CC9600;
    --color-orange-700: #997000;
    --color-orange-800: #664B00;
    --color-orange-900: #332500;
    --color-red-50: #FFE5E6;
    --color-red-100: #FFCCCE;
    --color-red-200: #FF999C;
    --color-red-300: #FF999C;
    --color-red-400: #FF333A;
    --color-red-500: #FF0008;
    --color-red-600: #CC0007;
    --color-red-700: #990005;
    --color-red-800: #660003;
    --color-red-900: #330002;

    --box-shadow-color-rgb: 0, 0, 0;
    --box-shadow-size: 0 2px 10px 0;
    --box-shadow-opacity: .08;
    --box-shadow: var(--box-shadow-size) rgba(var(--box-shadow-color-rgb), var(--box-shadow-opacity));
    
    --transition: all .3s ease;

    --color-header: var(--color-gray-900);
    --color-text: var(--color-gray-800);
    --color-accent: var(--color-blue-600);
    --color-accent-active: var(--color-blue-700);

    --info-bg: var(--color-green-200);
    --info-border: var(--color-green-300);
    --info-btn-bg: var(--color-green-500);
    --info-btn-bg-hover: var(--color-green-600);
    --info-btn-bg-active: var(--color-green-700);
    --info-btn-text: var(--color-green-50);
    --info-marker: var(--color-green-700);
    --info-text: var(--color-green-900);
    --info-icon: var(--color-green-700);

    --attention-bg: var(--color-orange-100);
    --attention-border: var(--color-orange-200);
    --attention-btn-bg: var(--color-orange-500);
    --attention-btn-bg-hover: var(--color-orange-600);
    --attention-btn-bg-active: var(--color-orange-700);
    --attention-btn-text: var(--color-orange-50);
    --attention-marker: var(--color-orange-700);
    --attention-text: var(--color-orange-900);
    --attention-icon: var(--color-orange-700);

    --important-bg: var(--color-red-100);
    --important-border: var(--color-red-200);
    --important-btn-bg: var(--color-red-500);
    --important-btn-bg-hover: var(--color-red-600);
    --important-btn-bg-active: var(--color-red-700);
    --important-btn-text: var(--color-red-50);
    --important-marker: var(--color-red-700);
    --important-text: var(--color-red-900);
    --important-icon: var(--color-red-700);

    --example-bg: var(--color-gray-50);
    --example-border: var(--color-gray-100);
    --example-btn-bg: var(--color-gray-500);
    --example-btn-bg-hover: var(--color-gray-600);
    --example-btn-bg-active: var(--color-gray-700);
    --example-btn-text: var(--color-gray-50);
    --example-marker: var(--color-gray-700);
    --example-text: var(--color-gray-900);
    --example-icon: var(--color-gray-700);

    --cta-bg: var(--color-blue-100);
    --cta-border: var(--color-blue-200);
    --cta-btn-bg: var(--color-blue-600);
    --cta-btn-bg-hover: var(--color-blue-700);
    --cta-btn-bg-active: var(--color-blue-800);
    --cta-btn-text: var(--color-blue-50);
    --cta-marker: var(--color-blue-700);
    --cta-text: var(--color-blue-900);
    --cta-icon: var(--color-blue-700);

    --btn-bg: var(--color-blue-600);
    --btn-bg-hover: var(--color-blue-700);
    --btn-bg-active: var(--color-blue-800);
    --btn-text: var(--color-blue-50);

    --btn-invert-bg: var(--color-white);
    --btn-invert-bg-hover: var(--color-blue-50);
    --btn-invert-bg-active: var(--color-blue-100);
    --btn-invert-text: var(--color-blue-600);

    --btn-secondary-bg: var(--color-blue-100);
    --btn-secondary-bg-hover: var(--color-blue-200);
    --btn-secondary-bg-active: var(--color-blue-300);
    --btn-secondary-text: var(--color-blue-900);

    --link-default: var(--color-blue-600);
    --link-hover: var(--color-blue-700);
    --link-visited: var(--color-blue-500);
    --link-active: var(--color-blue-800);

    --menu-default: var(--color-header);
    --menu-hover: var(--color-accent);
    --menu-active: var(--color-blue-600);

    --footer-default: var(--color-blue-200);
    --footer-hover: var(--color-blue-50);
    --footer-active: var(--color-blue-50);

    --breadcrumbs-default: var(--color-gray-600);
    --breadcrumbs-hover: var(--color-blue-600);
    --breadcrumbs-last: var(--color-text);
    --breadcrumbs-separator: var(--color-gray-200);

    --list-marker: var(--color-accent);

    --text-xs: 12px;
    --text-s: 14px;
    --text-m: 16px;
    --text-l: 18px;
    --text-xl: 20px;
    --text-2xl: 24px;
    --text-3xl: 28px;
    --text-4xl: 32px;
    --text-5xl: 40px;

    --text-caption: var(--text-xs);
    --text-small: var(--text-s);
    --text-base: var(--text-m);
    --text-body: var(--text-l);  
    --text-h5: var(--text-xl);
    --text-h4: var(--text-2xl);
    --text-h3: var(--text-3xl);
    --text-h2: var(--text-4xl);
    --text-h1: var(--text-5xl);

    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 32px;
    --space-8: 40px;
    --space-9: 48px;
    --space-10: 56px;
    --space-11: 72px;
    --space-12: 88px;
    --space-13: 100px;

    --radius-s: 8px;
    --radius-m: 16px;
    --radius-l: 24px;
    --radius-full: 9999px;
}

@media (max-width: 1023px) {
    :root {
        --text-s: 13px;
        --text-m: 15px;
        --text-l: 17px;
        --text-xl: 19px;
        --text-2xl: 22px;
        --text-3xl: 26px;
        --text-4xl: 30px;
        --text-5xl: 36px;

        --space-7: 28px;
        --space-8: 36px;
        --space-9: 42px;
        --space-10: 48px;
        --space-11: 60px;
        --space-12: 72px;
        --space-13: 80px;

    }
}

@media (max-width: 767px) {
    :root {
        --text-l: 16px;
        --text-xl: 18px;
        --text-2xl: 20px;
        --text-3xl: 24px;
        --text-4xl: 28px;
        --text-5xl: 32px;

        --space-7: 24px;
        --space-8: 32px;
        --space-9: 40px;
        --space-10: 44px;
        --space-11: 48px;
        --space-12: 52px;
        --space-13: 56px;

        --radius-m: 10px;
        --radius-l: 12px;
        --radius-xl: 16px;
        --radius-2xl: 20px;
        --radius-3xl: 24px;
    }
}


/* Source: assets/css/common.css */
@font-face {
    font-family: 'Golos Text';
    src: url('../../assets/css/../fonts/GolosText-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: var(--text-body);
}

html,
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background: var(--color-white);
    font-family: var(--font);
    font-size: var(--text-body);
    line-height: 1.4;
    color: var(--color-text);
}

button,
input,
select,
optgroup,
textarea {
    color: var(--color-text);
    font-family: var(--font);
    font-size: var(--text-l);
    line-height: 1.4;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    line-height: 1.2;
    color: var(--color-header);
    font-weight: 500;
    margin: 1.75em 0 .6em;
}

h1 {
    font-size: var(--text-h1);
    margin-top: 0;
}

.page-politics h1 {
    padding-bottom: .2em;
    border-bottom: 2px solid var(--color-gray-500);
}


h2, .h2 {
    font-size: var(--text-h2);
}


h3, .h3 {
    font-size: var(--text-h3);
}

h4, .h4 {
    font-size: var(--text-h4);
    font-weight: 500;
    line-height: 1.2;
}

h5, .h5 {
    font-size: var(--text-h5);
    font-weight: 500;
    line-height: 1.2;
}

p {
    margin: 1.5em 0;
}

strong {
    font-weight: 600;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, a:link {
    color: var(--link-default);
    text-decoration: underline;
    text-underline-offset: .15em;
    transition: var(--transition);
}

a:visited {
    color: var(--link-visited);
}

a:hover, a:focus {
    color: var(--link-hover);
    text-decoration: none;
}

a:active {
    color: var(--link-active);
    text-decoration: none;
}

.wrapper {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: var(--color-white);
}

@media (min-width: 1921px) {
    .wrapper {
        box-shadow: 0 0 20px 0 rgba(var(--box-shadow-color-rgb), .1);
    }
}

.container {
    width: 100%;
    max-width: 1260px;
    padding: 0 var(--space-4);
    margin: 0 auto;
}

@media (max-width: 1279px) {
    .container {
        max-width: 1024px;
    }
}

@media (max-width: 1023px) {
    .container {
        max-width: 768px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

@media (max-width: 539px) {
    .container {
        max-width: 100%;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.main {
    margin: var(--space-10) 0 var(--space-13);
}

.section {
    margin: var(--space-13) 0;
}

.section:first-child {
    margin-top: 0;
}

.section:last-child {
    margin-bottom: 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-5);
}

.grid.grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1279px) {
    .grid, .grid.grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1023px) {
    .grid, .grid.grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 539px) {
    .grid, .grid.grid--3 {
        grid-template-columns: 1fr;
    }
}

.main-content {
    margin-top: var(--space-6);
}

.main-content ul {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    margin: 1.5em 0 1.5em var(--space-6);
}

.main-content ul:first-child {
    margin-top: 0;
}

.main-content ul:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .main-content ul {
        margin-left: 0;
    }
}

.main-content ul li {
    position: relative;
    padding-left: var(--space-6);
}

.main-content ul li::before {
    content: '';
    display: block;
    width: var(--space-2);
    height: var(--space-2);
    border-radius: 50%;
    background: var(--list-marker);
    position: absolute;
    top: 10px;
    left: 0;
}

@media (max-width: 767px) {
    .main-content ul li::before {
        top: var(--space-2);
    }
}

.main-content ol {
    display: flex;
    flex-direction: column;
    gap: var(--space-1);
    margin-left: var(--space-6);
    counter-reset: item;
}

@media (max-width: 767px) {
    .main-content ol {
        margin-left: 0;
    }
}

.main-content ol li {
    position: relative;
    padding-left: var(--space-6);
    counter-increment: item;
}

.main-content ol li::before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--list-marker);
    font-weight: 500;
    font-style: italic;
}

@media (max-width: 767px) {
    .main-content ol li::before {
        top: var(--space-2);
    }
}

.politics-date {
    font-size: var(--text-base);
    color: var(--color-gray-500);
    font-weight: 500;
}

.btn, .btn:visited {
    display: inline-block;
    padding: var(--space-3) var(--space-7);
    border-radius: var(--radius-s);
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
    text-decoration: none !important;
    transition: var(--transition);
    cursor: pointer;
}

.btn:focus, .btn:hover {
    transform: translateY(-1px);
}

.btn:active {
    transform: translateY(1px);
}

.btn--primary, a.btn--primary, a.btn--primary:visited {
    background: var(--btn-bg);
    color: var(--btn-text);
}

.btn--primary:focus, .btn--primary:hover, a.btn--primary:visited:hover {
    background: var(--btn-bg-hover);
}

.btn--primary:active {
    background: var(--btn-bg-active);
}

.btn--secondary, .btn--secondary:visited {
    background: var(--btn-secondary-bg);
    color: var(--btn-secondary-text);
    text-shadow: none;
}

.btn--secondary:focus, .btn--secondary:hover {
    background: var(--btn-secondary-bg-hover);
}

.btn--secondary:active {
    background: var(--btn-secondary-bg-active);
}

.btn--invert,
.btn--invert:visited {
    background: var(--btn-invert-bg);
    color: var(--btn-invert-text);
    border: 1px solid var(--btn-invert-text);
    text-shadow: none;
}

.btn--invert:focus,
.btn--invert:hover {
    background: var(--btn-invert-bg-hover);
}

.btn--invert:active {
    background: var(--btn-invert-bg-active);
}

.btn--small {
    padding: var(--space-2) var(--space-6);
    font-size: var(--text-base);
}

.main-content {
    margin-top: var(--space-6);
}

.main-content__updated {
    margin:0 0 var(--space-6) 0;
    font-size: var(--text-small);
    color: var(--color-gray-300);
}

.content-wrapper.content-wrapper--has-sidebar {
    display: flex;
    gap: var(--space-8);
}

@media (max-width:1024px) {
    .content-wrapper.content-wrapper--has-sidebar {
        display: block;
    }
}

.content-wrapper.content-wrapper--has-sidebar .main-content {
    flex: 1 1 auto;
    min-width: 0;
}

.content-wrapper.content-wrapper--has-sidebar .sidebar {
    flex: 0 0 360px;
    padding-top: var(--space-11);
}

@media (max-width: 1279px) {
    .content-wrapper.content-wrapper--has-sidebar .sidebar {
        display: none;
    }
}

.sidebar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
}

.sidebar .sticky {
    position: sticky;
    align-self: flex-start;
    width: 100%;
}

.widget {
    border: 1px solid var(--color-gray-100);
    border-radius: var(--radius-m);
    padding: var(--space-4);
}

.widget__title.h4 {
    margin-bottom: var(--space-4);
}

.toc__content {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: var(--space-2); 
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--color-gray-200) transparent;
}

/* Webkit браузеры (Chrome, Safari, Edge) */
.toc__content::-webkit-scrollbar {
    width: var(--space-1);
    background: transparent;
}

.toc__content::-webkit-scrollbar-track {
    background: transparent;
    border-radius: var(--radius-full);
    margin: var(--space-1) 0;
}

.toc__content::-webkit-scrollbar-thumb {
    background: var(--color-gray-200);
    border-radius: var(--space-1);
}

.toc__content::-webkit-scrollbar-thumb:hover {
    background: var(--color-gray-300);
}

.toc__content::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

@-moz-document url-prefix() {
    .toc__content {
        scrollbar-width: thin;
        scrollbar-color: var(--color-gray-200) transparent;
    }
}

.toc__content {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.toc__items {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    font-size: var(--text-base);
}

.toc__item {
    position: relative;
}

.toc__item a, .toc__item a:visited {
    display: block;
    color: var(--color-gray-700);
    text-decoration: none;
    line-height: 1.2;
    padding: var(--space-1) var(--space-3);
}

.toc__item a:focus, .toc__item a:hover {
    color: var(--color-accent);
}

.toc__item a:active {
    color: var(--color-accent-active);
}

.toc__item.active a {
    color: var(--color-gray-700);
    background: var(--color-blue-100);
    border-radius: var(--radius-m);
    cursor: default;
}

/*********************************
 Блоки Гутенберга
/*********************************/

/* Кнопка */

.custom-button-container {
    display: inline-block;
    width: 100%;
}

.custom-button-wrapper {
    display: flex;
    justify-content: flex-start;
}

.wp-block-custom-button.aligncenter {
    text-align: center;
}

.wp-block-custom-button.alignright {
    text-align: right;
}

.wp-block-custom-button.alignleft {
    text-align: left;
}


/* Таблица */

.custom-table-wrapper {
    margin: 1.5em 0;
    overflow-x: auto;
}

.custom-table {
    width: 100%;
    font-size: var(--text-base);
    line-height: 1.4;
    border-spacing: 0;
    border-radius: 16px;
    border: 2px solid var(--color-gray-100);
    overflow: hidden;
}

.custom-table th {
    padding: 14px 20px;
    text-align: left;
    font-weight: 600;
    color: var(--color-text);
    background: var(--color-gray-100);
}

.custom-table td {
    padding: 12px 20px;
    border-bottom: 1px solid var(--color-gray-100);
}

.custom-table tbody tr:last-child td {
    border-bottom: none;
}

.custom-table tbody tr {
    transition: all .3s linear;
}

.custom-table tbody tr:hover {
    background: var(--color-gray-50);
}


@media (max-width: 767px) {
    .custom-table {
        border: 0;
        border-radius: 0;
    }

    .custom-table th,
    .custom-table td {
        padding: 12px;
    }

    .custom-table thead {
        display: none;
    }

    .custom-table tbody tr {
        display: block;
        margin-bottom: 16px;
        border: 1px solid var(--color-gray-200);
        border-radius: 8px;
        background: var(--color-white);
    }

    .custom-table tbody tr:hover {
        background: var(--color-white);
    }

    .custom-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid var(--color-gray-200);
        text-align: right;
    }

    .custom-table td:last-child {
        border-bottom: none;
    }

    .custom-table td:before {
        content: attr(data-label);
        font-weight: 600;
        color: var(--color-text);
        text-align: left;
        margin-right: 12px;
        flex-shrink: 0;
    }

    .custom-table tbody tr:last-child td:not(:last-child) {
        border-bottom: 1px solid var(--color-gray-200);
    }
}

@media (max-width: 540px) {
    .custom-table td {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .custom-table td:before {
        font-size: var(--text-small);
    }
}


/* Блоки внимания */

.info-note {
    padding: var(--space-8);
    margin: 3em 0;
    border-radius: var(--radius-l);
    font-size: var(--text-base);
    line-height: 1.4;
    position: relative;
}

.info-note:last-child {
    margin-bottom: 0;
}

.info-note__header {
    display: flex;
    align-items: center;
    gap: var(--space-7);
    margin-bottom: var(--space-6);
    margin-left: calc(var(--space-8) + var(--space-7));
}

@media (max-width: 767px) {
    .info-note__header {
        margin-left: 0;
    }
}

.info-note__icon {
    display: flex;
    position: absolute;
    top: var(--space-7);
    left: var(--space-7);
}

@media (max-width: 767px) {
    .info-note__icon {
        position: static;
    }
}

.info-note__title {
    font-size: var(--text-h4);
    font-weight: 600;
}

.info-note__content {
    font-size: var(--text-base);
    margin-left: calc(var(--space-8) + var(--space-7));
}

@media (max-width: 767px) {
    .info-note__content {
        margin-left: 0;
    }
}

.info-note ul li::before {
    width: 6px;
    height: 6px;
    top: var(--space-2);
    left: var(--space-1);
}

.info-note--information {
    border: 1px solid var(--info-border);
    border-left: 8px solid var(--info-border);
    background: var(--info-bg);
}

.info-note--information .info-note__icon-svg {
    fill: var(--info-icon);
    stroke: var(--info-icon);
}

.info-note--information .info-note__icon-svg path {
    fill: inherit;
    stroke: none;
}

.info-note--information .info-note__title ,
.info-note--information .info-note__content,
.info-note--information  strong {
    color: var(--info-text);
}

.info-note--information .btn, .info-note--information .btn:visited {
    background: var(--info-btn-bg);
    color: var(--info-btn-text);
}

.info-note--information .btn:focus, .info-note--information .btn:hover {
    background: var(--info-btn-bg-hover);
}

.info-note--information .btn:active {
    background: var(--info-btn-bg-active);
}

.info-note--information ul li::before {
    background: var(--info-marker);
}

.info-note--information ol li::before {
    color: var(--info-marker);
}

.info-note--attention {
    border: 1px solid var(--attention-border);
    border-left: 8px solid var(--attention-border);
    background: var(--attention-bg);
}

.info-note--attention .info-note__icon-svg {
    fill: var(--attention-icon);
    stroke: var(--attention-icon);
}

.info-note--attention .info-note__icon-svg path {
    fill: inherit;
    stroke: none;
}

.info-note--attention .info-note__title ,
.info-note--attention .info-note__content,
.info-note--attention  strong {
    color: var(--attention-text);
}

.info-note--attention .btn, .info-note--attention .btn:visited {
    background: var(--attention-btn-bg);
    color: var(--attention-btn-text);
}

.info-note--attention .btn:focus, .info-note--attention .btn:hover {
    background: var(--attention-btn-bg-hover);
}

.info-note--attention .btn:active {
    background: var(--attention-btn-bg-active);
}

.info-note--attention ul li::before {
    background: var(--attention-marker);
}

.info-note--attention ol li::before {
    color: var(--attention-marker);
}

.info-note--important {
    border: 1px solid var(--important-border);
    border-left: 8px solid var(--important-border);
    background: var(--important-bg);
}

.info-note--important .info-note__icon-svg {
    fill: var(--important-icon);
    stroke: var(--important-icon);
}

.info-note--important .info-note__icon-svg path {
    fill: inherit;
    stroke: none;
}

.info-note--important .info-note__title ,
.info-note--important .info-note__content,
.info-note--important  strong {
    color: var(--important-text);
}

.info-note--important .btn, .info-note--important .btn:visited {
    background: var(--important-btn-bg);
    color: var(--important-btn-text);
}

.info-note--important .btn:focus, .info-note--important .btn:hover {
    background: var(--important-btn-bg-hover);
}

.info-note--important .btn:active {
    background: var(--important-btn-bg-active);
}

.info-note--important ul li::before {
    background: var(--important-marker);
}

.info-note--important ol li::before {
    color: var(--important-marker);
}

.info-note--example {
    border: 1px solid var(--example-border);
    border-left: 8px solid var(--example-border);
    background: var(--example-bg);
}

.info-note--example .info-note__icon-svg {
    stroke: var(--example-icon);
}

.info-note--example .info-note__title ,
.info-note--example .info-note__content,
.info-note--example  strong {
    color: var(--example-text);
}

.info-note--example .info-note__content {
    font-style: italic;
}

.info-note--example .btn, .info-note--example .btn:visited {
    background: var(--example-btn-bg);
    color: var(--example-btn-text);
}

.info-note--example .btn:focus, .info-note--example .btn:hover {
    background: var(--example-btn-bg-hover);
}

.info-note--example .btn:active {
    background: var(--example-btn-bg-active);
}

.info-note--example ul li::before {
    background: var(--example-marker);
}

.info-note--example ol li::before {
    color: var(--example-marker);
}

.info-note--cta {
    border: 1px solid var(--cta-border);
    border-left: 8px solid var(--cta-border);
    background: var(--cta-bg);
}

.info-note--cta .info-note__icon-svg g {
    stroke: var(--cta-icon);
}

.info-note--cta .info-note__icon-svg path {
    fill: var(--cta-icon);
    stroke: none;
}

.info-note--cta .info-note__title ,
.info-note--cta .info-note__content,
.info-note--cta  strong {
    color: var(--cta-text);
}

.info-note--cta .btn, .info-note--cta .btn:visited {
    background: var(--cta-btn-bg);
    color: var(--cta-btn-text);
}

.info-note--cta .btn:focus, .info-note--cta .btn:hover {
    background: var(--cta-btn-bg-hover);
}

.info-note--cta .btn:active {
    background: var(--cta-btn-bg-active);
}

.info-note--cta ul li::before {
    background: var(--cta-marker);
}

.info-note--cta ol li::before {
    color: var(--cta-marker);
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-right {
    text-align: right;
}

.info-note-content {
    min-height: 40px;
}

.info-note p:first-child {
    margin-top: 0;
}

.info-note p:last-child {
    margin-bottom: 0;
}

.main-content .info-note ul {
    margin-left: 0;
}

.main-content .info-note ul li {
    padding-left: calc(var(--space-6) + var(--space-1));
}


.info-note .custom-button-wrapper {
    margin: var(--space-7) 0;
}

.info-note .custom-button-wrapper:first-child {
    margin-top: 0;
}

.info-note .custom-button-wrapper:last-child {
    margin-bottom: 0;
}

.page-header {
    display: flex;
    gap: var(--space-8);
}

@media (max-width: 767px) {
    .page-header {
        flex-direction: column;
        gap: 0;
    }
}

.page-header__title {
    flex: 1 1 auto;
    min-width: 0;
}

.page-header__title h1 {
    margin: 0 !important;
}

.page-header__img {
    flex: 0 0 300px;
    display: flex;
}

@media (max-width: 767px) {
    .page-header__img {
        flex: 1 1 auto;
        max-width: 300px;
        margin-top: var(--space-6);
    }
}

.page-header__img-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page-header__img-item-card {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--radius-m);
}

.block__faq {
    width: 100%;
    margin-top: var(--space-7);
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.block__faq-item {
    border: 1px solid var(--color-gray-100);
    border-radius: var(--radius-m);
    overflow: hidden;
}

.block__faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: var(--color-gray-50);
    transition: var(--transition);
    user-select: none;
    padding: var(--space-4) var(--space-6);
}

.block__faq-header:hover {
    background: var(--color-gray-100);
}

.block__faq-title {
    flex: 1;
    font-weight: 500;
    padding-right: var(--space-4);
}

.block__faq-arrow {
    flex-shrink: 0;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.block__faq-item.active .block__faq-arrow {
    transform: rotate(180deg);
}

.block__faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.block__faq-content {
    padding: var(--space-4) var(--space-6) var(--space-5);
    color: var(--color-gray-700);
}

.wp-block-image {
    margin: 1.5em 0;
}

.wp-block-image img {
    max-width: 100%;
    border-radius: var(--radius-l);
}



/* Source: assets/css/blocks/header-min.css */
.site-header {
    background: var(--color-white);
    position: sticky;
    top: 0;
    box-shadow:var(--box-shadow);
    z-index: 110;
}

.site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding-top: var(--space-4);
    padding-bottom: var(--space-4);
}

.site-logo {
    display: flex;
}

.site-logo a {
    text-decoration: none !important;
}

.site-logo__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-logo--header .site-logo__wrapper {
    gap: 8px;
}

.site-logo__img {
    display: flex;
    align-items: center;
    flex: 0 0 40px;
}

@media (max-width: 767px) {
    .site-logo__img {
        flex: 0 0 32px;
    }
}

.site-logo__img svg {
    width: 100%;
    height: auto;
    color: var(--color-blue-600);
}

.site-logo__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.site-logo__name-top {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 767px) {
    .site-logo__name-top {
        font-size: 14px;
    }
}

.site-logo__name-bottom {
    font-size: 23px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 767px) {
    .site-logo__name-bottom {
        font-size: 18px;
    }
}

.site-logo--header .site-logo__name-top {
    color: var(--color-accent);
}

.site-logo--header .site-logo__name-bottom {
    color: var(--color-accent);
}

.site-logo--footer .site-logo__name-top {
    color: var(--color-white);
}

.site-logo--footer .site-logo__name-bottom {
    color: var(--color-white);
    letter-spacing: .02em;
}

@media (max-width: 1023px) {
    .site-header__inner {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }
}

/* Desctop Menu */

.site-navigation__items {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2em;
    font-size: var(--text-base);
}

@media (max-width: 767px) {
    .site-navigation__items {
        font-size: var(--text-l);
    }
}

a.site-navigation__item-link, a.site-navigation__item-link:visited {
    color: var(--menu-default);
    font-weight: 500;
    text-decoration: none;
}

a.site-navigation__item-link:active, a.site-navigation__item-link:hover, a.site-navigation__item-link:focus {
    color: var(--menu-hover);
}



/* Mobile Menu */

.burger-menu, .mobile-menu {
    display: none;
}

@media (max-width: 1023px) {
    .burger-menu {
        display: block;
        width: 40px;
        height: 25px;
        position: absolute;
        top: 50%;
        right: 15px;
        z-index: 110;
        cursor: pointer;
        transform: translateY(-50%);
    }

    .burger-menu span, 
    .burger-menu::after, 
    .burger-menu::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: var(--color-blue-600);
        border-radius: 3px;
        left: 0;
        transition: .2s;
    }

    .burger-menu::before {
        top: 0;
    }

    .burger-menu::after {
        bottom: 0;
    }

    .burger-menu span {
        width: 30px;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        margin: auto;
        background: var(--color-blue-600);
    }

    .site-navigation {
        display: none;
    }

    .mobile-menu {
        display: flex;
        width: 300px;
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        padding: 100px 32px 32px 32px;
        background: var(--color-gray-50);
        overflow-y: auto;
        transform: translateX(300px);
        transition: var(--transition);
        z-index: 100;
    }

    .site-navigation__items {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1em;
    }

    .mobile-menu.active {
        transform: translateX(0);
    }

    .burger-menu.active::before {
        transform: rotate(45deg);
    }

    .burger-menu.active::after {
        transform: rotate(-45deg);
    }

    .burger-menu.active::after, 
    .burger-menu.active::before {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .burger-menu.active span {
        display: none;
    }

}

@media (max-width: 767px) {
    .burger-menu {
        width: 32px;
        height: 21px;
    }

    .burger-menu span {
        width: 24px;
    }
}


/* Source: assets/css/blocks/breadcrumbs.css */
.breadcrumbs {
    font-size: var(--text-xs);
    margin-bottom: var(--space-9);
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
}

a.breadcrumbs__link, a.breadcrumbs__link:visited {
    color: var(--breadcrumbs-default);
    text-decoration: none;
    transition: var(--transition);
}

a.breadcrumbs__link:hover {
    color: var(--breadcrumbs-hover);
    text-decoration: none;
}

.breadcrumbs__current {
    color: var(--breadcrumbs-last);
}

.breadcrumbs__separator {
    color: var(--breadcrumbs-separator);
    margin: 0 var(--space-2);
}



/* Source: assets/css/blocks/footer-min.css */
.site-footer {
    background: var(--color-blue-800);
}

.site-footer .site-logo__img svg {
    color: var(--color-blue-800);
}

.site-footer a, .site-footer a:visited {
    color: var(--footer-default);
    text-decoration: none !important;
}

.site-footer a:focus, .site-footer a:hover {
    color: var(--footer-hover);
}

.site-footer a:active {
    color: var(--footer-active);
}

.site-footer__inner {
    padding-top: 2em;
    padding-bottom: 2em;
    color: var(--color-blue-50);
}

.site-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4em;
    font-size: var(--text-s);
}

.site-footer__top-left {
    display: flex;
    align-items: center;
    gap: 2em;
}

.site-footer__email {
    display: flex;
    flex-direction: column;
    gap: .5em;
    line-height: 1;
}

.site-footer__email-row {
    display: flex;
    align-items: center;
    gap: .25em;
}

.site-footer__email-row svg {
    height: .85rem;
}

.site-footer__email-row a {
    line-height: 1;
}

.site-footer__middle {
    margin: 2em 0;
    font-size: var(--text-s);
}

.site-footer__menu {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
}

.site-footer__menu-link.current {
    color: var(--footer-default);
}

.site-footer__bottom {
    font-size: var(--text-s);
}

@media (max-width: 480px) {
    .site-footer__menu {
        display: grid;
        grid-template-columns: 1fr;
        gap: .5em 2em;
    }

    .site-footer__top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 2em;
    }

    .footer-logo {
        flex: 0 1 auto;
    }
}


/* Source: assets/css/blocks/card-summary.css */
.card-summary {
    background: var(--color-gray-50);
    border: 1px solid var(--color-gray-100);
    border-radius: var(--radius-l);
    padding: var(--space-7);
}

.card-summary__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--space-8);
}

.card-summary__features-header {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .card-summary__inner {
        flex-direction: column;
    }
}

.card-summary__features {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
}

.card-summary__features-main {
    display: table;
}

@media (max-width: 767px) {
    .card-summary__features-main {
        display: flex;
        flex-direction: column;
    }
}

.card-summary__features-item {
    display: table-row;
}

@media (max-width: 767px) {
    .card-summary__features-item {
        display: flex;
        flex-direction: column;
    }
}

.card-summary__features-item-name {
    display: table-cell;
    font-size: var(--text-base);
    color: var(--color-gray-600);
    line-height: 1.2;
    position: relative;
    background: var(--color-gray-50);
    border-bottom: 1px solid var(--color-gray-100);
    padding: var(--space-2) var(--space-4) var(--space-2) 0;
}

.card-summary__features-item-name--has-tooltip {
    display: flex;
    align-items: center;
    gap: var(--space-1);
}

.card-summary__features-item:last-child .card-summary__features-item-name {
    border-bottom: none;
}

@media (max-width: 767px) {
    .card-summary__features-item-name {
        display: block;
        border-bottom: none;
        padding: var(--space-2) 0 0 0;
    }
}

.card-summary__features-item-value {
    display: table-cell;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-gray-800);
    background: var(--color-gray-50);
    border-bottom: 1px solid var(--color-gray-100);
    padding: var(--space-2) var(--space-4) var(--space-2) 0;
}

.card-summary__features-item:last-child .card-summary__features-item-value {
    border-bottom: none;
}

@media (max-width: 767px) {
    .card-summary__features-item-value {
        display: block;
        padding: var(--space-2) 0;
    }
}

.card-summary__features-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3) var(--space-7);
    margin-top: auto;
}

@media (max-width: 1023px) {
    .card-summary__features-footer {
        grid-template-columns: 1fr;
    }
}

.card-summary__features-footer-item {
    display: flex;
    margin-top: var(--space-4);
}


/* Стили для подсказки */
.tooltip-trigger {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: var(--color-gray-400);
    transition: var(--transition);
}

.tooltip-trigger:hover {
    color: var(--color-gray-500);
}

.tooltip-icon {
    width: var(--space-4);
    height: var(--space-4);
}

.tooltip-trigger .tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + var(--space-2)); 
    left: 0;
    background: var(--color-gray-700);
    color: var(--color-gray-50);
    padding: var(--space-2) var(--space-3);
    border-radius: var(--radius-s);
    font-size: var(--text-small);
    line-height: 1.4;
    width: 280px;
    text-align: left;
    transition: var(--transition);
    z-index: 1000;
    pointer-events: none;
    box-shadow: 0 var(--space-1) var(--space-3) rgba(var(--box-shadow-rgb), .2);
}

.tooltip-text.is-open {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}

.tooltip-text a, .tooltip-text a:visited {
    color: var(--color-blue-300);
}



/* Source: assets/css/blocks/homepage-hero.css */
.hero {
    display: flex;
    flex-direction: column;
    gap: var(--space-7);
}

.hero__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-7);
}

@media (max-width: 1279px) {
    .hero__body {
        grid-template-columns: 1fr 400px;
    }
}

@media (max-width: 1023px) {
    .hero__body {
        grid-template-columns: 1fr;
    }
}

.hero-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-main__btns {
    margin-top: var(--space-9);
    display: flex;
    gap: var(--space-4);
}

@media (max-width: 539px) {
    .hero-main__btns {
        flex-direction: column;
    }
}

.hero_aside picture {
    display: flex;
}

.hero_aside img {
    width: 100%;
    height: auto;
}

@media (max-width: 1023px) {
    .hero_aside {
        display: none;
    }
}

.hero__footer.grid {
    grid-template-columns: repeat(3, 1fr);
}


/* Source: assets/css/blocks/popular-credit-cards.css */
.popular-cards {
    margin-top: var(--space-7);
} 

.popular-cards__item {
    display: flex;
}

@media (max-width: 1279px) {
    .section--frontpage .popular-cards__item:last-child {
        display: none;
    }
}

@media (max-width: 1024px) {
    .section--frontpage .popular-cards__item:last-child {
        display: flex;
    }
}

.popular-cards__item a {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
    height: 100%;
    color: var(--color-gray-800);
    text-decoration: none;
    border: 1px solid var(--color-gray-100);
    border-radius: var(--radius-m);
}

.popular-cards__item a:focus, .popular-cards__item a:hover, .popular-cards__item a:active {
    box-shadow:var(--box-shadow);
}

.popular-cards__item-body {
    padding: 0 var(--space-4);
}

.popular-cards__item-title {
    font-size: var(--text-body);
    font-weight: 600;
    line-height: 1;
    color: var(--color-gray-800);
    transition: var(--transition);
}

.popular-cards__item-img {
    display: flex;
}

.popular-cards__item a img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-m);
    filter: brightness(1);
    transition: var(--transition);
}

.popular-cards__item a:focus img, .popular-cards__item a:hover img, .popular-cards__item a:active img {
    filter: brightness(1.1);
}

.popular-cards__item-footer {
    display: flex;
    justify-content: center;
    padding: var(--space-2) var(--space-4) var(--space-4);
    margin-top: auto;
}

.popular-cards__item-footer .btn {
    width: 100%;
    text-align: center;
    transition: var(--transition);
    cursor: pointer;
}

@media (max-width: 540px) {
    .popular-cards__item a img {
        max-width: 300px;
        margin: 0 auto;
    }

    .popular-cards__item-img {
        padding: var(--space-4) var(--space-4) 0 var(--space-4);
    }
}


/* Source: assets/css/blocks/popular-qa.css */
.popular-qa {
    margin-top: var(--space-7);
}

.popular-qa__item a, .popular-qa__item a:visited {
    display: flex;
    gap: var(--space-5);
    height: 100%;
    color: var(--color-gray-800);
    text-decoration: none;
    border: 1px solid var(--color-gray-100);
    border-radius: var(--radius-m);
    padding: var(--space-4);
    background: var(--color-gray-50);
}

.popular-qa__item a:focus, .popular-qa__item a:hover, .popular-qa__item a:active {
    background: var(--color-white);
    box-shadow: var(--box-shadow);
}

.popular-qa__item-img {
    flex: 0 0 var(--space-9);
    width: var(--space-9);
    height: var(--space-9);
    background: var(--color-gray-100);
    border-radius: var(--radius-full);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
}

.popular-qa__item a:focus .popular-qa__item-img , .popular-qa__item a:hover .popular-qa__item-img , .popular-qa__item a:active .popular-qa__item-img  {
    background: var(--color-gray-50);
}

.popular-qa__item-img svg {
    width: var(--space-6);
    height: var(--space-6);
    color: var(--color-blue-700);
}

.popular-qa__item-body {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.popular-qa__item-title {
    color: var(--color-gray-900);
    font-weight: 500;
    line-height: 1.2;
}

.popular-qa__item-description {
    font-size: var(--text-base);
    color: var(--color-gray-700);
    line-height: 1.2;
}

.popular-qa__read-more {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    color: var(--color-blue-700);
}

.popular-qa__read-more span {
    white-space: nowrap;
    font-size: var(--text-base); 
}

.popular-qa__item a:focus .popular-qa__read-more span , .popular-qa__item a:hover .popular-qa__read-more span , .popular-qa__item a:active .popular-qa__read-more span  {
    color: var(--color-blue-600);
}

.popular-qa__read-more svg {
    width: var(--space-4);
    height: auto;
    transform: translateY(2px);
}

.popular-qa__read-more svg path {
    fill: var(--color-blue-700);
}

@media (max-width: 1023px) {
    .section--frontpage .popular-qa__item:last-child {
        display: none;
    }
}

@media (max-width: 539px) {
    .section--frontpage .popular-qa__item:last-child {
        display: block;
    }
}



/* Source: assets/css/blocks/pagination.css */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--space-10);
}

.pagination__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-3);
}

.pagination__item {
    display: flex;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--space-9);
    height: var(--space-9);
    border: 1px solid var(--color-gray-100);
    border-radius: var(--radius-s);
    padding: var(--space-1);
}

a.page-numbers {
    text-decoration: none !important;
}

a.page-numbers:focus, a.page-numbers:hover {
    border: 1px solid var(--color-blue-200);
    background: var(--color-blue-100);
}

a.page-numbers:active {
    border: 1px solid var(--color-gray-200);
}




/* Source: assets/css/blocks/cookie-consent.css */
.cookie-consent {
    position: fixed;
    bottom: var(--space-4);
    left: var(--space-4);
    background: var(--color-white);
    padding: var(--space-5);
    border-radius: var(--radius-m);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
    z-index: 9999;
    display: none;
    width: calc(100% - (var(--space-4) * 2));
    max-width: 500px;
    font-size: var(--text-small);
}

.cookie-consent.active {
    display: block;
}

.cookie-consent__content {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.cookie-consent__content p {
    margin-top: 0;
}

.cookie-consent__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
}

.cookie-consent__buttons.one-column {
    grid-template-columns: 1fr;
}

.cookie-settings {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-white);
    padding: var(--space-7);
    border-radius: var(--radius-m);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
    z-index: 10000;
    width: calc(100% - (var(--space-4) * 2));
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    display: none;
}

.cookie-settings.active {
    display: block;
}

.consent-close {
    position: absolute;
    top: var(--space-4);
    right: var(--space-4);
    cursor: pointer;
}

.cookie-settings__title {
    margin-top: 0;
    margin-bottom: var(--space-5);
    font-size: var(--text-h4);
}

.cookie-settings__description {
    font-size: var(--text-small);
}

.consent-form {
    font-size: var(--text-small);
}

.consent-form__item {
    margin-bottom: var(--space-5);
    padding-bottom: var(--space-5);
    border-bottom: 1px solid var(--color-gray-100);
}

.consent-form__item:first-child {
    margin-top: var(--space-5);
    padding-top: var(--space-5);
    border-top: 1px solid var(--color-gray-100);
}

.checkbox {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    cursor: pointer;
    margin-bottom: var(--space-3);
    font-size: var(--text-body);
    font-weight: 600;
}

.consent-form__item--required .checkbox {
    cursor: default;
}

.checkbox-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: var(--color-gray-200);
    border-radius: var(--radius-full);
    transition: var(--transition);
}

.consent-form__item--required .checkbox-switch {
    cursor: default;
}

.checkbox-switch::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color-white);
    top: 2px;
    left: 2px;
    transition: var(--transition);
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + .checkbox-switch {
    background-color: var(--color-accent);
}

input[type="checkbox"]:checked + .checkbox-switch::after {
    transform: translateX(20px);
}

.gdpr-advantages {
    padding-left: var(--space-5);
    margin-top: var(--space-3);
    color: var(--color-gray-500);
    list-style-type: disc;
    margin-left: 1em;
}

.gdpr-advantages li {
    margin-bottom: var(--space-1);
}

.cookie-settings__confirm-wrapper {
    display: flex;
    justify-content: flex-end;
}

.cookie-settings-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9998;
}

.cookie-settings-overlay.active {
    display: block;
}



