/*
Theme Name: DorogavBY
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 8.2
Tested up to: 6.9
Description: <a href="https://agnarson.com/wpthemes/dashwall/">Dashwall</a> is a flexible blog and magazine theme with plenty of options. Optimized for all devices, this theme will stand out with a unique design, including dark/light mode. Demo: https://demo.agnarson.com/?theme=Dashwall
Author: Dmitry Naumenko
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background, news, entertainment, footer-widgets
Text Domain: dashwall

*/

/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use a child theme
to add your styles. You can copy a style from this file and paste it in the child theme's style.css and it
will override the style in this file. You have been warned! :)
*/

/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */
body {
  background: #fff;
  font-size: 15px;
  line-height: 1.5em;
  color: #9ba4b3;
  font-weight: 400;
}
a {
  color: #212632;
  text-decoration: none;
}
a:hover {
  color: #0e979b;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:before,
a:after {
  transition-property: background color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
a img {
  transition: opacity 0.2s ease;
}
address,
cite,
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
ol,
ul {
  box-sizing: content-box;
}
.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/*  base : clear
/* ------------------------------------ */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}

/*  base : font awesome square size
/* ------------------------------------ */
.fa,
.fab,
.fal,
.far,
.fas {
  width: 1em;
  text-align: center;
}

/*  base : forms
/* ------------------------------------ */
input,
textarea,
button,
select,
label {
  font-family: inherit;
}
.themeform input:not([type="submit"]):not([type="checkbox"]),
.themeform textarea {
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  outline: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 8px 10px;
  border: 0;
  line-height: 1.5em;
  border-radius: 12px;
}
.themeform input[type="submit"] {
  background: #212632;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  padding: 12px 14px;
  display: block;
  border-radius: 12px;
}
.themeform textarea:focus,
.themeform input:not([type="submit"]):focus {
  outline: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.75);
}

.page-card-latest .themeform.searchform {
  position: absolute;
  right: 7px;
  top: 7px;
}
.themeform.searchform div {
  position: relative;
}
.themeform.searchform div input:not([type="submit"]):not([type="checkbox"]) {
  background: #fff;
  padding-left: 44px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  border-radius: 30px;
}
.themeform.searchform div:after {
  color: rgba(0, 0, 0, 0.2);
  line-height: 24px;
  font-size: 18px;
  content: "\f002";
  position: absolute;
  left: 16px;
  top: 13px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.themeform.searchform div textarea:focus,
.themeform.searchform div input:not([type="submit"]):focus {
  outline: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.75);
}

/*  base : entry
/* ------------------------------------ */
.entry {
  font-size: 17px;
  line-height: 1.6em;
}
.entry a {
  text-decoration: underline;
}
.entry hr {
  border: 0;
  background: rgba(0, 0, 0, 0.12);
  height: 2px;
  width: 30%;
  margin: 40px auto;
}
.entry p,
.entry dd {
  margin-bottom: 1em;
}
.entry dt {
  color: #333;
}
.entry dt {
  font-weight: 600;
}
.entry address {
  margin-bottom: 1em;
}
.entry blockquote {
  position: relative;
  font-style: italic;
  margin: 0 0 20px 0;
  padding-left: 50px;
}
.entry blockquote p {
  font-weight: 400;
  margin-bottom: 0.75em;
}
.entry blockquote:before {
  content: "\f10d";
  font-size: 32px;
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.entry blockquote.twitter-tweet:before {
  content: "\f099";
}
.entry code,
.entry pre {
  font-family: Monaco, "Courier New", "DejaVu Sans Mono",
    "Bitstream Vera Sans Mono", monospace;
  font-size: 11px;
}
.entry pre {
  padding: 18px 20px;
  margin: 30px 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 19px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
  overflow-y: hidden;
}
.entry code {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.9);
  padding: 0 3px;
}
.entry ins {
  background: rgba(0, 0, 0, 0.12);
}
.entry sub,
.entry sup {
  font-size: 62.5%;
}
.entry sub {
  vertical-align: sub;
}
.entry sup {
  vertical-align: super;
}

/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img {
  max-width: 100%;
  height: auto;
}
.entry img.alignleft {
  margin: 18px 20px 18px 0;
}
.entry img.alignright {
  margin: 18px 0 18px 20px;
}
.entry img.aligncenter {
  margin: 18px auto;
  clear: both;
  display: block;
}
.entry img .size-full {
  width: 100% !important;
}
.entry .gallery img,
.entry img.wp-smiley {
  margin: 0;
}
.entry .wp-caption {
  background: #fff;
  max-width: 100% !important;
  margin-bottom: 14px;
  padding-top: 5px;
  text-align: center;
}
.entry .wp-caption-text {
  font-style: italic;
}
.entry .wp-caption a {
  border-bottom: none;
}
.entry .wp-caption img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry .wp-caption.alignleft {
  margin-right: 20px;
}
.entry .wp-caption.alignright {
  margin-left: 20px;
}
.entry .wp-caption.alignnone {
  overflow: hidden;
  max-width: 100%;
}
.entry .wp-caption.alignnone img {
  margin: 0 auto;
  max-width: 100% !important;
}
.entry .wp-caption-text {
  font-size: 13px;
  padding: 0 0 8px 0;
  margin: 0;
}

/* table */
.entry table {
  font-size: 14px;
  margin-bottom: 1.5em;
  width: 100%;
  text-align: center;
}
.entry table td {
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}
.entry table th {
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-weight: 600;
  text-align: center;
  padding: 10px 5px;
}

