html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
b,
figure,
footer,
header,
nav {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0% 0%;
}

body {
  line-height: 1;
}

figure,
footer,
header,
nav {
  display: block;
}

a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0% 0%;
}

* {
  box-sizing: border-box;
}

body {
  background-color: rgb(242, 242, 242);
  position: relative;
}

img {
  max-width: 100%;
}

a {
  color: rgb(184, 139, 88);
  text-decoration: none;
}

.Body {
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (min-width: 48em) {
  .Body {
    font-size: 20px;
    line-height: 27px;
  }
}

.Body>* {
  max-width: 980px;
  font-family: "PFRegal", "Georgia", serif;
}

.Body:last-child> :last-child {
  margin-bottom: 0px;
}

.Body a {
  color: inherit;
  box-shadow: 0px -1px rgb(184, 139, 88) inset;
}

.Body a:hover {
  color: rgb(184, 139, 88);
}

.Body p {
  margin-bottom: 15px;
}

.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  font-size: 21px;
  font-weight: bold;
}

.SvgIcon {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 80px;
  width: 300px;
}

.Menu {
  display: none;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

@media only screen and (min-width: 64em) {
  .Menu {
    font-size: 13px;
    height: 80px;
    width: 100%;
    letter-spacing: 1px;
    background-color: rgb(38, 38, 38);
    display: flex;
    justify-content: center;
  }
}

.Menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px;
  text-align: center;
  transition: color 0.15s ease-out 0s;
}

@media only screen and (min-width: 64em) {
  .Menu-item {
    padding: 0px 15px;
    border-bottom: 0px none;
  }
}

@media only screen and (min-width: 64em) {
  .Menu-item:last-of-type {
    border-right: medium none;
  }
}

@media only screen and (min-width: 64em) {
  .Menu-item:hover {
    color: rgb(153, 153, 153);
    background-color: inherit;
  }
}

.Header {
  position: relative;
  height: 80px;
  background-color: rgb(38, 38, 38);
  display: flex;
  flex-flow: row nowrap;
  z-index: 2;
}

@media only screen and (min-width: 64em) {
  .Header {
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 63.9375em) {
  .Header .HeaderButton--chat {
    display: none;
  }
}

.Header-left {
  display: flex;
  flex-basis: 16%;
  flex-grow: 1;
  height: 100%;
}

.Header-center {
  height: 100%;
  display: none;
}

@media only screen and (min-width: 64em) {
  .Header-center {
    display: flex;
    justify-content: center;
    flex-grow: 2;
  }
}

.Header-right {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  flex-basis: 16%;
  flex-grow: 1;
}

.Header-meduzaLogo {
  display: flex;
  height: 45px;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
}

@media only screen and (min-width: 64em) {
  .Header-meduzaLogo {
    position: static;
  }
}

.HeaderButton {
  position: relative;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0px 15px;
  -moz-user-select: none;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  fill: currentcolor;
  border: 0px none;
  background: transparent none repeat scroll 0% 0%;
  margin: 0px;
  cursor: pointer;
}

.HeaderButton:active {
  outline-width: 0px;
}

.HeaderButton:hover {
  color: rgb(153, 153, 153);
}

.HeaderButton::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px solid rgb(103, 103, 103);
}

@media only screen and (min-width: 64em) {
  .HeaderButton::after {
    top: 10px;
    bottom: 10px;
  }
}

.HeaderButton-link {
  display: block;
  padding-top: 2px;
  text-transform: uppercase;
  color: inherit;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.HeaderButton-link::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
}

.HeaderButton--chat {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.Copyright {
  padding: 0px 12px;
  line-height: 1.2;
}

@media only screen and (min-width: 64em) {
  .Copyright {
    padding: 0px;
  }
}

.Copyright-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0px auto;
  padding: 13px 0px 12px;
}

@media only screen and (min-width: 48em) {
  .Copyright-container {
    max-width: 675px;
    padding: 10px 0px 18px;
    border-top: 1px solid rgb(80, 80, 80);
    flex-wrap: nowrap;
    text-align: left;
  }
}

@media only screen and (min-width: 64em) {
  .Copyright-container {
    max-width: 860px;
  }
}

.Copyright-block {
  font-size: 17px;
}

