/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
  button,
  [type="button"],
  [type="reset"] {
      -webkit-appearance: button;
  }
  
  /**
      * Remove the inner border and padding in Firefox.
      */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner {
      border-style: none;
      padding: 0;
  }
  
  /**
      * Restore the focus styles unset by the previous rule.
      */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring {
      outline: 1px dotted ButtonText;
  }
  
  /**
      * Correct the padding in Firefox.
      */
  
  /**
      * 1. Correct the text wrapping in Edge and IE.
      * 2. Correct the color inheritance from `fieldset` elements in IE.
      * 3. Remove the padding so developers are not caught out when they zero out
      *    `fieldset` elements in all browsers.
      */
  
  /**
      * Add the correct vertical alignment in Chrome, Firefox, and Opera.
      */
  
  /**
      * Remove the default vertical scrollbar in IE 10+.
      */
  textarea {
      overflow: auto;
  }
  
  /**
      * 1. Add the correct box sizing in IE 10.
      * 2. Remove the padding in IE 10.
      */
  
  /**
      * Correct the cursor style of increment and decrement buttons in Chrome.
      */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
      height: auto;
  }
  
  /**
      * 1. Correct the odd appearance in Chrome and Safari.
      * 2. Correct the outline style in Safari.
      */
  
  /**
      * Remove the inner padding in Chrome and Safari on macOS.
      */
  
  /**
      * 1. Correct the inability to style clickable types in iOS and Safari.
      * 2. Change font properties to `inherit` in Safari.
      */
  ::-webkit-file-upload-button {
      -webkit-appearance: button;
      /* 1 */
      font: inherit;
      /* 2 */
  }
  
  /* Interactive
        ========================================================================== */
  /*
      * Add the correct display in Edge, IE 10+, and Firefox.
      */
  
  /*
      * Add the correct display in all browsers.
      */
  
  /* Misc
        ========================================================================== */
  /**
      * Add the correct display in IE 10+.
      */
  
  /**
      * Add the correct display in IE 10.
      */
  [hidden] {
      display: none;
  }
  
  * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  body {
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.5;
      background-color: #f5f5f5;
  }
  
  a {
      text-decoration: none;
      color: inherit;
      font-family: inherit;
      border: none;
      outline: none;
      -webkit-tap-highlight-color: transparent;
  }
  
  a:active {
      outline: none;
      border: none;
  }
  
  button {
      font-family: inherit;
      color: inherit;
      outline: none;
      border: none;
      background: none;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
  }
  
  .prev,
  .next {
      -webkit-tap-highlight-color: transparent;
  }
  
  input {
      font-family: inherit;
      color: inherit;
      background: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
  }
  
  input::-webkit-input-placeholder {
      opacity: 1;
  }
  
  input::-moz-placeholder {
      opacity: 1;
  }
  
  input:-ms-input-placeholder {
      opacity: 1;
  }
  
  input::-ms-input-placeholder {
      opacity: 1;
  }
  
  input::placeholder {
      opacity: 1;
  }
  
  input::-webkit-input-placeholder {
      color: inherit;
      opacity: 1;
  }
  
  input::-moz-placeholder {
      color: inherit;
      opacity: 1;
  }
  
  input:-ms-input-placeholder {
      color: inherit;
      opacity: 1;
  }
  
  input::-ms-input-placeholder {
      color: inherit;
      opacity: 1;
  }
  
  input::placeholder {
      color: inherit;
      opacity: 1;
  }
  
  input:invalid {
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  
  img {
      user-select: none;
      -moz-user-select: none;
      -ms-user-select: none !important;
      -webkit-user-select: none !important;
  }
  
  input::-ms-clear {
      width: 15px;
      height: 15px;
  }
  
  .full {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 50000;
      pointer-events: none;
      opacity: 0.4;
  }
  
  /*.about-content .doctor-photo {*/
  /*    width: 370px;*/
  /*    height: 100%;*/
  /*    background: url("../img/main-doctor.jpg") center no-repeat;*/
  /*    background-size: cover;*/
  /*}*/
  
  h4 {
      margin: 0;
      font-size: 24px;
      color: #00468d;
  }
  
  .list {
      /*border: 2px solid #ED3900;*/
      /*padding: 15px;*/
      /*border-radius: 20px;*/
      margin-bottom: 30px;
  }
  
  .orange-text {
      color: #ff3d00;
  }
  
  .box-info {
      margin-bottom: 40px;
  }
  
  h3 {
      font-size: 30px;
      margin: 0;
      color: #ff3d00;
  }
  
  .btn-style {
      display: block;
      border-radius: 20px;
      background: -o-linear-gradient(45deg, #ee5323, #ef0000);
      background: linear-gradient(45deg, #ee5323, #ef0000);
      background-size: 200% 100%;
      background-position: 0 0;
      padding: 15px 15px;
      color: #fff;
      font-weight: 500;
      font-size: 24px;
      margin-top: 15px;
      text-align: center;
      width: 100%;
      -webkit-transition: 320ms;
      -o-transition: 320ms;
      transition: 320ms;
      position: relative;
      overflow: hidden;
  }
  
  .btn-style:before {
      position: absolute;
      top: -100px;
      left: -50%;
      content: "";
  
      width: 20px;
      height: 300px;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg);
      background-color: rgba(255, 224, 25, 0.2);
      pointer-events: none;
      -webkit-animation: 2s animLine ease-in-out infinite;
      animation: 2s animLine ease-in-out infinite;
  }
  
  .btn-style:hover {
      background-position: 100% 0;
      -webkit-box-shadow: 0 10px 10px rgba(255, 235, 193, 0.1);
      box-shadow: 0 10px 10px rgba(255, 235, 193, 0.1);
  }
  
  @-webkit-keyframes animLine {
      0% {
          left: -50%;
      }
  
      100% {
          left: 150%;
      }
  }
  
  @keyframes animLine {
      0% {
          left: -50%;
      }
  
      100% {
          left: 150%;
      }
  }
  
  @-webkit-keyframes animPulse {
      0%,
      100% {
          -webkit-transform: scale(0.95);
          transform: scale(0.95);
      }
      50% {
          -webkit-transform: scale(1.05);
          transform: scale(1.05);
      }
  }
  
  @keyframes animPulse {
      0%,
      100% {
          -webkit-transform: scale(0.95);
          transform: scale(0.95);
      }
      50% {
          -webkit-transform: scale(1.05);
          transform: scale(1.05);
      }
  }
  
  .lottery-box-wrapper h4 {
      max-width: 850px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  
  /*.statistic {*/
  /*    background: #525764;*/
  /*    border-radius: 30px;*/
  /*    padding: 50px;*/
  /*    color: #fff;*/
  /*}*/
  
  /*.statistic .item {*/
  /*    display: -webkit-box;*/
  /*    display: -ms-flexbox;*/
  /*    display: flex;*/
  /*    -webkit-box-pack: justify;*/
  /*    -ms-flex-pack: justify;*/
  /*    justify-content: space-between;*/
  /*    -webkit-box-align: center;*/
  /*    -ms-flex-align: center;*/
  /*    align-items: center;*/
  /*    margin-bottom: 20px;*/
  /*}*/
  
  /*.statistic .item:last-child {*/
  /*    margin-bottom: 0;*/
  /*}*/
  
  /*.statistic .item .text {*/
  /*    position: relative;*/
  /*    width: 370px;*/
  /*    padding-left: 40px;*/
  /*}*/
  
  /*.statistic .item .text:before {*/
  /*    position: absolute;*/
  /*    top: calc(50% - 10px);*/
  /*    left: 0;*/
  /*    content: "";*/
  /*    width: 20px;*/
  /*    height: 20px;*/
  /*    border-radius: 50%;*/
  /*}*/
  
  /*.statistic-line {*/
  /*    padding: 5px;*/
  /*    border-radius: 30px;*/
  /*    background-color: #40434B;*/
  /*    width: calc(100% - 370px - 40px);*/
  /*}*/
  
  /*.statistic-line .line-inner {*/
  /*    background: -webkit-gradient(linear, left top, right top, from(#DC5248), to(#D1392F));*/
  /*    background: -o-linear-gradient(left, #DC5248 0%, #D1392F 100%);*/
  /*    background: linear-gradient(90deg, #DC5248 0%, #D1392F 100%);*/
  /*    border-radius: 30px;*/
  /*    text-align: right;*/
  /*    line-height: 36px;*/
  /*    padding: 0 15px;*/
  /*}*/
  
  /*.statistic .item--red .line-inner,*/
  /*.statistic .item--red .text:before {*/
  /*    background: -webkit-gradient(linear, left top, right top, from(#DC5248), to(#D1392F));*/
  /*    background: -o-linear-gradient(left, #DC5248 0%, #D1392F 100%);*/
  /*    background: linear-gradient(90deg, #DC5248 0%, #D1392F 100%);*/
  /*}*/
  
  /*.statistic .item--red-light .line-inner,*/
  /*.statistic .item--red-light .text:before {*/
  /*    background: -webkit-gradient(linear, left top, right top, from(#F87C5A), to(#DD5834));*/
  /*    background: -o-linear-gradient(left, #F87C5A 0%, #DD5834 100%);*/
  /*    background: linear-gradient(90deg, #F87C5A 0%, #DD5834 100%);*/
  /*}*/
  
  /*.statistic .item--yellow .line-inner,*/
  /*.statistic .item--yellow .text:before {*/
  /*    background: -webkit-gradient(linear, left top, right top, from(#F7BE78), to(#EC9B38));*/
  /*    background: -o-linear-gradient(left, #F7BE78 0%, #EC9B38 100%);*/
  /*    background: linear-gradient(90deg, #F7BE78 0%, #EC9B38 100%);*/
  /*}*/
  
  /*.statistic .item--green .line-inner,*/
  /*.statistic .item--green .text:before {*/
  /*    background: -webkit-gradient(linear, left top, right top, from(#ADC869), to(#8AB028));*/
  /*    background: -o-linear-gradient(left, #ADC869 0%, #8AB028 100%);*/
  /*    background: linear-gradient(90deg, #ADC869 0%, #8AB028 100%);*/
  /*}*/
  
  /*.statistic .item--green-light .line-inner,*/
  /*.statistic .item--green-light .text:before {*/
  /*    background: -webkit-gradient(linear, left top, right top, from(#91D6C9), to(#35AD95));*/
  /*    background: -o-linear-gradient(left, #91D6C9 0%, #35AD95 100%);*/
  /*    background: linear-gradient(90deg, #91D6C9 0%, #35AD95 100%);*/
  /*}*/
  
  /*.statistic .item--purple .line-inner,*/
  /*.statistic .item--purple .text:before {*/
  /*    background: -webkit-gradient(linear, left top, right top, from(#9866D9), to(#704ABB));*/
  /*    background: -o-linear-gradient(left, #9866D9 0%, #704ABB 100%);*/
  /*    background: linear-gradient(90deg, #9866D9 0%, #704ABB 100%);*/
  /*}*/
  
  .center-text {
      text-align: center;
    margin-top: 0;
  }
  
  /*.dialog:before {*/
  /*    position: absolute;*/
  /*    left: 30px;*/
  /*    top: 30px;*/
  /*    content: "";*/
  /*    width: 80px;*/
  /*    height: 80px;*/
  /*    border-radius: 10px;*/
  /*    background: center no-repeat;*/
  /*    background-size: cover;*/
  /*}*/
  
  .new-price {
      font-size: 36px;
      color: #00ffd1;
  }
  
  .order {
      border-radius: 30px;
      background-color: #ffffff;
      color: #000000;
      text-align: center;
      padding: 0;
      overflow: hidden;
  }
  
  .order p {
      margin: 0;
  }
  
  h5 {
      font-size: 30px;
      margin: 0;
  }
  
  .color-yellow {
      color: #ffd600;
  }
  
  .form-wrapper {
      position: relative;
      width: 50%;
      margin-left: auto;
      margin-right: 3%;
  }
  
  .prices {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .old-price {
      position: relative;
  }
  
  .old-price:before {
      position: absolute;
      top: 12px;
      left: -10px;
  
      content: "";
  
      width: calc(100% + 20px);
      height: 2px;
      background-color: red;
      transform: rotate(-6deg);
  }
  
  .timer-wrapper {
      margin-top: 15px;
  }
  
  .prices .new-price {
      margin-left: 15px;
  }
  
  .form-wrapper .image {
      position: absolute;
      top: calc(50% - 420px / 2);
      left: -100%;
      width: 100%;
      height: 420px;
  }
  
  .form-wrapper .image:before {
      position: absolute;
      top: 0;
      right: 15px;
      content: "";
      width: 169px;
      height: 78px;
      background: url("../img/labels.png") center no-repeat;
  }
  
  .form-wrapper .image img {
      height: 100%;
  }
  
  .success-part {
      margin-top: 50px;
  }
  
  .order-form {
      max-width: 360px;
      width: 100%;
      margin: 20px auto 10px;
  }
  
  .order-form .btn-style {
      background: -o-linear-gradient(45deg, #ed2400, #ff0000);
      background: linear-gradient(45deg, #ed2400, #ff0000);
  }
  
  input {
      display: block;
      border-radius: 20px;
      border: 1px solid #fff;
      width: 100%;
      height: 50px;
      padding: 0 15px;
      margin-bottom: 10px;
  }
  
  input:focus,
  input:active {
      border: 1px solid #ffd600;
  }
  
  .lottery-box {
      margin-top: 40px;
  }
  
  /*.results-info {*/
  /*    text-align: center;*/
  /*}*/
  
  /*.results-info .article-row {*/
  /*    -webkit-box-align: initial;*/
  /*    -ms-flex-align: initial;*/
  /*    align-items: initial;*/
  /*}*/
  
  /*.block-flex-2 {*/
  /*    display: flex;*/
  /*    justify-content: space-between;*/
  /*    align-items: flex-end;*/
  /*}*/
  
  /*.block-flex-2 .col1 {*/
  /*    width: calc(43% - 15px);*/
  /*}*/
  
  /*.block-flex-2 .col2 {*/
  /*    width: calc(57% - 15px);*/
  /*}*/
  
  .result-images {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
      margin-bottom: 30px;
  }
  
  .result-image {
      margin-bottom: 30px;
      border-radius: 30px;
  }
  
  .result-image img {
      width: 100%;
      border-radius: 20px;
  }
  
  .result-image:last-child {
      margin-bottom: 0;
  }
  
  .owl-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
  }
  
  .owl-dot {
      display: block;
      margin: 0 2px;
  }
  
  .owl-dot span {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
  
      background-color: #c5c5c5;
  }
  
  .owl-dot.active span {
      background-color: #ff3d00;
  }
  
  /*.results-info .col {*/
  /*    background-color: #00468D;*/
  /*    padding: 30px;*/
  /*    border-radius: 30px;*/
  /*    color: #fff;*/
  /*}*/
  
  @media (max-width: 1535px) {
      body {
          font-size: 18px;
      }
  
      /*.statistic {*/
      /*    padding-left: 25px;*/
      /*    padding-right: 25px;*/
      /*}*/
  
      .form-wrapper .image {
          height: 340px;
          top: calc(50% - 340px / 2);
      }
  }
  
  @media (max-width: 1365px) {
      .form-wrapper .image {
          height: 400px;
          top: calc(50% - 400px / 2);
      }
  }
  
  @media (max-width: 1199px) {
      .form-wrapper .image {
          height: 330px;
          top: calc(50% - 330px / 2);
      }
  }
  
  @media (max-width: 991px) {
      .box-info {
          margin-bottom: 30px;
      }
  
      .form-wrapper {
          width: 100%;
      }
  
      .form-wrapper .image {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          margin-top: 30px;
          height: auto;
          width: 100%;
          max-width: 440px;
          margin-left: auto;
          margin-right: auto;
      }
  
      .form-wrapper .image:before {
          width: 35%;
          background-size: contain;
      }
  
      /*.dialog:before {*/
      /*    left: 15px;*/
      /*}*/
  
      /*.dialog .name {*/
      /*    display: -webkit-box;*/
      /*    display: -ms-flexbox;*/
      /*    display: flex;*/
      /*    -webkit-box-align: center;*/
      /*    -ms-flex-align: center;*/
      /*    align-items: center;*/
      /*    padding-left: 95px;*/
      /*    height: 85px;*/
      /*}*/
  
      /*.results-info .col {*/
      /*    padding: 30px 20px 20px;*/
      /*}*/
  
      .form-wrapper .image img {
          max-width: 100%;
          height: initial;
      }
  }
  
  @media (max-width: 767px) {
      body {
          background-color: #fff;
      }
  }
  
  @media (max-width: 575px) {
      h3 {
          font-size: 24px;
      }
  
      h4 {
          font-size: 20px;
      }
  
      .btn-style {
          font-size: 22px;
      }
  
      .new-price {
          font-size: 30px;
      }
  }
  
  @media (max-width: 413px) {
      body {
          font-size: 17px;
      }
  
      input {
          height: 50px;
      }
  
      /*.statistic {*/
      /*    padding: 25px 10px;*/
      /*}*/
  }
  
  .success-part.active {
      display: block;
  }
  
  .success-part {
      display: none;
  }
  
  .lottery-box {
      position: relative;
      width: 600px;
      height: 600px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      z-index: 50;
  }
  
  .lottery-box:before {
      position: absolute;
      top: 29%;
      left: calc(50% - 40px);
      content: "";
      width: 80px;
      height: 80px;
      background: url("../images/lottary-cursor.png?v=1") top center no-repeat;
      background-size: contain;
      z-index: 50;
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .lottery-text .text-item {
          color: #fff3a6;
      }
  }
  
  .text-sale-count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
  }
  
  .text-sale-count span {
      display: block;
  }
  
  .text-sale-count .sale-count {
      font-weight: bold;
      font-size: 48px;
      color: #fff;
  }
  
  .lottery-round {
      -webkit-transform: rotate(-23deg);
      -ms-transform: rotate(-23deg);
      transform: rotate(-23deg);
  }
  
  .lottery-round.rotated + .lottery-btn {
      pointer-events: none;
  }
  
  .lottery-round.rotated + .lottery-btn .text-init {
      opacity: 0;
  }
  
  .lottery-round.rotated + .lottery-btn .text-sale-count {
      opacity: 1;
  }
  
  @-webkit-keyframes rotate {
      0% {
          -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
      }
      100% {
          -webkit-transform: rotate(1815deg);
          transform: rotate(1815deg);
      }
  }
  
  @keyframes rotate {
      0% {
          -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
      }
      100% {
          -webkit-transform: rotate(1815deg);
          transform: rotate(1815deg);
      }
  }
  
  .lottery-round {
      width: 100%;
      height: 100%;
      background: url("../images/lottary-round.png") top center no-repeat;
      background-size: contain;
  }
  
  .lottery-round.rotated {
      -webkit-transform: rotate(1821deg);
      -ms-transform: rotate(1821deg);
      transform: rotate(1821deg);
  }
  
  .lottery-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: calc(50% - 26.658% / 2);
      left: calc(50% - 26.658% / 2);
      width: 26.658%;
      height: 26.658%;
      background-color: #00ffd1;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: 320ms;
      -o-transition: 320ms;
      transition: 320ms;
      -webkit-tap-highlight-color: transparent;
      z-index: 100;
  }
  
  .lottery-btn:before {
      position: absolute;
      top: 20px;
      left: 20px;
      bottom: 20px;
      right: 20px;
      content: "";
      background-color: #ff0000;
      border-radius: 50%;
  
      -webkit-animation: 2.5s animPulse ease-in-out infinite;
      animation: 2.5s animPulse ease-in-out infinite;
      -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  }
  
  .lottery-text {
      -webkit-animation: 2.5s animPulse ease-in-out infinite;
      animation: 2.5s animPulse ease-in-out infinite;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
  }
  
  .lottery-btn .text-init,
  .lottery-btn .text-sale-count {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10%;
  }
  
  .lottery-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      font-family: Oswald, sans-serif;
      cursor: pointer;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  .lottery-text .text-item {
      margin: 0 2px;
      color: #fff;
  }
  
  .lottery-items {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  
  .lottery-items .item {
      display: inline-block;
      font-size: 48px;
      font-weight: bold;
      font-family: Oswald, sans-serif;
      color: #fff;
  }
  
  .lottery-items .item:nth-child(1) {
      position: absolute;
      top: 16.6%;
      left: 69.7%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  
  .lottery-items .item:nth-child(2) {
      position: absolute;
      top: 44.6%;
      left: 79.8%;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  
  .lottery-items .item:nth-child(3) {
      position: absolute;
      top: 72%;
      left: 69.5%;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  }
  
  .lottery-items .item:nth-child(4) {
      position: absolute;
      top: 83.5%;
      left: 40.7%;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  }
  
  .lottery-items .item:nth-child(5) {
      position: absolute;
      top: 71.6%;
      left: 13.3%;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  }
  
  .lottery-items .item:nth-child(6) {
      position: absolute;
      top: 44.3%;
      left: 2.7%;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }
  
  .lottery-items .item:nth-child(7) {
      position: absolute;
      top: 15.9%;
      left: 13.5%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  
  .lottery-items .item:nth-child(8) {
      position: absolute;
      top: 4.7%;
      left: 42.8%;
  }
  
  .result-popup-wrap {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.4);
      display: none;
      opacity: 0;
      pointer-events: none;
  }
  
  .result-popup-wrap.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1;
      z-index: 100;
      pointer-events: auto;
  }
  
  .result-popup {
      border-radius: 30px;
      background-color: #fff;
      padding: 20px;
      text-align: center;
      width: 95vw;
      max-width: 480px;
      -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  }
  
  .result-popup h5 {
      color: #29a429;
  }
  
  .btn-ok {
      display: block;
      width: 100%;
      max-width: 200px;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 15px;
      margin: 50px auto 0;
      font-weight: bold;
      background-color: #29a429;
  }
  
  @media (max-width: 767px) {
      .lottery-box {
          width: calc(100vw - 30px);
          height: calc(100vw - 30px);
      }
  }
  
  @media (max-width: 575px) {
      .lottery-items .item {
          font-size: 6vw;
      }
  
      .lottery-btn:before {
          top: 2vw;
          left: 2vw;
          right: 2vw;
          bottom: 2vw;
      }
  
      .lottery-text .text-item {
          font-size: 5vw;
      }
  }
  
  /*------------------------------------------------------------------------------------------------*/
  
  .reviews {
      padding-bottom: 10px;
      /*max-width: 790px;*/
      width: 100%;
      /*margin-top: 30px;*/
  }
  
  .form-comment--name input {
      font-size: 14px;
  }
  
  .form-reviews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 15px;
  }
  
  .form-comment--name input {
      outline: none;
      display: block;
      width: 100%;
      max-width: 190px;
      height: 27px;
      padding: 5px 10px;
      border-radius: 0;
      border: 1px solid #ddd;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: normal;
  }
  
  .form-comment--name input:focus {
      border: 2px solid #000;
      border-radius: 4px;
  }
  
  .review {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dashed #ccc;
  }
  
  .review {
      border-bottom: 1px dashed #ccc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 14px 0;
  }
  
  .review h4 {
      font-size: 14px !important;
      font-weight: 700;
  }
  
  .review .rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 20px;
      margin-top: 8px;
  }
  
  .review .review {
      padding-bottom: 0;
      border: none;
      width: 100%;
  }
  
  .review .separator-point {
      font-weight: normal;
      margin: 0 3px;
  }
  
  .rating-like {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 4px;
  }
  
  .rating-like .count {
      margin-left: 4px;
      font-size: 12px;
      color: #365398;
      font-weight: normal !important;
  }
  
  .rating .time {
      color: #365398;
      font-size: 13px;
      font-weight: normal !important;
  }
  
  .add-like,
  .review-link {
      color: #365398 !important;
      font-size: 13px;
      margin-bottom: 0 !important;
      font-weight: normal;
  }
  
  .rating-like img {
      width: 13px;
  }
  
  .add-like {
      cursor: pointer;
      margin: 0 !important;
  }
  
  .add-like.active {
      font-weight: bold !important;
  }
  
  .review-photo {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin: 0 10px;
      overflow: hidden;
  }
  
  .review-photo img {
      display: block;
      width: 100%;
  }
  
  .review-body {
      width: calc(100% - 50px - 20px - 10px);
  }
  
  .review .review .review-photo {
      margin: 0 10px 0 0;
  }
  
  .review .review .review-body {
      width: calc(100% - 50px - 20px);
  }
  
  .review .user-name {
      margin-top: 0;
      color: #365398;
      font-size: 15px;
      text-align: left;
      -moz-text-align-last: left;
      text-align-last: left;
      font-weight: 700;
  }
  
  .review-inner {
      margin: 8px 0;
      font-size: 15px;
      line-height: 1.4;
  }
  
  .review a {
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  
  .review a:hover {
      text-decoration: none;
      color: red;
  }
  
  @media (max-width: 575px) {
      .review-photo {
          margin-left: 0;
      }
  
      .review-body {
          width: calc(100% - 50px - 10px);
      }
  
      .review .review .review-body {
          width: calc(100% - 50px - 10px);
      }
  }
  
  .review-inner > img {
      width: auto;
      max-width: 100%;
      margin-top: 5px;
  }
  
  .order-form .feedback-text {
      color: #ffd600;
  }
  
  .feedback-text {
      margin-top: 20px;
      animation: 1.5s textPulse ease-in-out infinite;
  }
  
  @keyframes textPulse {
      0%,
      100% {
          transform: scale(1);
      }
  
      50% {
          transform: scale(0.95);
      }
  }
  
  @media (max-width: 350px) {
      .wrapper__prod {
          display: block;
      }
  }