@charset "UTF-8";

:root {
    --accent-color: #ed722e; 
}

@font-face {
    font-family: 'Open_Sans';
    src: local('Arial'), local('sans-serif');
}
@font-face {
    font-family: 'Open_Sans_bold';
    src: local('Arial Bold'), local('Arial'), local('sans-serif');
}
@font-face {
    font-family: 'Open_Sans_medium';
    src: local('Arial Bold'), local('Arial'), local('sans-serif');
}
@font-face {
    font-family: 'Open_Sans_light';
    src: local('Arial'), local('sans-serif');
}

body { 
    margin: 0; 
    padding-top: 90px; 
    min-width: 320px; 
    background-color: #f7f7fa; 
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
}

/* Кастомизация виджета Digiseller */
.digiseller-body header, 
.digiseller-wrapper-name-category, 
.digiseller-breadcrumbs, 
.digiseller-options-filter, 
.digiseller-consult-online, 
.digiseller-tabs-content-reviews, 
.digiseller-tabs, 
.digiseller-follow-wrapper,
.digiseller-modal-button,
.digiseller-service-modal h1{
    display: none !important;
}



/* 1. Прячем сам чекбокс (галочку) */
.digiseller-agree input[type="checkbox"] {
    display: none !important;
}

/* 2. Скрываем оригинальный текст до его замены скриптом */
.digiseller-agree span:not(.text-replaced) {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* 3. Показываем текст только после того, как скрипт его подменил */
.digiseller-agree span.text-replaced {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.2s ease-in-out; /* Легкое плавное появление */
}

/* Опционально: убираем отступ, который остался от скрытого чекбокса */
.digiseller-agree {
    padding-left: 0 !important;
}


#digiseller-article-buy-context form .digiseller-agree span,
#digiseller-article-buy-context form .digiseller-agree span a {
    color: #888888 !important; /* Принудительно серый цвет текста и ссылки */
    font-size: 10px;
    font-family: inherit !important;
}

#digiseller-article-buy-context form .digiseller-agree input[type="checkbox"] {
   accent-color: black; /* Цвет галочки и рамки при активации */
   filter: grayscale(1) opacity(0.3);
   cursor: pointer;
}


/* Включаем flexbox для контейнера списка */
ul.digiseller-pricing-table-select {
    display: flex;
    flex-direction: column;
}

/* Задаем кнопке "Купить" порядок 1 (она встанет выше) */
ul.digiseller-pricing-table-select li.digiseller-cta-button-v {
    order: 1;
}

/* Задаем чекбоксу порядок 2 (он встанет ниже кнопки) */
ul.digiseller-pricing-table-select li.digiseller-bullet-item {
    order: 2;
    padding: 0px 20px 10px 20px !important;
}

/* Всем остальным элементам (например, цене и соцсетям) возвращаем дефолтный порядок или распределяем их */
ul.digiseller-pricing-table-select li.digiseller-price {
    order: 0; /* Цена останется в самом верху */
}

ul.digiseller-pricing-table-select li.digiseller-clearfix {
    order: 3; /* Блок "Поделиться" уйдет в самый низ */
}


.digiseller-reviewgood {
    background: url(images/plus.png?v2c) center center no-repeat !important;
    height: 25px !important;
    width: 20px !important;
    background-size: contain !important;
}

.digiseller-reviewbad {
    background: url(images/minus.png?v2c) center center no-repeat !important;
    height: 25px !important;
    width: 20px !important;
    background-size: contain !important;
}

.digiseller-comment-admin {
    padding: 0 !important;
    margin: 15px 40px 0px 60px !important;
    border: 0px !important;
    background: none !important;
}

.digiseller-sortby {
    background: #f7f7fa !important;
    padding-top: 20px !important;
}

.digiseller-active {
    padding-top: 0px !important; 
    padding-bottom: 0px !important; 
}



.digiseller-sortby a, 
.digiseller-body select{
    color: black !important;
    background-image: none !important;
}

.digiseller-sortby li:hover a, 
.digiseller-current a,  
.digiseller-body select:hover{
    background: white !important; 
    border-color: gray !important;
    box-shadow: none !important;
    cursor: pointer;
}

.digiseller-js-comments.no-click {
    pointer-events: none !important;
}

.digiseller-vitrinaicon {
    padding-left: 20px !important;
    padding-right: 20px !important;
    line-height: 20px !important;
    height: 20px !important;
    transform: rotate(-0deg) !important;
    width: auto !important;
    top: 20px !important;
    left: 0px !important;
    text-align: left !important;
    box-shadow: inset 0 -0px !important;
}

