/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2025 | 14:13:05 */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Tilt+Neon&display=swap');

body {
    font-family: Lato, sans-serif;
    margin: 0;
    padding: 0;
}

.t8wcx{
	display: flex;
    width: 59.99px;
    height: 59.99px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font: 800 18px / 1 system-ui;
    border: 1px solid #fff2;
    box-shadow: 0 0 20px #ef444466 inset;
    justify-content: center;
    align-items: center;
}

a {
	text-decoration: none;
}

.footer ul, li {
	list-style: none;
}

.container {
    width: 90%!important;
    max-width: 1200px!important;
    margin: 0 auto!important;
}

.site-main {
    padding: 2rem 0;
}

.archive-header {
    text-align: center;
    margin-bottom: 2rem;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s;
}

.post-card:hover {
    transform: translateY(-4px);
}

.post-card-thumbnail img {
    width: 100%;
    display: block;
	object-fit: cover;
}

.post-card-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-card-title {
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0;
}

.post-card-meta {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.post-card-excerpt {
    flex-grow: 1;
    font-size: 1rem;
    color: #333;
}

.pagination {
    margin-top: 2rem;
    text-align: center;
}

.pagination a {
    margin: 0 0.25rem;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.pagination a:hover {
    background: #f0f0f0;
}

/* Header */
.site-header {
    background: #fff6e6;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.logo a {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.main-nav {
    display: flex;
}

.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu li {
    margin-left: 1.5rem;
}

.menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
}

.burger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
}

/* Mobile */
@media screen and (max-width: 768px) {
    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        display: none;
    }

    .main-nav.active {
        display: flex;
    }

    .menu {
        flex-direction: column;
        padding: 1rem;
    }

    .menu li {
        margin: 0.5rem 0;
    }

    .burger {
        display: flex;
    }
}

/* Footer */
.site-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 3rem 1rem 1rem 1rem;
    font-size: 0.9rem;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
}

.footer-logo a {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.footer-nav {
    flex: 1;
}

.footer-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin: 0 1rem;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-menu li a:hover {
    color: #ffcc00;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #ffcc00;
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1rem;
}

/* Mobile */
@media screen and (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-menu {
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-social {
        margin-top: 1rem;
    }
}

/* Footer logo и название сайта */
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
}

.footer-logo img {
    max-height: 60px;
    margin-bottom: 0.5rem;
}

.footer-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-site-title a {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.footer-site-tagline {
    font-size: 0.875rem;
    color: #ccc;
    margin-top: 0.25rem;
}

/* Mobile */
@media screen and (max-width: 768px) {
    .footer-logo img {
        max-height: 50px;
    }

    .footer-site-title a {
        font-size: 1.1rem;
    }

    .footer-site-tagline {
        font-size: 0.8rem;
    }
}

.single-post .post-cover img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;
}

.post-header {
    text-align: center;
    margin-bottom: 20px;
}

.post-category {
    font-size: 14px;
    color: #0073e6;
    margin-bottom: 10px;
}
.post-category a {
    text-decoration: none;
    font-weight: bold;
    color: #0073e6;
}

.post-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.post-content {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

.author-box {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    margin: 40px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.author-avatar img {
    border-radius: 50%;
    margin-right: 20px;
}

.author-info {
    flex: 1;
}

.author-name {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: bold;
}

.author-bio {
    margin: 0 0 12px;
    color: #555;
    font-size: 0.95rem;
}

.author-link {
    display: inline-block;
    padding: 8px 16px;
    background: #0073e6;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.3s;
}
.author-link:hover {
    background: #005bb5;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 0.95rem;
}

.post-navigation a {
    text-decoration: none;
    color: #0073e6;
    font-weight: bold;
    transition: color 0.3s;
}
.post-navigation a:hover {
    color: #005bb5;
}

.hero {
  position: relative;
  background-color: #000; /* fallback */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Тёмный фильтр поверх картинки */
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* регулируем прозрачность */
  z-index: 1;
}

.content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  position: relative;
  z-index: 2; /* текст поверх фильтра */
}

.hero h1 {
  font-size: 4.5rem;
  margin: 0 0 10px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}


@media (max-width: 768px) {
	.hero h1 {
		font-size: 2.5rem;
	}
}

.hero .desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  justify-content: start;
  gap: 15px;
  flex-wrap: wrap;
}

.hero a.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero a.btn-primary {
  background: #ffb400;
  color: #000;
}

.hero a.btn-primary:hover {
  background: #e09e00;
}

.hero a.btn-secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.hero a.btn-secondary:hover {
  background: #fff;
  color: #000;
}

.footer-credit {
	display: flex;
	gap: 10px;
}

.footer-credit-icon {
	box-sizing: border-box;
	padding: 15px;
	background: white;
	border-radius: 10px;
}

.bonus .content {
	display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center!important;
	gap: 50px;
	text-align: center!important;
}

.bonus {
	height: 40vh!important;
}

.acf-content-photo-block {
  padding: 30px;
  border-radius: 40px;
}

.acf-content-photo-block__inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap, 30px);
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.acf-content-photo-block__inner.acf-content-photo-block__reverse {
  flex-direction: row-reverse;
}

.acf-content-photo-block__image,
.acf-content-photo-block__text {
  flex-grow: 0;
  flex-shrink: 0;
}

.acf-content-photo-block__image-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.orange-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.orange-bullet-list__item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 17px; /* 6px (bullet) + 11px gap */
  margin-bottom: 12px;
}

.orange-bullet-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #f97414;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .acf-content-photo-block__inner {
    flex-direction: column;
    gap: 20px;
  }

  .acf-content-photo-block__inner .acf-content-photo-block__image,
  .acf-content-photo-block__inner .acf-content-photo-block__text {
    width: 100% !important;
  }

  .acf-content-photo-block-title-container {
    margin-top: 70px;
  }
}

.card-slider {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  background: #fff;
}

.card-slider__track {
  display: flex;
  transition: transform 0.5s ease;
}

.card-slider__item {
  min-width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box; /* <- вот это */
  gap: 20px;
  padding: 20px;
}

.card-img {
  width: 250px;
  height: 250px;
  background: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  border-radius: 20px;
  flex-shrink: 0;
}

.card-content {
  flex: 1;
}

.card-date {
  display: block;
  color: #777;
  margin-bottom: 10px;
  font-size: 14px;
}

.card-title {
  font-size: 22px;
  margin: 0 0 15px;
  color: #222;
}

.card-text {
  color: #444;
  line-height: 1.5;
  margin-bottom: 20px;
}

.card-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  background: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.card-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
	padding-bottom: 4px;
    padding-left: 8px;
}

.card-slider__btn.prev { left: 10px; }
.card-slider__btn.next { right: 10px; }

/* Адаптив */
@media (max-width: 768px) {
  .card-slider__item {
    flex-direction: column;
    text-align: center;
  }
  .card-img {
    width: 90%;
    height: 200px;
  }
}

.progress-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.progress-bar {
  background-color: #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  height: 20px;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
}

.progress-fill {
  height: 100%;
  border-radius: 12px 0 0 12px;
  transition: width 0.4s ease;
  background: linear-gradient(90deg, #6a11cb, #2575fc);
}

/* Задаём ширину каждой шкалы */
.fill-100 { width: 100%; }
.fill-75  { width: 75%; }
.fill-50  { width: 50%; }
.fill-25  { width: 25%; }


