
/* --- olegtix-reset --- */
/**
 * Reset CSS
 * Сброс стилей для кроссбраузерной совместимости и чистого старта
 * Используется в теме olegtix
 */

/* Box sizing border-box для всех элементов */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Убираем отступы и поля */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ul,
ol,
li,
figure,
figcaption,
fieldset,
legend,
textarea,
input,
select,
button {
  margin: 0;
  padding: 0;
}

/* Убираем стили списков */
ul,
ol {
  list-style: none;
}

/* Убираем стили ссылок */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: color 0.2s;
}

a:active,
a:hover {
  outline: 0;
}

/* Сброс для изображений и медиа */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

/* Сброс для форм */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* Сброс для таблиц */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  text-align: left;
  font-weight: normal;
}

/* Сброс для заголовков */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Сброс для блочных элементов */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Сброс для абзацев и блочных цитат */
p,
blockquote {
  font-size: inherit;
  font-weight: inherit;
}

/* Сброс для strong и em */
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}

/* Сброс для кода */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Сброс для скрытых элементов */
[hidden] {
  display: none !important;
}

/* Сброс для кнопок и интерактивных элементов */
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

/* Сброс для html и body */
html,
body {
  height: 100%;
  width: 100%;
}

/* Сброс для root font-size */
html {
  font-size: 16px;
}

/* Сброс для вертикального выравнивания */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
}

/* Сброс для аббревиатур */
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

/* Сброс для mark */
mark {
  background: #ff0;
  color: #000;
}

/* Сброс для sub и sup */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* Сброс для fieldset и legend */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}

/* Сброс для кнопок и input[type="submit"] */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Сброс для address */
address {
  font-style: normal;
}

/* Сброс для hr */
hr {
  height: 0;
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 24px 0;
}

/* Сброс для iframe */
iframe {
  border: 0;
}

/* Сброс для progress */
progress {
  vertical-align: baseline;
}

/* Сброс для summary */
summary {
  display: list-item;
}

/* Сброс для template */
template {
  display: none;
}

/* Сброс для кнопок с disabled */
button[disabled],
input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

/* Сброс для ::selection */
::selection {
  background: #fee7e7;
  color: #232323;
}

/* Сброс для scrollbars (по желанию, можно убрать) */
::-webkit-scrollbar {
  width: 8px;
  background: #f4f4f4;
}
::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}


