:root {
  --tov-main-color: rgba(0, 0, 0, 1);
  --tov-secondary_color: #835239;
}

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

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

.header {
  padding: 15px 0;
  text-align: center;
}

.product-title {
  font-size: 28px;
  color: #000000;
  text-shadow: 1px 1px 5px #d1d0d0;
}

.featured-media .discount {
  display: none;
}

.item-card > .countdown h4,
.item-card > .countdown .value {
  display: none;
}

.countdown {
  padding: 20px 10px;
  text-align: center;
  background: linear-gradient(
    0deg,
    var(--tov-main-color, rgba(0, 0, 0, 1)) 0%,
    var(--tov-secondary_color, rgba(131, 82, 57, 1)) 100%
  );
  color: #fff;
}

.countdown.is-sticky {
  width: 480px;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
}

.logged-in .is-sticky {
  padding-top: 45px;
}

.is-sticky + .pricing-block {
  padding-top: 89px;
}

.countdown-text > p:first-child {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.countdown-text > p:first-child > span {
  border: 1px solid #fff;
  padding: 0 10px;
  border-radius: 5px;
  background: #fff;
  color: #06064b;
  font-weight: 700;
}

.countdown-text > p:last-child {
  font-size: 12px;
}

.countdown-text p {
  margin-bottom: 0;
}

.countdown-text p + p {
  margin-top: 5px;
}

.pricing-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  margin-top: 20px;
}

.pricing-block .old-price,
.pricing-block .new-price {
  font-size: 14px !important;
  padding-bottom: 0 !important;
  margin-left: 10px;
}

.pricing-block .old-price div,
.pricing-block .new-price div {
  margin-top: 10px;
}

.pricing-block .new-price strong,
.pricing-block .new-price small {
  font-size: 50px;
  color: #06064b;
  font-weight: 700;
}

.pricing-block .old-price strong,
.pricing-block .old-price small {
  font-size: 30px;
  color: #727272;
  text-decoration: line-through;
  font-weight: 400;
}

.order-button a,
.order-form .button-submit {
  color: #fff;
  box-shadow: none;
  margin-top: 30px;
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 80px;
  border: none;
  background: linear-gradient(
    0deg,
    var(--tov-main-color, rgba(0, 0, 0, 1)) 0%,
    var(--tov-secondary_color, rgba(131, 82, 57, 1) 100%)
  );
  font-weight: 700;
  font-size: 24px;
  line-height: 80px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

.order-button a::after,
.order-form .button-submit::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  animation: flareAnimation 3s infinite linear;
}

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

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

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

.discount-list {
  margin: 10px 0 0;
  padding: 0;
  font-size: 20px;
}

.title,
.number-discount .block-title {
  margin: 30px 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(
    0deg,
    var(--tov-main-color, rgba(136, 102, 89, 1)) 0%,
    var(--tov-secondary_color, rgba(65, 37, 9, 1) 100%)
  );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 0;
}

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

.presentation p {
  margin: 10px 20px;
}

.presentation img {
  border-radius: 5px;
}

