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;
    z-index: 999999;
}

/* 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;
}

.catalog-price .new-price {
    color: #000;
}

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

.btn-shop {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    font-weight: 700 !important;
    color: #333 !important;
    text-shadow: 0 2px 0 #ffe42c !important;
    letter-spacing: 0.6px !important;
    text-transform: uppercase !important;
    width: 92% !important;
    background: #ffcd00 !important;
    border-radius: 36px !important;
    min-height: 72px !important;
    line-height: 75px !important;
    text-align: center !important;
    box-shadow: 0 5px 0 0 #ff9600 !important;
    font-size: 24px !important;
    position: relative !important;
    text-decoration: none !important;
    border: none !important;
}

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

h1.title {
    text-align: center !important;
    font-size: 32px;
}

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

.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;
    border: none !important;
    box-shadow: none !important;
}

.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;
    margin: 0 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;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #f02119 !important;
}



/*   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;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.wpcf7-form select,
.wpcf7-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    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 select.modal_quantity {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 80px;
    width: 400px;
    height: 66px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

@media (max-width: 768px) {
    .modal-content .wpcf7-form select {
        width: 80% !important;
    }
}


.modal-content .field[name="username"] {
    background-image: url(../img/offer__name_icon.png);
    background-position: 23px center;
    background-repeat: no-repeat;
    padding-left: 75px;
}

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

.footer {
    padding: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #f3532c;
}

iframe {
    width: 100% !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232 !important;
}

.fixed-message {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;

  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  z-index: 9999;

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

.fixed-message.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fixed-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0,0,0,0) 0%,        
      rgba(0,0,0,0.25) 20%,    
      rgba(0,0,0,0.7) 70%,     
      rgba(0,0,0,0.95) 95%,    
      rgba(0,0,0,1) 100%       
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(
      to bottom,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0.25) 20%,
      rgba(0,0,0,0.7) 70%,
      rgba(0,0,0,0.95) 95%,
      rgba(0,0,0,1) 100%
  );
  mask-repeat: no-repeat;
  mask-size: cover;

  z-index: 0;
}

.button2 {
  position: relative;
  z-index: 1;
  width: 370px;
  height: 80px;
  line-height: 80px;
  text-align: center;

  font-size: 20px;
  font-weight: 600;
  color: #222;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;

  background: linear-gradient(#fed703, #FFBF2F) !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}

.button2:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.button2 .flare {
  position: absolute;
  top: 0;
  left: -50%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: flareMove 2.5s infinite;
}

@keyframes flareMove {
  0% { left: -50%; }
  50% { left: 120%; }
  100% { left: 120%; }
}

.fixed-message.active .button2 {
  animation: bounce 3.6s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(-3px);
  }
}