/* default gallery */
.entry .gallery,
.widget .gallery {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.entry .gallery img,
.widget .gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-width: 1px 2px !important;
  border-color: transparent !important;
}
.entry .gallery .gallery-item,
.widget .gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-color: transparent;
  margin-top: 0 !important;
}
.entry .gallery .gallery-caption,
.widget .gallery .gallery-caption {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 13px;
  line-height: 1.4em;
  padding: 10px 0;
  text-align: left;
  text-indent: 10px;
  font-style: normal;
  margin: 0;
  bottom: -44px;
  left: 2px;
  right: 2px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.entry .gallery .gallery-item:hover .gallery-caption {
  bottom: 0;
}
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption,
.widget .gallery-columns-2 .gallery-caption,
.widget .gallery-columns-3 .gallery-caption,
.widget .gallery-columns-4 .gallery-caption,
.widget .gallery-columns-5 .gallery-caption,
.widget .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-9 .gallery-caption {
  display: none !important;
}

/*  base : headings
/* ------------------------------------ */
.heading,
.comment-reply-title {
  font-weight: normal;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.heading i {
  font-size: 22px;
  margin-right: 6px;
}

/* ------------------------------------------------------------------------- *
 *  Base Blocks
/* ------------------------------------------------------------------------- */

.entry {
  color: rgba(0, 0, 0, 0.85);
}

/*  blocks : common
/* ------------------------------------ */

/* block : paragraph */
.entry p {
  margin-bottom: 32px;
}

/* block : heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212632;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-weight: 600;
  line-height: 1.3em;
}
.entry h1 span,
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span,
.entry h6 span {
  color: rgba(255, 255, 255, 0.6);
}
.entry h1 {
  font-size: 38px;
  letter-spacing: -1px;
}
.entry h2 {
  font-size: 34px;
  letter-spacing: -0.7px;
}
.entry h3 {
  font-size: 28px;
  letter-spacing: -0.5px;
}
.entry h4 {
  font-size: 24px;
  letter-spacing: -0.3px;
}
.entry h5 {
  font-size: 20px;
  font-weight: 600;
}
.entry h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

/* block : list */
.entry ol,
.entry ul {
  margin: 0 0 15px 30px;
  padding-left: 30px;
}
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol {
  margin-bottom: 0;
}
.entry li {
  margin: 0;
}
.entry ul li,
.entry ol ul li {
  list-style: square;
}
.entry ol li,
.entry ol ul ol li {
  list-style: decimal;
}

/* block : common */
.entry .wp-block-image figcaption,
.entry .wp-block-audio figcaption,
.entry .wp-block-embed figcaption {
  font-size: 14px;
  text-align: center;
}

/* block : image */
.entry .wp-block-image {
}

/* block : gallery */
.entry .wp-block-gallery {
  padding: 0;
  margin-left: 0;
}
.entry .wp-block-gallery .blocks-gallery-grid {
  margin: 0;
  padding: 0;
}
.entry .wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}

/* block : cover */
.entry .wp-block-cover {
}

/* block : quote */
.entry .wp-block-quote {
  margin-bottom: 20px;
}
.entry .wp-block-quote.is-large {
  padding-left: 50px;
}

/* block : audio */
.entry .wp-block-audio {
}

/* block : file */
.entry .wp-block-file {
}
.entry .wp-block-file a.wp-block-file__button {
  color: #fff;
}

/* block : video */
.entry .wp-block-embed {
}

/*  blocks : formatting
/* ------------------------------------ */

/* block : classic */
.entry .wp-block-classic {
}

/* block : pullquote */
.entry .wp-block-pullquote {
  padding-top: 0;
  padding-bottom: 0;
}
.entry .wp-block-pullquote.alignleft {
  margin-right: 2em;
}
.entry .wp-block-pullquote.alignright {
  margin-left: 2em;
}
.entry .wp-block-pullquote blockquote {
  padding-left: 50px;
  text-align: left;
}
.entry .wp-block-pullquote blockquote p {
  line-height: 1.4em;
}

/* block : code */
.entry .wp-block-code {
}
.entry .wp-block-code code {
  background: none;
}

/* block : custom html */
.entry .wp-block-custom {
}

/* block : preformatted */
.entry .wp-block-preformatted {
}

/* block : table */
.entry .wp-block-table {
}
.entry .wp-block-table.is-style-stripes {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.entry .wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background: rgba(255, 255, 255, 0.12);
}

/* block : verse */
.entry .wp-block-verse {
}

/*  blocks : layout elements
/* ------------------------------------ */

/* block : separator */
.entry .wp-block-separator {
  background: rgba(255, 255, 255, 0.12);
}

/* block : more */
.entry .more-link {
}

/* block : button */
.entry .wp-block-button {
}
.entry .wp-block-button a {
  background: rgba(0, 0, 0, 0.12);
  color: #212632;
  text-decoration: none;
}

/* block : columns */
.entry .wp-block-columns {
}

/* block : media & text */
.entry .wp-block-media-text {
}
.entry .has-large-font-size {
  line-height: 1.4em;
}

/* block : spacer */
.entry .wp-block-spacer {
}

/* block : page break */
.entry .post-pages {
}

/*  blocks : widgets
/* ------------------------------------ */

/* block : latest comments */
.entry .wp-block-latest-comments {
  padding-left: 0;
}

/* block : latest posts */
.entry .wp-block-latest-posts {
}

/* block : archives */
.entry .wp-block-archives {
}

/* block : categories */
.entry .wp-block-categories {
}

/* block : shortcode */
.entry .wp-block-shortcode {
}

/* block : calendar */
.entry .wp-block-calendar {
}
.entry .wp-block-calendar caption {
  background: rgba(0, 0, 0, 0.06);
  color: #212632;
}
.entry .wp-block-calendar th {
  background: rgba(0, 0, 0, 0.12);
  color: #212632;
}
.entry .wp-block-calendar td {
  color: rgba(0, 0, 0, 0.5);
}

/* block : rss */
.entry .wp-block-rss {
}

/* block : search */
.entry .wp-block-search {
}

/* block : tag cloud */
.entry .wp-block-tag-cloud {
}

/*  blocks : shared
/* ------------------------------------ */
.entry > ol,
.entry > ul,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.entry .wp-block-image,
.entry .wp-block-gallery,
.entry .wp-block-cover,
.entry .wp-block-embed,
.entry .wp-block-quote,
.entry .wp-block-pullquote,
.entry .wp-block-audio,
.entry .wp-block-file,
.entry .wp-block-code,
.entry .wp-block-preformatted,
.entry .wp-block-table,
.entry .wp-block-media-text,
.entry .wp-block-button,
.entry .wp-block-separator,
.entry .wp-block-columns,
.entry .wp-block-latest-comments,
.entry .wp-block-latest-posts,
.entry .wp-block-archives,
.entry .wp-block-categories,
.entry .wp-block-shortcode,
.entry .wp-block-calendar,
.entry .wp-block-rss,
.entry .wp-block-search,
.entry .wp-block-tag-cloud {
  margin-top: 32px;
  margin-bottom: 32px;
}

/*  blocks : important
/* ------------------------------------ */
.entry > *:not(.alignfull) {
  /* max-width: 590px; */
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.entry > *:not(.alignfull).alignwide {
  max-width: 940px;
}
.entry > .alignfull {
  margin-left: -40px;
  margin-right: -40px;
  max-width: none;
  width: auto;
}

/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */

/*  base : grid
/* ------------------------------------ */
.grid {
  margin-right: 3.2%;
  float: left;
  display: inline;
  position: relative;
}
.last {
  clear: right;
  margin-right: 0 !important;
}

.one-full {
  margin-right: 0;
  width: 100%;
}
.one-half {
  width: 48.4%;
}
.one-third {
  width: 31.2%;
}
.two-third {
  width: 65.6%;
}
.one-fourth {
  width: 22.6%;
}
.three-fourth {
  width: 74.2%;
}
.one-fifth {
  width: 17.4%;
}
.two-fifth {
  width: 38.1%;
}
.three-fifth {
  width: 58.7%;
}
.four-fifth {
  width: 79.4%;
}

/* ------------------------------------------------------------------------- *
 *  Common Elements
/* ------------------------------------------------------------------------- */

/*  common : pagination
/* ------------------------------------ */
.pagination {
  padding: 40px 0;
}
.pagination a {
  font-size: 18px;
  font-weight: 600;
}
.pagination ul {
  text-align: center;
  font-size: 0;
}
.pagination ul li {
  display: inline-block;
  float: none;
}
.pagination ul li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 52px;
  line-height: 80px;
  display: block;
}
.pagination ul li.next a:before {
  content: "\f105";
}
.pagination ul li.prev a:before {
  content: "\f104";
}
.pagination ul li a {
  background: #fff;
  box-shadow: 0 0 0 1px #12376914, 0 1px 1px #1237690a, 0 3px 3px #12376908,
    0 6px 4px #12376905, 0 11px 4px #12376903;
  display: inline-block;
  font-size: 0;
  margin: 10px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

/*  common : thumb icon
/* ------------------------------------ */
.thumb-icon {
  display: none;
}

/* ------------------------------------------------------------------------- *
 *  Theme
/* ------------------------------------------------------------------------- */
.stickywrap {
  position: relative;
}
.stickywrap .stickywrap-heading {
  color: #212632;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}
.stickywrap .stickywrap-heading:after {
  content: "";
  height: 1px;
  background: transparent;
  flex-grow: 1;
  margin-left: 20px;
}
.stickywrap .stickywrap-heading i {
  line-height: 1.3;
}
.admin-bar .stickywrap .stickywrap-heading {
  top: 32px;
}
.stickywrap .stickywrap-inner {
  position: relative;
}

.page-card-highlights .stickywrap-inner,
.page-card-comments .stickywrap-inner {
  padding-top: 20px;
}
.page-card-highlights .stickywrap-inner,
.page-card-comments .stickywrap-inner,
.page-card-profile .stickywrap-inner,
.page-card-post-nav .stickywrap-inner,
.page-card-search .stickywrap-inner {
  border-radius: 30px 30px 0 0;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.featured-wrap {
  position: relative;
  margin-bottom: 20px;
}
.featured-card {
  position: relative;
  aspect-ratio: 1/1;
  z-index: 1;
  display: flex;
  overflow: hidden;
  border-radius: 30px;
}
.featured-card:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.featured-card img {
  display: block;
}
.featured-card-thumb {
  background: #e2e7ef;
  display: block;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.featured-card-thumb i {
  color: #fff;
  font-size: 24px;
  width: 100%;
  top: 50%;
  position: absolute;
  margin-top: -12px;
}
.featured-card-container {
  position: relative;
  margin: auto 0 0;
  width: 100%;
}
.featured-card-content {
  color: #fff;
  padding: 20px 30px;
  margin: 10px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}
.featured-large-title {
  font-size: 42px;
  letter-spacing: -0.04em;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
}
.featured-large-title a {
  display: block;
  color: #fff;
}
.featured-large-date {
  font-size: 14px;
}
.featured-card .card-comments {
  font-size: 11px;
  position: absolute;
  right: 8px;
  top: 10px;
}

.featured-card-category {
  margin-bottom: 16px;
  text-shadow: none;
}
.featured-card-category a {
  color: #fff;
}

.featured-card-meta {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: none;
}
.featured-card-meta a {
  color: #fff;
}
.featured-card-avatar {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.featured-card-avatar img {
  display: block;
  border-radius: 100%;
}
.featured-card-author span {
  text-transform: none;
  font-weight: 300;
}
.featured-card-divider {
  margin: 0 6px;
}

.highlights-card {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  border-radius: 15px;
  position: relative;
  padding: 10px;
  margin: 0 20px 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.highlights-card:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
}
.highlights-card-inner {
  padding-left: 140px;
}
.highlights-card-left {
  margin-left: -140px;
  float: left;
}
.highlights-card-thumb {
  background: rgba(255, 255, 255, 0.08);
  width: 120px;
  aspect-ratio: 16/9;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.highlights-card-thumb i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
}
.highlights-card-thumb img {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
}
.highlights-card-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.highlights-card-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.comments-bubble {
  height: 22px;
  display: block;
  float: right;
  position: absolute;
  top: 10px;
  left: 10px;
}
.featured-card .comments-bubble {
  top: 14px;
  left: 14px;
}
.comments-bubble:hover i {
  opacity: 0.8;
}
.comments-bubble i {
  color: #fff;
  font-size: 24px;
  margin-top: 0;
  transition: all 0.3s ease;
}
.comments-bubble span {
  color: #212632;
  font-size: 9px;
  line-height: 22px;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.more-link-custom {
  background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%);
  border-radius: 20px;
  position: absolute;
  padding: 6px 10px;
  color: #fff;
  right: 6px;
  bottom: 6px;
}
.more-link-custom:hover {
  color: #fff;
  opacity: 0.8;
  padding-right: 16px;
}

.slick-featured {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  position: relative;
}
.slick-featured.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.slick-featured .slick-slide > div > div {
  display: block !important;
}
.slick-featured.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-featured .slick-dots {
  top: 14px;
  box-sizing: border-box;
  pointer-events: none;
}
.slick-featured .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
  pointer-events: auto;
}
.slick-featured .slick-dots li button {
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.slick-featured .slick-dots .slick-active button {
  background: #fff;
}

.slick-posts-nav {
  position: absolute;
  margin: 0;
  right: 10px;
  top: 30px;
  z-index: 2;
}
.slick-posts-nav .slick-prev,
.slick-posts-nav .slick-next {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  margin: 0 0 0 4px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.slick-posts-nav .slick-prev:hover,
.slick-posts-nav .slick-next:hover,
.slick-posts-nav .slick-prev:focus,
.slick-posts-nav .slick-next:focus {
  background: rgba(0, 0, 0, 0.2);
}
.slick-posts-nav .slick-prev {
  left: 0;
}
.slick-posts-nav .slick-next {
  right: 0;
}
.slick-posts-nav .slick-prev:before {
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f053";
}
.slick-posts-nav .slick-next:before {
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
}

.blog-card {
  position: relative;
}
.blog-card-inner {
  padding: 10px;
}
.blog-card-top {
  position: relative;
}
.blog-card-thumb {
  background: #e2e7ef;
  display: block;
  display: block;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.blog-card-thumb i {
  color: #fff;
  font-size: 24px;
  width: 100%;
  top: 50%;
  position: absolute;
  margin-top: -12px;
}
.blog-card:hover .blog-card-thumb {
  /* transform: scale(1.15); */
}
.blog-card-thumb-empty {
  color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.blog-card-thumb-empty:hover {
  color: rgba(0, 0, 0, 0.2);
}
.blog-card-thumb-empty i {
  position: absolute;
  top: 50%;
  margin: -12px 0 0 -12px;
}
.blog-card-bottom {
  padding: 20px;
}
.blog-card-title {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 6px;
  line-height: 1.3;
}
.blog-card-excerpt {
}
.blog-card-category a {
  color: #9ba4b3;
}
.blog-card-date {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
}

.blog-card-byline {
  margin: 20px 0;
}
.blog-card-avatar {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-top: -4px;
}
.blog-card-author {
  float: left;
  margin-right: 10px;
}
.blog-card-date-single {
  float: left;
  margin: 0;
  margin-right: 10px;
}

.single-card {
  margin-left: 200px;
  padding-left: 40px;
  margin-bottom: 12px;
  position: relative;
}

.notebox {
  padding: 20px;
}
.notebox .search-again {
  margin: 10px 0 20px;
}

.social-links {
  position: relative;
  z-index: 2;
  margin: 12px 0 0 0;
}
.social-links li {
  display: inline-block;
  margin: 0 4px;
  line-height: 16px;
  font-size: 0;
}
.social-links li a {
  display: block !important;
  position: relative;
  text-align: center;
}
.social-links li a:hover {
  color: #212632;
}
.social-links .social-tooltip {
  font-size: 18px;
  display: inline;
  position: relative;
}
.social-links .social-tooltip:hover {
  text-decoration: none;
}
.social-links .social-tooltip:hover:after {
  top: -33px;
  background: #212632;
  font-size: 13px;
  color: #fff;
  content: attr(title);
  display: block;
  right: -2px;
  padding: 5px 10px;
  position: absolute;
  white-space: nowrap;
  border-radius: 3px;
}
.social-links .social-tooltip:hover:before {
  top: -7px;
  right: 4px;
  border: solid;
  border-color: #212632 transparent;
  border-width: 5px 5px 0 5px;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

#theme-toggle {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  padding: 12px;
  border: 0;
  border-radius: 16px;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}
#theme-toggle i {
  font-size: 14px;
  float: left;
  position: absolute;
  right: 17px;
  top: 17px;
  color: #fff;
  z-index: 2;
}
#theme-toggle .fa-sun {
  display: block;
}
#theme-toggle .fa-moon {
  display: none;
  right: 30px;
}
#theme-toggle-btn {
  background: #e7e8eb;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  display: block;
  width: 38px;
  height: 24px;
  border-radius: 16px;
}
#theme-toggle-btn:before {
  background: #212632;
  transition: all 0.25s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
body.dark #theme-toggle {
  background: #313642;
}
body.dark #theme-toggle i {
  color: rgba(0, 0, 0, 0.8);
}
body.dark #theme-toggle .fa-sun {
  display: none;
}
body.dark #theme-toggle .fa-moon {
  display: block;
}
body.dark #theme-toggle-btn {
  background: #505664;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
body.dark #theme-toggle-btn:before {
  background: #fff;
  top: 0;
  left: 0;
}