.digiseller-lider {
     background: #f44336 !important;
}

.digiseller-newproduct {
    background: #229cfe !important;
}

.digiseller-description-price {
    font-size: 20px !important;
}

.digiseller-description-buyButton {
    display: none !important;
}

.digiseller-wrapper-product {
    transition: all 0.1s ease-out; 
    border-radius: 12px;
    background-color: #ffffff !important;
}

.digiseller-wrapper-product:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.digiseller-description-price a:hover {
    color: black !important;
}

.digiseller-body main attention {
    border-radius: 10px !important;
    background-color: #ffffff !important;
    border: 1px solid #dddde3 !important;
}

.digiseller-product-buy, 
.digiseller-product-buy a {
    margin: 0px !important;
    background-color: transparent !important;
    padding: 0px !important;
    border: 0px !important;
    font-size: 13px !important;
    color: #71717a !important;
}

.digiseller-medium-4 {
    width: 25% !important;
}

.digiseller-description-category, 
.digiseller-description-category a {
    color: black !important;
    font-size: 13px !important;
    margin: 0 !important;
}

.digiseller-description-price a {
    font-size: inherit !important;
}

.digiseller-description-price-wrapper {
    height: 20px !important;
}

.digiseller-button, 
.digiseller-description-buyButton a, 
.digiseller-param-radio label::after {
    background: var(--accent-color) !important;
    border: none !important;
    border-radius: 7px !important;
}

.digiseller-button:hover, #custom-review-btn:hover {
    background: color-mix(in srgb, var(--accent-color) 90%, black) !important;
}

#digiseller-preloader .spinner > div {
    background: #e6e6ec !important;
}

.digiseller-param-radio label::before {
    background-image: none !important;
}

.digiseller-param-radio input:checked + label span.digiseller-price-change {
    color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
}

delivery {
    padding: 0 !important;
    background-color: transparent !important;
    width: auto ;
    font-size: 20px !important;
}

#digiseller-main {
    padding: 0px !important;
}

/* Шапка сайта */
header#top-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.08);
    z-index: 1000;
    transition: box-shadow 0.3s ease;
}

.header-content {
    max-width: 960px;
    height: 69px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.logo-img {
    width: 160px; 
    display: block;
}

.header-menu {
    display: flex;
    gap: 25px; 
}

.header-menu a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.2s ease; 
    cursor: pointer;
    font-weight: normal;
}

.header-menu a:hover {
    color: var(--accent-color); 
}

/* Контейнеры страниц */
#page {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 20px; 
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease-out, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

#page.loading-content {
    opacity: 0 !important;
    transform: translateY(20px) !important; 
    transition: none !important; 
}

#content-conditions, 
#content-offer, 
#content-privacy, 
#content-refund {
    font-size: 14px;
    display: none; 
    padding: 20px;
    line-height: 1.6;
    color: #333;
    white-space: pre-wrap; 
}



.b-text { 
    font-weight: bold; 
    color: #000; 
    display: block; 
    margin-top: 15px; 
}



#digi {
    width: 100%;
    min-height: 500px;
}

#top-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ff2e8a; 
    z-index: 9999;
    opacity: 0;
}




.hide { display: none !important; }
.show { display: block !important; }


/* Подвал */
footer#main-footer {
    padding: 25px 0;
    width: 100%;

}
.footer-content {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start; 
    gap: 25px; 
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    flex-wrap: wrap; 
}
.footer-content a {
    text-decoration: none;
    color: #71717a;
    font-size: 13px;
    transition: color 0.2s ease;
    cursor: pointer;
}
.footer-content a:hover {
    color: var(--accent-color);
}


/* Секция преимуществ */
.features-container, 
.features-container * {
    box-sizing: border-box !important;
}
.features-container {
    width: 100% !important;
    margin: 30px 0 0px 0 !important;
    clear: both !important;
    display: block !important;
}
.features-title {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #000000 !important;
    margin: 0 0 8px 0 !important;
    padding: 20px !important;
    text-align: left !important;
}
.features-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px !important;
    width: 100% !important;
}

.slot-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 140px !important;
}

