body {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #222;
    cursor: default;
    background: #ddd;
}

.header {
    background: linear-gradient(90deg, rgba(111, 138, 176, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(111, 138, 176, 1) 100%);
    padding: 20px;
}

.product-title, 
.product-subtitle {
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: initial;
    text-align: center;
}

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

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

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

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

.discount {
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    transform: rotate(45deg);
    text-align: center;
    top: 40px;
    left: 190px;
    background-color: #f5ca14;
    color: #000;
    padding: 7px 0;
}

.discount-text {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
}

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

.pricing-block::after {
    display: block;
    content: " ";
    clear: both;
}

.old-price {
    background-color: #222;
}

.new-price {
    background-color: #6f8ab0;
}

.old-price, 
.new-price {
    float: left;
    width: 50%;
    height: 80px;
    color: #fff;
    position: relative;
    padding-top: 15px;
}


.old-price div,
.new-price div,
.old-price div small,
.new-price div small {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    z-index: 99;
}

.old-price div {
    text-decoration: line-through;
}

.old-price::after {
    display: block;
    content: '';
    border-left: 44px solid #222;
    border-top: 80px solid #6f8ab0;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 10;
}

.top-features {
    list-style: none;
    padding-inline-start: 0;
    margin: 25px auto 35px;
    width: 440px;
}

.top-features::after {
    display: block;
    content: " ";
    clear: both;
}

.top-features li {
    float: left;
    padding: 0 5px;
    width: 33.333333%;
    text-align: center;
}

.top-feature-image img {
    width: 136px;
    height: 136px;
    object-fit: cover;
    border-radius: 50px;
    border-color: rgb(34, 34, 34);
    border-style: none;
    border-width: 1px;
    margin: 0 auto 10px;
}

.top-feature-text {
    font-weight: 700;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.order-button {
    width: 370px;
    margin: 10px auto 0;
    padding: 1px;
    /* background: rgba(162, 103, 237, 0.3); */
    background-color: rgba(111, 138, 176, 0.3);
    border-radius: 50px;
    margin-bottom: 30px;
    cursor: pointer;
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
}

.order-button:hover {
    animation: none;
    -webkit-animation: none; 
}

.order-button a {
    display: block;
    margin: 10px auto;
    padding: 0;
    width: 350px;
    height: 80px;
    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #a267ed;
    font-weight: 700;
    font-size: 20px;
    line-height: 80px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.number-discount {
    text-align: center;
}

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

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

.countdown {
    padding: 30px;
}

.product-description {
    padding: 30px 0 0;
}

.title {
    padding: 0 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    margin-bottom: 60px;
}

.title span {
    color: rgb(111, 138, 176);
}

.title::before {
    display: none;
}

.title::after {
    display: block;
    content: url(../img/separator_red756b8.png);
    width: 62px;
    height: 5px;
    background: none;
    position: absolute;
}

.product-description p {
    padding: 0 30px 0;
}

.product-description img,
.specifications img,
.feature-item img {
    display: block;
    margin: 0 auto 30px;
    border-radius: 8px;
    border-color: rgb(34, 34, 34);
    border-style: none;
    border-width: 1px;
}

.specifications .image {
    width: 420px;
    margin: 0 auto;
}

.characteristics__list {
    padding: 0 30px 15px;
}

.characteristics__list li {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
}

.characteristics__list li b {
    font-weight: 400;
}

.characteristics__list li::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid rgb(111, 138, 176);
    background: rgb(111, 138, 176);
}

.features-block {
    padding: 30px 0;
    background-color: #f0eef6;
    background-image: linear-gradient(107deg, #eaf2ff 0%, #f0eef6 100%);
}

.feature-item-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.feature-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 30px;
    width: 50%;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
}

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

.feature-item .feature-title {
    font-size: 15px;
    text-transform: initial;
}

.feature-image img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.reviews {
    padding: 30px 0 0;
}

.rev_item {
    width: 420px;
    padding:30px;
    margin: 0 auto 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}

.swiper-reviews {
    padding: 20px 0 60px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, rgba(111, 138, 176, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(111, 138, 176, 1) 100%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
}

.swiper-button-prev::after {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #fff; 
    border-radius: 2px;
  }
  
  .swiper-button-next::after {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    border-radius: 2px;
  }

  .swiper-pagination {
    display: none;
  }

  .rev_item img {
    margin: 0 auto 30px;
    border-radius: 8px;
    border-color: rgb(34, 34, 34);
    border-style: none;
    border-width: 1px;
  }

  .rev-author {
    background: url(../img/quote1_icon1e9b1.png) right center no-repeat;
    padding: 5px;
  }

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

  .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-list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0;
    border-top: 2px solid #ebebeb;
    background: url(../img/bg_light541ff.jpg);
    overflow: hidden;
}

.steps-item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 20px 30px;
    flex: 50%;
    -webkit-box-shadow: 0 0 0 1px #ebebeb;
    -moz-box-shadow: 0 0 0 1px #ebebeb;
    box-shadow: 0 0 0 1px #ebebeb;
}

.steps-item .img {
    width: 40px;
    height: 64px;
    position: relative;
    background-color:rgb(111,138,176);
    display: flex;
    align-items: center;
    margin-left: 22px;
    margin-bottom: 20px;
}

.steps-item .img::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    border-left: 20px solid rgba(255, 255, 255, 0);
    border-bottom: 64px solid rgb(111,138,176);
}

.steps-item .img::after {
    display: block;
    content: '';
    border-right: 20px solid rgba(255, 255, 255, 0);
    border-top: 64px solid rgb(111,138,176);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
}

.steps-item img {
    width: 32px;
    height: 32px;
}

.steps-item span {
    font-weight: 700;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.steps-item span::after {
    display: block;
    content:'';
    width: 62px;
    height: 25px;
    background: url(../img/separator_red756b8.png) center no-repeat;
}

.order-form {
    padding-bottom: 30px;
}

.order-form input,
.order-form select {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 62px;
    width: 370px;
    height: 72px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    border: 1px solid #dedede;
}

.order-form button {
    display: block;
    margin: 30px auto 10px;
    padding: 0;
    width: 350px;
    height: 80px;
    border: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 80px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: linear-gradient(90deg, rgba(111, 138, 176, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(111, 138, 176, 1) 100%);
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
    position: relative;
}

.order-form button:hover {
    animation: none;
    -webkit-animation: none;
}

.order-form button::before {
    content: '';
    position: absolute;
    display: block;
    width: 370px;
    height: 100px;
    border-radius: 50px;
    top: -10px;
    left: -10px;
    z-index: -1;
    border: 10px solid rgba(111,138,176,0.3);
}

.order-form button:hover::before {
    z-index: 1;
}