/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 13:29:29 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:'Montserrat',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:#2b2d2b;
  color:#ffffff;
}

.site-main{
  padding:0px 24px;
}

.site-header{
  background:#1b1b1f;
}

.header-inner{
  width:100%;
  padding:14px 24px;
  display:flex;
  align-items:center;
  gap:16px;
}

.header-left{
  display:flex;
  align-items:center;
}

.header-logo{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
}

.header-logo img{
  display:block;
  height:44px;
  width:auto;
}

.header-logo-text{
  font-weight:800;
  color:#fff;
}

.header-nav{
  flex:1;
  display:flex;
  justify-content:center;
}

.header-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:26px;
}

.header-menu li{
  margin:0;
  padding:0;
}

.header-menu a{
  color:#e9e9ee;
  text-decoration:none;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.3px;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.header-menu a:hover{
  color:#ffffff;
}

.header-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.header-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border:2px solid #1ed760;
  color:#1ed760;
  text-decoration:none;
  font-weight:800;
  text-transform:uppercase;
  border-radius:6px;
  font-size:14px;
  letter-spacing:.3px;
}

.header-btn:hover{
  background:#1ed760;
  color:#08130c;
}

@media (max-width: 980px){
  .header-inner{
    flex-wrap:wrap;
    row-gap:12px;
  }

  .header-nav{
    order:3;
    flex-basis:100%;
    justify-content:flex-start;
  }

  .header-menu{
    flex-wrap:wrap;
    gap:14px;
  }
}








.site-footer{
  background:#050708;
  padding:80px 24px 60px;
}

.footer-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:28px;
  text-align:center;
}

.footer-age{
  width:56px;
  height:56px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:#fff;
  font-size:18px;
}

.footer-text{
  color:rgba(255,255,255,.75);
  font-size:14px;
}

.footer-up{
  margin-top:20px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:0;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:20px;
  cursor:pointer;
}

.footer-up:hover{
  background:rgba(255,255,255,.18);
}


html{
  scroll-behavior:smooth;
}









.blog-wrap{width:100%;padding:32px 24px}
.blog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 18px}
.blog-title{margin-bottom: 40px;color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.4px}

.posts-grid{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.post-card{
  flex:1 1 320px;
  border-radius:16px;
  overflow:hidden;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.10);
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.post-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.18);
  background:rgba(0,0,0,.32);
}

.post-card-link{display:block;color:#fff;text-decoration:none;height:100%}

.post-thumb{aspect-ratio:16/9;background:rgba(255,255,255,.04)}
.post-thumb img{width:100%;height:100%;object-fit:cover;display:block}

.post-body{padding:16px 16px 18px}
.post-meta{color:rgba(255,255,255,.65);font-size:12px;letter-spacing:.2px;margin-bottom:10px}

.post-title{margin:0 0 10px;font-size:18px;line-height:1.25;font-weight:800}
.post-excerpt{color:rgba(255,255,255,.75);font-size:14px;line-height:1.55}

.blog-empty{color:rgba(255,255,255,.75);padding:10px 0}

.pagination{padding:22px 0}
.pagination ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.pagination a,
.pagination span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:40px;
  min-width:40px;
  padding:0 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
  background:rgba(0,0,0,.18);
}

.pagination a:hover{
  background:rgba(0,0,0,.30);
  border-color:rgba(255,255,255,.20);
}

.pagination .current{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.20);
}

@media (max-width: 520px){
  .blog-wrap{padding:26px 16px}
  .post-card{flex-basis:100%}
}










.single-article{width:100%;padding:32px 24px;color:#fff}
.single-head{margin-top:10px}
.single-title{margin:0 0 18px;font-size:34px;line-height:1.08;font-weight:900;letter-spacing:-.3px}

.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:rgba(255,255,255,.70);font-size:13px;text-transform:uppercase;letter-spacing:.35px}
.crumb-link{color:rgba(255,255,255,.85);text-decoration:none;font-weight:800}
.crumb-link:hover{color:#fff}
.crumb-sep{opacity:.7}
.crumb-current{color:rgba(255,255,255,.70);font-weight:700}

.single-cover{margin:18px 0 22px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.25)}
.single-cover img{display:block;width:100%;height:auto;object-fit:cover}

