* {
  box-sizing: border-box;
}
[scroll="goScrollToForm"] {
  cursor: pointer;
}
:root {
  --swiper-theme-color: #888;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
:root {
  --swiper-navigation-size: 44px;
}
body {
  font-family: sans-serif;
  margin: 0;
}
* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0 !important;
}
body {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-name: fadeInLoad;
  animation-name: fadeInLoad;
  position: relative;
}
@-webkit-keyframes fadeInLoad {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLoad {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
@-moz-document url-prefix() {
}
p {
  margin: 0;
}
.main {
  background: #fff;
  padding: 20px 15px;
}
.red-link {
  color: #c03;
  text-decoration: none;
}
.text-about {
  font-family: sans-serif;
  font-size: 16px;
  margin: 15px 0;
}
.killer {
  margin-top: 40px;
}
.green-modul {
  background-color: #c03;
  border: 1px solid #b11033;
  border-radius: 7px;
  color: #fff;
  display: block;
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px auto;
  padding: 15px 20px;
}
.proff-img {
  margin: 20px auto;
  max-width: 600px;
  display: block;
  width: 100%;
}
.proff-text {
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.8em;
}
.pg {
  background-color: #f8ddd4;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px;
}
.ul2 {
  margin-bottom: 15px;
}
.center {
  color: #af0000;
  font-size: 1.4em;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}
.order-form,
h2 {
  margin-top: 20px;
}
.ahtung {
  font-family: sans-serif;
  font-size: 1.2em;
  line-height: 1.3;
}
.left_count {
  background: #c03;
  max-width: 144px;
}
.desc {
  display: block;
  font-family: sans-serif;
  font-size: 1em;
  margin-top: -10px;
  text-align: center;
}
.main-t1 {
  display: block;
  font-family: sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding: 0;
}
.authors {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
 
}
.aut-li {
  display: block;
}
.zi1 {
  z-index: 10;
}
.zi2 {
  z-index: 9;
}
.zi3 {
  z-index: 8;
}
.mli {
  margin-left: -30px;
}
.aut-text {
  color: #666;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin-left: 10px;
}
.ul-aut {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding: 0 0 0 25px;
}
.erik {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.main-container {
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}
.l2 {
  border-bottom: 4px solid #c03;
  color: #c03;
}
.sub-link {
  color: #666;
  text-decoration: none;
}
.sub-link:hover {
  color: #c03;
}
.under-nav {
  background-color: #eee;
  padding: 0 20px;
}
.under-nav-container {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
  -webkit-justify-content: end;
  justify-content: end;
  margin: 0 auto;
  max-width: 850px;
  padding: 15px 0;
}
.red-nav,
.under-nav-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.red-nav {
  background-color: #c03;
  width: 100%;
}
.red-nav,
.under-b {
  -webkit-justify-content: center;
  justify-content: center;
}
.under-b {
  -webkit-align-items: center;
  align-items: center;
  background-color: #c5c5c5;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-family: sans-serif;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 700;
  font-weight: 600;
  height: 34px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
}
.under-b:hover {
  background-color: #aaa;
}
.item2 img,
.item3 img {
  width: 22px;
}
.nav-link {
  -webkit-align-items: center;
  align-items: center;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-right: 1.875em;
}
.nav-container,
.nav-link {
  display: -webkit-flex;
  display: flex;
}
.nav-container {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}
.nav-logo {
  display: -webkit-flex;
  display: flex;
}
.nav-left {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.nav-left,
.nav-right {
  display: -webkit-flex;
  display: flex;
  max-width: 410px;
  width: 100%;
}
.nav-right {
  -webkit-justify-content: end;
  justify-content: end;
}
.nav-logo img {
  display: inline-block;
}
.nav-link a {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}
.nav-link a:hover {
  color: #000;
}
.three-dots img {
  width: 20px;
}
.sub-search img {
  width: 21px;
}
.sub-nav-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
}
.sub-input .iinput {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #eee;
  color: #666;
  display: block;
  font-size: 1em;
  outline: none;
  padding: 0.375rem 0.5rem 0.375rem 0.125rem;
  width: 419px;
}
.sub-input .iinput::-webkit-input-placeholder {
  opacity: 0;
}
.sub-input .iinput::-moz-placeholder {
  opacity: 0;
}
.sub-input .iinput:focus::-webkit-input-placeholder {
  opacity: 1;
}
.sub-input .iinput:focus::-moz-placeholder {
  opacity: 1;
}
.sub-input .iinput:focus {
  border-color: #9c3;
}
.sub-right {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
}
.sub-right,
.three-dots {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.sub-ul {
  color: #888;
  font-size: 1em;
  list-style: none;
  padding-left: 0;
}
.sub-left,
.sub-ul {
  display: flex;

  flex-direction: row;

  flex-wrap: nowrap;
}

.sub-left {
  flex-wrap: wrap;
  height: 55px;
  overflow: hidden;
}
.sub-li {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-right: 1.175em;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .sub-input .iinput {
    width: 321px;
  }
}
@media (max-width: 830px) {
  .sub-input .iinput {
    width: 200px;
  }
}
@media (max-width: 656px) {
  .sub-input .iinput {
    width: 100px;
  }
}
@media (max-width: 550px) {
  .sub-input .iinput {
    width: 60px;
  }
}
@media (max-width: 500px) {
  .sub-input .iinput {
    display: none;
  }
}
.authors-container {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 430px) {
  .l4 {
    display: none;
  }
}
.text-about {
  font-style: italic;
}
@media (max-width: 400px) {
  .authors {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .text-about {
    text-align: center;
  }

  .aut-text p,
  .main-t1 {
    text-align: center;
  }
}
@media (max-width: 370px) {
  .l3 {
    display: none;
  }
}
.nav-logo img {
  width: 100px;
}
@media (max-width: 600px) {
  .red-nav {
    height: 48px;
  }
  .nav-logo img {
    height: 48px;
    width: auto;
  }
}
:focus,
input,
input:active {
  outline: none;
}
.fot-link:hover {
  color: #c03;
}
input[value=""]:active {
  box-shadow: none !important;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.ruletka-p {
  color: #000;
  font-weight: 700;
  line-height: 25px;
  margin: 15px;
  text-align: center !important;
  text-indent: 0;
}
.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.ruletka-a {
  color: #1697ce;
}
.left_count {
  display: table;
  font-size: 130% !important;
  margin: 12px auto;
  padding: 10px 30px;
  text-align: center;
}
.left_count {
  background: red;
  border-radius: 5px;
  color: #fff;
  font-size: 26px !important;
  margin: 12px 0;
  padding: 10px 20px;
  text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000,
    -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.left_count .prod_left_val {
  font-size: 32px !important;
}
@media screen and (max-width: 370px) {
  .startdate {
    display: block;
  }
}
h2 {
  font-family: sans-serif !important;
}
.fot-li {
  margin-bottom: 20px;
}
.fot-link {
  color: #888;
  text-decoration: none;
}
.fwb {
  font-weight: 600;
}
.ul-fot {
  list-style: none;
  margin: 20px 0 0;
  padding-left: 0;
}
.f-t {
  -webkit-justify-content: space-around;
  justify-content: space-between;
  padding: 30px 20px;
}
.f-t {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  max-width: 850px;
}
#fMask {
  background: #f6f6f6;
}
@media screen and (max-width: 450px) {
  .f-t {
    display: none;
  }
}
.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: 700;
}
.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 31px;
}
.ruletka-a {
  color: #1697ce;
}
body {
  min-width: 320px;
}
.rullete-container {
  max-width: 692px;
}
.dobav {
  background: rgb(255 0 0/7%) !important;
  padding: 6px 7px !important;
  font: 18px sans-serif !important;
  line-height: 1.5 !important;
  text-align: center !important;
  color: #1f1414 !important;
  max-width: 652px;
  margin: 0 auto !important;
  display: block;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-family: sans-serif;
}
.dobav font {
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  color: #ff4343;
  text-shadow: 0 0 1px #fff;
  font-weight: 700;
}
.coment_ava img {
  border-radius: 5px;
  height: 50px;
  margin: 0;
  width: 50px;
}
.pg {
  font-size: 16px;
  line-height: 1.4;
  margin-left: 60px;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.row-y-name b {
  font-weight: bolder;
}
.row-y-item {
  margin-bottom: 30px;
}
.row-y-item .pg {
  padding-left: 60px !important;
}
#comments .coment_ava {
  float: left;
  margin-right: 10px;
}
.button.scroll1 {
  background-color: red;
  border-radius: 15px;
  color: #fff !important;
  display: table;
  font-size: 24px;
  font-weight: 700;
  margin: 25px auto 35px;
  max-width: 100%;
  max-width: 340px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: 0.5s;
}

.button.scroll1:hover {
  background-color: rgb(179, 0, 0);
}
footer {
  text-align: center;
  padding: 20px 0;
}

.door__container {
  display: flex;
  justify-content: space-evenly;
}
.door_box {
  perspective: 500px;
  position: relative;
}
.door_box,
.door {
  width: 165px;
  height: 346px;
  box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919;
}
.door,
.hi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.door {
  background-image: url(../images/door1.png);
  background-repeat: no-repeat;
  transform: rotateY(0deg);
  display: inline-block;
  transition: all 0.75s ease;
  transform-origin: 0% 0%;
  cursor: pointer;
  background-size: contain;
}
#door__2 {
  background-image: url(../images/door2.png);
}
#door__3 {
  background-image: url(../images/door3.png);
}
.door:hover {
  transform: rotateY(-30deg);
}
.door.open {
  transform: rotateY(-85deg);
}
.door__head {
  font-size: 18px;
  margin: 18px 0;
  text-align: center;
}
.door__sales {
  position: relative;
  font-size: 45px !important;
  font-weight: 700 !important;
  color: red !important;
  border-radius: 30px !important;
  padding: 30px 5px !important;
  box-shadow: 0 1px 2px 2px #7f7878;
  margin: 0 !important;
  padding-bottom: 30px !important;
}
.door__title {
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 25px;
  background-color: #3a4752;
  padding: 10px 0 !important;
  border-radius: 0.5em;
}

@media (max-width: 1040px) {
  .door_box,
  .door {
    width: 95px;
    height: 200px;
  }
  .door__sales {
    font-size: 23px !important;
  }
  #form-block {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 840px) {
  .door__sales {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px;
  }
  .door {
    background-size: contain;
  }
  #door__2 {
    background-size: contain;
  }
  #door__3 {
    background-size: contain;
  }
}
@media (max-width: 360px) {
  .door_box + .door_box {
    margin-left: 15px;
  }
  .door__sales {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px;
  }
}
body *:not(i) {
  font-family: sans-serif !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;
  }
}
.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;
}
.additional-form-fields {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}
.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}
.input-roulette::placeholder {
  font-size: 0.9em;
}
.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  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;
  white-space: nowrap;
}
.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);
}
.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: absolute;
  max-width: 400px;
  width: 85%;
  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;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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;
  transition: 0.5px;
  color: #fff !important;
  border: medium;
  cursor: pointer;
  outline: medium;
}
.pop-up-button:hover {
  background-color: #458d1c;
}
.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::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;
}
#order {
  display: none;
}
@keyframes pop-up-appear {
  0% {
    transform: translate(-50%, -2000px);
  }
  30% {
    transform: translate(-50%, 100px);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@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;
  }
}
@media (max-width: 500px) {
  .door_box,
  .door {
    width: 85px;
    height: 180px;
  }
}

