@charset "UTF-8";

.order-form * {
  /* padding: 0;
  margin: 0;
  width: unset !important;
  height: unset !important;
  background: unset !important; */
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

.order-form .has-error .order-form-field-label {
  color: #d32f2f !important
}

.order-form .has-success .order-form-field-label {
  color: #2e7d32 !important
}

.order-form .order-form-field-label {
  display: block !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-align: left !important;
  padding: 0 !important;
  line-height: 20px !important;
  margin: 0 0 .25em !important;
  color: #212121 !important;
  transition: .25s !important;
  font-style: normal !important
}

.order-form .phone-help {
  font-size: 10px !important;
  line-height: 10px !important;
  color: #999 !important
}

.order-form .order-form-old-price {
  font-size: 14px !important;
  color: #d7d7d7 !important;
  font-weight: 400 !important;
  line-height: 10px !important;
  font-style: italic !important;
  text-align: right !important;
  text-decoration: line-through !important
}

.order-form .order-form-footnote {
  color: #9e9e9e !important;
  font-size: 12px !important;
  line-height: 16px !important;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  text-align: left !important
}

.order-form .order-form-wrapper {
  max-width: 400px !important;
  margin: 0 auto !important;
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5) !important;
  opacity: 100 !important;
  position: relative !important;
  padding: 25px !important;
  border: 1px solid #dee2e6 !important
}

.order-form .order-condition {
  font-size: 12px !important;
  line-height: 20px !important
}

.order-form .order-form-header {
  margin: 0 0 25px !important;
  position: relative !important;
  opacity: 1 !important
}

.order-form .order-form-field-wrapper {
  margin-bottom: 15px !important
}

.order-form .order-form-product-price-wrapper:after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: -5px !important;
  border-right: 10px solid #ffffff00 !important;
  border-bottom: 5px solid #b16869 !important
}

.order-form .order-form-product-price-wrapper:before {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -5px !important;
  border-right: 10px solid #ffffff00 !important;
  border-top: 5px solid #b16869 !important
}

.order-form .order-form-product-price {
  display: block !important;
  position: relative !important;
  border-radius: 5px 0 0 5px !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center !important;
  text-transform: none !important;
  line-height: 25px !important;
  text-shadow: 0 0 2px #000 !important
}

.order-form .order-form-product-price-wrapper {
  display: block !important;
  padding: 10px 15px !important;
  text-align: center !important;
  background: #e6373a !important;
  position: absolute !important;
  top: 0 !important;
  right: -35px !important;
  border-radius: 5px 0 0 5px !important
}

.order-form .order-form-product-image-section {
  position: relative !important;
  max-width: 400px !important;
  margin: 0 auto !important
}

.order-form .order-form-discount {
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 10px !important;
  color: #d7d7d7 !important;
  font-size: 16px !important;
  text-align: right !important
}

.order-form .order-form-field-wrapper .order-form-field, select {
  transition: .25s !important;
  outline: none !important;
  display: block !important;
  width: 100% !important;
  background-color: #fff;
  color: #212121 !important;
  box-sizing: border-box !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: 5px !important;
  padding: 10px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  margin: 0;
  border: 2px solid #ddd !important;
  line-height: 1em !important;
  text-indent: unset !important;
  height: unset !important;
  appearance: auto !important;
  max-width: unset !important;
  font-weight: 400 !important;
  cursor: text !important
}

.order-form .order-form-field-wrapper,
.order-form .order-form-field::placeholder {
  font-weight: 400 !important
}

.order-form .order-form-field::placeholder {
  opacity: unset !important;
  color: #c6c6c6 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important
}

.order-form .order-form-field-wrapper.has-error .order-form-field:focus,
.order-form .order-form-field-wrapper.has-error .order-form-field {
  border-color: #d32f2f !important;
  background-color: #fbebeb !important;
  color: #d32f2f !important
}

.order-form .order-form-field-wrapper.has-error .order-form-field::placeholder {
  color: #b29090 !important
}

.order-form .order-form-field-wrapper.has-success .order-form-field {
  border-color: #2e7d32 !important;
  color: #2e7d32 !important;
  background-color: #eefdee !important
}

.order-form .order-form-field-wrapper .order-form-field:focus,
.order-form .order-form-field-wrapper.has-success .order-form-field:focus {
  border-color: #ababab !important
}

.order-form .order-form-product-image {
  width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  /* max-width: 200px !important; */
  margin: 0 auto !important;
}

