* {
  margin: 0;
  padding: 0;
}

*,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #0a78c2 !important;
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 11px;
}

img {
  border: medium none;
  padding-top: 5px;
  max-width: 100%;
}

h1 {
  margin: 10px 0;
  font-size: 26px;
  line-height: 1;
}

h2 {
  margin: 10px 0;
  font-size: 24px;
}

h3 {
  margin: 2px 0 10px;
  font-size: 22px;
  font-weight: 400;
}

.container {
  width: 960px;
  margin: 0 auto;
}

.header {
  /* width: 940px; */
  font-size: 50px;
  line-height: 2;
  color: #fff;
  margin: 0 auto 0;
  background: url(../img/header_blue.png) no-repeat scroll 0 -25px transparent;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 20px;
  /* background-size: cover; */
}
.parent {
  border-top: 1px solid rgba(0, 0, 0, 0.007);
}
.left-column {
  width: 630px;
  display: inline-block;
  vertical-align: top;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-right: 20px;
  padding: 10px 30px;
  margin-bottom: 10px;
}

.sidebar {
  width: calc(100% - 654px);
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.sidebar-bloggers {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-bottom: 20px;
}
.nav-header {
  position: relative;
  background-color: white;
  padding: 5px;
}

.nav-header__list {
  display: inline-block;
  list-style: none;
  padding-bottom: 1px;
}

.nav-header__list-item {
  display: inline-block;
  font-size: 13px;
  color: black;
}
.nav-header__list a {
  text-decoration: none;
}
.nav-header__list a + a::before {
  content: ">";
  color: black;

  margin: 0 4px;
  font-size: 13px;
}

.nav-header__list-item a,
.nav-header__link a,
.nav-header__list-item a:visited,
.nav-header__link a:visited,
.footer a,
.footer a:visited {
  color: black;
}

.nav-header__link {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-header__link:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-header__link:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.nav-header__link:nth-child(2) a {
  text-decoration: underline !important;
}

.privacy {
  background: transparent;
  display: table;
  margin: 0 auto;
  color: black;
}

.privacy a {
  text-decoration: underline;
  transition: all 0.2s;
}

.privacy a:hover {
  text-decoration: none;
}

.privacy p {
  display: inline-block;
}
@media (max-width: 636px) {
  .nav-header__list-item + .nav-header__list-item::before {
    content: ">";
    color: black;
    margin: 0 2px;
  }

  .nav-header__list-item {
    display: inline-block;
    font-size: 11px;
  }
}

@media (max-width: 800px) {
  .nav-header__list {
    width: 100%;
    margin-top: 10px;
  }
  .nav-header__link:nth-child(2) {
    top: 12px;
    padding-top: 0;
  }
  .nav-header__link:first-child {
    left: 64.5px;
    top: 13px;
  }
  .close-popup {
    right: -5px;
  }
  span.pop-up-heading {
    font-size: 35px;
  }
}
.sidebar-bloggers-avatar {
  display: inline-block;
}

.sidebar-bloggers img {
  margin: 5px;
  width: 48px;
  height: 48px;
}

.vk-container {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  text-decoration: none;
  display: table;
  clear: both;
}

.vk-header {
  background: none repeat scroll 0 0 #dae2e8;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700;
}

.vk-avatar img {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
  min-height: 60px;
}

.vk-comment-name {
  color: #2b587a;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
}

.vk-comment-name:hover {
  text-decoration: none;
}

.vk-comment-text {
  margin-left: 60px;
}

.vk-comment-date {
  margin-left: 60px;
  color: #999;
}

.vk-comment-like {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 19px;
  font-size: 9px;
  height: 7px;
  display: inline-block;
  text-decoration: none;
}

.vk-comment-like-count {
  padding-left: 20px;
  font-weight: 700;
  color: #7295b2;
  font-size: 11px;
  margin-top: 2px;
  text-decoration: none;
  line-height: 15px;
  position: relative;
}

.vk-comment-like-count:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(114, 149, 178)' width='32' height='32'%3E%3Cpath d='M14.708 15.847C14.252 14.864 14 13.742 14 12.5s.252-2.489.708-3.659a10.976 10.976 0 011.929-3.205c.814-.938 1.784-1.723 2.86-2.271C20.574 2.814 21.758 2.5 23 2.5s2.426.252 3.503.707a9.02 9.02 0 014.789 4.79c.457 1.076.708 2.261.708 3.503a8.96 8.96 0 01-2.637 6.364C28.55 18.678 17.077 29.044 16 29.5c-1.077-.456-12.55-10.822-13.364-11.636A8.978 8.978 0 010 11.5a8.978 8.978 0 012.636-6.364A8.974 8.974 0 019 2.5c1.243 0 2.427.314 3.503.863 1.077.55 2.046 1.334 2.861 2.272a11.02 11.02 0 011.929 3.205c.455 1.171.707 2.418.707 3.66s-.252 2.364-.707 3.347a7.315 7.315 0 01-1.929 2.518'/%3E%3C/svg%3E");
  position: absolute;
  width: 13px;
  height: 12px;
  background-size: 13px;
  left: 4px;
  font-size: 8px;
  top: 1px;
}

.btn {
  line-height: 1;
  font-size: 30px;
  margin: 20px 0 25px 0;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  z-index: auto;
  width: auto;
  height: auto;
  position: static;
  cursor: pointer;
  opacity: 1;
  padding: 0;
  overflow: visible;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.0980392),
    0 0 5px rgba(0, 0, 0, 0.0980392), 0 1px 3px rgba(0, 0, 0, 0.298039),
    0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.247059),
    0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.14902);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