/* --- olegtix-fonts --- */
@font-face {
  font-family: "Onest";
  src: local("Onest Regular"), local("Onest-Regular"),
    url("//tiu.ru/wp-content/themes/olegtix/assets/css/../fonts/Onest-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: local("Onest SemiBold"), local("Onest-SemiBold"),
    url("//tiu.ru/wp-content/themes/olegtix/assets/css/../fonts/Onest-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: local("Onest Bold"), local("Onest-Bold"),
    url("//tiu.ru/wp-content/themes/olegtix/assets/css/../fonts/Onest-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: local("Onest Medium"), local("Onest-Medium"),
    url("//tiu.ru/wp-content/themes/olegtix/assets/css/../fonts/Onest-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/* --- olegtix-swiper --- */
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* --- olegtix-main --- */
:root {
  --text: #232323;
  --white: #ffffff;
  --primary: #6828ba;
  --primary-hover: #42157c;
  --grey-light: #f4f4f4;
  --grey: #7d7d7d;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  background-color: var(--white);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--grey-light);
}

[class*="__container"] {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.btn {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
}
.btn--primary {
  background-color: var(--primary);
  color: var(--white);
}
.btn--primary:hover {
  background-color: var(--primary-hover);
}
.btn--outline {
  background-color: transparent;
  color: var(--text);
  border: 1px solid var(--primary);
}
.btn--outline:hover {
  background-color: var(--primary);
  color: var(--white);
}
.btn--link {
  width: fit-content;
  font-weight: 400;
  margin: 24px auto 24px auto;
  padding-inline: 32px;
  padding-block: 15px;
  font-size: 18px;
}
.btn--black {
  background-color: var(--text);
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
}
.btn--black:hover {
  background-color: var(--primary);
}
.btn--grey {
  background-color: var(--grey-light);
  color: var(--text);
  border: 1px solid var(--grey-light);
}
.btn--grey:hover {
  background-color: var(--primary);
  color: var(--white);
}
.btn--big {
  font-size: 18px;
  padding: 16px 20px;
}
.btn--small {
  padding: 12.2px 10px;
}
.sort-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding: 12px;
  height: 40px;
  border-radius: 10px;
  font-weight: 700;
  color: var(--primary);
  font-size: 14px;
  line-height: 1.275;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  font-family: inherit;
}
.sort-btn:not(.sort-btn--active):hover {
  border-color: var(--primary);
  color: var(--primary);
}
.sort-btn--active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.section {
  margin: 48px 0;
}
.title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}
.broker-header__title {
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .btn--link,
  .btn--black {
    width: 100%;
    font-size: 14px;
  }
  .section {
    margin: 24px 0;
  }
}

.article-content {
  width: 100%;
  overflow: hidden;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  color: #232323;
  margin: 30px 0 10px 0;
  line-height: 1.275;
}
.article-content h2:first-child {
  margin-top: 0;
}

.article-content h1 {
  font-size: 30px;
}

.article-content h2 {
  font-size: 24px;
}

.article-content h3 {
  font-size: 20px;
}

.article-content h4 {
  font-size: 18px;
}

.article-content h5 {
  font-size: 16px;
}

.article-content h6 {
  font-size: 16px;
}

.article-content p {
  margin: 0 0 16px 0;
}
.article-content p:has(+ .wp-block-table) {
  margin-bottom: 0;
}
.article-content p:last-child {
  margin-bottom: 0;
}

.article-content ul {
  margin: 0 0 16px 0;
  padding-left: 20px;
}

.article-content ul li {
  margin-bottom: 8px;
  position: relative;
}

.article-content ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 8px;
  width: 5px;
  height: 5px;
  background: var(--primary);
}

.article-content ul li:last-child {
  margin-bottom: 0;
}

.article-content > ol {
  margin: 0 0 16px 0;
  padding-left: 26px;
  counter-reset: item;
  list-style: none;
}
.article-content > ol:last-child,
.article-content > ul:last-child {
  margin-bottom: 0;
}
.article-content ol li {
  margin-bottom: 8px;
  position: relative;
  counter-increment: item;
}

.article-content ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: -22px;
  color: var(--grey);
  font-weight: normal;
}

.article-content ol ol {
  counter-reset: subitem;
  padding-left: 30px;
  margin-top: 8px;
}

.article-content ol ol li {
  color: var(--grey);
  counter-increment: subitem;
}

.article-content ol ol li::before {
  content: counter(item) "." counter(subitem) ".";
  left: -32px;
}

.article-content ol li:last-child {
  margin-bottom: 0;
}

.article-content a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.article-content a:hover,
.article-content .waslinkname:hover {
  opacity: 0.8;
}

.article-content strong,
.article-content b {
  font-weight: 700;
}
.article-content strong {
  text-transform: uppercase;
}
.article-content i {
  font-style: italic;
}

.article-content blockquote {
  margin: 24px 0;
  padding: 0 20px;
  background: transparent;
  border-left: 1px solid var(--primary);
  border-radius: 0;
}

.article-content blockquote p {
  margin: 0;
  font-style: normal;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 24px 0;
}
.article-content em {
  color: var(--primary);
  font-weight: 700;
}
.wp-block-simple-note-quote em {
  color: var(--text);
  font-weight: 400;
}
.article-content i {
  font-style: italic;
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.45;
  background: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: 14px;
  overflow: hidden;
}

/* Контейнер wp-block-table (Gutenberg): рамка-карточка + адаптивный скролл.
   У figure-обёртки своя рамка/радиус, поэтому вложенная table обнуляется. */
.article-content .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
  background: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: 14px;
}

.article-content .wp-block-table table {
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* Сброс жирной границы thead/tfoot из ядра WP (.wp-block-table thead
   { border-bottom: 3px solid } даёт толстую линию цветом текста). */
.article-content table thead,
.article-content table tfoot {
  border: none;
}

/* Шапка таблицы - фирменный фиолетовый. Селектор с table усиливает
   специфичность, чтобы перебить дефолтные стили .wp-block-table из ядра WP. */
.article-content table thead th,
.article-content table thead td {
  padding: 14px 18px;
  border: none;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  background: var(--primary);
  white-space: nowrap;
}

.article-content table tbody td,
.article-content table tbody th {
  padding: 13px 18px;
  border: none;
  border-bottom: 1px solid var(--grey-light);
  text-align: left;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--text);
  vertical-align: top;
}

.article-content table tbody td:first-child,
.article-content table tbody th:first-child {
  font-weight: 700;
  color: var(--text);
}

.article-content table tbody tr {
  transition: background-color 0.2s ease;
}

.article-content table tbody tr:nth-child(even) {
  background: var(--grey-light);
}

.article-content table tbody tr:hover {
  background: rgba(147, 69, 216, 0.07);
}

.article-content table tbody tr:last-child td,
.article-content table tbody tr:last-child th {
  border-bottom: none;
}

/* Подпись таблицы (figcaption) */
.article-content .wp-block-table figcaption {
  padding: 10px 18px 0;
  font-size: 13px;
  color: var(--grey);
  text-align: center;
}
.white-bg {
  background: var(--white);
  border-radius: 14px;
  padding: 40px;
}
@media (max-width: 1024px) {
  .white-bg {
    padding: 20px;
  }
}
/* Адаптивные таблицы для мобильных устройств */
@media (max-width: 768px) {
  .adaptive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
  }

  .adaptive-table table {
    margin: 0;
    min-width: 500px;
  }

  /* CSS-fallback: таблицы без JS-обертки тоже скроллятся */
  .article-content {
    overflow-x: visible;
  }

  .article-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  .article-content .adaptive-table table {
    display: table;
    overflow-x: visible;
  }

  /* Gutenberg-таблица скроллится через figure-обёртку, table остаётся table */
  .article-content .wp-block-table table {
    display: table;
    width: 100%;
  }

  .article-content table thead th,
  .article-content table thead td,
  .article-content table tbody td,
  .article-content table tbody th {
    padding: 11px 14px;
    font-size: 13px;
  }

  .article-content h1 {
    font-size: 32px;
  }

  .article-content h2 {
    font-size: 26px;
  }

  .article-content h3 {
    font-size: 22px;
  }

  .article-content h4 {
    font-size: 18px;
  }

  .article-content h5 {
    font-size: 16px;
  }

  .article-content h6 {
    font-size: 14px;
  }

  .article-content p,
  .article-content li {
    font-size: 15px;
  }
  .title {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .article-content blockquote {
    padding: 16px;
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    margin-bottom: 12px;
  }
  body {
    font-size: 14px;
  }
  .article-content h1 {
    font-size: 24px;
  }

  .article-content h2 {
    font-size: 20px;
  }

  .article-content h3 {
    font-size: 16px;
  }

  .article-content h4 {
    font-size: 15px;
  }

  .article-content h5 {
    font-size: 14px;
  }

  .article-content h6 {
    font-size: 13px;
  }

  .article-content p,
  .article-content li {
    font-size: 14px;
  }

  .article-content blockquote {
    padding: 12px;
    margin: 16px 0;
  }

  .article-content ul,
  .article-content ol {
    padding-left: 16px;
  }
  .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
/**/
textarea {
  border-radius: 10px;
  border: 1px solid var(--grey-light);
  padding: 16px 20px;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  line-height: 1.5;
  color: var(--text);
  background-color: var(--grey-light);
  transition: border-color 0.3s ease;
}

/* Article Tags (global) */
.article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.article__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.275em;
  color: var(--text);
  text-decoration: none;
  transition: all 0.2s ease;
}
.article__tag--white {
  background: var(--white);
}
.article__tag:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .article__tags {
    margin-top: 24px;
    padding-top: 24px;
    gap: 6px;
  }

  .article__tag {
    padding: 6px 12px;
    font-size: 13px;
  }
}
textarea:focus {
  border-color: var(--primary);
}
input {
  border-radius: 10px;
  border: 1px solid var(--grey-light);
  padding: 12px 20px;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  line-height: 1.525;
  color: var(--text);
  background-color: var(--grey-light);
  transition: border-color 0.3s ease;
}
input:focus {
  border-color: var(--primary);
}
.required {
  color: #ff0000;
}
.section--white {
  margin-inline: 15px;
}
.section--white > [class*="__container"] {
  padding: 40px;
  background: var(--white);
  border-radius: 14px;
  max-width: 1320px;
}
@media (max-width: 768px) {
  .section--white > [class*="__container"] {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .section--white > [class*="__container"] {
    padding: 14px;
  }
}

/* Пагинация */
.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-numbers li {
  margin: 0;
}

.page-numbers a,
.page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.275;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-numbers a:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.page-numbers .current {
  background-color: #ffffff;
  border-color: var(--primary);
  color: var(--primary);
}

.page-numbers .prev,
.page-numbers .next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers .prev svg,
.page-numbers .next svg {
  width: 24px;
  height: 24px;
}
.page-numbers {
  margin-top: 24px;
}
.page-numbers .dots {
  background-color: transparent;
  border: none;
  color: var(--grey);
}
@media (max-width: 992px) {
  .page-numbers a,
  .page-numbers span {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .page-numbers a,
  .page-numbers span {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
/* Контейнер формы */
.wpcf7-form {
  max-width: 100%;
}

/* Отступы между блоками */
.wpcf7-form p {
  margin-bottom: 24px;
}

/* Стили лейблов */
.wpcf7-form label {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.2;
  width: 100%;
  display: block;
}

/* Обертка полей (для корректного позиционирования ошибок) */
.wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
  position: relative;
}

/* Поля ввода */
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--grey-light);
  background-color: var(--white);
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  transition: all 0.3s ease;
  font-family: "Onest", sans-serif;
  box-sizing: border-box;
  outline: none;
}

.wpcf7-form .wpcf7-textarea {
  min-height: 120px;
  resize: vertical;
  padding: 16px 20px;
}

/* Состояния фокуса */
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form .wpcf7-textarea:focus,
.wpcf7-form .wpcf7-select:focus {
  border-color: var(--primary);
  background-color: var(--white);
}

/* Кнопка отправки */
.wpcf7-form .wpcf7-submit {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 10px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  min-width: 140px;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: var(--primary-hover);
}

/* Спиннер загрузки */
.wpcf7-spinner {
  margin-left: 10px;
  margin-top: 0;
  vertical-align: middle;
}

/* Сообщения об ошибках валидации (под полем) */
.wpcf7-not-valid-tip {
  color: #f44336;
  font-size: 13px;
  margin-top: 6px;
  display: block;
  font-weight: 400;
}

/* Поле с ошибкой */
.wpcf7-form .wpcf7-not-valid {
  border-color: #f44336;
  background-color: #fff5f5;
}

/* Общее сообщение о статусе отправки */
.wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid transparent;
}