.site-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  float: left;
  line-height: 60px;
  padding: 0;
  position: relative;
  z-index: 2;
}
.site-title a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #212632;
  max-width: 100%;
}
.site-title a img {
  display: block;
  max-width: 100%;
  max-height: 60px;
  height: auto;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  flex-shrink: 0;
}
.site-title .site-name-text {
  display: inline-block;
}
.site-description {
  font-size: 15px;
  font-weight: 300;
  float: left;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 2;
}
.site-header {
  margin-bottom: 30px;
}
.site-header img {
  border-radius: 12px;
}
.site-image {
  display: block;
  margin: 0 auto;
  max-height: 400px;
}

.page-card-single {
  padding-top: 40px;
}
body.single .page-row {
  margin-top: -60px;
  z-index: 1;
}
.header-single {
  position: relative;
  aspect-ratio: 16/5;
  z-index: 1;
  display: flex;
}
.header-single:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #212632;
  z-index: -1;
  border-radius: 30px;
}
.header-single .comments-bubble {
  top: 14px;
  left: 14px;
  z-index: 1;
}
.header-single img {
  display: block;
}
.header-single-thumb {
  background: #e2e7ef;
  display: block;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 30px;
}
.header-single-thumb i {
  color: #fff;
  font-size: 24px;
  width: 100%;
  top: 50%;
  position: absolute;
  margin-top: -12px;
}
.header-single-container {
  position: relative;
  margin: auto auto 0;
  width: 100%;
  max-width: 1110px;
}
.header-single-content {
  color: #fff;
  padding: 1rem 2rem 3rem;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}
