@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
    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('../img/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;
}

h1.title {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 42px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

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;
    position: relative;
    z-index: 3;
    /* border: 2px solid #a00000; */
    /* box-shadow: 1px 2px 20px 0px #ff0000; */
}

.benefits_list.frame-default {
    border: 2px solid #ffffff;
    box-shadow: 1px 2px 20px 0px #ffffff;
}

.benefits_list.frame-red {
    border: 2px solid #a00000;
    box-shadow: 1px 2px 20px 0px #ff0000;
}

.benefits_list.frame-orange {
    border: 2px solid #FF7D00;
    box-shadow: 1px 2px 20px 0px #ff8a19;
}

.benefits_list.frame-green {
    border: 2px solid #2ECC40;
    box-shadow: 1px 2px 20px 0px #5BFF75;
}

.benefits_list.frame-blue {
    border: 2px solid #425BD8;
    box-shadow: 1px 2px 20px 0px #425BD8;
}

.benefits_list.frame-yellow {
    border: 2px solid #FFD700;
    box-shadow: 1px 2px 20px 0px #FFEE9B;
}

.frame-default p img {
    border: 2px solid #ffffff;
    box-shadow: 1px 2px 20px 0px #ffffff;
}

/* 
.frame-red p img {
    border: 2px solid #a00000 !important;
    box-shadow: 1px 2px 20px 0px #ff0000 !important;
}

.frame-orange p img {
    border: 2px solid #FF7D00 !important;
    box-shadow: 1px 2px 20px 0px #ff8a19 !important;
}

.frame-green p img {
    border: 2px solid #2ECC40 !important;
    box-shadow: 1px 2px 20px 0px #5BFF75 !important;
}

.frame-blue p img {
    border: 2px solid #425BD8 !important;
    box-shadow: 1px 2px 20px 0px #425BD8 !important;
}

.frame-yellow p img {
    border: 2px solid #FFD700 !important;
    box-shadow: 1px 2px 20px 0px #FFEE9B !important;
} */

.presentation.frame-default img {
    border: 2px solid #ffffff;
    box-shadow: 1px 2px 20px 0px #ffffff;
    border-radius: 15px;
}

.presentation.frame-red img {
    border: 2px solid #a00000 !important;
    box-shadow: 1px 2px 20px 0px #ff0000 !important;
    border-radius: 15px;
}

.presentation.frame-orange img {
    border: 2px solid #FF7D00 !important;
    box-shadow: 1px 2px 20px 0px #ff8a19 !important;
    border-radius: 15px;
}

.presentation.frame-green img {
    border: 2px solid #2ECC40 !important;
    box-shadow: 1px 2px 20px 0px #5BFF75 !important;
    border-radius: 15px;
}

.presentation.frame-blue img {
    border: 2px solid #425BD8 !important;
    box-shadow: 1px 2px 20px 0px #425BD8 !important;
    border-radius: 15px;
}

.presentation.frame-yellow img {
    border: 2px solid #FFD700 !important;
    box-shadow: 1px 2px 20px 0px #FFEE9B !important;
    border-radius: 15px;
}


.presentation {
    padding: 0 20px;
}