.btn:hover {
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  z-index: auto;
  width: auto;
  height: auto;
  position: static;
  cursor: pointer;
  opacity: 1;
  padding: 0;
  overflow: visible;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: rgba(169, 214, 169, 1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 2px 0 rgba(255, 255, 255, 1),
    0 3px 0 rgba(255, 255, 255, 1), 0 4px 0 rgba(255, 255, 255, 1),
    0 5px 0 rgba(255, 255, 255, 1), 0 6px 1px rgba(0, 0, 0, 0.0980392),
    0 0 5px rgba(0, 0, 0, 0.0980392), 0 1px 3px rgba(0, 0, 0, 0.298039),
    0 3px 5px rgba(0, 0, 0, 0.2), 0 -5px 10px rgba(0, 0, 0, 0.247059),
    0 -7px 10px rgba(0, 0, 0, 0.2), 0 -15px 20px rgba(0, 0, 0, 0.14902);
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  text-decoration: none;
}

@media (max-width: 950px) {
  .header {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .sidebar {
    display: none;
  }

  .container,
  .header {
    width: 100%;
    padding: 0px 10px;
  }

  .header {
    background: #346bc1;
    text-align: center;
  }

  .left-column {
    width: initial;
    margin: 0 auto 10px auto;
    display: block;
  }
}
@media (max-width: 992px) {
  .no-float {
    float: none !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto !important;
    clear: both;
  }
}
@media (max-width: 650px) {
  .container {
    margin: 0;
    padding: 0;
  }

  .left-column {
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header {
    font-size: 27px;
    text-align: center;
  }

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

@media (max-width: 480px) {
  h1 {
    font-size: 18px;
  }

  .imm {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
}

@media all and (max-width: 720px) {
  .sidebar {
    display: none;
  }
}

* {
  outline: 0;
}

@media (max-width: 480px) {
  .prod__img {
    max-width: 200px;
    display: block;
    margin: 0 auto !important;
  }
}
.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: 0;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  transition: background 0.3s;
}

p {
  text-align: justify;
}

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

.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}

input[value="ÃÅ¸ÃÂ¾ÃÂ»Ã‘Æ’Ã‘â€¡ÃÂ¸Ã‘â€šÃ‘Å’ ÃÂ±ÃÂµÃ‘ÂÃÂ¿ÃÂ»ÃÂ°Ã‘â€šÃÂ½ÃÂ¾"] {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: 0;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  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 {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 250px !important;
}

input[placeholder="Ãâ€™ÃÂ°Ã‘Ë† Ã‘â€šÃÂµÃÂ»ÃÂµÃ‘â€žÃÂ¾ÃÂ½"],
input[placeholder="Ãâ€™ÃÂ°Ã‘Ë†ÃÂµ ÃÂ¸ÃÂ¼Ã‘Â"] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center;
  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;
  margin-top: 20px;
}

.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}

.danger-text {
  color: red;
  font-weight: 700;
}

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

.wheel img {
  max-width: 100%;
  margin-bottom: 0;
}

.wheel-img {
  -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: 50% !important;
  height: 47%;
  font: 21px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 52%;
  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, 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, 0.4) 0 0 5px;
  background: #fff;
}

.order_block {
  display: none;
  text-align: center !important;
}

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

.order_block h3 {
  font: bold 18px Arial !important;
  background: 0 0;
}

#apilead_form,
#drcash_form,
#everad_form,
#hp_form,
#leadtrade_form,
#luckyshop_form,
#omni_form,
#p_omni_form,
#profit_form2,
#rocket_form,
#shakes_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif;
}

.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(../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: 0px;
  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 none;
  cursor: pointer;
  outline: medium none;
}

.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(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

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

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

@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-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

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

  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important;
  }

  .close-popup {
    right: 0;
  }
}

@media screen and (max-width: 345px) {
  .wheel {
    width: 250px !important;
  }

  .cursor-text {
    line-height: 43px !important;
    font-size: 10px !important;
  }
}

#product-block {
  background: url(../img/product.png) center center no-repeat;
  height: 338px;
  width: 100% !important;
  display: block;
  margin: 0 !important;
  margin: 0 !important;
  background-size: contain;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #product-block {
    width: 100% !important;
    height: 274px !important;
    margin: 0 !important;
  }
}
.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: 15px;
  margin: 0 auto;
}
.js_old_price {
  display: block;
  margin: 0 auto;
}
.wheel_input {
  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;
}