.single-content{font-size:16px;line-height:1.75;color:rgba(255,255,255,.88)}
.single-content > *:first-child{margin-top:0}
.single-content a{color:#1ed760;text-decoration:none;font-weight:700}
.single-content a:hover{text-decoration:underline}

.single-content h2{margin:28px 0 12px;font-size:24px;line-height:1.2;font-weight:900}
.single-content h3{margin:22px 0 10px;font-size:20px;line-height:1.25;font-weight:800}
.single-content p{margin:0 0 14px}
.single-content ul,.single-content ol{margin:0 0 16px;padding-left:22px}
.single-content li{margin:8px 0}
.single-content blockquote{margin:18px 0;padding:14px 16px;border-left:4px solid rgba(255,255,255,.18);background:rgba(0,0,0,.18);border-radius:12px}
.single-content hr{border:0;border-top:1px solid rgba(255,255,255,.12);margin:26px 0}

/* важно: все изображения внутри контента на всю ширину контейнера */
.single-content img{
  display:block;
  width:100%;
  height:auto;
}

/* Gutenberg: изображения в figure тоже растягиваем */
.single-content figure{
  margin:18px 0;
}
.single-content figure img{
  width:100%;
}

/* подписи к изображениям */
.single-content figcaption{
  margin-top:10px;
  font-size:13px;
  color:rgba(255,255,255,.65);
}

.single-foot{margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:flex-start}
.single-author{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;letter-spacing:.35px}
.single-author:hover{color:#1ed760}

.single-comments{margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}

/* комментарии: базовый тёмный вид */
.single-comments .comments-title,
.single-comments .comment-reply-title{color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.35px}

.single-comments .comment-list{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}
.single-comments .comment-body{background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.10);border-radius:14px;padding:14px 14px}
.single-comments .comment-author{color:#fff;font-weight:800}
.single-comments .comment-metadata{display:none}
.single-comments .comment-content{color:rgba(255,255,255,.82);line-height:1.65}
.single-comments .reply a{color:#1ed760;text-decoration:none;font-weight:800}
.single-comments .reply a:hover{text-decoration:underline}

.single-comments input[type="text"],
.single-comments input[type="email"],
.single-comments input[type="url"],
.single-comments textarea{
  width:100%;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.22);
  color:#fff;
  padding:12px 12px;
  outline:none;
}

.single-comments textarea{min-height:140px;resize:vertical}

.single-comments input[type="submit"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border:2px solid #1ed760;
  background:transparent;
  color:#1ed760;
  text-decoration:none;
  font-weight:900;
  text-transform:uppercase;
  border-radius:10px;
  font-size:14px;
  letter-spacing:.3px;
  cursor:pointer;
}
.single-comments input[type="submit"]:hover{
  background:#1ed760;
  color:#08130c;
}

@media (max-width: 720px){
  .single-article{padding:26px 16px}
  .single-title{font-size:28px}
}






.author-wrap{width:100%;padding:32px 24px;color:#fff}

.author-head{
  display:flex;
  align-items:center;
  gap:18px;
  padding:18px;
  border-radius:18px;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:18px;
}

.author-avatar img{
  width:120px;
  height:120px;
  border-radius:50%;
  display:block;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.25);
}

.author-meta{min-width:0}
.author-name{
  margin:0 0 8px;
  font-size:28px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:-.2px;
  text-transform:uppercase;
}

.author-bio{
  color:rgba(255,255,255,.78);
  line-height:1.65;
  font-size:14px;
}
.author-bio p{margin:0 0 10px}
.author-bio--empty{opacity:.7}

@media (max-width: 720px){
  .author-wrap{padding:26px 16px}
  .author-head{flex-direction:column;align-items:flex-start}
  .author-avatar img{width:96px;height:96px}
  .author-name{font-size:24px}
}