.api-form1 * {
  padding: 0;
  margin: 0;
  font-family: sans-serif !important;
}
.api-form1 .submit:hover {
  background: #2e7d32;
}
.api-form1 .form-header {
  text-align: center !important;
}
.cta-btn1 a,
.cb-con .submit,
.api-form1 .submit,
.cb-but,
.blg {
  outline: none !important;
  max-width: 100% !important;
  font-style: normal !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
  position: static !important;
  height: auto !important;
  box-shadow: none !important;
  text-align: center !important;
  clear: both !important;
  font-weight: 700 !important;
  border: 0;
  background: #388e3c;
  color: #fff !important;
  font-size: 22px !important;
  text-decoration: none !important;
  padding: 15px 35px !important;
  border-radius: 35px !important;
  width: 100% !important;
  display: block;
  cursor: pointer !important;
  margin: 15px 0 0 !important;
  text-transform: none !important;
  transition: 0.5s;
}

.blg:hover {
  background: #246827;
}
.api-form1 .text1 a:hover {
  text-decoration: underline !important;
  color: #a52626 !important;
}
.underline {
  text-decoration: underline;
}
.api-form1 .text1 a {
  box-shadow: none !important;
  font-weight: 700 !important;
  color: #ca2d2d !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
}
.api-form1 *:before,
.api-form1 *:after {
  content: none;
}
.cb-con label,
.api-form1 label {
  font-style: normal;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: text !important;
  text-align: left !important;
  display: block !important;
  color: #222 !important;
  margin: 0 0 2.5px 20px !important;
  padding: 0 !important;
}
.api-form1 .country-flag {
  width: 25px !important;
  position: relative !important;
  top: 2px !important;
}
.api-form1 p.delivery {
  background: linear-gradient(
    to right,
    transparent 0%,
    #ddd 50%,
    transparent 100%
  ) !important;
  margin: 15px 0 0 !important;
  padding: 5px !important;
  text-align: center !important;
  font-size: 16px !important;
  color: #555 !important;
}
.api-form1 .footnote1 {
  line-height: 15px !important;
  text-indent: 0 !important;
  font-size: 10px !important;
  margin: 10px 0 0 !important;
  text-align: center !important;
  padding: 0 !important;
  color: #888 !important;
  border-bottom: none !important;
}
.api-form1 .text {
  border: none !important;
  text-align: center !important;
  color: #222 !important;
  padding: 0 !important;
  font-size: 18px !important;
  width: 100% !important;
  float: none !important;
  line-height: 25px !important;
  font-weight: 700 !important;
  margin: 10px 0 !important;
}
.api-form1 form {
  padding: 0 !important;
  background: 0 0 !important;
  margin: 15px auto 0 !important;
  border: none;
}
.api-form1 .form-body .text .offer-name,
.api-form1 .form-body .text .offer-price {
  font: 700 18px/1.7 sans-serif !important;
  color: #ca2d2d !important;
}
.api-form1 {
  background: #fff !important;
  box-sizing: border-box !important;
  max-width: 465px !important;
  position: relative !important;
  margin: 0 auto !important;
  text-align: center !important;
  border: 2.5px dashed #ddd !important;
  border-radius: 2.5px !important;
  padding: 30px !important;
  clear: both !important;
}
.api-form1 .deadline1 {
  font: 700 15px/1.7 sans-serif !important;
  color: #222 !important;
  text-align: center !important;
  margin: 0 !important;
}
.time_remains {
  font: 700 1.1em/1.5 sans-serif !important;
  color: red !important;
}
.api-form1 .name:invalid,
.api-form1 .phone:invalid,
.api-form1 .country:invalid,
.api-form1 .name,
.api-form1 .phone,
.api-form1 .country {
  font-style: normal;
  transition: 0.25s !important;
  line-height: 20px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: 0 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  background: #f2f2f2 !important;
  outline: none !important;
  box-sizing: border-box !important;
  border: 2.5px solid #ddd !important;
  border-radius: 35px !important;
  padding: 15px !important;
  margin: 0 0 15px !important;
}
.api-form1.name:focus,
.api-form1 .phone:focus,
.api-form1 .country:focus {
  border: 2.5px solid #aaa !important;
}
.api-form1 .cta-form {
  margin: 0 !important;
}
.api-form1 {
  padding: 15px !important;
}
.api-form1 .submit {
  font-size: 16px !important;
  padding: 15px 5px !important;
}
.form-header1 .form-header1 {
  text-align: center !important;
}
.api-form1 .cta-form1 {
  margin: 0 !important;
}
.cb-con1 .cta-form1 {
  text-align: center !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
.cb-con1 .cta-form1 {
  margin-top: 15px !important;
  display: block;
}
.product-image1 {
  position: relative !important;
  margin: 0 auto !important;
  background: #fff !important;
  text-align: center !important;
  max-width: 240px;
}
.product-image1 img {
  margin: 0 auto !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important;
  z-index: 0 !important;
  position: static !important;
}
.cb-con1 .product-image1 {
  max-width: 300px;
}
.cb-tex1 .product-image1 {
}
.product-banner-text1 {
  font-size: 12px !important;
}
.product-banner1 {
  width: 117px !important;
  height: 117px !important;
}
.product-banner1 {
  opacity: 0.9 !important;
  display: table !important;
  width: 117px !important;
  height: 117px !important;
  line-height: 25px !important;
  color: #fff !important;
  font-size: 18px !important;
  text-align: center !important;
  background: url(../images/product-banner.png) no-repeat center !important;
  background-size: 100% !important;
  position: absolute !important;
  top: -8px !important;
  right: 0 !important;
  text-decoration: none !important;
}
.product-banner-text1 {
  text-align: center !important;
  margin: 0 !important;
  font-weight: 700 !important;
  color: #f2f2f2 !important;
  display: table-cell !important;
  font-size: 20px !important;
  vertical-align: middle !important;
  position: relative;
}
.product-banner-text1:after {
  position: relative;
  top: -5px;
  left: -2.5px;
}
.product-banner-text1 {
  font-size: 32px !important;
}
.api-form1 .form-body1 .text1 .offer-name1,
.api-form1 .form-body1 .text1 .offer-price1 {
  color: #ca2d2d !important;
  font-weight: 700 !important;
}
#text1 {
  margin-top: 40px;
  vertical-align: top;
  display: inline-block;
  width: 75%;
  margin-right: 0;
  text-align: center;
}
.offer-name1 {
  color: #ffeb3b !important;
}
.cb-con1 .name1:invalid,
.cb-con1 .country:invalid,
.cb-con1 .name1,
.cb-con1 .country,
.api-form1 .name1:invalid,
.api-form1 .phone:invalid,
.api-form1 .country:invalid,
.api-form1 .name1,
.api-form1 .name1:focus,
.cta-btn1 *,
.cta-btn1 {
  text-align: center !important;
  max-width: 445px;
  margin: 15px auto;
}
.api-form1 .text1 {
  border: none !important;
  text-align: center !important;
  color: #222 !important;
  padding: 0 !important;
  font-size: 18px !important;
  width: 100% !important;
  float: none !important;
  line-height: 25px !important;
  font-weight: 700 !important;
  margin: 10px 0 !important;
}
@media (max-width: 768px) {
  .api-form1 .deadline1 {
    font-size: 10px !important;
  }
  .api-form1 .text {
    font-size: 15px !important;
  }
  .api-form1 .name:invalid,
  .api-form1 .phone:invalid,
  .api-form1 .country:invalid,
  .api-form1 .name,
  .api-form1 .phone,
  .api-form1 .country {
    padding: 10px !important;
    margin: 0 0 10px !important;
  }
  .cta-btn1 a,
  .cb-con .submit,
  .api-form1 .submit,
  .cb-but,
  .blg {
    margin: 10px 0 0 !important;
    font-size: 18px !important;
    padding: 10px 25px !important;
  }
  .api-form1 .footnote1 {
    font-size: 8px !important;
  }
  .close-popup {
    right: 0 !important;
  }
  .pop-up-heading {
    font-size: 25px !important;
  }
  .pop-up-text {
    font-size: 13px !important;
  }
  .main {
    width: 100%;
  }
  .main-btn {
    font-size: 16px !important;
  }
}
.order_block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: sans-serif !important;
  padding-bottom: 2em !important;
  box-shadow: none !important;
  width: 100% !important;
  border: none !important;
  max-width: 100% !important;
  line-height: 1.7 !important;
}
.api-form1 .form_control_vik_group {
  margin: 0 0 15px !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 !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;
}
.vk-comment-text {
  padding-top: 20px;
}
.vk-comment-name {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 450px) {
  .vk-comment-name {
    display: inline;
  }
}
.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;
}
@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pop-up-window {
  position: absolute;
  max-width: 400px;
  width: 85%;
  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;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  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;
}
@keyframes pop-up-appear {
  0% {
    transform: translate(-50%, -2000px);
  }
  30% {
    transform: translate(-50%, 100px);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 520px) {
  .close-popup {
    right: 0 !important;
  }
}

.red {
  color: red;
}

.inL_415709.inL_415709 {
  overflow: initial;
  padding-right: 0px;
}
.inL_415738.inL_415738 {
  display: block;
  text-decoration: none;
  color: #666;
}
.inL_545756.inL_545756 {
  margin-top: 10px;
  margin-bottom: 0;
}
.inL_940224.inL_940224 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_801440.inL_801440 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_641925.inL_641925 {
  margin-top: 20px;
}
.inL_334130.inL_334130 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_95473.inL_95473 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_450123.inL_450123 {
  color: #af0000;
}
.inL_220184.inL_220184 {
  color: #af0000;
}
.inL_635309.inL_635309 {
  display: flex;
  justify-content: center;
}
.inL_842919.inL_842919 {
  max-width: 600px;
}
.inL_493458.inL_493458 {
  max-width: 600px;
  margin: 0 auto;
}
.inL_924586.inL_924586 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_497513.inL_497513 {
  margin-top: 12px;
}
.inL_815183.inL_815183 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_229844.inL_229844 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_433411.inL_433411 {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.inL_663715.inL_663715 {
  border-radius: 5px;
  max-width: 600px;
  margin: 0 auto;
}
.inL_521347.inL_521347 {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.inL_71611.inL_71611 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_96330.inL_96330 {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.inL_673615.inL_673615 {
  width: 100%;
  max-width: 240px;
}
.inL_808997.inL_808997 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_900153.inL_900153 {
  white-space: nowrap;
}
.inL_59823.inL_59823 {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.inL_848920.inL_848920 {
  max-width: 600px;
  width: 100%;
}
.inL_10812.inL_10812 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_955140.inL_955140 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_250687.inL_250687 {
  margin-bottom: 10px;
}
.inL_750215.inL_750215 {
  margin-top: 10px;
}
.inL_658002.inL_658002 {
  margin-bottom: 15px;
}
.inL_120500.inL_120500 {
  margin-bottom: 15px;
}
.inL_152696.inL_152696 {
  margin-bottom: 15px;
}
.inL_886235.inL_886235 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3;
}
.inL_600166.inL_600166 {
  text-align: center;
}
.inL_482604.inL_482604 {
  text-align: center;
  color: #c03;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 1.4em;
}
.inL_178106.inL_178106 {
  
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.inL_99418.inL_99418 {
  margin: 0 auto;
}
.inL_999104.inL_999104 {
  text-align: center;
}
.inL_823383.inL_823383 {
  text-align: center;
}
.inL_473836.inL_473836 {
  padding-left: 13px !important;
  padding-right: 13px !important;
  margin-top: 30px !important;
}
.inL_844563.inL_844563 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_730058.inL_730058 {
  text-decoration: none;
}
.inL_207567.inL_207567 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_802321.inL_802321 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_179198.inL_179198 {
  text-decoration: none;
}
.inL_501740.inL_501740 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_43074.inL_43074 {
  text-decoration: none;
}
.inL_530210.inL_530210 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_462161.inL_462161 {
  text-decoration: none;
}
.inL_215372.inL_215372 {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-left: 0;
}
.inL_803818.inL_803818 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_250404.inL_250404 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_32454.inL_32454 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_869518.inL_869518 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_168345.inL_168345 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_140754.inL_140754 {
  text-decoration: none;
}
.inL_95993.inL_95993 {
  text-decoration: none;
}
.inL_587679.inL_587679 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_109618.inL_109618 {
  text-decoration: none;
}
.inL_541623.inL_541623 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_20307.inL_20307 {
  width: 100%;
  max-width: 280px;
  margin-top: 10px;
  margin-left: 0;
}
.inL_51019.inL_51019 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_465434.inL_465434 {
  text-decoration: none;
}
.inL_213243.inL_213243 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_979156.inL_979156 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
}
.inL_91546.inL_91546 {
  text-align: center;
}

.price {
    display: flex;
    justify-content: center;
    padding: 5px;
    background: #f3f3f3;
    border-radius: 10px;
    margin: 15px 0;
}

.price__item {
    padding: 0 10px;
    text-align: center;
    width: 50%;
}

.price__item-title {
    font-weight: 700
}

.price__item--old {
    border-right: 1px solid #ddd;
}

.price__item-value--old {
    text-decoration: line-through;
    font-size: 22px;
    color: gray;
}

.price__item-value--new {
    color: red;
    font-weight: 700;
    font-size: 26px;
    text-shadow: 0 0 1px darkred;
}
.fz18 {
  font-size: 18px !important;
}

@media (max-width: 479px) {
  .row-y-name b, .name b{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }

  .row-y-name b span, .name b span {
    padding-left: 0 !important;
    font-size: 14px;
  }
}