.frame-orange.big-button {
    background-image: radial-gradient(circle at 50% 50%, #ed9107 0, #f59217 25%, #f1882b 50%, #c1600d 75%, #9f4103 100%);
    box-shadow: 1px 2px 20px 0px #F44336;
    border: none !important;
}

.frame-blue.big-button {
    background-image: radial-gradient(circle at 50% 50%, #a385e8 0, #7c6fe0 25%, #425ad8 50%, #0048d0 75%, #003bc9 100%);
    border: 2px solid #425BD8;
    box-shadow: 1px 2px 20px 0px #425BD8;
}

.frame-green.big-button {
    background-image: radial-gradient(circle at 50% 50%, #2FE28A 0, #00B45A 25%, #009E3D 50%, #006B2F 75%, #00441D 100%);
    border: 2px solid #4CAF50;
    box-shadow: 1px 2px 20px 0px #4CAF50;
}

.frame-yellow.big-button {
    background-image: radial-gradient(circle at 50% 50%, #F9EB31 0, #F9D919 25%, #F8D00F 50%, #F7BC04 75%, #F6A303 100%);
    border: 2px solid #FBC02D;
    box-shadow: 1px 2px 20px 0px #FBC02D;
}

.frame-red.big-button {
    background-image: radial-gradient(circle at 50% 50%, #FE2E2E 0, #FE2F2F 25%, #DE0001 50%, #FE0100 75%, #FE2E2E 100%);
    border: 2px solid #F44336;
    box-shadow: 1px 2px 20px 0px #F44336;
}

.frame-default.big-button {
    background-image: radial-gradient(circle at 50% 50%, #ff0000 25%, #ff6969 50%, #6b0000 75%, #ff0000 100%);
    border: 2px solid #ffffff;
    box-shadow: 1px 2px 20px 0px #ffffff;
    color: #fff;
}

.frame-orange.btn-shop {
    background-image: radial-gradient(circle at 50% 50%, #ed9107 0, #f59217 25%, #f1882b 50%, #c1600d 75%, #9f4103 100%);
    box-shadow: 1px 2px 20px 0px #F44336;
    border: none !important;
}

.frame-blue.btn-shop {
    background-image: radial-gradient(circle at 50% 50%, #a385e8 0, #7c6fe0 25%, #425ad8 50%, #0048d0 75%, #003bc9 100%);
    border: 2px solid #425BD8;
    box-shadow: 1px 2px 20px 0px #425BD8;
}

.frame-green.btn-shop {
    background-image: radial-gradient(circle at 50% 50%, #2FE28A 0, #00B45A 25%, #009E3D 50%, #006B2F 75%, #00441D 100%);
    border: 2px solid #4CAF50;
    box-shadow: 1px 2px 20px 0px #4CAF50;
}

.frame-yellow.btn-shop {
    background-image: radial-gradient(circle at 50% 50%, #F9EB31 0, #F9D919 25%, #F8D00F 50%, #F7BC04 75%, #F6A303 100%);
    border: 2px solid #FBC02D;
    box-shadow: 1px 2px 20px 0px #FBC02D;
}

.frame-red.btn-shop {
    background-image: radial-gradient(circle at 50% 50%, #FE2E2E 0, #FE2F2F 25%, #DE0001 50%, #FE0100 75%, #FE2E2E 100%);
    border: 2px solid #F44336;
    box-shadow: 1px 2px 20px 0px #F44336;
}

.frame-default.btn-shop {
    background-image: radial-gradient(circle at 50% 50%, #ff0000 25%, #ff6969 50%, #6b0000 75%, #ff0000 100%);
    border: 2px solid #ffffff;
    box-shadow: 1px 2px 20px 0px #ffffff;
    color: #fff;
}


/* swiper buttons */
.arrow-red .swiper-button-next:after,
.arrow-red .swiper-button-prev:after {
    color: #ff0000 !important;
}

.arrow-orange .swiper-button-next:after,
.arrow-orange .swiper-button-prev:after {
    color: #FF7D00 !important;
}

.arrow-green .swiper-button-next:after,
.arrow-green .swiper-button-prev:after {
    color: #2ECC40 !important;
}

.arrow-blue .swiper-button-next:after,
.arrow-blue .swiper-button-prev:after {
    color: #425BD8 !important;
}

.arrow-yellow .swiper-button-next:after,
.arrow-yellow .swiper-button-prev:after {
    color: #FFD700 !important;
}

.arrow-default .swiper-button-next:after,
.arrow-default .swiper-button-prev:after {
    color: #ffffff !important;
}


.benefits_list .benefit_item {
    float: left;
    padding: 0 0 0 44px;
    width: 28%;
    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 {
    margin: -92px 0 15px;
    padding: 110px 0 23px;
    /* background: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%); */
    background: radial-gradient(farthest-corner at center, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%) !important;
    position: relative;
    z-index: 2;
}

.benefit-list li {
    margin: 0 40px 12px;
    padding: 0 0 0 32px;
    background: url("../img/offer__tick_white_icon.png") left 1px no-repeat;
    background-size: 22px;
    color: #fff;
}

.gradient-block, .product-description ul, .features-block, .steps-block, .specifications, .reviews, .order-info {
    background: radial-gradient(farthest-corner at center, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%) !important;
    /* background: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%) !important; */
    padding: 10px 0 !important;
}

.modal-content .order-info {
    background: none !important;
}

.product-description img {
    display: block;
    width: 100%;
    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:not(:has(img)), .product-description span {
    padding: 0 20px;
    /* background: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%); */
}

.product-description strong {
    padding: 0;
    margin: 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 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.video-presentation.frame-red {
    border: 2px solid #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}

.video-presentation.frame-orange {
    border: 2px solid #ffa500;
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.7);
}

.video-presentation.frame-green {
    border: 2px solid #00ff00;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.7);
}

.video-presentation.frame-blue {
    border: 2px solid #0000ff;
    box-shadow: 0 0 10px rgba(0, 0, 255, 0.7);
}

.video-presentation.frame-yellow {
    border: 2px solid #ffff00;
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.7);
}

.video-presentation.frame-default {
    border: 2px solid #ffffff;
    box-shadow: 1px 2px 20px 0px #ffffff;
}

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

/* Prices */
.pricing-block {
    display: flex;
}

.pricing-block .old-price,
.pricing-block .new-price {
    float: left;
    padding: 10px 0 0;
    width: 50%;
    height: 90px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.pricing-block .old-price {
    padding: 20px 0 0;
}

.pricing-block .new-price {
    position: relative;
}

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

.number-discount {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 20px;
    padding: 20px;
    border-radius: 20px;
}

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

.discount-default {
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.5);
    border: 3px dotted #ffffff;
}

.discount-red .block-title {
    color: #ff0000 !important;
}

.discount-red {
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.5);
    border: 3px dotted #a00000;
}

.discount-red .discount-list li {
    border: 2px dotted #ff0000;
    border-radius: 16px;
    padding: 5px 50px;
}

.discount-orange .block-title {
    color: #FF7D00 !important;
}

.discount-orange {
    box-shadow: 0 4px 10px rgba(255, 138, 25, 0.5);
    border: 3px dotted #FF7D00;
}

.discount-orange .discount-list li {
    border: 2px dotted #FF8A19;
    border-radius: 16px;
    padding: 5px 50px;
}

.discount-green .block-title {
    color: #2ECC40 !important;
}

.discount-green {
    box-shadow: 0 4px 10px rgba(46, 204, 64, 0.5);
    border: 3px dotted #2ECC40;
}

.discount-green .discount-list li {
    border: 2px dotted #5BFF75;
    border-radius: 16px;
    padding: 5px 50px;
}

.discount-blue .block-title {
    color: #425BD8 !important;
}

.discount-blue {
    box-shadow: 0 4px 10px rgba(66, 91, 216, 0.5);
    border: 3px dotted #425BD8;
}

.discount-blue .discount-list li {
    border: 2px dotted #003bc9;
    border-radius: 16px;
    padding: 5px 50px;
}

.discount-yellow .block-title {
    color: #FFD700 !important;
}

.discount-yellow {
    box-shadow: 0 4px 10px rgba(255, 238, 155, 0.5);
    border: 3px dotted #FFD700;
}

.discount-yellow .discount-list li {
    border: 2px dotted #FFEE9B;
    border-radius: 16px;
    padding: 5px 50px;
}

.number-discount .block-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.discount-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.discount-list li {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}


.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:hover {
    color: #fff;
}

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

.characteristics__list li {
    padding: 8px 30px;
    color: #f9f9f9;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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;
    flex: 1;
}

.characteristics__list li span {
    margin-left: 0;
    flex: 1;

}

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

.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;
    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("../img/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;
    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;
    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 {
    -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: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

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



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

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

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

.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;
    left: 43%;
}

.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: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 35%;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.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;
    text-align: center;
}

/*  */

.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 0 30px;
}

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

ul strong {
    padding: 0 !important;
}

.common-heading {
    padding-bottom: 20px;
}

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

.button-red.big-button {
    background-image: radial-gradient(circle at 50% 50%, #FE2E2E 0, #DE0001 50%, #FE0100 100%) !important;
    border: 2px solid #F44336 !important;
    box-shadow: 1px 2px 20px 0px #F44336 !important;
}

.button-orange.big-button {
    background-image: radial-gradient(circle at 50% 50%, #f1882b 0, #c1600d 50%, #9f4103 100%) !important;
    border: 2px solid #F59217 !important;
    box-shadow: 1px 2px 20px 0px #F59217 !important;
}

.button-green.big-button {
    background-image: radial-gradient(circle at 50% 50%, #2FE28A 0, #009E3D 50%, #00441D 100%) !important;
    border: 2px solid #4CAF50 !important;
    box-shadow: 1px 2px 20px 0px #4CAF50 !important;
}

.button-blue.big-button {
    background-image: radial-gradient(circle at 50% 50%, #7c6fe0 0, #0048d0 50%, #003bc9 100%) !important;
    border: 2px solid #425BD8 !important;
    box-shadow: 1px 2px 20px 0px #425BD8 !important;
}

.button-yellow.big-button {
    background-image: radial-gradient(circle at 50% 50%, #F9D919 0, #F7BC04 50%, #F6A303 100%) !important;
    border: 2px solid #FBC02D !important;
    box-shadow: 1px 2px 20px 0px #FBC02D !important;
}

.button-default.big-button {
    /* background-image: radial-gradient(circle at 50% 50%, #ccc 0, #aaa 50%, #888 100%) !important; */
    background-image: radial-gradient(circle at 50% 50%, #ff0000 25%, #ff6969 50%, #6b0000 75%, #ff0000 100%);
    border: 2px solid #ffffff !important;
    box-shadow: 1px 2px 20px 0px #ffffff !important;
    color: #fff !important;
    font-weight: bold;
}


.warehouse-stock {
    margin-bottom: 20px;
    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;
}

.warehouse-stock small {
    color: #fff !important;
}

/*   order info   */
.order-info {
    padding: 30px 0;
}

.order-info .title {
    padding: 0 20px;
}

.order-list {
    padding: 0 30px;
}

.order-list li {
    position: relative;
    display: table;
    width: 100%;
    height: 160px;
    font-size: 20px;
    background: #fff;
    padding-left: 185px;
    margin-bottom: 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    border-radius: 40px;
}

.order-list li:last-child {
    margin-bottom: 0;
}

.order-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.order-list li:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -68px;
    display: block;
    width: 135px;
    height: 135px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    content: '';
}

.order-list li:nth-child(1):before {
    background-image: url("../img/order-icon1.png");
}

.order-list li:nth-child(2):before {
    background-image: url("../img/order-icon2.png");
}

.order-list li:nth-child(3):before {
    background-image: url("../img/order-icon3.png");
}