/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Vendored verbatim -- prod's own stylesheet bundles this exact version
   at the very top, before any site-specific rules (confirmed live: the
   comment header is byte-identical). An earlier pass never included it
   at all, which explains a string of small-but-real discrepancies this
   session chased down one at a time (button font/margin, html
   line-height, etc.) -- this is the actual root cause the user
   correctly suspected, not any of those individual guesses. See
   CLAUDE.md "Design/theming". */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Caviar Dreams Bold";
  src: url("/fonts/CaviarDreams-Bold.woff") format("woff"), url("/fonts/CaviarDreams-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

button {
  font: inherit;
  appearance: button;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  color: #141414;
  background: #fff;
}

#button-up {
  display: none;
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #01579b;
  color: #fff;
  border: 0;
  cursor: pointer;
  opacity: 0.85;
  z-index: 50;
  font-size: 18px;
}
#button-up:hover {
  opacity: 1;
}
#button-up.is-visible {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

@keyframes hvr-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  animation-name: hvr-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.container {
  max-width: 1276px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1440px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1140px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 970px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 480px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main {
  padding: 32px 0 64px;
}

h1 {
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 1.25;
}

h2 {
  font-size: 22px;
  margin: 0 0 12px;
}

.page-intro {
  margin: 0 0 24px;
}

.home-section {
  margin: 0 0 40px;
}
.home-section h2 a {
  color: #141414;
}

.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 28px;
  padding: 0;
}
.category-nav a {
  color: #141414;
  background: #cde9f6;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 14px;
  white-space: nowrap;
}
.category-nav a:hover {
  background: #4fc3f7;
  color: #fff;
  text-decoration: none;
}
.category-nav a.is-active {
  background: #01579b;
  color: #fff;
}