/* Успешная отправка */
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #e8f5e8;
  border-color: #4caf50;
  color: #2e7d32;
}

/* Ошибка отправки */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffebee;
  border-color: #f44336;
  color: #c62828;
}

.broker-tabs__list {
  display: flex;
  margin-top: 24px;
  gap: 12px;
  flex-wrap: wrap;
}
body .broker-tabs__link:hover,
body .broker-tabs__link--active {
  color: var(--white) !important;
  background-color: var(--primary);
}
body .match-center__section-title--filter {
  margin-bottom: 0;
}
.match-center__section-title--filter + section {
  margin-top: 16px;
}
/* Кастомный чекбокс для согласия */
.wpcf7-acceptance .wpcf7-list-item,
.landing-bonus__checkbox-wrapper {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item label,
.landing-bonus__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.wpcf7-acceptance .agreement-checkbox,
.landing-bonus__checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label,
.landing-bonus__checkbox-label {
  flex: 1;
  font-size: 16px;
  color: var(--text);
  line-height: 1.5;
  position: relative;
  padding-left: 32px;
}

.wpcf7-acceptance .wpcf7-list-item-label::before,
.landing-bonus__checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--grey-light);
  border-radius: 4px;
  background-color: var(--white);
  transition: all 0.3s ease;
  display: block;
}

