body {
    padding: 0;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    cursor: default;
    background: #ddd;
    counter-reset: step;
}
:root {
    --tov-main-color: rgb(154, 1, 168);
    --tov-secondary_color: rgb(0, 0, 0);
}

.content-wrap {
    border-radius: 0;
}

.header {
    padding: 12px 0;
    text-align: center;
}

.product-title {
    font-size: 28px;
    color: #000000;
    text-shadow: 1px 1px 5px #d1d0d0;
}

.featured-media .discount {
    display: none;
}

.item-card>.countdown h4,
.item-card>.countdown .value {
    display: none;
}

#countdown {
    padding: 20px 8px;
}

.countdown {
    padding: 20px 10px;
    text-align: center;
    background: linear-gradient(0deg, var(--tov-main-color, rgba(0, 0, 0, 1)) 0%, var(--tov-secondary_color, rgba(131, 82, 57, 1)) 100%);
    color: #fff;
    width: auto;
}

.countdown.is-sticky {
    width: 480px;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    margin-top: 0px;
}
.countdown.is-sticky {
transition: top 3s, box-shadow 5s, width 4s, background 4s;
}

.logged-in .is-sticky {
    padding-top: 45px;
    margin-top: 0;
}

.pricing-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    margin: 8px auto;
    text-align: center;
}

.is-sticky + .pricing-block {
    padding-top: 90px;
}

/* Когда плашка зафиксирована - добавляем отступ для основного контента */
body:has(.countdown.is-sticky) .content-wrap {
    padding-top: 110px;
}

/* Fallback для браузеров без поддержки :has() */
.countdown-is-sticky-active .content-wrap {
    padding-top: 115px;
}

/* Альтернативный способ - добавляем отступ ко всем основным блокам контента */
body:has(.countdown.is-sticky) .product-description,
body:has(.countdown.is-sticky) .presentation,
body:has(.countdown.is-sticky) .features-block,
    margin-top: 115px;
}

