body {
    min-width: 480px;
    background: #ccc;
    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;
}

.header{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #2f3039;
    display: flex;
    flex-direction: column;
}
.product-title{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    padding: 15px;
}
.product-title strong {
    color: #ffcd00;
}
.product-subtitle{
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #333;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    padding: 8px 0;
}

.top-card-wrap{
    background: #2f3039;
}

.featured-media{
    position: relative;
    overflow: hidden;
}

.featured-media .discount{
    position: absolute;
    right: 0;
    top:0;
    background: #ef3039;
    color: #fff;
    padding: 10px 30px;
    transform: rotate(45deg) translate(45px, -18px);
    font-size: 16px;
    font-weight: 700;
}

/* price */

.pricing-block {
    background: url("../img/price-bg-red.png") 50% 0 no-repeat;
    height: 66px;
}

.pricing-block{
    display: flex;
    line-height: 1;
    align-items: center;
}
.pricing-block > *{
    width: 50%;
    text-align: center;
    max-height: 66px;
}
.pricing-block span {
    font-size: 14px;
    line-height: 14px;
    display: block;
}

.pricing-block small{
    font-size: 30px;
    font-weight: 700;
}

.old-price strong{
    text-decoration: line-through;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
}
.old-price small{
    font-weight: 400;
}
.new-price {
    color: #fff;
}

.new-price strong{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}
.big-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 700;
    color: #333;
    text-shadow: 0 2px 0 #ffe42c;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 100%;
    background: #ffcd00;
    border-radius: 40px;
    min-height: 76px;
    line-height: 80px;
    text-align: center;
    box-shadow: 0 5px 0 0 #ff9600;
    font-size: 26px;
    position: relative;
    text-decoration: none;
    border: none;
}

.big-button svg {
    fill: currentColor;
    margin-right: 12px;
    width: 24px;
    height: 24px;
}


.products_count{
    text-align: center;
    color: #fff;
    margin: 30px 0 0;
    height: 52px;
    line-height: 52px;
    background: #22232b;
}

.products_count strong{
    width: 80px;
    height: 52px;
    background: url("../img/stock-num.png") 0 0 no-repeat;
    font-weight: 700;
    margin: 0 0 0 8px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    position: relative;
    color: #fff;
}

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

.title{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}

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

.number-discount{
    background: #fff;
    padding: 20px 0;
    text-align: center;
    border: 3px solid #f02119;
}
.number-discount .block-title{
    color: #f02119;
}

.discount-list{
    margin: 10px 0 0 20px;
    padding: 0;
    font-size: 24px;
}
.discount-list li{
    padding: 10px 20px;
    font-weight: 200;
}
.discount-list strong{
    font-weight: 700;
}

.countdown{
    text-align: center;
    padding: 0 20px 0 30px;
    color: #fff;
}

.countdown h4{
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding: 10px 0;
    margin: 10px 0;
}
.countdown h4:before{
    content: '';
    display: block;
    width: 42px;
    height: 29px;
    background: url(../img/timer_block_arrow.png) 50% 50% no-repeat;
    position: absolute;
    top: 5px;
    left: 35px
}

.countdown__timer{
    display: flex;
    justify-content: center;
}
.countdown__item{
    margin: 0 15px;
    color: #fff;
}
.countdown__value{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    display: inline-block;
    vertical-align: middle;
}
.countdown__label{
    margin-left: 10px;
    padding-top: 5px;
    font-size: 14px;
}

.countdown-text{
    padding-top: 20px;
    font-size: 15px;
}

.product-description{
    margin: 40px 10px 10px;
}
.presentation-wrap{
    display: flex;
    flex-direction: column-reverse;
}
.presentation-wrap > *{
    margin-bottom: 15px;
}