header.site-header {
  background: #fff;
  position: relative;
  z-index: 9;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.burger-menu {
  display: none;
  cursor: pointer;
}
.burger-menu__item {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background-color: #4fc3f7;
}
.burger-menu__item:nth-child(2) {
  margin: 5px 0;
}

.header-info--mob {
  display: none;
}

.header-info {
  font-size: 16px;
  flex-shrink: 0;
}
.header-info__row {
  display: flex;
  align-items: flex-start;
}
.header-info__row:first-child {
  margin-bottom: 10px;
}
.header-info__title {
  margin-right: 12px;
  white-space: nowrap;
}
.header-info__title a {
  color: #141414;
  text-decoration: underline;
}
.header-info__title a:hover {
  color: #4fc3f7;
}
.header-info__value {
  font-size: 21px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header-info .weather-icon {
  margin-left: 6px;
  font-size: 18px;
  line-height: 1;
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo__img {
  width: 95px;
  margin-right: 22px;
}
.header-logo__wrap {
  text-align: center;
  line-height: 1.1;
}
.header-logo__title {
  font-family: "Caviar Dreams Bold", "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #4fc3f7;
}
.header-logo__title span:hover {
  color: #01579b;
}
.header-logo__desc {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3.92px;
  margin-top: 5px;
  color: #01579b;
}

.header-search {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.header-search__row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}
.header-search__label {
  position: relative;
  margin: 0;
}
.header-search__input {
  border: 1px solid #ddd;
  width: 165px;
  border-radius: 18px;
  background-color: #fff;
  font-size: 14px;
  outline: 0;
  padding: 6px 38px 6px 12px;
  height: 30px;
}
.header-search__input:focus {
  box-shadow: 0 0 3px 1px #4fc3f7;
  border-color: #4fc3f7;
}
.header-search__btn {
  width: 20px;
  height: 22px;
  background: url("/img/brand/search.png") center center no-repeat;
  background-size: 20px 22px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 12px;
  outline: 0;
}
.header-search__sub {
  width: 130px;
  border-radius: 18px;
  background-color: #4fc3f7;
  opacity: 0.7;
  height: 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.header-search__sub:hover {
  opacity: 1;
  box-shadow: 0 0 3px 1px #4fc3f7;
}
.header-search__sub--hide {
  display: none;
}

.soc-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}
.soc-wrap__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  transition: 0.2s;
  fill: #fff;
}
.soc-wrap__icon:hover {
  opacity: 1;
}
.soc-wrap--nav {
  display: none;
}

.header-search .soc-wrap__icon {
  fill: #141414;
  opacity: 1;
}
.header-search .soc-wrap__icon.icon-facebook:hover, .header-search .soc-wrap__icon.icon-telegram:hover {
  fill: #3b579d;
}
.header-search .soc-wrap__icon.icon-instagram:hover {
  fill: #d1216b;
}
.header-search .soc-wrap__icon.icon-youtube:hover {
  fill: #d62017;
}
.header-search .soc-wrap__icon.icon-vkontakte:hover {
  fill: #5181b8;
}
.header-search .soc-wrap__icon.icon-x-twitter:hover {
  fill: #000;
}

.header-nav {
  background-color: #4fc3f7;
}
.header-nav__admin {
  background-color: #f77;
}
.header-nav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header-nav__item a {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  padding: 13.5px 10px;
}
.header-nav__item a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.header-nav__item a._leto {
  color: #ff0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.header-nav__item a._leto:hover {
  color: #ff0;
}
.header-nav__row .soc-wrap {
  display: none;
}
.header-nav__close {
  display: none;
}

@media (max-width: 1140px) {
  .header-row {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header-info__title {
    margin-right: 16px;
  }
  .header-logo__img {
    width: 72px;
  }
  .header-logo__title {
    font-size: 24px;
  }
  .header-logo__desc {
    font-size: 14px;
  }
  .header-search__input {
    font-size: 12px;
    width: 136px;
    padding: 4px 32px 4px 12px;
  }
}
@media (max-width: 970px) {
  .header-info,
  .header-search__sub,
  .header__soc {
    display: none;
  }
  .header-info--mob {
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    background-color: #4fc3f7;
    color: #fff;
  }
  .header-info--mob .header-info__row {
    align-items: center;
    margin: 0;
  }
  .header-info--mob .header-info__title {
    font-size: 13px;
    margin-right: 8px;
  }
  .header-info--mob .header-info__value {
    font-size: 16px;
  }
  .header-info--mob .header-info__title a {
    color: #fff;
  }
  .burger-menu {
    display: block;
  }
  .header-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-logo__img {
    width: 44px;
  }
  .header-logo__title {
    font-size: 18px;
  }
  .header-logo__desc {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .header-search {
    flex-direction: row;
  }
  .header-search__row:first-of-type {
    gap: 0;
  }
  .header-search__input, .header-search__btn {
    display: none;
  }
  .header-nav {
    position: fixed;
    inset: 0 auto 0 0;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-105%);
    transition: transform 0.25s ease;
    z-index: 999;
  }
  .header-nav.is-open {
    transform: translateX(0);
  }
  .header-nav.header-nav__admin {
    background-color: #fff;
  }
  .header-nav__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 30px 30px;
    gap: 4px;
  }
  .header-nav__item {
    max-width: 100%;
  }
  .header-nav__item a {
    color: #141414;
    text-transform: none;
    font-size: 24px;
    padding: 8px 0;
    overflow-wrap: normal;
    word-break: normal;
  }
  .header-nav__item a:hover {
    background: none;
    color: #4fc3f7;
  }
  .header-nav__item a._leto {
    background: #4fc3f7;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
  }
  .header-nav__item a._leto:hover {
    color: #fff;
  }
  .header-nav__close {
    display: block;
    position: absolute;
    top: 18px;
    left: 24px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0.6;
  }
  .header-nav__close::before, .header-nav__close::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #141414;
  }
  .header-nav__close::before {
    transform: rotate(45deg);
  }
  .header-nav__close::after {
    transform: rotate(-45deg);
  }
  .header-nav .header-search__sub--hide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
    padding: 10px 24px;
    margin: 10px 0 20px;
  }
  .header-nav__row .soc-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }
  .header-nav__row .soc-wrap a {
    width: 25%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }
  .header-nav__row .soc-wrap .soc-wrap__icon {
    fill: #141414;
    width: 24px;
    height: 24px;
  }
  .header-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
  }
  .header-nav-backdrop.is-open {
    display: block;
  }
}
@media (max-width: 480px) {
  .header-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-logo__img {
    width: 40px;
  }
  .header-logo__title {
    font-size: 16px;
  }
  .header-logo__desc {
    font-size: 9px;
  }
  .header-nav__item a {
    font-size: 16px;
    margin: 8px 0;
  }
}
.footer-nav {
  background-color: #4fc3f7;
  padding: 13px 0 14px;
  color: #fff;
}
.footer-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.footer-nav__item {
  padding: 0 18px 0 12px;
  position: relative;
  white-space: nowrap;
}
.footer-nav__item:not(:last-child) {
  border-right: 2px solid #fff;
}
.footer-nav__icon {
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer-nav__link {
  font-size: 16px;
  vertical-align: middle;
  color: #fff;
}
.footer-nav__link:hover {
  text-decoration: underline;
}

.footer {
  background-color: #01579b;
  padding: 48px 0 38px;
  color: #fff;
  text-align: left;
}
.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.footer__cop {
  margin-top: 30px;
  margin-bottom: 6px;
  max-width: 444px;
  font-size: 14px;
}
.footer__politic {
  display: inline-block;
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
}
.footer__politic:hover {
  text-decoration: none;
}

.footer-logo {
  display: flex;
  align-items: center;
}
.footer-logo__img {
  width: 95px;
}
.footer-logo__wrap {
  text-align: center;
  margin-left: 20px;
  line-height: 1.15;
}
.footer-logo__title, .footer-logo__subtitle {
  font-size: 30px;
  text-transform: uppercase;
}
.footer-logo__subtitle {
  margin: 0 0 6px;
}
.footer-logo__desc {
  font-size: 20px;
}

.footer-soc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.footer-soc__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.footer-soc__mail {
  display: block;
  margin-top: 24px;
  color: #fff;
}
.footer-soc__mail:hover {
  text-decoration: underline;
}

@media (max-width: 1140px) {
  .footer-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .footer-nav__link {
    font-size: 14px;
  }
  .footer-nav__icon {
    width: 13px;
    height: auto;
    margin-right: 8px;
  }
  .footer-nav__item {
    padding-right: 8px;
    padding-left: 12px;
  }
  .footer-logo__img {
    width: 72px;
  }
  .footer-logo__title,
  .footer-logo__subtitle {
    font-size: 24px;
  }
  .footer-logo__desc {
    font-size: 14px;
  }
  .footer-soc__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 970px) {
  .footer-nav {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .footer-nav__list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 312px;
    margin: 0 auto;
  }
  .footer-nav__item {
    padding: 0;
  }
  .footer-nav__item:not(:last-child) {
    border-right: 0;
    margin-bottom: 18px;
  }
  .footer-nav__link {
    font-size: 16px;
  }
  .footer-nav__icon {
    width: 21px;
    margin-right: 20px;
  }
  .footer__wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-logo__wrap {
    text-align: center;
  }
  .footer-soc {
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  .footer-soc__title {
    font-size: 24px;
  }
  .footer__cop,
  .footer__politic {
    text-align: center;
    display: block;
    margin: 1em auto;
  }
}
@media (max-width: 480px) {
  .footer-logo__img {
    width: 40px;
  }
  .footer-logo__wrap {
    margin-left: 12px;
  }
  .footer-logo__title,
  .footer-logo__subtitle {
    font-size: 16px;
  }
  .footer-logo__desc {
    font-size: 9px;
  }
  .footer-soc__title {
    font-size: 16px;
  }
}
.card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

div#categories-slider {
  margin: 0 1rem;
}

.card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s ease;
}
.card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.card__img {
  aspect-ratio: 350/220;
  width: 100%;
  object-fit: cover;
  background: #cde9f6;
}
.card__body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.card__meta {
  font-size: 13px;
  color: #777;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.card__title {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.card__title a {
  color: #141414;
}
.card__title a:hover {
  color: #01579b;
}
.card__desc {
  font-size: 14px;
  color: #777;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card.blog-card__unpublished {
  opacity: 0.55;
}
.card.blog-card__deleted {
  opacity: 0.55;
  text-decoration: line-through;
}