.wpcf7-acceptance .agreement-checkbox:checked ~ .wpcf7-list-item-label::before,
.landing-bonus__checkbox-label
  input[type="checkbox"]:checked
  ~ .landing-bonus__checkbox-text::before {
  background-color: var(--primary);
  border-color: var(--primary);
}

.wpcf7-acceptance .wpcf7-list-item-label::after,
.landing-bonus__checkbox-text::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
  transition: all 0.3s ease;
}

.wpcf7-acceptance .agreement-checkbox:checked ~ .wpcf7-list-item-label::after,
.landing-bonus__checkbox-label
  input[type="checkbox"]:checked
  ~ .landing-bonus__checkbox-text::after {
  display: block;
}

.wpcf7-acceptance .wpcf7-list-item-label a,
.landing-bonus__checkbox-text a {
  color: var(--primary);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.wpcf7-acceptance .wpcf7-list-item-label a:hover,
.landing-bonus__checkbox-text a:hover {
  opacity: 0.8;
}

.wpcf7-acceptance .agreement-checkbox:focus ~ .wpcf7-list-item-label::before,
.landing-bonus__checkbox-label
  input[type="checkbox"]:focus
  ~ .landing-bonus__checkbox-text::before {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.wpcf7-acceptance .agreement-checkbox:hover ~ .wpcf7-list-item-label::before,
.landing-bonus__checkbox-label
  input[type="checkbox"]:hover
  ~ .landing-bonus__checkbox-text::before {
  border-color: var(--primary);
}

.wpcf7-acceptance
  .agreement-checkbox[aria-invalid="true"]
  ~ .wpcf7-list-item-label::before {
  border-color: #f44336;
}

@media (max-width: 480px) {
  .wpcf7-acceptance .wpcf7-list-item-label,
  .landing-bonus__checkbox-text {
    font-size: 14px;
    padding-left: 30px;
  }

  .wpcf7-acceptance .wpcf7-list-item-label::before,
  .landing-bonus__checkbox-text::before {
    width: 18px;
    height: 18px;
    top: 1px;
  }

  .wpcf7-acceptance .wpcf7-list-item-label::after,
  .landing-bonus__checkbox-text::after {
    left: 6px;
    top: 4px;
    width: 5px;
    height: 9px;
  }
}

/****/
/* Закрепленная панель на мобилке */
.broker-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
  z-index: 1000;
}

@media (max-width: 768px) {
  .broker-sticky-bar {
    display: block;
  }
}

.broker-sticky-bar__container {
  padding: 0;
  display: flex;
  gap: 8px;
}

.broker-sticky-bar__bonus {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--text);
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--white);
}
.btn--telegram {
  background: #3390ec;
  color: var(--white);
  display: flex;
  gap: 13px;
  text-transform: none;
}
.btn--android {
  background-color: #3ddc84;
  color: var(--text);
  border: none;
}
.btn--android svg {
  width: 24px;
  margin-left: 10px;
}
.btn--android:hover {
  background-color: #2cc56f;
}