.header-single-title {
  font-size: 2rem;
  color: #fff;
  letter-spacing: -0.04em;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
}
.header-single-date {
  font-size: 14px;
}
.header-single .card-comments {
  font-size: 11px;
  position: absolute;
  right: 8px;
  top: 10px;
}

.header-single-category {
  margin-bottom: 16px;
  text-shadow: none;
}
.header-single-category a {
  color: #fff;
}

.header-single-meta {
  display: flex;
  gap: 1rem;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: none;
}
.header-single-meta a {
  color: #fff;
}
.header-single-avatar {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.header-single-avatar img {
  display: block;
  border-radius: 100%;
}
.header-single-author span {
  text-transform: none;
  font-weight: 300;
}
.header-single-divider {
  margin: 0 6px;
}

.canvas-top {
  background: #fff;
  flex: none;
  height: 100px;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.admin-bar .canvas-top {
  top: 32px;
}
.canvas-bottom {
  background: #fff;
  bottom: 0;
  flex: none;
  height: 24px;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.canvas-wrapper {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  inset: 0;
  overflow: hidden;
  padding: 100px 24px 24px;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}
.admin-bar .canvas-wrapper {
  top: 32px;
}
.canvas-inner {
  background: #f6f7fa;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  flex: 1 0 0px;
  height: 1px;
  position: relative;
  width: 100%;
}
.canvas-inner:after {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.06) 100%
  );
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 100px;
  border-radius: 20px 20px 0 0;
  z-index: 99;
}

.admin-bar .page-header {
  top: var(--wp-admin--admin-bar--height);
}
.admin-bar .page-sidebar {
  top: 133px;
}
.page-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 25px 50px;
  z-index: 10;
}
.page-sidebar {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 100px;
  left: 24px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  width: 80px;
  box-sizing: border-box;
  border-radius: 20px 0 0 20px;
  z-index: 99;
}
.page-header-title {
  color: rgba(0, 0, 0, 0.3);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.page-header-search {
  margin-left: auto;
}
.page-wrapper {
  padding: 100px 25px 0 105px;
  position: relative;
  z-index: 1;
}
.page-inner {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.page-inner-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin: 0 auto;
  max-width: 1730px;
}
.page-inner-container-footer {
  width: 100%;
  margin: 0 auto;
  max-width: 1730px;
}
.page-inner-container-header-single {
  max-width: 1730px !important;
}

.page-inner-title {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}
.page-row {
  display: flex;
}
.page-col-featured {
  width: 35%;
  padding-right: 20px;
}
.page-col {
  width: 45%;
  padding-right: 20px;
  box-sizing: border-box;
}
.page-col-sidebar {
  width: 20%;
}
.page-col-full {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
}
.page-card {
  background: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0 1px #0e3f7e0a, 0 1px 1px -0.5px #2a33450a,
    0 3px 3px -1.5px #2a33460a, 0 6px 6px -3px #2a33460a,
    0 12px 12px -6px #0e3f7e0a, 0 24px 24px -12px #0e3f7e0a;
}
.page-card:after {
  content: "";
  background: #e2e7ef;
  position: absolute;
  bottom: -8px;
  left: 40px;
  right: 40px;
  height: 8px;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
.page-card.blog-card {
  margin-bottom: 0;
}
.page-card-featured {
  padding: 0;
}
.page-card-highlights {
  background: #212632;
  padding: 0 0 20px;
}
.page-card-highlights .stickywrap-heading {
  color: #fff;
}
.page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.latest-posts-layout {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}
.latest-posts-featured {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  max-width: calc(50% - 10px);
}
.latest-posts-featured .page-card {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
}
.latest-posts-featured .featured-card {
  aspect-ratio: 1/1;
  width: 100%;
}
.latest-posts-grid {
  flex: 0 0 calc(50% - 10px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
  max-width: calc(50% - 10px);
}
.latest-posts-grid .page-card {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  height: 100%;
}
.latest-posts-grid .featured-card-small {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 0;
  aspect-ratio: 1/1;
}
.latest-posts-grid .featured-card-small .featured-card-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.latest-posts-grid .featured-card-small .featured-card-container {
  position: relative;
  margin: auto 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.latest-posts-grid .featured-card-small .featured-card-content {
  padding: 1rem;
  margin: 10px;
  height: fit-content;
}
.featured-card-title-small {
  font-size: 1rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.featured-card-title-small a {
  display: block;
  color: #fff;
}
.featured-card-small .featured-card-meta {
  font-size: 11px;
  margin-top: 8px;
}

body.archive .page-inner-container,
body.search .page-inner-container,
body.single .page-inner-container,
body.page .page-inner-container,
body.error404 .page-inner-container {
  max-width: 1070px;
}
.page-col-center {
  width: 70%;
  padding-right: 20px;
  box-sizing: border-box;
}
.page-col-sidebar-center {
  width: 30%;
}
.page-grid-center {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
}

.page-sidebar .social-links {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.page-sidebar .social-links li {
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
  position: relative;
}
.page-sidebar .social-links .social-tooltip {
  background: #fff;
  color: #212632;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  display: block;
  font-size: 22px;
  border-radius: 30px;
  padding: 14px 10px;
  margin: 0 15px;
}
.page-sidebar .social-links .social-tooltip:hover {
  color: #212632;
  text-decoration: none;
}
.page-sidebar .social-links .social-tooltip:hover:after {
  background: #212632;
  color: #fff;
  padding: 7px 10px;
  top: 10px;
  left: 50px;
  right: auto;
}
.page-sidebar .social-links .social-tooltip:hover:before {
  top: 19px;
  left: 45px;
  right: auto;
  border-color: transparent #212632;
  border-width: 5px 5px 5px 0;
}

.page-card-comments {
  background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%) !important;
  padding: 0 0 20px;
}
.page-card-comments .stickywrap-heading {
  color: #fff;
}
.comments-card {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  border-radius: 15px;
  position: relative;
  padding: 10px;
  margin: 0 20px 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.comments-card:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.comments-card-inner {
  padding-left: 64px;
}
.comments-card-left {
  margin-left: -64px;
  float: left;
}
.comments-card-thumb {
  background: rgba(255, 255, 255, 0.2);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
.comments-card-thumb i {
  margin-top: 26px;
}
.comments-card-thumb img {
  display: block;
}
.comments-card-author {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.comments-card-excerpt {
  font-size: 14px;
  line-height: 1.4;
}

.page-card-profile {
  background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%) !important;
}
.page-card-profile .stickywrap-heading {
  color: #fff;
}
.profile-card-inner {
  position: relative;
  padding: 0 30px 30px;
  text-align: center;
}
.profile-card-thumb {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: relative;
  padding: 10px;
  margin: 20px auto;
  box-sizing: border-box;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1);
}
.profile-card-thumb img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.profile-card-title {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.profile-card-desc {
  color: rgba(255, 255, 255, 0.6);
}
.profile-card-desc a,
.profile-card-desc a:hover {
  color: #fff;
}

.page-card-post-nav {
  background: #212632;
}
.page-card-post-nav .stickywrap-heading {
  color: #fff;
}

.page-card-search {
  background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%) !important;
}
.page-card-search .stickywrap-heading {
  color: #fff;
}
.page-card-search .themeform.searchform {
  position: static;
  padding: 20px 30px 20px;
}

.page-title-box {
  padding: 0 30px 20px;
}
.page-title-box .themeform.searchform {
  position: static;
  padding: 20px 0 0 0 !important;
}

/* ------------------------------------------------------------------------- *
 *  Section: Navigation - Всплывающее меню
/* ------------------------------------------------------------------------- */

/* Кнопка открытия меню в шапке */
.menu-toggle-btn {
  top: 20px;
  right: 20px;
  z-index: 1000;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.menu-toggle-btn:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.menu-toggle-btn:focus {
  outline: 2px solid #212632;
  outline-offset: 2px;
}

.menu-toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  position: relative;
}

.menu-toggle-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background: #212632;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.menu-toggle-btn[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle-btn[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.menu-toggle-btn[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Всплывающее окно меню */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

.menu-overlay.active .menu-overlay-content {
  transform: translateX(0);
}

/* Скрываем theme-toggle в menu-overlay-content на больших экранах */
@media only screen and (min-width: 720px) {
  .menu-overlay-content #theme-toggle {
    display: none;
  }
}

/* Кнопка закрытия */
.menu-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10001;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.menu-close-btn:hover {
  background: #f1f3f6;
}

.menu-close-btn:focus {
  outline: 2px solid #212632;
  outline-offset: 2px;
}

.menu-close-btn svg {
  width: 20px;
  height: 20px;
  color: #212632;
}

/* Навигационное меню */
.main-menu {
  padding: 80px 0 40px;
}

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

.main-menu .menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f1f3f6;
}

.main-menu .menu li:last-child {
  border-bottom: none;
}

.main-menu .menu > li {
  position: relative;
}

.main-menu .menu a {
  display: block;
  padding: 16px 20px;
  color: #212632;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.main-menu .menu a:hover {
  background: #f1f3f6;
  color: #212632;
}

.main-menu .menu li.current-menu-item > a,
.main-menu .menu li.current-page-item > a {
  background: #f1f3f6;
  color: #212632;
  font-weight: 700;
}

/* Кнопка разворачивания подменю */
.menu-item-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
  z-index: 10;
}

.menu-item-toggle:hover {
  background: #f1f3f6;
}

.menu-item-toggle:focus {
  outline: 2px solid #212632;
  outline-offset: 2px;
}

.menu-item-toggle[aria-expanded="true"] {
  background: #f1f3f6;
}

.menu-item-toggle[aria-expanded="true"] .menu-arrow {
  transform: rotate(180deg);
}

.menu-arrow {
  width: 12px;
  height: 12px;
  color: #212632;
  transition: transform 0.3s ease;
}

/* Подменю */
.main-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f8f9fa;
}

.main-menu .sub-menu.active {
  max-height: 2000px;
}

.main-menu .sub-menu li {
  border-bottom: 1px solid #e9ecef;
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu a {
  padding: 12px 20px 12px 40px;
  font-size: 14px;
  font-weight: 400;
}

.main-menu .sub-menu .sub-menu a {
  padding-left: 60px;
}

/* Элемент с подменю */
.main-menu .menu-item-has-children > a {
  padding-right: 50px;
}

/* Скрытие для скринридеров */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer {
  border-radius: 20px;
  position: relative;
  padding: 30px 0 60px;
  margin: 60px 0 30px;
}
#footer .pad {
  padding: 0 20px;
}

#footer-widgets {
}
#footer-widgets .widget {
  background: none;
  box-shadow: none;
}

