.image {
  display: block;
  margin: 40px auto;
}

.image.horizontal {
  width: 100%;
  max-width: 540px;
}

.image.vertical {
  width: 100%;
  max-width: 410px;
}

.block-quots {
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  margin: 35px 0;
  padding-left: 30px;
  color: #000000;
  position: relative;
  border-left: 7px solid #f72210;
}

.table-title b {
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 45px;
  padding: 5px 10px;
  background: #f72210;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

.table-title {
  position: relative;
}

.table-title::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #f2f2f2;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.table-title b,
.graph,
.label {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 40px auto;
}

.label {
  margin: 35px auto;
}

.label li {
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 25px;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.graph {
  height: 325px;
}

.square1,
.square2 {
  height: 25px;
  width: 25px;
  margin-right: 8px;
  display: inline-block;
}

.square1 {
  background-color: #b8b8b8;
}

.square2 {
  background-color: #1202f7;
}

.graph tbody {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
  column-gap: 10%;
  align-items: end;
  height: 100%;
  margin: 3em 0 1em 2.8em;
  padding: 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  background: repeating-linear-gradient(
    180deg,
    #f2f2f2 0,
    #f2f2f2 0 1px,
    transparent 1px,
    transparent 20%
  );
}

.graph tbody:before,
.graph tbody:after {
  position: absolute;
  left: -3.2em;
  width: 2.8em;
  text-align: right;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.graph tbody {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
  column-gap: 10%;
  align-items: end;
  height: 100%;
  margin: 3em 0 1em 2.8em;
  padding: 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  background: repeating-linear-gradient(
    180deg,
    #f2f2f2 0,
    #f2f2f2 0 1px,
    transparent 1px,
    transparent 20%
  );
}

.graph tbody:before,
.graph tbody:after {
  position: absolute;
  left: -3.2em;
  width: 2.8em;
  text-align: right;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

.WeightConsistently tbody:before {
  content: "100%";
  top: -1em;
}

.WeightConsistently tbody:after {
  content: "0%";
  bottom: -1em;
}

.graph tbody th {
  position: absolute;
  top: -3em;
  left: 0;
  width: 100%;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  text-indent: 0;
  transform: rotate(-45deg);
}

.graph tr {
  position: relative;
  display: block;
}

.graph tr:hover {
  z-index: 999;
}

.graph tr:hover {
  opacity: 0.7;
}

.graph th,
.graph td {
  display: block;
  text-align: center;
}

.graph td {
  width: 100%;
  height: 100%;
  border-radius: 0.5em 0.5em 0 0;
  transition: background 0.5s;
}

.graph td span {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  width: 100px;
  color: #ffffff;
  transition: opacity 0.5s;
}

.AveragePounds tbody::before,
.AverageMineral tbody::before {
  content: "kg";
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
}

.AverageWeightLoss tbody::before {
  content: "Pierderea medie de kilograme în 1 lună";
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  width: 325px;
  position: absolute;
  top: 45%;
  text-align: center;
  left: -11em;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
}

.AverageWeightLossPercentage tbody::before {
  content: "Cine a pierdut mai mult de 20 kg în 1 lună";
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  width: 325px;
  line-height: 32px;
  color: #000000;
  position: absolute;
  top: 45%;
  text-align: center;
  left: -11em;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
}

.SideEffects tbody::before {
  content: "Cine a avut efecte secundare";
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  width: 325px;
  line-height: 32px;
  color: #000000;
  position: absolute;
  top: 45%;
  text-align: center;
  left: -11em;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
}

.prod-img {
  display: block;
  width: 350px;
  max-width: 100%;
  margin: 40px auto;
}

.order_block {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product {
  max-width: 250px;
  margin: 20px auto;
  position: relative;
}
.product img {
  width: 100%;
  max-width: 250px;
  display: block;
}

.form {
  text-align: center;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.prices {
  position: absolute;
  z-index: 1;
  right: -80px;
  bottom: 0px;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  width: 150px;
  height: 105px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-transform: rotateZ(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotateZ(-16deg);
  text-align: center !important;
  background: -o-linear-gradient(left, #eea513 0, #fded13 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eea513),
    to(#fded13)
  );
  background: linear-gradient(to right, #eea513 0, #fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 19%;
  padding: 5px;
}

.prices span {
  display: block;
  font-size: 22px;
}
.discountÑ {
  display: block;
}
.prices .old_price span {
  font-weight: normal;
}
.prices .old_price span,
.prices .new_price span {
  display: inline-block;
}

.new_price {
  border-bottom: 2px solid red;
  margin: 0 auto;
  width: 100px;
}

html {
  /* scroll-behavior: smooth !important; */
}
.onw {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  background: url(../images/header__bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#order .shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

#ribbon path {
  fill: var(--ribbon-color);
}

#ribbon rect {
  fill: var(--ribbon-dark-color);
}

#order .order {
  --background-color: var(--color-primary);
  --border-radius: 32px;
  --form-radius: calc(var(--border-radius) / 4);
  --font-size: 18px;
  --ribbon-size: 150px;
  --ribbon-color: rgb(175, 0, 0);
  --ribbon-dark-color: rgb(125, 0, 0);
  --grad-from: rgb(220, 220, 220);
  --grad-to: var(--color-primary);
  --grad-direction: to bottom right;
  --form-gap: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
  border-radius: var(--border-radius);
  padding: 24px;
  background-color: #fff;
  gap: 32px 64px;
  box-sizing: border-box;
}

#order .order__left {
  position: relative;
  display: flex;
  flex: 1 1 min(40%, 210px);
  border-radius: var(--border-radius);
  padding: 8px;
  background: linear-gradient(
    var(--grad-direction),
    var(--grad-from),
    var(--grad-to)
  );
  background-color: var(--background-color);
  box-sizing: inherit;
}

#order .order__inner {
  position: absolute;
  left: -17px;
  top: -17px;
  width: var(--ribbon-size);
  height: var(--ribbon-size);
}

#order .order__ribbon {
  width: 100%;
  height: 100%;
}

#order .order__discount {
  position: absolute;
  left: 40%;
  top: 40%;
  margin: 0;
  width: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  letter-spacing: 0.2em;
}

#order .order__product-wrap {
  position: relative;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

#order .order__product {
  display: block;
  max-width: 100%;
  max-height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

#order .order__sale-wrap {
  position: absolute;
  top: -45px;
  right: -15px;
  width: 90px;
  height: 90px;
  transform: rotate(25deg);
  animation: ScaleRotate 4s linear infinite;
}

#order .order__sale {
  width: 100%;
  height: 100%;
  fill: var(--ribbon-color);
}

#order .order__discount-value {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

#order .order__right {
  flex: 1 1 min(50%, 260px);
  align-self: center;
  min-width: 260px;
  box-sizing: inherit;
}

#order .order__prices {
  margin: 0;
  margin-bottom: var(--form-gap);
  border-bottom: 1px solid #d5d5d5;
  padding: 0;
  padding-bottom: var(--form-gap);
}

