h3.orfpreform {
  font-family: sans-serif;
  text-align: center !important;
  display: block !important;
  padding: 1.5em 10px !important;
  line-height: 1.2 !important;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 18px !important;
  color: #000 !important;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

.card *,
.card ::after,
.card ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*.card html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}*/

.card__item.glow::after {
  content: '';
  position: absolute;
  display: block;
  width: 72px;
  height: 72px;
  top: 20px;
  z-index: -1;
  background: rgba(173, 250, 76, 0.72);
  filter: blur(10px);
}

.card h1 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.card p {
  margin-top: 0;
  margin-bottom: 1.7em !important;
}

.card b {
  font-weight: bolder;
}

.card a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.card a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.card a:not([href]):not([tabindex]):focus,
.card a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

.card a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.card img {
  vertical-align: middle;
  border-style: none;
}

.card button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.card button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.card button,
.card input {
  margin: 0;
  font-family: sans-serif;
  font-size: inherit;
  line-height: inherit;
}

.card button,
.card input {
  overflow: visible;
}

.card button {
  text-transform: none;
}

.card [type='submit'],
.card button {
  -webkit-appearance: button;
}

.card [type='submit']::-moz-focus-inner,
.card button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.card ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

@media print {
  .card *,
  .card ::after,
  .card ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .card a:not(.btn) {
    text-decoration: underline;
  }

  .card img {
    page-break-inside: avoid;
  }

  .card p {
    orphans: 3;
    widows: 3;
  }
}

.card p:before {
  content: '';
  display: block;
  width: 10em;
  overflow: hidden;
}

.card h1 {
  font-size: 1.625em;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .card h1 {
    font-size: 2.4375em;
    margin-bottom: 0.61538462em;
  }
}

.card h1:first-child {
  margin-top: 0;
}

.card img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
  width: 100% !important;
}

.card input[type='tel'],
.card input[type='text'] {
  /*padding:.375em .75em;*/
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}

.card input[type='tel']::-ms-expand,
.card input[type='text']::-ms-expand {
  background-color: transparent;
  border: 0;
}

.card input[type='tel']:focus,
.card input[type='text']:focus {
  color: #111;
  background-color: #fff;
  border-color: #4d3bfe;
  outline: 0;
}

.card input[type='tel']::-webkit-input-placeholder,
.card input[type='text']::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.5);
  opacity: 1;
}

.card input[type='tel']::-ms-input-placeholder,
.card input[type='text']::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.5);
  opacity: 1;
}