#footer-bottom {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
#footer-bottom img {
  box-shadow: none;
}
#footer-bottom #footer-logo {
  display: inline-block;
  margin-bottom: 20px;
  max-height: 60px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#footer-bottom #copyright,
#footer-bottom #credit {
  font-weight: 300;
  line-height: 1.6em;
}
#footer-bottom .social-links {
  padding-top: 40px;
  float: none;
}
#footer-bottom .social-links li {
  margin: 0 6px;
}

#back-to-top {
  background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: 10px;
  padding: 10px 0;
  text-align: center;
  width: 60px;
  height: 30px;
  display: block;
  border-radius: 30px 30px 0 0;
  z-index: 10;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#back-to-top:hover {
  color: #fff;
}
#back-to-top i {
  font-size: 38px;
  position: relative;
}

/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */
.sticky {
}

.entry,
.entry-header,
.entry-footer {
  padding: 0 40px;
  margin-right: auto;
  margin-left: auto;
}
.entry-footer {
  padding-top: 0;
  padding-bottom: 40px;
}
.entry-header {
  padding-top: 40px;
}
.entry-header .entry-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------------------- *
 *  Single
/* ------------------------------------------------------------------------- */

/*  single : sharrre header
/* ------------------------------------ */
.sharrre-header {
  margin-top: 30px;
}
.sharrre-header > span {
  display: none;
}
.sharrre-header .sharrre {
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
  position: relative;
}
.sharrre-header .sharrre .box {
  display: block;
  background: #fff;
  text-align: center;
  color: #212632;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  display: block;
  font-size: 22px;
  border-radius: 30px;
  padding: 14px 10px;
  margin: 0 15px;
}
.sharrre-header .sharrre .count {
  display: none;
}

/*  single : sharrre footer
/* ------------------------------------ */
.sharrre-footer {
  display: flex;
  flex: 0 1 auto;
  margin: 40px -10px 40px;
}
.sharrre-footer .sharrre {
  width: 50%;
  float: left;
  flex-basis: 50%;
  max-width: 50%;
  padding: 10px;
}
.sharrre-footer .sharrre .box {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  border-radius: 12px;
}
.sharrre-footer .sharrre .box:hover {
  opacity: 0.85;
}
.sharrre-footer .sharrre#twitter-footer .box {
  background: #24a5db;
}
.sharrre-footer .sharrre#facebook-footer .box {
  background: #3b5998;
}

.sharrre-footer .sharrre .share {
  font-weight: 600;
  text-transform: uppercase;
}
.sharrre-footer .sharrre .share span {
  color: rgba(255, 255, 255, 0.7);
}
.sharrre-footer .sharrre .share i {
  font-size: 22px;
  margin-right: 6px;
  float: left;
  position: relative;
}
.sharrre-footer .sharrre .count {
  background: rgba(255, 255, 255, 0.15);
  float: right;
  min-width: 10px;
  padding: 0 10px;
  text-align: center;
  border-radius: 12px;
}
.sharrre-footer .sharrre .count i {
  font-size: 18px;
  margin: 2px 0 0 0;
  float: none;
}

/*  single : post pages
/* ------------------------------------ */
.post-pages {
  font-weight: 600;
  margin-bottom: 20px;
}

/*  single : tags
/* ------------------------------------ */
.post-tags {
  margin: 0 0 60px;
}
.post-tags span {
  font-size: 14px;
  display: inline-block;
  margin: 0 7px 0 0;
}
.post-tags a {
  background: rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  padding: 1px 7px;
  margin: 0 5px 6px 0;
  border-radius: 3px;
}
.post-tags a:hover {
  background: rgba(0, 0, 0, 0.12);
  color: #212632;
}

/*  single : author bio
/* ------------------------------------ */
.author-bio {
  background: transparent;
  margin: 40px 0;
  text-align: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 0 1px #12376914, 0 1px 1px #1237690a, 0 3px 3px #12376908,
    0 6px 4px #12376905, 0 11px 4px #12376903;
  border-radius: 12px;
  position: relative;
  padding: 30px;
}
.author-bio .bio-avatar {
  width: 80px;
  height: auto;
  position: relative;
  display: inline-block;
  margin-top: -80px;
}
.author-bio .bio-avatar:after {
  background: #212632;
  position: absolute;
  right: -4px;
  bottom: -4px;
  padding: 8px 8px;
  content: "\f303";
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  width: 12px;
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  border-radius: 100%;
}
.author-bio .bio-avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.author-bio p {
  margin-bottom: 8px;
}
.author-bio .bio-name {
  color: #212632;
  font-size: 19px;
  font-weight: 600;
  margin: 10px 0;
}
.author-bio .bio-desc {
  font-size: 14px;
  line-height: 1.5em;
}