#order .order__form {
  margin-bottom: var(--form-gap);
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: var(--form-gap);
  box-sizing: inherit;
}

#order .order__prod-left {
  margin: 0;
  padding: 0;
}

#order .prod-left {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: calc(var(--font-size) - 2px);
  text-align: center;
}

#order .prod-left__text {
  margin-right: 6px;
  color: #161616;
}

#order .prod-left__pad {
  flex: 0 0 auto;
  border-radius: 5px;
  padding: 8px 8px 6px;
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  background-color: var(--background-color);
}

#order .prod-left__pad b {
  animation: 1s ease-in-out infinite blink;
}

#order .prod-left__pad--low {
  color: #fff;
  background-color: #b51111;
}

#order .form {
  width: 100%;
  font-family: inherit;
}

#order .form__group {
  position: relative;
  margin-bottom: calc(var(--form-gap) / 2);
  padding: var(--form-gap) 0 0;
  box-sizing: inherit;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

#order .form__group:last-of-type {
  margin-bottom: calc(var(--form-gap) * 1.5);
}

#order .form__field {
  box-sizing: inherit;
  display: block;
  border: 1px solid var(--background-color);
  border-radius: var(--form-radius);
  padding: 8px 16px;
  width: 100%;
  font-family: inherit;
  font-size: var(--font-size);
  line-height: 1;
  text-align: left;
  outline: none;
  color: #161616;
}

#order .form__field::-moz-placeholder {
  color: transparent;
}

#order .form__field::placeholder {
  color: transparent;
}

#order .form__field:-moz-placeholder-shown ~ .form__label {
  top: calc(var(--form-gap) * 1.5);
  left: 1rem;
  font-size: var(--font-size);
  color: rgba(0, 0, 0, 0.5);
  cursor: text;
}

#order .form__field:placeholder-shown ~ .form__label {
  top: calc(var(--form-gap) * 1.5);
  left: 1rem;
  font-size: var(--font-size);
  color: rgba(0, 0, 0, 0.5);
  cursor: text;
}

#order .form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  left: 0.5rem;
  display: block;
  font-size: 0.8rem;
  color: #333;
}

#order .form__field:required,
#order .form__field:invalid {
  box-shadow: none;
}

#order .form__label {
  position: absolute;
  top: 0;
  left: 0.5rem;
  display: block;
  font-family: inherit;
  transition: 0.2s;
  font-weight: 700;
  font-size: 0.8rem;
  color: #333;
}

#order .form__label > span {
  color: var(--grad-to);
}

#order .form__btn {
  box-sizing: inherit;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: var(--form-radius);
  padding: 10px 16px;
  width: 100%;
  max-width: 320px;
  font-weight: 700;
  font-size: var(--font-size);
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--background-color);
  border: 1px solid transparent;
  cursor: pointer;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

#order .form__btn:hover,
#order .form__btn:focus {
  color: var(--background-color);
  background-color: #fff;
  border-color: currentColor;
}

#order .prices {
  box-sizing: inherit;
}

#order .prices__column {
  box-sizing: inherit;
  display: flex;
  flex-direction: column;
  width: 50%;
}

#order .prices__column.old {
  opacity: 0.7;
}

#order .prices__title {
  box-sizing: inherit;
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #161616;
}

#order .prices__price {
  box-sizing: inherit;
  margin: 0;
  margin-top: auto;
  padding: 0;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  color: #161616;
}

#order .prices__price--new {
  font-weight: 700;
  font-size: 28px;
  transform: translatey(3px);
}

