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: #2f3642;
}

.content-wrap {
    background: #f4f6f9;
}

.header {
    padding: 20px;
    background-color: #000;
}

.product-title,
.product-subtitle {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1em;
    text-align: center;
    letter-spacing: 1px;
}

.product-title {
    font-size: 22px;
}

.product-subtitle {
    font-size: 16px;
    opacity: .8;
}

.product-subtitle + .product-title {
    margin-top: 20px;
}

.product-title > span {
    color: #fff000;
}

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

.discount {
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    transform: rotate(36deg);
    text-align: center;
    top: 30px;
    left: 165px;
    background-color: #fff000;
    color: #000;
    padding: 15px 0;
}

.discount-items {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.order-button + .discount-items {
    margin-top: -15px;
}

.discount-items span {
    color: #fff000;
}

.top-card-wrap {
    background: #333233 url(../img/patt.png) 50% 0% no-repeat;
}

.item-card .countdown {
    padding: 24px 30px;
    background: #000;
    height: 120px;
    color: #fff;
}

.item-card .countdown .value,
.item-card .countdown-text {
    float: left;
    width: 50%;
}

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

.countdown h4 {
    text-transform: initial;
    font-weight: 400;
    width: 50%;
    margin-bottom: 12px;
}

.countdown .value {
    position: relative;
}

.countdown .value::after {
    content: '';
    width: 0;
    height: 72px;
    border-left: 1px solid #1e2d3c;
    border-right: 1px solid #101921;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    right: -1px;
}

.countdown-text {
    margin-top: -36px;
    padding-left: 30px;
    font-size: 16px;
    text-align: center;
}

.countdown-text > div {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.countdown-text > div > span {
    color: #fff000;
}

.countdown__item .countdown__label {
    display: none;
}

.countdown__item {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 32px;
    background: #fff;
    border-radius: 2px;
    color: #2f3339;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    position: relative;
    margin-right: 22px;
}

.countdown__item:not(:last-child):after {
    content: ':';
    font-size: 26px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    right: -16px;
    top: 1px;
}

.countdown::after {
    display: block;
    content: " ";
    clear: both;
}
.countdown p {
    margin-bottom: 0;
}

.pricing-block {
    width: 480px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url(../img/price.png) 50% 0% no-repeat;
    margin-bottom: 35px;
    color: #fff;
    padding: 12px 0;
    height: 84px;
}

.old-price div > strong {
    font-size: 30px;
    text-decoration: line-through;
    font-weight: 400;
}

.new-price div > strong {
    font-size: 30px;
    color: #fff000;
}

.new-price div > small {
    color: #fff000;
    font-weight: 700;
}

.order-button {
    padding-bottom: 15px;
}

.order-button a,
.wpcf7 .button-submit {
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    height: 78px;
    width: 320px;
    display: block;
    border-radius: 10px 0 10px 0;
    line-height: 78px;
    text-align: center;
    background: #fc231e;
    background: -moz-linear-gradient(top, #fc231e 0%, #f21b19 50%, #ce0200 100%);
    background: -webkit-linear-gradient(top, #fc231e 0%, #f21b19 50%, #ce0200 100%);
    background: linear-gradient(to bottom, #fc231e 0%, #f21b19 50%, #ce0200 100%);
    -webkit-box-shadow: 0 14px 4px -8px rgba(0, 0, 0, 0.4), 2px 3px 0px 0px #600403;
    -moz-box-shadow: 0 14px 4px -8px rgba(0, 0, 0, 0.4), 2px 3px 0px 0px #600403;
    box-shadow: 0 14px 4px -8px rgba(0, 0, 0, 0.4), 2px 3px 0px 0px #600403;
    font-size: 21px;
    letter-spacing: 1px;
    margin: 0px auto;
    color: #fff;
    position: relative;
}

.product-description {
    margin-top: 30px;
}

.title {
    padding-bottom: 25px;
    background: url(../img/title_bg1.png) 50% 100% no-repeat;
    font-size: 30px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

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

.title strong {
    color: #d30605;
}

.presentation section {
    padding-bottom: 30px;
}

.presentation section p {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 0;
}

.product-video {
    border-radius: 20px;
    width: 92%;
    left: 0%;
    position: relative;
    margin: 0 auto 30px;
}

.presentation section .alert {
    background: #d30605;
    background: -moz-linear-gradient(45deg, #d30605 0%, #a60201 100%);
    background: -webkit-linear-gradient(45deg, #d30605 0%, #a60201 100%);
    background: linear-gradient(45deg, #d30605 0%, #a60201 100%);
    color: #fff;
    text-align: center;
    padding: 15px 45px;
}

.features-block,
.specifications {
    background: #333233 url(../img/patt.png) 50% 0% no-repeat;
    padding: 30px 0;
}

.features-block .title,
.specifications .title,
.reviews .title,
.steps-block .title {
    background: none;
    padding-bottom: 0;
}

.features-block .title span,
.specifications .title span,
.reviews .title span {
    color: #fff000;
}

.feature-item-wrap {
    padding: 0 30px;
}

.feature-item {
    background: #fff;
    margin-bottom: 32px;
    padding: 18px 0 25px;
    box-shadow: -4px -4px 0 0 #ca0504;
}

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

.feature-item:nth-child(2n) {
    box-shadow: 4px -4px 0 0 #ca0504;
}

.feature-image {
    width: 100%;
    padding: 0 20px 22px;
}

.feature-title {
    text-transform: initial;
}

.feature-text {
    text-align: center;
    padding: 0 20px;
    font-size: 17px;
}

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

.characteristics__list {
    padding: 26px 30px;
}

.characteristics__list li {
    color: #fff;
    margin-bottom: 12px;
    padding-left: 38px;
    background: url(../img/ofr_bull.png) 0% 1px no-repeat;
}

.features-block + .specifications {
    padding-top: 0;
}

.specifications {
    padding-left: 30px;
    padding-right: 30px;
}

.reviews {
    padding: 40px 30px;
    background: #333233 url(../img/patt.png) 50% 0% no-repeat;
}

.reviews .title span {
    color: #fff;
}

.swiper-slide .rev_item {
    margin: 0 auto 135px;
    padding: 1px 20px 22px;
    box-shadow: -5px -5px 0 0 #ca0504;
    background: #1d1d1d;
    background: -moz-linear-gradient(45deg, #1d1d1d 0%, #1d1d1d 100%);
    background: -webkit-linear-gradient(45deg, #1d1d1d 0%, #1d1d1d 100%);
    background: linear-gradient(45deg, #1d1d1d 0%, #1d1d1d 100%);
}

.swiper-slide:first-of-type .rev_item {
    margin-top: 130px;
}

.swiper-slide:nth-last-of-type(2) .rev_item {
    margin-bottom: 40px;
}

.swiper-slide:nth-child(2n) .rev_item {
    box-shadow: 4px -4px 0 0 #ca0504;
}

.rev_item > img {
    display: block;
    margin: 20px auto 22px;
    border-radius: 6px;
}

.rev-text {
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.rev-text .rev-name {
    font-weight: 700;
    margin-bottom: 5px;
}

.rev-text p {
    font-size: 17px;
    font-style: italic;
}

.how-to-get{
    margin: 20px 10px 40px;
}

.step_item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgb(239,242,247);
}

.step_item:nth-of-type(odd){
    flex-direction: row-reverse;
}
.step_item:nth-of-type(odd) .bg_icon{
    left: 0;
    transform: translate(-50%, -50%);
}

.step_item .image{
    position: relative;
    width: 50%;
}

.step_item .decor{
    overflow: hidden;
    box-shadow: var(--cr-shadow);
    width: 100%;
}
.step_item .bg_icon{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);

    width: 64px;
    height: 64px;

    background: rgb(239,242,247);
    border-radius: 100%;
    box-shadow: var(--cr-shadow);

    display: flex;
    align-items: center;
    justify-content: center;

}

.step_item .text {
    padding: 0 10px 0 50px;
    width: 50%;
}
.step_item:nth-of-type(odd) .text{
    padding: 0 50px 0 10px;
}

.step_item .text p {
    font-size: 14px;
}
.list_4{
    padding: 20px 0 0 0;
    margin: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    gap: 20px 20px;
}
.how-item{
    position: relative;
    text-align: center;
}
.how-item img {
    display: inline-block;
    border-radius: 100%;
    width: 132px;
    padding: 5px;
    background-color: #193255;
}

.how-item span{
    width: 48px;
    height: 48px;
    position: absolute;
    left: 30px;
    top: 0;
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;

    background: #FF2525;
    color: #FFFFFF;
    font-size: 30px;
}

.how-to-get {
    display: none;
}

.steps-block {
    padding: 40px 0 35px;
}

.steps-list {
    display: grid;
    grid-template-columns: 240px 240px;
}

.steps-item {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
    padding: 0 25px;
}

.steps-item img {
    margin: 0 auto 12px;
}

.steps-item .img {
    position: relative;
}

.steps-item:first-child .img::before {
    content: '1';
}

.steps-item:nth-child(2) .img::before {
    content: '2';
}

.steps-item:nth-child(3) .img::before {
    content: '3';
}

.steps-item:nth-child(4) .img::before {
    content: '4';
}

.steps-item .img::before {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 5px;
    left: -2px;
    background: #d30605;
    background: -moz-linear-gradient(45deg, #d30605 0%, #a60201 100%);
    background: -webkit-linear-gradient(45deg, #d30605 0%, #a60201 100%);
    background: linear-gradient(45deg, #d30605 0%, #a60201 100%);
}

.order-form input[name="username"] {
    background: #fff url(../img/name.png) no-repeat 20px center;
}

.order-form input[name="phone"] {
    background: #fff url(../img/phone.png) no-repeat 20px center;
}

.order-form input {
    border: none;
    width: 100%;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    height: 70px;
    border-radius: 6px;
    background: #fff;
    color: #222;
    padding-left: 55px;
}

.wpcf7 {
    padding: 0 80px 30px;
}

.top-card-wrap:nth-last-of-type(2) .order-button {
    display: none;
}

.secure-text {
    width: 320px;
    margin: 0 auto;
    color: #fff;
    padding: 0 0 0 50px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.4em;
    background: url(../img/garant_icon.png) 8px 50% no-repeat;
}