html {
  min-width: 320px
}

a {
  text-decoration: none
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
b,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: none repeat scroll 0% 0% transparent
}

body {
  line-height: 1
}

img {
  max-width: 100%
}

a {
  color: #466cc7
}

a:hover {
  text-decoration: none
}

body {
  font-family: Arial, Helvetica, sans-serif;
  display: block
}
input, button, textarea {
  font-family: inherit;
}

header {
  position: relative;
  width: 100%;
  display: flex;
  background-color: #f1f1f1;
  background-position: center center;
  background-size: 100% 100%
}

div.conContent {
  text-align: center;
  width: 100%;
  font-size: 18px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}

.images-logo {
  display: block
}

.images-logo img {
  max-width: 100%;
  padding: 0 10px;
  height: auto;
  max-width: 300px;
  width: 100%;
}


div.text-header {
  display: block;
  text-align: center;
  padding: 10px 5px 10px;
  
}
@media (min-width: 1024px) {
  .text-header {
    width: calc(100% - 320px);
  }
}

div.text-header h1 {
  font-size: 32px
}

@media screen and (max-width:900px) {

  .images-logo img:last-child {
    width: 330px
  }
}

@media screen and (max-width:800px) {
  .images-logo img:last-child {
    width: 300px
  }

  div.text-header h1 {
    font-size: 30px
  }
  div.text-header {
    padding-top: 0;
  }

}

@media screen and (max-width:768px) {
  .images-logo img:last-child {
    width: 320px
  }

  div.text-header h1 {
    text-align: center
  }
}

.container {
  width: 990px;
  position: relative;
  margin: 0 auto
}

.content {
  background: none repeat scroll 0% 0% #fff;
  border-radius: 10px;
  margin: 5px 0 15px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 10px #e6e6e6
}

.text {
  width: 100%;
  font-size: 17px;
  line-height: 1.2;
  
  padding: 0 15px 0 0
}
@media (min-width: 992px) {
  .text {
    text-align: justify;
  }
}

div.center {
  margin: 20px 0;
  text-align: center
}

div.center img {
  margin: 0 auto
}

.content h1 {
  font-size: 28px;
  margin: 0 0 25px;
  text-align: left
}

.content h1 span {
  color: red
}

.content h2 {
  font-size: 1.7em;
  margin: 15px 0
}

.content h3 {
  font-size: 17px;
  margin: 15px 0
}

.content p {
  margin: 0 0 20px;
  font-weight: 400
}

.content p.desc {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 14px;
  text-align: center
}

.content ol {
  margin-left: 30px
}

.content ol li {
  margin: 0 0 15px;
  font-weight: 400
}

.content p.bg {
  background: none repeat scroll 0% 0% #da4444;
  padding: 5px;
  color: #fff
}

.content .red {
  color: #f40b0b
}

.text3 img {
  width: 65px;
  margin: 2px 0 0;
}

.kov {
  position: relative;
  background: none repeat scroll 0% 0% #edfaff;
  padding: 35px 105px;
  margin-bottom: 15px
}

.kov::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 75px;
  background: url(../images/kov2.png) repeat scroll 0% 0% transparent
}

.kov::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 75px;
  background: url(../images/kov1.png) repeat scroll 0% 0% transparent
}

.kov p {
  font-style: italic;
  font-weight: 700
}

.kov p.avtor {
  margin: 0;
  text-align: right;
  font-size: 15px;
  font-weight: 400
}

.content ul {
  margin-left: 30px;
  list-style: inside none circle
}

.content ul li {
  margin: 0 0 15px;
  text-align: left;
}


#comments h1 {
  color: #c00;
  margin: 0 0 5px
}

.comment {
  padding: 15px 0;
  border-top: 1px solid #e8e8e8
}

.comment .text1 {
  font-size: 14px;
  font-weight: 700
}

.comment .text2 {
  font-size: 12px;
  float: right;
  color: #888;
  font-weight: 400
}

.comment .text3 {
  font-size: 15px;
  padding: 10px 0 0;
  font-weight: 400
}

.comment .text3::after {
  content: "";
  display: block;
  clear: both
}

.red {
  color: #f40b0b
}

.content h2.red {
  padding: 10px 0 0
}

.button_page {
  position: relative;
  width: 320px;
  margin: 0 auto;
  padding: 10px;
  cursor: pointer;
  background: none repeat scroll 0% 0% #00aff2;
  border: 1px solid #007eaf;
  border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px
}

