@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

.wrap {
  margin: 0 auto;
  max-width: 1260px;
  padding-bottom: 21.3333333333px;
  padding-top: 16px;
}

.section {
  grid-column: span 12;
  display: block;
  position: relative;
}

.container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.col-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 768px) {
  .col-2 {
    grid-column: span 12;
  }
}

.col-3 {
  grid-column: span 3;
}
@media only screen and (max-width: 768px) {
  .col-3 {
    grid-column: span 12;
  }
}

.col-4 {
  grid-column: span 4;
}
@media only screen and (max-width: 768px) {
  .col-4 {
    grid-column: span 12;
  }
}

.col-5 {
  grid-column: span 5;
}
@media only screen and (max-width: 768px) {
  .col-5 {
    grid-column: span 12;
  }
}

.col-6 {
  grid-column: span 6;
}
@media only screen and (max-width: 768px) {
  .col-6 {
    grid-column: span 12;
  }
}

.col-7 {
  grid-column: span 7;
}
@media only screen and (max-width: 768px) {
  .col-7 {
    grid-column: span 12;
  }
}

.col-8 {
  grid-column: span 8;
}
@media only screen and (max-width: 768px) {
  .col-8 {
    grid-column: span 12;
  }
}

.col-9 {
  grid-column: span 9;
}
@media only screen and (max-width: 768px) {
  .col-9 {
    grid-column: span 12;
  }
}

.col-10 {
  grid-column: span 10;
}
@media only screen and (max-width: 768px) {
  .col-10 {
    grid-column: span 12;
  }
}

.col-12 {
  grid-column: span 12;
}
@media only screen and (max-width: 768px) {
  .col-12 {
    grid-column: span 12;
  }
}

.title-block {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.d-lg {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .d-lg {
    display: none;
  }
}

.d-sm {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .d-sm {
    display: block;
  }
}

.topterms {
  grid-column: span 12;
}
@media only screen and (max-width: 450px) {
  .topterms {
    display: none;
  }
}
.topterms__nav ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
}
.topterms__nav ul li:not(:last-child) {
  margin-right: 1rem;
}
.topterms__nav ul li a {
  text-decoration: none;
  color: #000;
}
.topterms__nav ul li a:hover {
  color: gray;
}

header {
  align-items: center;
}
header .logo {
  grid-column: 1/3;
}
@media only screen and (max-width: 768px) {
  header .logo {
    grid-column: 1/4;
  }
}
header nav {
  grid-column: 3/12;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav#side-menu {
  display: block;
}
header nav ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  line-height: 3;
}
header nav ul li:not(:last-child) {
  margin-right: 0.875rem;
  margin-bottom: 0;
}
header nav ul li a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
  font-size: 0.875rem;
}
header nav ul li a:hover {
  color: gray;
}
header nav ul li.current-menu-item a {
  color: #007bff;
}
header .sidenav__btn {
  grid-column: 12/13;
  justify-self: end;
}
header .sidenav__btn:hover {
  color: #f1f1f1;
  cursor: pointer;
}
header .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
header .sidenav ul {
  list-style: none;
  display: block;
}
header .sidenav a, header .sidenav .closebtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
header .sidenav a:hover, header .sidenav .closebtn:hover {
  color: #f1f1f1;
  cursor: pointer;
}
header .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.article-meta {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  padding: 0.5rem 0;
}
.article-meta ul {
  color: #595d69;
  text-align: center;
}
.article-meta ul li {
  margin-right: 0.5rem;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  display: block;
  line-height: 1.8;
}
.article-meta ul li.tags a {
  color: #d0d4d9;
  font-weight: 600;
  display: block;
}
.article-meta ul li time.updated {
  display: block;
}

