.countdown-container {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: #fff;
}

.countdown-title {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 30px;
  margin-bottom: 48px;
  width: 377px;
}

.countdown-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.countdown-time {
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 66px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #fff;
}

.countdown-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #fff;
}

.discount {
  width: 90px;
  height: 100px;
  position: relative;
  z-index: 1;
}
.discount__inner {
  text-align: center;
  width: 90px;
  height: 90px;
  background: radial-gradient(
      74.04% 79.89% at 39.67% 20.11%,
      #ff8080 0%,
      #eb2121 57.62%,
      #8d1e1e 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  animation: saleBall 2.5s infinite ease-in-out;
  background-size: 400%;
  position: absolute;
  bottom: 45px;
}
@keyframes saleBall {
  0% {
    background-position: 80% 0%;
    transform: translateY(0);
  }
  50% {
    background-position: 20% 100%;
    transform: translateY(25%);
  }
  100% {
    background-position: 80% 0%;
    transform: translateY(0);
  }
}
.discount__inner p {
  font-size: 12px;
  font-weight: 700;
}
.discount__inner p span {
  display: block;
  font-size: 26px;
  font-weight: 900;
}
.show {
  text-align: left;
  position: relative;
  z-index: 1;
  padding-left: 5px;
  top: -50px;
}
.cta .show {
  text-align: right;
  padding-right: 3px;
}
.header_bottom .show {
  text-align: right;
  padding-right: 5px;
  position: relative;
}
.header_bottom .show::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: url(../img/arrow-video.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  right: 18px;
  z-index: 10;
}
.show:before {
  left: 0;
  bottom: -28px;
  width: 100%;
  height: 77px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(40.62%, #231f1e),
    to(rgba(35, 31, 30, 0))
  );
  background: linear-gradient(0deg, #231f1e 40.62%, rgba(35, 31, 30, 0));
  z-index: -1;
}
.show__podium {
  padding: 0 30px;
  margin-top: -5px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.show__discount {
  display: inline-block;
  position: absolute;
  left: 130px;
  bottom: 0;
  background: url(../img/ball_shadow.png) center top 98% no-repeat;
  background-size: 100%;
  animation: 2.5s ballShadow infinite ease-in-out;
}
.cta .show__discount {
  right: auto;
  left: 6px;
}
.header_bottom .show__discount {
  right: auto;
  left: 8px;
}
@keyframes ballShadow {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 70%;
  }
  100% {
    background-size: 100%;
  }
}
.show__product {
  display: inline-block;
  width: 188px;
  height: auto;
  margin-bottom: -25px;
  position: relative;
  left: 240px;
}
.header_bottom .show__product {
  width: 175px;
  /* margin-bottom: -10px; */
}
.price,
.show__product {
  position: relative;
  z-index: 1;
}

.center {
  text-align: center;
}

.swiper {
  width: 480px;
  height: auto;
  /* border: 1px solid black; */
  padding-bottom: 20px;
  margin-bottom: 62px;
  position: relative;
}

.swiper2 {
  width: 372px;
  height: auto;
  padding-bottom: 100px;
  margin: 0 auto;
  margin-bottom: 58px;
  position: relative;
}

.slider-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slider-2 {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.slider-1__text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-align: center;

  color: #000000;

  padding: 33px 19px 9px;
  box-shadow: 2px 1px 2px rgba(51, 26, 26, 0.15);
  position: relative;
  top: -20px;
}
.slider-1__text:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, #dd7000 0%, #f2b200 48%, #f3ad01 100%);
  opacity: 0.3;
}
.slider-1__img {
  z-index: 2;
  /* box-shadow: (1px 1px 3px rgba(0, 0, 0, 0.25)); */
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.slider-1__text__text {
  z-index: 2;
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

.swiper-pagination-bullet {
  width: 17px;
  height: 17px;

  background: #ffffff;
  border: 0.4px solid #bb2b17;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(265.51deg, #b61814 0%, #d8b022 100%);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.new-pag > .swiper-pagination-bullet {
  background: transparent;
  width: 26.5px;
  height: 52.99px;
  border-radius: 0;
  background-image: url(../img/no-activ.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  opacity: 1;
}
.new-pag > .swiper-pagination-bullet-active {
  background: transparent;
  width: 26.5px;
  height: 52.99px;
  border-radius: 0;
  background-image: url(../img/swip-active.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  box-shadow: none;
}

form {
  padding: 0 30px;
}

.form input, .form select,
.form label {
  display: block;
  width: 100%;
}

.form label {
  color: #fff;
  margin-bottom: 7px;
  padding-left: 16px;
}
.form input, .form select {
  font-size: 18px;
  height: 61px;
  color: #000;
  padding: 20px 16px;
  background-color: white;
  direction: rtl;
  border: none;
  border-radius: 26px;
  margin-bottom: 24px;
}
.form__wrap {
  padding: 0 3px;
}
.form__button {
  margin-top: 48px;
}
.form ::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #404040;
}
.form ::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #404040;
}
.form :-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #404040;
}
.form ::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #404040;
}
.form ::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #404040;
}

.mk-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f42e03),
    color-stop(42.71%, #ef411c),
    to(#a2260b)
  );
  background: linear-gradient(
    67.92deg,
    #f42e03 0%,
    #ef411c 42.71%,
    #a2260b 100%
  );
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 63px;
}
.mk-button::before {
  content: '';
  width: 0;
  box-shadow: 0 0 20px 12px rgb(255 255 255);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -8px;
  transform: rotate(10deg);
  animation: 2.5s btnHiLight ease-in-out infinite;
}
@keyframes btnHiLight {
  0% {
    left: -20%;
  }

  60% {
    left: 110%;
  }
  to {
    left: 110%;
  }
}