@media only screen and (min-width: 48em) {
  .Copyright-block {
    padding-top: 5px;
    border-top: 0px none;
  }
}

.Copyright-block:last-child {
  text-align: center;
}

.MaterialTag {
  position: relative;
  z-index: 30;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  color: rgb(184, 139, 88);
  -moz-user-select: none;
}

@media only screen and (max-width: 32em) {
  .MaterialTag {
    height: 15px;
    line-height: 15px;
    padding: 0px 5px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

span.MaterialTag {
  cursor: default;
  pointer-events: none;
}

@media only screen and (min-width: 32em) {
  .MaterialTag--medium {
    height: 20px;
    line-height: 20px;
    padding: 0px 7px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}

.MaterialTag--solid {
  color: rgb(255, 255, 255);
  background: rgb(184, 139, 88) none repeat scroll 0% 0%;
  border-color: rgb(184, 139, 88);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.MaterialMeta {
  display: inline-block;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 14px;
  color: rgb(128, 128, 128);
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
  font-weight: normal;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 19px;
    line-height: 18px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .MaterialMeta--source {
    white-space: nowrap;
  }
}

.MediaMaterialHeader {
  max-width: 840px;
}

.MediaMaterialHeader-first {
  color: rgb(0, 0, 0);
  line-height: 27px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
  transition: color 0.25s ease-out 0s;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (min-width: 48em) {

  .MediaMaterialHeader-first,
  .MediaMaterialHeader-separator {
    font-size: 36px;
  }
}

.MediaMaterial {
  background-color: rgb(255, 255, 255);
  padding: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial {
    padding: 25px 15px 20px;
  }
}

.MediaMaterial-header {
  display: flex;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0px auto 18px;
  align-items: flex-start;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}

.MediaMaterial-tag {
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-tag {
    margin-bottom: 11px;
  }
}

.MediaMaterial-meta {
  margin-top: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-meta {
    margin-top: 12px;
  }
}

.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}

.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0px auto;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 48em) {
  .MediaMaterial--fullWidth .MediaMaterial-header {
    align-items: center;
    text-align: center;
  }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}

.Material {
  padding: 12px 0px 0px;
}

@media only screen and (min-width: 48em) {
  .Material {
    padding: 15px 0px 0px;
  }
}

.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}

.Material-shadow--top {
  top: 0px;
}

.Material-container {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .Body h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
}

.MaterialContent--bannerless .Body>* {
  margin-right: auto;
  margin-left: auto;
}

.MaterialContent .Figure {
  margin-right: -12px;
  margin-left: -12px;
}

@media only screen and (min-width: 40.625em) {
  .MaterialContent .Figure {
    margin-right: auto;
    margin-left: auto;
  }
}

.Figure {
  margin: 15px -12px;
}

.Figure img {
  display: block;
  margin: 5px auto;
}

@media only screen and (min-width: 48em) {
  .Figure {
    margin: 27px auto 20px;
  }

  .Copyright-block {
    flex: 1 0 20%;
  }
}

@media only screen and (min-width: 75em) {
  .Figure {
    max-width: 650px;
  }
}

.Figure img {
  max-width: 100%;
  vertical-align: bottom;
}

@media only screen and (min-width: 40.625em) {
  .Figure img {
    border-radius: 2px;
  }
}

.Figure-caption {
  width: 100%;
  max-width: 650px;
  margin: 0px auto;
  padding: 7px 12px 0px;
  font-size: 15px;
  line-height: 17px;
}

@media only screen and (min-width: 40.625em) {
  .Figure-caption {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 500px) {
  .Copyright-container {
    justify-content: center;
  }

  .Copyright-block {
    width: 100%;
    padding: 3px;
    text-align: center;
  }

  .Copyright-block:last-child {
    text-align: center;
  }
}

.App {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.App-content,
.App-footer {
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.App-footer {
  position: relative;
  z-index: 1;
}

.App-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: rgb(242, 242, 242);
  flex: 1 0 auto;
}

.App-header {
  position: relative;
  z-index: 200;
}

.App--isMaterial .App-content {
  background-color: rgb(230, 230, 230);
}

.Footer {
  color: rgb(153, 153, 153);
  background-color: rgb(37, 37, 37);
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
}





@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
    url('../fonts/proximanova-regular-webfont.woff') format('woff');
  font-display: swap;
  font-style: normal;

}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
    url('../fonts/proximanova-semibold-webfont.woff') format('woff');
  font-display: swap;
  font-style: normal;

}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
    url('../fonts/proximanova-bold-webfont.woff') format('woff');
  font-display: swap;
  font-style: normal;

}



.logo {
  display: block;
  margin-top: 0px;
}

.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.Body a {
  color: blue;
}

.Body a:hover {
  box-shadow: none;
}

html {
  font-family: sans-serif;
}

body {
  margin: 0px;
}

figure,
footer,
header,
main,
nav {
  display: block;
}

a {
  background: transparent none repeat scroll 0% 0%;
}

a:active,
a:hover {
  outline: 0px none;
}

b,
strong {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

img {
  border: 0px none;
}

figure {
  margin: 1em 40px;
}

select,
button,
input {
  color: inherit;
  font: inherit;
  margin: 0px;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0px none;
  padding: 0px;
}

select,
input {
  line-height: normal;
}

.disign_layer {
  margin-bottom: 15px;
}

.cener {
  text-align: center !important;
}

/*wheel-form*/
.order_block {
  display: none;
}

.priceс br {
  display: none;
}

.close-popup,
.cursor-text {
  cursor: pointer;
  position: absolute
}

.cursor-text,
.pop-up-window,
.spin-result-wrapper,
.spin-wrapper,
.wheel-wrapper {
  text-align: center
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  box-sizing: border-box
}

.spin-wrapper p {
  text-align: center;
  font-size: 21px !important;
  line-height: 1.4 !important;
  margin-bottom: 15px
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative
}

.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 {
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  line-height: 61px;
  border-radius: 50%;
  vertical-align: middle;
  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: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  background: #fff;
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1)
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s
}

.close-popup {
  width: 30px;
  height: 30px;
  background-image: url('../img/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-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.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, .6)
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(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 !important;
  background: #fff;
  padding: 70px 10px 20px !important;
  border-radius: 10px;
  animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::after,
.pop-up-window::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

.pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  width: 50px;
  height: 20px;
  top: -20px;
  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: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px)
  }

  30% {
    transform: translateY(100px)
  }

  100% {
    transform: translateY(0)
  }
}

@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-heading {
  font-size: 40px !important;
  margin-bottom: 20px !important
}

.pop-up-text {
  margin-bottom: 25px !important;
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: center !important;
  color: #414141 !important;
  font-weight: 400
}

.pop-up-button,
.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important
}