.edit-link {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.8em;
  font-weight: 400;
  color: #f77;
  text-decoration: underline;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.pagination .pagination > * {
  padding: 6px 12px;
}
.pagination a,
.pagination span {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.pagination .small-title.pages {
  border: none;
}
.pagination a:hover {
  background: #cde9f6;
  text-decoration: none;
}

article.post {
  max-width: 820px;
}
article.post__cover {
  width: 100%;
  border-radius: 8px;
  margin: 0 0 20px;
}
article.post__meta {
  color: #777;
  font-size: 14px;
  margin: 0 0 16px;
}
article.post__intro {
  font-size: 18px;
  color: #141414;
  font-weight: 600;
  margin: 0 0 20px;
}
article.post__body {
  font-size: 16px;
  line-height: 1.7;
}
article.post__body a {
  color: #01579b;
  text-decoration: underline;
}
article.post__body img {
  border-radius: 8px;
  margin: 16px 0;
}
article.post__body h2,
article.post__body h3 {
  margin-top: 1.6em;
}
article.post__body blockquote {
  border-left: 3px solid #4fc3f7;
  margin: 20px 0;
  padding: 4px 20px;
  color: #777;
}
article.post__tags {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
article.post__tags span {
  background: #cde9f6;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 13px;
}
article.post.blog-card__unpublished {
  opacity: 0.6;
}
article.post.blog-card__deleted {
  opacity: 0.6;
}
article.post.blog-card__deleted h1 {
  text-decoration: line-through;
}

.afisha-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.afisha-presets a {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #4fc3f7;
  color: #01579b;
  font-size: 14px;
}
.afisha-presets a:hover {
  background: #cde9f6;
  text-decoration: none;
}
.afisha-presets a.is-active {
  background: #4fc3f7;
  color: #fff;
  border-color: #4fc3f7;
}

#places-map {
  width: 100%;
  height: 480px;
  border-radius: 8px;
  margin: 0 0 28px;
  border: 1px solid #ddd;
}

.leaflet-popup-content {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
}
.leaflet-popup-content a {
  font-weight: 600;
}

.author-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.author-card {
  display: flex;
  gap: 20px;
  padding: 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.15s ease;
}
.author-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.author-card__photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #cde9f6;
}
.author-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #141414;
}
.author-card__count {
  font-size: 13px;
  color: #777;
  margin-top: 2px;
}
.author-card__bio {
  margin: 8px 0 0;
  line-height: 1.5;
  color: #141414;
}