.order-form .order-form-product-image-wrapper {
  text-align: center !important
}

.order-form .order-form-field-wrapper.has-error .help-block {
  color: #d32f2f !important
}

.order-form .order-form-field-wrapper .help-block {
  font-size: 12px !important;
  line-height: 12px !important;
  text-align: left !important
}

.order-form .order-form-submit-button {
  cursor: pointer !important;
  display: block !important;
  width: 100% !important;
  background: #e6373a !important;
  color: #fff !important;
  border: none !important;
  padding: 15px 5px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  border-radius: 5px !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
  height: unset !important;
  transition: .25s !important
}

.order-form .order-form-submit-button:hover {
  background: #cf3134 !important
}

.order-form .order-form-submit-button:active {
  background: #9d292b !important;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5) !important
}

.order-form form {
  background: 0 0 !important
}

.order-form {
  background: unset !important;
  max-width: unset !important;
  padding: 25px 0 !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  word-wrap: break-word !important;
  font-size: 1em !important;
  line-height: 2rem !important
}

.order-form .order-form-text {
  text-align: center !important;
  border-bottom: 2px solid #eee !important;
  padding: 0 0 10px !important;
  font-size: 22px !important
}

.order-form .order-form-footer-link {
  font-size: 14px !important
}

.order-form-footer-link-wrapper {
  text-align: center !important;
  margin: 15px 0 0 !important
}

.order-form .order-form-conditions {
  margin: 10px 0 0 !important;
  font-size: 12px !important;
  line-height: 20px !important
}

.order-form .product-counter-info {
  font-size: 14px !important;
  text-align: center !important;
  margin: 15px 0 !important
}

.order-form .product-counter {
  color: #e6373a !important;
  font-weight: 600 !important
}

.order-form .order-form-info {
  display: flex !important;
  justify-content: space-between !important;
  margin: 10px 0 0 !important
}

.order-form .timer {
  color: #dc3545 !important
}

.order-form .help-block {
  font-weight: 600 !important;
  font-style: normal !important
}

.order-form .order-form-deadline {
  color: #464646 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center !important;
  margin: 0 0 15px !important
}

.order-form .order-form-timer {
  font-weight: 700 !important;
  margin: 5px 0 0 !important;
  font-size: 14px !important
}

.order-form .time_remains {
  color: #e6373a !important;
  font-size: 14px !important
}

.order-form .order-form-information {
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
  color: #555 !important
}

.order-form .has-error:not(.validating) .order-form-field {
  animation: .5s ease trambling-animation
}

@keyframes trambling-animation {

  0%,
  50%,
  100% {
    transform: rotate(0deg)
  }

  10%,
  30% {
    transform: rotate(-1deg)
  }

  20%,
  40% {
    transform: rotate(1deg)
  }
}

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

  100% {
    transform: scale(.975);
    box-shadow: none
  }
}

.cta-button .cta-button-wrapper {
  text-align: center !important
}

.cta-button .cta-button-link {
  display: inline-block !important;
  background: #e6373a !important;
  line-height: 50px !important;
  padding: 0 25px !important;
  color: #fff !important;
  border-radius: 2px !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

.cta-button .cta-button-link:hover {
  background: #cf3134 !important;
  color: #fff !important
}

.cta-button .cta-button-link:active {
  background: #9d292b !important;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5) !important
}

.cta-button {
  width: 100% !important;
  clear: both !important;
  margin: 25px 0 !important
}

@keyframes front-rotation {
  from {
    transform: rotateY(0deg)
  }

  to {
    transform: rotateY(360deg)
  }
}

@keyframes back-rotation {
  from {
    transform: rotateY(180deg)
  }

  to {
    transform: rotateY(540deg)
  }
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
  }

  100% {
    box-shadow: 0 0 0 40px transparent
  }
}