.article-content {
  grid-column: 1/9;
  line-height: 1.75;
  text-align: left;
}
.article-content h1 {
  font-size: 40px;
}
.article-content h2 {
  font-size: 32px;
}
.article-content h3 {
  font-size: 26px;
}
.article-content h4 {
  font-size: 22px;
}
.article-content ul li, .article-content ol li {
  font-size: 19px;
}
.article-content p {
  font-size: 19px;
  margin-bottom: 1rem;
}
.article-content p iframe {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .article-content {
    grid-column: 2/12;
  }
}
@media only screen and (max-width: 768px) {
  .article-content {
    grid-column: 2/12;
  }
}
@media only screen and (max-width: 450px) {
  .article-content {
    grid-column: span 12;
  }
}

.main__feed.related {
  padding: 0 6rem 0 0;
}
@media only screen and (max-width: 450px) {
  .main__feed.related {
    padding: 0;
  }
}
.main__feed.related header {
  align-items: baseline;
}
.main__feed.related header h2 {
  text-align: left;
}

.sidebar__right {
  grid-column: 9/13;
}
@media only screen and (max-width: 1024px) {
  .sidebar__right {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar__right {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 450px) {
  .sidebar__right {
    grid-column: span 12;
  }
}
.sidebar__left {
  grid-column: 1/4;
}
@media only screen and (max-width: 1024px) {
  .sidebar__left {
    grid-column: span 12;
    order: 3;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar__left {
    grid-column: span 12;
    order: 3;
  }
}
@media only screen and (max-width: 450px) {
  .sidebar__left {
    grid-column: span 12;
    order: 3;
  }
}
.sidebar__left h2 {
  font-size: 1rem;
}
.sidebar__feed {
  grid-column: 1/6;
  position: relative;
}
@media only screen and (max-width: 450px) {
  .sidebar__feed {
    grid-column: span 12;
  }
}
.sidebar__feed .feed {
  display: grid;
  grid-template-columns: 64px 1fr;
  margin-bottom: 1rem;
  gap: 1rem;
}
@media only screen and (max-width: 450px) {
  .sidebar__feed .feed {
    grid-template-columns: 64px 1fr;
  }
}
.sidebar__feed .feed figure {
  margin: 0;
  padding: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
}
.sidebar__feed .feed figure img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.sidebar__feed .feed header {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline !important;
  text-align: left;
}
.sidebar__feed .feed header .posted-on {
  font-size: 0.775rem;
}
.sidebar__feed .feed header .posted-on time::before {
  content: "•";
  color: inherit;
  padding-left: 0.65rem;
  padding-right: 0.75rem;
  opacity: 0.8;
}
.sidebar__feed .feed header h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar__feed .feed header h2 a {
  text-decoration: none;
  color: #000;
}
.sidebar__feed .feed section {
  grid-column: 1/3;
  grid-row: 2/3;
}
.sidebar__feed .feed footer {
  grid-column: 1/3;
  grid-row: 3/4;
}
.sidebar__feed .feed200 {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 450px) {
  .sidebar__feed .feed200 {
    grid-template-columns: 200px 1fr;
  }
}
.sidebar__feed .feed200 figure {
  margin: 0;
  padding: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
}
.sidebar__feed .feed200 figure img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.sidebar__feed .feed200 header {
  grid-column: 2/3;
  grid-row: 1/2;
}
.sidebar__feed .feed200 header h2 {
  margin: 0;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
}
.sidebar__feed .feed200 header h2 a {
  text-decoration: none;
  color: #000;
}
.sidebar__feed .feed200 section {
  grid-column: 1/3;
  grid-row: 2/3;
}
.sidebar__feed .feed200 footer {
  grid-column: 1/3;
  grid-row: 3/4;
}

footer.footer .tag-cloud {
  text-transform: capitalize;
}
footer.footer .tag-cloud .tag-item {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  background-color: #f1f1f1;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px; /* Фиксированный размер текста */
}
footer.footer .tag-cloud .tag-cloud .tag-item:hover {
  background-color: #0073aa;
  color: #fff !important;
}
footer.footer .footer_feed .feed {
  display: grid;
  grid-template-columns: 64px 1fr;
  margin-bottom: 1rem;
  gap: 1rem;
}
@media only screen and (max-width: 450px) {
  footer.footer .footer_feed .feed {
    grid-template-columns: 64px 1fr;
  }
}
footer.footer .footer_feed .feed figure {
  margin: 0;
  padding: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
}
footer.footer .footer_feed .feed figure img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
footer.footer .footer_feed .feed header {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline !important;
  text-align: left;
}
footer.footer .footer_feed .feed header .posted-on {
  font-size: 0.775rem;
}
footer.footer .footer_feed .feed header .posted-on time::before {
  content: "•";
  color: inherit;
  padding-left: 0.65rem;
  padding-right: 0.75rem;
  opacity: 0.8;
}
footer.footer .footer_feed .feed header h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer.footer .footer_feed .feed header h2 a {
  text-decoration: none;
  color: #000;
}
footer.footer .footer_feed .feed section {
  grid-column: 1/3;
  grid-row: 2/3;
}
footer.footer .footer_feed .feed footer {
  grid-column: 1/3;
  grid-row: 3/4;
}
footer.footer .footer_feed .feed200 {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 450px) {
  footer.footer .footer_feed .feed200 {
    grid-template-columns: 200px 1fr;
  }
}
footer.footer .footer_feed .feed200 figure {
  margin: 0;
  padding: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
}
footer.footer .footer_feed .feed200 figure img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
footer.footer .footer_feed .feed200 header {
  grid-column: 2/3;
  grid-row: 1/2;
}
footer.footer .footer_feed .feed200 header h2 {
  margin: 0;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
}
footer.footer .footer_feed .feed200 header h2 a {
  text-decoration: none;
  color: #000;
}
footer.footer .footer_feed .feed200 section {
  grid-column: 1/3;
  grid-row: 2/3;
}
footer.footer .footer_feed .feed200 footer {
  grid-column: 1/3;
  grid-row: 3/4;
}
footer.footer ul.footer__terms {
  display: flex;
  justify-content: end;
  list-style: none;
}
footer.footer ul.footer__terms li:not(:last-child) {
  margin-right: 0.5rem;
}
footer.footer .dropup {
  position: relative;
  display: flex;
  margin-top: 1rem;
  text-align: center;
  line-height: 0;
  /* Стили для кнопки переключателя */
  /* Выпадающее меню скрыто по умолчанию */
  /* Показать меню при наведении на переключатель */
}
footer.footer .dropup .dropdown-toggle {
  color: #007bff;
  font-weight: 500;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s;
}
footer.footer .dropup .dropdown-toggle:hover {
  color: #0056b3; /* Цвет при наведении */
}
footer.footer .dropup .dropdown-menu {
  display: none; /* По умолчанию меню скрыто */
  position: absolute;
  bottom: 100%; /* Появляется под кнопкой */
  left: 0;
  z-index: 1000;
  min-width: 150px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  /* Стили для элементов меню */
}
footer.footer .dropup .dropdown-menu .dropdown-item {
  display: block;
  padding: 20px 15px;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
footer.footer .dropup .dropdown-menu .dropdown-item:hover {
  background-color: #007bff;
  color: #fff;
}
footer.footer .dropup:hover .dropdown-menu {
  display: block;
}

ins.adsbygoogle {
  margin-bottom: 1rem;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
  margin-top: 0.5rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media only screen and (max-width: 768px) {
  body {
    margin: 0 0.5rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    margin: 0 0.5rem !important;
  }
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  text-align: center;
  font-size: 0.875rem;
}

img {
  max-width: 100%;
  height: auto;
}

.title-block {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}

code {
  font-family: monospace, monospace;
  font-size: 1rem;
  color: #ff0000;
  direction: ltr;
  unicode-bidi: embed;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  list-style-type: revert;
  font-weight: bold;
  word-break: break-word;
  display: block;
}

blockquote {
  border-left: 0.25em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
}

p, a, li {
  word-break: break-word;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #007bff;
}
a:hover {
  color: #2163e8 !important;
}
a.btn {
  color: #2163e8;
  background-color: rgba(33, 99, 232, 0.1);
  position: relative;
  overflow: hidden;
  outline: 0;
  white-space: nowrap;
  margin-bottom: 6px;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  line-height: 0;
  font-size: 0.875rem;
}
a.btn:hover {
  color: #fff !important;
  background-color: #2163e8;
  border-color: #2163e8;
}

ul {
  margin: 1rem 0 0 1rem;
  padding: 0;
  list-style: disc;
  list-style-position: outside;
}
ul.no-list {
  list-style-type: none;
}
ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.ad:before {
  position: absolute;
  top: -26px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #ccc;
  content: "advertisement";
  z-index: 2;
}

.ad, .ad * {
  position: relative;
  z-index: 1;
  text-align: center;
  /* background: #edf1f7; */
}

.h-3000 {
  text-align: center;
  min-height: 3000px;
}

.h-600 {
  text-align: center;
  min-height: 600px;
}

.h-370 {
  text-align: center;
  min-height: 370px;
}

.h-320 {
  text-align: center;
  min-height: 320px;
}

.h-312 {
  text-align: center;
  min-height: 312px;
}

.h-280 {
  text-align: center;
  min-height: 280px;
}

.h-90 {
  text-align: center;
  min-height: 90px;
}

.h-50 {
  text-align: center;
  min-height: 50px;
}

.p-0 {
  padding: 0;
}

.px-1 {
  padding: 0 1rem;
}

.py-1 {
  padding: 1rem 0;
}

.mx-1 {
  margin: 0 1rem;
}

.my-1 {
  margin: 1rem 0;
}

.my-2 {
  margin: 2rem 0;
}

.my-3 {
  margin: 3rem 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.text-center {
  text-align: center;
}

.search-form {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.search-form input {
  background: #f7f8f9;
  border: 1px solid #dfe1e5;
  border-radius: 0.5rem;
  padding: 10px 15px;
  padding-right: 55px;
  font-size: 14px;
}
.search-form button {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  width: 50px;
  padding-top: 5px;
  color: #b7b7b7;
  background-color: transparent;
  cursor: pointer;
  transform: rotateY(180deg);
}

li.donate a {
  font-weight: bold;
  background: linear-gradient(to right, #7953cd 20%, #00affa 30%, #0190cd 70%, #764ada 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.sticky {
  position: sticky;
}

.border-line {
  opacity: 0.1 !important;
  border-bottom-width: 2px;
  border-bottom-color: #2163e8 !important;
  grid-column: span 12;
  display: block;
  border-bottom-style: solid;
}

.fg-1 {
  flex-grow: 1;
}

table {
  border-collapse: collapse;
  width: 100%;
}

thead {
  background-color: #f2f2f2;
}

thead th {
  padding: 8px;
  text-align: center;
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

tbody td {
  padding: 8px;
  text-align: center;
}

/* Основные стили таблицы */
table {
  width: 100%;
  border-collapse: collapse;
}

table th, table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

table th p, table td p {
  margin: 0 !important;
}

/* Стили для мобильных устройств */
@media only screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
  }
  table td {
    border-bottom: 0;
    display: block;
    text-align: right;
  }
  table td:last-child {
    text-align: left;
  }
  table td:before {
    content: attr(data-columnid) ": ";
    font-weight: bold;
  }
}
.sticky-ad {
  position: sticky;
  top: 40px;
}

.xiaomi {
  font-size: 0.875rem;
}

.main__feed {
  grid-column: 1/6;
  position: relative;
  padding-left: 0.5rem;
}
@media only screen and (max-width: 450px) {
  .main__feed {
    grid-column: span 12;
    padding: 0;
  }
}
.main__feed .feed {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 450px) {
  .main__feed .feed {
    grid-template-columns: 1fr;
  }
}
.main__feed .feed figure {
  margin: 0;
  padding: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  align-self: center;
}
.main__feed .feed figure img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.main__feed .feed header {
  grid-column: 1/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.main__feed .feed header h2 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.171875rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  line-height: 1.25em;
}
.main__feed .feed header h2 a {
  text-decoration: none;
  color: #000;
  transition: all;
}
.main__feed .feed header h2 a:hover {
  color: #7200da;
  text-decoration: underline;
}
.main__feed .feed section {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 1rem;
}
.main__feed .feed section p {
  margin: 0;
}
.main__feed .feed footer {
  grid-column: 1/3;
  grid-row: 3/4;
}
.main__feed .feed footer .posted-on {
  font-size: 0.775rem;
}
.main__feed .feed footer .posted-on time::before {
  content: "•";
  color: inherit;
  padding-left: 0.65rem;
  padding-right: 0.75rem;
  opacity: 0.8;
}
.main__feed .feed200 {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 450px) {
  .main__feed .feed200 {
    grid-template-columns: 100px 1fr;
  }
}
.main__feed .feed200 figure {
  margin: 0;
  padding: 0;
  grid-column: 1/2;
  grid-row: 1/4;
  align-self: center;
}
.main__feed .feed200 figure img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.main__feed .feed200 header {
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 0 1rem;
}
.main__feed .feed200 header h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
}
.main__feed .feed200 header h2 a {
  text-decoration: none;
  color: #000;
  transition: all;
}
.main__feed .feed200 header h2 a:hover {
  color: #7200da;
  text-decoration: underline;
}
.main__feed .feed200 section {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 0.75rem;
  padding: 0 1rem;
}
.main__feed .feed200 section p {
  margin: 0;
}
@media only screen and (max-width: 450px) {
  .main__feed .feed200 section {
    display: none;
  }
}
.main__feed .feed200 footer {
  grid-column: 2/3;
  grid-row: 3/4;
  padding: 0 1rem;
  font-size: 0.75rem;
}

.page-title {
  text-transform: capitalize;
}

.archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive__pagination .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 450px) {
  .archive__pagination .pagination {
    display: block;
    padding-left: 0;
    list-style: none;
    line-height: 4;
  }
}
.archive__pagination .pagination-bordered .page-item {
  margin: 2px;
}
.archive__pagination .pagination .page-item {
  margin-right: 5px;
  float: left;
}
.archive__pagination .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.archive__pagination .pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2163e8;
  border-color: #2163e8;
}
.archive__pagination .pagination .page-item .page-link {
  background-color: rgba(33, 99, 232, 0.1);
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  line-height: 0;
  font-size: 0.875rem;
}
.archive__pagination .pagination .page-item .page-link:hover {
  color: #fff !important;
  background-color: #2163e8;
  border-color: #2163e8;
}
.archive__pagination .pagination-bordered .page-link {
  border: transparent;
  border-radius: 0.25rem;
}
.archive__pagination .page-link {
  padding: 0.7rem 1rem;
}

.main__popular {
  grid-column: 6/13;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}
@media only screen and (max-width: 450px) {
  .main__popular {
    grid-template-columns: 1fr 1fr;
  }
}

.main__popular_top {
  grid-column: 6/13;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2.5rem;
  padding-right: 6rem;
}
@media only screen and (max-width: 450px) {
  .main__popular_top {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

.main__popular_arch {
  grid-column: 6/13;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media only screen and (max-width: 450px) {
  .main__popular_arch {
    grid-template-columns: 1fr;
  }
}

.article-post {
  display: grid;
  grid-template-columns: 1fr;
}
.article-post__content-top {
  display: flex;
  align-items: center;
  min-width: 0;
  height: inherit;
  position: relative;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 100%;
}
.article-post__content-top .posted-on {
  align-self: baseline;
  margin-top: 0.5rem;
}
.article-post__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.article-post__title {
  padding: 0.5rem 0 0 0;
  margin: 0;
  font-size: 1.171875rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  line-height: 1.25em;
  color: #1f1f1f;
}
.article-post__image {
  display: flex;
}
.article-post__image img {
  border-radius: 0.75rem;
}

/* Общий стиль для всей формы */
.comments-area {
  margin-top: 20px;
}

.comment-respond {
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.comment-reply-title {
  margin-bottom: 20px;
}

.comment-form {
  margin: 0;
  overflow: hidden;
}

.comment-notes {
  margin-bottom: 10px;
  font-size: 0.875rem !important;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

.comment-form input[type=checkbox] {
  margin-right: 10px;
}

.comment-form input[type=submit] {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.comment-form input[type=submit]:hover {
  background-color: #2163e8;
}

/* Стили для обязательных полей */
.required-field-message {
  color: #ff0000;
}

/* Стили для ссылки "Скасувати коментар" */
#cancel-comment-reply-link {
  color: #888;
  text-decoration: none;
}

#cancel-comment-reply-link:hover {
  text-decoration: underline;
}

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

.comment {
  margin-bottom: 30px;
}

.comment-body {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
}

.comment-author {
  margin-bottom: 10px;
}

.comment-author .avatar {
  border-radius: 50%;
  margin-right: 10px;
}

.comment-metadata {
  font-size: 0.9em;
  color: #666;
}

.comment-content {
  margin-top: 10px;
}

.reply {
  margin-top: 10px;
}

.reply a {
  padding: 5px 10px;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  background-color: #f0f0f0;
  transition: background-color 0.3s;
}

.reply a:hover {
  background-color: #e0e0e0;
}

#respond .comment-form {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#reply-title {
  display: inline-block;
  padding: 12px 25px;
  background-color: #007bff;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#reply-title small {
  font-size: 0.8em;
}

#reply-title:hover {
  background-color: #2163e8;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

#reply-title span {
  margin-left: 15px;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

#reply-title:hover span {
  transform: rotate(180deg);
}

.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel .carousel-track-container {
  display: flex;
  overflow: hidden;
}
.carousel .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel .article-post {
  min-width: 25%;
  box-sizing: border-box;
  padding: 10px;
}
.carousel .article-post__image img {
  width: 100%;
  height: auto;
}
.carousel .carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  z-index: 1;
}
.carousel .carousel-button.prev {
  left: 0;
}
.carousel .carousel-button.next {
  right: 0;
}
@media (max-width: 768px) {
  .carousel .article-post {
    min-width: 100%;
  }
}

.tab {
  overflow: scroll;
  display: flex;
  flex-wrap: nowrap;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.5rem;
  transition: 0.3s;
  margin: 12px 12px 12px 0;
  color: #000;
  border-radius: 4px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}
.tabcontent ul.tabs__feed {
  position: relative;
  list-style: none;
  padding: 0;
}
.tabcontent ul.tabs__feed::before {
  position: absolute;
  left: 56px;
  top: 9px;
  bottom: 9px;
  width: 1px;
  background-color: #dcdce3;
  content: "";
}
.tabcontent ul.tabs__feed li {
  position: relative;
  padding-left: 76px;
  margin-top: 16px;
  line-height: 22px;
}
.tabcontent ul.tabs__feed li:first-child {
  margin-top: 0;
}
.tabcontent ul.tabs__feed li em {
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: 700;
  font-size: 14px;
}
.tabcontent ul.tabs__feed li em::after {
  position: absolute;
  left: 51px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border: 1px solid #dcdce3;
  border-radius: 11px;
  background-color: #fff;
  content: "";
}
.tabcontent ul.tabs__feed li span {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  vertical-align: top;
}
.tabcontent ul.tabs__feed li span a {
  text-decoration: none;
  color: #000;
}/*# sourceMappingURL=style.css.map */