/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.link a, .woocommerce-privacy-policy-text a{text-decoration:underline!important}
strong{font-weight:600}
a.btn, #place_order, .needsbc .button{background:#1E3A8A; color:#fff; padding:15px 25px; font-weight:400; border-radius:4px}
.subscription-auto-renew-toggle{background-color:transparent!important; padding:0!important; border:none!important}

ul, ol {margin-bottom:30px; padding-left:20px}
br {
    display: inline !important;
    content: "" !important;
}
.needsbc{margin-top: 20px; padding: 15px; background: #fff3cd; border: 1px solid #ffeaa7; border-radius: 4px;}
.needsbc .button{background: #1E3A8A; color: white; padding: 10px 25px; border: 1px solid #1E3A8A; border-radius: 4px; text-decoration: none; display: inline-block;}
.needsbc .button:hover{background:#fff; color:#1E3A8A;}
#calculate-price{padding:10px 25px!important}
/*EXIF Analyzer*/
#analyze-btn:hover, #analyze-btn:focus{
	color:#1E3A8A;
	background-color: #fff!important;
	border:1px solid #1E3A8A;
}

.exoftable{width:50%;padding:4px 8px;box-sizing:border-box;max-width:100%;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;word-break:break-word;}


/*[acf_features]*/
/* Main container styles */
.acf-features-container {
    width: 100%;
    position: relative;
}

/* Desktop version */
.features-desktop {
    display: block;
}

.feature-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}

.feature-row:last-child {
    margin-bottom: 0;
}

.feature-image {
    flex: 0 0 45%;
}

.feature-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Remove hover zoom effect */
.feature-image img:hover {
    transform: none;
}

.feature-description {
    flex: 0 0 50%;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.description-bg-number {
    position: absolute;
    font-size: 60px;
    font-weight: bold;
    opacity: 0.15;
    color: #000;
    z-index: 0;
    line-height: 1;
    top: 10px;
}

/* Default positioning for odd items (image-left, description-right) */
.feature-row.odd .feature-image {
    order: 1;
}

.feature-row.odd .feature-description {
    order: 2;
}

.feature-row.odd .description-bg-number {
    right: 20px;
}

/* Positioning for even items (image-right, description-left) */
.feature-row.even .feature-image {
    order: 2;
}

.feature-row.even .feature-description {
    order: 1;
}

.feature-row.even .description-bg-number {
    left: 20px;
}

.description-text {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    width: 100%;
}

.description-text a{text-decoration:underline}

/* Mobile slider - hidden on desktop */
.features-mobile-slider {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

/* Slides */
.slide-item {
    display: none;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slide-item.active {
    display: flex;
    opacity: 1;
}

.slide-image {
    width: 100%;
    margin-bottom: 20px;
}

.slide-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.slide-description {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    min-height: 180px;
    display: flex;
    align-items: center;
}

.slide-bg-number {
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    opacity: 0.15;
    color: #000;
    z-index: 0;
    line-height: 1;
    top: 10px;
    right: 20px;
}

.slide-text {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    width: 100%;
}

/* Slider navigation */
.slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}

.slider-prev,
.slider-next {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
}

/* Force transparent background for icons */
.slider-prev img,
.slider-next img {
    width: 24px;
    height: 24px;
    background: transparent !important;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-grow: 1;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider-dot.active {
    background-color: #0073aa;
}

.slider-dot:hover {
    background-color: #005a87;
}

/* Slide counter */
.slide-counter {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    display: block;
}

.current-slide {
    color: #0073aa;
    font-weight: bold;
}

.total-slides {
    color: #666;
}

/* Responsive styles */
@media (max-width: 1024px) {
    /* Mobile version - up to 1024px */
    .features-desktop {
        display: none;
    }
    
    .features-mobile-slider {
        display: block;
    }
    
    /* For screens below 1024px but above mobile breakpoint */
    @media (min-width: 769px) and (max-width: 1024px) {
        .features-desktop {
            display: block;
        }
        
        .features-mobile-slider {
            display: none;
        }
        
        .feature-row {
            flex-direction: row;
        }
        
        /* Odd items: image left, description right */
        .feature-row.odd .feature-image {
            order: 1;
        }
        
        .feature-row.odd .feature-description {
            order: 2;
        }
        
        /* Even items: image right, description left */
        .feature-row.even .feature-image {
            order: 2;
        }
        
        .feature-row.even .feature-description {
            order: 1;
        }
    }
}

@media (max-width: 1024px) {
    /* Mobile specific styles (for screens <= 768px) */
    @media (max-width: 768px) {
        .features-desktop {
            display: none;
        }
        
        .features-mobile-slider {
            display: flex;
            flex-direction: column;
        }
        
        /* Move slider navigation to top */
        .features-mobile-slider .slider-nav {
            order: -1;
            margin-top: 0;
            margin-bottom: 20px;
        }
        
        /* Hide slide counter on mobile */
        .slide-counter {
            display: none !important;
        }
        
        /* Remove button styles for navigation buttons */
        .slider-prev,
        .slider-next {
            background: transparent !important;
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
            appearance: none !important;
        }
        
        .slider-prev:hover,
        .slider-next:hover {
            background: transparent !important;
            border: none !important;
        }
        
        /* Force transparent background for icons */
        .slider-prev img,
        .slider-next img {
            background: transparent !important;
        }
        
        .feature-row {
            flex-direction: column;
            gap: 20px;
        }
        
        .feature-image,
        .feature-description {
            flex: 0 0 100%;
            width: 100%;
        }
        
        .slider-nav {
            padding: 0 10px;
        }
    }
}

@media (max-width: 768px) {
    .feature-description {
        min-height: 180px;
        padding: 20px;
    }
    
    .description-bg-number {
        font-size: 50px;
    }
    
    .slide-description {
        padding: 20px;
        min-height: 160px;
    }
    
    .slide-bg-number {
        font-size: 40px;
    }
    
    .slider-prev img,
    .slider-next img {
        width: 20px;
        height: 20px;
    }
}


/* =========================
   MOBILE STACK MODE
   ========================= */

.features-mobile-stack {
    display: none;
}

.stack-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.stack-item:last-child {
    margin-bottom: 0;
}

.stack-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stack-description {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    min-height: 160px;
    display: flex;
    align-items: center;
}

.stack-bg-number {
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    opacity: 0.15;
    color: #000;
    top: 10px;
    right: 20px;
    line-height: 1;
}

.stack-text {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    width: 100%;
}

/* =========================
   RESPONSIVE SWITCHING
   ========================= */

@media (max-width: 1024px) {

    .acf-features-container[data-mobile-mode="stack"] .features-desktop {
        display: none;
    }

    .acf-features-container[data-mobile-mode="stack"] .features-mobile-slider {
        display: none;
    }

    .acf-features-container[data-mobile-mode="stack"] .features-mobile-stack {
        display: block;
    }
}

@media (max-width: 768px) {

    .stack-description {
        padding: 20px;
        min-height: 140px;
    }

    .stack-bg-number {
        font-size: 40px;
    }
}



/*Exif analyzer*/
.refresh-via-home{background-color:#1E3A8A;
color:#fff!important;
padding:10px 20px;
border-radius:4px;
font-size:14px}

#ea-overlay {
position: fixed;
left: 0; top: 0; right: 0; bottom: 0;
background: rgba(0,0,0,0.45);
display: none;
align-items: center;
justify-content: center;
z-index: 99999;
}
#ea-overlay .ea-box {
background: #fff;
padding: 18px 22px;
border-radius: 8px;
max-width: 90%;
width: 420px;
text-align: center;
box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
#ea-overlay .ea-dots { font-weight:700; margin-left:6px; display:inline-block; width:48px; text-align:left; }

.download, a.pm-pdf-btn{border:1px solid #1E3A8A; margin-top:12px; padding:10px 14px;} .download:hover, .download:focus, a.pm-pdf-btn:hover, a.pm-pdf-btn:focus{background-color:#fff!important; color:#1E3A8A!important}

/*adv-tiles*/
.adv-tiles-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.adv-tile {
    position: relative;
    background:#fff; 
	box-shadow: 0px 1px 2px 0px rgba(14.999999999999995, 23.000000000000007, 41.99999999999999, 0.06);
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px; /* одинаковая высота */
    box-sizing: border-box;
}

.adv-tile-number {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 60px;
    font-weight: bold;
    opacity: 0.15;
    color: #000;
}

.adv-tile-description {
    text-align: center;
}

/* Адаптивность */
@media screen and (max-width: 1024px) {
    .adv-tiles-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .adv-tiles-container {
        grid-template-columns: 1fr;
    }
}


/*Homepage*/
@media(max-width:768px){
    .dsp{display:none}
}


/* Контейнер плиток */
.authors-tiles-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

/* Ссылка-плитка */
.author-tile-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Плитка автора */
.author-tile {
    height: 430px;
    border-radius: 8px;
    padding: 100px 30px 50px 30px;
    position: relative;
    background-color: #F1F5F9 !important;
    background-blend-mode: multiply, normal, normal !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

/* Контент внутри плитки */
.author-tile-content {
    position: relative;
    z-index: 2;
}

/* Имя автора */
.author-name {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

/* Ссылка "Перейти в профиль" */
.author-profile-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    font-size: 14px;
    color: white;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.author-tile-link:hover .author-profile-link {
    opacity: 1;
}

.author-profile-link img {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.author-tile-link:hover .author-profile-link img {
    transform: translateX(3px);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .authors-tiles-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .authors-tiles-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .author-tile {
        height: 400px;
        padding: 80px 25px 40px 25px;
    }
}


.btn:hover .elementor-button-icon svg {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

.btn svg{height:1em}


.stats-widget {
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
}

.stats-container {
    display: table;
    width: 100%;
}

.stats-row {
    display: table-row;
    margin-bottom: 20px;
}

.stats-row:last-child {
    margin-bottom: 0;
}

.stats-col-number {
    display: table-cell;
    padding: 15px 0;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    width: 1%; /* Заставляет ячейку быть минимально возможной ширины */
}

.stats-col-text {
    display: table-cell;
    padding: 15px 0;
    vertical-align: top;
    padding-left: 25px;
}

.stats-number {
    color: #1E3A8A;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-align: left;
}

.stats-text {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

/* Разделитель между строками */
.stats-row:not(:last-child) .stats-col-number,
.stats-row:not(:last-child) .stats-col-text {
    border-bottom: 1px solid #f0f0f0;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .stats-widget {
        padding: 20px;
    }
    
    .stats-container,
    .stats-row,
    .stats-col-number,
    .stats-col-text {
        display: block;
    }
    
    .stats-row {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .stats-row:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    
    .stats-col-number {
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
        width: 100%;
        text-align: left;
    }
    
    .stats-col-text {
        padding-left: 0;
        padding-bottom: 0;
        width: 100%;
    }
    
    /* Убираем разделитель в табличном виде */
    .stats-row:not(:last-child) .stats-col-number,
    .stats-row:not(:last-child) .stats-col-text {
        border-bottom: none;
    }
    
    .stats-number {
        font-size: 24px;
    }
    
    .stats-text {
        font-size: 16px;
    }
}

.elementor-price-table__header {line-height:1.3!important}
.elementor-price-table__header h3{margin-bottom:10px!important}


/*Tiles homepage*/
.fp-wrapper {
    display: grid;
}

.fp-layout-default {
    grid-template-columns: 60% 40%;
    grid-template-rows: 1fr 1fr;
    gap: 0;
}

.fp-layout-default .fp-tile-1 {
    grid-row: span 2;
}

.fp-layout-alt {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* === TILE === */
.fp-tile {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    overflow: hidden;
    min-height: 350px;
}

/* Закругления для стандартного макета */
.fp-layout-default .fp-tile-1 {
    border-radius: 8px 0 0 8px;
}

.fp-layout-default .fp-tile-2 {
    border-radius: 0 8px 0 0;
}

.fp-layout-default .fp-tile-3 {
    border-radius: 0 0 8px 0;
}

/* Закругления для альтернативного макета */
.fp-layout-alt .fp-tile {
    border-radius: 8px; /* Все углы закруглены */
}

/* Специальные стили для экспертов - ВСЕ ТЕКСТЫ БЕЛЫЕ */
.fp-author-experts .fp-tile,
.fp-author-experts .fp-title a,
.fp-author-experts .fp-excerpt,
.fp-author-experts .fp-author-name,
.fp-author-experts .fp-btn {
    color: #ffffff !important;
}

.fp-author-experts .fp-tile {
    background-color: #F1F5F9 !important;
    background-blend-mode: multiply, normal, normal !important;
}

/* Контент всегда внизу плитки */
.fp-content {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fp-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.fp-title a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

/* === LEFT TILE === */
.fp-layout-default .fp-tile-1 .fp-content {
    padding: 40px;
}

/* === RIGHT TILES === */
.fp-layout-default .fp-tile-2 .fp-content,
.fp-layout-default .fp-tile-3 .fp-content,
.fp-layout-alt .fp-content {
    padding: 100px 30px 30px;
}

/* === TITLES === */
.fp-title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
}

.fp-layout-default .fp-tile-2 .fp-title,
.fp-layout-default .fp-tile-3 .fp-title,
.fp-layout-alt .fp-title {
    font-size: 18px;
}

/* === EXCERPT === */
.fp-excerpt {
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 400;
}

.fp-layout-default .fp-tile-2 .fp-excerpt,
.fp-layout-default .fp-tile-3 .fp-excerpt,
.fp-layout-alt .fp-excerpt {
    font-size: 14px;
}

/* === AUTHOR INFO === */
.fp-author-info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.fp-author-name {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.95);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* === BUTTON === */
.fp-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 22px;
    background: #1E3A8A;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    width: auto;
    max-width: fit-content;
    backdrop-filter: none;
}


.fp-btn:hover {
    background: #1E3A8A;
    color: #fff !important;
    transform: none;
    box-shadow: none;
    border-color: transparent;
}

/* === MOBILE === */
@media (max-width: 768px) {

    .fp-wrapper {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto;
        gap: 15px !important;
    }

    .fp-tile {
        min-height: 280px;
        border-radius: 8px !important;
    }

    .fp-author-experts .fp-tile {
        min-height: 300px;
        background-position: top center !important;
        background-size: cover !important;
    }

    .fp-content {
        padding: 30px 20px !important;
    }

    .fp-title {
        font-size: 18px !important;
    }

    .fp-excerpt {
        font-size: 13px !important;
    }

    /* Кнопка на мобильных */
    .fp-btn {
        display: none !important; /* Скрываем кнопку на мобильных */
    }
    
    .fp-author-info {
        margin-top: 12px;
        padding-top: 12px;
    }
}

/*График*/
.claims-chart-container {
    width: 100%;
    background-color: transparent;
    padding: 30px 20px 40px 80px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}

.claims-chart-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: visible;
}

/* Сетка графика */
.chart-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.grid-line {
    position: absolute;
    background-color: #E5E7EB;
}

.grid-line.horizontal {
    width: 100%;
    height: 1px;
    left: 0;
}

.grid-line.horizontal:nth-child(1) { top: 0%; }
.grid-line.horizontal:nth-child(2) { top: 25%; }
.grid-line.horizontal:nth-child(3) { top: 50%; }
.grid-line.horizontal:nth-child(4) { top: 75%; }

/* Оси координат */
.axis-line {
    position: absolute;
    background-color: #0F172A;
}

.axis-line.x-axis {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 40px;
}

.axis-line.y-axis {
    width: 1px;
    height: calc(100% - 40px);
    left: 0;
    bottom: 40px;
}

/* Столбцы графика */
.claims-bars {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0 40px;
    overflow: visible;
}

.claims-bar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    height: 100%;
    position: relative;
    overflow: visible;
}

.claims-bar {
    width: 40px;
    position: relative;
    transition: height 1.2s ease-out;
    margin: 0 15px;
    height: 0%;
    overflow: visible;
}

.claims-bar-fill {
    width: 100%;
    background-color: #1E3A8A;
    border-radius: 4px 4px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}

/* Градиентный столбец для 2025 года - заканчивается на 35000 */
.claims-bar-fill-gradient-2025 {
    width: 100%;
    background: linear-gradient(to bottom, 
        rgba(30, 58, 138, 0) 0%, 
        rgba(30, 58, 138, 0.1) 10%,
        rgba(30, 58, 138, 0.3) 30%,
        rgba(30, 58, 138, 0.6) 60%,
        rgba(30, 58, 138, 0.8) 80%,
        #1E3A8A 100%);
    border-radius: 4px 4px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}

/* Подписи значений на столбцах */
.claims-bar-value {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 12px;
    color: #0F172A;
    text-align: center;
    line-height: 1.3;
    min-width: 60px;
    padding: 3px 6px;
    z-index: 10;
    opacity: 0;
    animation: fadeIn 0.5s ease-out 1.5s forwards;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

/* Специальный стиль для столбца 2024 */
.claims-bar-value-2024 {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 13px;
    color: #0F172A;
    text-align: center;
    line-height: 1.3;
    min-width: 70px;
    padding: 5px 8px;
    z-index: 10;
    opacity: 0;
    animation: fadeIn 0.5s ease-out 1.5s forwards;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

/* Подпись для столбца 2025 - только текст без числа */
.claims-bar-label-2025 {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 13px;
    color: #7F1D1D;
    text-align: center;
    line-height: 1.4;
    min-width: 100px;
    padding: 8px 12px;
    z-index: 10;
    opacity: 0;
    animation: fadeIn 0.5s ease-out 2s forwards;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    font-style: italic;
    border: 1px solid #FECACA;
}

.claims-percent {
    font-size: 11px;
    color: #7F1D1D;
    font-weight: 400;
    display: block;
    margin-top: 2px;
}

.claims-year {
    position: absolute;
    bottom: -35px;
    font-weight: 400;
    font-size: 14px;
    color: #0F172A;
    white-space: nowrap;
}

/* Оси */
.claims-y-axis {
    position: absolute;
    left: -60px;
    top: 0;
    height: calc(100% - 40px);
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.claims-y-label {
    font-weight: 400;
    color: #0F172A;
    white-space: nowrap;
    font-size: 12px;
    transform: rotate(-90deg);
    width: 200px;
    text-align: center;
}

/* Значения на оси Y */
.y-values {
    position: absolute;
    left: -70px;
    top: 0;
    height: calc(100% - 40px);
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 10px 0 0;
    overflow: visible;
}

.y-value {
    font-size: 12px;
    color: #0F172A;
    font-weight: 400;
    white-space: nowrap;
}

/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; transform: translateX(-50%) translateY(10px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Адаптивность */
@media (max-width: 768px) {
    .claims-chart-wrapper {
        height: 300px;
    }
    
    .claims-chart-container {
        padding: 30px 15px 35px 70px;
    }
    
    .claims-bar {
        width: 30px;
        margin: 0 10px;
    }
    
    .claims-bar-value {
        font-size: 11px;
        top: -30px;
        min-width: 50px;
        padding: 2px 5px;
    }
    
    .claims-bar-value-2024 {
        top: -40px;
        font-size: 12px;
        min-width: 60px;
        padding: 4px 6px;
    }
    
    .claims-bar-label-2025 {
        top: -50px;
        font-size: 12px;
        min-width: 85px;
        padding: 6px 10px;
    }
    
    .claims-year {
        font-size: 12px;
        bottom: -30px;
    }
    
    .claims-percent {
        font-size: 10px;
    }
    
    .claims-y-axis {
        left: -50px;
        width: 140px;
    }
    
    .claims-y-label {
        font-size: 11px;
        width: 160px;
    }
    
    .claims-bars {
        padding: 0 30px;
    }
    
    .axis-line.x-axis {
        bottom: 40px;
    }
    
    .axis-line.y-axis {
        height: calc(100% - 40px);
        bottom: 40px;
    }
    
    .y-values {
        left: -60px;
        width: 50px;
    }
    
    .y-value {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .claims-chart-wrapper {
        height: 250px;
    }
    
    .claims-chart-container {
        padding: 25px 10px 30px 60px;
    }
    
    .claims-bar {
        width: 25px;
        margin: 0 8px;
    }
    
    .claims-bar-value {
        font-size: 10px;
        top: -25px;
        min-width: 45px;
        padding: 2px 4px;
    }
    
    .claims-bar-value-2024 {
        top: -35px;
        font-size: 11px;
        min-width: 55px;
        padding: 3px 5px;
    }
    
    .claims-bar-label-2025 {
        top: -45px;
        font-size: 11px;
        min-width: 75px;
        padding: 5px 8px;
    }
    
    .claims-year {
        font-size: 11px;
        bottom: -25px;
    }
    
    .claims-percent {
        font-size: 9px;
    }
    
    .claims-y-axis {
        left: -45px;
        width: 120px;
    }
    
    .claims-y-label {
        font-size: 10px;
        width: 140px;
    }
    
    .y-value {
        font-size: 10px;
    }
    
    .claims-bars {
        padding: 0 20px;
    }
    
    .axis-line.x-axis {
        bottom: 40px;
    }
    
    .axis-line.y-axis {
        height: calc(100% - 40px);
        bottom: 40px;
    }
    
    .y-values {
        left: -55px;
        width: 45px;
    }
}


ul.mymarker li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

ul.mymarker {padding-left:0}

ul.mymarker li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/01/tickicon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}


blockquote{font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 18px; border-left:3px solid #1E3A8A; padding-left:16px}


/*Маркетскан*/

.image-checker-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.input-section {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 30px;
	background: #f8f9fa;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.input-label {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
}

.url-input {
	padding: 14px 18px;
	border: 2px solid #e1e5e9;
	border-radius: 8px;
	font-size: 15px;
	transition: all 0.3s ease;
}

.url-input:focus {
	outline: none;
	border-color: #007cba;
	box-shadow: 0 0 0 3px rgba(0,124,186,0.1);
}

.check-button {
	background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
	color: white;
	border: none;
	padding: 14px 28px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	align-self: flex-start;
}

.check-button:hover {
	background: linear-gradient(135deg, #005a87 0%, #003d5c 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,92,175,0.3);
}

.check-button:active {
	transform: translateY(0);
}

.relevance-control {
	background: white;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	border: 1px solid #e1e5e9;
}

.relevance-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.relevance-label {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

#relevance_value {
	display: inline-block;
	min-width: 40px;
	padding: 4px 8px;
	background: #007cba;
	color: white;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
}

.tooltip-icon {
	width: 22px;
	height: 22px;
	background: #6c757d;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: help;
	transition: background 0.3s ease;
}

.tooltip-icon:hover {
	background: #007cba;
}

.relevance-slider {
	width: 100%;
	height: 8px;
	-webkit-appearance: none;
	background: linear-gradient(to right, #28a745 0%, #ffc107 50%, #dc3545 100%);
	border-radius: 4px;
	outline: none;
	margin: 15px 0;
}

.relevance-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	background: #007cba;
	border-radius: 50%;
	cursor: pointer;
	border: 3px solid white;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.slider-labels {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.slider-labels span:first-child {
	color: #28a745;
	font-weight: 500;
}

.slider-labels span:last-child {
	color: #dc3545;
	font-weight: 500;
}

.result-container {
	margin-top: 20px;
}

.filters-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 25px;
	background: white;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	border: 1px solid #e1e5e9;
}

.filter-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px;
	background: #f8f9fa;
	border-radius: 6px;
	transition: all 0.2s ease;
}

.filter-option:hover {
	background: #e9ecef;
}

.filter-option input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.filter-option label {
	cursor: pointer;
	font-size: 14px;
	color: #495057;
	flex: 1;
}

.apply-filter-btn {
	grid-column: 1 / -1;
	background: #28a745;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 10px;
}

.apply-filter-btn:hover {
	background: #218838;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(40,167,69,0.3);
}

.results-table {
	width: 100%;
	border-collapse: collapse;
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
	margin-top: 20px;
}

.results-table th {
	background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
	color: white;
	padding: 16px 20px;
	text-align: left;
	font-weight: 600;
	font-size: 15px;
}

.results-table td {
	padding: 16px 20px;
	border-bottom: 1px solid #e9ecef;
	vertical-align: middle;
}

.results-table tr:last-child td {
	border-bottom: none;
}

.results-table tr:hover {
	background-color: #f8f9fa;
}

.results-table img {
	max-width: 100px;
	max-height: 100px;
	border-radius: 6px;
	object-fit: cover;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}

.results-table img:hover {
	transform: scale(1.05);
}

.results-table a {
	color: #007cba;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.results-table a:hover {
	color: #005a87;
	text-decoration: underline;
}

.loading {
	text-align: center;
	padding: 40px;
	color: #6c757d;
	font-size: 16px;
}

.loading::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #007cba;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-left: 10px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.error-message {
	background: #f8d7da;
	color: #721c24;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #f5c6cb;
	margin-top: 20px;
}

.no-data {
	text-align: center;
	padding: 40px;
	color: #6c757d;
	font-size: 16px;
	background: #f8f9fa;
	border-radius: 12px;
	border: 2px dashed #dee2e6;
}