.author-header {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 20px 0 30px;
}
.author-header__photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #cde9f6;
}
.author-header__bio {
  margin: 8px 0 0;
  line-height: 1.5;
  color: #777;
}

.post-crumbs {
  margin: 20px 0 21px 0;
}

.bread-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #777;
}
.bread-crumb__item:not(:last-child)::after {
  content: "/";
  margin-left: 4px;
  color: #777;
}
.bread-crumb__item a {
  color: #777;
}
.bread-crumb__item a:hover {
  color: #01579b;
}
.bread-crumb__item.active {
  color: #f26f6f;
}

.post-wrap {
  display: flex;
  align-items: flex-start;
}

.post-content {
  flex: 1;
  min-width: 0;
}

.post-aside {
  flex: 0 0 322px;
  width: 322px;
  margin-left: 36px;
  position: sticky;
  top: 16px;
}
@media (max-width: 1140px) {
  .post-aside {
    flex-basis: 240px;
    width: 240px;
    margin-left: 25px;
  }
}
@media (max-width: 970px) {
  .post-aside {
    display: none;
  }
}

.blog__title {
  font-size: 26px;
  font-weight: 700;
  color: #4fc3f7;
  margin: 0 0 10px;
}

.blog-card__container {
  margin-top: 20px;
}

