/*
Theme Name: Плынов
Theme URI: 
Author: Илья
Author URI: 
Version: 1.0
Description: Супер тема для Плынова.
*/

    /* ===== RESET & BASE ===== */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Montserrat', system-ui, sans-serif; background: #0a1e35; color: #1a202c; overflow-x: hidden; line-height: 1.6; }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }

    /* ===== VARIABLES ===== */
    :root {
      --gold: #C8A96E; --gold-light: #e8c97e;
      --navy: #0d2540; --navy-mid: #1a3a5c; --navy-bright: #2563a8;
      --off-white: #f7f9fc; --text-dark: #1a202c; --text-mid: #334155;
    }

    /* ===== HEADER ===== */
    .site-header {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      background: rgba(13,37,64,0.97);
      backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(200,169,110,0.2);
      transition: box-shadow 0.3s;
    }
    .site-header.scrolled { box-shadow: 0 4px 40px rgba(0,0,0,0.5); }
    .nav-inner {
      max-width: 1200px; margin: 0 auto; padding: 0 28px;
      height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
    }
    .nav-logo { display: flex; flex-direction: column; line-height: 1.25; }
    .nav-logo-name { color: #fff; font-size: 15px; font-weight: 700; }
    .nav-logo-sub { color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
    .nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
    .nav-links a {
      color: rgba(255,255,255,0.72); font-size: 13px; font-weight: 500;
      padding: 7px 14px; border-radius: 8px; transition: all 0.2s;
    }
    .nav-links a:hover { color: #fff; background: rgba(255,255,255,0.09); }
    .nav-cta {
      background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
      color: var(--navy) !important; font-weight: 700 !important;
      border-radius: 980px !important; padding: 8px 20px !important;
    }
    .nav-cta:hover { opacity: 1; transform: translateY(-1px); box-shadow: 0 4px 18px rgba(200,169,110,0.4) !important; background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important; }
    .nav-burger {
      display: none; flex-direction: column; gap: 5px;
      cursor: pointer; padding: 8px; border: none; background: none;
    }
    .nav-burger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }
    .mobile-menu {
      display: none; flex-direction: column;
      background: rgba(10,27,50,0.99); border-top: 1px solid rgba(200,169,110,0.15);
      padding: 12px 20px 16px; gap: 2px;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a {
      color: rgba(255,255,255,0.82); font-size: 15px; font-weight: 500;
      padding: 12px 16px; border-radius: 10px; transition: all 0.18s; display: block;
    }
    .mobile-menu a:hover { background: rgba(255,255,255,0.07); color: #fff; }
    .mobile-menu .m-cta {
      margin-top: 8px; text-align: center; font-weight: 700 !important;
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      color: var(--navy) !important; border-radius: 10px;
    }

    /* ===== LAYOUT HELPERS ===== */
    .container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
    .sec { padding: 108px 0 50px 0; }
    .sec-sm { padding: 80px 0; }
    .sec-label { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
    .sec-title { font-size: 32px; font-weight: 700; line-height: 1.25; margin-bottom: 14px; }
    .sec-divider { width: 48px; height: 3px; border-radius: 2px; margin-bottom: 16px; }
    .gold-bar { background: var(--gold); }
    .navy-bar { background: var(--navy-mid); }

    /* ===== FADE ANIMATIONS ===== */
    .fade { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1); }
    .fade.visible { opacity: 1; transform: translateY(0); }
    .fd1 { transition-delay: 0.08s; } .fd2 { transition-delay: 0.18s; } .fd3 { transition-delay: 0.28s; } .fd4 { transition-delay: 0.38s; }

    /* ===== HERO ===== */
    .hero {
      min-height: 100vh;
      background: linear-gradient(135deg, #0d2540 0%, #1a3a5c 55%, #2a5298 100%);
      display: flex; align-items: center; padding: 120px 28px 90px;
      position: relative; overflow: hidden;
    }
    .hero::after {
      content: ''; position: absolute; top: -30%; right: -15%;
      width: 650px; height: 650px;
      background: radial-gradient(circle, rgba(200,169,110,0.07) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: flex; align-items: center; gap: 64px; }
    .hero-photo-col { flex: 0 0 270px; display: flex; flex-direction: column; align-items: center; }
    .hero-avatar {
      width: 230px; height: 230px; border-radius: 50%; overflow: hidden;
      border: 4px solid var(--gold);
      box-shadow: 0 16px 60px rgba(0,0,0,0.5), 0 0 0 8px rgba(200,169,110,0.1);
      margin-bottom: 22px;
    }
    .hero-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .hero-name { color: #fff; font-size: 18px; font-weight: 700; text-align: center; line-height: 1.3; }
    .hero-hr { width: 44px; height: 3px; background: var(--gold); border-radius: 2px; margin: 12px auto; }
    .hero-roles { color: rgba(255,255,255,0.62); font-size: 12px; text-align: center; line-height: 1.75; }
    .hero-content { flex: 1; }
    .hero-tag {
      display: inline-block; background: rgba(255,255,255,0.13); color: #fff;
      font-size: 11px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase;
      padding: 5px 14px; border-radius: 20px; margin-bottom: 18px;
    }
    .hero-title { color: #fff; font-size: 40px; font-weight: 700; line-height: 1.2; margin-bottom: 18px; }
    .hero-title span { color: var(--gold); }
    .hero-desc { color: rgba(255,255,255,0.74); font-size: 15px; line-height: 1.75; max-width: 540px; margin-bottom: 28px; }
    .hero-stats { display: flex; gap: 14px; margin-bottom: 28px; }
    .hero-stat {
      flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
      background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px; padding: 16px 12px;
    }
    .hero-stat-n { color: var(--gold); font-size: 28px; font-weight: 700; line-height: 1; }
    .hero-stat-l { color: rgba(255,255,255,0.65); font-size: 11.5px; text-align: center; margin-top: 5px; }
    .hero-callout {
      background: rgba(255,255,255,0.08); border-left: 3px solid var(--gold);
      border-radius: 0 10px 10px 0; padding: 14px 18px; margin-bottom: 28px;
    }
    .hero-callout-lbl { color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
    .hero-callout-txt { color: rgba(255,255,255,0.8); font-size: 13px; line-height: 1.65; }
    .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
    .btn-gold {
      display: inline-flex; align-items: center; gap: 10px;
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      color: var(--navy); font-size: 14px; font-weight: 700;
      padding: 14px 26px; border-radius: 980px; border: none; cursor: pointer;
      font-family: inherit; transition: all 0.25s;
    }
    .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(200,169,110,0.45); }
    .btn-ghost {
      display: inline-flex; align-items: center; gap: 10px;
      background: rgba(255,255,255,0.1); color: #fff; font-size: 14px; font-weight: 600;
      padding: 14px 26px; border-radius: 980px; border: 1px solid rgba(255,255,255,0.2);
      cursor: pointer; font-family: inherit; transition: all 0.25s;
    }
    .btn-ghost:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }

    /* ===== OFFERS SECTION ===== */
    .offers-sec { background: var(--off-white); }
    .offers-hd { text-align: center; margin-bottom: 56px; }
    .offers-hd .sec-title { color: var(--navy); }
    .offers-hd .sec-desc { color: var(--text-mid); font-size: 15px; /*max-width: 580px;*/ margin: 0 auto; }

    .offer-card {
      border-radius: 20px; overflow: hidden;
      box-shadow: 0 4px 40px rgba(0,0,0,0.07);
      margin-bottom: 28px; transition: transform 0.3s, box-shadow 0.3s;
    }
    .offer-card:hover { transform: translateY(-4px); box-shadow: 0 14px 60px rgba(0,0,0,0.12); }
    .offer-card-light { background: #fff; }
    .offer-card-dark { background: linear-gradient(135deg, #0d2540, #1a3a5c); }

    .offer-head {
      padding: 30px 36px 26px; display: flex;
      align-items: flex-start; justify-content: space-between; gap: 20px;
    }
    .offer-head-dark { background: linear-gradient(135deg, #0a1e35, #1a3a5c); }
    .offer-num { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
    .offer-title-light { color: var(--navy); font-size: 23px; font-weight: 700; line-height: 1.25; }
    .offer-title-dark { color: #fff; font-size: 23px; font-weight: 700; line-height: 1.25; }
    .offer-hdiv { width: 40px; height: 3px; border-radius: 2px; margin-top: 14px; }
    .offer-hdiv-gold { background: var(--gold); }
    .offer-hdiv-navy { background: var(--navy-mid); }

    .price-badge {
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      border-radius: 14px; padding: 14px 20px;
      display: flex; flex-direction: column; align-items: center;
      flex-shrink: 0; min-width: 185px; text-align: center;
    }
    .price-badge-lbl { color: var(--navy); font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px; }
    .price-badge-num { color: var(--navy); font-size: 21px; font-weight: 700; line-height: 1.1; }
    .price-badge-unit { color: var(--navy); font-size: 13px; font-weight: 500; }
    .price-badge-note { color: rgba(26,58,92,0.68); font-size: 11px; margin-top: 3px; }

    .offer-body { padding: 28px 36px 34px; }
    .offer-grid3 { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 20px; }
    .offer-grid2 { display: grid; grid-template-columns: 1.25fr 1fr; gap: 20px; }

    .col-lbl {
      font-size: 11px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.08em; margin-bottom: 12px;
      display: flex; align-items: center; gap: 8px;
    }
    .col-lbl-dark { color: var(--navy-mid); }
    .col-lbl-dark i { color: var(--navy-bright); }
    .col-lbl-light { color: rgba(255,255,255,0.6); }
    .col-lbl-light i { color: var(--gold); }

    .col-text { color: var(--text-mid); font-size: 13.5px; line-height: 1.65; }
    .col-text-light { color: rgba(255,255,255,0.82); font-size: 13.5px; line-height: 1.65; }

    .blist { display: flex; flex-direction: column; gap: 9px; }
    .bitem { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; line-height: 1.5; color: var(--text-mid); }
    .bdot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); margin-top: 6px; flex-shrink: 0; }

    .result-box-blue {
      background: linear-gradient(135deg, #1a3a5c, #2563a8);
      border-radius: 14px; padding: 20px;
    }
    .result-box-dim {
      background: rgba(255,255,255,0.07);
      border-radius: 14px; padding: 20px;
    }
    .format-tag { background: rgba(200,169,110,0.2); border-radius: 8px; padding: 8px 12px; margin-top: 12px; }
    .format-tag-lbl { color: var(--gold); font-size: 11px; font-weight: 600; }
    .format-tag-txt { color: rgba(255,255,255,0.75); font-size: 12px; margin-top: 2px; }

    .offer-quote {
      background: linear-gradient(90deg, #1a3a5c, #2563a8);
      border-radius: 12px; padding: 18px 24px;
      display: flex; align-items: center; gap: 16px; margin-top: 24px;
    }
    .offer-quote i { color: var(--gold); font-size: 22px; flex-shrink: 0; }
    .offer-quote p { color: rgba(255,255,255,0.85); font-size: 13.5px; line-height: 1.65; font-style: italic; }

    .offer-quote-side {
      background: rgba(200,169,110,0.1); border-left: 3px solid var(--gold);
      border-radius: 0 10px 10px 0; padding: 13px 15px; margin-top: 14px;
    }
    .offer-quote-side i { color: var(--gold); font-size: 13px; margin-bottom: 5px; display: block; }
    .offer-quote-side p { font-size: 12.5px; line-height: 1.6; font-style: italic; }

    .step-list { display: flex; flex-direction: column; gap: 8px; }
    .step-item {
      display: flex; align-items: center; gap: 12px;
      background: rgba(255,255,255,0.07); border-radius: 10px; padding: 12px 16px;
    }
    .step-n {
      width: 28px; height: 28px; border-radius: 50%;
      background: var(--gold); color: var(--navy);
      font-weight: 700; font-size: 13px;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .step-t { color: rgba(255,255,255,0.85); font-size: 13.5px; }

    .fmt-icons { display: flex; gap: 10px; margin-top: 12px; }
    .fmt-icon { flex: 1; background: rgba(200,169,110,0.15); border-radius: 8px; padding: 10px 12px; text-align: center; }
    .fmt-icon i { color: var(--gold); font-size: 16px; }
    .fmt-icon div { color: rgba(255,255,255,0.7); font-size: 11px; margin-top: 4px; }

    .check-list { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
    .check-row {
      display: flex; align-items: center; gap: 10px;
      background: rgba(255,255,255,0.08); border-radius: 8px; padding: 8px 12px;
    }
    .check-row i { color: var(--gold); font-size: 13px; flex-shrink: 0; }
    .check-row span { color: rgba(255,255,255,0.8); font-size: 12px; }

    /* ===== PRICING SECTION ===== */
    .pricing-sec { background: linear-gradient(135deg, #0d2540, #1a3a5c); }
    .pricing-hd { text-align: center; margin-bottom: 48px; }
    .pricing-hd .sec-title { color: #fff; }
    .pricing-hd .sec-desc { color: rgba(255,255,255,0.65); font-size: 15px; max-width: 560px; margin: 0 auto; }
    .pricing-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
    .p-card {
      background: rgba(255,255,255,0.06); border: 1px solid rgba(200,169,110,0.22);
      border-radius: 20px; padding: 28px; display: flex; flex-direction: column;
      position: relative; transition: transform 0.3s, box-shadow 0.3s;
    }
    .p-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(0,0,0,0.35); }
    .p-card.featured { background: rgba(255,255,255,0.11); border: 2px solid var(--gold); }
    .p-badge {
      position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
      background: var(--gold); color: var(--navy);
      font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
      padding: 4px 16px; border-radius: 20px; white-space: nowrap;
    }
    .p-icon {
      width: 52px; height: 52px; border-radius: 50%;
      background: rgba(200,169,110,0.15);
      display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
    }
    .p-icon i { color: var(--gold); font-size: 20px; }
    .p-num { color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 6px; }
    .p-title { color: #fff; font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 10px; }
    .p-desc { color: rgba(255,255,255,0.6); font-size: 13px; line-height: 1.65; flex: 1; margin-bottom: 20px; }
    .p-footer { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 18px; }
    .p-meta-lbl { color: rgba(255,255,255,0.45); font-size: 11px; margin-bottom: 5px; }
    .p-meta-val { color: #fff; font-size: 13px; font-weight: 600; margin-bottom: 12px; }
    .p-price { background: linear-gradient(135deg, var(--gold), var(--gold-light)); border-radius: 10px; padding: 12px; text-align: center; }
    .p-price span { color: var(--navy); font-size: 17px; font-weight: 700; }

    /* ===== CONTACT SECTION ===== */
    .contact-sec { background: linear-gradient(135deg, #0d2540 0%, #1a3a5c 60%, #2a5298 100%); }
    .contact-inner { display: flex; align-items: center; gap: 64px; }
    .contact-photo-col { flex: 0 0 230px; display: flex; flex-direction: column; align-items: center; }
    .contact-avatar {
      width: 180px; height: 180px; border-radius: 50%; overflow: hidden;
      border: 3px solid var(--gold); box-shadow: 0 8px 40px rgba(0,0,0,0.4); margin-bottom: 18px;
    }
    .contact-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .contact-name { color: #fff; font-size: 16px; font-weight: 700; text-align: center; line-height: 1.3; margin-bottom: 7px; }
    .contact-roles { color: rgba(255,255,255,0.58); font-size: 12px; text-align: center; line-height: 1.75; }
    .contact-content { flex: 1; }
    .contact-desc { color: rgba(255,255,255,0.72); font-size: 14px; line-height: 1.75; max-width: 500px; margin-bottom: 26px; }
    .c-row {
      display: flex; align-items: center; gap: 16px;
      background: rgba(255,255,255,0.08); border-radius: 12px; padding: 14px 20px;
      margin-bottom: 10px; transition: background 0.2s; text-decoration: none;
    }
    .c-row:hover { background: rgba(255,255,255,0.13); }
    .c-icon {
      width: 40px; height: 40px; border-radius: 50%;
      background: rgba(200,169,110,0.2);
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .c-icon i { color: var(--gold); font-size: 16px; }
    .c-lbl { color: rgba(255,255,255,0.45); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 2px; }
    .c-val { color: #fff; font-size: 15px; font-weight: 600; }
    .c-cta {
      display: flex; align-items: center; gap: 16px;
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      border-radius: 12px; padding: 18px 24px; margin-top: 26px;
      text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; cursor: pointer;
    }
    .c-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(200,169,110,0.45); }
    .c-cta i { color: var(--navy); font-size: 18px; flex-shrink: 0; }
    .c-cta-title { color: var(--navy); font-size: 14px; font-weight: 700; }
    .c-cta-sub { color: rgba(26,58,92,0.68); font-size: 11.5px; margin-top: 2px; }

    /* ===== FOOTER ===== */
    .site-footer {
      background: #050d18; padding: 28px 28px;
      text-align: center; border-top: 1px solid rgba(200,169,110,0.12);
    }
    .site-footer p { color: rgba(255,255,255,0.65); font-size: 13.5px; font-weight: 600; margin-bottom: 4px; }
    .site-footer small { color: rgba(255,255,255,0.28); font-size: 12px; }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 960px) {
      .nav-links { display: none; }
      .nav-burger { display: flex; }
      .hero-inner { flex-direction: column; gap: 36px; text-align: center; }
      .hero-photo-col { flex: unset; }
      .hero-title { font-size: 30px; }
      .hero-desc { margin: 0 auto 24px; }
      .hero-stats { justify-content: center; }
      .hero-callout { text-align: left; }
      .hero-btns { justify-content: center; }
      .offer-grid3, .offer-grid2, .pricing-grid { grid-template-columns: 1fr; }
      .contact-inner { flex-direction: column; gap: 36px; }
      .contact-photo-col { flex: unset; }
.site-main .about-thumb img {width:100%; height:auto;}
.offer-body img {float:none !important; width:100%; margin:0 0 15px 0 !important;}
    }
    @media (max-width: 600px) {
      .hero { padding: 100px 20px 60px; }
      .hero-title { font-size: 26px; }
      /*.sec { padding: 72px 0; }*/
      .sec-title { font-size: 24px; }
      .offer-head { flex-direction: column; }
      .price-badge { min-width: unset; width: 100%; box-sizing: border-box; }
      .offer-body { padding: 22px 22px 28px; }
      .offer-head { padding: 22px 22px 20px; }
	  
	  
      .sec { padding: 108px 0; }
	  .offer-body img {float:none !important; width:100%; margin:0 0 15px 0 !important;}
	  .site-main .about-thumb img {width:100%; height:auto;}
	  
	  
.container {padding: 0 14px;}
.site-main .about-title {font-size:1.5rem;}
.site-main .about-content h1 {font-size:1.5rem;}
.about-content ul {margin: 0 0 15px 20px !important;}
.about-content table {font-size:11px;}
.about-content table td, .about-content table th {padding:2px !important;}

.offer-body ul {margin:0 0 15px 0 !important;  list-style-position: inside;}
	  
    }
	





/* Блог на главной */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.blog-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 24px;
}

.blog-date {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
}

.blog-title {
    margin: 0 0 12px 0;
    font-size: 20px;
    line-height: 1.4;
}

.blog-title a {
    color: var(--navy-bright, #1a2a4a);
    text-decoration: none;
}

.blog-title a:hover {
    color: var(--gold, #c8a96e);
}

.blog-excerpt {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.blog-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #666;
}

/* Список блога (вариант 2) */
.blog-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.blog-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.blog-list li:last-child {
    border-bottom: none;
}

.blog-list a {
    display: flex;
    gap: 20px;
    text-decoration: none;
    color: var(--navy-bright, #1a2a4a);
    font-size: 17px;
    transition: color 0.2s;
}

.blog-list a:hover {
    color: var(--gold, #c8a96e);
}

.blog-list-date {
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}

/* /Блог на главной */



.offer-body p,
.about-content p
{padding-bottom:15px;}

.offer-body p:last-child,
.about-content p:last-child
{padding-bottom:0;}

.offer-body ul {margin:0 0 15px 30px;  list-style-position: inside;}

a.active_m {color:#fff; background:rgba(255,255,255,0.09);}



/* сингл */

.site-main .about-title {margin:15px 0 0 0; color:#0d2540f7; line-height:35px;}
.site-main .about-content h1 {margin:20px 0 15px 0; line-height:35px;}
.site-main .about-content h2 {margin:0 0 15px 0; line-height:35px; font-size:1.5em;}
.site-main .about-content h3 {margin:0 0 15px 0; line-height:35px; font-size:1.2em;}
.site-main .about-thumb img {margin:20px 0;}
.site-main .post-navigation {margin:15px 0;}
.site-main .post-navigation .nav-previous {margin:0 0 15px 0;}
.about-content ul {margin:0 0 15px 40px;  list-style-position: outside;}
.about-content ol {margin:0 0 15px 40px;  list-style-position: outside;}
.about-content blockquote ol {margin:0 0 0 15px;}
.about-content table {width:100%; border-collapse: collapse; border-spacing: 0;}
.about-content table td, .about-content table th {border:1px solid grey; padding:15px;}

.about-content a {color:#2563a8;}
.about-content a:hover {color:#c8a96e;}



/* /сингл */

blockquote {
    margin: 0 0 20px 0;
    padding: 15px 20px;
    background: #f5f5f5;
    border-left: 4px solid #ccc;
    font-style: italic;
}

img.alignleft {float:left; margin:0 20px 20px 0;}