/*  single : related posts
/* ------------------------------------ */
.related-posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

/*  single : post-nav
/* ------------------------------------ */
.post-nav {
  padding: 20px;
}
.post-nav li {
  width: 100%;
  display: inline;
}
.post-nav li a {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.post-nav li a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.post-nav li i {
  background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%);
  color: #fff;
  padding: 10px 5px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.post-nav li a strong {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-transform: uppercase;
}
.post-nav li a span {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.post-nav li.previous a {
  padding-left: 40px;
  padding-right: 20px;
}
.post-nav li.next a {
  padding-left: 20px;
  padding-right: 40px;
}
.post-nav li.previous i {
  left: 0;
  border-radius: 0 20px 20px 0;
}
.post-nav li.next i {
  right: 0;
  border-radius: 20px 0 0 20px;
}
.post-nav li a span,
.post-nav li a i {
  transition-property: background color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.post-nav li:first-child a {
  margin-bottom: 10px;
}
.post-nav li:last-child a strong {
  text-align: right;
}

/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */
.widget {
  font-size: 14px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0 1px #0e3f7e0a, 0 1px 1px -0.5px #2a33450a,
    0 3px 3px -1.5px #2a33460a, 0 6px 6px -3px #2a33460a,
    0 12px 12px -6px #0e3f7e0a, 0 24px 24px -12px #0e3f7e0a;
}
.widget:after {
  content: "";
  background: #e2e7ef;
  position: absolute;
  bottom: -8px;
  left: 40px;
  right: 40px;
  height: 8px;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
.widget a {
  font-weight: 600;
}
.widget a:hover {
}
.widget > h3,
.widget .wp-block-heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  color: #212632;
  padding: 0 0 20px;
}
.widget > h3:after,
.widget .wp-block-heading:after {
  content: "";
  height: 1px;
  background: transparent;
  flex-grow: 1;
  margin-left: 14px;
}
.widget > h3 a,
.widget > h3 a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.widget > h3 a img {
  display: none;
  float: left;
  margin: 3px 7px 0 0;
}
.widget select {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  padding: 7px;
  width: 100%;
  max-width: 100%;
}
.widget label.screen-reader-text {
  display: none;
}

/*  widgets : icons
/* ------------------------------------ */
.widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before,
.widget_calendar caption:before {
  background: #e2e7ef;
  color: #9ba4b3;
  padding: 0 6px;
  border-radius: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  margin-right: 6px;
  display: inline-block !important;
  width: 1em;
  text-align: center;
}
.widget > ul li a:hover:before,
.widget_nav_menu > div > ul li a:hover:before {
  background: #0e979b;
  color: #fff;
}

.widget_archive > ul > li a:before {
  content: "\f073";
}
.widget_categories > ul > li a:before {
  content: "\f07c";
}
.widget_links > ul > li a:before {
  content: "\f08e";
}
.widget_meta > ul > li a:before {
  content: "\f0da";
}
.widget_recent_comments > ul > li:before {
  content: "\f075";
}
.widget_recent_entries > ul > li a:before {
  content: "\f017";
}
.widget_calendar caption:before {
  content: "\f073";
}
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before {
  content: "\f068";
}

/*  widgets : common
/* ------------------------------------ */
/*.widget_search > h3,
.widget_text > h3,
.widget_tag_cloud > h3,
.widget_calendar > h3 { margin-bottom: 1em; } */

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.alx-tab li,
.alx-posts li {
  padding: 8px 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li {
  color: rgba(0, 0, 0, 0.3);
}

.widget_recent_comments ul li,
.widget_recent_entries ul li {
  color: rgba(0, 0, 0, 0.5);
}
.widget_recent_entries .post-date {
  display: block;
}

/*  widget : pages / custom menu
/* ------------------------------------ */
.widget_nav_menu ul li a {
  display: block;
  padding-right: 20px;
}
.widget_nav_menu li li a {
  padding-left: 20px;
}
.widget_nav_menu li li li a {
  padding-left: 40px;
}

.widget_pages ul li a {
  display: block;
}
.widget_pages li li a {
  padding-left: 20px;
}
.widget_pages li li li a {
  padding-left: 40px;
}

.widget_pages ul ul,
.widget_pages ul ul ul,
.widget_nav_menu ul ul,
.widget_nav_menu ul ul ul {
  border: 0;
}

/*  widget : categories
/* ------------------------------------ */
.widget_categories li li {
  padding-left: 15px;
  border-bottom: 0;
  padding-bottom: 0;
}
.widget_categories li li li {
  padding-left: 15px;
  border-bottom: 0;
}
.widget_categories li li a {
  font-size: 13px;
}

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  display: block;
}
.widget_rss ul li span.rss-date {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.widget_rss ul li cite {
  color: rgba(0, 0, 0, 0.3);
}

/*  widget : search
/* ------------------------------------ */
.widget_search input.search {
  color: #999;
  padding-left: 26px;
  width: 100%;
}
.widget_search .screen-reader-text,
.widget_search #searchsubmit {
  display: none;
}

/*  widget : text
/* ------------------------------------ */
.widget_text .textwidget p {
  margin-bottom: 1em;
}
.widget_text > div {
}

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a {
  color: #212632;
  font-weight: 600;
}
.widget_calendar a:hover {
  color: #212632 !important;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar caption {
  background: #e2e7ef;
  color: #212632;
  padding: 5px 10px;
}
.widget_calendar caption:before {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}
.widget_calendar thead {
  background: #e2e7ef;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.04);
}
.widget_calendar th {
  font-weight: 600;
}
.widget_calendar th,
.widget_calendar td {
  padding: 3px 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.widget_calendar .pad {
  padding: 0 !important;
}

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.alx-tabs-nav {
  background: #f6f7fa;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  text-align: center;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.alx-tabs-nav.tab-count-1 li {
  width: 100%;
}
.alx-tabs-nav.tab-count-2 li {
  width: 50%;
}
.alx-tabs-nav.tab-count-3 li {
  width: 33.333%;
}
.alx-tabs-nav.tab-count-4 li {
  width: 25%;
}
.alx-tabs-nav li {
  display: block;
  float: left;
}
.alx-tabs-nav li a {
  font-size: 18px;
  display: block;
  padding: 12px 0;
  border-radius: 30px;
}
.alx-tabs-nav li:first-child a {
  border-left: 0;
}
.alx-tabs-nav li a:hover {
}
.alx-tabs-nav li.active a {
  background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%);
  color: #fff;
}
.alx-tabs-nav li a span {
  display: none;
}

.alx-tab li,
.alx-posts li {
  font-weight: 400;
  line-height: 1.4em;
}
.alx-tab a,
.alx-posts a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.alx-tab img,
.alx-posts img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.alx-tab img {
  border-radius: 100%;
}
.alx-tab.thumbs-enabled li {
  padding-left: 90px;
}
.alx-tab .tab-item-thumbnail {
  width: 70px;
  margin-left: -90px;
  float: left;
}
.alx-tab .tab-item-thumbnail img {
  width: 70px;
  aspect-ratio: 16/16;
  border-radius: 6px;
}
.alx-tab .tab-item-category a,
.alx-posts .post-item-category a {
  text-transform: none;
  font-weight: 400;
  color: #9ba4b3;
  font-size: 13px;
}
.alx-tab .tab-item-thumbnail,
.alx-posts .post-item-thumbnail {
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.alx-tab.avatars-enabled li {
  padding-left: 62px;
}
.alx-tab .tab-item-avatar {
  margin-left: -62px;
  width: 48px;
  float: left;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.alx-tab .tab-item-category,
.alx-posts .post-item-category {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-transform: uppercase;
}
.alx-tab .tab-item-title a,
.alx-tab .tab-item-comment a,
.alx-posts .post-item-title a {
}
.alx-tab .tab-item-category a:hover,
.alx-posts .post-item-category a:hover {
}
.alx-tab .tab-item-title,
.alx-tab .tab-item-comment,
.alx-posts .post-item-title {
  font-size: 15px;
  font-weight: 600;
  margin: 2px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alx-tab .tab-item-date,
.alx-tab .tab-item-name,
.alx-posts .post-item-date {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.alx-tab li:hover .tab-item-thumbnail,
.alx-tab li:hover .tab-item-avatar,
.alx-posts li:hover .post-item-thumbnail {
  opacity: 0.75;
}
.alx-tab li:hover .thumb-icon,
.alx-posts li:hover .thumb-icon {
  background: #fff;
  color: #111;
}

.alx-tab .tab-item-category a,
.alx-posts .post-item-category a,
.alx-tab li:hover .tab-item-title a,
.alx-tab li:hover .tab-item-comment a,
.alx-posts li:hover .post-item-title a {
}

.alx-posts .post-item-thumbnail {
  margin-bottom: 10px;
}
.alx-posts .post-item-title {
  font-size: 16px;
  line-height: 1.5em;
}

/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
.entry-comments {
}

.commentlist {
  margin-bottom: 20px;
}
.commentlist li {
  padding-left: 60px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  list-style: none;
}
.commentlist .comment-body {
  clear: both;
  position: relative;
  padding-bottom: 15px;
}
.commentlist .comment-author,
.commentlist .comment-metadata,
.commentlist .comment-awaiting-moderation {
  font-size: 13px;
  display: block;
  float: left;
  line-height: 20px;
}
.commentlist .comment-author {
  margin-right: 6px;
}
.commentlist .fn {
  color: #212632;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}
.commentlist .says {
  display: none;
}
.commentlist .avatar {
  position: absolute;
  left: -60px;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.commentlist .comment-metadata:before {
  color: #9ba4b3;
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  margin-right: 3px;
  vertical-align: 4%;
}
.commentlist .comment-metadata a {
  color: #9ba4b3;
}
.commentlist .reply {
  font-size: 13px;
  line-height: 16px;
}
.comment-awaiting-moderation {
  color: #212632;
  font-style: normal;
}

/* pings */
.pinglist li {
  padding-left: 0;
}

/* comment text */
.commentlist .comment-body p {
  margin-bottom: 8px;
  clear: both;
}
.commentlist .comment-body strong {
  font-weight: bold;
}
.commentlist .comment-body em {
  font-style: italic;
}
.commentlist .comment-body ol li {
  list-style: decimal;
  margin-left: 2em;
  padding: 0;
}
.commentlist .comment-body ul li {
  list-style: square;
  margin-left: 2em;
  padding: 0;
}

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after {
  background: #212632;
  display: block;
  position: absolute;
  content: "\f303";
  color: #fff;
  line-height: 12px;
  width: 12px;
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
}
.commentlist li.comment-author-admin > .comment-body:after {
  content: "\f005"; /* star for admin */
}
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after {
  top: 32px;
  left: -28px;
  font-size: 8px;
  padding: 2px;
  border-radius: 100%;
}
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after {
  top: 22px;
  left: -26px;
  font-size: 8px;
  padding: 1px;
  border-radius: 100%;
}

/* child comment */
.commentlist li ul {
}
.commentlist li li {
  padding-left: 48px;
  margin: 0;
}
.commentlist li li .avatar {
  width: 36px;
  height: 36px;
  left: -48px;
  top: 0;
}
.commentlist li li .comment-meta {
  left: 70px;
}

/*  comments : nav
/* ------------------------------------ */
.comments-nav {
  margin: 40px 0;
  text-align: center;
  font-weight: 600;
}
.comments-nav.only-next {
  text-align: left;
}
.comments-nav.only-prev {
  text-align: right;
}
.comments-nav .prev {
  float: left;
}
.comments-nav .next {
  float: right;
}

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes,
.form-allowed-tags {
  display: none;
}
#respond {
  position: relative;
}
#reply-title {
  margin-bottom: 20px;
}
li #reply-title {
  font-size: 0;
  margin: 0 !important;
  padding: 0;
  height: 0;
  border-top: 0;
}
#cancel-comment-reply-link {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 12px;
}
#commentform {
  margin-bottom: 15px;
  border-radius: 3px;
}
#commentform p.comment-form-author {
  width: 48%;
  float: left;
}
#commentform p.comment-form-email {
  width: 48%;
  float: right;
}
#commentform p.comment-form-url,
#commentform p.comment-form-comment {
  clear: both;
}
#commentform label {
  padding: 6px 0;
  font-weight: 600;
  display: block;
}
#commentform input[type="text"],
#commentform textarea {
  max-width: 100%;
  width: 100%;
}
#commentform textarea {
  height: 100px;
}
#commentform p.form-submit {
  margin-top: 10px;
}
.logged-in #reply-title {
  margin-bottom: 20px;
}
.logged-in #commentform p.comment-form-comment {
  margin-top: 10px;
}
.logged-in #commentform p.comment-form-comment label {
  display: none;
}
#commentform .comment-form-cookies-consent {
  padding: 10px 0;
}
#commentform .comment-form-cookies-consent label {
  display: inline;
}