.presentation {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #444;
    padding: 0 10px 10px;
}
.presentation strong {
    background: #fdeaeb;
    padding: 0 5px;
    font-weight: 400;
}
.features-block{
    padding: 30px 10px 0;
}
.feature-item-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feature-item{
    background: #f6f6f6;
    color: #222;
    flex-basis: 48%;
    width: 210px;
    padding: 0 0 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.feature-image{
    border-radius: 8px 8px 0 0;
}

.feature-text{
    padding: 10px;
}
.feature-title{
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: none;
}


.steps-block {
    padding: 30px 0 30px 0;
}

.steps-list{
    padding: 0 30px;
}
.steps-item{
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
    position: relative;
}
.steps-item:nth-of-type(2n){
    flex-direction: row-reverse;
}
.steps-item:not(:last-child):after{
    content: '';
    width: 180px;
    height: 3px;
    background: url(../img/benef2_item.png) 0 50% repeat;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
}
.steps-item:nth-child(2n):after{
    transform: rotate(-30deg);
    right: 120px;
}
.steps-item:last-child{
    margin-bottom: 0;
}
.steps-item .img{
    min-width: 166px;
    width: 166px
}
.steps-item .img>img{
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}
.steps-item > p{
    padding: 0 0 0 26px;
    margin: 1em 0;
}
.steps-item > p >span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}
.steps-item:nth-child(2n) > p{
    padding: 0 26px 0 0;
    text-align: right;
}


.specifications {
    background: #181b23;
    color: #fff;
}
.specifications .title{
    margin: 30px 10px 10px;
}
.specifications .title strong {
    color: #ffcd00;
}

.specifications .swiper-button-next,
.specifications .swiper-button-prev {
    background: #ffcd00;
    width: 50px;

}
.specifications .swiper-button-next{
    right: 0;
}
.specifications .swiper-button-prev{
    left: 0;
}
.specifications .swiper-button-next:after,
.specifications .swiper-button-prev:after {
    font-size: 30px;
}


.video-presentation,
.rev_item_image{
    border-radius: 5px;
    box-shadow: var(--cr-shadow);
    overflow: hidden;
}

.characteristics__list li {
    padding: 15px 30px 15px 30px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

.characteristics__list{
    padding: 0;
    margin: 0;
}
.characteristics__list img {
    margin: 5px 20px 5px 0;
    height: fit-content;
}
.characteristics__list li b,
.characteristics__list li span{
    display: block;
    color: #ffcd00;
}
.reviews {
    background: #181b23;
    color: #fff;
    padding: 30px 20px;
}

.reviews .title{
    margin-bottom: 30px;
}
.reviews > .swiper-slide{
    margin-bottom: 30px;
}
.reviews > .swiper-slide:last-of-type{
    margin-bottom: 0;
}
.rev_item{
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}

.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-bullet {
    width: 12px;
    height: 12px;
}

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


/*   order info   */

.sect_5 {
    background: #f7f7f7;
    padding-bottom: 10px;
    padding-top: 20px;
}

.sect_5 h2.title {
    font-size: 24px;
    background: none;
    padding-bottom: 0;
}

.sect_5 .list {
    padding: 0 20px;
}

.sect_5 .list > li {
    margin-bottom: 25px;
    color: #fff;
    display: flex;
    flex-direction: row;
}
.sect_5 .list > li:nth-of-type(even){
    flex-direction: row-reverse;
}
.sect_5 .list > li > img {
    border: 1px solid #d2d2d2;
    min-width: 220px;
    width: 220px;
}
.sect_5 .list > li:nth-of-type(even) .text{
    padding: 10px 20px 0 0;
}
.sect_5 .list > li .text {
    padding: 10px 0 0 20px;
}

.sect_5 .text h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 5px;
    color: #ef3039;
}

.sect_5 .text p {
    font-size: 16px;
    color: #333;
}




.contact-form{
    padding: 0 0 10px;
}

.form-txt{
    text-align: center;
    padding-bottom: 20px;
}


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

.wpcf7-form select,
.wpcf7-form input {
    width: 100%;
    display: block;
    border: none;
    font-size: 18px;
    padding: 0 40px;
    height: 76px;
    border-radius: 38px;
    text-align: left;
    font-weight: 500;
    color: #222;
}


.wpcf7-form-control-wrap{
    width: 100%;
    margin-bottom: 10px;
}

.footer { padding: 0; }