#order .prices__price--old {
  font-size: 24px;
}

#order .prices__price--old > span {
  text-decoration: line-through;
  text-decoration-color: #b61717;
  text-decoration-thickness: 3px;
}

@media screen and (min-width: 576px) {
  #order .prices__price--new {
    font-size: 34px;
  }

  #order .prices__price--old {
    font-size: 28px;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ScaleRotate {
  0%,
  100% {
    transform: scale(0.9) rotate(35deg);
  }

  50% {
    transform: scale(1.2) rotate(15deg);
  }
}

/*! CSS Used from: https://r.xleads.partners/optiheart/es/buy3/css/tailwind.css */

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before,
::after {
  --tw-content: "";
}

h3 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

h3,
p {
  margin: 0;
}

:disabled {
  cursor: default;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.comment:not(:last-child) {
  /* margin-bottom: 1.5rem; */
  /* padding-bottom: 1.5rem; */
}

.comment__top {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.comment__stars {
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
}

.comment__stars > svg {
  margin-right: 0.25rem;
  height: 1rem;
  width: 1rem;
}

.star {
  fill: #ffc107;
}

.comment__stars > span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .comment__content {
    margin-left: 4rem;
  }
}

.comment__content {
  /* margin-left: 4rem; */
  font-size: 17px;
  color: #333;
}

.comment__content > p ~ img {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 20rem;
  border-radius: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.comment__text > a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.comments {
  margin-bottom: 40px;
  padding-bottom: 50px;
}

.comment__content_image_vertical {
  width: 100%;
  max-width: 400px;
}

.comment__content_image_horizontal {
  width: 100%;
  max-width: 600px;
}

.comments__title {
  display: inline-block;
  /* margin-bottom: 20px; */
  font-size: 2rem;
}

.swiper-buttons {
  display: flex;
  gap: 2rem;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: unset;
  display: block;
  width: 44px;
  height: 44px;
  background-color: var(--swiper-theme-color);
  border-radius: 9999px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  color: #fff;
  font-variant: initial;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
}

.comment:not(:last-child) {
  margin-bottom: 30px;
}

.comment__top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.comment__avatar {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.comment__info {
  margin-right: auto;
}

.comment__author {
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}

.comment__time {
  margin-top: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  white-space: nowrap;
  color: #666;
}

.comment__text {
  margin: 0;
}

.comment__stars {
  display: flex;
}

.comment__stars > .star {
  margin-right: 7px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: rgb(245, 195, 16);
}

.comment__stars > .star--empty {
  fill: #c7c7c7;
}

.comment__rating {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.comment__text ~ .comment__img {
  margin-top: 10px;
}

.comment .comment__link {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: rgb(224, 62, 82);
}

/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */

/*
	1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
	2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
	1. Use a consistent sensible line-height in all browsers.
	2. Prevent adjustments of font size after orientation changes in iOS.
	3. Use a more readable tab size.
	4. Use the user's configured `sans` font-family by default.
	5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
	1. Remove the margin in all browsers.
	2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
	1. Add the correct height in Firefox.
	2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
	3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
	Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
	Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
	Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
	Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
	1. Use the user's configured `mono` font family by default.
	2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
	Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
	Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
	1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
	2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
	3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
	1. Change the font styles in all browsers.
	2. Remove the margin in Firefox and Safari.
	3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
	Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
	1. Correct the inability to style clickable types in iOS and Safari.
	2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
	Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
	Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
	Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
	Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
	1. Correct the odd appearance in Chrome and Safari.
	2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
	Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	1. Correct the inability to style clickable types in iOS and Safari.
	2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
	Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
	Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
	Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
	1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
	2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
	Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
	Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
	1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
	2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
	This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
	Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.tw-clear-both {
  clear: both;
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tw-mb-6 {
  margin-bottom: 1.5rem;
}

.tw-mb-4 {
  margin-bottom: 1rem;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}

.tw-mb-5 {
  margin-bottom: 1.25rem;
}

.tw-mb-2 {
  margin-bottom: 0.5rem;
}

.tw-mb-9 {
  margin-bottom: 2.25rem;
}

.tw-mb-10 {
  margin-bottom: 2.5rem;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-flex {
  display: flex;
}

.tw-h-full {
  height: 100%;
}

.tw-max-h-80 {
  max-height: 20rem;
}

.tw-max-h-\[150px\] {
  max-height: 150px;
  width: auto;
}

.tw-flex-grow {
  flex-grow: 1;
}

.tw-basis-1\/3 {
  flex-basis: 33.333333%;
}

.tw-basis-2\/3 {
  flex-basis: 66.666667%;
}

@keyframes tw-pulse {
  50% {
    opacity: 0.5;
  }
}

.tw-animate-pulse {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-center {
  justify-content: center;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-gap-4 {
  gap: 1rem;
}

.tw-gap-8 {
  gap: 2rem;
}

.tw-self-center {
  align-self: center;
}

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-rounded-xl {
  border-radius: 0.75rem;
}

.tw-rounded-2xl {
  border-radius: 1rem;
}

.tw-border-4 {
  border-width: 4px;
}

.tw-border-2 {
  border-width: 2px;
}

.tw-border-solid {
  border-style: solid;
}

.tw-border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.tw-border-primary {
  border-color: var(--color-primary);
}

.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.tw-bg-primary {
  background-color: var(--color-primary);
}

.tw-bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.tw-object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.tw-object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tw-pt-3 {
  padding-top: 0.75rem;
}

.tw-text-center {
  text-align: center;
}

.tw-text-right {
  text-align: right;
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.\!tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.\!tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-text-\[28px\] {
  font-size: 28px;
}

.\!tw-text-\[18px\] {
  font-size: 18px !important;
}

.tw-font-semibold {
  font-weight: 600;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-leading-tight {
  line-height: 1.25;
}

.\!tw-leading-tight {
  line-height: 1.25 !important;
}

.tw-leading-none {
  line-height: 1;
}

.\!tw-leading-none {
  line-height: 1 !important;
}

.tw-text-secondary {
  color: var(--color-secondary);
}

.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.tw-text-alternative {
  color: var(--color-alternative);
}

.tw-text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root {
  --color-primary: #1ea400;
  /* --color-primary:  */
  --color-secondary: #f85a1b;
  --color-alternative: #004dde;
  /* --color-alert: ; */
}

body {
  font-size: 18px;
  min-width: 320px;
}

@media (max-width: 480px) {
  body {
    overflow-x: hidden;
  }
}

b {
  font-weight: 700;
}

.hl-accent {
  font-weight: 700;
  color: var(--color-primary);
}

.hl-secondary {
  font-weight: 700;
  color: var(--color-secondary);
}

.lead {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 600;
}

@media (min-width: 640px) {
  .lead {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.subtitle {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--color-alternative);
}

/* .blockquote {
	margin-bottom: 1.5rem;
}

.blockquote p {
	margin-bottom: 0px;
}

.blockquote__img {
	height: 5rem;
	width: 5rem;
	border-top-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-top-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
} */

/* @media not all and (min-width: 768px) {
	.blockquote__img {
		align-self: flex-start;
	}
}

.blockquote--ava {
	display: flex;
	align-items: center;
	gap: 1rem;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: var(--color-primary);
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

@media not all and (min-width: 768px) {
	.blockquote--ava {
		flex-direction: column;
	}
} */

mark {
  --color1: springgreen;
  --color2: springgreen;
  --bg-height: 100%;
  all: unset;
  background-image: linear-gradient(var(--color1), var(--color2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 var(--bg-height);
  animation: highlight 800ms 1 ease-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

@keyframes highlight {
  to {
    background-size: 100% var(--bg-height);
  }
}

.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:tw-text-primary:hover {
  color: var(--color-primary);
}

@media not all and (min-width: 768px) {
  .max-md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-md\:tw-max-h-80 {
    max-height: 20rem;
  }

  .max-md\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .max-md\:tw-rounded-lg {
    border-radius: 0.5rem;
  }

  .max-md\:tw-pt-4 {
    padding-top: 1rem;
  }

  .max-md\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
      0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
      0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:tw-max-h-80 {
    max-height: 20rem;
  }
}

@media (min-width: 640px) {
  .sm\:tw-float-right {
    float: right;
  }

  .sm\:tw-float-left {
    float: left;
  }

  .sm\:tw-mr-4 {
    margin-right: 1rem;
  }

  .sm\:-tw-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:tw-ml-4 {
    margin-left: 1rem;
  }

  .sm\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .sm\:tw-max-w-\[80\%\] {
    max-width: 80%;
  }

  .sm\:tw-max-w-\[90\%\] {
    max-width: 90%;
  }

  .sm\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.timer {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.timer b {
  display: inline;
  background: url(images/timerIcon2.png) no-repeat left center;
  padding-left: 14px;
  color: red;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  padding-left: 14px;
  color: red;
  vertical-align: middle;
  background-position-y: 5px;
  font-size: 18px;
}

.delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  font-size: 17px !important;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  margin-top: 20px !important;
  font-weight: bold;
}
.delivery img {
  margin-right: 10px;
  margin-top: 7px;
  width: 100px !important;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.input-roulette {
  width: 100%;
  border: 1px #424242 solid;
  appearance: none;
  -webkit-appearance: none;
  font-size: 20px;
  padding: 0 10px;
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.button {
  width: 100%;
  cursor: pointer;
  height: 60px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 18px;
  background: red;
  line-height: 25px;
}

.main-header__medium {
  display: none;
}

.main-header__min {
  display: none;
}

.main-footer__min {
  display: none;
}

.main-footer__medium {
  display: none;
}

.main-footer {
  background-color: #212335;
}

@media (max-width: 800px) {
  .main-header__full {
    display: none;
  }

  .main-footer__full {
    display: none;
  }

  .main-header__medium {
    display: block;
  }

  .main-footer__medium {
    display: block;
  }
}

@media (max-width: 600px) {
  .main-header__medium {
    display: none;
  }

  .main-footer__medium {
    display: none;
  }

  .main-footer__min {
    display: block;
  }

  .main-header__min {
    display: block;
  }
}
body *:not(i) {
  /* font-family: Georgia, Times, Times New Roman, serif !important; */
  font-family: sans-serif !important;
}
p,
ul li,
ol li {
  font-size: 18px !important;
  line-height: 1.35em !important;
}
@media (max-width: 768px) {
  .card__item__sale .card__item__sale-100,
  .card__item__sale .card__item__sale-50,
  .card__item__sale .card__item__sale-30 {
    font-size: 22px !important;
  }
}
@media (max-width: 426px) {
  .card__item__sale .card__item__sale-100,
  .card__item__sale .card__item__sale-50,
  .card__item__sale .card__item__sale-30 {
    font-size: 15px !important;
  }
}
@media (max-width: 371px) {
  .card__item__sale .card__item__sale-100,
  .card__item__sale .card__item__sale-50,
  .card__item__sale .card__item__sale-30 {
    font-size: 11px !important;
  }
}
#form-block > center > div.order_block > h3 {
  margin: 15px auto;
}
.prodImg {
  width: 83%;
}
.wheel-img {
  position: relative;
  user-select: none;
}
.wheel-img__numbers {
  position: absolute;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  user-select: none;
}
.wheel-img__number {
  color: #000;
  font-weight: 700;
  font-family: sans-serif;
  position: absolute;
  font-size: 3.5em;
  line-height: 1;
}
.wheel-img__number::before {
  content: "%";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  font-size: 0.7em;
}
.wheel-img__number:nth-child(1) {
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wheel-img__number:nth-child(2) {
  top: 25%;
  left: 75%;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.wheel-img__number:nth-child(3) {
  top: 50%;
  left: 85%;
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.wheel-img__number:nth-child(4) {
  top: 75%;
  left: 75%;
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.wheel-img__number:nth-child(5) {
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(180deg);
}
.wheel-img__number:nth-child(6) {
  top: 75%;
  left: 25%;
  transform: translate(-50%, -50%) rotateZ(225deg);
}
.wheel-img__number:nth-child(7) {
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%) rotateZ(270deg);
}
.wheel-img__number:nth-child(8) {
  top: 25%;
  left: 25%;
  transform: translate(-50%, -50%) rotateZ(315deg);
}
@media only screen and (max-width: 576px) {
  .wheel-img__number {
    font-size: 1.95em;
  }
  .wheel-img__number::before {
    top: 100%;
  }
}
@keyframes super-rotation {
  70% {
    transform: rotate(1640deg);
  }
  100% {
    transform: rotate(1620deg);
  }
}
.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.wheel-cursor {
  user-select: none;
}
.submit-roulette:hover {
  background: #b00;
  transition: background 0.3s;
}
.additional-form-fields {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}
#order_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#order_form input {
  display: flex;
}
.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}
input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"],
.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}
input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"]:hover {
  background: #b00 !important;
  transition: background 0.3s;
}
input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"]:active {
  transform: translateY(2px);
  box-shadow: none !important;
}
.input-roulette::placeholder {
  font-size: 0.9em;
}
.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  display: block;
  margin: 10px auto;
}
input[placeholder="Ð’Ð°ÑˆÐµ Ð¸Ð¼Ñ"],
input[placeholder="Ð’Ð°Ñˆ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½"] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}
.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px 5px;
  line-height: 25px;
  font-weight: 700;
}
.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.ruletka-a {
  color: #1697ce;
}
.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}
.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}
.danger-text {
  color: red;
  font-weight: 700;
}
.wheel {
  width: 380px;
  height: 380px;
  margin: 0 auto;
  position: relative;
}
.wheel img {
  max-width: 100%;
  max-height: 100%;
}
.wheel-img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px sans-serif !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  background: #fff;
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, white),
    color-stop(100%, #eaeaea)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    white 0%,
    #eaeaea 100%
  );
  background: -o-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
  background: -webkit-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
  background: radial-gradient(ellipse at center, white 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eaeaea",GradientType=1);
}
#order {
  display: none;
}
.order_block {
  text-align: center !important;
}
.order_block img {
  width: 350px;
  max-width: 100%;
}
.order_block h3 {
  font: 700 18px sans-serif !important;
  background: 0 0;
}
#luckyshop_form,
#profit_form2,
#omni_form,
#everad_form,
#shakes_form,
#apilead_form,
#hp_form,
#p_hp_form,
#pw_hp_form,
#leadtrade_form,
#drcash_form,
#t_drcash_form,
#rocket_form,
#ad1_form,
#p_omni_form,
#m_leads,
#v_m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadgroup_form,
#leadbit_form,
#cpagetti_form,
#monsterleads_form,
#tl_form,
#adeptcpa_form,
#burg_tl_form,
#scpa_pw_ad1_form,
#scpa_pw_hp_form,
#scpa_pw_tl_form,
#scpa_pw_apilead_form,
#scpa_pw_leadtrade_form,
#scpa_pw_drcash_form,
#rekl_form,
#p_apilead_form,
#aff1_form,
#p_hp_form_test,
#p_rekl_form,
#static_omni_form,
#funcpa_form,
#ha9_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
}
.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}
.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 50%;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../fonts/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}
.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}
.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}
.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium;
  cursor: pointer;
  outline: medium;
}
.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}
.pop-up-layer-show {
  display: block;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 50%;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
.text_small {
  font-size: 0.5em !important;
  font-weight: 400 !important;
}
@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }
  30% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