.features-card {
    background: #ffffff !important;
    border: 1px solid #e3e5ec !important;
    border-radius: 12px !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    min-height: 140px !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 2 !important; 
    user-select: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.features-card::after {
    content: '' !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    z-index: -1 !important;
}

.features-card::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: conic-gradient(from 0deg, transparent 60%, var(--card-color, #e3e5ec) 100%) !important;
    z-index: -2 !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.features-card:hover {
    border-color: transparent !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04) !important;
    transform: scale(1.01) !important; 
}

.features-card:hover::before {
    opacity: 1 !important;
    animation: border-laser-run 2s linear infinite !important;
}

.features-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
    width: 100% !important;
}
.features-emoji {
    font-size: 20px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}
.features-card-title {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000000 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.features-text {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #71717a !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.digiseller-product-buy a.transformed-doc-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important; 
    border: 1px solid #e3e5ec !important;
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer !important;
}

.digiseller-product-buy a.transformed-doc-btn:hover {
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    border-color: #ccd0dc !important;
    color: #000000 !important;
}

/* Секция "Как это работает" */
.workflow-section {
    width: 100% !important;
    margin-top: 40px !important;
    padding: 20px 20px !important;
    background-color: #eeeef2 !important;
    border: 1px solid #dddde3 !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
    clear: both !important;
}
.workflow-title {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #000000 !important;
    margin: 0 0 30px 0 !important;
    text-align: left !important;
}
.workflow-grid {
    display: grid !important;
    gap: 25px !important;
    width: 100% !important;
    margin-bottom: 35px !important;
}
.workflow-grid.cols-3 { grid-template-columns: repeat(3, 1fr) !important; }
.workflow-grid.cols-4 { grid-template-columns: repeat(4, 1fr) !important; }

.workflow-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}
.workflow-step-num {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    margin-bottom: 12px !important;
    line-height: 1 !important;
}
.workflow-step-text {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #71717a !important;
    margin: 0 !important;
    text-align: left !important;
    font-weight: normal !important;
}

/* СТИЛИ ДЛЯ СКЕЛЕТОНОВ */
.ds-skeleton {
    background: #eeeef2;
    background: linear-gradient(110deg, #eeeef2 8%, #f4f4f7 18%, #eeeef2 33%);
    border-radius: 12px;
    background-size: 200% 100%;
    animation: skeleton-shine 1.5s linear infinite;
}

.skel-root-container {
    max-width: 960px; 
    margin: 20px auto 0 auto; 
    padding: 0 15px; 
    box-sizing: border-box; 
    position: relative; 
    z-index: 999;
}

.skel-detail-grid {
    margin-top: 50px;
}

.skel-detail-title {
    width: 50%; 
    height: 35px; 
    margin-bottom: 30px; 
    border-radius: 6px;
}

.skel-detail-body {
    width: 100%; 
    min-height: 410px; 
    border-radius: 16px;
}

.skeleton-grid {
    display: flex;
    flex-wrap: nowrap; 
    padding-top: 5px;
    justify-content: center;
}

.skeleton-card {
    box-sizing: border-box;
    padding: 6px;
    width: 26%;
    flex-shrink: 0; 
}

.skeleton-image { height: 210px; width: 100%; margin-bottom: 12px; }
.skeleton-title { height: 16px; width: 80%; margin-bottom: 8px; }
.skeleton-price { height: 20px; width: 40%; }

/* Главный баннер и категории */
.full-width-store-section {
    width: 100%;
    margin-top: 0;
    opacity: 1;
}

.full-width-store-section.animated-banner {
    transition: margin-top 0.45s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.35s ease;
}

.full-width-store-section.hidden-banner {
    margin-top: -350px !important;
    opacity: 0 !important;
}

.wide-banner {
    width: 100%;
    height: 260px; 
    background-image: url('images/forzabanner.jpg'); 
    background-position: center center; 
    background-size: cover;            
    background-repeat: no-repeat;      
    display: flex;
    justify-content: center;
    align-items: flex-end; 
    position: relative;
}

.banner-center-block {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px; 
}

.buy-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 200px;
    height: 40px;
    padding: 0 !important;
    line-height: 1 !important;
    background: #ff2e8a; 
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 7px;
    transition: background 0.2s;
    text-align: center;
}

.buy-btn:hover {
    background: #e02175; 
}

.categories-container {
    margin: 25px 0 15px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 15px;
    flex-wrap: wrap;
}

.category-button {
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    gap: 10px;
    width: 215px; 
    height: 45px; 
    background: #f8f9fa; 
    border: 1px solid #e9ecef;
    padding: 0 15px; 
    border-radius: 7px;
    font-size: 14px;
    color: #212529;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box; 
}

.category-button:hover,
.category-button.active {
    background: #ffffff !important;
    border-color: #dee2e6 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

.category-icon-img {
    width: 15px; 
    height: 15px;
}

/* СТИЛИ ДЛЯ ВЫНЕСЕННЫХ TRUST-REVIEW И TRUST-BUY */
.ds-custom-reviews-header {
    margin: 40px 0px 20px !important;;
    padding: 0px 15px !important;
}
.ds-custom-reviews-header h1 {
    font-family: 'Open Sans', sans-serif !important; 
    font-weight: 400 !important; 
    font-size: 20px !important; 
    margin-bottom: 5px !important; 
    margin-top: 0px !important; 
    color: black;
}
.ds-custom-reviews-header p {
    font-size: 13px !important; 
    color: #71717a !important; 
    font-family: 'Open Sans', sans-serif !important;
}

#trust-review {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    margin: 0px auto 25px auto !important;
    padding: 12px 15px !important;
    background-color: #eeeef2 !important;
    border: 1px solid #dddde3 !important;
    border-radius: 4px !important;
    text-align: left !important;
    box-sizing: border-box !important;
    flex-wrap: wrap !important;
    width: 940px;
}

.trust-review-inner-flex {
    display: flex !important; 
    align-items: center !important; 
    gap: 12px !important; 
    flex: 1 !important; 
    min-width: 280px !important;
}

.trust-review-lock-holder {
    border: 2px solid var(--accent-color) !important;
    flex-shrink: 0 !important; 
    width: 16px !important; 
    height: 12px !important; 
    border-radius: 2px !important; 
    position: relative !important; 
    margin-top: 6px !important; 
    margin-bottom: 2px !important; 
    margin-right: 8px !important; 
    margin-left: 5px !important; 
    box-sizing: border-box !important;
}

.trust-review-lock-bow {
    border: 2px solid var(--accent-color) !important;
    width: 10px !important; 
    height: 7px !important; 
    border-bottom: none !important; 
    border-top-left-radius: 5px !important; 
    border-top-right-radius: 5px !important; 
    position: absolute !important; 
    top: -8px !important; 
    left: 1px !important; 
    box-sizing: border-box !important;
}

.trust-review-p {
    margin: 0 !important; 
    padding: 0 !important; 
    font-size: 12px !important; 
    color: #73737c !important; 
    line-height: 1.5 !important; 
    font-family: sans-serif !important;
}

.trust-review-legal-link {
    font-size: 12px !important; 
    color: #73737c !important; 
    text-decoration: underline !important; 
    font-weight: normal !important; 
    display: inline !important;
    line-height: 1.5 !important;
}

#custom-review-btn {
    background-color: var(--accent-color) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-family: sans-serif !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    transition: background-color 0.2s ease !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}
