@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mir-antenn.ru/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(45,74,181);
	--wd-alternative-color: rgb(178,34,34);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(30,115,190);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(15,23,42);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}



/* ============================================================
   ОБЪЕДИНЕННЫЕ СТИЛИ: ЛОГОТИП + СТРАНИЦА + ФУТЕР
   ============================================================ */

/* 1. СТИЛИ ЛОГОТИПА (ДЛЯ ШАПКИ) */
.paz-logo-link {
    text-decoration: none !important;
    display: inline-block;
    transition: transform 0.2s ease, opacity 0.2s ease;
    vertical-align: middle;
}

.paz-logo-link:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.paz-logo-container {
    display: flex;
    flex-direction: column;   /* Строка под строкой */
    line-height: 1.1;         /* Плотный межстрочный интервал */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    text-align: left;
    color: #ffffff;           /* Устанавливает белый цвет текста */
}

.paz-logo-top {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;           /* Цвет из футера */
    white-space: nowrap;      /* ЗАПРЕТ ПЕРЕНОСА */
    letter-spacing: -0.2px;
    display: block;
}

.paz-logo-bottom {
    font-size: 14px;
    font-weight: 900;
    color: #4aa0e4;           /* Фирменный голубой */
    text-transform: uppercase;
    white-space: nowrap;      /* ЗАПРЕТ ПЕРЕНОСА */
    letter-spacing: 1px;
    display: block;
}

/* 2. ОБЩИЕ СТИЛИ ОБЕРТКИ СТРАНИЦЫ */
.paz-wrapper {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
    background: #ffffff;
    overflow-x: hidden;
}

/* 3. ГЛАВНЫЙ ЭКРАН (HERO) */
.hero {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f8fafc 100%);
    color: #0f172a;
    padding: 6rem 1.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.hero-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 900;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-content .highlight {
    background: linear-gradient(135deg, #0ea5e9, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 4. КНОПКИ И ЭЛЕМЕНТЫ */
.cta-group {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: white !important;
    padding: 1.1rem 2.8rem;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.2);
}

.cta-secondary {
    background: #ffffff;
    color: #0ea5e9 !important;
    border: 1px solid #e2e8f0;
}

/* 5. СЕТКИ (ЦИФРЫ, ПРЕИМУЩЕСТВА, ТОВАРЫ) */
.trust-badges, .features-grid, .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.badge, .feature-card, .product-item {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: 0.3s;
}

.badge-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #0ea5e9;
    margin-bottom: 0.5rem;
}

/* 6. ФУТЕР (ТЕМНЫЙ) */
.paz-footer {
    background: #0f172a;
    color: rgba(255, 255, 255, 0.7);
    padding: 4rem 1.5rem 2rem;
    margin-top: 4rem;
    border-radius: 30px 30px 0 0;
}

/* 7. АДАПТИВНОСТЬ (МОБИЛЬНЫЕ) */
@media (max-width: 968px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .cta-group { justify-content: center; }
    
    /* Уменьшение логотипа на мобилках */
    .paz-logo-top {
        font-size: 15px;
        letter-spacing: -0.3px;
    }
    .paz-logo-bottom {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .paz-logo-top { font-size: 13px; }
    .paz-logo-bottom { font-size: 10px; }
}