.presentation ul,
.specifications .characteristics__list {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.presentation ul li,
.specifications .characteristics__list li {
  margin: 0 17px 12px;
  padding: 0 0 0 32px;
  background: url(../images/small-orange-diamond.png) left 1px no-repeat;
  background-size: 20px;
}

.specifications img {
  margin: 0 auto;
  border-radius: 5px;
}

.reviews {
  background: #333;
  padding: 30px 0 30px;
}

.reviews .title {
  color: #fff;
}

.swiper-wrapper {
  padding-bottom: 50px;
}

.rev_item {
  padding: 0 30px;
}

.rev_item img + .rev-text {
  margin-top: 30px;
}

.rev_item .rev-text,
.rev_item .rev-name {
  color: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  box-shadow: inset 0 0 5px gray;
  border: 1px solid white;
  background: rgb(255 255 255 / 23%);
  border-radius: 20px;
  display: block;
  height: 20px;
  margin: 5px !important;
  width: 20px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  box-shadow: none;
  background-color: white;
  border: 1px solid gray;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-button-next {
  transform: rotate(135deg);
}

.swiper-button-prev {
  transform: rotate(-45deg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
  display: block;
  margin: -20px;
  width: 25px;
  height: 25px;
  border-top: 4px solid rgb(255 255 255 / 100%);
  border-left: 4px solid rgb(255 255 255 / 100%);
  transition: all 0.3s;
}

.reviews .title span {
  background: linear-gradient(0deg, var(--tov-main-color, rgba(126, 92, 79, 1)))
      0%,
    var(--tov-secondary_color, rgba(97, 67, 56, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 25px;
}

.how-to-get {
  margin: 0 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;
}

.steps-list {
  margin: 20px;
  text-transform: uppercase;
}

.steps-item {
  padding: 26px;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 1px #dfdfdf;
  margin: 15px 0px;
  position: relative;
}

.steps-item::before {
  content: '';
  display: block;
  position: relative;
  width: 75px;
  height: 68px;
  float: left;
  margin-right: 5px;
}

.steps-item p span:first-child {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  height: 60px;
  margin-top: 8px;
}

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

.steps-item:nth-child(1)::before {
  background: url('../images/aplication.svg') center no-repeat;
  background-size: 60px;
}

.steps-item:nth-child(2)::before {
  background: url('../images/phone.svg') center no-repeat;
  background-size: 60px;
}

.steps-item:nth-child(3)::before {
  background: url('../images/order.svg') center no-repeat;
  background-size: 60px;
}

.contact-form {
  margin: 30px 0;
}

.order-form input,
.order-form select {
  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: #f5f5f5;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.order-form input[name='name'] {
  background-image: url(../images/offer__name_icon.png);
  background-position: 23px center;
  background-repeat: no-repeat;
}

.order-form input[name='phone'] {
  background-image: url(../images/offer__phone_icon.png);
  background-position: 20px center;
  background-repeat: no-repeat;
}

.order-form input[name='name'] {
  background-image: url(../images/offer__name_icon.png);
  background-position: 23px center;
  background-repeat: no-repeat;
}

.top-card-wrap:nth-last-of-type(2) .countdown .countdown-text {
  display: none;
}
.top-card-wrap .countdown h4 {
  float: left;
  padding: 0 0 0 5px;
  width: 170px;
  height: 30px;
  background: url(../images/offer_benefit3.svg) left center no-repeat;
  background-size: contain;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: initial;
}

.top-card-wrap:nth-last-of-type(2) .countdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-card-wrap:nth-last-of-type(2) .countdown h4 {
  float: left;
  padding: 0 0 0 5px;
  width: 170px;
  height: 30px;
  background: url(../images/offer_benefit3.svg) left center no-repeat;
  background-size: contain;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: initial;
}

.top-card-wrap:nth-last-of-type(2) .countdown__timer {
  display: flex;
  justify-content: space-evenly;
}

.top-card-wrap:nth-last-of-type(2) .countdown .countdown__item {
  display: flex;
  flex-direction: column-reverse;
  width: 60px;
  text-align: center;
  margin-right: 10px;
  position: relative;
}

.top-card-wrap:nth-last-of-type(2) .countdown__value {
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  position: relative;
}

.top-card-wrap:nth-last-of-type(2) .countdown__item:not(:last-child)::after {
  display: block;
  content: ':';
  width: 10px;
  line-height: 24px;
  position: absolute;
  bottom: 5px;
  right: -8px;
  font-size: 40px;
}

.top-card-wrap:nth-last-of-type(2) .countdown__label {
  margin-bottom: 10px;
}

.title_block {
  background: linear-gradient(
    0deg,
    var(--tov-main-color, rgba(0, 0, 0, 1)) 0%,
    var(--tov-secondary_color, rgba(131, 82, 57, 1) 100%)
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px 10px 7px 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.reyt {
  display: flex;
  justify-content: space-around;
  color: #fff !important;
}

.reyt div p {
  margin-bottom: 0;
}

.reyt-block {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.reyt-desc {
  font-size: 12px;
}

.reyt-block img {
  height: 20px;
}

.top-card-wrap:nth-last-of-type(2) .featured-media + .countdown {
  display: none;
}

.top-card-wrap:nth-last-of-type(2) .countdown {
  padding: 20px;
}

.top-card-wrap:nth-last-of-type(2) .countdown .value {
  position: relative;
}

.top-card-wrap:nth-last-of-type(2) .countdown .value::after {
  content: '';
  display: block;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: -8px;
  width: 100%;
}

.warehouse-stock {
  margin: 20px 0 0;
  text-align: center;
}

.warehouse-stock span {
  margin: 0 3px;
  padding: 3px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 2px 1px #acabab;
  color: #06064b;
  font-weight: 700;
}

.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;
  margin: 0 auto;
}
.top-card-wrap .countdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-card-wrap .countdown .value {
  position: relative;
}
.top-card-wrap .countdown__timer {
  display: flex;
  justify-content: space-evenly;
}
.top-card-wrap .countdown .countdown__item {
  display: flex;
  flex-direction: column-reverse;
  width: 60px;
  text-align: center;
  margin-right: 10px;
  position: relative;
}
.top-card-wrap .countdown__value {
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  position: relative;
}
.top-card-wrap .countdown__item:not(:last-child)::after {
  display: block;
  content: ':';
  width: 10px;
  line-height: 24px;
  position: absolute;
  bottom: 5px;
  right: -8px;
  font-size: 40px;
}