.pop-up-button {
  text-transform: uppercase !important;
  padding: 10px 20% !important;
  font-size: 20px !important;
  border-radius: 5px !important;
  background-color: #71c341 !important;
  border: none !important;
  cursor: pointer !important;
  outline: 0 !important
}

.wheel img {
  max-width: 100%
}

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

  .pop-up-window {
    top: 30%
  }

  .pop-up-heading {
    font-size: 33px !important
  }

  .pop-up-text {
    margin-bottom: 15px !important
  }

  .cursor-text {
    line-height: 40px;
    font-size: 14px;
  }

  .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: -10px;
    cursor: pointer
  }
}

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

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1660deg);
    transform: rotate(1660deg)
  }

  100% {
    -webkit-transform: rotate(1650deg);
    transform: rotate(1650deg)
  }
}

@keyframes super-rotation {
  70% {
    transform: rotate(1983deg);
  }

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

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

.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px
}

.order_block {

  font-family: 'Arial', sans-serif;
}

.prod_img_wrapper {

  max-width: 300px;
  margin: 15px auto;
  position: relative;
}

.prod_img {
  width: 100%;
  max-width: 300px;
}

.priceс {
  position: absolute;
  font-family: 'Arial', sans-serif;
  right: 0;
  bottom: 0;

  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 165px;
  height: 98px;
  text-align: center !important;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  margin: -0px auto 0px;
  background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 19%;
}

span.discountс {
  display: block;
  margin-top: 9px;
  font-size: 18px;
}

.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 0px;
  margin: 0 auto;
}

.js_old_price {
  display: block;
  margin: 0 auto;
}

