/*
 Theme Name: Orchid Store Child
 Template: orchid-store
 Description: Дочерняя тема для Orchid Store
 Author: Dima
 Version: 1.0
 Text Domain: orchid-store-child
*/


.main-navigation {
    background:#0286E7;
}

body, button, input, select, textarea {
    font-size: 16px;
}

.term-description {padding-top: 30px;}












/* Верхний контактный блок – десктоп */
.top-contacts {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding: 8px 200px;
    background: #f7f7f7;
    font-size: 14px;
}

.top-contacts a {
font-weight: 700;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.top-contacts a:hover {
    text-decoration: underline;
}

/* Мобильная версия */
@media (max-width: 768px) {
    .top-contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 10px 15px;
    }
}





        /* Сброс стандартных отступов */
        .ob-container * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        /* Основные стили блока */
        .ob-announcement-block {
            width: 100%;
            margin: 0 auto;
            padding: 30px 20px;
            border: 1px solid #0286e7;
            position: relative;
            overflow: hidden;
        }
        
        /* Декоративный элемент */
        .ob-announcement-block::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 120px;
            height: 120px;
            background-color: rgba(44, 90, 160, 0.05);
            border-radius: 0 0 0 100%;
            z-index: 0;
        }
        
        /* Заголовок блока */
        .ob-announcement-title {
            color: #0286e7;
            font-size: 25px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 20px;
            text-align: center;
            position: relative;
            z-index: 1;
            letter-spacing: 1px;
        }
        
        /* Текст блока */
        .ob-announcement-text {
            color: #333;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 30px;
            text-align: center;
            position: relative;
            z-index: 1;
            padding: 0 10px;
        }
        
        /* Стили для праздничного акцента */
        .ob-holiday-text {
            color: #d62828;
            font-weight: 600;
            background-color: rgba(255, 215, 0, 0.1);
            padding: 2px 6px;
            border-radius: 4px;
        }
        
        /* Контейнер для кнопки */
        .ob-button-container {
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        /* Стили кнопки */
        .ob-details-button {
            display: inline-block;
            background: #0286e7;
            color: white !important;
            font-size: 18px;
            font-weight: 600;
            padding: 16px 36px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(44, 90, 160, 0.2);
            border: none;
            cursor: pointer;
            letter-spacing: 0.5px;
        }
        
        /* Эффекты при наведении на кнопку */
        .ob-details-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(44, 90, 160, 0.3);
            color: white;
        }
        
        .ob-details-button:active {
            transform: translateY(0);
            box-shadow: 0 2px 10px rgba(44, 90, 160, 0.2);
        }
        
        /* Декоративный элемент внизу блока */
        .ob-decoration {
            display: flex;
            justify-content: center;
            margin-top: 25px;
            position: relative;
            z-index: 1;
        }
        
        .ob-decoration-item {
            width: 40px;
            height: 6px;
            background-color: #ffd700;
            margin: 0 8px;
            border-radius: 3px;
        }
        
        /* Адаптивность для планшетов */
        @media (max-width: 992px) {
            .ob-announcement-block {
                padding: 25px 15px;
                margin: 0 15px;
            }
            
            .ob-announcement-title {
                font-size: 24px;
            }
            
            .ob-announcement-text {
                font-size: 17px;
            }
            
            .ob-details-button {
                padding: 14px 30px;
                font-size: 17px;
            }
        }
        
        /* Адаптивность для мобильных устройств */
        @media (max-width: 768px) {
            .ob-announcement-block {
                padding: 20px 15px;
                margin: 0 10px;
                border-left-width: 4px;
            }
            
            .ob-announcement-title {
                font-size: 20px;
                margin-bottom: 15px;
            }
            
            .ob-announcement-text {
                font-size: 16px;
                margin-bottom: 25px;
                line-height: 1.5;
            }
            
            .ob-details-button {
                padding: 12px 24px;
                font-size: 16px;
                width: 90%;
                max-width: 300px;
            }
            
            .ob-decoration-item {
                width: 30px;
                height: 5px;
                margin: 0 5px;
            }
            
            .ob-announcement-block::before {
                width: 80px;
                height: 80px;
            }
        }
        
        /* Адаптивность для очень маленьких экранов */
        @media (max-width: 480px) {
            .ob-announcement-title {
                font-size: 18px;
            }
            
            .ob-announcement-text {
                font-size: 15px;
            }
            
            .ob-details-button {
                padding: 12px 20px;
                font-size: 15px;
            }
        }



 /* Общие стили для блока преимуществ */
        .pr-benefits {
            max-width: 100%;
            margin: 0 auto;
            color: #333;
        }

        .pr-benefits-title {
            text-align: center;
            font-size: 30px;
            margin-bottom: 60px;
            position: relative;
            padding-bottom: 15px;
        }


        .pr-benefits-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
        }

        .pr-benefit-item {
            flex: 1 1 300px;
            background-color: white;
            border-radius: 12px;
            padding: 40px 30px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .pr-benefit-item:hover {
            transform: translateY(-10px);
        }

        .pr-benefit-item:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background-color: #0286e7;
            z-index: 2;
        }

        .pr-benefit-icon {
            font-size: 3rem;
            color: #3498db;
            margin-bottom: 25px;
            text-align: center;
        }

        .pr-benefit-header {
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
            line-height: 1.3;
        }

        .pr-benefit-text {
            font-size: 16px;
            line-height: 1.6;
            text-align: center;
        }

        /* Адаптивные стили для мобильных устройств */
        @media (max-width: 768px) {
            .pr-benefits {
                padding: 50px 15px;
            }

            .pr-benefits-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }

            .pr-benefit-item {
                padding: 30px 20px;
                flex: 1 1 100%;
            }

            .pr-benefit-icon {
                font-size: 2.5rem;
            }

            .pr-benefit-header {
                font-size: 1.3rem;
            }

            .pr-benefit-text {
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .pr-benefits-title {
                font-size: 1.8rem;
            }

            .pr-benefit-item {
                padding: 25px 20px;
            }
        }





 /* Общие стили для блока схемы работы */
        .sh-workflow {
            max-width: 100%;
            margin: 0 auto;
            padding: 10px 20px;
            color: #333;
            position: relative;
            overflow: hidden;
        }

        .sh-workflow:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
        }

        .sh-workflow-title {
            text-align: center;
            font-size: 30px;
            margin-bottom: 60px;
            position: relative;
            padding-bottom: 15px;
        }

        .sh-workflow-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            position: relative;
        }

        /* Стили для шагов */
        .sh-workflow-step {
            flex: 0 1 23%;
            margin-bottom: 30px;
            position: relative;
            z-index: 2;
            background-color: white;
            border-radius: 15px;
            padding: 40px 25px 30px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            text-align: center;
            min-height: 380px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        .sh-workflow-step:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        /* Номер этапа как фон */
        .sh-step-number-bg {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 120px;
            font-weight: 900;
            color: rgba(52, 152, 219, 0.08);
            line-height: 1;
            z-index: 0;
            user-select: none;
            transition: all 0.3s ease;
        }

        .sh-workflow-step:hover .sh-step-number-bg {
            color: rgba(52, 152, 219, 0.12);
            transform: scale(1.05);
        }

        /* Иконка шага */
        .sh-step-icon {
            font-size: 3rem;
            color: #3498db;
            margin-bottom: 25px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 1;
        }

        .sh-step-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
            position: relative;
            z-index: 1;
            padding-top: 10px;
        }

        .sh-step-text {
            font-size: 16px;
            line-height: 1.6;
            position: relative;
            z-index: 1;
            flex-grow: 1;
        }

        /* Адаптивные стили для планшетов */
        @media (max-width: 992px) {
            .sh-workflow-step {
                flex: 0 1 48%;
                margin: 0 1% 40px 1%;
                min-height: 360px;
            }
            
            .sh-workflow-title {
                font-size: 2.2rem;
                margin-bottom: 60px;
            }
            
            .sh-step-number-bg {
                font-size: 100px;
                top: 15px;
                right: 15px;
            }
        }

        /* Адаптивные стили для мобильных устройств */
        @media (max-width: 768px) {
            .sh-workflow {
                padding: 70px 15px;
            }

            .sh-workflow-title {
                font-size: 1.8rem;
                margin-bottom: 40px;
            }

            .sh-workflow-step {
                flex: 0 1 100%;
                margin: 0 0 30px 0;
                padding: 35px 20px 25px;
                min-height: 320px;
            }

            .sh-step-number-bg {
                font-size: 80px;
                top: 10px;
                right: 10px;
            }

            .sh-step-icon {
                font-size: 2.5rem;
                margin-bottom: 20px;
                height: 60px;
            }

            .sh-step-title {
                font-size: 1.3rem;
                margin-bottom: 15px;
            }

            .sh-step-text {
                font-size: 1rem;
            }
        }

        /* Анимация при прокрутке */
        .sh-workflow-step {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .sh-workflow-step.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Задержка анимации для каждого шага */
        .sh-workflow-step:nth-child(1).visible {
            transition-delay: 0.1s;
        }
        .sh-workflow-step:nth-child(2).visible {
            transition-delay: 0.2s;
        }
        .sh-workflow-step:nth-child(3).visible {
            transition-delay: 0.3s;
        }
        .sh-workflow-step:nth-child(4).visible {
            transition-delay: 0.4s;
        }


/* Общие стили для блока команды */
        .st-team {
            max-width: 100%;
            margin: 0 auto;
            padding: 10px 20px;
            position: relative;
            overflow: hidden;
        }

        .st-team:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
        }

        .st-team-title {
            text-align: center;
            font-size: 30px;
            margin-bottom: 60px;
            position: relative;
            padding-bottom: 15px;
        }



        .st-team-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
        }

        /* Карточка сотрудника */
        .st-team-member {
            flex: 0 1 350px;
            background-color: white;
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.4s ease;
            position: relative;
        }

        .st-team-member:hover {
            transform: translateY(-15px);
        }

        /* Верхняя часть с фото */
        .st-member-photo-container {
            position: relative;
            height: 300px;
            overflow: hidden;
        }

        .st-member-photo {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .st-team-member:hover .st-member-photo {
            transform: scale(1.05);
        }

        .st-photo-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 80px;
            background: linear-gradient(to top, rgba(44, 62, 80, 0.8), transparent);
            z-index: 1;
        }

        /* Социальные иконки (опционально) */
        .st-member-social {
            position: absolute;
            top: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            z-index: 2;
            opacity: 0;
            transform: translateX(20px);
            transition: all 0.4s ease;
        }

        .st-team-member:hover .st-member-social {
            opacity: 1;
            transform: translateX(0);
        }

        .st-social-icon {
            width: 36px;
            height: 36px;
            background-color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #3498db;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }

        .st-social-icon:hover {
            background-color: #3498db;
            color: white;
            transform: scale(1.1);
        }

        /* Нижняя часть с информацией */
        .st-member-info {
            padding: 30px;
            text-align: center;
        }

        .st-member-name {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: #2c3e50;
        }

        .st-member-position {
            font-size: 1.1rem;
            color: #0286e7;
            margin-bottom: 20px;
            font-weight: 600;
            position: relative;
            display: inline-block;
            padding-bottom: 10px;
        }

        .st-member-position:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background-color: #e0e0e0;
        }

        .st-member-description {
            font-size: 1.05rem;
            line-height: 1.6;
            color: #555;
            margin-bottom: 0;
        }

        /* Декоративный элемент */
        .st-member-decoration {
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #3498db 0%, #2c3e50 100%);
            margin: 20px auto 0;
            border-radius: 2px;
        }

        /* Адаптивные стили для планшетов */
        @media (max-width: 992px) {
            .st-team-container {
                gap: 30px;
            }
            
            .st-team-title {
                font-size: 2.2rem;
                margin-bottom: 60px;
            }
            
            .st-team-member {
                flex: 0 1 330px;
            }
        }

        /* Адаптивные стили для мобильных устройств */
        @media (max-width: 768px) {
            .st-team {
                padding: 70px 15px;
            }

            .st-team-title {
                font-size: 1.8rem;
                margin-bottom: 40px;
            }

            .st-team-container {
                gap: 30px;
            }

            .st-team-member {
                flex: 0 1 100%;
                max-width: 400px;
            }

            .st-member-photo-container {
                height: 280px;
            }

            .st-member-info {
                padding: 25px;
            }

            .st-member-name {
                font-size: 1.4rem;
            }

            .st-member-position {
                font-size: 1rem;
            }

            .st-member-description {
                font-size: 1rem;
            }
            
            .st-member-social {
                opacity: 1;
                transform: translateX(0);
                flex-direction: row;
                top: auto;
                bottom: 15px;
                right: 50%;
                transform: translateX(50%);
            }
        }

        /* Анимация при прокрутке */
        .st-team-member {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .st-team-member.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Задержка анимации для каждого сотрудника */
        .st-team-member:nth-child(1).visible {
            transition-delay: 0.1s;
        }
        .st-team-member:nth-child(2).visible {
            transition-delay: 0.2s;
        }
        .st-team-member:nth-child(3).visible {
            transition-delay: 0.3s;
        }



/* Общие стили для блока "О нас в цифрах" */
        .zf-numbers {
            max-width: 100%;
            margin: 0 auto;
            padding: 10px 20px;
            position: relative;
            overflow: hidden;
        }

        .zf-numbers:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
        }

        /* Анимированные точки на фоне */
        .zf-numbers-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }

        .zf-bg-dot {
            position: absolute;
            width: 4px;
            height: 4px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
        }

        .zf-numbers-title {
            text-align: center;
            font-size: 30px;
            margin-bottom: 60px;
            position: relative;
            padding-bottom: 15px;
            z-index: 1;
        }



        .zf-numbers-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
            position: relative;
            z-index: 1;
        }

        /* Карточка с цифрой */
        .zf-number-item {
            flex: 0 1 350px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            padding: 40px 30px;
            text-align: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .zf-number-item:hover {
            transform: translateY(-10px);
        }

        /* Анимированная цифра */
        .zf-number-value {
            font-size: 4rem;
            font-weight: 800;
            margin-bottom: 15px;
            color: #0286e7;
            line-height: 1;
            position: relative;
            display: inline-block;
        }


        /* Иконка */
        .zf-number-icon {
            font-size: 2.5rem;
            margin-bottom: 25px;
            color: #2ecc71;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Описание */
        .zf-number-description {
            font-size: 16px;
            line-height: 1.5;
            margin-top: 10px;
        }

        .zf-number-item:hover .zf-number-corner {
            width: 40px;
            height: 40px;
            opacity: 1;
        }

        /* Адаптивные стили для планшетов */
        @media (max-width: 992px) {
            .zf-numbers-container {
                gap: 30px;
            }
            
            .zf-numbers-title {
                font-size: 2.2rem;
                margin-bottom: 60px;
            }
            
            .zf-number-item {
                flex: 0 1 330px;
                padding: 35px 25px;
            }
            
            .zf-number-value {
                font-size: 3.5rem;
            }
        }

        /* Адаптивные стили для мобильных устройств */
        @media (max-width: 768px) {
            .zf-numbers {
                padding: 70px 15px;
            }

            .zf-numbers-title {
                font-size: 1.8rem;
                margin-bottom: 40px;
            }

            .zf-numbers-container {
                gap: 25px;
            }

            .zf-number-item {
                flex: 0 1 100%;
                max-width: 400px;
                padding: 30px 20px;
            }

            .zf-number-value {
                font-size: 3rem;
            }

            .zf-number-icon {
                font-size: 2rem;
                margin-bottom: 20px;
                height: 50px;
            }

            .zf-number-description {
                font-size: 1.1rem;
            }
        }

        /* Анимация счетчиков */
        .zf-number-value.animated {
            animation: countUp 2s ease-out;
        }

        @keyframes countUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

/* Замените стили для .zf-number-item и связанные с ним */

.zf-number-item {
    flex: 0 1 350px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    /* Добавляем изначальный трансформ, чтобы не было сдвига */
    transform: translateY(0) scale(1);
}

.zf-number-item:hover {
    transform: scale(1.05);
    z-index: 10;
}

/* Также исправляем анимацию появления */
.zf-number-item {
    opacity: 0;
    /* Убираем translateY из начального состояния */
    transform: scale(0.95); /* Начинаем с чуть уменьшенного размера */
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.zf-number-item.visible {
    opacity: 1;
    transform: scale(1); /* Возвращаем нормальный размер */
}

/* Исправляем декоративный уголок */
.zf-number-corner {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.zf-number-item:hover .zf-number-corner {
    /* Убираем изменение размеров, чтобы не влияло на родительский блок */
    opacity: 1;
    /* Вместо увеличения размеров - меняем цвет */
}





