/* inter-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v15-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v15-cyrillic_cyrillic-ext_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v15-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-800 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope-v15-cyrillic_cyrillic-ext_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* @font-face {
    font-family: "PP Neue Montreal";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ppneuemontreal-italic.woff") format("woff");
} */
/*

    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;


*/
/* CSS Reboot Styles */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body,
ul,
ol,
p,
dl,
dd,
figure,
blockquote,
pre {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font: inherit;
    margin: 0;
}

ul, ol {
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

td,
th {
    padding: 0;
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

img,
audio,
canvas,
iframe,
svg,
video {
    max-width: 100%;
 /* Set responsive behaviour */
    height: auto;
    vertical-align: middle;
 /* Remove bottom spacing under element (line-height) */
}

iframe {
    border: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input,
textarea,
button,
optgroup,
select {
    margin: 0;
    font-family: inherit;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

/* Fast Tap enables no-delay taps (FastClick-esque) on supporting browsers */
a,
button,
input,
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* Make fonts more sexy */
body,
input,
textarea,
button,
select {
    -webkit-font-smoothing: antialiased;
}

:root {
    --bg-color: #F8F7F7;
    --title-color: #18171c;
    --main-dark-color: #18171c;
    --text-color: #7a758a;
    --brand-color: #456bf3;
    --hover-btn: #3756c4;
    --main-light-color: #ffffff;
    --secondary-color: #dae1fd;
    --active-red-color: #FEE7E8;
}

main {
    flex-grow: 1;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

*::-webkit-input-placeholder {
    opacity: 1;
}

*::-moz-placeholder {
    opacity: 1;
}

*:-ms-input-placeholder {
    opacity: 1;
}

*::-ms-input-placeholder {
    opacity: 1;
}

*::placeholder {
    opacity: 1;
}

body {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: var(--text-color);
    background-color: var(--bg-color);
    position: relative;
}

.single-page,
.single-post {
    background-color: var(--main-light-color);
}

.wrapper {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

a {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    text-decoration: none;
    color: var(--brand-color);
}

.blog-item a {
    color: initial;
}

.blog-item__link:hover {
    text-decoration: none;
}

input {
    border: 0;
    outline: 0;
    border-radius: 0;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-scroll {
    overflow: hidden;
}

@media (min-width: 500px) {
    .no-scroll {
        padding-right: 17px;
    }
}
/* firefox */
@supports (-moz-appearance: none) {
    .no-scroll {
        padding-right: 0;
    }
}

@media (hover: none) and (pointer: coarse) {
    .no-scroll {
        margin-right: 0;
    }
}

textarea:focus {
    outline: none;
}

._container {
    width: 100%;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.btn:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

footer ul,
header ul,
footer ol,
footer ol {
    list-style: none;
}

/* Selection color change */
::-moz-selection {
    color: var(--main-light-color);
    background-color: var(--brand-color);
}

::selection {
    color: var(--main-light-color);
    background-color: var(--brand-color);
}

::-moz-selection {
    color: var(--main-light-color);
    background-color: var(--brand-color);
}

/* Scrollbar change */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

/* Header styles */
/* Media queries */
@media (min-width: 768px) {
    .br-tab {
        display: none;
    }

    .br-mob {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .br-desc {
        display: none;
    }

    .br-mob {
        display: none;
    }
}

@media (max-width: 480px) {
    .br-desc {
        display: none;
    }

    .br-tab {
        display: none;
    }
}
/* STYLES */
/* burger menu */
:root {
    --burger-menu-color: #fff;
    --burger-menu-width: 26px;
    --burger-menu-height: 22px;
    --burger-top-plus: 10px;
    --burger-top-minus: -10px;
    --burger-line-height: 3.7px;
    --burger-line-round: 5px;
}

.header__burger {
    width: var(--burger-menu-width);
    height: var(--burger-menu-height);
    position: relative;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    cursor: pointer;
    background-image: url("../img/mobile-menu.svg");
    background-size: 30;
    background-position: center;
    background-repeat: no-repeat;
}

.header__burger:hover {
    background-color: var(--bg-color);
}

.header__burger.open span:before {
    -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.header__burger.open span:after {
    -webkit-transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

/* Header */
.header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__inner {
    width: 100%;
    min-height: 72px;
    max-height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: var(--main-light-color);
    border-radius: 0 0 32px 32px;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 20px;
}

.navigation li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--text-color);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

    color: var(--main-dark-color);
}

.navigation li a:hover {
    color: var(--main-dark-color);
}

.header__right,
.header__left,
.header__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.header__center {
    top: -1px;
    position: relative;
}

.header__right {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.header__burger {
    display: none;
}

.page-body {
    margin-top: 12px;
    background-color: var(--main-light-color);
    border-radius: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    background-color: var(--brand-color);
    color: var(--main-light-color);
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
}

.header .main-btn {
    font-weight: 400;
}

.main-btn:hover {
    background-color: var(--hover-btn);
}

.main-btn:focus-visible {
    -webkit-box-shadow: 0 0 0 4px rgba(8, 93, 240, 0.24);
    box-shadow: 0 0 0 4px rgba(8, 93, 240, 0.24);
    outline: none;
}

.enter-btn {
    position: relative;
    background-color: var(--bg-color);
    color: var(--brand-color);
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
}

.enter-btn::before {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    background-image: url("../img/telegram-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.enter-btn:hover {
    background-color: var(--secondary-color);
}

.header-h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -0.02em;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    color: var(--title-color);
    margin-bottom: 16px;
}

.category-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--title-color);
    padding-left: 13px;
    padding-right: 13px;
    height: 40px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bg-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: max-content;
    white-space: nowrap;
}

.category-btn:hover {
    background-color: #E4E3E8;
}

.category-btn--active:hover {
    background-color: var(--title-color);
}

.category-btn--active {
    background-color: var(--title-color);
    color: var(--main-light-color);
}

.categories-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-news-feed {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 32px;
    margin-top: 40px;
}

.blog-item {
    width: calc(50% - 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-item--full {
    width: 100%;
}

.blog-item--full .blog-item__bottom {
    max-width: 700px;
}

.blog-item__image {
    width: 100%;
    aspect-ratio: 588/300;
    border-radius: 16px;
    overflow: hidden;
    
}

.blog-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item__bottom {
    margin-top: 12px;
    width: 100%;
}

.blog-item-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.blog-item-info span {
    color: var(--text-color);
    font-size: 16px;
}


.blog-item__bottom .blog-item__category,
.post-top-content .post-category {
    color: var(--text-color);
    font-size: 16px;
    text-decoration: none;
}

.post-top-content .post-category:hover {
    text-decoration: none !important;
}

.blog-item__date {
    color: var(--text-color);
    font-size: 16px;
}

.blog-item__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: var(--title-color);
    margin-bottom: 4px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.blog-item__excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.related-news-section {
    background-color: var(--bg-color);
    border-radius: 20px;
    padding: 40px;
    margin-top: 64px;
    margin-bottom: 64px;
}

.related-news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.related-news__top .header-h2 {
    margin-bottom: 0;
}

.header-h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 122%;
    letter-spacing: -0.02em;
    color: var(--title-color);
    margin-bottom: 24px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.header-h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: var(--title-color);
    margin-bottom: 20px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.header-h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: var(--title-color);
    margin-bottom: 18px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.header-h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.005em;
    color: var(--title-color);
    margin-bottom: 16px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.header-h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    color: var(--title-color);
    margin-bottom: 14px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.related-news__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-top: 32px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
    scrollbar-color: var(--text-color) transform;
    scrollbar-width: thin;
}

.related-news__bottom::-webkit-scrollbar {
    width: 7px;
}

.related-news__bottom::-webkit-scrollbar-track {
    background-color: transform;
}

.related-news__bottom::-webkit-scrollbar-thumb {
    background-color: var(--text-color);
}

.related-news-item {
    min-width: 260px;
    width: calc(33.33% - 16px);
}

.related-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.related-news-item .blog-item__excerpt {
    -webkit-line-clamp: 3;
}

.related-news-item .blog-item-info {
    margin-bottom: 12px;
}

.main-banner {
    padding: 32px;
    position: relative;
    margin-top: 64px;
    margin-bottom: 64px;
    border-radius: 16px;
    background-color: var(--bg-color);
}

.banner-content {
    max-width: 600px;
    width: 100%;
    z-index: 2;
    position: relative;
}

.banner-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 122%;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    color: var(--title-color);
}

.banner-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
}

.banner-img {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    pointer-events: none;
}

.bottom-line {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}

.subscribe-section .header-h2 {
    text-align: center;
}

.subscribe-section {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 32px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

input {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    background-color: var(--bg-color);
    padding-left: 12px;
    padding-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    height: 60px;
    width: 100%;
    transition-duration: .3s;
}

[type=submit] {
    height: 60px;
    text-align: center;
}

.subscribe-form input {
    width: 320px;
}

.subscribe-form [type=submit] {
    width: 266px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.mobile-menu-opened .mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.mobile-menu-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    padding-top: 50px;
    row-gap: 80px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    will-change: transform;

    height: 80dvh;
}

.mobile-menu-body .footer-item {
    align-items: center;
}

.mobile-menu-opened .mobile-menu-body {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mobile-menu-close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: green;
    background-color: var(--bg-color);
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 12px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.mobile-menu-close:hover {
    background-color: var(--secondary-color);
}

.mobile-menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 30px;
}

.header__logo {
    max-width: 138px;
}

.mobile-menu .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
}

.mobile-menu .header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 15px;
}

.mobile-menu .header__navigation li a {
    color: var(--main-dark-color);
}

.mobile-menu .footer-item-title {
    color: var(--text-color);
    font-size: 15px;
}

.mobile-menu .footer-item {
    row-gap: 0;
}

.mobile-menu .footer-link-s {
    font-size: 15px;
}

.mobile-menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.mobile-menu .header__logo {
    max-width: initial;
}

/* footer */
.footer {
    margin-top: 12px;
}

.footer__top {
    background-color: var(--brand-color);
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 39px;
    padding-top: 42px;
    padding-bottom: 42px;
}

.footer__navigation li a {
    color: var(--main-light-color);
}

.footer__navigation li a:hover {
    opacity: 0.8;
    color: var(--main-light-color);
}

.footer-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.footer-soc a {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.footer-soc a:hover {
    opacity: 0.8;
}

.footer__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: var(--brand-color);
    border-radius: 32px 32px 0 0;
    margin-top: 4px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 100px;
}

.footer__bottom a {
    color: var(--main-light-color);
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

.footer__bottom__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-item-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.5);
}

.footer-link-s {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    background: rgba(255, 255, 255, 0.1);
    height: 26px;
    border-radius: 1000px;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.footer__bottom__right .footer-item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.padel-ol-list__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.padel-post {
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    letter-spacing: -0.02em;
    color: var(--main-dark-color);
    padding-top: 12px;
    padding-bottom: 32px;
}

.padel-post p {
    margin-bottom: 16px;
}

.padel-post p:last-child {
    margin-bottom: 0;
}


.padel-post iframe {
    margin-bottom: 16px;
}

.padel-post figure {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.padel-post h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.padel-post h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 122%;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.padel-post h3 {
    font-weight: 700;
    font-size: 27px;
    line-height: 119%;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.padel-post h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}

.padel-post h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}

.padel-post h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}



.padel-post a:hover {
    text-decoration: underline;
}

.padel-post .post-container {
    padding-bottom: 32px;
    border-bottom: 1px solid #E6E6E6;
}

.padel-post ul,
.padel-post ol {
    margin-bottom: 16px;
}

.post-top-content {
    width: 100%;
    margin-bottom: 16px;
    color: var(--text-color);
}

.padel-ol-list,
.padel-ul-list,
.padel-post ul,
.padel-post ol {
    padding-left: 18px;
}

.padel-ol-list li,
.padel-ul-list li,
.padel-post ul li,
.padel-post ol li {
    margin-bottom: 10px;
    position: relative;
}

.padel-ol-list li span,
.padel-ul-list li span,
.padel-post ul li span,
.padel-post ol li span {
    padding-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.padel-ol-list li::marker,
.padel-ul-list li::marker,
.padel-post ul li::marker,
.padel-post ol li::marker {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.padel-ol-list__title,
.padel-ul-list__title,
.padel-post ul strong,
.padel-post ol strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    display: block;
    margin-bottom: 5px;
}

.padel-ul-list {
    list-style: none;
}

.padel-ul-list li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 10px;
    width: 7px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='6' height='6' fill='%2318171C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.wp-block-group {
    margin-bottom: 32px;
}




.post-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.post-category-link {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--brand-color);
}

.post-info-block {
    margin-top: 32px;
}

.author-box {
    margin-top: 12px;
    color: var(--text-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.02em;
}

.author-box span {
    font-size: 14px;
}

.copy-page-link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7914 10.6072C19.0355 10.398 19.1575 10.2933 19.2023 10.1688C19.2415 10.0596 19.2415 9.94004 19.2023 9.83077C19.1575 9.70627 19.0355 9.60164 18.7914 9.3924L10.3206 2.13178C9.9004 1.77158 9.69029 1.59148 9.5124 1.58707C9.3578 1.58323 9.21012 1.65115 9.11242 1.77103C9 1.90897 9 2.18571 9 2.73918V7.03444C6.86532 7.40789 4.91159 8.48956 3.45971 10.1137C1.87682 11.8843 1.00123 14.1757 1 16.5508V17.1628C2.04934 15.8987 3.35951 14.8763 4.84076 14.1657C6.1467 13.5392 7.55842 13.1681 9 13.0703V17.2604C9 17.8139 9 18.0906 9.11242 18.2286C9.21012 18.3485 9.3578 18.4164 9.5124 18.4125C9.69029 18.4081 9.9004 18.228 10.3206 17.8678L18.7914 10.6072Z' stroke='%237A758A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.like-button {
    width: max-content;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    border-radius: 12px;
    /* transition-duration: 0.3s; */
    text-decoration: none;
}

.like-count {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--text-color);
}

.copy-page-link:hover,
.like-button:hover {
    background-color: #f2f1f3;
    text-decoration: none !important;
}

.copy-page-link:focus-visible,
.like-button:focus-visible,
input:focus-visible {
    -webkit-box-shadow: 0 0 0 4px rgba(8, 93, 240, 0.24);
    box-shadow: 0 0 0 4px rgba(8, 93, 240, 0.24);
    outline: none;
}

.like-button--active {
    background-color: var(--active-red-color);
}

.like-button--active .heart-svg-icon path {
    stroke: #F8757C;
    fill: #F8757C;
}

.like-button--active .like-count {
    color: #f8757c;
}

.like-button.like-button--active:hover {
    background-color: var(--active-red-color) !important;
}

.post-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}

.banner-img--mob {
    display: none;
}

@media (max-width: 1100px) {
    .header__navigation {
        display: none;
    }

    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .banner-content {
        max-width: 450px;
    }

    .banner-title {
        font-size: 27px;
    }
}

@media (max-width: 1000px) {
    .banner-img {
        max-width: 45%;
    }

    .related-news-section {
        padding-right: 0;
    }

    .related-news__top .main-btn {
        margin-right: 40px;
    }

    .related-news__bottom {
        padding-right: 40px;
    }
}

@media (max-width: 900px) {
    .footer-soc a {
        max-width: 50px;
    }

    .footer__navigation li a {
        white-space: nowrap;
    }

    .footer__navigation {
        padding-left: 30px;
        padding-right: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    ._container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__inner {
        min-height: 56px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header__logo {
        max-width: 83px;
    }

    .page-body {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blog-item {
        width: 100%;
    }

    .subscribe-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 340px;
        width: 100%;
        row-gap: 12px;
    }

    .subscribe-form input {
        max-width: 340px;
        width: 100%;
    }

    .subscribe-form [type=submit] {
        height: 48px;
    }

    .main-banner {
        min-height: 340px;
    }





    .padel-post h1 {
        font-size: 32px;
    }
    
    .padel-post h2 {
        font-size: 27px;
        line-height: 119%;
    }
    
    .padel-post h3 {
        font-size: 22px;
        line-height: 127%;
    }
    
    .padel-post h4 {
        font-size: 18px;
        line-height: 133%;
    }
    
    .padel-post h5 {
        font-size: 16px;
    }
    
    .padel-post h6 {
        font-size: 14px;
    }
    
    


}

@media (max-width: 500px) {
    ._container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .blog-news-feed {
        margin-top: 20px;
    }

    .header-h1 {
        font-size: 32px;
    }

    .header-h2 {
        font-size: 27px;
    }

    .header-h3 {
        font-size: 21px;
    }

    .header-h4 {
        font-size: 16px;
    }

    .header-h5 {
        font-size: 15px;
    }

    .header-h6 {
        font-size: 14px;
    }

    .blog-item__title {
        font-size: 18px;
    }

    .footer__navigation {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .footer__top {
        padding-top: 42px;
        padding-bottom: 42px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .subscribe-section {
        padding-top: 20px;
        padding-bottom: 18px;
    }

    .footer__navigation {
        row-gap: 20px;
    }

    .footer-soc a {
        max-width: 40px;
    }

    .footer-soc {
        -webkit-column-gap: 26px;
        -moz-column-gap: 26px;
        column-gap: 26px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 24px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-item-title {
        color: var(--main-light-color);
    }

    .footer-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer__bottom__right .footer-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer__bottom__left {
        -webkit-column-gap: 27px;
        -moz-column-gap: 27px;
        column-gap: 27px;
    }

    .related-news-section {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0;
    }

    .related-news__top .main-btn {
        margin-right: 20px;
    }

    .main-btn {
        height: 40px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .related-news-section .blog-item__title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .related-news-section .blog-item-info span {
        font-size: 14px;
    }

    .related-news-item .blog-item-info {
        margin-bottom: 8px;
    }

    .banner-text {
        margin-bottom: 80px;
    }

    .main-banner {
        padding: 20px 16px;
    }

    .main-banner {
        min-height: auto;
    }

    .banner-content .main-btn {
        font-size: 13px;
    }

    .banner-img {
        display: none;
    }

    .banner-img--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .subscribe-form [type=submit] {
        width: 100%;
    }

    .subscribe-section {
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .footer__top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-soc {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer__bottom__right .footer-item {
        row-gap: 5px;
    }

    .blog-item__image {
        border-radius: 12px;
    }

    .category-btn {
        font-size: 14px;
    }

    .blog-item__title {
        font-size: 16px;
    }

    .related-news-item .blog-item__excerpt {
        -webkit-line-clamp: 4;
        font-size: 15px;
    }

    .related-news__bottom {
        padding-bottom: 10px;
    }

    .related-news-section {
        padding-bottom: 10px;
    }

    .padel-post h2,
    .padel-post h3,
    .padel-post h4,
    .padel-post h5,
    .padel-post h6 {
        margin-bottom: 12px;
    }

    .single-page .header-h1 {
        margin-bottom: 10px;
    }

    .page-body {
        padding-top: 8px;
        padding-top: 20px;
        padding-bottom: 8px;
        margin-top: 8px;
    }

    .related-news__top .main-btn {
        margin-right: 16px;
    }

    .mobile-menu .navigation li a {
        font-size: 14px;
    }

    .mobile-menu .header__logo {
        max-width: 130px;
    }

    .footer {
        margin-top: 8px;
    }

    .bottom-line {
        padding-bottom: 40px;
    }


}

.quote-block,
blockquote {
    margin-bottom: 16px;
    border-radius: 16px;
    background-color: #c8ee58;
    padding: 24px 60px;
    position: relative;
    margin-bottom: 16px;
}

.quote-content {
    width: 100%;
    position: relative;
}

.quote-content::after,
blockquote::after {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='10' r='4' fill='%2318171C'/%3E%3Ccircle cx='16' cy='10' r='4' fill='%2318171C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.quote-content::before,
blockquote::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -35px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='10' r='4' fill='%2318171C'/%3E%3Ccircle cx='16' cy='10' r='4' fill='%2318171C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

blockquote::before {
    bottom: 24px;
    right: 24px;
}

blockquote::after {
    top: 24px;
    left: 24px;
}

.quote-content p,
blockquote p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
}




@media (max-width: 500px) {

    .quote-block,
    blockquote {
        padding-left: 50px;
        padding-right: 50px;
    }

    .quote-content p,
    blockquote p {
        font-size: 20px;
    }

}





.dash {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 5px;
    margin-right: 5px;
}

/* Contact Form 7 */
.subscribe-section .wpcf7 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form .wpcf7-spinner {
    display: none;
}

.wpcf7-form .wpcf7-response-output {
    display: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    outline: 1px solid rgb(157, 2, 2) !important;
}

.popup-success-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 10px;
    z-index: 2000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 25px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: var(--bg-color);
    color: #fff;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  /* backdrop-filter: blur(90px);
  background: rgba(217, 217, 217, 0.04); */
}

.popup-success-title {
    color: var(--brand-color);
}

.close-success-message {
    -webkit-filter: brightness(0) saturate(100%) invert(33%) sepia(67%) saturate(1340%) hue-rotate(206deg) brightness(101%) contrast(98%);
    filter: brightness(0) saturate(100%) invert(33%) sepia(67%) saturate(1340%) hue-rotate(206deg) brightness(101%) contrast(98%);
}

.show.popup-success-message {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.close-success-message {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: auto;
    aspect-ratio: 1/1;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M4 4L20 20M20 4L4 20" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" /%3E%3C/svg%3E');
}

.tooltip {
    opacity: 0;
    transition: opacity 0.3s;
    position: fixed;
    background: #fff;
    color: #000;
    padding: 7px 22px;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    white-space: nowrap;
    font-weight: 600;
    font-size: 17px;
    pointer-events: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    color: var(--brand-color);
  }
  
  .tooltip.active {
    opacity: 1;
  }

  .not-found__404 {
    color: var(--brand-color);
  }

  .not-found__desc {
    color: var(--brand-color);

  }

  .main-404 {
    min-height: 55.5dvh;
  }

  .breadcrumbs {
    margin-top: 12px; 
    margin-bottom: 19px;
  }

  .breadcrumbs a {
    color: var(--text-color);
  }

  .breadcrumbs span {
    color: var(--main-dark-color);
  }

  @media (max-width: 900px) {

    .main-404 {
        min-height: 58.7dvh;
    }

  }
  

@media (max-width: 650px) {
    .popup-success-message {
        max-width: 96%;
        width: 100%;
        font-size: 18px;
        border-radius: 6px;
    }

    .padel-post figure {
        border-radius: 8px;
    }

    .author-box span {
        font-size: 14px;
    } 

    .post-category-link {
        font-size: 14px;
    }

    .padel-post .post-container {
        padding-bottom: 40px;
    }

    .quote-block,
     blockquote {
        padding: 20px 52px;
    } 

    blockquote::after {
        top: 20px;
        left: 16px;
    }

    blockquote::before {
        bottom: 20px;
        right: 16px;
    }

    .wp-block-quote {
        border-radius: 12px;
    }

}

@media (max-width: 500px) {

    .subscribe-section .wpcf7 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .tooltip { 
        font-size: 16px;
    }

}

.related-news-section .watch-all-btn {
    display: none;
}







/* скрытие блоков */

.main-banner,
.subscribe-section {
    display: none;
}

.bottom-line {
    border-color: transparent;
    padding-bottom: 0;
}

@media (max-width: 500px) {
    .bottom-line {
      padding-bottom: 20px;
    }
}