.button_page:hover {
  background: none repeat scroll 0% 0% #0a4c8f
}

.insite {
  display: inline-block;
  text-align: center;
  margin-top: 5px;
}


* {
  margin: 0;
  padding: 0
}

@media(max-width:480px) {
  .button_page {
    font-size: 14px
  }
}


* {
  box-sizing: border-box;
  outline: medium
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px
}

.container::before,
.container::after {
  display: table;
  content: "";
  line-height: 0
}

.container::after {
  clear: both
}

body {
  background: #fff none repeat scroll 0% 0%;
  color: #000;
}

:focus {
  outline: 0
}

header {
  display: block
}

* {
  margin: 0;
  padding: 0
}

a {
  color: #f5b11a;
  text-decoration: underline;
  font-weight: 700 !important;
  cursor: pointer;
}

/*a:visited{color:#dea314}*/
a:hover {
  text-decoration: none
}

.green_button {
  display: inline-block;
  max-width: 328px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 14px 28px;
  border: 1px solid #187500;
  border-radius: 10px;
  background: transparent linear-gradient(to bottom, rgb(45, 221, 0), rgb(24, 117, 0)) repeat scroll 0% 0%;
  text-shadow: 1px 1px 1px #0e4500;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 30px;
  line-height: initial !important
}

.green_button:hover,
.green_button:focus {
  border: 1px solid #1c8a00;
  background: transparent linear-gradient(to bottom, rgb(54, 255, 0), rgb(29, 140, 0)) repeat scroll 0% 0%;
  color: #fff !important;
  text-decoration: none !important
}

.green_button:active {
  background: transparent linear-gradient(to bottom, rgb(24, 117, 0), rgb(24, 117, 0)) repeat scroll 0% 0%
}

img {
  margin: 0 0 10px;
  max-width: 100%
}

p {
  font-size: 17px
}

.buy-block__left {
  display: table-cell;
  vertical-align: top;
  width: 55%;
}

.buy-block__right {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
  width: 45%;
  position: relative;
  z-index: 2
}

.form-element {
  padding: 16px;
  width: 100%;
  margin-bottom: 16px;
  border: 2px solid #ccc;
  font-size: 20px;
  color: #757575;
  max-width: 328px;
}

.form-wrap {
  padding: 26px;
  background-color: #fff
}

.form-item {
  position: relative
}

.price {
  text-align: center
}

.price-new {
  font-size: 30px;
  font-weight: 700;
  color: #dea314
}

.price-old {
  font-size: 20px;
  color: #d6d6d6;
  text-decoration: line-through
}

@media(max-width:991px) {

  .buy-block__left,
  .buy-block__right {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center
  }

  .form-wrap {
    padding: 0
  }

  .buy-block__right {
    padding: 0;
    margin: 0 auto
  }

  .buy-block__right img {
    display: inline-block;
    padding: 30px 0 0;
    margin: 0
  }
}

@media(min-width:768px) {
  .container {
    width: 750px
  }
}

@media(min-width:992px) {
  .container {
    width: 940px
  }
}

@media(min-width:1200px) {
  .container {
    width: 970px
  }
}

@media(max-width:991px) {
  .green_button {
    font-size: 22px !important
  }
}

#push-comments #push_ljra1dktudv1 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}

#push-comments #push_ljra1dktudv1.hide {
  opacity: 0;
  display: block !important;
}

#push-comments #push_ljra1dktudv1__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}

#push-comments #push_ljra1dktudv1__title {
  color: #43A047;
  border-bottom: 0px solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}

#push-comments #push_ljra1dktudv1__message {
  border: 1px solid #43A047;
  box-shadow: 0px 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}

#push-comments #push_ljra1dktudv1__submit {
  background: #43A047;
  border: none;
  box-shadow: 0px 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  transition: .5s;
  text-align: center;
  text-shadow: 0px 0px 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}

#push-comments #push_ljra1dktudv1__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
}

#push-comments #push_ljra1dktudv1__label::before,
#push-comments #push_ljra1dktudv1__label::after {
  content: '';
  display: none;
}

#fonPushProfit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999996;
  background: rgba(0, 0, 0, .75);
  text-align: center;
  transition: all .2s ease .1s;
}

#fonPushProfit.show {
  display: block !important;
  opacity: 1 !important;
}