@media all and (max-width: 520px) {
  .wheel {
    width: 260px !important;
    height: 260px !important;
  }
  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important;
  }
  .close-popup {
    right: 0 !important;
  }
}
@media screen and (max-width: 520px) and (max-width: 345px) {
  .wheel {
    width: 250px !important;
    height: 250px !important;
  }
  .cursor-text {
    line-height: 40px !important;
    font-size: 11px !important;
  }
}
#form-block {
  margin-bottom: 55px;
}
@media (max-width: 500px) {
  .box,
  .door {
    width: 85px;
    height: 180px;
  }
}
@media (max-width: 400px) {
  .ruletka-p {
    margin: 15px 22px;
  }
}

.comments {
  display: flex;
  flex-direction: column-reverse;
}

#comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}

.comments #comment_num {
  display: none;
}

.no-wht {
  color: #fff;
  margin: 20px auto;
  text-align: center;
  max-width: 500px;
  line-height: 1.3;
}

.whatsappinfo {
  margin-top: 100px;
  border: 2px solid red;
  width: 90%;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  animation: 1s pulse infinite alternate ease-in-out,
    1s shadow infinite alternate ease-in-out;
  color: rgb(60, 168, 76);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}

@keyframes shadow {
  0% {
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 0);
  }
  70% {
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 1);
  }
}