.chest * {
  padding: 0 !important;
  margin: 0 !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

.chest {
  text-align: center !important;
  background: #eee
}

.chest .order-form-wrapper {
  box-shadow: none !important
}

.chest .chest-rotate {
  perspective: 2000px !important;
  width: 200px !important;
  height: 200px !important;
  position: absolute !important
}

.chest .back {
  transform: rotateY(180deg) !important
}

.chest .front,
.chest .back {
  width: 100% !important;
  height: 100% !important;
  backface-visibility: hidden !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important
}

.chest .front {
  animation: front-rotation 1s infinite !important
}

.chest .back {
  animation: back-rotation 1s infinite !important
}

.chest .chest-title,
.chest-subtitle {
  text-align: center !important
}

.chest .select-block *:after,
.chest .select-block *:before {
  content: unset !important
}

.chest .select-block h2 {
  font-size: 25px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  margin: 0 0 25px !important;
  color: #fff !important
}

.chest .chest-title {
  font-size: 24px !important;
  margin: 0 0 10px !important;
  color: #555 !important;
  padding: 0 !important
}

.chest .chest-subtitle {
  font-size: 18px !important;
  line-height: 20px !important;
  color: #555 !important;
  margin: 0 !important;
  padding: 0 !important
}

.chest .chest-img-pack {
  padding: 25px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  background: #eee !important
}

.chest .chest-button {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important
}

.chest .chest-button button {
  position: absolute !important;
  width: 90px !important;
  height: 90px !important;
  background: #ff1f1f !important;
  color: #fff !important;
  text-transform: uppercase !important;
  outline: none !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  border: #ff1f1f !important;
  cursor: pointer !important;
  animation: radial-pulse 1s infinite !important
}

.chest .chest-img-opened {
  opacity: .5 !important
}

.chest .chest-coins {
  background: unset !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important
}

.chest .chest-coin {
  background-image: url(../assets/e8b510e4/img/coin2.png) !important;
  background-position: center center !important;
  background-size: contain !important;
  width: 180px !important;
  height: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  text-shadow: 1px 1px gold !important;
  cursor: pointer !important
}

.chest .chest-img img {
  max-width: 350px !important;
  width: unset !important;
  height: 100% !important;
  min-height: unset !important;
  min-width: unset !important
}

.chest .chest-product {
  width: 100% !important;
  max-width: 200px !important;
  margin-bottom: 1em !important
}

.chest .chest-order,
.chest-consult {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important
}

.chest .top-block {
  margin: 0 !important;
  padding: 25px !important
}

.chest .top-block h1 {
  font-weight: 700 !important;
  color: #1e2d4c !important;
  font-size: 25px !important;
  text-align: center !important;
  margin: 0 !important;
  line-height: 30px !important
}

.chest .chest-title-wrap {
  margin: 0 0 25px !important
}

.chest .top-block p {
  color: #888787 !important;
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important
}

.chest .select-block {
  background: #eb4d36 !important;
  padding: 25px 10px !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important
}

.chest .congratulations {
  font-size: 20px !important;
  margin: 0 0 25px !important;
  font-weight: 500 !important;
  color: #1e2d4c !important
}

.chest .text-big {
  text-align: center !important;
  font-size: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important
}

.obutton {
  display: inline-block;
  padding: 20px 40px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%) !important;
  border-radius: 10px;
  background-color: red;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all .15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

select {
  margin-bottom: 15px;
}

/* timer */

.timer-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.date {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.date-second {
  border: 1px solid red;
}

.date-digit {
  display: block;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
}

.day {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #D2D2D2;
}

.dogs {
  margin: 0 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #8B8B8B;
}

/* checkbox */

.form__checkbox {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  /* margin-left: auto; */
  margin-right: auto;
  color: #000;
  max-width: 300px;
  width: 100%;
  text-align: left;
}

.form__checkbox a {
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}

.form__checkbox-mark {
  width: 20px;
  height: 20px;
  border: 1px solid;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer
}

.form__checkbox-mark:after {
  position: relative;
  content: "";
  display: none;
  width: 80%;
  height: 80%;
  top: 2px;
  left: 1px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E")
}

.form__checkbox-mark:hover {
  border-color: var(--form-check-border-hover);
  background: hsla(0, 0%, 100%, .9)
}

.form__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10;
  background-color: var(--form-bg)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  display: block
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark {
  border-color: red;
  background-color: red;
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  border-color: red;
}

.form__checkbox input[type=checkbox]:active~.form__checkbox-mark,
.form__checkbox input[type=checkbox]:focus~.form__checkbox-mark {
  border-color: red;
}

/* price */

p.pricec {
  position: relative;
  right: -195px;
  bottom: 160px;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  width: 111px;
  height: 75px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  transform: rotateZ(-16deg);
  text-align: center !important;
  margin-bottom: -84px;
  background: linear-gradient(to right, #eea513 0%, #fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 20%;
  padding: 5px;
}
.pricec .old_price,
.new_price {
  display: block;
  font-size: 22px;
}
.pricec .old_price {
  text-decoration: line-through;
  white-space: nowrap;
}