#fonPushProfit .backdrop-close {
  right: 20px;
  top: 20px;
  font-weight: 300;
  opacity: .8;
  cursor: pointer;
  color: #fff;
  top: 0;
  width: 100px;
  position: absolute;
}

#fonPushProfit .backdrop-message {
  color: #000;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999997;
  max-width: 410px;
  margin: 0 auto;
  font-size: 25px;
  padding: 32px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.8313725490196079);
  border-radius: 15px;
}

#fonPushProfit .backdrop-close>big {
  font-size: 60px;
  line-height: 20px;
}

#fonPushProfit .backdrop-close>small {
  font-size: 16px;
}

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

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

.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0px 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}


.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: auto !important;
}

.ruletka-p {
  text-indent: 0px;
  color: black;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: bold;
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.ruletka-a {
  color: rgb(22, 151, 206);
}

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

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

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

.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: 45% !important;
  height: 45%;
  font-size: 14px !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: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(radial, center center, 0px, 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%);
  font-weight: 700 !important;
}

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

.order_block h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  background: transparent;
}

#luckyshop_form,
#profit_form2,
#omni_form,
#everad_form,
#shakes_form,
#apilead_form,
#hp_form,
#p_hp_form,
#pw_hp_form,
#leadtrade_form,
#drcash_form,
#t_drcash_form,
#rocket_form,
#ad1_form,
#p_omni_form,
#m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadbit_form,
#cpagetti_form,
#monsterleads_form,
#tl_form,
#adeptcpa_form,
#burg_tl_form,
#scpa_pw_ad1_form,
#scpa_pw_hp_form,
#scpa_pw_tl_form,
#scpa_pw_apilead_form,
#scpa_pw_leadtrade_form,
#scpa_pw_drcash_form,
#rekl_form,
#p_rekl_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.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);
  text-align: center;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/cross.svg);
  background-size: 100%;
  top: -35px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 5px;
  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: rgb(113, 195, 65);
  color: rgb(255, 255, 255) !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
}

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

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

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.pop-up-layer {
  position: fixed !important;
  top: 0px !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: 0px;
  left: 0px;
  top: 40%;
  margin: 0px 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: 0px;
  margin: 0 auto;
  background-color: rgb(113, 195, 65);
  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: 0px;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.text_small {
  font-size: 0.5em !important;
  font-weight: normal !important;
}

@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: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

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

  .cursor-text {
    line-height: 41px !important;
    font-size: 8px !important;
  }

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

    .cursor-text {
      line-height: 42px !important;
      font-size: 8px !important;
    }
  }
}

.text3 .live-img {
  display:block;
  margin-top: 10px; 
  max-width: 350px;
  width: 100%;
}

.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;
}
.tcenter, .tcenter p {
  text-align: center !important;
}

.yellow {
  color: #dea314;
}
button {
  cursor: pointer;
}
.ava {
  float: left; padding-right: 10px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width:479px) {
  div.text-header h1 {
    font-size: 24px !important;
  }
}
@media screen and (max-width:999px) {
  .content h1 {
    width: auto
  }

  .container {
    width: 95%;
    padding: 0;
  }
}

@media screen and (max-width:900px) {
  .text {
    width: auto;
    float: none;
    padding: 0
  }
}
@media screen and (max-width:999px) {
  .content h1 {
    font-size: 24px;
  }
}

@media screen and (max-width:767px) {
  .button_page {
    width: 100% !important;
    font-size: 14px;
    box-sizing: border-box
  }

  .content h2 {
    font-size: 1.2em
  }
}

@media screen and (max-width:479px) {
  .content h1 {
    width: auto;
    font-size: 22px
  }

  .text p {
    text-align: left
  }

  .text3 {
    text-align: left
  }

  .comment {
    text-align: left
  }

  .kov {
    padding: 15px
  }

  .kov::before {
    display: none
  }

  .kov::after {
    display: none
  }

  .content ul {
    margin-left: 10px
  }
}

@media screen and (max-width:320px) {
  .button_page {
    font-size: 12px
  }
}

@media screen and (max-width:768px) {
  .images-logo img {
    float: none
  }

  .content {
    padding: 20px 15px;
  }
  .form-wrap {
    margin-top: 15px;
  }
  .form-element {
    font-size: 18px;
  }
}

@media screen and (max-width:468px) {
  .images-logo img {
    float: none
  }
}