.comment h2:after {
  display: none;
}

#comment-component-text {
  display: flex;
  flex-direction: column;
}

.form-comment {
  order: 0;
}

.firstComment {
  order: 0;
}

.newComment {
  order: 0;
}

.comment__text a {
  color: #2f58b7;
  text-decoration: underline;
}

.timer_wrap {
  display: inline-block;
}

.submit-form:after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 1.5s infinite;
  animation: dotty steps(1, end) 1.5s infinite;
  content: "";
  position: absolute;
  margin-left: 10px;
}

@-webkit-keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ">";
  }
  50% {
    content: ">>";
  }
  75% {
    content: ">>>";
  }
  100% {
    content: "";
  }
}

@keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ">";
  }
  50% {
    content: ">>";
  }
  75% {
    content: ">>>";
  }
  100% {
    content: "";
  }
}

#comment-component-text .comment .comment__text img {
  max-width: 100%;
}

.whatsapp {
  max-width: 400px;
  border: 2px solid red;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin: 30px auto 0;
}
.new_price {
  font-size: 23px !important;
}
#comment-component-text {
  color: #000;
  line-height: 1.3;
  font-size: 14px;
  font-family: "Tahoma", sans-serif;
}
#comment-component-text * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#comment-component-text #comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}
#comment-component-text img {
  max-width: 100%;
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
}
#comment-component-text .comment {
  transition: height, opacity 1000ms ease-in-out;
  overflow: hidden;
}
#comment-component-text .firstComment,
#comment-component-text .newComment {
  display: none;
  opacity: 0;
  max-height: 0;
}
#comment-component-text .txt-content {
  width: 100%;
  min-height: 40px;
  display: block;
  margin: 15px 0;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
