body {
    min-width: 480px;
    background: #ccc;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}
.content-wrap {
    background: #fff;
}

h2 {
    font-size: 27px;
    line-height: 1.3;
}
h3 {
    font-size: 25px;
}
h1,
h2,
h3,
h4 {
    text-transform: none;
}
h1 strong,
h2 strong,
h3 strong,
.products_count strong,
a {
    /*color: #f02119;*/
}
p {
    margin-bottom: 1em;
}
p:last-of-type {
    margin-bottom: 0;
}

.featured-media img {
    max-width: 96%;
    height: auto;
    border-radius: 20px;
    margin: 10px auto;
    box-shadow: inset -1px 1px 12px rgba(0, 0, 0, 0.4),
        -2px 5px 10px rgba(0, 0, 0, 0.43);
}

.pricing-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 35px 0;
}

.new_price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discount-percent {
    text-align: center;
    background-color: red;
    width: 120px;
    border-radius: 5px;
}

.discount-percent span {
    color: white;
    font-size: smaller;
}

.old_price span small {
    font-size: 16px;
}

.old_price-block,
.new_price-block {
    margin-top: 10px;
}

.old_price-block,
.new_price-block {
    font-size: 45px;
}

.old_price-block {
    text-decoration: line-through;
}

.order-button a {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 80px;
    border: none;
    text-shadow: 0 0 11px #0000008a;
    box-shadow: inset -1px 1px 12px rgba(0, 0, 0, 0.4),
        -2px 12px 10px rgba(0, 0, 0, 0.43);

    background: linear-gradient(
        348deg,
        var(--tov-buttons_color, rgb(69, 184, 200)),
        var(--tov-buttons_color, rgb(69, 184, 200))
    );

    font-family: "AvenirNextCyr", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
}

.countdown {
    text-align: center;
    margin: 50px 0;
}

.countdown h4 {
    display: none;
}

.countdown__timer {
    display: none;
}

/* Video */

.video-presentation iframe {
    margin-top: 40px;
    width: 100%;
    border-radius: 20px;
    box-shadow: inset -1px 1px 12px rgba(0, 0, 0, 0.4),
        -2px 5px 10px rgba(0, 0, 0, 0.43);
}

/* /Video */

/* Discount */

.number-discount {
    border: 1px dashed black;
    border-radius: 30px;

    margin-top: 50px;
    text-align: center;

    padding: 30px 0;
}

.block-title {
    font-size: 30px;
}

.discount-list {
    padding: 0;
    margin-bottom: 0;
    font-size: 28px;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* /Discount */

.content-wrap {
    padding: 0 20px;
}

.product-description .title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    color: #1a1a1ac7;
    text-transform: uppercase;
}

.title:before,
.title:after {
    content: none !important;
}

.product-description p {
    text-align: center;
    font-size: 18px;
}

.product-description p img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 30px auto;
    box-shadow: inset -1px 1px 12px rgba(0, 0, 0, 0.4),
        -2px 5px 10px rgba(0, 0, 0, 0.43);
}

.features-block {
    padding: 20px 0;
    background: var(--tov-buttons_color, rgb(69, 184, 200));
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--tov-buttons_color, rgb(69, 184, 200)) 70%, white 30%) 0%,
        color-mix(in srgb, var(--tov-buttons_color, rgb(69, 184, 200)) 85%, black 15%) 100%
    );
    border: 1px solid black;
    border-radius: 20px;
    margin-top: 50px;
    color: #ffffff;
}

.features-block .title {
    text-align: center;
}

.feature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.feature-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}

.feature-image {
    max-width: 180px;
    min-width: 180px;
    padding: 0 20px;
}

/* /Features block */

.spec-simple {
    padding: 20px 0;
}

.www {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.spec-simple-title {
    color: #ffffff;
    /* text-shadow: 0 0 10px #0000002e; */
    background: #909aa3;
    margin: 0px auto;
    width: 63%;
    height: 50px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
    text-shadow: 0 0 13px #00000073;
}

.specifications {
    margin-top: 50px;
}

.specifications .title {
    text-align: center;
}

.characteristics__list {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    list-style: none;
    padding: 0;
}

.characteristics__list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    gap: 5px;
}

.check-icon {
    color: green;
    font-weight: bold;
    margin-right: 5px;
    font-size: 20px;
    line-height: 1;
}

.order_steps_section h2.title {
    text-align: center;
}

.how-to-get .title {
    text-align: center;
    margin: 50px 0 30px 0;
}

.how-order-img.img1 {
    background-image: url(../images/111.jpg);
}

.how-order-img.img2 {
    background-image: url(../images/222.jpg);
}

.how-order-img.img3 {
    background-image: url(../images/333.jpg);
}

.how-order-img.img4 {
    background-image: url(../images/444.jpg);
}

.how-order-img {
    height: 100px;
    background-size: cover;
    padding: 20px 10px 20px 30px;
    border-radius: 20px;
    margin-bottom: 17px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 31%);
}

.how-order-img .title {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 0px !important;
}

.how-order-img .description {
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    max-width: 160px;
    font-size: 13px;
    line-height: 16px;
}

.how-order-img .right {
    float: right;
}

.item-card .header {
    text-align: center;
}

.reviews {
    text-align: center;
    margin: 30px 0;
}

.rev_item img {
    width: 80%;
    margin: auto;
    border-radius: 20px;
}

.rev-text {
    margin: 30px 0;
}

.rev-author {
    font-weight: 700;
    font-size: 15px;
    color: #333;
}

.swiper-pagination {
    display: none;
}

.order-form form {
    margin: 42px auto 50px;
    background: linear-gradient(325deg, #7f7f7f69, #9d9d9d40);
    padding: 20px 0px 30px;
    width: 100%;
    border-radius: 20px;
    box-shadow: inset -1px 1px 9px rgb(0 0 0 / 12%),
        -2px 12px 10px rgb(0 0 0 / 12%);
}

.order-form form span input,
.order-form form span select {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 20px;
    width: 400px;
    height: 66px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 25px;
    background-color: #ffffff;
    font-family: "AvenirNextCyr", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    box-shadow: inset -1px 1px 9px rgb(0 0 0 / 12%),
        -2px 3px 10px rgb(0 0 0 / 12%);
}

.order-form form button {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 80px;
    border: none;
    text-shadow: 0 0 11px #0000008a;
    box-shadow: inset -1px 1px 12px rgba(0, 0, 0, 0.4),
        -2px 12px 10px rgba(0, 0, 0, 0.43);
    background: linear-gradient(
        348deg,
        var(--tov-buttons_color, rgb(69, 184, 200)),
        var(--tov-buttons_color, rgb(69, 184, 200))
    );
    font-family: "AvenirNextCyr", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
}