.new-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.blog-card__item2 {
  box-sizing: border-box;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .blog-card__item2 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .blog-card__item2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.pagination {
  padding: 20px 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.pagination .page-item,
.pagination .current,
.pagination .page-prev,
.pagination .page-next,
.pagination .disabled {
  display: inline-block;
  margin: 0 2px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #141414;
}
.pagination .current {
  background: #4fc3f7;
  color: #fff;
  border-color: #4fc3f7;
}
.pagination .page-item:hover {
  background: #cde9f6;
}
.pagination .disabled {
  color: #aaa;
  border-color: transparent;
}
.pagination .pages {
  margin-left: auto;
  padding: 5px 10px;
  font-size: 12px;
  color: #141414;
}

h1.blog__title.red {
  color: #f26f6f;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px;
}

.blog-publ__manager {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

.blog-publ__manager-item {
  color: #01579b;
  text-decoration: underline;
}

.blog-publ__manager-form {
  display: inline;
}

.blog-publ__manager-item--btn {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.blog-publ_dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
  color: #141414;
}

.signature a {
  color: #4fc3f7;
}
.signature a:hover {
  color: #01579b;
}

.pubdate {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.blog-updated {
  color: #777;
  font-size: 14px;
}

.hit-counter {
  flex-shrink: 0;
}

.blog-img {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  margin: 15px 0 28px;
  border-radius: 8px;
}

#post-content {
  font-size: 16px;
  line-height: 1.6;
}
#post-content p {
  margin-top: 1rem;
}
#post-content a {
  color: #4fc3f7;
  text-underline-offset: 3px;
}
#post-content a:hover {
  text-decoration: underline;
}
#post-content h1 a,
#post-content h3 a {
  color: #f26f6f;
}
#post-content figure {
  width: 100%;
  margin: 0;
}
#post-content figure img,
#post-content figure iframe {
  width: 100%;
  margin: 20px 0 10px;
}
#post-content figcaption {
  display: block;
  opacity: 0.6;
  font-size: 12px;
  font-style: italic;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin-top: 20px;
}
.blog-tags__item {
  display: block;
  padding: 10px 15px;
  background: #4fc3f7;
  color: #fff;
  border-radius: 30px 0 15px;
  font-size: 14px;
}
.blog-tags__item:hover {
  background: #01579b;
}

.rating-post {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}
.rating-post__col h3 {
  color: #4fc3f7;
  font-size: 18px;
  font-weight: 500;
  margin: 24px 0 15px;
}

.xlike__items {
  display: flex;
  gap: 8px;
}

.xlike__link {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 12px;
  cursor: pointer;
  color: #141414;
  font-size: 14px;
}
.xlike__link:hover {
  background: #cde9f6;
}

.share-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 20px 0;
}
.share-row__icon {
  display: block;
  width: 26px;
  height: 26px;
}
.share-row__icon svg {
  width: 100%;
  height: 100%;
  fill: #141414;
  transition: fill 0.2s;
}
.share-row__icon.icon-vkontakte:hover svg {
  fill: #5181b8;
}
.share-row__icon.icon-odnoklassniki:hover svg {
  fill: #ee8208;
}
.share-row__icon.icon-x-twitter:hover svg {
  fill: #000;
}
.share-row__icon.icon-whatsapp:hover svg {
  fill: #25d366;
}
.share-row__icon.icon-telegram:hover svg {
  fill: #229ed9;
}

.rating-post__icon {
  width: 20px;
  height: 20px;
  fill: #444;
}

.posts-similar {
  width: 100%;
}
.posts-similar .swiper-slide {
  width: 250px;
  background: aliceblue;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.posts-similar .swiper-slide img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  margin: 0 0 8px;
}
.posts-similar .swiper-slide div,
.posts-similar .swiper-slide a {
  color: #141414;
  font-size: 14px;
}

.social-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 40px 0 30px;
}
.social-btn__item {
  display: flex;
  align-items: center;
  padding: 7px 28px;
  background: #4fc3f7;
  border-radius: 38px;
  color: #fff;
}
.social-btn__item:hover {
  background: #01579b;
}
.social-btn__text {
  padding-left: 15px;
  color: #fff;
}

.blog-card__item2 {
  box-sizing: border-box;
  position: relative;
  display: flex;
}
.blog-card__item2.blog-card__unpublished {
  opacity: 0.55;
}
.blog-card__item2.blog-card__deleted {
  opacity: 0.55;
  text-decoration: line-through;
}