#comment-component-text .txt-cmt {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  margin: 0 -5px;
}
#comment-component-text .txt-cmt .form-comment__img {
  padding: 0 5px;
  width: 80px;
}
#comment-component-text .your-name {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: auto !important;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
}
#comment-component-text .form-comment__content {
  width: 100%;
  padding: 0 5px;
}
#comment-component-text .comment {
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  margin: 0 -10px;
}

.comment.reply {
  padding-left: 45px;
}
#comment-component-text .comment__content {
  padding: 0 10px 0 5px;
  width: 100%;
}
#comment-component-text .comment__content .comment__name {
  margin-top: 0;
  color: #365398;
  font-size: 14px;
  text-align: left;
  text-align-last: left;
  font-weight: 700;
}
#comment-component-text .comment__image {
  flex-grow: 0;
  padding: 0 10px;
  width: 70px;
  height: 50px;
  border-radius: 50%;
}
#comment-component-text .comm__content__img {
  display: flex;
  align-items: center;
}
#comment-component-text .comment .comment__text {
  margin: 8px 0 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
#comment-component-text .comment .comment__text img {
  display: block;
  margin: 8px 0 0;
  border-radius: 0 !important;
}
#comment-component-text .comment__details {
  font-size: 12px;
  color: #365398;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 5px;
}
#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
  text-decoration: none;
  color: #365398;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}
#comment-component-text .comment__details img {
  width: 13px;
  transform: translateY(-3px);
}
#comment-component-text .comment__time {
  color: rgb(158, 158, 158);
  font-size: 11px;
  line-height: 1.4;
  cursor: normal;
}
#comment-component-text .add-comment-button {
  background-color: #4267b2;
  border-color: 1px solid #4267b2;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  padding: 0 8px;
  line-height: 22px;
  cursor: pointer;
  font-weight: bold;
}
#comment-component-text .reply {
  margin-left: 55px;
}
@media (max-width: 480px) {
  #comment-component-text .reply {
    margin-left: 15px;
  }
}
/* RTL */
#comment-component-text.rtl {
  direction: rtl;
  text-align: right;
}
#comment-component-text.rtl .comment__content .comment__name {
  text-align: right;
  text-align-last: right;
}
#comment-component-text.rtl .reply {
  padding-right: 65px;
  padding-left: 0;
}
.comments__like {
  cursor: pointer;
}
.comment-img img,
.comment__details img {
  border-radius: 0 !important;
}

.btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-link {
  padding: 15px 20px !important;
  display: inline-block;
  background-color: red;
  color: #eee !important;
  border-radius: 6px;
  margin-top: 35px !important;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.delivery {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 16px !important;
  color: #0b2e6e;
}

.firstComment {
  opacity: 0;
}

.list-green {
  list-style-type: none !important;
  list-style: none !important;
  margin: 25px 0 !important;
  padding: 0 !important;
}

.list-green li {
  position: relative;
  padding-left: 32px;
  background-image: url(../images/checkmark.png);
  background-position: left top 2px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  font-weight: bold;
  list-style-type: none !important;
  list-style: none;
}

.list-green2 li {
  background-image: url(../images/news/gal.png);
  font-weight: normal;
}

.red-txt {
  color: red !important;
}

.effects {
  background: linear-gradient(117.36deg, #3262be 2.35%, #21417d 99.66%);
  color: #fff;
  margin-bottom: 30px;
  border: none;
}
.effects__container {
  padding: 5% 15%;
  padding-bottom: 5%;
}

.effects > img {
  position: absolute;
  margin-top: 50px !important;
}

@media screen and (max-width: 768px) {
  .effects__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.effects ul {
  list-style-type: none;
}
.effects h3 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #fff !important;
  font-size: 22px;
}
.effects h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
.effects li {
  font-size: 18px;
  min-height: 35px;
  padding-left: 30px;
  position: relative;
}

.effects li:before {
  content: none;
}

.effects li img {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
}

.effects p {
  color: #fff;
}

.effects ul li p {
  color: #fff !important;
  margin: 0 !important;
}

.gal2 {
  list-style-type: none !important;
}

.gal1 img {
  display: inline-block;
  position: static;
  width: 25px;
  height: 25px;
  left: -20px;
}

.gal1 ul li {
  list-style: none;
  padding-left: 30px;
}

.gal1 ul li {
  position: relative;
}

.gal2 li {
  position: relative;
  list-style: none;
  list-style-type: none !important;
}

.gal2 li img {
  position: static;
  width: 25px;
  height: 25px;
  float: left;
}

.componente_materia {
  float: left;
  margin: 0 1.75em 2.5em 0;
  max-width: 400px;
}

@media (max-width: 642px) {
  .componente_materia {
	width: 100%;
    max-width: 100%;
	margin: 0 0 15px 0;
  }

  .quotes.quotes-butterfly li::before {
	left: -50px !important;
  }
}

.foto strong {
  background: #eee;
  display: block;
  font-weight: 400;
  padding: 0.67em;
  font-size: 10px;
}
.foto img {
  display: block;
}

.quiz_wrap * {
  font-family: sans-serif;
}
.quiz_wrap {
  position: relative;
  margin: 20px auto;
  max-width: 344px;
  width: 100%;
  height: 600px;
  border-radius: 10px;
  background: linear-gradient(180deg, #adfbb9 0%, #e4fbad 100%), #e4fbad;
  overflow: hidden;
}
.quiz_header {
  background: linear-gradient(180deg, #8840c0 0%, #5a1784 71.67%);
  position: relative;
}
.quiz_header:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -27px;
  background: 0 0/100% 100% url(../news/quiz_header-bg.png) no-repeat;
  height: 27px;
  width: 100%;
}
.quiz_title {
  padding-top: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #fff;
}
.order_title {
  display: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  padding-top: 17px;
}
.order_title span {
  color: #e4fbad;
  font-size: 20px;
  display: block;
  margin-top: 4px;
}
.quiz_question {
  display: flex;
  align-items: center;
  height: 48px;
  margin: 48px 38px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #000;
}
.quiz_question div {
  display: flex;
}
.quiz_question div span {
  display: block;
  padding-right: 8px;
}
.quiz_options {
  margin: 0 34px;
}
.quiz_option {
  position: relative;
  padding-left: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 21px;
  line-height: 135%;
  cursor: pointer;
  color: #7931b1;
}
.quiz_option:before {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: " ";
  display: block;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #959595;
  position: absolute;
  left: 0;
  top: -2px;
}
.quiz_option:after {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: " ";
  display: block;
  background: #7931b1;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 3px;
  opacity: 0;
}
.quiz_option:hover:before {
  border: 1px solid #7931b1;
}
.quiz_option:hover:after {
  opacity: 1;
}
.quiz_nums {
  padding: 0 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 65px;
}
.quiz_num {
  -webkit-transition: 1s all;
  transition: 1s all;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: #e5d2f2;
  border: 1px solid #fff;
  color: #9747ff;
}
.quiz_num span {
  -webkit-transition: 1s all;
  transition: 1s all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 50%;
}
.quiz_num.active {
  background: #e5d2f2;
  border: 1px solid #a260d4;
}
.quiz_num.active span {
  background: linear-gradient(180deg, #962dd8 0%, #ad74da 100%), #f64777;
  color: #fff;
}
.quiz_nums:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 64px);
  height: 1px;
  background: #a260d4;
}
.quiz_footer {
  width: 100%;
  position: absolute;
  bottom: 20px;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.quiz_footer span {
  font-weight: 700;
  color: #5a1784;
}
.quiz_step,
#prod_img {
  transition: 0.5s all;
  display: none;
  opacity: 0;
  margin-top: -7px;
}
.quiz_step.active {
  opacity: 1;
  margin-top: 0;
}
.quiz_timer {
  margin-top: 39px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
}
.quiz_timer div {
  margin-top: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #f64777;
  text-align: center;
}
.quiz_timer span {
  display: inline-block;
  width: 32px;
}
.quiz_prices {
  margin-top: 16px;
  margin-bottom: 12px;
  text-align: center;
}
.quiz_prices .quiz_oldprice {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: line-through;
  color: #000;
}
.quiz_prices .quiz_newprice {
  margin-top: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5a1784;
}
.quiz_form form {
  width: 280px;
  margin: 0 auto;
}
.quiz_form form input {
  line-height: 48px;
  padding-left: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  display: block;
  background: #fff;
  border: 1px solid #5a1784;
  border-radius: 24px;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
.quiz_form form button {
  text-transform: uppercase;
  margin-top: 0;
  border-radius: 24px;
  height: 48px;
  display: block;
  text-align: center;
  width: 100%;
  background: #f64777;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0.03em;
  border: none;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 360px) {
  .quiz_question {
    margin: 48px 18px 20px;
  }
  .quiz_options {
    margin: 0 14px;
  }
}

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  text-align: left;
  margin-top: 5px !important;
}

.quotes {
  margin: 30px 0 30px;
  border-radius: 6px;
  border: 1px solid #b99bd2;
}
.quotes__content {
  padding: 20px 20px 20px 20px;
  background: url(../images/quote_close.png) bottom 25px right 55px no-repeat;
  background-size: 235px;
  /* background: rgba(5, 5, 5, 0.3); */
}

.quotes li > p:first-child {
  margin-bottom: 10px;
  padding-top: 15px;
}

.quotes ul {
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0;
}
.quotes li {
  padding-left: 30px;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.quotes li span {
  font-weight: 600;
}
.quotes li:last-of-type {
  margin-bottom: 0;
}

.quotes.quotes-butterfly h4,
.quotes.quotes-butterfly h4,
.quotes.quotes-green h4,
.quotes.quotes-green h5,
.quotes.quotes-green h6,
.quotes.quotes-red h5 {
  margin-left: 29px;
}

.quotes.quotes-butterfly li::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../news/butterfly.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -55px;
  top: 5px;
  transform: translateY(-50%);
  z-index: 10;
}
.quotes.quotes-butterfly .yellow-bg {
  font-size: 18px;
}

.geffects2 {
  text-align: left;
  border: 1px solid #6aa869;
  border-radius: 6px;
  box-sizing: border-box;
  /* background: #162634; */
  margin: 15px auto 35px;
  width: auto;
  max-width: 960px;
}
.effects2__container {
  padding: 15px 55px 25px;
}
.geffects2 h2 {
  margin-top: 10px;
}

.geffects2 li {
  position: relative;
  padding-bottom: 0;
  padding-left: 32px;
  margin: 0 0 10px -32px !important;
}
.geffects2 li p {
  margin-bottom: 0;
  font-weight: 400;
}

.effects2__container > p {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  font-size: 20px !important;
}

.list-green2 {
  list-style-type: none;
  padding: 0;
}

.list-green2 > li {
  background-image: url(../news/gal.png);
  background-position: left top 3px;
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.regaly__item {
  position: relative;
  display: grid;
  grid-template-columns: 94px auto;
  gap: 1em;
  margin-bottom: 35px;
  align-items: center;
}

blockquote.news {
  position: relative;
  margin: 15px 0;
  z-index: 0;
}

blockquote.news p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 29px;
  /* color: #fff; */
}

blockquote.news:before {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(../images/quote-icon-24hu-24\\(1\).svg) no-repeat;
  background-size: 32px 33px;
  content: "";
}

@media (min-width: 768px) {
  blockquote.news:before {
    position: absolute;
    width: 53px;
    height: 42px;
    top: 5px;
    left: 0;
    background-size: 53px 42px;
  }
}
@media (min-width: 768px) {
  blockquote {
    margin: 30px 0;
    padding: 0 0 0 85px;
  }
}

.list {
  padding-left: 35px;
  margin-bottom: 30px;
}
.list ul {
  list-style-type: none;
}
.list li {
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(95.88deg, crimson 33.37%, transparent 86.23%);
  background-color: red;;
  padding: 3px 12px;
  padding-right: 50px;
  border-left: 2px solid crimson;
  position: relative;
  line-height: 1.4em;
  color: #fff;
}
.list li span {
  font-weight: 700;
}
.list li:last-of-type {
  margin-bottom: 0;
}
.list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -37px;
  top: 0px;
  background: url(../news/check_red.png) center center no-repeat;
  background-size: contain;
}


.clear-fix {
  content: " ";
  clear: both;
  display: table;
}

.mb-new {
  margin-bottom: 30px;
}


blockquote.new {
  position: relative;
  margin: 15px 0;
  z-index: 0;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
  align-items: start;
  gap: 15px;
}

.-darkMode blockquote.new {
  color: #fff;
}

blockquote.new p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 29px !important;


}

blockquote.new:before {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(../images/quote-icon-24hu-24\ \(1\).svg) no-repeat;
  background-size: 32px 33px;
  content: "";
  flex: 0 0 auto;

@media (min-width: 768px) {
  blockquote.new:before {
    position: absolute;
    width: 53px;
    height: 42px;
    /* top: 5px; */
    left: 0;
    background-size: 53px 42px;
  }
}
