* {
  box-sizing: border-box;
}

.link-offer {
  text-decoration: none;
  color: #466cc7;
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.link-offer:hover {
  text-decoration: underline;
}

.author ul {
  list-style: none;
  padding: 0 !important;
}

.comment-img {
  max-width: 300px;
}

@media (max-width: 540px) {
  .comment-img {
    width: 100%;
  }
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header__top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header__logo {
  margin: 15px 0;
}

.header__bottom {
  width: 100%;
  background: #38688a;
}

.header__nav-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  list-style: none;
  padding: 0;
}

.header__nav-list-link {
  font-family: sans-serif;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: all 0.3s ease;
}

.burger {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
}

.burger__line-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #f1f1f1;
}

.burger__line-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 2px;
  background: #f1f1f1;
}

.burger__line-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #f1f1f1;
}

.product {
  display: block;
}

.header-logo-small {
  display: none;
}

.text-header h1,
.text-header p {
  padding-left: 0;
}

.doc {
  width: 64px;
}

.comment::after {
  clear: both;
  content: '';
  display: table;
}

a {
  color: #466cc7;
  font-weight: 700;
  text-decoration: none;
}

.prod-fixed {
  width: 261px;
  background-color: #f1f1f1;
  border-top: transparent;
  border-bottom: transparent;
  margin-bottom: 20px;
}

.button-go {
  margin: 0 auto;
  border: medium;
  font: 700 16px Arial, Helvetica, sans-serif;
  max-width: 100%;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 11px;
  border-radius: 50px;
  box-shadow: 0 1px 0 #9e8d84 inset, 0 5px 0 0 #b25a08, 0 10px 5px #999;
  background-color: #f27909;
  text-transform: uppercase;
  text-align: center;
}

.button-go:hover {
  background-color: #d56220;
  box-shadow: 0 1px 0 #9e8d84 inset, 0 5px 0 0 rgb(129, 64, 3), 0 10px 5px #999;
}

@media screen and (max-width: 600px) {
  .katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
    margin-top: 10px;
    background: #183092 none repeat scroll 0% 0%;
    display: none;
  }

  .alex_zevsa_wcih4ECQW {
    position: relative;
    margin: 0 auto;
    width: 88%;
    max-width: 1010px;
    background: #fff;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1064px) {
  .images-logo img {
    float: none !important;
  }

  .header-logo1 {
    display: none;
  }

  .text-header h1,
  .text-header p {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .header-logo-small {
    display: block;
    padding-left: 20px;
    display: none;
  }
}

@media screen and (max-width: 720px) {
  div.conContent {
    padding-bottom: 5px;
  }

  div.text-header {
    font-size: 12px;
    padding-top: 5px;
  }
}

a,
b,
blockquote,
body,
div,
em,
h1,
h2,
h3,
html,
i,
img,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent none repeat scroll 0 0;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.4;
}

header {
  position: relative;
  width: 100%;
  display: flex;
  background-color: #f1f1f1;
  background-position: center center;
  background-size: 100% 100%;
}

p {
  margin: 15px 0;
}

div.conContent {
  text-align: center;
  display: inline;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
}

.images-logo {
  display: block;
}

.images-logo img {
  max-width: 100%;
  float: left;
  padding: 0 10px;
  height: auto;
}

.images-logo img:last-child {
  width: 105px;
  padding-top: 25px;
}

div.text-header {
  display: block;
  font-size: 22px;
  text-align: center;
  padding-top: 30px;
  padding-right: 10px;
}

div.text-header p {
  padding: 10px;
}

.container {
  max-width: 990px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.content {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  margin: 0 0 25px;
  padding: 15px;
  box-shadow: 0 0 10px #e6e6e6;
}

.sidebar {
  float: right;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}

.itemfirst {
  width: 249px;
  padding: 12px;
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  float: left;
}

.sidebar .author h3 {
  margin: 0;
  text-align: left;
  text-decoration: underline;
}

.sidebar .author img {
  float: right;
}

.content__title-h2 {
  font-size: 17px !important;
  line-height: 24px;
  margin: 0 0 25px;
  text-align: left !important;
  color: red;
}

.doctor-picture {
  margin: 20px 0;
  text-align: center;
}

.doctor-picture img {
  width: 100%;
  max-width: 600px;
  /* margin: 0 0 10px !important */
}

.doctor-picture p {
  text-align: center !important;
}

.img1 {
  max-width: 400px;
}
.text3 img {
  margin: 10px 0 0;
}

#comments p {
  margin-left: 60px;
}

