html {
    font-size: 100px;
}

body {
    width: 100%;
    min-width: 480px;
    padding: 0;
    margin: 0 auto;
    font-size: 0.18rem;
    line-height: 140%;
    font-family: Montserrat, sans-serif;
    color: #fff;
    background: #161426;
}

ul,
ol {
    list-style: none;
}

ul[role='list'], ol[role='list'] {
    padding: 0;
}

img {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px auto;
}


h1 {
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
    font-size: 32px;

}

h1.title{
    color: #fff !important;
    text-align: center !important;
}

h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 140%;
    text-transform: uppercase;
}

h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

h4 {
    font-size: 18px !important;
}

p {
    font-weight: 600;
}

section,
footer {
    margin-top: 5px;

}

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

.title {
    text-align: center;
}

.product-subtitle {
    max-width: 270px;
    margin: 15px auto 0;
    padding: 0.07rem 0.12rem 0.05rem;
    background: -webkit-gradient(linear, left top, right top, from(#fb5339), color-stop(103.83%, #9915ff));
    background: linear-gradient(90deg, #fb5339 0%, #9915ff 103.83%);
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
}

.product-title {
    text-align: center;
    -webkit-animation: shadow 4s infinite linear;
    animation: shadow 4s infinite linear;
    font-size: 50px;
}

.specifications .title {
    margin-top: 20px;
}

@-webkit-keyframes shadow {
    0% {
        text-shadow: 0px 1px 5px #ffffff, 0px -1px 5px #ffffff, 0px 0px 50px #ff6666, 0px 0px 30px rgba(255, 208, 208, 0.8),
            0px 0px 10px #fd361b;
    }

    50% {
        text-shadow: none;
    }

    100% {
        text-shadow: 0px 1px 5px #ffffff, 0px -1px 5px #ffffff, 0px 0px 50px #ff6666, 0px 0px 30px rgba(255, 208, 208, 0.8),
            0px 0px 10px #fd361b;
    }
}

@keyframes shadow {
    0% {
        text-shadow: 0px 1px 5px #ffffff, 0px -1px 5px #ffffff, 0px 0px 50px #ff6666, 0px 0px 30px rgba(255, 208, 208, 0.8),
            0px 0px 10px #fd361b;
    }

    50% {
        text-shadow: none;
    }

    100% {
        text-shadow: 0px 1px 5px #ffffff, 0px -1px 5px #ffffff, 0px 0px 50px #ff6666, 0px 0px 30px rgba(255, 208, 208, 0.8),
            0px 0px 10px #fd361b;
    }
}

.featured-media {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* Секция с обрезкой изображения */
.featured-media picture,
.featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 25px;
}

/* Блок скидки */
.featured-media .discount {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #ff4c4c;
    color: #fff;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    z-index: 10;
    font-size: 20px;
    z-index: 999999;
}


.content-wrap {
    background: transparent;
    position: relative;
    width: 480px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.benefits_list {
    padding: 12px 0 12px 18px;
    background: #790000;
    background-image: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%);
    color: #3a3d45;
    color: #333;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #a00000;
    box-shadow: 1px 2px 20px 0px #ff0000;
}

.benefits_list .benefit_item {
    float: left;
    padding: 0 0 0 44px;
    width: 31%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    color: #fff;
}

.benefits_list .benefit_item:last-child {
    width: 130px;
}

.benefits_list .benefit_item:before {
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1) center no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
}

.benefits_list .benefit_item:nth-child(1):before {
    background-image: url("../img/offer3__benefit2_icon.png");
}

.benefits_list .benefit_item:nth-child(2):before {
    background-image: url("../img/offer3__benefit1_icon.png");
}

.benefits_list .benefit_item:nth-child(3):before {
    background-image: url("../img/offer3__benefit3_icon.png");
}

/*  */

.benefit-list {
    padding-left: 16px;
    text-shadow: 0 0 12px black;
    position: absolute;
    top: 200px;
}

.benefit-list li {
    padding-left: 0.4rem;
    position: relative;
    max-width: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.benefit-list li:not(:last-child) {
    margin-bottom: 0.25rem;
}

.benefit-list li::before {
    content: "";
    position: absolute;
    background: url("../img/tick.svg") no-repeat;
    background-size: 100%;
    width: 0.28rem;
    height: 0.29rem;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-description img {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin: 5px auto;
    border-radius: 20px;
}

/* .product-description img:nth-child(1) { */
.product-description img {
    border-radius: 25px;
    overflow: hidden;
    width: 440px;
    height: 440px;
    background: #000;
    text-align: center;
    box-shadow: 0 0 20px #a81fe48a;
}


.product-description h1, .product-description h2, .product-description h3, .product-description h4, .product-description h5, .product-description strong, .product-description p, .product-description span {
    padding: 15px 15px 0;
}


.gradient-border {
    --borderWidth: 2px;
    background: #161426;
    position: relative;
    margin: 0.24rem 0.3rem 0.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0.18rem 0.15rem;
}

.gradient-border:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    z-index: -1;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@-webkit-keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



/* Prices */
.pricing-block {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px 20px 20px;
    background: linear-gradient(to bottom, #161426, #282850);
    border-radius: 15px;
    color: #fff;
    text-align: center;
    max-width: 425px;
    margin: 0 auto;
}

.pricing-block .old-price,
.pricing-block .new-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pricing-block .old-price span,
.pricing-block .new-price span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ccc;
}

.pricing-block .old-price strong,
.pricing-block .old-price small,
.pricing-block .new-price strong,
.pricing-block .new-price small {
    display: inline-block;
    vertical-align: middle;
}

.pricing-block .old-price strong {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    color: #ff4c4c;
}

.pricing-block .old-price strong::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ff4c4c;
    transform: translateY(-50%);
}

.pricing-block .old-price small {
    font-size: 24px;
    color: #ccc;
}

.pricing-block .new-price {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.pricing-block .new-price strong {
    font-size: 50px;
    font-weight: bold;
}

.pricing-block .new-price small {
    font-size: 46px;
    color: #fff;
    margin-left: 5px;
}

.pricing-block .old-price .price-line {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pricing-block .new-price .price-line {
    display: flex;
    align-items: center;
    gap: 5px;
}


.text {
    display: flex;
    justify-content: center;
}

.discount_percent {
    padding: 2px 5px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ff0000;
    color: #fff;
    width: fit-content;
}

.big-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.22rem 0;
    width: fit-content;
    padding: 20px 25px;
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 16s linear infinite;
    outline: none;
}

.btn-shop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 0.22rem 0 !important;
    width: fit-content !important;
    padding: 20px 25px !important;
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5) !important;
    background-size: 600% !important;
    -webkit-animation: anime 16s linear infinite !important;
    animation: anime 16s linear infinite !important;
    outline: none !important;
    min-width: 330px !important;
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.big-button :active {
    top: 1px;
}

.characteristics__list {
    padding: 0;
    background: #161426;
}

.characteristics__list h2 {
    margin-bottom: 0.25rem;
}

.characteristics__list li {
    padding: 0.2rem 0.3rem;
    font-weight: 600;
    display: flex;
}

.characteristics__list li:nth-child(2n + 1) {
    background-color: #2b2941;
}


.number-discount {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.characteristics__list li b {
    display: block;
    float: left;
    width: 50%;
}

.characteristics__list li span {
    display: block;
    width: 50%;
}

.characteristics__list li::before {
    content: none !important;
    display: none !important;
}


/* features */
.features-block {
    padding: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.01)),
        url("../img/s3.jpg") center no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: #fff;
}

.features-block .title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
    color: #fff;
    text-transform: uppercase;
}

.feature-item-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 16px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
}

