.erase_text,
.text-column {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

#square,
#square2,
.qqq {
  width: 200px;
  height: 50px;
  border-radius: 3em;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

#square {
  background: rgb(150, 149, 149) none repeat scroll 0 0;
  cursor: pointer;
}

#square2 {
  background-image: url(../images/download.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom 0px center;
  display: none;
  animation: download 1.5s ease-in-out 0s infinite;
}

@keyframes download {
  0% {
    background-position: bottom 50px center;
  }
  100% {
    background-position: bottom -50px center;
  }
}

.qqq {
  outline: medium none;
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgb(150, 149, 149);
}

.arrow {
  background-image: url("../images/arrow1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 65px;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 1em;
}

.bilet {
  color: rgb(0, 0, 0);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 4px solid rgb(3, 148, 165);
  border-radius: 5px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(255, 255, 255)),
      to(rgb(124, 191, 195))
    ) repeat scroll 0 0;
  background: transparent
    linear-gradient(rgb(255, 255, 255), rgb(124, 191, 195)) repeat scroll 0 0;
}

.text-column {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 0;
  flex: 2 1 0;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-column p {
  margin-bottom: 0;
}

.blabla p:last-child {
  font-size: 0.7em;
  margin: 0;
}

.erase_column {
  -webkit-box-flex: 3;
  -ms-flex: 3 1 0;
  flex: 3 1 0;
  padding: 1em;
  font-size: 1.1em;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.erase {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  /*background: transparent url("../img/product.png") no-repeat scroll center center;*/
  width: 250px;
  height: 260px;
  background-size: contain;
  position: relative;
}

@media screen and (max-width: 550px) {
  .gerbpk {
    display: none !important;
  }

  .gerbmobile {
    display: block !important;
    margin: 0 auto !important;
  }
}

@media screen and (min-width: 550px) {
  .gerbmobile {
    display: none !important;
  }
}

@media screen and (max-width: 550px) {
  .erase {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 350px) {
  .text-column,
  .erase_column {
    padding: 5px;
  }
}

.api-form1 * {
  padding: 0 !important;

  font-family: roboto, sans-serif !important;
}

.blg {
  outline: none !important;
  max-width: 100% !important;
  font-style: normal !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
  position: static !important;
  height: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center !important;
  clear: both !important;
  font-weight: 700 !important;
  border: 0;
  background: #388e3c;
  color: #fff !important;
  font-size: 22px !important;
  text-decoration: none !important;
  padding: 15px 35px !important;
  border-radius: 35px !important;
  width: 100% !important;
  display: block !important;
  cursor: pointer !important;
  margin: 15px 0 0 !important;
  text-transform: none !important;
}

.blg:hover {
  background: #39b13e;
}

@media (max-width: 340px) {
  .blg {
    font-size: 20px !important;
    padding: 15px 25px !important;
  }
}

.api-form1 *:before,
.api-form1 *:after {
  content: none;
}

.api-form1 .footnote1 {
  line-height: 15px !important;
  text-indent: 0 !important;
  font-size: 10px !important;
  margin: 10px 0 0 !important;
  text-align: center !important;
  padding: 0 !important;
  color: #888 !important;
}

.api-form1 .text {
  border: none !important;
  text-align: center !important;
  color: #222 !important;
  padding: 0 !important;
  font-size: 18px !important;
  width: 100% !important;
  float: none !important;
  line-height: 25px !important;
  font-weight: 700 !important;
  margin: 10px 0 !important;
}

.api-form1 form {
  padding: 0 !important;
  background: 0 0 !important;
  margin: 15px auto 0 !important;
}

.api-form1 {
  background: #fff !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  max-width: 465px !important;
  position: relative !important;
  margin: -10px auto !important;
  text-align: center !important;
  border: 2.5px dashed #ddd !important;
  border-radius: 2.5px !important;
  padding: 30px !important;
  clear: both !important;
}

.api-form1 .deadline1 {
  font-size: 17px !important;
  color: #222 !important;
  text-align: center !important;
  margin: 0 !important;
}

.api-form1 .name:invalid,
.api-form1 .name {
  font-style: normal;
  -webkit-transition: 0.25s !important;
  transition: 0.25s !important;
  line-height: 20px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: 0 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  background: #f2f2f2 !important;
  outline: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: 2.5px solid #ddd !important;
  border-radius: 35px !important;
  padding: 15px !important;
  margin: 0 0 15px !important;
}

.api-form1 {
  padding: 15px !important;
}

.api-form1 .cta-form1 {
  margin: 0 !important;
}

.product-image1 {
  position: relative !important;
  margin: 0 auto !important;
  background: #fff !important;
  text-align: center !important;
  max-width: 300px;
}

.product-image1 img {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  z-index: 0 !important;
  position: static !important;
}

.product-banner-text1 {
  font-size: 16px !important;
}

.product-banner1 {
  width: 125px !important;
  height: 125px !important;
}

.product-banner1 {
  opacity: 0.9 !important;
  display: table !important;
  width: 119px !important;
  height: 127px !important;
  line-height: 25px !important;
  color: #fff !important;
  font-size: 18px !important;
  text-align: center !important;
  background: url(../images/product-banner.png) no-repeat center !important;
  background-size: 100% !important;
  position: absolute !important;
  top: 0 !important;
  right: -20px !important;
  text-decoration: none !important;
}

.product-banner-text1 {
  text-align: center !important;
  margin: 0 !important;
  font-weight: 700 !important;
  color: #f2f2f2 !important;
  display: table-cell !important;
  font-size: 20px !important;
  vertical-align: middle !important;
  position: relative;
}

.product-banner-text1:after {
  position: relative;
  top: -5px;
  left: -2.5px;
}

.product-banner-text1 {
  font-size: 20px !important;
}

.ruletka-p {
  text-indent: 0;
  color: black;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: bold;
}

.danger-text {
  color: red;
  font-weight: bold;
  display: block;
}

.order_block {
  display: none;
  text-align: center !important;
}

.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, 0.6);
  text-align: center;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #ffffff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../fonts/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255) !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.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;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  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: rgb(113, 195, 65);
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running
    pop-up-appear-before;
  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 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;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running
    pop-up-appear-after;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@-webkit-keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 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;
}