.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}
@media screen and (max-width: 480px) {
  .wheel_input {
    width: 90% !important;
  }
  
}
.main-link {
  display: block;
  margin: 20px auto 40px;
  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;
}
.ac_footer {
  position: relative;
  top: 10px;
  height: 0;
  text-align: center;
  margin-bottom: 70px;
  color: #a12000;
}

.ac_footer a {
  color: #a12000;
}

.ac_footer p {
  text-align: center;
}

img[height="1"],
img[width="1"] {
  display: none !important;
}

.countdown-block {
  text-align: center;
  background: #fff500;
  color: #fff;
  padding: 10px 0;
  margin-left: -10px;
  margin-right: -10px;
}
.countdown-container {
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
.countdown-container .redd {
  color: red;
  font-weight: 800;
  font-size: 30px;
  margin: 0 auto 10px;
}
h3.redd {
  line-height: 1.25;
}
.countdown-container h3 {
  color: #000;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto;
}
.best-form {
  font: 16px/1.2 "Arial";
  padding: 16px;
  color: #fff;
  background-image: linear-gradient(to top, #d1f0ff, #e9f8ff);
  margin-left: -10px;
  margin-right: -10px;
}
.best-form > .wrap {
  max-width: 310px;
  margin: 0 auto;
}
.prod-price {
  display: flex;
  max-width: 300px;
  margin: 0 auto 20px;
  line-height: 1;
}
.pop-prod,
.pop-price {
  position: relative;
  flex: 1 50%;
  text-align: center;
  margin: auto;
}
.pop-prod,
.pop-price {
  position: relative;
  flex: 1 50%;
  text-align: center;
  margin: auto;
}
.pop-price::before {
  position: absolute;
  left: 16px;
  top: -60px;
  content: " ";
  background: url(../img/sale.jpg) no-repeat;
  width: 120px;
  height: 65px;
  background-size: 120px;
}
.price-bottom {
  position: absolute;
  width: 100%;
}
.pop-old-price {
  font-size: 24px;
  color: gray;
  text-decoration: line-through;
}
.pop-new-price {
  font-size: 32px;
  color: #544c4c;
  font-weight: 700;
  text-shadow: 0 0 4px #e3c72e;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.name-input label,
.phone-input label {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.country-input,
.name-input,
.phone-input {
  position: relative;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
}

.country-input select,
.name-input input,
.phone-input input {
  border: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px;
  border-radius: 6px;
  width: 100%;
  padding-left: 35px;
  transition: all 0.15s ease-in-out;
}
.country-input,
.name-input,
.phone-input {
  position: relative;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
}
.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 15px auto;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #544c4c;
  box-shadow: 0 0 10px rgb(0 0 0 / 40%);
  border-radius: 6px;
  border: 0;
  padding: 14px 0;
  background-image: linear-gradient(to top, #d8b81b, #fff080);
  cursor: pointer;
  font: 24px/1.4 "Open Sans", sans-serif;
  font-weight: 400;
}
.button-submit-text {
  color: #544c4c;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 700;
  line-height: 1;
}
.name-input::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 23px;
  background-image: url(../img/user-icon.svg);
  background-repeat: no-repeat;
  top: 35px;
  left: 10px;
}
.phone-input::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 24px;
  background-image: url(../img/telefon-icon.svg);
  background-repeat: no-repeat;
  top: 35px;
  left: 10px;
}

form {
  --form-border: #333;
  --form-check-border-checked: #d8b81b;
  --form-check-bg-checked: #d8b81b;
  --form-check-yes-checked: #d8b81b;
}

.form__checkbox {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  max-width: 280px;
  width: 100%;
}

.form__checkbox a {
  text-decoration: underline;
  color: #000;
}

.form__checkbox-mark {
  width: 20px;
  height: 20px;
  border: 1px solid var(--form-border);
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
}

.form__checkbox-mark:after {
  position: relative;
  content: "";
  display: none;
  width: 80%;
  height: 80%;
  top: 2px;
  left: 1px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E");
}

.form__checkbox-mark:hover {
  border-color: var(--form-check-border-hover);
  background: hsla(0, 0%, 100%, 0.9);
}

.form__checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -10;
  background-color: var(--form-bg);
}

.form__checkbox input[type="checkbox"]:checked ~ .form__checkbox-mark:after {
  display: block;
}

.form__checkbox input[type="checkbox"]:checked ~ .form__checkbox-mark {
  border-color: var(--form-check-border-checked);
  background-color: var(--form-check-bg-checked);
}

.form__checkbox input[type="checkbox"]:checked ~ .form__checkbox-mark:after {
  border-color: var(--form-check-yes-checked);
}

.form__checkbox input[type="checkbox"]:active ~ .form__checkbox-mark,
.form__checkbox input[type="checkbox"]:focus ~ .form__checkbox-mark {
  border-color: var(--form-check-border-checked);
}

.timer-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.date {
  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;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.date-second {
  border: 1px solid #fff500;
}

.date-digit {
  display: block;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #000;
}

.day {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #D2D2D2;
}

.dogs {
  margin: 0 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #8B8B8B;
}

.form-title {
  text-align: center;
  color: #000;
}