.custom-trust-wrapper,
#trust-buy-container {
    text-align: left !important; 
    margin-top: 15px !important; 
    width: 100% !important; 
    clear: both !important; 
    display: block !important;
}

.digiseller-service-modal{
    padding-bottom: 0px !important;
}

.custom-trust-top {
    padding: 20px 10px 15px 10px !important;
}

.custom-trust-bottom {
    padding: 0px 12px 0px 12px !important;
}

.custom-trust-title {
    color: #454545 !important; 
    font-weight: bold !important; 
    font-size: 14px !important; 
    margin-bottom: 5px !important; 
    display: flex !important; 
    align-items: center !important; 
    gap: 8px !important;
}

.custom-trust-text,
.trust-buy-p {
    margin: 0 !important; 
    font-size: 12px !important; 
    color: #959595 !important; 
    line-height: 1.5 !important; 
    display: block !important;
}

.custom-trust-link,
.trust-buy-link {
    color: inherit !important; 
    text-decoration: underline !important; 
    font-size: 12px !important; 
    font-weight: normal !important; 
    display: inline !important;
}



/* Анимации */
@keyframes border-laser-run {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes skeleton-shine {
    to { background-position-x: -200%; }
}

/* Медиа-разметка */
@media (max-width: 768px) {
    .digiseller-medium-4 {
        width: 50% !important;
    }
    .skeleton-grid { flex-wrap: wrap; } 
    .skeleton-card { width: 50%; }
    .skeleton-image { height: 200px; }
    .features-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .workflow-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 20px !important; }
    .wide-banner { height: 180px; }
    .buy-btn { padding: 8px 25px; font-size: 13px; }
    .categories-container { flex-direction: column; align-items: center; gap: 10px; }
    .category-button { width: 100%; max-width: 300px; justify-content: center; }
}

@media (max-width: 480px) {
    .skeleton-card { width: 100%; }
    .features-grid { grid-template-columns: 1fr !important; }
    .workflow-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
    .workflow-title { font-size: 20px !important; }
    .footer-content { justify-content: center; gap: 15px; }
}