.ress {
  text-align: left !important;
}

#comments h1 {
  color: #c00;
  margin: 40px 0 5px;
}

.comment {
  padding: 15px 0;
  border-top: 1px solid #e8e8e8;
}

.lastComment {
  border-bottom: none;
}

.comment .text1 {
  font-weight: 700;
  margin-left: 60px;
}

.footer {
  /* margin: 0 0 25px; */
  background: #fff none repeat scroll 0 0;
  /* border-radius: 10px; */
  padding: 15px;
  /* font-size: 12px; */
  color: #777;
}

@media screen and (max-width: 768px) {
  .header-logo1 {
    display: none;
  }

  .footer {
    margin: 0;
    padding-top: 0;
    text-align: center;
  }
  .content h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 328px) {
  .button-go {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .text-header {
    position: relative;
    margin-bottom: 10px;
  }

  .header-logo-small {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 57px;
  }

  div.text-header p {
    padding-bottom: 0;
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 468px) {
  .images-logo img {
    float: none;
  }
}

.inL_1.inL_1 {
  margin-top: 5px;
}

.inL_3.inL_3 {
  text-align: left;
}

.inL_4.inL_4 {
  font-style: italic;
}

.inL_5.inL_5 {
  color: #0cc;
}

.inL_38.inL_38 {
  margin-top: 20px;
}

.inL_39.inL_39 {
  display: block;
  text-decoration: none;
}

.inL_43.inL_43 {
  color: #fff;
  font-size: 12px;
}

.inL_45.inL_45 {
  width: 50px;
  height: 50px;
  float: left;
  margin-top: -26px;
  object-fit: cover;
}

.inL_58.inL_58 {
  width: 260px;
  padding-right: 0;
  padding-left: 0;
  /* padding-bottom: 0 */
}

.inL_59.inL_59 {
  padding-right: 10px;
  padding-left: 10px;
}

.newA {
  font-size: 19px;
  display: block;
  text-align: center;
  color: #466cc7;
  padding-bottom: 20px;
}

.yourChance {
  background: transparent linear-gradient(to left, #fff, #d7f3d7) repeat scroll 0 0;
  font-size: 18px;
  padding: 14px;
  margin-bottom: 15px;
  font-style: inherit;
}

.yourChance p:last-child {
  margin-bottom: 0;
}

.button-go {
  display: inline-block;
  margin: 15px auto;
}

.prod-fixed .button-go {
  margin: 0;
}

@media screen and (max-width: 480px) {
  body {
    line-height: 1.35;
  }
  .yourChance {
    padding: 15px;
    font-size: 16px;
  }

  .img-nonr {
    display: none !important;
  }
}

.text3 img {
  display: block;
}

.block-center {
  text-align: center;
  margin: 0 auto;
}

.block-center img {
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 999px) {
  .button-go {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sidebar {
    display: none;
  }
}

.alex_zevsa_wcih4ECQW {
  position: relative;
  margin: 0 auto;
  width: 88%;
  max-width: 1010px;
  padding: 0 20px;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe,
.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
  font-family: sans-serif !important;
}

.katyakoncakova_FtFDdVex {
  position: relative;
  z-index: 15;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
  margin-top: 5px;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
  font-size: 22px;
  margin-top: 30px;
  margin-left: 19px;
  width: 100%;
  float: left;
  text-transform: uppercase;
  line-height: 1.2;
}

.katyakoncakova_FtFDdVex .vasilusya_rfYcdWbD {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
  width: 330px;
  float: right;
  margin-top: 18px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
  margin-top: 10px;
  background: #f1f1f1 none repeat scroll 0% 0%;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .main-menu-blk {
  list-style: outside none none;
}

.katyakoncakova_FtFDdVex .main-menu-blk > li {
  float: left;
  margin-right: 23px;
  position: relative;
  padding: 17px 10px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe a {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .submenu-btn {
  color: #cf4f3a;
  font-style: normal;
  margin-left: 4px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT {
  position: absolute;
  top: 50px;
  left: -40px;
  width: 400px;
  padding: 40px 40px 40px 0;
  background: #fff none repeat scroll 0% 0%;
  z-index: 15;
  display: none;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .germantrava_IeZ6X4Esi9 .vica_ehEmluAT {
  left: 0;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .shev_V7Mo2liaeP .vica_ehEmluAT {
  left: -180px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT li {
  float: left;
  margin-left: 40px;
  display: block;
  border-bottom: 1px dashed #bdbdbf;
  z-index: 10;
  position: relative;
}

.katyakoncakova_FtFDdVex .vladimir210487_POv1ApGe {
  position: absolute;
  width: 440px;
  left: 0;
  top: -1px;
  bottom: -1px;
  box-shadow: 0 1px 5px #000;
  opacity: 0.2;
  z-index: 1;
}

.web-s {
  font-family: sans-serif;
  -moz-user-select: none;
  user-select: none;
}

.sazonov66_g9ysODlqt {
  margin-bottom: -340px;
  min-height: 100%;
  position: relative;
}

@media screen and (max-width: 412px) {
  .header-logo-small {
    position: absolute;
    bottom: -3px;
    left: 0;
  }

  .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
    margin-left: 0;
  }
}

h1 {
  display: block;
  font-size: 22px;
  margin-block-end: 0.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.inL_413803 {
  cursor: pointer;
}

.inL_402086 {
  cursor: pointer;
}

.inL_753879 {
  list-style: outside none none;
  display: inline;
}

.inL_400909 {
  cursor: pointer;
}

.inL_159931 {
  list-style: outside none none;
  display: inline;
}

.inL_572382 {
  cursor: pointer;
}

.inL_632198 {
  list-style: outside none none;
  display: inline;
}

.inL_135451 {
  cursor: pointer;
}

.inL_571193 {
  list-style: outside none none;
  display: inline;
}

.inL_114794 {
  cursor: pointer;
}

.inL_629354 {
  list-style: outside none none;
  display: inline;
}

.inL_786024 {
  cursor: pointer;
}

.inL_895053 {
  list-style: outside none none;
  display: inline;
}

.inL_827187 {
  width: 100%;
  max-width: 250px;
}

.inL_253548 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.inL_209671 {
  list-style: circle;
}

.inL_406528 {
  list-style: circle;
}

.inL_796406 {
  color: red;
}

.inL_644024 {
  width: 100%;
  max-width: 250px;
}

.inL_758618 {
  width: 100%;
  max-width: 330px;
}

.inL_555095 {
  display: block;
}

.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: 10px auto !important;
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.content {
  display: flex;
}

.sidebar {
  margin-left: 25px;
}

@media screen and (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}

.inL_758618 {
  margin-bottom: 10px;
}

.tcenter {
  text-align: center !important;
}

.header {
  margin-bottom: 25px;
}

.header__nav-list-link {
  display: block;
}

@media screen and (max-width: 1023px) {
  .content {
    box-shadow: none;
  }
}

.product-img {
  display: block;
  margin: 0 auto;
}

.door__container {
  display: flex;
  justify-content: space-evenly;
}

p .ruletka-p {
  text-align: center !important;
}

.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;
}

.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: 30px !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;
  }
}

@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;
}

.submit-roulette:hover {
  background: #b00;
  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: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}

input[value='Получить бесплатно']:hover {
  background: #b00 !important;
  transition: background 0.3s;
}

input[value='Получить бесплатно']:active {
  transform: translateY(2px);
  box-shadow: none !important;
}

.input-roulette::placeholder {
  font-size: 0.9em;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: auto !important;
  display: block;
  margin: 10px auto;
}

input[placeholder='Ваше имя'],
input[placeholder='Ваш телефон'] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  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: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../fonts/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium;
  cursor: pointer;
  outline: medium;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}

.pop-up-layer-show {
  display: block;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.red {
  color: red;
}

.text_small {
  font-size: 0.5em !important;
  font-weight: 400 !important;
}

/* #order {
    display: none
} */

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

@media all and (max-width: 520px) {
  .wheel {
    width: 260px !important;
    height: 260px !important;
  }

  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important;
  }

  .close-popup {
    right: 0 !important;
  }
}

@media screen and (max-width: 520px) and (max-width: 345px) {
  .wheel {
    width: 250px !important;
    height: 250px !important;
  }

  .cursor-text {
    line-height: 40px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 500px) {
  .door_box,
  .door {
    width: 85px;
    height: 180px;
  }
}

#buyForm {
  text-align: center;
}

.order_block {
  text-align: center !important;
}

.prod-image {
  margin-bottom: 50px !important;
}

.prod-name {
  color: #466cc7;
  font-weight: 700;
}

.order_block p {
  text-align: center !important;
  font-weight: 600;
}

.old-price {
  color: red;
  text-decoration: line-through;
}

.new-price {
  color: green;
}

.submit-btn {
  background-color: #bdddf9;
  border: none;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  box-shadow: 5px 5px 5px #6495bf;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #6495bf;
}

form input {
  padding-left: 5px;
  height: 42px;
  display: block;
  margin: 0 auto 10px;
  max-width: 280px !important;
  width: 100%;
}

.pop-up-button:hover {
  opacity: 0.8;
}
.yourChance p {
  margin-top: 0;
}
.price {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.price__item {
  padding: 0 10px;
  text-align: center;
}

.price__item-value--old {
  color: gray;
  text-decoration: line-through;
  font-size: 22px;
}

.price__item-value--new {
  color: red;
  font-weight: 700;
  font-size: 25px;
}

.order__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer {
  background: #eee;
}

.inL_555084 {
  height: 3px;
  background: #2f1bd4;
}

.inL_854754 {
  text-align: center;
}

.inL_159766 {
  text-align: center;
}

.inL_321 {
  text-align: center !important;
}

.product-img {
  max-width: 200px;
}

.order__product .product-img {
  max-width: 200px;
}
.order__product {
  padding: 0 25px;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .order__inner {
    flex-direction: column;
  }

  .order__product {
    margin-bottom: 15px;
  }
}

.text3 p {
  margin-bottom: 0;
  margin-top: 5px;
}

@media screen and (max-width: 1023px) {
  .header__nav-list-item:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .inL_1 h1 {
    line-height: 1.2;
  }
  .header {
    margin-bottom: 0;
  }

  .header__nav-list-item:nth-child(2) {
    display: none;
  }

  .door__title {
    font-size: 18px !important;
  }
}
.none {
  display: none;
}
@media screen and (max-width: 639px) {
  .header__nav-list-item {
    display: none;
  }
  .none {
    display: block;
  }
  .burger {
    display: block;
    margin-left: 15px;
  }

  .header__nav-list {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 20px;
  }
}

.comment-date {
  color: gray;
  margin-left: 60px;
  margin-top: 10px;
}

@media screen and (max-width: 479px) {
  .img1 {
    width: 100%;
    max-width: 270px;
  }
  .product-img {
    max-width: 180px;
  }
  .order__product .product-img {
    max-width: 180px;
  }
  .comment-date {
    margin-left: 0;
  }
  .inL_45.inL_45 {
    margin-right: 10px;
    margin-top: -21px;
  }
  #comments p {
    margin-left: 0px;
    line-height: 1.3;
  }
  .content h1 {
    font-size: 18px;
  }
  .newA {
    font-size: 17px;
    padding-bottom: 10px;
  }
  h3 {
    font-size: 17px;
  }
}
.comment--reply {
  margin-left: 20px;
}

@media screen and (min-width: 480px) {
  .comment--reply {
    margin-left: 60px;
  }
}

.pop-up-button {
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .header__logo {
    max-width: 200px;
  }
  .pop-up-text {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .inL_1 h1 {
    margin-bottom: 5px;
  }

  .pop-up-window::before {
    width: 80px;
    height: 80px;
  }

  .pop-up-window {
    padding-top: 40px;
  }

  .pop-up-window::after {
    width: 40px;
    top: -30px;
  }
}
