body {
    width: 100%;
    min-width: 320px;
    padding: 0;
    margin: 0 auto;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #333746;
    background: #242731;
}

.content-wrap {
    border-radius: 0;
}

.top-card-wrap {
    padding-bottom: 30px;
}

.top-card-wrap,
.features-block,
.reviews {
    background-color: #4f3569;
    color: #fff;
}

.header {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.header .product-title {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 1.5px;
    color: #f8e174;
}
.header .product-subtitle {
    font-size: 24px;
    color: #fff;
    padding: 0 20px 20px;
}

.pricing-block {
    color: #333;
    width: 451px;
    height: 137px;
    background: url("../img/garlic-price-block.png") center top no-repeat;
    margin: -68px auto 20px;
    position: relative;
    z-index: 100;
    text-align: center;
    border-radius: 10px;
}

.pricing-block .old-price {
    float: left;
    width: 175px;
    padding: 38px 0 0 25px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
}

.pricing-block .discount {
    float: left;
    width: 100px;
    padding-top: 45px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    display: flex;
    flex-direction: column-reverse;
}

.discount .discount-percent {
    font-size: 24px;
    font-weight: 700;
}

.number-discount {
    text-align: center;
    padding: 0 20px;
    margin-top: 30px;
    color: #fff;
}

.number-discount .discount-list {
    padding-inline-start: 0;
    font-size: 18px;
}

.number-discount .discount-list li:not(:last-child) {
    padding-bottom: 10px;
}

.pricing-block .new-price {
    float: left;
    width: 160px;
    padding: 38px 25px 0 0;
    box-sizing: border-box;
    font-size: 14px;
}

.pricing-block .old-price span,
.pricing-block .new-price span {
    display: block;
}

.pricing-block .old-price strong,
.pricing-block .new-price strong {
    font-size: 24px;
}

.pricing-block .old-price strong {
    font-weight: 400;
}

.pricing-block .old-price strong::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #000;
    bottom: 18px;
    right: 50px;
}

.pricing-block .new-price strong {
    font-weight: 700;
}

.countdown .value {
    padding: 20px 0;
}

.countdown h4 {
    font-weight: 400;
    text-align: center;
}

.countdown .countdown__timer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}

.countdown .countdown-text {
    margin: 0 40px;
    font-size: 14px;
}

.countdown__item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.countdown__item .countdown__label {
    font-size: 14px;
    line-height: 1.6;
}

.countdown__item .countdown__value {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.order-button {
    width: 400px;
    height: 80px;
    line-height: 86px;
    margin: 0 auto 30px;
    display: block;
    background: #f99b55;
    box-shadow: 0 5px 0 #e08c4c;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 7px;
    letter-spacing: 2px;
    outline: none;
    border: 0;
    cursor: pointer;
}

.order-button a {
    text-decoration: none;
    color: #fff;
}

.warehouse-stock {
    font-size: 15px;
    text-align: center;
    text-transform: initial;
}

.warehouse-stock span {
    background: #63ce9c;
    border-radius: 2px;
    letter-spacing: 2px;
    padding: 2px 5px;
    margin: 0 4px;
    text-align: center;
}

.top-features {
    margin: 25px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.top-features li {
    margin: 0 40px 12px;
    padding: 8px 15px 8px 40px;
    background: url("../img/offer__tick_icon2.png") 10px 10px no-repeat #7d6596;
    border-radius: 7px;
}

.top-features li:last-child {
    margin: 0 40px;
}

.title {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/title-decor.png) center bottom no-repeat;
    padding: 30px 0 25px;
    margin-bottom: 25px;
}

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

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

.presentation {
    padding: 0 15px 15px;
    font-size: 17px;
    line-height: 1.5;
    background: #fff;
    border-radius: 10px;
}

.wp-video {
    border-radius: 20px;
    overflow: hidden;
}

.characteristics__list {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

.characteristics__list li {
    display: table;
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f0f0fd;
}

.characteristics__list li:last-child {
    border: none;
}

.characteristics__list li b {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #63ce9c;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
}

.characteristics__list li span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 50px;
}

.features-block {
    padding-bottom: 5px;
}

.feature-item {
    margin: 20px 40px;
    background: #7d6596;
    border-radius: 10px;
}

.feature-item:last-child {
    margin-bottom: 30px;
}

.feature-item .feature-image img {
    display: block;
    border-radius: 10px;
    max-width: 100%;
    margin-bottom: 10px;
}

.feature-item .feature-text {
    padding: 0 20px 20px;
}

.feature-title {
    color: #f0da70;
}

.feature-title,
.feature-description p {
    text-transform: initial;
    font-size: 16px;
    text-align: center;
}

.feature-description p {
    margin-bottom: 0;
}

.steps-list {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    text-align: center;
    margin-bottom: 35px;
}

.steps-item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 0 5px 10px;
    width: 195px;
    border-radius: 10px;
    padding: 20px 20px 0;
    box-shadow: 0 0 25px -5px #c6c6c6;
}

.steps-item img {
    margin-bottom: 10px;
}

.steps-item p {
    font-size: 16px;
}

.reviews .swiper-button-next, .reviews .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40px;
    display: block;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../img/arrow2.png) no-repeat #b7a9c5;
    z-index: 3;
}

.reviews .swiper-button-next {
    right: 120px;
    background-position: -351px 14px;
}

.reviews .swiper-button-prev {
    left: 120px;
    background-position: 10px 14px;
}

.reviews .swiper-pagination {
    display: none;
}

.reviews .rev-text {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
    color: #333;
    padding: 30px 30px 20px;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 10px;
    position: relative;
}

.reviews .rev-text::before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../img/rev.jpg) center top no-repeat;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: -25px;
    z-index: 20;
}

.reviews .rev-text p {
    margin-bottom: 0;
}

.reviews .rev_item {
    width: 400px !important;
    margin: 0 auto;
    position: relative;
}

.reviews .rev-author {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.reviews .rev-author img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 5px;
}

.reviews .rev-author span {
    font-weight: 700;
}

.order_steps1 {
    text-align: center;
    padding: 0 20px;
}

.order_steps1 .step_item .image {
    margin-bottom: 20px;
    position: relative;
}

.order_steps1 .step_item img {
    margin: 0 auto;
}

.order_steps1 .step_item .image > img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
}

.order_steps1 .step_item .bg_icon {
    position: absolute;
    right: 140px;
    top: 0;
}

.order_steps1 .step_item .bg_icon img {
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #63ce9c;
}

.order_steps1 .step_item h4 {
    text-transform: initial;
    font-weight: 400;
}

.order_steps1 .step_item p {
    font-size: 16px;
    padding-bottom: 20px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.wpcf7-form input,
.wpcf7-form select {
    outline: none;
    display: block;
    background: #f0f0fd;
    color: #333;
    width: 400px;
    height: 80px;
    margin: 0 auto;
    line-height: 86px;
    border-radius: 7px;
    letter-spacing: 2px;
    text-align: center;
    border: 0;
    font-size: 18px;
}

.wpcf7-form input {
    background: #7d6596;
    color: #fff;
}

.wpcf7-form  button {
    width: 400px;
    height: 80px;
    line-height: 86px;
    margin: 0 auto 30px;
    display: block;
    background: #f99b55;
    box-shadow: 0 5px 0 #e08c4c;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 7px;
    letter-spacing: 2px;
    outline: none;
    border: 0;
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    width: 400px;
    margin: 0 auto;
}