/* ------------------------------------------------------------------------- *
 *  Plugins
/* ------------------------------------------------------------------------- */

/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi {
  text-align: right;
  font-weight: 600;
  line-height: 20px;
  float: none;
  margin-right: -2px;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #9ba4b3;
  font-size: 14px;
  padding: 8px 12px;
  display: inline-block;
  margin: 0 1px 10px;
}
.wp-pagenavi span.pages {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 1em !important;
  border: none !important;
}
.wp-pagenavi span.pages:before {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 6px;
}
.wp-pagenavi span.extend {
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
}

.wp-pagenavi a {
  background: #fff;
  box-shadow: 0 0 0 1px #12376914, 0 1px 1px #1237690a, 0 3px 3px #12376908,
    0 6px 4px #12376905, 0 11px 4px #12376903;
  border-radius: 6px;
  color: #212632;
  border: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current {
  background: #212632;
  color: #fff;
  border-radius: 6px;
  border: none;
}

/* ------------------------------------------------------------------------- *
 *  Slick Carousel
/* ------------------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------------------------------------------- *
 *  Slick Carousel Theme
/* ------------------------------------------------------------------------- */
.slick-loading .slick-list {
  background: #fff url(img/ajax-loader.gif) center center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* ------------------------------------------------------------------------- *
 *  Accessibility
/* ------------------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#page[tabindex="-1"]:focus {
  outline: 0;
}

.menu-item-wrapper.has-arrow {
  position: relative;
}
/* Telegram block */
.telegram-block {
  width: 100%;
  background: #0088cc;
  padding: 1.5rem;
  border-radius: 12px;
  box-sizing: border-box;
}
.telegram-block-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 2.5rem;
  align-items: center;
}
.telegram-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.telegram-col-logo {
  justify-content: center;
}
.telegram-col-logo svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.telegram-col-text {
  align-items: flex-start;
}
.telegram-col-qr {
  gap: 15px;
}
.telegram-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.telegram-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}
.telegram-text > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.telegram-text .telegram-logo {
  width: 50px;
  height: 50px;
}
.telegram-text .telegram-logo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.telegram-text p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.telegram-text ul {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.25rem;
}
.telegram-text ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.telegram-text ul li:before {
  content: "•";
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}
.telegram-qr-link {
  display: block;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.telegram-qr-link:hover {
  transform: scale(1.05);
}
.telegram-qr {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  display: block;
}
.telegram-username {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.telegram-username:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1024px) {
  .telegram-block-content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .telegram-text > div {
	justify-content: center;
	width: 100%;
  }
  .telegram-text p {
	font-size: 1.75rem;
  }
  .telegram-col-text {
    align-items: center;
  }
  .telegram-text {
    text-align: center;
  }
  .telegram-text ul {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }
}
@media (max-width: 768px) {
  .telegram-block {
    padding: 1rem;
  }
  .telegram-block-content {
    gap: 1.5rem;
  }
  .telegram-text p {
    font-size: 1.5rem;
  }
  .telegram-text ul {
    font-size: 1rem;
  }
  .telegram-qr {
    width: 140px;
    height: 140px;
  }
  .telegram-username {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .telegram-block {
    padding: 1.5rem;
  }
  .telegram-text p {
    font-size: 1.25rem;
  }
  .telegram-text ul {
	grid-template-columns: 1fr;
    font-size: 1rem;
    gap: 0.5rem 1.25rem;
  }
  .telegram-qr {
    width: 120px;
    height: 120px;
  }
  .telegram-block {
    width: 100%;

  }
  .telegram-block-content {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
  }
  .telegram-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .telegram-col-logo {
    justify-content: center;
  }
  .telegram-col-logo svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
  }
  .telegram-col-text {
    align-items: flex-start;
  }
  .telegram-col-qr {
    gap: 15px;
  }
  .telegram-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .telegram-text {
    width: 100%;
  }
  .telegram-text p {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .telegram-text ul {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem 1.25rem;
  }
  .telegram-text ul li {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .telegram-text ul li:before {
    content: "•";
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
  }
  .telegram-qr-link {
    display: block;
    transition: transform 0.2s ease;
    cursor: pointer;
  }
  .telegram-qr-link:hover {
    transform: scale(1.05);
  }
  .telegram-qr {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    display: block;
  }
  .telegram-username {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  .telegram-username:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}

/* FAQ Section */
.faq-section {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 2.5rem 1.5rem;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #0e3f7e0a, 0 1px 1px -0.5px #2a33450a,
    0 3px 3px -1.5px #2a33460a, 0 6px 6px -3px #2a33460a,
    0 12px 12px -6px #0e3f7e0a, 0 24px 24px -12px #0e3f7e0a;
  position: relative;
}
.faq-section:after {
  content: "";
  background: #e2e7ef;
  position: absolute;
  bottom: -8px;
  left: 40px;
  right: 40px;
  height: 8px;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
.faq-section-title {
  margin-bottom: 2rem;
}
.faq-section-title h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #212632;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-item {
  border: 1px solid #e2e7ef;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover {
  border-color: #0088cc;
  box-shadow: 0 2px 8px rgba(0, 136, 204, 0.1);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
  position: relative;
}
.faq-question:hover {
  background-color: #f8f9fa;
}
.faq-question:focus {
  outline: 2px solid #0088cc;
  outline-offset: -2px;
}
.faq-question-text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #212632;
  flex: 1;
  padding-right: 1rem;
}
.faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  color: #0088cc;
}
.faq-item[data-faq-collapsed] .faq-icon {
  transform: rotate(-90deg);
}
.faq-answer {
  max-height: 5000px;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1.5rem 1.25rem 1.5rem;
}
.faq-item[data-faq-collapsed] .faq-answer {
  max-height: 0;
  padding: 0 1.5rem;
}
.faq-answer-content {
  padding-top: 0.5rem;
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.7;
}
.faq-answer-content p {
  margin: 0 0 1rem 0;
}
.faq-answer-content p:last-child {
  margin-bottom: 0;
}
.faq-answer-content ul,
.faq-answer-content ol {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}
.faq-answer-content li {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 2rem 1.25rem;
  }
  .faq-section-title h2 {
    font-size: 1.75rem;
  }
  .faq-question {
    padding: 1rem 1.25rem;
  }
  .faq-question-text {
    font-size: 1rem;
  }
  .faq-answer {
    padding: 0 1.25rem 1rem 1.25rem;
  }
  .faq-item[data-faq-collapsed] .faq-answer {
    padding: 0 1.25rem;
  }
  .faq-answer-content {
    font-size: 0.9375rem;
  }
}
@media (max-width: 450px) {
  .faq-section {
    padding: 1.5rem 1rem;
    border-radius: 20px;
  }
  .faq-section-title {
    margin-bottom: 1.5rem;
  }
  .faq-section-title h2 {
    font-size: 1.5rem;
  }
  .faq-question {
    padding: 0.875rem 1rem;
  }
  .faq-question-text {
    font-size: 0.9375rem;
    padding-right: 0.75rem;
  }
  .faq-icon {
    width: 20px;
    height: 20px;
  }
  .faq-answer {
    padding: 0 1rem 0.875rem 1rem;
  }
  .faq-item[data-faq-collapsed] .faq-answer {
    padding: 0 1rem;
  }
  .faq-answer-content {
    font-size: 0.875rem;
  }
}

/* Video Stories Section */
.video-stories-section {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 2.5rem 1.5rem;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #0e3f7e0a, 0 1px 1px -0.5px #2a33450a,
    0 3px 3px -1.5px #2a33460a, 0 6px 6px -3px #2a33460a,
    0 12px 12px -6px #0e3f7e0a, 0 24px 24px -12px #0e3f7e0a;
  position: relative;
}
.video-stories-section:after {
  content: "";
  background: #e2e7ef;
  position: absolute;
  bottom: -8px;
  left: 40px;
  right: 40px;
  height: 8px;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
.video-stories-section-title {
  margin-bottom: 2rem;
}
.video-stories-section-title h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #212632;
}
.video-stories-carousel {
  position: relative;
}
.video-stories-carousel .slick-list {
  margin: 0 -10px;
}
.video-stories-carousel .slick-slide {
  padding: 0 10px;
}
.video-story-item {
  outline: none;
}
.video-story-wrapper {
  background: #f8f9fa;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.video-story-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.video-story-player {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
  aspect-ratio: 9 / 16; /* Формат shorts (вертикальное видео) */
  object-fit: cover;
}
.video-story-content {
  padding: 1.25rem 1.5rem;
}
.video-story-title {
  margin: 0 0 0.75rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}
.video-story-title a {
  color: #212632;
  text-decoration: none;
  transition: color 0.2s ease;
}
.video-story-title a:hover {
  color: #0088cc;
}
.video-story-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.video-story-date {
  font-size: 0.875rem;
  color: #6b7280;
}
/* Навигация карусели */
.video-stories-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e2e7ef;
  color: #212632;
  font-size: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.video-stories-carousel .slick-arrow:hover {
  background: #0088cc;
  border-color: #0088cc;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3);
}
.video-stories-carousel .slick-prev {
  left: -24px;
}
.video-stories-carousel .slick-next {
  right: -24px;
}
.video-stories-carousel .slick-arrow:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: inherit;
  opacity: 1;
}
.video-stories-carousel .slick-prev:before {
  content: "\f053";
}
.video-stories-carousel .slick-next:before {
  content: "\f054";
}
/* Точки навигации */
.video-stories-carousel .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 1.5rem;
  text-align: center;
  list-style: none;
  padding: 0;
}
.video-stories-carousel .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}
.video-stories-carousel .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #d1d5db;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  transition: all 0.3s ease;
}
.video-stories-carousel .slick-dots li button:hover,
.video-stories-carousel .slick-dots li.slick-active button {
  background: #0088cc;
  width: 24px;
  border-radius: 5px;
}
.video-stories-carousel .slick-dots li button:before {
  display: none;
}
@media (max-width: 768px) {
  .video-stories-section {
    padding: 2rem 1.25rem;
  }
  .video-stories-section-title h2 {
    font-size: 1.75rem;
  }
  .video-stories-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .video-stories-carousel .slick-prev {
    left: -16px;
  }
  .video-stories-carousel .slick-next {
    right: -16px;
  }
  .video-story-content {
    padding: 1rem 1.25rem;
  }
  .video-story-title {
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  .video-stories-section {
    padding: 1.5rem 1rem;
    border-radius: 20px;
  }
  .video-stories-section-title {
    margin-bottom: 1.5rem;
  }
  .video-stories-section-title h2 {
    font-size: 1.5rem;
  }
  .video-stories-carousel .slick-arrow {
    display: none !important;
  }
  .video-stories-carousel .slick-list {
    margin: 0 -5px;
  }
  .video-stories-carousel .slick-slide {
    padding: 0 5px;
  }
  .video-story-content {
    padding: 0.875rem 1rem;
  }
  .video-story-title {
    font-size: 0.9375rem;
  }
}