.feature-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffeb3b;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Feature text section */
.feature-text {
    flex: 1;
}

.feature-title {
    margin: 0 0 8px;
    /* 0.5rem = 8px */
    font-size: 19px;
    /* 1.2rem = 19px */
    line-height: 1.2;
    color: #ffeb3b;
    /* Желтый оттенок для выделения заголовков */
}

.feature-description {
    margin: 0;
    font-size: 14px;
    /* 0.9rem = 14px */
    line-height: 1.4;
    color: #ddd;
}


/* Reviews */
.reviews {
    background-color: #161426;
    padding: 20px 15px;
    border-radius: 20px;
}

.reviews .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.reviews .swiper {
    padding-bottom: 50px;
}

.reviews .swiper-slide {
    width: 95% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dbdbdb;
    border-radius: 20px;
    padding: 20px;
    margin: 5px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.reviews .rev_item_image {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.reviews .rev-text {
    text-align: center;
}

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

.reviews .rev-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #333;
}

.reviews .rev-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}

.reviews .rev-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.reviews .swiper-button-next,
.reviews .swiper-button-prev {
    background-color: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #a81fe48a !important;
    font-weight: bold !important;;
}

.reviews .swiper-pagination {
    bottom: 15px !important;
    text-align: center;
}

.reviews .rating {
    font-size: 20px;
    color: #ffcc00;
    margin-bottom: 10px;
}