.wheel_input {
  height: 47px;
  padding: 10px !important;
  display: block !important;
  margin: 0 auto 20px !important;
  padding: 10px !important;
  width: 50% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
}

.data_label {
  line-height: 30px;
}

.country_select {
  display: none !important;
  width: 52% !important;
}

.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}

@media screen and (max-width: 480px) {
  .wheel_input {
    width: 90% !important;
  }

  .country_select {
    width: 96% !important;

  }
}

.main-link {
  display: block;
  margin: 40px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.main-link:hover {
  opacity: 0.8;
}

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

.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}

/*wheel-form*/

/* mod1*/
.terms-wrap {
  background: #f1f1f1;
}

.terms {
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  color: #fff;
  /* text-transform: uppercase;*/
  text-align: center;
}

.terms span {
  color: #878787;
}

.terms a {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #878787;
  text-decoration: none;
  cursor: pointer;
}

.terms a:hover {
  text-decoration: underline;
}

.terms-footer {
  display: flex;
  /* align-items: center;*/
  justify-content: center;
  text-align: center;
  font-size: 16px;
  background-color: rgb(37, 37, 37);
}

.terms-footer a {
  color: rgb(153, 153, 153);
  font-weight: 600;
  font-family: inherit;
  margin: 0 10px;
  text-decoration: none;
  cursor: pointer;
  padding-bottom: 20px;
}

.terms-footer a:hover {
  text-decoration: underline;
}

a.website {
  overflow-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 20px;
}

.modal-body p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.modal-body p:last-of-type {
  margin-bottom: 0;
}

.modal-body h3 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 auto 10px;
  text-align: left;
}

.modal-body ul {
  padding: 0;
  list-style: none;
}

.modal-body li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.modal-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #252525;

}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-title {
  position: relative;
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 5px;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 10px)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 10px);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 10px)
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 10px);
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000 !important;
  background: transparent;
  text-shadow: 0 1px 0 #fff;
  padding: 0 5px;
  cursor: pointer;
  border: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 560px;
    margin: 17px auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 35px)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 35px)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 35px)
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 35px)
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }

  .modal-dialog {
    max-width: 760px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

@media (max-width: 767px) {
  .modal-body p {
    font-size: 17px;
  }

  .modal-body h3 {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .terms-footer {
    order: 2;
    padding: 5px 0;
  }

  .terms a {
    right: 10px;
  }
}

/* mod1*/
/* mod2*/
.screenLock {
  min-height: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.msg {
  position: absolute;
  width: 600px;
  height: 300px;
  background: #1D2534;
  top: 0px;
  left: 50%;
  margin-left: -300px;
  display: none;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  border-radius: 7px;
  padding: 7px
}

.msg-title {
  font-size: 40px;
  font-family: Arial;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 40px
}

.close_popup {
  color: #ffffff;
}

.submit-popup {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: Verdana, Arial;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #c00;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  line-height: 40px
}

/* mod2*/

.inL_376552 {
  position: absolute;
  display: none;
}

.inL_518372 {
  display: block;
}

.inL_170833 {
  font-size: 24px;
  font-weight: bold;
  border-left: 3px solid rgb(38, 38, 38);
  padding-left: 25px;
  font-family: Arial;
}

.inL_786732 {
  list-style-type: decimal;
  padding-left: 45px;
}

.inL_127495 {
  text-align: center
}

.inL_127626 {
  text-decoration: underline;
}

.inL_998960 {
  position: absolute;
  left: -10000px;
}

.inL_89101 {
  z-index: 1600
}

.inL_426600 {
  display: none;
}

.inL_997068 {
  display: block;
  top: 150px;
}

.inL_200209 {
  text-align: right;
  cursor: pointer
}

.inL_52648 {
  display: none;
}

.inL_470116 {
  display: block;
  top: 150px;
}

.inL_509738 {
  text-align: right;
  cursor: pointer
}

.otz {
  width: 100%;
  max-width: 480px;
  display: block;
  margin-top: 14px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-link {
  background-color: red;
  color: #fff !important;
  border-radius: 13px;
  padding: 12px 24px;
  display: inline-block;
  text-transform: uppercase;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  text-align: left;
  margin-top: 15px !important;


}


@media(max-width: 480px) {
  .priceс {
    right: 10px;
  }
}