/* Убираем лишние отступы у отдельных элементов когда используется общий отступ */
body:has(.countdown.is-sticky) .pricing-block,
body:has(.countdown.is-sticky) .title,
body:has(.countdown.is-sticky) .block-title,
body:has(.countdown.is-sticky) .number-discount,
body:has(.countdown.is-sticky) h1,
body:has(.countdown.is-sticky) h2,
body:has(.countdown.is-sticky) h3,
body:has(.countdown.is-sticky) .presentation,
body:has(.countdown.is-sticky) .features-block,
body:has(.countdown.is-sticky) .reviews,
body:has(.countdown.is-sticky) .product-description,
body:has(.countdown.is-sticky) .list_section {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.countdown-text {
    display: none;
}

.countdown-text-d6 {
    margin: 0 auto;
}

.countdown-text-d6>p:first-child {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.countdown-text-d6>p:first-child>span {
    border: 1px solid #fff;
    padding: 0 8px;
    border-radius: 5px;
    background: #fff;
    color: #06064b;
    font-weight: 700;
}

.countdown-text-d6>p:last-child {
    font-size: 12px;
}

.countdown-text-d6 p {
    margin-bottom: 0;
}

.countdown-text-d6 p+p {
    margin-top: 5px;
}

.pricing-block .old-price,
.pricing-block .new-price {
    font-size: 14px !important;
    padding-bottom: 0 !important;
    margin-left: 10px;
}

.pricing-block .old-price div,
.pricing-block .new-price div {
    margin-top: 10px;
}

.pricing-block .new-price strong,
.pricing-block .new-price small {
    font-size: 50px;
    color: #06064b;
    font-weight: 700;
}

.pricing-block .old-price strong,
.pricing-block .old-price small {
    font-size: 30px;
    color: #727272;
    text-decoration: line-through;
    font-weight: 400;
}

.order-button a,
.oreder-form .button-submit {
    color: #fff;
    box-shadow: none;
    margin-top: 30px;
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 80px;
    border: none;
    background: linear-gradient(0deg, var(--tov-main-color, rgba(0, 0, 0, 1)) 0%, var(--tov-secondary_color, rgba(131, 82, 57, 1) 100%));
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

.order-button a::after,
.order-form .button-submit::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}


/* Submit button */

.big-button.button-submit {
    color: #fff;
    box-shadow: none;
    margin-top: 30px;
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 80px;
    border: none;
    background: linear-gradient(0deg, var(--tov-main-color, rgba(0, 0, 0, 1)) 0%, var(--tov-secondary_color, rgba(131, 82, 57, 1)) 100%);
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.big-button.button-submit:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.big-button.button-submit::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}


.number-discount {
    text-align: center;
    padding: 0 20px;
    margin-top: 30px;
}

.number-discount .discount-list {
    padding-inline-start: 0;
    font-size: 18px;
}

.number-discount .discount-list li:not(:last-child) {
    padding-bottom: 10px;
}

.discount-list {
    margin: 10px 0 0;
    padding: 0;
    font-size: 20px;
}

h1.title {
    margin: 30px 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(0deg, var(--tov-main-color, rgba(136, 102, 89, 1)) 0%, var(--tov-secondary_color, rgba(65, 37, 9, 1) 100%));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-bottom: 0;
    text-align: center !important;
}

.title,
.number-discount .block-title {
    margin: 30px 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(0deg, var(--tov-main-color, rgba(136, 102, 89, 1)) 0%, var(--tov-secondary_color, rgba(65, 37, 9, 1) 100%));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-bottom: 0;
}


.title:before, .title:after {
    display: none;
}

.presentation {
    border: none !important;
    box-shadow: none !important;
}

.presentation p {
    margin: 10px 20px;
}

.presentation img {
    border-radius: 5px;
}

.presentation ul,
.specifications .characteristics__list {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.presentation ul li,
.specifications .characteristics__list li {
    margin: 0 17px 12px;
    padding: 0 0 0 32px;
    background: url("../images/black-marker.png") left 1px no-repeat;
    background-size: 20px;
}

.specifications img {
    margin: 0 auto;
    border-radius: 5px;
}

.reviews {
    background: linear-gradient(145deg, #292929, #383838);
    padding: 50px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.reviews .title {
    font-size: 28px;
    font-weight: 700;
    color: #f5f5f5;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.rev_item {
    background: #444;
    padding: 20px 20px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rev_item:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.rev_image-wrap {
    margin-bottom: 20px;
}

.rev_item_image {
    border-radius: 3%;
    object-fit: cover;
}

.rev-text {
    color: #e0e0e0;
    margin-top: 15px;
}

.rev-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rev-content {
    font-size: 14px;
    color: #b3b3b3;
    margin-bottom: 20px;
    line-height: 1.6;
}

.rev-author-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.rev_avatar-wrap {
    margin-right: 10px;
}

.rev_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f5f5f5;
}

.rev-author-name {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    margin: 5px 5;
}


.swiper-pagination-bullet-active {
    background-color: #f5f5f5;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

/* 
.reviews {
    background: #333;
    padding: 30px 0 30px;
}

.reviews .title {
    color: #fff;
}

.rev_item {
    padding: 0 30px;
}

.rev_item img+.rev-text {
    margin-top: 30px;
}

.rev_item .rev-text,
.rev_item .rev-name {
    color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet {
    box-shadow: inset 0 0 5px gray;
    border: 1px solid white;
    background: rgb(255 255 255 / 23%);
    border-radius: 20px;
    display: block;
    height: 20px;
    margin: 5px !important;
    width: 20px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    box-shadow: none;
    background-color: white;
    border: 1px solid gray;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.swiper-button-next {
    transform: rotate(135deg);
}

.swiper-button-prev {
    transform: rotate(-45deg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
    display: block;
    margin: -20px;
    width: 25px;
    height: 25px;
    border-top: 4px solid rgb(255 255 255 / 100%);
    border-left: 4px solid rgb(255 255 255 / 100%);
    transition: all 0.3s;
}

.reviews .title span {
    background: linear-gradient(0deg, var(--tov-main-color, rgba(126, 92, 79, 1))) 0%, var(--tov-secondary_color, rgba(97, 67, 56, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 25px;
} */

.how-to-get {
    margin: 20px 10px 40px;
}

.step_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgb(239, 242, 247);
}

.step_item:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.step_item:nth-of-type(odd) .bg_icon {
    left: 0;
    transform: translate(-50%, -50%);
}

.step_item .image {
    position: relative;
    width: 50%;
}

.step_item .decor {
    overflow: hidden;
    box-shadow: var(--cr-shadow);
    width: 100%;
}

.step_item .bg_icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);

    width: 64px;
    height: 64px;

    background: rgb(239, 242, 247);
    border-radius: 100%;
    box-shadow: var(--cr-shadow);

    display: flex;
    align-items: center;
    justify-content: center;

}

.step_item .text {
    padding: 0 10px 0 50px;
    width: 50%;
}

.step_item:nth-of-type(odd) .text {
    padding: 0 50px 0 10px;
}

.step_item .text p {
    font-size: 14px;
}

.list_4 {
    padding: 20px 0 0 0;
    margin: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    gap: 20px 20px;
}

.how-item {
    position: relative;
    text-align: center;
}

.how-item img {
    display: inline-block;
    border-radius: 100%;
    width: 132px;
    padding: 5px;
    background-color: #193255;
}

.how-item span {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 30px;
    top: 0;
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;

    background: #FF2525;
    color: #FFFFFF;
    font-size: 30px;
}

.how-to-get {
    display: none;
}

.steps-list {
    margin: 20px;
    text-transform: uppercase;
}

.steps-item {
    padding: 26px;
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 1px #dfdfdf;
    margin: 15px 0px;
    position: relative;
}

.steps-item::before {
    margin-right: 12px;
    position: relative;
    width: 68px;
    height: 68px;
    float: left;
    margin-right: 5px;
    content: counter(step);
    counter-increment: step;
    background: radial-gradient(var(--tov-main-color, rgba(0, 0, 0, 1)) 0%, var(--tov-secondary_color, rgba(131, 82, 57, 1)) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 36px;
}

.steps-item p span:first-child {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    height: 60px;
    margin-top: 8px;
}

.steps-item p {
    font-size: 18px;
}

.contact-form {
    margin: 30px 0;
}

.oreder-form input,
.oreder-form select {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 80px;
    width: 400px;
    height: 66px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}


.countdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.countdown h4 {
    float: left;
    padding: 0 0 0 5px;
    width: 170px;
    height: 30px;
    background: url("../images/offer_benefit3.svg") left center no-repeat;
    background-size: contain;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: initial;
}

.countdown__timer {
    display: flex;
    justify-content: space-evenly;
}

.countdown .countdown__item {
    display: flex;
    flex-direction: column-reverse;
    width: 60px;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

.countdown__value {
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    position: relative;
}

.countdown__item:not(:last-child)::after {
    display: block;
    content: ":";
    width: 10px;
    line-height: 24px;
    position: absolute;
    bottom: 5px;
    right: -8px;
    font-size: 40px;
}

.countdown__label {
    margin-bottom: 10px;
}

.featured-media+.countdown {
    display: none;
}

.countdown {
    padding: 20px;
}

.countdown .value {
    position: relative;
}

.countdown .value::after {
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: -8px;
    width: 100%;
}

.title_block {
    background: linear-gradient(0deg, var(--tov-main-color, rgba(0, 0, 0, 1)) 0%, var(--tov-secondary_color, rgba(131, 82, 57, 1) 100%));
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 15px 10px 7px 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.reyt {
    display: flex;
    justify-content: space-around;
    color: #fff !important;
}

.reyt div p {
    margin-bottom: 0;
}

.reyt-block {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.reyt-desc {
    font-size: 12px;
}

.reyt-block img {
    height: 20px;
}

.featured-media+.countdown {
    display: none;
}

.countdown {
    padding: 20px;
}

.countdown .value {
    position: relative;
}

.countdown .value::after {
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: -8px;
    width: 100%;
}

.warehouse-stock {
    margin: 20px 0 0;
    text-align: center;
}

.warehouse-stock span {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 2px 1px #acabab;
    color: #06064b;
    font-weight: 700;
}

/* .feature-item-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.feature-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 30px;
    width: 50%;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
}

.feature-item .feature-text {
    padding: 0 10px;
}

.feature-item .feature-title {
    font-size: 15px;
    text-transform: initial;
}

.feature-image img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin: 0 auto;
} */

.features-block {
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.features-block .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: calc(50% - 20px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--tov-main-color, #ccc);
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.feature-image img {
    width: 165px;
    height: 165px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 8%;
}

.feature-item .feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #444;
}

.feature-item .feature-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.order-button .big-button {
    font-size: 20px;
    border-radius: 50px;
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--tov-main-color, #007bff) 0%, var(--tov-secondary_color, #6610f2) 100%);
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.order-button .big-button:hover {
    background: linear-gradient(90deg, var(--tov-secondary_color, #6610f2) 0%, var(--tov-main-color, #007bff) 100%);
    transform: translateY(-3px);
}

.btn-shop {
    font-size: 20px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    background: linear-gradient(90deg, var(--tov-main-color, #007bff) 0%, var(--tov-secondary_color, #6610f2) 100%) !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: background 0.3s ease, transform 0.3s ease !important;
}

.btn-shop:hover {
    background: linear-gradient(90deg, var(--tov-secondary_color, #6610f2) 0%, var(--tov-main-color, #007bff) 100%) !important;
    transform: translateY(-3px) !important;
}


.oreder-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 0.35rem;
    margin-top: 20px;
}

.oreder-form form .wpcf7-form-control-wrap {
    width: 100%;
}

select {
    border-radius: 38px !important;
    width: 95% !important;
}

.order-wrap {
    margin-bottom: 35px;
}

.wpcf7-form select,
.wpcf7-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 80px;
    width: 400px;
    height: 66px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    border-radius: 4px !important;
}


.wpcf7-form .input[name="comment"] {
    background-image: url("../images/offer__arrow_icon.png");
    background-position: 23px center;
    background-repeat: no-repeat;
}
.wpcf7-form input[name="name"] {
    background-image: url("../images/offer__name_icon.png");
    background-position: 23px center;
    background-repeat: no-repeat;
}

.wpcf7-form input[name="phone"] {
    background-image: url("../images/offer__phone_icon.png");
    background-position: 20px center;
    background-repeat: no-repeat;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

@media (max-width: 768px) {
    .modal-content .wpcf7-form select {
        width: 80% !important;
    }
}

.modal-content button {
    margin-bottom: 20px;
}

.oreder-form form .wpcf7-form-control::placeholder {
    color: #8c8c8c;
}

.oreder-form form .big-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.oreder-form form .big-button:hover:enabled {
    background-color: #2e7b4d;
}

.oreder-form form .wpcf7-response-output {
    margin-top: 0.5rem;
    color: #e74c3c;
    text-align: center;
}

.oreder-form form input[type="hidden"] {
    display: none;
}

.footer {
    padding: 0;
}

.footer p {
    color: black;
}

iframe {
    width: 100%;
}


.warehouse-stock {
    margin: 20px 0 0;
    text-align: center;
}

.warehouse-stock span {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 2px 1px #acabab;
    color: #06064b;
    font-weight: 700;
}

.order-step {
    margin: 20px;
    text-transform: uppercase;
    color: black;
}

.step-item {
    padding: 26px;
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 1px;
    margin: 15px 0px;
    background: white;
}

.item-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.top-img img {
    width: 30px;
    margin-right: 15px;
}

.top-text {
    font-size: 20px;
    font-weight: 700;
}

.item-botton {
    font-size: 15px;
}

.order-color {
    color: #502516;
    font-weight: 600;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    background: radial-gradient(var(--tov-main-color, rgba(0, 0, 0, 1)) 0%, var(--tov-secondary_color, rgba(131, 82, 57, 1)) 100%);
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    transform: translateY(-50%) scale(1.1);
}


:root {
  --tov-main-color: rgb(154, 1, 168); /* основной цвет */
  --tov-secondary_color: rgb(0, 0, 0); /* второстепенный цвет */
}

.fixed-message {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;

  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  z-index: 9999;

  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-message.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* фон с блюром и градиентом */
.fixed-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.25) 20%,
    rgba(0,0,0,0.7) 70%,
    rgba(0,0,0,0.95) 95%,
    rgba(0,0,0,1) 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.25) 20%,
    rgba(0,0,0,0.7) 70%,
    rgba(0,0,0,0.95) 95%,
    rgba(0,0,0,1) 100%
  );
  mask-repeat: no-repeat;
  mask-size: cover;

  z-index: 0;
}

/* кнопка */
.button2 {
  position: relative;
  z-index: 1;
  width: 370px;
  height: 80px;
  line-height: 80px;
  text-align: center;

  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  overflow: hidden;

  background: linear-gradient(
    0deg,
    var(--tov-main-color, #000) 0%,
    var(--tov-secondary_color, #444) 100%
  );
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}

.button2:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* эффект блика */
.button2 .flare {
  position: absolute;
  top: 0;
  left: -50%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: flareMove 2.5s infinite;
}

@keyframes flareMove {
  0% { left: -50%; }
  50% { left: 120%; }
  100% { left: 120%; }
}

/* подпрыгивание только когда блок активный */
.fixed-message.active .button2 {
  animation: bounce 3.6s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(-3px);
  }
}