/* timer */

.timer_block {
    padding: 2px 20px 2px 20px;
    background: #4f41a2;
    background-image: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%);
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.timer_block p {
    float: left;
    margin: 10px 0;
    padding: 0 0 0 40px;
    width: 170px;
    background: url(../img/offer3__clock_icon.png) left center no-repeat;
    font-size: 14px;
    line-height: 16px;
}



.timer {
    float: right;
    margin: 10px 0;
}

.timer_item {
    float: left;
    width: 60px;
    text-align: center;
}

.timer_item .text {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 12px;
}

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

.timer_item:not(:last-child) .count:before {
    display: block;
    content: ':';
    width: 10px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: -5px;
}

.timer_item:last-child .count:before {
    content: '';
}


.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;
    width: 95% !important;
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;         
    box-sizing: border-box; 

}

.wpcf7-form {
    margin: 30px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

select {
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;         
    box-sizing: border-box; 
}

.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="username"] {
    background-image: url(../img/offer__name_icon.png);
    background-position: 23px center;
    background-repeat: no-repeat;
}

.wpcf7-form input[name="phone"] {
    background-image: url(../img/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;
    }
}


.oreder-form form .wpcf7-form-control {
    width: 93%;
    height: 0.75rem;
    border-radius: 0.4rem;
    text-indent: 0.4rem;
    border: none;
    outline: none;
    font-size: 0.18rem;
    line-height: 0.22rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

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

.oreder-form form .big-button {
    border: none;
    width: 93%;
    max-width: 380px;
    height: 0.75rem;
    font-size: 28px;
    line-height: 0.22rem;
    background-color: #399761;
    color: #fff;
    border-radius: 0.4rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: Arial;
}

.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.35rem;
    color: #e74c3c;
    font-size: 0.16rem;
    text-align: center;
}

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



/*   Бігуща строка  */

@keyframes marqueeAnimation {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee-container {
    overflow: hidden;
    background: #ffffff;
    text-align: center;
}

.marquee-text {
    animation: marqueeAnimation 10s linear infinite;
    white-space: nowrap;
    font-size: 16px;
    padding-top: 2px;
    font-weight: 900;
    color: #3c4152;
}

/* Адаптация для мобильных устройств */
@media (max-width: 480px) {
    .marquee-text {
        font-size: 12px;
        animation-duration: 10s;
    }
}

/*   Бігуща строка  */

.text-block {
    margin-bottom: 10px;
    /* Додавання відступу між стопчиками */
}

.footer {
    padding: 0;
}

.footer p {
    color: black;
}

.countdown {
    display: none;
}


/* How to get */


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

.step_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.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%;
    flex-direction: column;
}

.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;
}

/* Steps */
.steps-block {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.steps-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
}

.steps-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1a1a2e;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.steps-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.steps-item .img {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.steps-item .img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.steps-item:hover .img img {
    transform: scale(1.1);
}

.steps-item .content {
    padding: 15px;
}

.steps-item .content p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.steps-item .content p span {
    display: block;
    font-weight: bold;
    color: #ffcc00;
    margin-bottom: 5px;
}


.product-description ul {
    list-style: none;
    padding: 0;
}


.product-description ul li {
    font-size: 18px;
    line-height: 1.5;
    color: #ffff;
    margin-bottom: 10px;
    position: relative;
    padding: 0 25px;
}

.product-description ul li::before {
    content: '⦿';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #ffff;
}

iframe {
    width: 100%;
}

.list_section h2.title{
    color: #fff !important;
}

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

/* Modal */

.modal-header {
    padding: 0;
}

.btn-close {
    top: 8px !important;
    right: 20px !important;
    font-size: initial !important;
}

.modal-dialog {
    margin: 0.75rem auto;
}

.order-info .text {
        display: block
}

p, h3 {
    margin-bottom: 0px !important;
}

.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 {
  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: fixed; /* фиксируем к экрану, не только к блоку */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* высота области блюра */
  background: linear-gradient(to top, rgba(255,255,255,0.5), rgba(255,255,255,0));
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: -1;
  pointer-events: none;
}