.blog-card__item2-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: inherit;
}

.blog-card__item2-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(34, 60, 80, 0.2) 4px 4px 8px 0px;
}

.blog-card__img {
  height: 220px;
  flex-shrink: 0;
  background-color: #cde9f6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-card__item2-wrapper-bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 9px 0;
}

.blog-card_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.blog-card_row {
  display: flex;
  justify-content: space-between;
  min-height: 32px;
  background: url("/img/cards/angle-md.png") no-repeat right top;
}

.blog-card_author {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 10px 0 10px 18px;
  font-size: 13px;
  color: #141414;
}
.blog-card_author span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-card_date {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 8px 20px 8px 40px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  max-width: 133px;
  overflow: hidden;
}

.blog-card_title {
  flex-shrink: 0;
  padding: 14px 18px 13px;
  font-size: 16px;
  font-weight: 700;
  color: #141414;
}
.blog-card_title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card_desc {
  flex: 1;
  padding: 0 18px 14px;
  font-size: 14.4px;
  line-height: 1.15;
  color: #777;
}

.blog-card__item2 > .edit-link {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}

.news-last {
  margin-bottom: 20px;
}

.blu-button {
  padding: 10px;
  background: #4fc3f7;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.news-last-block {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  color: #141414;
  line-height: 2;
}
.news-last-block:hover .news-last-top p {
  color: #01579b;
}

.news-last-top p {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-last-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}
.news-last-bottom p {
  margin: 0;
  font-size: 12px;
  color: #777;
}
.news-last-bottom img {
  width: 22px;
  height: 22px;
  opacity: 0.6;
}

.to_all {
  display: block;
  margin: 13px 0 20px;
  padding: 0 0 8px;
  color: #01579b;
  font-weight: 600;
  border-bottom: none;
}
.to_all:hover {
  text-decoration: underline;
}

#calendar2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  text-align: center;
  line-height: 2em;
}
#calendar2 thead td {
  padding: 1px;
}
#calendar2 thead td:first-child, #calendar2 thead td:last-child {
  cursor: pointer;
  color: #01579b;
}
#calendar2 thead td:first-child:hover, #calendar2 thead td:last-child:hover {
  color: #4fc3f7;
}
#calendar2 thead tr:nth-child(2) td {
  font-size: 13px;
  color: #555;
}
#calendar2 tbody td {
  padding: 1px;
  color: rgb(44, 86, 122);
}
#calendar2 tbody td.active {
  cursor: pointer;
}
#calendar2 tbody td.active a {
  color: inherit;
}
#calendar2 tbody td.today {
  color: #4fc3f7;
  border: 1px solid #4fc3f7;
}
#calendar2 tbody td.selected {
  color: #01579b;
  font-weight: 700;
}

.slider-new-wrapper {
  position: relative;
  margin: 20px 0 15px;
  padding: 0 18px;
}

.swiper-container.afisha_filter-slider .swiper-slide {
  width: auto;
}

.slider-new-wrapper .categories-next,
.slider-new-wrapper .categories-prev {
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.slider-new-wrapper .categories-next::after,
.slider-new-wrapper .categories-prev::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #007aff;
  border-right: 2px solid #007aff;
  font-size: 0;
}

.slider-new-wrapper .categories-next::after {
  transform: rotate(45deg);
}

.slider-new-wrapper .categories-prev::after {
  transform: rotate(-135deg);
}

#categories a,
#fast-filter a {
  display: block;
  padding: 10px;
  font-size: 18px;
  color: #4fc3f7;
  white-space: nowrap;
}
#categories a:hover, #categories a.active,
#fast-filter a:hover,
#fast-filter a.active {
  background: #4fc3f7;
  color: #fff;
  border-radius: 30px 0 15px;
  font-weight: 400;
}

.pinned-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #cde9f6;
}
.pinned-banner__img {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pinned-banner__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0) 70%);
}
.pinned-banner__title {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 480px) {
  .pinned-banner {
    height: 220px;
  }
  .pinned-banner__title {
    font-size: 18px;
  }
}