.card input[type='tel']:disabled,
.card input[type='text']:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.card ::-moz-placeholder {
  color: #8c8c8c !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.card ::placeholder {
  color: #8c8c8c !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.btn:not(:disabled):not(.disabled),
.comment-respond .form-submit input:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.card .btn:not(:disabled):not(.disabled).active:focus,
.card .btn:not(:disabled):not(.disabled):active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.card ::-moz-selection {
  background-color: #4d3bfe;
  color: #fff;
}

.card ::selection {
  background-color: #4d3bfe;
  color: #fff;
}

.card a,
.card a:visited {
  /*color:#111*/
}

.card a:active,
.card a:focus,
.card a:hover {
  color: #4d3bfe;
}

.card a:focus {
  outline: thin dotted;
}

.card a:active,
.card a:hover {
  outline: 0;
}

.card h1 {
  font-weight: 700;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(1px) translateZ(0);
  transform: translateY(1px) translateZ(0);
}

.card {
  margin: 0 0 3em 0 !important;
  width: auto !important;
  max-width: 460px;
  padding: 25px !important;
  border-radius: 20px !important;
  border: 3px solid #5b2361 !important;
  background-color: #c066ff !important;
  box-shadow: none !important;
  background: repeating-linear-gradient(45deg, #ce0071, #9b2766 10px, #860049 10px, #e73a98 20px);
  min-width: auto !important;
}

.card__instructions {
  color: #fff !important;
  font-size: 32px !important;
  max-width: 433px;
  text-align: center;
  margin: 0 auto 40px;
}

.card__instructions p {
  text-align: center !important;
  padding-top: 0 !important;
  margin-top: 20px !important;
  color: #fff !important;
  line-height: 1.5 !important;
  font-size: 15px !important;
  border: none !important;
}

.card__instructions font,
.card__instructions h1 {
  text-transform: none !important;
  line-height: 1.1 !important;
  text-align: center !important;
  margin: 0 !important;
  font-weight: 700 !important;
}

.card__instructions h1 {
  font-family: sans-serif;
  font-size: 30px;
  padding: 0 !important;
}

.card__instructions .counter_attempts {
  color: #fff !important;
}

.card__counter {
  font-family: sans-serif;
  padding-bottom: 0 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.card__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
  border: 3px solid #5b2361;
  overflow: hidden;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23a3a3a3' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

.card__container img {
  margin: 0 !important;
}

.card__item {
  width: 25%;
  height: 112.5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
}

.card__item span {
  position: absolute;
}

.card__item__sale {
  width: auto !important;
}

.card__item .card__item__reload,
.card__item .card__item__sale {
  opacity: 0;
  z-index: 1;
}

.card__item__sale {
  position: relative;
  line-height: 0;
}

.card__item__sale p {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 39px !important;
  text-align: center !important;
  color: #fff !important;
  position: absolute;
  top: 17px;
  left: 15px;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  white-space: nowrap;
}

.card span {
  font-family: sans-serif;
}

.order_blockspan {
  font-family: sans-serif;
}

.card__item:hover {
  transform: scale(1.2);
}

.card__item__sale-100,
.card__item__sale-30,
.card__item__sale-50 {
  display: none;
}

.card__item__sale .card__item__sale-100,
.card__item__sale .card__item__sale-30,
.card__item__sale .card__item__sale-50 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card__item.sale .card__item__cover {
  opacity: 0;
}

.card__item__cover {
  width: auto !important;
}

.card__item.sale .card__item__sale {
  opacity: 1;
}

.card__item.sale-30 .card__item__sale-30 {
  width: 70%;
  display: block;
}

.card__item.sale-100 .card__item__sale-100 {
  width: 100%;
  display: block;
}

.card__item.sale-50 .card__item__sale-50 {
  width: 70%;
  display: block;
}

.pop-up-window {
  z-index: 3;
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 33% !important;
  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 p {
  font-family: sans-serif;
  font-size: 16px !important;
  text-align: center !important;
  line-height: 1.7 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 100 !important;
  color: #111 !important;
  text-shadow: none !important;
  text-indent: unset !important;
  border: none !important;
}

.pop-up-text {
  font-family: sans-serif;
  font-size: 16px !important;
  text-align: center !important;
  line-height: 1.7 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 100 !important;
  margin: 0 !important;
}

p.ruletka-p.pop-up-text {
  text-align: center !important;
}

.pop-up-window .pop-up-text {
  margin-bottom: 20px !important;
}

.pop-up-heading,
.pop-up-button {
  font-family: sans-serif;
  line-height: 1.7 !important;
  text-shadow: none !important;
}

.pop-up-heading {
  font: 100 40px/1.7 sans-serif !important;
  margin-bottom: 20px !important;
  color: #111 !important;
}

.danger-text {
  font: 700 16px/1.7 sans-serif !important;
  color: red !important;
}

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

.ruletka-p {
  margin-top: 0 !important;
}

@media (max-width: 1080px) {
  .card__instructions h1 {
    font-size: 24px !important;
  }

  .card__item__sale p {
    /*font-size: 17px !important;*/
    font-size: 5.5vw !important;
  }
}

@media only screen and (max-width: 425px) {
  .pop-up-heading {
    font-size: 34px;
  }

  .pop-up-window .pop-up-text {
    font-family: sans-serif;
    font-size: 18px;
  }

  .close-popup {
    right: 0;
  }
}

@media only screen and (max-width: 425px) {
  .card__item {
    height: 90px;
    font-size: 15px;
  }

  .card__item .card__item__sale p {
    font-size: 13px !important;
  }

  .card__instructions {
    margin: 0 auto 10px;
  }

  .card__instructions h1 {
    font-size: 24px;
    margin-top: 0 !important;
  }

  /*  .card__item__sale p {
    font-size: 17px !important;
    line-height: 20px;
    top: 16px;
    left: 8px;
  }*/
  .card__item__sale-30 {
    left: 50% !important;
  }

  .card__item.glow::after {
    width: 52px;
    height: 52px;
  }
}

@media only screen and (max-width: 370px) {
  .card__instructions h1 {
    font-size: 20px !important;
  }

  .card__item__sale p {
    font-size: 5.5vw !important;
    line-height: 17px;
    top: 13px;
    left: 5px;
  }

  .card__item.glow::after {
    width: 40px;
    height: 40px;
    top: 20px;
  }
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 667px) {
}

@media only screen and (max-width: 684px) {
}

@media only screen and (max-width: 734px) {
}

@media only screen and (max-width: 736px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 1024px) {
  .card__item__sale p {
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 428px) {
  .card__item__sale p {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 412px) {
  .card__item__sale p {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 375px) {
  .card__item__sale p {
    font-size: 23px !important;
  }
}

@media only screen and (max-width: 356px) {
  .card__item__sale p {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 344px) {
  .card__item__sale p {
    font-size: 21px !important;
  }
}

@media only screen and (max-width: 333px) {
  .card__item__sale p {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 321px) {
  .card__item__sale p {
    font-size: 19px !important;
  }
}

@media only screen and (max-width: 310px) {
  .card__item__sale p {
    font-size: 18px !important;
  }
}

/*Отступ для дерева комментов*/
.commpaddleft {
  padding-left: 10%;
}

.all-form {
  font-family: sans-serif;
  width: 100%;
  max-width: 620px;
  color: #000;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.all-form__time {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.all-form__time > span {
  color: #000;
  display: block;
}

.all-form__count {
  color: red;
  margin-top: 15px;
}

.all-form__body {
  padding: 25px 45px;
  margin-top: 15px;
  background-color: #fff;
  -webkit-box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.all-form__title {
  font-size: 33px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  line-height: 40px;
}

.all-form__title span {
  font-size: 28px;
  font-weight: 700;
  color: #50b27c;
  text-transform: uppercase;
}

.all-form__label > span {
  display: block;
  margin-bottom: 5px;
}

.all-form__label + .all-form__label {
  margin-top: 20px;
}

.all-form__field {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  max-width: 400px;
  margin: 0 auto;
}

.all-form__field::placeholder {
  color: #656565 !important;
}

.all-form__field:focus {
  outline: none;
  border-color: #adadad !important;
}

.all-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
}

.all-form__btn {
  width: 100%;
  max-width: 320px;
  flex: 1 0 100%;
  padding: 15px 40px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 20px 10px 0;
  background-color: #53b57f;
  background: #5abc86;
  background: -o-linear-gradient(top, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(90, 188, 134, 1)),
    color-stop(50%, rgba(66, 163, 110, 1))
  );
  background: linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  font-size: 16px;
}

.all-form__btn:hover {
  /* text-indent: 10px;
  padding-right: 30px;
  -webkit-box-shadow: inset 10px 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 10px 0 20px 0 rgba(0, 0, 0, 0.4); */
  -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.all-form__prices {
  max-width: 180px;
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-form__price-new {
  margin-right: 15px;
  color: #49aa75;
  font-size: 20px;
  max-width: 80px;
  flex: 1 0 100%;
}

.all-form__price-old {
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: line-through;
  max-width: 60px;
  flex: 1 0 100%;
}

@media (max-width: 576px) {
  .all-form__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .all-form__btn {
    margin-right: 0;
    font-size: 15px;
  }

  .all-form__body {
    padding: 25px;
  }
}

.forn-footer-add {
  font-size: 11px;
  margin: 2px auto;
}

.form-img__wrapper {
  max-width: 450px;
  margin: 0 auto;
}

.form-img__img {
  width: 100%;
  height: auto;
}

.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

* {
  box-sizing: border-box;
  font-family: sans-serif;
}

.card {
  margin: 0 !important;
  width: 100%;
  max-width: 460px;
  padding: 25px;
  border-radius: 20px;
  border: 3px solid #5b2361;
  background-color: #c066ff;
  background: repeating-linear-gradient(45deg, #ce0071, #9b2766 10px, #860049 10px, #e73a98 20px);
  /* background: repeating-linear-gradient(45deg, #906CD7, #7746D7 10px, #2A0671 10px, #482A83 20px); background: repeating-linear-gradient(45deg, #FF9B73, #FF7640 10px, #A62F00 10px, #BF5930 20px); background: repeating-linear-gradient(45deg, #E73A98, #860049 10px, #9B2766 10px, #CE0071 20px); */
}

.card__instructions {
  color: #ffffff;
  font-size: 32px;
  max-width: 433px;
  text-align: center;
  margin: 0 auto 40px;
}

.card__instructions h1 {
  color: #fff !important;
  line-height: normal;
  font-size: 30px;
}

.card__instructions p {
  color: #fff;
  text-align: center !important;
}

.card__instructions span {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.card__instructions svg {
  width: 100%;
  height: 100%;
}

.card__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
  border: 3px solid #5b2361;
  overflow: hidden;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23a3a3a3' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

.card__item {
  width: 25%;
  height: 112.5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
  cursor: pointer;
}

.card__item span {
  position: absolute;
}

.card__item svg {
  width: 72px;
  height: 72px;
}

.card__item .card__item__reload,
.card__item .card__item__sale {
  opacity: 0;
  z-index: 1;
}

.card__item__sale {
  position: relative;
  line-height: 0;
}

.card__item__sale p {
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 17px;
  left: 15px;
  white-space: nowrap;
}

.card__item.reload .card__item__reload {
  opacity: 1;
}

.card__item.reload .card__item__cover {
  opacity: 0;
}

.card__item.sale .card__item__sale {
  opacity: 1;
}

.card__item.sale .card__item__cover {
  opacity: 0;
}

.card__item.glow::after {
  content: '';
  position: absolute;
  display: block;
  width: 72px;
  height: 72px;
  top: 20px;
  z-index: -1;
  background: rgba(173, 250, 76, 0.72);
  filter: blur(10px);
}

.card__item:hover {
  transform: scale(1.2);
}

.card__item__sale-100,
.card__item__sale-50,
.card__item__sale-30 {
  display: none;
}

.card__item.sale-100 .card__item__sale-100 {
  display: block;
}

.card__item.sale-50 .card__item__sale-50 {
  display: block;
}

.card__item.sale-30 .card__item__sale-30 {
  display: block;
}

.card__item__sale .card__item__sale-100,
.card__item__sale .card__item__sale-50,
.card__item__sale .card__item__sale-30 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

/* style for Popup  */
.pop-up-window {
  top: 13%;
}

.pop-up-window .pop-up-text {
  margin-bottom: 20px !important;
  text-align: center !important;
}

.order_block {
  padding: 10px;
}

.input-roulette {
  -webkit-appearance: none;
}

@media only screen and (max-width: 425px) {
  .pop-up-heading {
    font-size: 34px;
  }

  .pop-up-window .pop-up-text {
    font-size: 18px;
  }
}

/*  */
@media only screen and (max-width: 425px) {
  .card__item svg {
    width: 52px;
    height: 52px;
  }

  .card__item {
    height: 90px;
  }

  .card__instructions {
    margin: 0 auto 10px;
  }

  .card__instructions h1 {
    font-size: 24px;
    margin-top: 0 !important;
  }

  .card__instructions span {
    width: 25px;
    height: 25px;
  }

  .card__instructions p {
    color: #ffffff !important;
  }

  .card__item.glow::after {
    width: 52px;
    height: 52px;
  }

  .card__item__sale p {
    font-size: 20px;
    line-height: 20px;
    top: 16px;
    left: 8px;
  }

  .card__item__sale-30 {
    left: 50% !important;
  }
}

@media only screen and (max-width: 370px) {
  .card__item svg {
    width: 40px;
    height: 40px;
  }

  .card__item.glow::after {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .card__instructions h1 {
    font-size: 20px;
  }

  .card__item__sale p {
    font-size: 17px;
    line-height: 17px;
    top: 13px;
    left: 5px;
  }
}

.submit-roulette:hover {
  background: #bb0000;
  transition: background 0.3s;
}

.additional-form-fields {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

.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: 0px 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

input[value='Получить бесплатно']:hover {
  background: #bb0000 !important;
  transition: background 0.3s;
}

input[value='Получить бесплатно']:active {
  transform: translateY(2px);
  box-shadow: none !important;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: auto !important;
}

input[placeholder='Ваше имя'],
input[placeholder='Ваш телефон'] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

.ruletka-p {
  text-indent: 0px;
  color: black;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: bold;
}

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

.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: white 0px -2px 0px inset, white 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: white 0px -2px 0px inset, white 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: white;
  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_block {
  display: none;
  text-align: center !important;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}

.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: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff 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: white !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.pop-up-layer {
  position: fixed !important;
  top: 0px !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: 0px;
  left: 0px;
  top: 40%;
  margin: 0px 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: 0px;
  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: 0px;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor white white;
  -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: normal !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: white !important;
  text-decoration: none !important;
}

@media all and (max-width: 520px) {
  .wheel {
    width: 260px !important;
    height: 260px !important;
  }

  .close-popup {
    right: 0 !important;
  }

  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !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;
  }
}

.red_roulete {
  margin: 15px 0;
}

.rolulete-head {
  margin-bottom: 20px;
}

.ban_about_mobile_foot {
  width: 150px;
  position: absolute;
  top: 100px;
  right: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}

.ban_about_mobile_foot .item {
  width: 100%;
  position: relative;
}

.ban_about_mobile_foot .item .text-1 {
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

.ban_about_mobile_foot .item .but-1 {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .ban_about_mobile_foot {
    width: 110px;
    top: 125px;
  }

  .ban_about_mobile_foot .item .text-1 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .ban_about_mobile_foot .item .but-1 {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .ban_about_mobile_foot .item .text-1 {
    display: none;
  }

  .ban_about_mobile_foot {
    top: 20px;
    right: 0;
  }
}

@media (max-width: 575px) {
  .ban_about_mobile_foot {
    right: 5px;
  }
}

@media (max-width: 443px) {
  .ban_about_mobile_foot {
    width: 80px;
    right: 5px;
  }
}

@media (max-width: 409px) {
  .ban_about_mobile_foot {
    top: 76px;
    left: 14px;
    width: 50%;
  }

  .ban_about_mobile_foot .item .but-1 {
    width: 40%;
    float: left;
    margin-top: 0;
    margin-right: 10px;
  }
}

img,
video {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
  margin-bottom: 1rem;
}

figure,
figure picture {
  margin: 0;
}

.cr {
  color: red;
}

.text--center {
  text-align: center;
}

.mt {
  margin-top: 1rem;
}

.udl {
  text-decoration: underline;
}

.bordered {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

@media (min-width: 768px) {
  .mt {
    margin-top: 1.5rem;
  }
}

.api-form1 .form_control_vik_group {
  margin: 0 0 15px 0 !important;
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
  margin: 0 !important;
  text-align: left !important;
}

input.form_control_vik:focus::placeholder {
  color: transparent;
}

input.form_control_vik.error {
  border-color: #c92f54 !important;
  color: #c92f54 !important;
}

input.form_control_vik.good {
  border-color: #388e3c !important;
  color: #388e3c !important;
}

.api-form1 .error_note {
  text-align: center;
  margin: 4px 0 0 0 !important;
  font-size: 13px;
  line-height: 16px;
  color: #c92f54;
}

input.form_control_vik.error:focus {
  border-color: #c92f54 !important;
}

input.form_control_vik.good:focus {
  border-color: #0d7f56 !important;
}

.pimg {
  text-align: center;
}

.pimg img {
  max-width: 700px;
  width: 100%;
}

.cr {
  color: red;
}

.ctr {
  text-align: center;
}

table,
th,
td {
  border: 1px solid;
}

th,
td {
  padding: 10px;
}

@media (max-width: 768px) {
  td:nth-child(2n) {
    display: none;
  }
}

.v-order-wrapper-fon-bg2 {
  border: 1px solid #f3e8cb;
  padding: 10px;
  -webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#f3e8cb), to(#fffbf0));
  background: -o-linear-gradient(#f3e8cb, #fffbf0);
  background: linear-gradient(#f3e8cb, #fffbf0);
}

@media (max-width: 720px) {
  .v-order-wrapper-fon-bg2 .vik-winners-bl .left_block {
    background: transparent;
    margin-bottom: 20px;
  }

  .v-order-wrapper-fon-bg2 {
    border-radius: 15px;
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  .vik-winners-bl .lb_top {
    padding: 10px 10px 10px 30px;
  }

  .vik-winners-bl .lb_top:before {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 25px;
    background-size: 100%;
  }

  .vik-winners-bl .lbt_text_1 {
    font-size: 18px;
    line-height: 20px;
  }

  .vik-winners-bl .lbt_text_2 {
    margin-top: 5px;
  }

  .vik-winners-bl .lb_text {
    font-size: 26px;
    line-height: 27px;
    margin-top: 20px;
  }

  .vik-winners-bl .lb_text > span {
    font-size: 40px;
    line-height: 41px;
  }
}

.vik-winners-bl .left_block {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 50px;
  background: #f9f9f9;
  font-family: sans-serif;
}

.vik-winners-bl .lb_top,
.vik-winners-bl .wins {
  background: #fff;
}

.vik-winners-bl .lb_top {
  border: 1px solid #b5b5b5;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.vik-winners-bl .lb_top:before {
  display: block;
  content: '';
  width: 40px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.vik-winners-bl .lbt_text_1 {
  font-size: 20px;
  line-height: 30px;
  color: #272727;
  text-align: center;
}

.vik-winners-bl .lbt_text_2 {
  font-size: 13px;
  line-height: 15px;
  color: #626262;
  margin-top: 10px;
  text-align: center;
}

.vik-winners-bl .lb_text {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  margin: 50px 0 15px;
  text-align: center;
}

.vik-winners-bl .lb_text > span {
  display: inline-block;
  font-size: 30px;
  line-height: 76px;
}

.vik-winners-bl .wins {
  border: 1px solid #d8d8d8;
  border-radius: 15px;
}

.vik-winners-bl .win_line {
  display: table;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #d8d8d8;
}

.vik-winners-bl .win_line > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 5px 0 15px;
  font-size: 17px;
  line-height: 19px;
}

.vik-winners-bl .win_line:first-child {
  background: linear-gradient(89.47deg, #ed7b22 0, #f59a14 100%);
}

.vik-winners-bl .win_line:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 1100px) {
  .vik-winners-bl .left_block {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .vik-winners-bl .left_block {
    padding: 30px 10px;
  }
}

@media only screen and (max-width: 880px) {
  .vik-winners-bl .left_block {
    max-width: 100%;
    float: none;
  }

  .vik-winners-bl .lb_text {
    text-align: center;
  }
}

@media (max-width: 720px) {
  .vik-winners-bl .win_line:first-child {
    display: none;
  }

  .vik-winners-bl .win_line {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .vik-winners-bl .win_line > div {
    width: 100% !important;
  }
}

@media only screen and (max-width: 500px) {
  .vik-winners-bl .lb_top {
    padding: 10px 10px 10px 30px !important;
  }

  .vik-winners-bl .lb_top:before {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 25px;
    background-size: 100%;
  }

  .vik-winners-bl .lbt_text_1 {
    font-size: 18px;
    line-height: 20px;
  }

  .vik-winners-bl .lbt_text_2 {
    margin-top: 5px;
  }

  .vik-winners-bl .lb_text {
    font-size: 26px;
    line-height: 27px;
    margin-top: 20px;
  }

  .vik-winners-bl .lb_text > span {
    font-size: 40px;
    line-height: 41px;
  }
}

@media only screen and (max-width: 450px) {
  .vik-winners-bl .win_line > div {
    padding: 0 5px 0 10px;
    font-size: 15px;
    line-height: 19px;
  }
}

@media (max-width: 460px) {
  .vik-winners-bl .left_block {
    padding: 0 !important;
  }

  .vik-winners-bl .win_line > div {
    font-size: 14px !important;
  }

  .vik-winners-bl .lb_text > span {
    font-size: 20px;
  }

  .vik-winners-bl .lb_top {
    padding: 10px;
  }
}

.verified-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 1px;
  color: transparent;
  background: url(images/fff.svg) no-repeat 0 0;
  background-size: 100%;
  vertical-align: -4px;
  border: 2px solid #d7e3ec;
  margin-left: 8px;
}

.tgme_widget_message_user {
  float: left;
}

.tgme_widget_message_author,
.tgme_widget_message_forwarded_from {
  font-size: 16px;
  line-height: 23px;
  margin: 1px 0;
  color: #2481cc;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}

.tgme_widget_message_bubble {
  position: relative;
  border: 2px solid #d7e3ec;
  border-radius: 0 10px 10px 10px;
  background: #fff;
  padding: 12px 17px;
}

.tgme_widget_message_bubble,
.tgme_widget_message_inline_keyboard {
  margin-left: 51px;
}

.tgme_widget_message_bubble_tail {
  pointer-events: none;
  position: absolute;
  left: -8px;
  top: -1px;
}

.tgme_widget_message_footer {
  font-size: 14px;
  line-height: 19px;
  color: #738ca7;
  margin: 5px 0 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.matreshka__wrapper {
  background-image: url(images/bg1-100.webp);
  /*background-size: cover;*/
  background-position: center center;
  padding-bottom: 10px;
}

.matreshka__item img {
  margin: 0px !important;
}

h2.matreshka__title {
  text-align: center;
}

h2.matreshka__title::after {
  display: none;
}

.matreshka__wrapper {
  max-height: 460px;
}

@media (max-width: 1023px) {
  .matreshka__wrapper {
    max-height: 440px;
    background-image: url(images/bg3-100.webp);
  }
}

@media screen and (max-width: 768px) {
  .matreshka__wrapper {
    max-height: 430px;
  }
}

@media screen and (max-width: 480px) {
  .matreshka__wrapper {
    max-height: 322px;
  }
}

@media screen and (max-width: 415px) {
  .matreshka__wrapper {
    max-height: 291px;
  }
}

@media screen and (max-width: 400px) {
  .matreshka__wrapper {
    max-height: 284px;
  }
}

@media screen and (max-width: 390px) {
  .matreshka__wrapper {
    max-height: 290px;
  }
}

@media screen and (max-width: 350px) {
  .matreshka__wrapper {
    max-height: 250px;
  }
}

@media screen and (max-width: 321px) {
  .matreshka__wrapper {
    max-height: 260px;
  }
}

.matreshka__wrapper.go_go_dance .matreshka__item {
  -webkit-animation: bounceAndRotate 3s linear infinite;
  -moz-animation: bounceAndRotate 3s linear infinite;
  -ms-animation: bounceAndRotate 3s linear infinite;
  -o-animation: bounceAndRotate 3s linear infinite;
  animation: bounceAndRotate 3s linear infinite;
}

@-webkit-keyframes bounceAndRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes bounceAndRotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(0deg);
  }
}

.matreshka__wrapper.go_go_dance:hover .matreshka__item {
  animation: shake 1.22s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}

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

.api-form1 * {
  font-family: sans-serif;
}

.api-form1 {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  max-width: 900px !important;
  border: none !important;
}

.product-image1 img {
  max-width: 100% !important;
  width: 100% !important;
}

.api-form1 .form-body {
  max-width: 494px !important;
  margin: 0 auto 0 auto !important;
}

.api-form1 .form-body .text {
  font-family: sans-serif;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 27.24px !important;
  text-align: center !important;
  color: #222 !important;
}

.api-form1 .form-body .text .offer-name {
  font-family: sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 27.24px !important;
  color: #ff396f !important;
}

.api-form1 .form-body .text .offer-name,
.api-form1 .form-body .text .offer-price {
  color: #ff396f !important;
}

.api-form1 .form-body .text .special_text {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 54.47px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.api-form1 .deadline1 {
  font-size: 18px !important;
  line-height: 24.51px;
  font-weight: 400 !important;
}

.time_remains {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 22.68px !important;
  color: #ff396f !important;
}

.api-form1 form {
  margin: 20px auto 0 !important;
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
  background: #ededed !important;
  box-shadow: 0px 2px 4px 0px #00000040 !important;
  font-family: sans-serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 29.51px !important;
  text-align: left !important;
  border-width: 1px !important;
  border-radius: 20px !important;
  color: #9f9f9f !important;
}

.api-form1 .form_control_vik_group {
  margin: 0 0 20px 0 !important;
}

.cta-btn1 a,
.cb-con .submit,
.api-form1 .submit,
.cb-but,
.blg {
  font-family: sans-serif;
  font-size: 30px !important;
  font-weight: 700 !important;
  padding: 10px 0 10px 0 !important;
  line-height: 40.85px !important;
  background: #13a61a !important;
  border-radius: 20px !important;
  box-shadow: 0px 2px 4px 0px #00000040 !important;
}

.api-form1 .footnote1 {
  font-size: 12px !important;
}

.api-form1 .cta-form1 {
  padding-right: 20px !important;
}

@media (max-width: 768px) {
  .api-form1 {
    display: block;
    align-items: center;
    max-width: 346px !important;
  }

  .api-form1 .form-body {
    max-width: 300px !important;
    margin: 0 auto 0 auto !important;
  }

  .product-image1 img {
    max-width: 100% !important;
    width: 71% !important;
  }

  .api-form1 .form-body .text {
    font-family: sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 21.79px !important;
    text-align: center !important;
    color: #222 !important;
  }

  .api-form1 .form-body .text .offer-name {
    font-family: sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 21.79px !important;
    color: #ff396f !important;
  }

  .api-form1 .form-body .text .offer-name,
  .api-form1 .form-body .text .offer-price {
    color: #ff396f !important;
  }

  .api-form1 .form-body .text .special_text {
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 49.03px !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  .api-form1 .deadline1 {
    margin: auto !important;
    max-width: 300px !important;
    font-size: 14px !important;
    line-height: 19.51px;
    font-weight: 400 !important;
  }

  .api-form1 .ftimer {
    display: block;
    text-align: center;
  }

  .api-form1 .msbr {
    display: block;
    text-align: center;
  }

  .time_remains {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 22.68px !important;
    color: #ff396f !important;
  }

  .api-form1 form {
    margin: 20px auto 0 !important;
  }

  .form_control_vik_group input.form_control_vik.name,
  .form_control_vik_group input.form_control_vik.phone {
    background: #ededed !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
    font-family: sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25.51px !important;
    text-align: left !important;
    border-width: 1px !important;
    border-radius: 20px !important;
  }

  .api-form1 .form_control_vik_group {
    margin: 0 0 20px 0 !important;
  }

  .cta-btn1 a,
  .cb-con .submit,
  .api-form1 .submit,
  .cb-but,
  .blg {
    font-family: sans-serif;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 10px 0 10px 0 !important;
    line-height: 30.85px !important;
    background: #13a61a !important;
    border-radius: 20px !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
  }

  .api-form1 .footnote1 {
    font-size: 8px !important;
  }

  .api-form1 .cta-form1 {
    padding-right: 0 !important;
  }
}

#fountainG {
  position: relative;
  width: 96px;
  height: 12px;
  margin: 10px;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: #000;
  width: 5px;
  height: 5px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 12px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 24px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 36px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 48px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 60px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 72px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 84px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #000;
  }

  50% {
    transform: scale(0.3);
    background-color: #fff;
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #000;
  }

  50% {
    -o-transform: scale(0.3);
    background-color: #fff;
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #000;
  }

  50% {
    -ms-transform: scale(0.3);
    background-color: #fff;
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #000;
  }

  50% {
    -webkit-transform: scale(0.3);
    background-color: #fff;
  }
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #000;
  }

  50% {
    -moz-transform: scale(0.3);
    background-color: #fff;
  }
}

.load__comment {
  display: flex;
}

#push-comments #push_3dv4f7 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: sans-serif;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}

#push-comments #push_3dv4f7.hide {
  opacity: 0;
  display: block !important;
}

#push-comments #push_3dv4f7__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}

#push-comments #push_3dv4f7__title {
  color: #43a047;
  border-bottom: 0 solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}

#push-comments #push_3dv4f7__message,
.comment-input {
  border: 1px solid #43a047;
  box-shadow: 0 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}

#push-comments #push_3dv4f7__submit {
  background: #43a047;
  border: none;
  box-shadow: 0 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  transition: 0.5s;
  text-align: center;
  text-shadow: 0 0 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}

#push-comments #push_3dv4f7__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
}

#push-comments #push_3dv4f7__label::before,
#push-comments #push_3dv4f7__label::after {
  content: '';
  display: none;
}

.comment-photo {
  display: block;
  width: 100%;
  max-width: 400px;
}

.ring-loading {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 0 auto !important;
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

a {
  cursor: pointer;
}

[scroll='goScrollToForm'] {
  cursor: pointer;
}

.b-top-bar-button .btn-main {
  display: none;
  padding: 7px 35px;
  text-align: center;
  font-family: sans-serif;
  border-radius: 50px;
  background: #398e3d !important;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}

.b-top-bar-button.sticky .btn-main {
  cursor: pointer;
  display: block;
  max-width: 250px;
  margin: 0 auto;
}

.b-top-bar-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.b-top-bar-button.sticky {
  position: fixed;
  background: #fff;
  z-index: 999;
  display: block;
}

.b-top-bar-button {
  padding: 0.6em 0;
}

@media screen and (min-width: 451px) {
  .l-wr-main {
    margin-top: 0;
  }
}

.prices {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  margin: auto;
}

.new-price {
  color: red;
}

.pimg {
  max-width: 600px;
  margin: 0 auto;
}
