:root {
    --color-orange: #fe7201;
    --color-darkred: #a73434;
    --color-red: #ff0101;
    --color-lightgreen: #78d460;
    --color-green: #28a745;
    --color-blue: #007bff;
    --color-lilac: #8394e6;
    --color-gray: #333;
}

body {
    font-size: 16px;
}

h1 {
    margin-bottom: 12px;
}

.top-links .top-links__a,
.top-menu__btn {
    margin-top: 10px;
    padding: 0;
    font-size: 1rem;
    color: var(--top-menu-btn-c);
    background: none !important;
}

.input input {
    background: #fe7201;
}

.input input[type="radio"] {
    background: #ffcda5;
    border-color: #ffcda5;
}

.header-search__input {
    background: #ffeddd;
}

.home-page .html-module p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.4;
    text-indent: 28px;
}

/*.price {*/
/*    white-space: break-spaces;*/
/*}*/

.heading {
    margin-top: 32px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
}

.our_advantages__item {
    background: linear-gradient(145deg, #f4f4f4, #ffffff);
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    padding: 24px;
    transition: all 0.3s ease;
    margin: 12px 1%;
    width: 48%;
    min-height: 300px;
}

.our_advantages__item--wrapper h3 {
    margin: 32px 16px;
}

.our_advantages__item_simple {
    background: linear-gradient(145deg, #f4f4f4, #ffffff);
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    padding: 24px;
    transition: all 0.3s ease;
    margin: 24px 1%;
    width: 48%;
    min-height: 120px;
    text-align: center;
}

.our_advantages__item h3 {
    text-align: center;
}

.advantage-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.advantage-card__icon {
    width: 64px;
    height: 64px;
    background: #f0f0f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-card__title {
    margin-left: 16px;
    font-size: 1.2em;
    color: #333;
}

.text-accent {
    color: #007bff;
}

.sorts-block {
    margin: 0 0 32px;
}

.advantage-card__benefits {
    list-style-type: none;
    padding: 0;
    margin: 15px 0;
}

.advantage-card__benefits li {
    margin-bottom: 8px;
    color: #666;
}

.badge {
    background-color: #28a745;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8em;
}

.cta-button {
    text-decoration: none !important;
}

.cta-button:hover {
    color: #fff;
}

.cascade-animation {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

.menu__level-2-a:hover {
    color: var(--menu-main-level-1-c-hover) !important;
}

.category-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1rem;
}

.category-list__item {
    background: #e4e4e4;
    min-height: 75px;
}

.product-thumb__name:hover {
    color: #fe7200;
}

.qty-indicator__text.t-5 {
    color: #78d460;
    font-size: 1rem;
}

/* Кнопка "Услуги" */
.header-menu__btn_additional {
    font-weight: 500;
    color: var(--menu-main-header-c);
    background: var(--menu-main-header-bg);
}

/* Стикеры */

.sticker__item {
    font-size: 1em;
}

/* ocFilter */

.ocf-noUi-connect:before, .ocf-noUi-handle {
    background-color: #fe7201 !important;
}

/* Страница каталога(категории) */

.product-thumb__stock {
    margin: 0 0 8px 0;
    font-size: 0.8rem;
    font-weight: 500;
}

.product-thumb__stock.in-stock {
    color: var(--color-green);
}

.product-thumb__stock.out-of-stock {
    color: var(--color-red);
}

.products-block .price-new {
    font-size: 1rem;
    line-height: 1.2;
}

.products-block .price-new.small {
    font-size: 0.62rem;
    line-height: 1.2;
}

/* Страница товара */

.product-page .product-page__option .option__item {
    float: left !important;
    clear: none !important;
}

.product-page__wishlist-compare {
    display: none !important;
}

.product-page .price .price-new {
    font-size: 1.6rem;
    line-height: 1.4;
}

.product-page .price .price-new.small {
    font-size: 1.4rem;
}

.product-page .product-page__option .option__item {
    padding-left: 30px;
    float: none;
    clear: both;
    display: flex;
}

.product-data__item.stock {
    padding: 8px;
    border-radius: 8px;
    display: inline-flex;
    max-width: 100%;
    width: 300px;
    justify-content: center;
}

.product-data__item.stock.in-stock {
    background: var(--color-lightgreen);
}

.product-data__item.stock.out-of-stock {
    color: #fff;
    background: var(--color-red);
}

/* Hover-эфеект у товара */
.option__item {
    margin: 0 5px 5px 0;
}

/* Опции на странице товара */
/*.product-page .product-page__option .option__item::before {*/
/*    content: "➕";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 5px;*/
/*    padding-left: 10px;*/
/*}*/

.product-page .product-page__option .option__group-name {
    display: block;
    margin: 0 0 10px;
    font-size: 1.1rem;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 16px;
    font-weight: 500;
}

/* Страница статьи (<article>) */

.article_description {
    margin-top: 0;
    padding-top: 0;
}

.article_description h2 {
    margin-top: 32px;
}

.article_description h3 {
    font-size: 18px;
}

/* Оформление заказа */

/* Скрываем "Группа покупателей", "Отказаться от звонка менеджера" и "Срок хранения" */
.unicheckout__wrapper .checkout-customer__group,
.unicheckout__wrapper .unicheckout__custom-field,
.unicheckout__wrapper .unicheckout__pickup-life {
    display: none !important;
}

.unicheckout-sticky__total-text {
    white-space: break-spaces;
}

/* Кастомное выпадающее меню */

.show {
    display: block !important;
}

.main-menu-custom {
    position: absolute;
    z-index: 999;
    width: 100%;
    max-width: 350px;
    height: auto;
    left: 50%;
    top: 122px;
    margin-left: -300px;
}

.menu-wrapper-custom {
    display: none;
    position: absolute;
    top: 0%;
    left: 10px;
    right: 10px;
    z-index: 988;
    padding: 0;
    background: #fff;
    border-radius: var(--border-radius-0-0-1-1);
}

.menu2.new {
    max-height: 80vh;
    height: 140px;
    overflow-y: auto;
    scrollbar-width: thin;
    border: 1px solid #d8d8d8;
}

.menu2.new .menu__level-1-li {
    flex-direction: column;
}

.top-menu__links {
    position: relative;
}

.top-links-worktime {
    position: absolute;
    right: 10%;
    top: 12px;
    color: #fe7201;
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
}

/* Подарки */

.product-thumb__caption.has_gift::before {
    content: url(/image/icon/gift001.png);
    position: absolute;
    left: -10px;
    top: -30px;
    opacity: 0.5;
}

.product-gift {
    margin: 12px auto 24px auto;
    padding: 16px;
    width: 90%;
    max-width: 460px;
    background: #f7d2b3;
    border-radius: 12px;
}

.product-gift--title {
    position: relative;
}

.product-gift--title::before {
    content: url(/image/icon/gift001.png);
    position: absolute;
    left: -32px;
    top: -68px;
    width: 64px;
    height: 64px;
    opacity: 0.8;
}

.product-gift--content {
}

.product-gift--content li {
}

.live-search__wrapper .live-search__name, .live-search__name span {
    font-size: .9em !important;
    font-weight: 400 !important;
}

.live-search__price {
    font-size: .9em !important;
    font-weight: 600 !important;
}

.live-search__item {
    padding: 2px 0 !important;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (min-width: 768px) {
    .menu1 .column-1 {
        width: 373px;
    }

    /* Main slider */
    .uni-slideshow_v2__title {
        font-weight: 900;
        font-size: 2.4rem;
        line-height: 1.3;
    }
}

@media screen and (min-width: 992px) {

}

@media screen and (max-width: 1344px) {
    .top-links-worktime {
        right: 6%;
    }
}

@media screen and (max-width: 1199px) {
    .top-links-worktime {
        top: 35px;
        font-size: 0.85rem;
    }
}

@media screen and (max-width: 991px) {
    .top-links-worktime {
        top: 9px;
        left: 27%;
        font-size: 1rem;
    }

    .menu-wrapper-custom .menu__collapse {
        font-size: 0.9rem;
    }

    .menu-wrapper-custom .menu__collapse {
        top: 0;
    }

    .menu2.new {
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-12 {
        width: 100%;
    }

    .our_advantages__item,
    .our_advantages__item_simple {
        margin: 24px auto;
        width: 100%;
        float: none;
        clear: both;
    }

    .product-gift {
        width: 100%;
    }

    .main-menu-custom {
        left: 50px;
        top: 102px;
        margin-left: 0;
    }
}

.menu-wrapper-custom .menu2 .menu__level-1-a {
    justify-content: left;
}

@media screen and (max-width: 579px) {
    .top-links-worktime {
        top: 8px;
        left: 25%;
        font-size: 0.85rem;
    }
}


@media screen and (max-width: 479px) {
    .top-links-worktime {
        top: 4px;
    }
}
