@import url('css2_2.css');
@import url('css2_1.css');

* {
    font-family: 'Roboto';
}

body {
    width: 100%;
    min-width: 480px;
    padding: 0 !important;
    margin: 0 auto;
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    background: url('../images/back.jpeg');
}

.title:before,
.title:after {
    display: none;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

b, strong {
    font-weight: 700;
}


section {
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
    color: #fff;
}

h2.title {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

h2.title span {
    display: block;
    color: #fff;
}

h2.title.white span {
    color: #fff;
}


ol, ul {
    list-style: none;
}

ul[role='list'], ol[role='list'] {
    padding: 0;
}

.content-wrap {
    background: #000000;
    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("../images/offer3__benefit2_icon.png");
}

.benefits_list .benefit_item:nth-child(2):before {
    background-image: url("../images/offer3__benefit1_icon.png");
}

.benefits_list .benefit_item:nth-child(3):before {
    background-image: url("../images/offer3__benefit3_icon.png");
}

/*  */

.benefit-list {
    margin: 25px 0;
    padding: 0;
}

.benefit-list li {
    margin: 0 40px 12px;
    padding: 0 0 0 32px;
    background: url("../images/offer__tick_white_icon.png") left 1px no-repeat;
    background-size: 22px;
    color: #fff;
}

.product-description img {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 2%;
    border: 2px solid #ffffff;
    border-radius: 15px;
    box-shadow: 1px 2px 20px 0px #ffffff;
}

.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: 0 15px;
}

.video-presentation {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 2%;
    border: 2px solid #ffffff;
    border-radius: 15px;
    box-shadow: 1px 2px 20px 0px #ffffff;
}

/* Prices */
.pricing-block {
    display: flex;
}

.pricing-block .old-price,
.pricing-block .new-price {
    float: left;
    padding: 20px 0 0;
    width: 50%;
    height: 90px;
    text-align: center;
}

.pricing-block .new-price {
    position: relative;
    width: 50%;
    height: 90px;
    text-align: center;
}

.pricing-block .new-price::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 15px;
    width: 1px;
    background-color: #e6e6e6;
}

.pricing-block .old-price span,
.pricing-block .new-price span {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    display: block;
}

.pricing-block .new-price span {
    margin: 0 0 8px;
}

.pricing-block .new-price span span {
    padding: 2px 5px 3px;
    border-radius: 4px;
    background: #ff0000;
    color: #fff;
    display: inline-block;
}

.pricing-block .old-price strong {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-decoration: line-through;
    color: #fff;
}

.pricing-block .new-price strong {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.text {
    display: flex;
    align-items: center;
    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: block;
    margin: 0 auto;
    max-width: 400px;
    height: 83px;
    width: 100%;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: radial-gradient(circle at 50% 50%, #ff0000 25%, #ff6969 50%, #6b0000 75%, #ff0000 100%);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #ffffff;
    box-shadow: 1px 2px 20px 0px #ffffff;
}

.sect_5 h2 .title {
    margin-top: 15px;
}


.big-button :active {
    top: 1px;
}

.characteristics__list {
    padding: 0;
}

.characteristics__list li {
    padding: 8px 30px;
    color: #f9f9f9;
    list-style: none;
}

.characteristics__list li:nth-child(even) {
    background: #2f3340;
    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%);
}

.characteristics__list li b {
    display: block;
    float: left;
    width: 50%;
}

.characteristics__list li span {
    display: block;
    margin-left: 210px;
}


.characteristics__list li::before {
    content: none !important;
    display: none !important;
}


.number-discount {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.specifications h2 {
    margin-top: 15px;
}

iframe {
    width: 100% !important;
}

/* features */

.feature-item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0 30px;
}

.feature-item {
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: flex-start;
    height: auto;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    border-radius: 35px;
    text-align: center;
    flex: 1 1 calc(33.333% - 30px);
    height: auto;
    min-height: 150px;
}

.feature-item:nth-child(odd) {
    flex-direction: row;
    text-align: left;
}

.feature-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    padding: 15px 158px 15px 25px;
}

.feature-image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 100%;
    border-radius: 35px 0 0 35px;
    left: 0;
    object-fit: fill;
}

.feature-item:nth-child(even) .feature-image img {
    right: 0;
    left: auto;
    border-radius: 0 35px 35px 0;
}

.feature-text {
    margin-left: 140px;
    flex: 1;
    line-height: 20px;
}

.feature-item:nth-child(even) .feature-text {
    margin-left: 0;
}

.feature-title {
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.feature-description p {
    font-size: 17px;
    color: #000;
    margin: 0;
}

/* Reviews */

.reviews {
    color: #fff;
    padding: 30px 20px;
}

.reviews .title {
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
    width: 70%;
    margin: 25px auto 0;
}

.reviews>.swiper-slide {
    margin-bottom: 30px;
}

.reviews>.swiper-slide:last-of-type {
    margin-bottom: 0;
}

.rev_item {
    background: #fff;
    padding: 0 25px;
    border-radius: 12px;
    margin: 0 20px;
}

.rev_item_image {
    min-width: 100%;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.rev-text {
    text-align: center;
    padding: 30px 20px 0;
    display: flex;
    flex-direction: column;
    color: #333;
    line-height: 1.8;
}

.rev-text .rev-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
}

.rev-name {
    margin-bottom: 20px;
}

.rev-author {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.rev-author:before {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/quote-icon.png") 0 0 no-repeat;
    width: 20px;
    height: 16px;
    margin-right: 10px;
    content: '';
}

.swiper-pagination {
    display: none;
}

.rating {
    color: gold;
}


/* 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: 5px 0;
    padding: 0 0 0 18px;
    width: 170px;
    background: url(../images/offer3__clock_icon.png) left center no-repeat;
    font-size: 14px;
    line-height: 16px;
}


.timer {
    float: right;
    margin: 5px 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: '';
}


.header {
    text-align: center;
    padding: 7px 9px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 21px !important;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 0;
}


.wpcf7-form {
    margin: 30px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.wpcf7-form select,
.wpcf7-form input {
    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: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.wpcf7-form input[name="username"] {
    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%;
}


/*   Бігуща строка  */

@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;
}

/* Steps */
.steps-block {
    padding: 40px 12px;
}

.steps-block .title {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.steps-block .title::after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #ffff;
    display: block;
    margin: 20px auto 0;
    border-radius: 2px;
}

.title {
    text-align: center;
}

.steps-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.steps-item {
    width: 48%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps-item .img {
    width: 125px;
    height: 125px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps-item .content {
    text-align: center;
}

.steps-item p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.steps-item p span {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

/*  */

.product-description ul {
    list-style: none;
    margin-left: 20px;
    padding: 0;
}

.product-description ul li {
    font-size: 18px;
    line-height: 1.5;
    color: #ffff;
    margin-bottom: 10px;
    position: relative;
    padding: 0 25px 0 30px;
}

.product-description ul li::before {
    content: '⦿';
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 18px;
    color: #ffff;
}

ul strong {
    padding: 0 !important;
}