.btn--ios {
  background-color: #000;
  color: var(--white);
  border: none;
}

.btn--ios svg {
  width: 22px;
  margin-left: 10px;
}

.btn--ios:hover {
  background-color: #232323;
}

.broker-sticky-bar__bonus svg path {
  fill: var(--white);
}

.broker-sticky-bar__btn {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.broker-sticky-bar__btn:hover {
  opacity: 0.9;
}
.category .breadcrumbs {
  margin: 20px 0 48px;
}
.category .header {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .category .breadcrumbs {
    margin: 10px 0 24px;
  }
}
.wp-block-simple-note-info {
  background: rgba(245, 237, 252, 1) url(//tiu.ru/wp-content/themes/olegtix/assets/css/./../img/cta/info.svg);
}
.wp-block-simple-note-success {
  background: rgba(235, 248, 236, 1) url(//tiu.ru/wp-content/themes/olegtix/assets/css/./../img/cta/check_circle.svg);
}
.wp-block-simple-note-warning {
  background: rgba(255, 242, 230, 1) url(//tiu.ru/wp-content/themes/olegtix/assets/css/./../img/cta/warn.svg);
}
.wp-block-simple-note-error {
  background: rgba(254, 231, 231, 1) url(//tiu.ru/wp-content/themes/olegtix/assets/css/./../img/cta/error.svg);
}
.wp-block-simple-note-quote {
  background: rgba(244, 244, 244, 1) url(//tiu.ru/wp-content/themes/olegtix/assets/css/./../img/cta/quote.svg);
}
.wp-block-simple-note-info,
.wp-block-simple-note-success,
.wp-block-simple-note-warning,
.wp-block-simple-note-error,
.wp-block-simple-note-quote {
  padding-left: 50px;
  border-radius: 14px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: var(--text);
  background-position: 16px 20px;
}

.article__featured-image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 370px) {
  .broker-sticky-bar__btn,
  .broker-sticky-bar__bonus {
    font-size: 12px;
  }
}


/* --- olegtix-reactions --- */
/* Компонент лайков и дизлайков */
.reaction-component {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reaction-btn,
.action-button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
}

.reaction-btn:hover,
.action-button:hover {
  background: rgba(255, 255, 255, 0.25);
}

.reaction-btn:disabled,
.action-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.reaction-btn:disabled:hover,
.action-button:disabled:hover {
  border-color: #e0e0e0;
  background: #ffffff;
  color: #666666;
}

.reaction-btn--like.reaction-btn--active {
  border-color: #4caf50;
  background: #4caf50;
  color: #ffffff;
}

.reaction-btn--like.reaction-btn--active:hover {
  background: #45a049;
  border-color: #45a049;
}

.reaction-btn--dislike.reaction-btn--active {
  border-color: #f44336;
  background: #f44336;
  color: #ffffff;
}

.reaction-btn--dislike.reaction-btn--active:hover {
  background: #da190b;
  border-color: #da190b;
}

.reaction-btn svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.reaction-count {
  min-width: 16px;
  text-align: center;
}


/* --- olegtix-modals --- */
.modals {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}

.auth-form,
.password-recovery-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.auth-messages,
.recovery-messages {
  margin-bottom: 16px;
}

.auth-messages .error,
.recovery-messages .error {
  padding: 12px 16px;
  background-color: #fee;
  border: 1px solid #fca;
  border-radius: 8px;
  color: #c33;
  font-size: 14px;
  font-weight: 500;
}

.auth-messages .success,
.recovery-messages .success {
  padding: 12px 16px;
  background-color: #efe;
  border: 1px solid #cfc;
  border-radius: 8px;
  color: #363;
  font-size: 14px;
  font-weight: 500;
}

.recovery-success {
  margin-bottom: 16px;
}

.success-message {
  padding: 12px 20px;
  background-color: #ebf8ec;
  border-radius: 10px;
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  color: #34b945;
  text-align: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.modal.modal--active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
}

.modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);

  cursor: pointer;
}

.modal__container {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10001;
}

.modal__content {
  background-color: var(--white);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.modal__close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
  transition: all 0.2s ease;
  z-index: 10;
}

.modal__close-btn:hover {
  background-color: var(--grey-light);
  color: var(--text);
}

.modal__close-btn:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.modal__title {
  font-size: 24px;
  display: block;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 20px;
}

/* Маленькое модальное окно */
.modal--small .modal__container {
  max-width: 350px;
}

/* Среднее модальное окно (по умолчанию) */
.modal--medium .modal__container {
  max-width: 600px;
}

/* Большое модальное окно */
.modal--large .modal__container {
  max-width: 800px;
}

/* Полноэкранное модальное окно */
.modal--full .modal__container {
  max-width: none;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}

.modal--full .modal__content {
  height: 100%;
  border-radius: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
  .modal {
    padding: 10px;
  }

  .modal__container {
    max-height: 95vh;
  }

  .modal__title {
    font-size: 20px;
  }

  .modal__close-btn {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }

  /* Маленькое модальное окно на мобильных */
  .modal--small .modal__container {
    max-width: none;
    width: 100%;
  }

  /* Среднее модальное окно на мобильных */
  .modal--medium .modal__container {
    max-width: none;
    width: 100%;
  }

  /* Большое модальное окно на мобильных */
  .modal--large .modal__container {
    max-width: none;
    width: 100%;
  }
}

/* Анимации для появления/исчезновения */
.modal--fade-in {
  animation: modalFadeIn 0.3s ease forwards;
}

.modal--fade-out {
  animation: modalFadeOut 0.3s ease forwards;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes modalFadeOut {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
}

/* Стили для действий в модальном окне */
.modal__actions {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

/* Фокус для accessibility */
.modal:focus {
  outline: none;
}

.modal__content:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* Скрываем скроллбар для iOS */
.modal__container::-webkit-scrollbar {
  display: none;
}

.modal__container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


/* --- olegtix-image-placeholder --- */
/* Image Placeholder Component */
.image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 8px;
}

.image-placeholder svg {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.image-placeholder__text {
  font-size: 12px;
  color: var(--grey);
  font-weight: 500;
  text-align: center;
}

/* Размеры */
.image-placeholder--small svg {
  width: 48px;
  height: 48px;
}

.image-placeholder--small .image-placeholder__text {
  font-size: 11px;
}

.image-placeholder--medium svg {
  width: 60px;
  height: 60px;
}

.image-placeholder--medium .image-placeholder__text {
  font-size: 12px;
}

.image-placeholder--large svg {
  width: 80px;
  height: 80px;
}

.image-placeholder--large .image-placeholder__text {
  font-size: 14px;
}

/* Адаптивность */
@media (max-width: 768px) {
  .image-placeholder--medium svg {
    width: 50px;
    height: 50px;
  }

  .image-placeholder--medium .image-placeholder__text {
    font-size: 11px;
  }

  .image-placeholder--large svg {
    width: 60px;
    height: 60px;
  }

  .image-placeholder--large .image-placeholder__text {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .image-placeholder--small svg {
    width: 40px;
    height: 40px;
  }

  .image-placeholder--small .image-placeholder__text {
    font-size: 10px;
  }

  .image-placeholder--medium svg {
    width: 40px;
    height: 40px;
  }

  .image-placeholder--medium .image-placeholder__text {
    font-size: 10px;
  }

  .image-placeholder--large svg {
    width: 50px;
    height: 50px;
  }

  .image-placeholder--large .image-placeholder__text {
    font-size: 11px;
  }
}


/* --- olegtix-cookie-notice --- */
/* Cookie Notice Component */
.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  padding: 5px 0;
}
.cookie-notice__btn {
  min-width: 0;
  white-space: nowrap;
  padding: 10px 17px;
}
.cookie-notice--visible {
  transform: translateY(0);
}

.cookie-notice__container {
  background: #fff;
  padding: 7px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-notice__content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.cookie-notice__text {
  flex: 1;
}

.cookie-notice__description {
  font-size: 14px;
  color: var(--grey);
  margin: 0;
  line-height: 1.5;
}

.cookie-notice__link {
  color: var(--primary);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.cookie-notice__link:hover {
  opacity: 0.8;
}

.cookie-notice__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  flex-shrink: 0;
}

.cookie-notice__btn {
  min-width: 0;
  white-space: nowrap;
}

/* Адаптивность */
@media (max-width: 540px) {
  .cookie-notice__container {
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
  }

  .cookie-notice__actions {
    justify-content: stretch;
  }

  .cookie-notice__btn {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .cookie-notice {
    padding: 10px 0;
  }

  .cookie-notice__content {
    gap: 12px;
  }

  .cookie-notice__description {
    font-size: 13px;
  }

  .cookie-notice__actions {
    gap: 10px;
  }

  .cookie-notice__btn {
    font-size: 13px;
    padding: 8px 16px;
    min-width: 100px;
  }
}

@media (max-width: 480px) {
  .cookie-notice__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cookie-notice__actions {
    width: 100%;
  }

  .cookie-notice__btn {
    width: 100%;
  }
}



/* --- olegtix-hero-news-card --- */
/* Контейнер для карточки */
.hero-news-card__container {
  width: 100%;
}

.hero-news-card {
  position: relative;
  width: 100%;
  min-height: 600px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-news-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(35, 35, 35, 0) 50%,
    rgba(35, 35, 35, 1) 100%
  );
  z-index: 2;
}

.hero-news-card__rating {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.hero-news-card__rating .post-rating-score {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  padding: 5px 10px;
  border-radius: 100px;
  margin: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 1;
}

.hero-news-card__rating .post-rating-score__rating {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #232323;
  display: flex;
  margin-top: 3px;
}

.hero-news-card__content {
  position: relative;
  z-index: 3;
  padding: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-top: auto;
  max-width: 100%;
}

.hero-news-card__content-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  max-width: 820px;
}

.hero-news-card__meta {
  margin: 0;
}

.news-card__meta--light .news-card__meta-item {
  color: #f4f4f4;
}

.news-card__meta--light .news-card__meta-item svg {
  fill: #f4f4f4;
}

.hero-news-card__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.275;
  color: var(--white);
  margin: 0;
}

.hero-news-card__title a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.hero-news-card__title a:hover {
  opacity: 0.8;
}

.hero-news-card__button {
  width: fit-content;
  height: 50px;
  padding: 0 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.275;
}

/* Адаптивность */
@media (max-width: 1024px) {
  .hero-news-card {
    min-height: 500px;
  }

  .hero-news-card__content {
    padding: 40px;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-news-card__content-main {
    max-width: 100%;
  }

  .hero-news-card__title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .hero-news-card {
    min-height: 440px;
  }

  .hero-news-card__overlay {
    background: linear-gradient(
      180deg,
      rgba(35, 35, 35, 0) 0%,
      rgba(35, 35, 35, 1) 100%
    );
  }

  .hero-news-card__content {
    padding: 20px;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-news-card__title {
    font-size: 28px;
  }

  .hero-news-card__button {
    width: fit-content;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    max-width: none;
  }

  .hero-news-card__rating {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 480px) {
  .hero-news-card {
    min-height: 370px;
  }
}

/* Блок автора в hero-news-card */
.hero-news-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  background: var(--white);
  border-radius: 14px;
  flex-shrink: 0;
  min-width: 200px;
}

.hero-news-card__author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
  flex-shrink: 0;
}

.hero-news-card__author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-news-card__author-avatar--placeholder {
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  border-radius: 100px;
}

.hero-news-card__author-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  min-width: 0;
}

.hero-news-card__author-name {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.275em;
  color: #232323;
}

.hero-news-card__author-position {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.275em;
  color: #7d7d7d;
}

/* Адаптивность для блока автора */
@media (max-width: 1024px) {
  .hero-news-card__author {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-news-card__author {
    width: 100%;
    min-width: auto;
  }
}


/* --- olegtix-author-box --- */
/* Блок автора статьи */
.author-box__container {
  margin-top: 24px;
}

.author-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background: var(--white);
  border-radius: 14px;
}

.author-box__main {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.author-box__avatar {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  flex-shrink: 0;
  display: block;
  text-decoration: none;
}

.author-box__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-box__avatar--placeholder {
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
  color: var(--white);
  border-radius: 100px;
}

.author-box__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.author-box__name {
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.275em;
  color: var(--text);
  text-decoration: none;
  transition: color 0.3s ease;
}

.author-box__name:hover {
  color: var(--primary);
}

.author-box__position {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.275em;
  color: var(--grey);
}

.author-box__socials {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-shrink: 0;
}

.author-box__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.author-box__social-link:hover {
  opacity: 0.7;
}

.author-box__social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.author-box__button {
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 400;
}
.author-box__person {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .author-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media (max-width: 530px) {
  .author-box__person {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: flex-start;
  }
  .author-box__avatar {
    width: 60px;
    height: 60px;
  }
  .author-box__button {
    width: 100%;
  }
  .author-box__socials {
    margin: 0 auto;
  }
}


/* --- olegtix-author-card --- */
/* Карточка автора */
.author-card {
  display: block;
  text-decoration: none;
  background: var(--white);
  border-radius: 14px;
  padding: 24px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  height: 100%;
}

.author-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.author-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.author-card__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
}

.author-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-card__avatar--placeholder {
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 400;
  color: var(--white);
  border-radius: 50%;
}

.author-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.author-card__name {
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.275em;
  color: var(--text);
  margin: 0;
  transition: color 0.3s ease;
}

.author-card:hover .author-card__name {
  color: var(--primary);
}

.author-card__role {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.275em;
  color: var(--grey);
}

@media (max-width: 768px) {
  .author-card {
    padding: 20px;
  }

  .author-card__avatar {
    width: 100px;
    height: 100px;
  }

  .author-card__avatar--placeholder {
    font-size: 40px;
  }

  .author-card__name {
    font-size: 16px;
  }

  .author-card__role {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .author-card {
    padding: 16px;
  }

  .author-card__avatar {
    width: 80px;
    height: 80px;
  }

  .author-card__avatar--placeholder {
    font-size: 32px;
  }
}


/* --- olegtix-blog-card --- */
/* Компонент карточки блога */
.blog-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card__image {
  position: relative;
  width: 100%;
  height: 192px;
  border-radius: 14px;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}

.blog-card__rating {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.blog-card__rating .post-rating-score {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  padding: 5px 10px;
  border-radius: 100px;
  margin: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 1;
}

.blog-card__rating .post-rating-score__rating {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #232323;
  display: flex;
  margin-top: 3px;
}

.blog-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-card__header {
  margin: 0;
}

.blog-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.275;
  margin: 0;
  color: var(--text);
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card__title a:hover {
  color: var(--primary);
}

/* Meta использует классы news-card__meta из hero-news-card */
.blog-card__meta {
  margin: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
  .blog-card__image {
    height: 160px;
  }

  .blog-card__title {
    font-size: 14px;
  }

  .blog-card__rating {
    top: 8px;
    right: 8px;
  }

  .blog-card__rating .post-rating-score {
    padding: 4px 8px;
    gap: 4px;
  }

  .blog-card__rating .post-rating-score__star {
    width: 16px;
    height: 16px;
  }

  .blog-card__rating .post-rating-score__rating {
    font-size: 12px;
  }
}

