﻿@charset "UTF-8";
.boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.boxes__img {
  width: 100%!important;
  max-width: 300px!important;
  margin: 0 auto!important;
}
.boxes__header {
  font-weight: 700!important;
  text-align: center!important;;
}
.boxes__header h2 {
  margin: 15px 0!important;

  font-weight: 700!important;
  font-size: 24px!important;;
}
.boxes__header p {
  font-size: 20px!important;
}
.boxes__h1 {
  width: 100%!important;
  margin: 5px auto!important;
  padding: 15px 0!important;

  font-size: 23px!important;
  text-align: center!important;
  color: #cc0000!important;
  text-shadow: 0 0 0 #cc0000!important;

  background-color: #ffff00!important;;
}
.boxes__instructions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding: 20px 10px;

  text-align: center;
  color: #ffffff;

  background-color: #232f3e;
  border-radius: 4px;;
}
.boxes__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 800px;
}
.boxes__wrapper > div {
  position: relative;

  justify-content: center;
  align-items: center;
  width: 33%;

  cursor: pointer;

  transition-duration: 0.2s;;
}
.boxes__wrapper > div:hover {
  -webkit-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
}
.boxes__discount img,
.try {
  width: 100%;
  max-width: 220px;
}
.boxes__discount {
  display: none;

  font-size: 14px;
}
.boxes__discount-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 100%;
  max-height: 129px;
  margin: auto;

  font-weight: 700;
  font-size: 4em;
  font-family: Impact,sans-serif;
  color: red;;
}
@media only screen and (max-width:576px) {
  .boxes__discount-number {
    font-size: 2.5em;
  }
}

.show {
  display: block;
}
.sweet-alert,
.sweet-overlay {
  position: fixed;

  display: none;
}
.sweet-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;

  background-color: #000000;
  background-color: rgba(0,0,0,0.4);;
}
.sweet-alert {
  top: 35%;
  left: 50%;
  z-index: 99999;

  width: 478px;
  margin-top: -150px;
  margin-left: -256px;
  padding: 17px;
  overflow: hidden;

  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;

  background-color: #ffffff;
  border-radius: 5px;;
}
@media all and (max-width:540px) {
  .sweet-alert {
    right: 15px;
    left: 15px;

    width: auto;
    margin-right: 0;
    margin-left: 0;;
  }
}
.sweet-alert h2 {
  position: relative;

  display: block;
  margin: 10px 0;
  padding: 0;

  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #575757;
  text-transform: none;;
}.sweet-alert p {
  position: relative;

  float: none;
  margin: 0;
  padding: 0;

  font-weight: 300;
  font-size: 15px;
  line-height: normal;
  text-align: inherit;
  color: #797979;;
}.sweet-alert .la-ball-fall {
  position: absolute;
  top: 50%;
  left: 50%;

  margin-top: 4px;
  margin-left: -27px;

  visibility: hidden;
  opacity: 0;;
}.sweet-alert button {
  margin: 26px 5px 0;
  padding: 10px 32px;

  font-weight: 500;
  font-size: 17px;
  color: #ffffff;

  background-color: #e84242;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128,179,235,0.5),inset 0 0 0 1px rgba(0,0,0,0.05);
}.sweet-alert button:hover {
  background-color: #7ecff4;
}.sweet-alert button:active {
  background-color: #5dc2f1;
}.sweet-alert button::-moz-focus-inner {
  border: 0;
}.sweet-alert .sa-icon {
  position: relative;

  box-sizing: content-box;
  width: 80px;
  height: 80px;
  margin: 20px auto;
  padding: 0;

  border: 4px solid gray;
  -webkit-border-radius: 40px;
          border-radius: 50%;;
}.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: "";
  position: absolute;

  width: 60px;
  height: 120px;

  background: #ffffff;
}.sweet-alert .sa-icon.sa-success::before {
  top: -7px;
  left: -33px;

  -webkit-border-radius: 120px 0 0 120px;
          border-radius: 120px 0 0 120px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
}.sweet-alert .sa-icon.sa-success::after {
  top: -11px;
  left: 30px;

  -webkit-border-radius: 0 120px 120px 0;
          border-radius: 0 120px 120px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
}.sweet-alert .sa-icon.sa-success .sa-placeholder {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 2;

  box-sizing: content-box;
  width: 80px;
  height: 80px;

  border: 4px solid rgba(165,220,134,0.2);
  -webkit-border-radius: 40px;
          border-radius: 50%;;
}.sweet-alert .sa-icon.sa-success .sa-fix {
  position: absolute;
  top: 8px;
  left: 28px;
  z-index: 1;

  width: 5px;
  height: 90px;

  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}.sweet-alert .sa-icon.sa-success .sa-line {
  position: absolute;
  z-index: 2;

  display: block;
  height: 5px;

  background-color: #a5dc86;
  border-radius: 2px;;
}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  top: 46px;
  left: 14px;

  width: 25px;

  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  top: 38px;
  right: 8px;

  width: 47px;

  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);;
  }45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);;
  }80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);;
  }100% {
    -webkit-transform: scale(1);
            transform: scale(1);;
  }
}@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);;
  }100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);;
  }
}@keyframes slideFromTop {
  0% {
    top: 0;
  }100% {
    top: 50%;
  }
}@keyframes slideToTop {
  0% {
    top: 50%;
  }100% {
    top: 0;
  }
}@keyframes slideFromBottom {
  0% {
    top: 70%;
  }100% {
    top: 50%;
  }
}@keyframes slideToBottom {
  0% {
    top: 50%;
  }100% {
    top: 70%;
  }
}@keyframes animateSuccessTip {
  0%,
  54% {
    top: 19px;
    left: 1px;

    width: 0;;
  }70% {
    top: 37px;
    left: -8px;

    width: 50px;;
  }84% {
    top: 48px;
    left: 21px;

    width: 17px;;
  }100% {
    top: 45px;
    left: 14px;

    width: 25px;;
  }
}@keyframes animateSuccessLong {
  0%,
  65% {
    top: 54px;
    right: 46px;

    width: 0;;
  }84% {
    top: 35px;
    right: 0;

    width: 55px;;
  }100% {
    top: 38px;
    right: 8px;

    width: 47px;;
  }
}@keyframes rotatePlaceholder {
  0%,
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);;
  }100%,
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);;
  }
}.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
          animation: animateSuccessTip 0.75s;
}.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
          animation: animateSuccessLong 0.75s;
}.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
          animation: animateErrorIcon 0.5s;
}@keyframes animateXMark {
  0%,
  50% {
    margin-top: 26px;

    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }80% {
    margin-top: -6px;

    -webkit-transform: scale(1.15);
            transform: scale(1.15);;
  }100% {
    margin-top: 0;

    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}.animateXMark {
  -webkit-animation: animateXMark 0.5s;
          animation: animateXMark 0.5s;
}@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }100% {
    border-color: #f8bb86;
  }
}@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }100% {
    background-color: #f8bb86;
  }
}@keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }100% {
    transform: rotate(360deg);
  }
}.la-ball-fall {
  width: 54px;
  height: 18px;

  font-size: 0;
  color: #ffffff;;
}@keyframes ball-fall {
  0% {
    -webkit-transform: translateY(-145%);
       -moz-transform: translateY(-145%);
         -o-transform: translateY(-145%);
            transform: translateY(-145%);
    opacity: 0;;
  }10%,
  90% {
    opacity: 0.5;
  }20%,
  80% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;;
  }100% {
    -webkit-transform: translateY(145%);
       -moz-transform: translateY(145%);
         -o-transform: translateY(145%);
            transform: translateY(145%);
    opacity: 0;;
  }
}@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);

    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
            animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);;
  }40%,
  43% {
    -webkit-transform: translate3d(0,-30px,0);
            transform: translate3d(0,-30px,0);

    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
            animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);;
  }70% {
    -webkit-transform: translate3d(0,-15px,0);
            transform: translate3d(0,-15px,0);

    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
            animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);;
  }90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}.bounce {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;

  -webkit-animation-name: bounce;
          animation-name: bounce;;
}@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
            animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }0% {
    -webkit-transform: scale3d(0.3,0.3,0.3);
            transform: scale3d(0.3,0.3,0.3);
    opacity: 0;;
  }20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
            transform: scale3d(1.1,1.1,1.1);
  }40% {
    -webkit-transform: scale3d(0.9,0.9,0.9);
            transform: scale3d(0.9,0.9,0.9);
  }60% {
    -webkit-transform: scale3d(1.03,1.03,1.03);
            transform: scale3d(1.03,1.03,1.03);
    opacity: 1;;
  }80% {
    -webkit-transform: scale3d(0.97,0.97,0.97);
            transform: scale3d(0.97,0.97,0.97);
  }100% {
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    opacity: 1;;
  }
}.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}.la-ball-fall,
.visible {
  display: block;
}.submit-roulette:hover {
  background: #bb0000;

  transition: background 0.3s;
}#order_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}* {
  margin: 0;
  padding: 0;
}body,
html {
  height: 100%;
}body {
  font-size: 18px;
  font-family: Helvetica,Arial,sans-serif;
  color: #000000;

  background: #f7f7f7 none repeat scroll 0 0;
}input,
textarea {
  outline: medium none;
}a {
  color: #1697ce;
}a:hover {
  color: #b0493b;
}a img {
  border: medium none;
}a:focus {
  outline: medium none;
}h1 {
  font-weight: 400;
  font-size: 24px;;
}h2 {
  font-weight: 400;
  font-size: 20px;;
}.alex_zevsa_wcih4ECQW {
  position: relative;

  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}.clearfix::after,
.clearfix::before {
  content: "";

  display: table;
}.clearfix::after {
  clear: both;
}.footer .contacts,
.footer .site h4,
.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC,
.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe,
.main-page .annonce-blk .dvksub_rYPIQ4ET span,
.main-page .calendar .item .dvksub_rYPIQ4ET span,
.main-page .main-slider .share h4,
.main-page .map h4,
.sport-tv .left-blk {
  font-family: Arial,sans-serif!important;
}.RA4CSZ_e3qI7YOg,
.def-page .org-list .type,
.def-page .org-list h3,
.faq-page .news-list .sec-year,
.footer .address,
.footer .copyrights,
.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT a,
.katyakoncakova_FtFDdVex .region-btn,
.main-page .annonce-blk .dvksub_rYPIQ4ET,
.main-page .annonce-blk .links,
.main-page .calendar .day,
.main-page .calendar .item .dvksub_rYPIQ4ET,
.main-page .calendar .month-name,
.main-page .calendar h3,
.main-page .main-slider h3,
.main-page .map .reg-news,
.main-page .map h2,
.main-page .map h3,
.main-page .ministr-blk .dvksub_rYPIQ4ET,
.main-page .news h3,
.main-page .news-blk .dvksub_rYPIQ4ET,
.main-page .news-blk .links,
.media-page .news-list .sec-year,
.photo-page .photo-also .dvksub_rYPIQ4ET,
.photo-page .photo-list .dvksub_rYPIQ4ET,
.renul_seDwyoGn57 .dvksub_rYPIQ4ET,
.root_f21XaquIT .news-list .dvksub_rYPIQ4ET,
.root_f21XaquIT .top-blk .rss,
.sec-page .doc-list h4,
.video-page .video-also .dvksub_rYPIQ4ET,
.video-page .video-list .dvksub_rYPIQ4ET,
.zhanna_86_o5IKudBv h2 {
  font-family: Arial,sans-serif!important;
}.katyakoncakova_FtFDdVex {
  position: relative;
  z-index: 15;
}.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
  position: relative;

  display: block;
  float: left;
  width: 360px;
  margin-top: 20px;

  color: #000000;
  text-decoration: none;;
}.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
  float: left;
  width: 265px;
  margin-top: 17px;
  margin-left: 18px;

  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;;
}.katyakoncakova_FtFDdVex .vasilusya_rfYcdWbD {
  float: right;
  margin-top: 5px;

  font-size: 12px;;
}.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
  float: right;
  width: 330px;
  margin-top: 60px;
}.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs .mansurovan_vUZn4RQN {
  float: right;

  font-size: 12px;
  text-align: right;
  text-transform: uppercase;;
}.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN .Dulov_V_V_du3BxPsUO {
  font-weight: 700;
  color: #353746;
}.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN a {
  color: #353744;
}.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN a:hover {
  color: #b0493d;
}.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN .udav_t_slEtc0GR {
  margin: 0 5px;
}.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs .tata_soboleva_XjcqhmYZ7 {
  position: relative;

  margin-top: 25px;

  text-align: right;
}.katyakoncakova_FtFDdVex .tata_soboleva_XjcqhmYZ7 .tjn-02_ANHUDPcR {
  width: 170px;
  padding: 4px 5px;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
  height: 50px;
  margin-top: 10px;

  background: #333541 none repeat scroll 0 0;;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .main-menu-blk {
  padding-left: 3%;

  list-style: outside none none;
}.katyakoncakova_FtFDdVex .main-menu-blk > li {
  position: relative;

  float: left;
  margin-right: 19px;
  margin-left: 19px;
  padding: 14px 10px;;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .submenu-btn {
  margin-left: 4px;

  font-style: normal;
  color: #cf4f3a;;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT {
  position: absolute;
  top: 50px;
  left: -40px;
  z-index: 15;

  display: none;
  width: 400px;
  padding: 40px 40px 40px 0;

  background: #ffffff none repeat scroll 0 0;;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .germantrava_IeZ6X4Esi9 .vica_ehEmluAT {
  left: 0;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .shev_V7Mo2liaeP .vica_ehEmluAT {
  left: -180px;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT li {
  position: relative;
  z-index: 10;

  display: block;
  float: left;
  margin-left: 40px;

  border-bottom: 1px dashed #bdbdbf;;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe li.wwwter_ma_fAfmL15qxg {
  border-top: 1px dashed #bdbdbf;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT a {
  display: block;
  width: 160px;
  padding: 9px 0 7px;

  font-size: 14px;
  color: #1697cd;
  text-transform: none;;
}.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT a:hover {
  color: #b04939;
}.katyakoncakova_FtFDdVex .vladimir210487_POv1ApGe {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  z-index: 1;

  width: 440px;

  box-shadow: 0 1px 5px #000000;
  opacity: 0.2;;
}.alstep54_sglCGFT6q {
  font-size: 12px;
}.renul_seDwyoGn57 h2 {
  margin-top: 15px;

  font-weight: 700;
  font-size: 36px;;
}.renul_seDwyoGn57 .dvksub_rYPIQ4ET {
  margin-top: 5px;

  font-size: 14px;
  color: #6c6e7e;
  text-transform: uppercase;;
}.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 15px;

  font-size: 18px;
  line-height: 1.5;
  color: #6c6e7a;

  border-bottom: 1px dashed #b9b9b9;;
}.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
  margin: 15px 0;

  line-height: 25px;
  color: #000000;
  text-indent: 0;;
}.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .swetlana40_GWDvkz8Tqs {
  margin-bottom: 0;

  font-weight: 700;
  font-size: 22px;
  text-indent: 0;;
}.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .maki555_e4AaJE9jYG {
  margin-top: 5px;
  padding: 10px;

  font-size: 15px;
  line-height: 20px;

  background: #e2e2e2 none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.75);
}.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .udalykhnn_av3FDRJhB {
  text-align: center;
}.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .AGB_yQobO46Dw {
  margin-top: 10px;

  font-size: 13px;
  color: #a1a1a2;
}.renul_seDwyoGn57 .gelat_Bb6MhOHv {
  float: left;
  padding: 0 30px 10px 0;

  font-style: italic;
  font-size: 12px;
  color: #a1a1a8;
}.renul_seDwyoGn57 .gelat_Bb6MhOHv .ewa-b_p5sjGkxr1 {
  margin-top: 5px;
}.zhanna_86_o5IKudBv {
  margin: 0 0 50px;
  padding: 35px 40px 40px;

  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
}.zhanna_86_o5IKudBv h2 {
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;;
}.altakansk_YrlOq5h6N {
  margin: 0 5px;

  font-family: Arial;
  color: #6c6e83;;
}.dmavrodi_yjLIBb2Q {
  position: relative;
  z-index: 10;
}.RA4CSZ_e3qI7YOg {
  position: absolute;
  z-index: 150;

  display: none;
  padding: 4px 10px 2px;

  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;

  background: #353742 none repeat scroll 0 0;
  border-radius: 4px;;
}.web-s {
  font-family: WebSymbols;

  -moz-user-select: none;
       user-select: none;
}.sazonov66_g9ysODlqt {
  position: relative;

  min-height: 100%;
  margin-bottom: -340px;

  background: #f7f7f7 none no-repeat scroll center top;
}.vk-container {
  font-size: 15px;
  font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
  color: #000000;
  text-decoration: none;
}.vk-header {
  margin-bottom: 10px;
  padding: 4px 4px 4px 6px;

  background: #dae2e8 none repeat scroll 0 0;;
}.vk-logo {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: -1px;

  background: transparent none no-repeat scroll 0 0;;
}.vk-header-text {
  padding: 2px 3px 1px;

  font-weight: 700;
  line-height: 100%;;
}.vk-avatar img {
  float: left;
  margin-right: 10px;

  border-radius: 5px;
}.vk-comment,
.vk-comment-load {
  position: relative;

  margin-bottom: 15px;
  padding-bottom: 15px;

  border-bottom: 1px solid #dae1e8;;
}.vk-comment:last-child {
  border-bottom: 0 none;
}.vk-comment-name {
  font-weight: 700;
  font-size: 14px;
  color: #403f3f;
}.vk-comment-text {
  margin: 10px;
  margin-left: 60px;
}.vk-comment-date {
  margin-left: 60px;

  color: #999999;
}.foto-sert {
  max-width: 35%;
}@media screen and (max-width:1020px) {
  .alex_zevsa_wcih4ECQW {
    width: auto;
  }.main-menu-blk {
    width: 100%;
    margin: 0 auto;
  }.katyakoncakova_FtFDdVex .main-menu-blk > li {
    display: block;
    float: left;
    width: 16.666%;
    height: 100%;
    margin: 0;
    padding: 0;

    text-align: center;;
  }.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
    height: auto;
  }.katyakoncakova_FtFDdVex .main-menu-blk > li a {
    line-height: 50px;
  }.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
    width: 180px;
  }.alex_zevsa_wcih4ECQW,
  .main-menu-blk {
    height: 100%;
  }.web-s {
    display: none;
  }body img {
    max-width: 100%;
    height: auto;;
  }center > img {
    max-width: 100%;
  }
}@media screen and (max-width:720px) {
  .katyakoncakova_FtFDdVex .main-menu-blk > li {
    width: 33.333%;
  }.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
    display: none;
  }.renul_seDwyoGn57 .gelat_Bb6MhOHv {
    float: none;
    width: 250px;
    margin: 0 auto;
    padding-right: 0;;
  }.renul_seDwyoGn57 .gelat_Bb6MhOHv > img {
    display: block;
    margin: 0 auto;
  }.zhanna_86_o5IKudBv h2 {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;;
  }.foto-sert {
    max-width: 100%;
  }
}@media screen and (max-width:420px) {
  .zhanna_86_o5IKudBv {
    padding-right: 10px;
    padding-left: 10px;;
  }.alstep54_sglCGFT6q {
    display: none;
  }.katyakoncakova_FtFDdVex .main-menu-blk > li {
    width: 50%;
  }.udalykhnn_av3FDRJhB img,
  body img {
    max-width: 100%;
    height: auto;;
  }.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
    width: 320px;
  }.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
    width: 225px;

    font-size: 16px;
  }.alex_zevsa_wcih4ECQW {
    padding: 0;
  }
}@media screen and (max-width:796px) {
  #TableSale {
    font-size: 10px;
  }
}.vk-avatar img {
  width: 48px;
}.content::after {
  content: "";

  display: block;
  clear: both;
}.ymaps-b-form-button__input::-moz-focus-inner {
  padding: 0;

  border: 0 none;
}.ouimain-text-img::after {
  content: "";

  display: block;
  clear: both;
}img[tabindex="0"] {
  cursor: zoom-in;
}img[tabindex="0"]:focus {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;

  width: auto;
  max-width: 99%;
  height: auto;
  max-height: 99%;
  margin: auto;

  box-shadow: 0 0 20px #000000,0 0 0 1000px rgba(210,210,210,0.4);
}img[tabindex="0"]:focus,
img[tabindex="0"]:focus ~ * {
  cursor: zoom-out;

  pointer-events: none;;
}.vote-block {
  display: block;
  width: auto;

  background: #eeeff1 none repeat scroll 0 0;
  border-radius: 3px;
}.vote-block-head {
  display: block;
  width: auto;
  padding: 15px 20px;

  text-align: left;;
}.vote-block-head h2 {
  margin-top: 0;

  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #8f0001;
  text-transform: uppercase;;
}.vote-block-head span {
  font-style: normal;
  font-size: 18px;
  color: #000000;
  text-transform: lowercase;;
}.vote-block-content {
  display: block;
  width: auto;
  padding: 0 20px;

  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeff1;;
}.vote-block-content-container:first-child {
  margin-top: 30px;
}.vote-block-content-container:last-child {
  margin-bottom: 40px;
}.vote-block-content-container {
  display: block;
  width: auto;
  margin-bottom: 20px;
}.vote-block-content-container::after {
  content: "";

  display: block;
  clear: both;
}.vote-block-content-text {
  display: block;
  float: left;
  width: 40%;

  font-style: normal;
  text-align: left;;
}.vote-block-content-stat {
  position: relative;

  display: block;
  float: right;
  width: 60%;
  height: 25px;

  background: #eeeff1 none repeat scroll 0 0;;
}.vote-block-content-stat-line {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 35%;
  height: 100%;

  text-align: right;

  background: #66a01d none repeat scroll 0 0;;
}.vote-block-content-stat-line h6 {
  margin-top: 4px;
  margin-left: 121%;

  font-style: normal;
  font-size: 12px;
  color: #eeeff1;;
}.line-1 {
  width: 23%;

  background: #66a01d none repeat scroll 0 0;
}.line-2 {
  width: 47%;

  background: #66a01d none repeat scroll 0 0;
}.line-3 {
  width: 8%;

  background: #66a01d none repeat scroll 0 0;
}.line-4 {
  width: 17%;

  background: #939598 none repeat scroll 0 0;
}.line-5 {
  width: 5%;

  background: #939598 none repeat scroll 0 0;
}.line-1 h6 {
  color: #66a01d;
}.line-2 h6 {
  margin-left: 108%;

  color: #66a01d;;
}.line-3 h6 {
  color: #66a01d;
}.line-4 h6 {
  color: #939598;
}.line-5 h6 {
  color: #939598;
}.button_page {
  position: relative;

  display: block;
  min-width: 270px;
  max-width: 300px;
  margin: 0 auto;
  padding: 11px 20px 11px 11px;

  font: bold 19px Arial,Helvetica,sans-serif;
  color: #ffffff;
  text-decoration: none;

  background-color: #f27909;
  border-radius: 50px;
  box-shadow: 0 1px 0 #9e8d84 inset,0 5px 0 0 #b25a08,0 10px 5px #999999;
}.button_page:hover {
  font: bold 19px Arial,Helvetica,sans-serif;
  color: #e5ffff;

  opacity: 0.7;;
}#popup-coment {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100;

  display: none;
  width: auto;
  max-width: 375px;
  padding: 10px;

  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dae2e8;;
}#popup-coment .vk-comment-load {
  position: relative;

  margin-bottom: 0;
  padding-bottom: 0;

  border-bottom: 0 none;;
}#popup-coment .vk-comment-text {
  margin-top: 5px;
  margin-bottom: 20px;;
}#popup-coment .vk-comment-date {
  padding-bottom: 5px;
}.vk-comment-read {
  position: absolute;
  right: 0;
  bottom: 0;

  display: block;
  width: auto;
  padding: 5px 15px;

  font-style: normal;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;

  background: #45688e none repeat scroll 0 0;
  cursor: pointer;
  opacity: 1;

  transition: all 0.6s ease 0s;;
}.vk-comment-read:hover {
  color: #ffffff;

  background: #45688e none repeat scroll 0 0;
  opacity: 0.7;;
}.vk-comment-close {
  position: absolute;
  top: -8px;
  right: -8px;

  display: block;
  width: 7%;

  cursor: pointer;
}.vk-comment-close img {
  display: block;
  width: 100%;
}@media screen and (min-width:320px) and (max-width:768px) {
  #popup-coment {
    bottom: 10px;
    left: 10px;
    z-index: 100;

    width: 86%;
    max-width: 315px;
    padding: 10px;

    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dae2e8;;
  }#popup-coment .vk-comment-text {
    position: relative;

    margin-bottom: 5px;
  }#popup-coment .vk-comment-date {
    padding-bottom: 40px;
  }.vk-comment-read {
    right: 20px;
  }
}@media screen and (min-width:320px) and (max-width:468px) {
  #popup-coment .vk-comment-text {
    position: relative;

    height: 95px;
    margin-bottom: 5px;
    overflow: hidden;;
  }#popup-coment .vk-comment-text::after {
    content: "...";
    position: absolute;
    right: 5px;
    bottom: 6px;

    display: block;

    font-size: 15px;
  }#popup-coment .vk-comment-date {
    padding-bottom: 40px;
  }.vk-comment-read {
    right: 20px;
  }
}.comment-count {
  font-style: normal;
}.vk-comment-text {
  font-style: normal;
  font-weight: 400;;
}.vk-comment-date {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
}.vk-comment-name {
  font-style: normal;
}.screenLock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;

  display: none;
  width: 100%;

  background: rgba(0,0,0,0.7) none repeat scroll 0 0;;
}.msg {
  position: absolute;
  top: 150px;
  left: 50%;

  width: 620px;
  height: 450px;
  margin-left: -300px;

  background: #148fb9 none repeat scroll 0 0;
  border: 1px solid #eeeeee;
}.msg > h1 {
  margin-top: 30px;
  margin-bottom: 30px;

  font-size: 24px;
  text-align: center;
  color: #ffffff;;
}.close {
  position: absolute;
  top: 1px;
  right: 5px;

  font-size: 40px;

  cursor: pointer;
}.submit {
  width: 400px;
  height: 50px;
  margin-top: 10px;

  font-size: 30px;
  color: #ffffff;

  background-color: #b22222;
  border-radius: 3px;
}.screenLock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;

  display: none;
  width: 100%;

  background: rgba(0,0,0,0.7) none repeat scroll 0 0;;
}.msg {
  position: absolute;
  top: 150px;
  left: 50%;

  width: 600px;
  height: 230px;
  margin-left: -300px;

  background: #148fb9 none repeat scroll 0 0;
  border: 1px solid #eeeeee;
}.msg > h1 {
  margin-top: 30px;
  margin-bottom: 30px;

  font-size: 24px;
  text-align: center;
  color: #ffffff;;
}.close {
  position: absolute;
  top: 1px;
  right: 5px;

  font-size: 40px;

  cursor: pointer;
}.submit {
  width: 400px;
  height: 65px;
  margin-top: 10px;

  font-size: 28px;
  color: #ffffff;

  background-color: #b22222;
  border-radius: 3px;
  cursor: pointer;
}.submit:hover {
  background-color: #b22222!important;
}@media screen and (max-width:590px) {
  .msg {
    top: 0;
    left: 0;

    width: 100%;
    margin-left: 0;
  }
}#TableSale {
  font-size: 12px;
  color: #000000;

  border: 1px solid #cdcdcd;;
}#TableSale td {
  padding: 10px;

  border: 1px solid #cdcdcd;;
}.nolink {
  cursor: pointer;
}.mini {
  font-size: 80%;
}.table-overflow {
  overflow-x: auto;
}.table-overflow {
  overflow-x: auto;
}.lucky-chat {
  position: fixed;
  right: 10px;
  bottom: -340px;
  z-index: 999;

  width: 320px;
  height: 405px;
  overflow: hidden;

  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 10px 35px 0 rgba(39,40,44,0.2);
          box-shadow: 0 10px 35px 0 rgba(39,40,44,0.2);

  -webkit-transition: top 0.3s linear,bottom 0.3s linear;
          transition: top 0.3s linear,bottom 0.3s linear;
}.lucky-chat * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  font-family: Roboto,sans-serif;
}.lucky-chat--on {
  bottom: 0;
}.lucky-chat-header {
  position: relative;

  height: 65px;
  padding: 10px;

  font-size: 0;
  color: #ffffff;

  background-color: #242939;
  cursor: pointer;
}.lucky-chat-header > * {
  display: inline-block;
}.lucky-chat-header__logo {
  position: relative;
  top: 3px;

  width: 34px;
  height: 34px;
  margin-right: 5px;
  overflow: hidden;

  border-radius: 50%;;
}.lucky-chat-header__title {
  max-width: 215px;

  font-size: 14px;;
}.lucky-chat-header__caret {
  position: absolute;
  top: 50%;
  right: 20px;

  display: block;
  width: 19px;
  height: 11px;
  margin-top: -5.5px;

  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}.lucky-chat--on .lucky-chat-header__caret {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}.lucky-chat-status {
  height: 22px;
  padding: 0 15px;

  line-height: 22px;

  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 35px 0 rgba(39,40,44,0.2);
          box-shadow: 0 10px 35px 0 rgba(39,40,44,0.2);
}.lucky-chat-status__text {
  position: relative;

  font-size: 12px;

  -webkit-transition: color 0.5s linear;
          transition: color 0.5s linear;
}.lucky-chat-status__text--online {
  color: #93c296;
}.lucky-chat-status__text--online:before {
  background-color: #93c296;
}.lucky-chat-status__text--offline {
  color: red;
}.lucky-chat-status__text--offline:before {
  background-color: red;
}.lucky-chat-status__text:before {
  content: "";

  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;

  border-radius: 50%;;
}.lucky-chat-message {
  height: 240px;
  padding: 12px 18px;
  overflow-x: auto;

  font-size: 14px;
}.lucky-chat-message__text {
  position: relative;

  padding: 10px;

  border-radius: 3px;;
}.lucky-chat-message__text:after {
  content: "";
  position: absolute;

  width: 0;
  height: 0;

  border-style: solid;
}.lucky-chat-message__name {
  margin-bottom: 5px;

  font-weight: 700;
}.lucky-chat-message__item--doctor .lucky-chat-message__name {
  position: relative;

  height: 50px;
  margin: 0 0 -2px;
  padding: 10px;

  color: #ffffff;

  background-color: #5fc890;;
}.lucky-chat-message__item--doctor .lucky-chat-message__name > * {
  display: inline-block;

  vertical-align: middle;;
}.lucky-chat-message__item--doctor .lucky-chat-message__name-avatar {
  position: relative;
  top: -1px;

  width: 35px;
  height: 35px;
  margin-right: 3px;
  overflow: hidden;

  background-image: url("");
  background-repeat: no-repeat;
  border-radius: 50%;;
}.lucky-chat-message__item--doctor .lucky-chat-message__name-text {
  position: relative;
  top: -1px;

  max-width: 100px;;
}.lucky-chat-message__item--doctor .lucky-chat-message__name:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;

  width: 0;
  height: 0;
  margin-right: -2px;

  border-width: 0 14px 12px 0;
  border-style: solid;
  border-color: transparent #5fc890 transparent transparent;;
}.lucky-chat-message__item--doctor .lucky-chat-message__text {
  color: #ffffff;

  background-color: #24b871;;
}.lucky-chat-message__item--doctor .lucky-chat-message__text:after {
  display: none;
}.lucky-chat-message__item--guest .lucky-chat-message__name {
  color: #24293b;
}.lucky-chat-message__item--guest .lucky-chat-message__text {
  background-color: #c8d8e8;
}.lucky-chat-message__item--guest .lucky-chat-message__text:after {
  top: 0;
  left: 100%;

  margin-left: -2px;

  border-width: 14px 12px 0 0;
  border-color: #c8d8e8 transparent transparent;;
}.lucky-chat-message__item--system .lucky-chat-message__name {
  color: #d47c3d;
}.lucky-chat-message__item--system .lucky-chat-message__text {
  color: #ffffff;

  background-color: #d47c3c;;
}.lucky-chat-message__item--system .lucky-chat-message__text:after {
  top: 0;
  right: 100%;

  margin-right: -2px;

  border-width: 0 14px 12px 0;
  border-color: transparent #d47c3c transparent transparent;;
}.lucky-chat-message__item + .lucky-chat-message__item {
  margin-top: 15px;
}.lucky-chat-send {
  padding: 12px 20px;

  background-color: #eef0f4;
}.lucky-chat-send__chat {
  width: 100%;
  height: 52px;
  padding: 12px;

  font-size: 14px;

  background-color: #ffffff;
  border: 1px solid #42b76b;
  border-radius: 3px;

  resize: none;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;;
}.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}.animated {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }to {
    opacity: 1;
  }
}@keyframes fadeIn {
  0% {
    opacity: 0;
  }to {
    opacity: 1;
  }
}html {
  font-family: sans-serif;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;;
}body {
  margin: 0;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}audio,
canvas,
progress,
video {
  display: inline-block;

  vertical-align: baseline;
}audio:not([controls]) {
  display: none;
  height: 0;
}[hidden],
template {
  display: none;
}a {
  background: 0 0;
}a:active,
a:hover {
  outline: 0;
}abbr[title] {
  border-bottom: 1px dotted;
}b,
strong {
  font-weight: 700;
}dfn {
  font-style: italic;
}h1 {
  margin: 0.67em 0;

  font-size: 2em;;
}mark {
  color: #000000;

  background: #ffff00;;
}small {
  font-size: 80%;
}sub,
sup {
  position: relative;

  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}sup {
  top: -0.5em;
}sub {
  bottom: -0.25em;
}img {
  border: 0;
}svg:not(:root) {
  overflow: hidden;
}figure {
  margin: 1em 40px;
}hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
}pre {
  overflow: auto;
}code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace,monospace;;
}button,
input,
optgroup,
select,
textarea {
  margin: 0;

  font: inherit;
  color: inherit;;
}button {
  width: 100%;
  max-width: 250px;
  padding: 10px;
  overflow: visible;

  color: #ffffff;
  text-transform: uppercase!important;

  background: red;
  border: 0;
}button,
select {
  text-transform: none;
}button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;

  -webkit-appearance: button;;
}button[disabled],
html input[disabled] {
  cursor: default;
}button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;

  border: 0;;
}input {
  line-height: normal;
}input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}input[type=search] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;

  -webkit-appearance: textfield;;
}input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;

  border: 1px solid silver;;
}legend {
  padding: 0;

  border: 0;;
}textarea {
  overflow: auto;
}optgroup {
  font-weight: 700;
}table {
  border-collapse: collapse;
  border-spacing: 0;
}td,
th {
  padding: 0;
}#created-button-1,
#created-button-2 {
  line-height: 1.7em!important;
}.my-com-date {
  padding: 1px 4px 1px 4px;

  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #5b5f65;
  text-shadow: 0 0 0 #000000;

  background: #fdfdfd;
  border-radius: 3px;;
}.out-comebacker-content-btn:hover {
  text-decoration: none!important;

  transition: 0.3s!important;
}.out-comebacker-content-btn:focus {
  color: #ffffff;
  text-decoration: none;;
}.out-comebacker-content-btn:active {
  border: 1px solid #ffffff;
}a:active,
a:focus {
  outline: 0;
}input,
textarea {
  outline: 0;
}input:active,
textarea:active {
  outline: 0;
}:focus {
  outline: 0;
}textarea {
  resize: none;
}textarea {
  resize: vertical;
}textarea {
  resize: horizontal;
}button:active,
button:focus {
  outline: 0!important;
}button::-moz-focus-inner {
  border: 0!important;
}#product-block {
  display: block;
  width: 100%!important;
  height: 338px;
  margin: 0!important;
  margin: 0!important;

  text-align: center;

  background: url("") center center no-repeat;
  background-size: contain;;
}#product-block .plashka2-t {
  font-size: 20px;
  line-height: 25px;
  color: #fff915;;
}#product-block .plashka2 b {
  text-shadow: 1px 1px 2px #373838;
}#product-block .plashka2 {
  position: absolute;
  z-index: 5;

  box-sizing: content-box;
  width: 190px!important;
  height: 138px;
  margin: 48px 0 0 -10px!important;
  padding: 144px 30px 0 0;

  font-size: 17px;
  line-height: 22px;
  font-family: Roboto,sans-serif;
  text-align: center;
  color: #ffffff;

  background-size: 190px 262px;;
}@media screen and (max-width:992px) {
  #chat {
    display: none;
  }
}@media screen and (max-width:767px) {
  #product-block {
    width: 100%!important;
    height: 224px!important;
    margin: 0!important;
  }#product-block .plashka2 {
    width: 110px!important;
    height: 98px;
    margin: 15px 0 0 0!important;
    padding: 95px 25px 0 0;

    font-size: 13px;
    line-height: 16px;

    background-size: 135px 188px;;
  }#product-block .plashka2-t {
    font-size: 14px;
  }
}@media screen and (max-width:720px) {
  .renul_seDwyoGn57 .gelat_Bb6MhOHv {
    text-align: center;
  }.puzzle_LTiRtzPGfe {
    display: none;
  }.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .swetlana40_GWDvkz8Tqs {
    font-size: 18px;
  }
}@media screen and (max-width:200px) {
  #product-block .plashka2 {
    display: none;
  }
}.mybutton:hover {
  background-color: #ff6d6d;

  transition: 0.5s;
}.mybutton {
  display: block;
  margin: 15px auto;
  padding: 16px 35px;

  font-weight: 500;
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: none;

  background-color: #ff3c3c;
  border: none;
  border-radius: 10px;
  cursor: pointer;;
}p.priceс {
  position: relative;
  top: -90px;
  right: 70px;

  width: 165px;
  height: 98px;
  margin: -160px auto 30px;

  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  text-align: center!important;
  color: #000000;

  background: linear-gradient(to right,#eea513 0,#fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 19%;
  border-image: initial;
  box-shadow: rgba(0,0,0,0.8) 0 3px 30px;
  transform: rotateZ(-7deg);;
}span.discountс {
  display: block;
  margin-top: 9px;

  font-size: 18px;
}.price_main {
  margin: 0 36px;

  font-size: 25px;
  line-height: 0;

  border-bottom: 2px solid #d31812;;
}.js_old_price {
  margin: 0 40px;
}.Wheel_input {
  display: block!important;
  width: 50%!important;
  margin: 0 auto!important;
  padding: 10px!important;
  padding: 10px!important;

  border: 2px solid grey!important;
  border-radius: 5px!important;
}.order_form {
  display: block!important;
  margin: 0 auto!important;

  text-align: center!important;
}@media screen and (max-width:480px) {
  input {
    width: 90%;
  }
}.main-link {
  display: block;
  max-width: 350px;
  margin: 20px auto;
  padding: 20px;

  font-size: 20px;
  text-align: center;
  color: #ffffff!important;
  text-decoration: none;

  background-color: #de0606;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}.main-link:hover {
  opacity: 0.8;
}.spin-wrapper {
  box-sizing: border-box;
  padding: 20px 10px;

  text-align: center;

  border: 3px solid red;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;;
}#align .spin-wrapper p {
  margin-bottom: 15px;

  font-size: 21px!important;
  line-height: 1.4!important;
  text-align: center;;
}.wheel-wrapper {
  text-align: center;
}.wheel {
  position: relative;

  width: 380px!important;
  margin: 0 auto;;
}.wheel-cursor {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 35%!important;
  height: 35%;

  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}.cursor-text {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 2;

  display: inline-block;
  width: 45%!important;
  height: 45%;

  line-height: 61px;
  vertical-align: middle;
  text-align: center;

  background: #ffffff;
  background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#ffffff),color-stop(100%,#eaeaea));
  background: -webkit-radial-gradient(center,ellipse cover,#ffffff 0,#eaeaea 100%);
  background:      -o-radial-gradient(center,ellipse cover,#ffffff 0,#eaeaea 100%);
  background: -webkit-radial-gradient(center,ellipse,#ffffff 0,#eaeaea 100%);
  background:      -o-radial-gradient(center,ellipse,#ffffff 0,#eaeaea 100%);
  background:         radial-gradient(ellipse at center,#ffffff 0,#eaeaea 100%);
  background-color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-box-shadow: #ffffff 0 -2px 0 inset,#ffffff 0 2px 0 inset,rgba(0,0,0,0.4) 0 0 5px;
          box-shadow: #ffffff 0 -2px 0 inset,#ffffff 0 2px 0 inset,rgba(0,0,0,0.4) 0 0 5px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  cursor: pointer;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;;
}.wheel-img {
  -webkit-transition: 4s;
       -o-transition: 4s;
          transition: 4s;
}.close-popup {
  position: absolute;
  top: -40px;
  right: -40px;

  width: 30px;
  height: 30px;

  background-size: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #ffffff;
          box-shadow: 0 0 10px #ffffff;
  cursor: pointer;
}.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;
}.spin-result-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 10px;

  text-align: center;

  background-color: rgba(0,0,0,0.6);;
}.pop-up-layer {
  position: fixed!important;
  top: 0!important;
  z-index: 99!important;

  width: 100%!important;
  height: 100%!important;

  background-color: rgba(0,0,0,0.7)!important;;
}.pop-up-layer-show {
  display: block;
}.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;

  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}.pop-up-window::before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;

  width: 110px;
  height: 110px;
  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;
  top: -20px;
  right: 0;
  left: 0;

  width: 50px;
  height: 20px;
  margin: 0 auto;

  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #ffffff #ffffff;
  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;

  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;;
}@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 {
  margin-bottom: 20px;

  font-size: 40px;;
}.pop-up-text {
  margin-bottom: 25px;

  font-size: 24px;
  line-height: 30px;
  text-align: center!important;
}.pop-up-button {
  padding: 10px 20%;

  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;

  background-color: #71c341;
  border: medium none;
  border-radius: 5px;
  outline: medium none;
  cursor: pointer;;
}.pop-up-button:hover {
  color: #ffffff;
  text-decoration: none;
}.wheel img {
  max-width: 100%;
}@media all and (max-width:520px) {
  .wheel {
    width: 280px!important;
  }.cursor-text {
    font-size: 14px;
    line-height: 48px;;
  }.close-popup {
    position: absolute;
    top: -40px;
    right: -10px;

    width: 30px;
    height: 30px;

    background-size: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #ffffff;
            box-shadow: 0 0 10px #ffffff;
    cursor: pointer;
  }
}.super-rotation {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -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-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(1783deg);
            transform: rotate(1783deg);
  }100% {
    -webkit-transform: rotate(1774deg);
            transform: rotate(1774deg);
  }
}.time_remains {
  font-weight: 700;
  font-size: 1.1em;
  color: red;;
}.time_remains_title {
  padding-top: 15px;

  font-size: 22px;
  text-align: center;;
}.ord_button {
  display: inline-block;
  margin: 20px 0 30px;
  padding: 10px 30px;

  font-size: 25px!important;
  line-height: 27px;
  color: #ffffff!important;
  text-transform: uppercase;
  text-decoration: none!important;

  background-color: #0a489d;
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: 2px 3px 8px #999999;

  transition: all 0.3s ease-in 0s;
}.ord_button:hover {
  text-decoration: none!important;

  background-color: #772133;
  box-shadow: 2px 3px 3px #999999;
  transform: scale(1.1);
}.screenLock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;

  display: none;
  width: 100%;

  background: rgba(0,0,0,0.7) none repeat scroll 0 0;;
}.msg {
  position: absolute;
  top: 120px;
  left: 50%;

  width: 620px;
  height: 334px;
  margin-left: -300px;

  background-image: url("");
  border: 1px solid #eeeeee;
}.msg > h1 {
  margin-top: 30px;
  margin-bottom: 30px;

  font-size: 24px;
  text-align: center;
  color: #ffffff;;
}.msg > h2 {
  margin-top: -10px;
  margin-bottom: 30px;
  margin-left: 40px;

  font-size: 18px;
  text-align: left;
  color: #ffffff;;
}.close {
  position: absolute;
  top: 13px;
  right: 13px;

  font-size: 20px;
  color: #000000;

  cursor: pointer;;
}.submit {
  width: 400px;
  height: 50px;
  margin-top: 0;

  font-size: 30px;
  color: #ffffff;

  background-color: #b22222;
  border-radius: 3px;
}.fig {
  text-align: center;
}.my-com-date {
  padding: 1px 4px 1px 4px;

  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #5b5f65;
  text-shadow: 0 0 0 #000000;

  background: #fdfdfd;
  border-radius: 3px;;
}.view {
  display: block;
  height: 40px;
}.view img {
  display: -webkit-inline-box;
  float: right;
  width: 350px;
  margin: 10px;
}blockquote {
  position: relative;

  margin: 15px;
  padding: 30px;

  font-family: Lato,sans-serif;
  text-align: center;
  text-align: center;
  color: #000000;
  text-transform: uppercase;

  background: #fff4e0;
  box-shadow: 0 0 10px rgba(0,0,0,0.75);;
}blockquote p {
  text-align: center!important;
}blockquote1:before {
  content: "©";
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 2;

  padding: 0 15px;

  font-size: 20px;
  color: #474c4f;

  background: #fff4e0;
  transform: translateX(-50%);;
}blockquote1:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  left: 15px;

  height: 4px;

  border-top: 1px dotted #474c4f;
  border-bottom: 1px dotted #474c4f;
}.stadii ul {
  margin: 10px;
  padding: 10px;

  border: 1px solid;;
}.stadii li {
  margin: 17px;

  color: #000000;
}.vk-comment-name strong {
  font-weight: 900;
  font-size: 15px;
}@media (max-width:591px) {
  .view {
    text-align: center;
  }.view img {
    float: none;
    width: 100%;
    margin: 0 auto;;
  }
}.submit-roulette:active {
  box-shadow: none;
  transform: translateY(2px);;
}.submit-roulette,
input[value="Получить бесплатно"] {
  margin: 15px 0;
  margin-top: 5px;
  padding: 10px 15px;

  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;

  background: red;
  border: none;
  border-radius: 5px;
  outline: 0;
  box-shadow: 0 4px 3px #242120;
  cursor: pointer;

  transition: background 0.3s;
}input[value="Получить бесплатно"]:hover {
  background: #bb0000!important;

  transition: background 0.3s;
}input[value="Получить бесплатно"]:active {
  box-shadow: none!important;
  transform: translateY(2px);;
}.input-roulette {
  width: auto!important;
  height: 42px;
  margin-bottom: 10px;
  padding-left: 5px;;
}input[placeholder="Ваш телефон"],
input[placeholder="Ваше имя"] {
  height: 42px;
  margin-bottom: 10px;
  padding-left: 5px;;
}.ruletka-p {
  margin: 15px;

  font-weight: 700;
  line-height: 25px;
  text-align: center!important;
  color: #000000;
  text-indent: 0;;
}.ruletka-p h2 {
  margin-bottom: 15px;

  font-size: 25px;;
}.ruletka-a {
  color: #1697ce;
}.spin-wrapper {
  box-sizing: border-box;
  padding: 20px 10px;

  text-align: center;

  border: 3px solid red;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;;
}.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}.danger-text {
  font-weight: 700;
  color: red;;
}.wheel {
  position: relative;

  width: 380px;
  height: 380px;
  margin: 0 auto;;
}.wheel img {
  max-width: 100%;
  max-height: 100%;
}.wheel-img {
  max-width: 100%;
  max-height: 100%;

  -webkit-transition: 4s;
       -o-transition: 4s;
          transition: 4s;
}.wheel-cursor {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 35%!important;
  height: 35%;

  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}.cursor-text {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 2;

  display: inline-block;
  width: 45%!important;
  height: 45%;

  font: 16px Arial!important;
  line-height: 61px!important;
  vertical-align: middle;
  text-align: center;

  background: #ffffff;
  background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#ffffff),color-stop(100%,#eaeaea));
  background: -webkit-radial-gradient(center,ellipse cover,#ffffff 0,#eaeaea 100%);
  background:      -o-radial-gradient(center,ellipse cover,#ffffff 0,#eaeaea 100%);
  background: -webkit-radial-gradient(center,ellipse,#ffffff 0,#eaeaea 100%);
  background:      -o-radial-gradient(center,ellipse,#ffffff 0,#eaeaea 100%);
  background:         radial-gradient(ellipse at center,#ffffff 0,#eaeaea 100%);
  background-color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-box-shadow: #ffffff 0 -2px 0 inset,#ffffff 0 2px 0 inset,rgba(0,0,0,0.4) 0 0 5px;
          box-shadow: #ffffff 0 -2px 0 inset,#ffffff 0 2px 0 inset,rgba(0,0,0,0.4) 0 0 5px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  cursor: pointer;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;;
}.order_block {
  display: none;

  text-align: center!important;
}.order_block img {
  width: 20%;
}.order_block h3 {
  font: bold 18px Arial!important;

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

  font-family: "Proxima Nova",Arial,"Helvetica Neue",sans-serif;
}.time_remains {
  font-weight: 700;
  font-size: 1.1em;
  color: red;;
}.spin-result-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 10px;

  text-align: center;

  background-color: rgba(0,0,0,0.6);;
}.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;

  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}.close-popup {
  position: absolute;
  top: -40px;
  right: -40px;

  width: 30px;
  height: 30px;

  background-size: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #ffffff;
          box-shadow: 0 0 10px #ffffff;
  cursor: pointer;
}.pop-up-heading {
  margin-bottom: 20px;

  font-size: 40px;;
}.pop-up-text {
  margin-bottom: 25px;

  font-size: 24px;
  line-height: 30px;
  text-align: center!important;
}.pop-up-button {
  padding: 10px 20%;

  font-size: 20px;
  color: #ffffff!important;
  text-transform: uppercase;
  text-decoration: none!important;

  background-color: #71c341;
  border: medium none;
  border-radius: 5px;
  outline: medium none;
  cursor: pointer;;
}.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;
  z-index: 99!important;

  width: 100%!important;
  height: 100%!important;

  background-color: rgba(0,0,0,0.7)!important;;
}.pop-up-layer-show {
  display: block;
}.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;

  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}.pop-up-window::before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;

  width: 110px;
  height: 110px;
  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;
  top: -20px;
  right: 0;
  left: 0;

  width: 50px;
  height: 20px;
  margin: 0 auto;

  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #ffffff #ffffff;
  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;

  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;;
}.text_small {
  font-weight: 400!important;
  font-size: 0.5em!important;;
}@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: #ffffff!important;
  text-decoration: none!important;
}@media all and (max-width:520px) {
  .wheel {
    width: 260px!important;
    height: 260px!important;
  }.cursor-text {
    font-size: 12px!important;
    line-height: 45px!important;;
  }
}@media screen and (max-width:520px) and (max-width:345px) {
  .wheel {
    width: 250px!important;
    height: 250px!important;
  }.cursor-text {
    font-size: 11px!important;
    line-height: 40px!important;;
  }
}span.im-caret {
  -webkit-animation: 1s blink step-end infinite;
          animation: 1s blink step-end infinite;
}@keyframes blink {
  from,
  to {
    border-right-color: #000000;
  }50% {
    border-right-color: transparent;
  }
}@-webkit-keyframes blink {
  from,
  to {
    border-right-color: #000000;
  }50% {
    border-right-color: transparent;
  }
}span.im-static {
  color: grey;
}div.im-colormask {
  display: inline-block;

  border-width: 2px;
  border-style: inset;

  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}div.im-colormask > input {
  position: absolute;
  left: 0;

  display: inline-block;

  color: transparent;

  background-color: transparent;
  border-style: none;

  -webkit-appearance: caret;
     -moz-appearance: caret;
          appearance: caret;;
}div.im-colormask > input:focus {
  outline: 0;
}div.im-colormask > input::-moz-selection {
  background: 0 0;
}div.im-colormask > input::selection {
  background: 0 0;
}div.im-colormask > input::-moz-selection {
  background: 0 0;
}div.im-colormask > div {
  display: inline-block;
  width: 100px;

  color: #000000;;
}.App__app-infinity-root_3VuWDtaa[data-v-4398dff6] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;

  background: rgba(0,0,0,0.151);;
}.App__app-infinity-root_3VuWDtaa [data-v-4398dff6] {
  line-height: normal;
  font-family: "Didact Gothic";

  all: initial;;
}.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g[data-v-4398dff6] {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  width: 580px;
  height: 380px;
  padding-top: 60px;
  padding-left: 40px;
  overflow: hidden;

  background-size: cover;
  transform: scale(0.8);
  opacity: 0;

  transition: 0.2s ease;;
}.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__bg_3DpjpNwL[data-v-4398dff6] {
  position: absolute;
  top: -178px;
  right: -229px;
  z-index: -1;

  width: 680px;
  height: 680px;

  background-repeat: no-repeat;
  background-size: contain;;
}.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__title_3Yf-v9xs[data-v-4398dff6] {
  margin-top: 10px;

  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
}.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__subtitle_26MV5W4h[data-v-4398dff6] {
  margin-top: 10px;

  font-size: 22px;
  color: #ffffff;
}.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__list_3sar9jK1[data-v-4398dff6] {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-left: 4px;
}.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__list_3sar9jK1 .App__item_3sI_Wrxz[data-v-4398dff6] {
  display: flex;
  align-items: center;
  margin: 6px 0;

  font-size: 18px;
  color: #ffffff;
}.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__list_3sar9jK1 .App__item_3sI_Wrxz img[data-v-4398dff6] {
  width: 14px;
  height: auto;
  margin-right: 10px;
  margin-bottom: -3px;;
}.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__rate-btn_2bjgK090[data-v-4398dff6] {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 120px;
  margin-top: 25px;
  margin-left: 15px;
  padding: 12px 20px;

  font-size: 14px;
  font-family: "Didact Gothic";
  color: #ffffff;

  background: #ff9f4a;
  border-radius: 70px;
  cursor: pointer;

  all: initial;;
}*,
::after,
::before {
  box-sizing: border-box;
}.zamer {
  margin: 15px;
  padding: 15px 0 15px;

  background: #55a9cd;
  box-shadow: 0 0 10px rgba(0,0,0,0.75);;
}.zamer .h2-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
  margin: 10px;
  padding: 20px;

  text-align: center;
  color: #000000;

  border: 1px solid;;
}.line1 {
  margin-bottom: 30px;

  font-weight: 900;
  font-size: 30px;
  color: #b60505;
  text-transform: uppercase;
}.line2 {
  font-size: 20px;
  color: #faff00;
}.green {
  font-weight: 900;
  color: #54ca2e;
  text-transform: uppercase;
}.zamer .form {
  max-width: 369px;
  max-height: 350px;
  margin: 20px;
  padding: 28px 33px 34px;

  text-align: center;

  background-color: #ffffff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 11.68px 4.32px rgba(0,0,1,0.05);
          box-shadow: 0 0 11.68px 4.32px rgba(0,0,1,0.05);;
}.zamer .form h3 {
  margin-bottom: 2px;

  font-size: 26px;
  font-family: pnb;
  color: #003955;
  text-transform: uppercase;;
}.zamer .form span {
  display: block;
  margin-bottom: 13px;

  font-size: 21px;
  font-family: pnb;
  color: #003955;
  text-transform: uppercase;;
}.zamer .form h4 {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 256px;
  height: 37px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;

  font-size: 17px;
  font-family: pnb;
  font-family: pnb;
  color: #ffffff;
  text-transform: uppercase;

  background: url("") no-repeat center center;;
}.zamer .form form button {
  width: 306px;
  width: 100%;
  height: 53px;

  font-size: 20px;
  font-family: pnb;
  text-transform: uppercase;

  background: -webkit-gradient(linear,left bottom,left top,from(#f6d30c),to(#ffe937));
  background: -webkit-linear-gradient(bottom,#f6d30c 0,#ffe937 100%);
  background:      -o-linear-gradient(bottom,#f6d30c 0,#ffe937 100%);
  background:         linear-gradient(360deg,#f6d30c 0,#ffe937 100%);
  border: none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 4px 0 0 #e7ae01;
          box-shadow: 0 4px 0 0 #e7ae01;;
}.zamer .form form button:hover {
  background: -webkit-gradient(linear,left top,left bottom,from(#f6d30c),to(#ffe937));
  background: -webkit-linear-gradient(top,#f6d30c 0,#ffe937 100%);
  background:      -o-linear-gradient(top,#f6d30c 0,#ffe937 100%);
  background:         linear-gradient(180deg,#f6d30c 0,#ffe937 100%);
}.zamer .form form input {
  width: 100%;
  height: 47px;
  margin-bottom: 12px;
  padding: 0 16px;

  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;;
}.zamer .form form select {
  width: 100%;
  height: 47px;
  margin-bottom: 12px;
  padding: 0 16px;

  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;;
}.d-flex {
  display: -ms-flexbox;
  display: flex;
}@media (max-width:991px) {
  .d-flex {
    display: -ms-flexbox!important;
    display: block;
    width: 100%;
    margin: 0 auto;;
  }.zamer .form {
    margin: 0 auto;
    margin-bottom: 50px;
  }.zamer .h2-block {
    margin: 0 auto;
  }
}@media (max-width:630px) {
  .line1 {
    font-size: 20px;
  }.line2 {
    font-size: 16px;
  }.zamer .form {
    margin: 20px;
  }.zamer .h2-block {
    margin: 20px;
  }.zamer .form {
    padding: 1px 10px;
  }.zamer .form p {
    margin: 3px;
  }.zamer .form form input {
    margin-bottom: 5px;
  }.zamer .form form select {
    margin-bottom: 5px;
  }
}@media(max-width:494px) {
  .close-popup {
    right: 0;
  }
}h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #000000;
}.red-txt {
  color: red;
}.prod-img {
  width: 100%;
  max-width: 400px;
}.block-5 {
  padding: 20px;

  color: #000000;

  background: #fff4e0;
  box-shadow: 0 0 10px rgb(0 0 0 / 75%);
}.ul-txt {
  margin-left: 20px;

  color: #000000;
}.order_block {
  color: #000000;
}.price-bl {
  margin-bottom: 10px;

  font-size: 22px;
}.price-bl b {
  padding-left: 15px;

  color: red;
}.vk-comment-text img,
.vk-comment-text video {
  display: block;
  width: 80%;
  max-width: 350px;
  margin-top: 15px;
}.scroll {
  cursor: pointer;
}

.submit-roulette:hover {
  background: #bb0000;

  transition: background 0.3s;
}.additional-form-fields {
  height: 42px;
  margin-bottom: 10px;
  padding-left: 5px;;
}#order_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}#order_form input {
  display: flex;
}.submit-roulette:active {
  box-shadow: none;
  transform: translateY(2px);;
}input[value="Получить бесплатно"],
.submit-roulette {
  margin: 15px 0;
  margin-top: 5px;
  padding: 10px 15px;

  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;

  background: red;
  border: none;
  border-radius: 5px;
  outline: none;
  box-shadow: 0 4px 3px #242120;
  cursor: pointer;

  transition: background 0.3s;
}input[value="Получить бесплатно"]:hover {
  background: #bb0000!important;

  transition: background 0.3s;
}input[value="Получить бесплатно"]:active {
  box-shadow: none!important;
  transform: translateY(2px);;
}.input-roulette {
  width: 100%!important;
  max-width: 250px;
  height: 42px;
  margin-bottom: 10px;
  padding-left: 5px;
background-color: #fff;
  border: 1px #424242 solid;

  -webkit-appearance: none;
          appearance: none;;
}input[placeholder="Ваше имя"],
input[placeholder="Ваш телефон"] {
  height: 42px;
  margin-bottom: 10px;
  padding-left: 5px;;
}.ruletka-p {
  margin: 15px;

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

  font-size: 25px;;
}.ruletka-a {
  color: #1697ce;
}.spin-wrapper {
  box-sizing: border-box;
  padding: 20px 10px;

  text-align: center;

  border: 3px solid red;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;;
}.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}.danger-text {
  font-weight: bold;
  color: red;;
}.wheel {
  position: relative;

  width: 380px;
  height: 380px;
  margin: 0 auto;;
}.wheel img {
  max-width: 100%;
  max-height: 100%;
}.wheel-img {
  max-width: 100%;
  max-height: 100%;

  -webkit-transition: 4s;
       -o-transition: 4s;
          transition: 4s;
}.wheel-cursor {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 35%!important;
  height: 35%;

  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}.cursor-text {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 2;

  display: inline-block;
  width: 45%!important;
  height: 45%;

  font: 16px Arial!important;
  line-height: 61px!important;
  vertical-align: middle;
  text-align: center;

  background: #ffffff;
  background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0%,white),color-stop(100%,#eaeaea));
  background: -webkit-radial-gradient(center,ellipse cover,white 0%,#eaeaea 100%);
  background:      -o-radial-gradient(center,ellipse cover,white 0%,#eaeaea 100%);
  background: -webkit-radial-gradient(center,ellipse,white 0%,#eaeaea 100%);
  background:      -o-radial-gradient(center,ellipse,white 0%,#eaeaea 100%);
  background:         radial-gradient(ellipse at center,white 0%,#eaeaea 100%);
  background-color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-box-shadow: white 0 -2px 0 inset , white 0 2px 0 inset , rgba(0,0,0,0.4) 0 0 5px;
          box-shadow: white 0 -2px 0 inset , white 0 2px 0 inset , rgba(0,0,0,0.4) 0 0 5px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;;
}.order_block {
  display: none;

  text-align: center!important;
}.order_block img {
  width: 100%;
  max-width: 350px;
}.order_block h3 {
  font: bold 18px Arial!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,
#v_m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadgroup_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_apilead_form,
#aff1_form,
#p_hp_form_test,
#p_rekl_form,
#static_omni_form,
#funcpa_form,
#ha9_form {
  display: flex;
  flex-direction: column;
  align-items: center;

  font-family: "Proxima Nova","Arial","Helvetica Neue",sans-serif;
}.time_remains {
  font-weight: bold;
  font-size: 1.1em;
  color: red;;
}.spin-result-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 10px;

  text-align: center;

  background-color: rgba(0,0,0,0.6);;
}.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;

  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}.close-popup {
  position: absolute;
  top: -40px;
  right: -40px;

  width: 30px;
  height: 30px;

  background-size: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #ffffff;
          box-shadow: 0 0 10px #ffffff;
  cursor: pointer;
}.pop-up-heading {
  margin-bottom: 20px;

  font-size: 40px;;
}.pop-up-text {
  margin-bottom: 25px;

  font-size: 24px;
  line-height: 30px;
  text-align: center!important;
}.pop-up-button {
  padding: 10px 20%;

  font-size: 20px;
  color: #ffffff!important;
  text-transform: uppercase;
  text-decoration: none!important;

  background-color: #71c341;
  border: medium none;
  border-radius: 5px;
  outline: medium none;
  cursor: pointer;;
}.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;
  z-index: 99!important;

  width: 100%!important;
  height: 100%!important;

  background-color: rgba(0,0,0,0.7)!important;;
}.pop-up-layer-show {
  display: block;
}.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;

  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}.pop-up-window::before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;

  width: 110px;
  height: 110px;
  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;
  top: -20px;
  right: 0;
  left: 0;

  width: 50px;
  height: 20px;
  margin: 0 auto;

  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #ffffff #ffffff;
  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;

  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;;
}.text_small {
  font-weight: normal!important;
  font-size: 0.5em!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: #ffffff!important;
  text-decoration: none!important;
}@media all and (max-width:520px) {
  .wheel {
    width: 260px!important;
    height: 260px!important;
  }.cursor-text {
    font-size: 12px!important;
    line-height: 45px!important;;
  }
}@media screen and (max-width:480px) {
  .close-popup {
    right: 0;
  }
}@media screen and (max-width:520px) and (max-width:345px) {
  .wheel {
    width: 250px!important;
    height: 250px!important;
  }.cursor-text {
    font-size: 11px!important;
    line-height: 40px!important;;
  }
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe div {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

.alstep54_sglCGFT6q span {
  color: #1697ce;
  text-decoration: underline;
}

.alstep54_sglCGFT6q .altakansk_YrlOq5h6N {
  color: inherit;
  text-decoration: none;
}

.sweet-alert,
.sweet-overlay {
  position: fixed;

  display: none;
}.instructions,
a {
  text-align: center;
}.boxes,
.boxes cbox,
.boxes img {
  width: 100%;
}.instructions {
  margin-top: 20px;
  padding: 10px;

  color: #ffffff;

  background-color: #232f3e;
  border-radius: 4px;;
}.boxes {
  margin: 10px 0;
}.box-o-t {
  position: absolute;
  top: -34%;
}.boxes .discover .box-o-b {
  position: relative;
  z-index: 1;;
}.boxes .iphone {
  position: absolute;
  top: -20%;
  left: 12%;
  z-index: 0;

  width: 76%;
  height: auto;

  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}.boxes .discover > .iphone {
  top: -60%;
}.boxes > div {
  position: relative;

  display: inline-block;
  width: 32.5%;
  height: 50%;

  text-align: center;

  cursor: pointer;

  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;;
}.boxes > div:hover {
  -webkit-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
}.instructions table {
  width: 100%;
}.instructions td:first-child {
  width: 10px;
  padding-right: 10px;;
}.instructions td:last-child {
  width: 10px;
  padding-left: 10px;;
}@media (max-width:479px) {
  .boxes > div {
    width: 32%;
  }
}@media (max-width:319px) {
  .boxes > div {
    width: 48%;
  }
}.sweet-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;

  background-color: #000000;
  background-color: rgba(0,0,0,0.4);;
}.sweet-alert {
  top: 35%;
  left: 50%;
  z-index: 99999;

  width: 478px;
  margin-top: -150px;
  margin-left: -256px;
  padding: 17px;
  overflow: hidden;

  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;

  background-color: #ffffff;
  border-radius: 5px;;
}@media all and (max-width:540px) {
  .sweet-alert {
    right: 15px;
    left: 15px;

    width: auto;
    margin-right: 0;
    margin-left: 0;;
  }
}.sweet-alert h2 {
  position: relative;

  display: block;
  margin: 10px 0;
  padding: 0;

  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #575757;
  text-transform: none;;
}.sweet-alert p {
  position: relative;

  float: none;
  margin: 0;
  padding: 0;

  font-weight: 300;
  font-size: 15px;
  line-height: normal;
  text-align: inherit;
  color: #797979;;
}.sweet-alert .la-ball-fall {
  position: absolute;
  top: 50%;
  left: 50%;

  margin-top: 4px;
  margin-left: -27px;

  visibility: hidden;
  opacity: 0;;
}.sweet-alert button {
  margin: 26px 5px 0;
  padding: 10px 32px;

  font-weight: 500;
  font-size: 17px;
  color: #ffffff;

  background-color: #e84242;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128,179,235,0.5) , inset 0 0 0 1px rgba(0,0,0,0.05);
}.sweet-alert button:hover {
  background-color: #7ecff4;
}.sweet-alert button:active {
  background-color: #5dc2f1;
}.sweet-alert button::-moz-focus-inner {
  border: 0;
}.sweet-alert .sa-icon {
  position: relative;

  box-sizing: content-box;
  width: 80px;
  height: 80px;
  margin: 20px auto;
  padding: 0;

  border: 4px solid gray;
  -webkit-border-radius: 40px;
          border-radius: 50%;;
}.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: "";
  position: absolute;

  width: 60px;
  height: 120px;

  background: #ffffff;
}.sweet-alert .sa-icon.sa-success::before {
  top: -7px;
  left: -33px;

  -webkit-border-radius: 120px 0 0 120px;
          border-radius: 120px 0 0 120px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
}.sweet-alert .sa-icon.sa-success::after {
  top: -11px;
  left: 30px;

  -webkit-border-radius: 0 120px 120px 0;
          border-radius: 0 120px 120px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
}.sweet-alert .sa-icon.sa-success .sa-placeholder {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 2;

  box-sizing: content-box;
  width: 80px;
  height: 80px;

  border: 4px solid rgba(165,220,134,0.2);
  -webkit-border-radius: 40px;
          border-radius: 50%;;
}.sweet-alert .sa-icon.sa-success .sa-fix {
  position: absolute;
  top: 8px;
  left: 28px;
  z-index: 1;

  width: 5px;
  height: 90px;

  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}.sweet-alert .sa-icon.sa-success .sa-line {
  position: absolute;
  z-index: 2;

  display: block;
  height: 5px;

  background-color: #a5dc86;
  border-radius: 2px;;
}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  top: 46px;
  left: 14px;

  width: 25px;

  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  top: 38px;
  right: 8px;

  width: 47px;

  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);;
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);;
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);;
  }
}@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);;
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);;
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);;
  }
}@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);;
  }
}@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);;
  }
}@-webkit-keyframes slideFromTop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}@keyframes slideFromTop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0;
  }
}@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0;
  }
}@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}@-webkit-keyframes animateSuccessTip {
  0%,
  54% {
    top: 19px;
    left: 1px;

    width: 0;;
  }
  70% {
    top: 37px;
    left: -8px;

    width: 50px;;
  }
  84% {
    top: 48px;
    left: 21px;

    width: 17px;;
  }
  100% {
    top: 45px;
    left: 14px;

    width: 25px;;
  }
}@keyframes animateSuccessTip {
  0%,
  54% {
    top: 19px;
    left: 1px;

    width: 0;;
  }
  70% {
    top: 37px;
    left: -8px;

    width: 50px;;
  }
  84% {
    top: 48px;
    left: 21px;

    width: 17px;;
  }
  100% {
    top: 45px;
    left: 14px;

    width: 25px;;
  }
}@-webkit-keyframes animateSuccessLong {
  0%,
  65% {
    top: 54px;
    right: 46px;

    width: 0;;
  }
  84% {
    top: 35px;
    right: 0;

    width: 55px;;
  }
  100% {
    top: 38px;
    right: 8px;

    width: 47px;;
  }
}@keyframes animateSuccessLong {
  0%,
  65% {
    top: 54px;
    right: 46px;

    width: 0;;
  }
  84% {
    top: 35px;
    right: 0;

    width: 55px;;
  }
  100% {
    top: 38px;
    right: 8px;

    width: 47px;;
  }
}@-webkit-keyframes rotatePlaceholder {
  0%,
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);;
  }
  100%,
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);;
  }
}@keyframes rotatePlaceholder {
  0%,
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);;
  }
  100%,
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);;
  }
}.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
          animation: animateSuccessTip 0.75s;
}.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
          animation: animateSuccessLong 0.75s;
}.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
          animation: animateErrorIcon 0.5s;
}@-webkit-keyframes animateXMark {
  0%,
  50% {
    margin-top: 26px;

    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -6px;

    -webkit-transform: scale(1.15);
            transform: scale(1.15);;
  }
  100% {
    margin-top: 0;

    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}@keyframes animateXMark {
  0%,
  50% {
    margin-top: 26px;

    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -6px;

    -webkit-transform: scale(1.15);
            transform: scale(1.15);;
  }
  100% {
    margin-top: 0;

    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}.animateXMark {
  -webkit-animation: animateXMark 0.5s;
          animation: animateXMark 0.5s;
}@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}@keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}.sweet-alert .sa-icon.sa-success {
  border-color: transparent \9;
}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
      transform: rotate(45deg) \9;
}.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
      transform: rotate(-45deg) \9;
}.la-ball-fall {
  width: 54px;
  height: 18px;

  font-size: 0;
  color: #ffffff;;
}@-webkit-keyframes ball-fall {
  0% {
    -webkit-transform: translateY(-145%);
            transform: translateY(-145%);
    opacity: 0;;
  }
  10%,
  90% {
    opacity: 0.5;
  }
  20%,
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;;
  }
  100% {
    -webkit-transform: translateY(145%);
            transform: translateY(145%);
    opacity: 0;;
  }
}@-moz-keyframes ball-fall {
  0% {
    -moz-transform: translateY(-145%);
         transform: translateY(-145%);
    opacity: 0;;
  }
  10%,
  90% {
    opacity: 0.5;
  }
  20%,
  80% {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 1;;
  }
  100% {
    -moz-transform: translateY(145%);
         transform: translateY(145%);
    opacity: 0;;
  }
}@-o-keyframes ball-fall {
  0% {
    -o-transform: translateY(-145%);
       transform: translateY(-145%);
    opacity: 0;;
  }
  10%,
  90% {
    opacity: 0.5;
  }
  20%,
  80% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;;
  }
  100% {
    -o-transform: translateY(145%);
       transform: translateY(145%);
    opacity: 0;;
  }
}@keyframes ball-fall {
  0% {
    -webkit-transform: translateY(-145%);
       -moz-transform: translateY(-145%);
         -o-transform: translateY(-145%);
            transform: translateY(-145%);
    opacity: 0;;
  }
  10%,
  90% {
    opacity: 0.5;
  }
  20%,
  80% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;;
  }
  100% {
    -webkit-transform: translateY(145%);
       -moz-transform: translateY(145%);
         -o-transform: translateY(145%);
            transform: translateY(145%);
    opacity: 0;;
  }
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);;
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);;
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);;
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);;
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);;
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);;
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}.bounce {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;

  -webkit-animation-name: bounce;
          animation-name: bounce;;
}@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;;
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;;
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;;
  }
}@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;;
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;;
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;;
  }
}
.la-ball-fall,
.visible {
  display: block;
}.discount {
  font-size: 45px;
}.discount {
  position: absolute;
  top: 30%;
  left: 50%;

  display: none;

  font-weight: 700;
  font-size: 25px;
  color: red;
  text-shadow: 1px 1px #ffffff , -1px 1px #ffffff , 1px -1px #ffffff , -1px -1px #ffffff;

  transform: translate(-50%,0);;
}

.main_content p.pop-up-text {
  margin-bottom: 25px;

  font-size: 24px;
  line-height: 30px;
  text-align: center!important;
}.hi {
  left: 50%!important;

  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);;
}.main_content p.door__sales {
  left: 0!important;
}@media (max-width:767px) {
  .door__sales {
    font-size: 20px!important;
  }.main_content p.door__sales {
    padding: 10px!important;
  }
}.door__container {
  display: flex;
  justify-content: space-around;
}.box {
  position: relative;

  perspective: 500px;;
}.box,
.door {
  width: 190px;
  height: 400px;

  box-shadow: inset -1px -1px 0 1px #191919 , inset 1px 1px 0 1px #191919;
}.door,
.hi {
  position: absolute;
  top: 0;
  left: 0;
}.door {
  display: inline-block;

  background-image: url(../img/door.png);
  background-repeat: no-repeat;
  -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
       -o-transform: rotateY(0deg);
          transform: rotateY(0deg);
  transform-origin: 0 0;
  cursor: pointer;

  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;;
}#door__2 {
  background-image: url(../img/door2.png);
}#door__3 {
  background-image: url(../img/door3.png);
}.door:hover {
  -webkit-transform: rotateY(-30deg);
     -moz-transform: rotateY(-30deg);
      -ms-transform: rotateY(-30deg);
       -o-transform: rotateY(-30deg);
          transform: rotateY(-30deg);;
}.door.open {
  -webkit-transform: rotateY(-85deg)!important;
     -moz-transform: rotateY(-85deg)!important;
      -ms-transform: rotateY(-85deg)!important;
       -o-transform: rotateY(-85deg)!important;
          transform: rotateY(-85deg)!important;;
}.door__sales {
  position: relative;
  top: 140px;

  padding: 30px 5px!important;

  font-weight: 700!important;
  font-size: 46px!important;
  color: red!important;

  -webkit-border-radius: 30px!important;
     -moz-border-radius: 30px!important;
          border-radius: 30px!important;
  box-shadow: 0 1px 2px 2px #7f7878;

      -ms-border-radius: 30px!important;
       -o-border-radius: 30px!important;
}.door__title {
  margin-bottom: 25px;
  padding: 10px 0;

  font-weight: 700;
  font-size: 22px!important;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  background-color: #3a4752;
  -webkit-border-radius: 0.5em;
     -moz-border-radius: 0.5em;
          border-radius: 0.5em;

      -ms-border-radius: 0.5em;
       -o-border-radius: 0.5em;
}@media (max-width:840px) {
  .door__sales {
    top: 50px!important;

    font-weight: 700!important;
    font-size: 20px!important;
    color: red!important;

    -webkit-border-radius: 30px!important;
       -moz-border-radius: 30px!important;
            border-radius: 30px!important;

        -ms-border-radius: 30px!important;
         -o-border-radius: 30px!important;
  }.box,
  .door {
    width: 95px;
    height: 200px;
  }.door {
    background-image: url(../img/xdoor.png.pagespeed.ic.uKCCFXms73.webp);
    background-size: 100% 100%;
  }#door__2 {
    background-image: url(../img/xdoor2.png.pagespeed.ic.8brMCU41SD.webp);
    background-size: 100% 100%;
  }#door__3 {
    background-image: url(../img/xdoor3.png.pagespeed.ic.8Sav1QTfzU.webp);
    background-size: 100% 100%;
  }
}@media (max-width:360px) {
  .box + .box {
    margin-left: 15px;
  }.door__sales {
    top: 50px!important;
    left: 0!important;

    font-weight: 700!important;
    font-size: 25px!important;
    color: red!important;

    -webkit-border-radius: 30px!important;
       -moz-border-radius: 30px!important;
            border-radius: 30px!important;

        -ms-border-radius: 30px!important;
         -o-border-radius: 30px!important;
  }
}.order_block,
.spin-result-wrapper {
  display: none;
}.spin-result-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0 10px;

  text-align: center;

  background-color: rgba(0,0,0,0.6);;
}.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          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;

      -ms-border-radius: 10px;
       -o-border-radius: 10px;
}.close-popup {
  position: absolute;
  top: -40px;
  right: -40px;

  width: 30px;
  height: 30px;

  background-size: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #ffffff;
          box-shadow: 0 0 10px #ffffff;
  cursor: pointer;
}.pop-up-heading {
  margin-bottom: 20px;

  font-size: 40px;;
}.pop-up-text {
  margin-bottom: 25px;

  font-size: 24px;
  line-height: 30px;
  text-align: center!important;
}.pop-up-button {
  padding: 10px 20%;

  font-size: 20px;
  color: #ffffff!important;
  text-transform: uppercase;
  text-decoration: none!important;

  background-color: #71c341;
  border: medium none;
  border-radius: 5px;
  outline: medium none;
  cursor: pointer;;
}.super-rotation {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -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-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
       -moz-transform: rotate(1783deg);
        -ms-transform: rotate(1783deg);
         -o-transform: rotate(1783deg);
            transform: rotate(1783deg)    ;
  }

  100% {
    -webkit-transform: rotate(1774deg);
       -moz-transform: rotate(1774deg);
        -ms-transform: rotate(1774deg);
         -o-transform: rotate(1774deg);
            transform: rotate(1774deg)    ;
  }
}@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
       -moz-transform: rotate(1783deg);
        -ms-transform: rotate(1783deg);
         -o-transform: rotate(1783deg);
            transform: rotate(1783deg)    ;
  }

  100% {
    -webkit-transform: rotate(1774deg);
       -moz-transform: rotate(1774deg);
        -ms-transform: rotate(1774deg);
         -o-transform: rotate(1774deg);
            transform: rotate(1774deg)    ;
  }
}.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;
  z-index: 99!important;

  width: 100%!important;
  height: 100%!important;

  background-color: rgba(0,0,0,0.7)!important;;
}.pop-up-layer-show {
  display: block;
}.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  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;
  top: -55px;
  right: 0;
  left: 0;

  width: 110px;
  height: 110px;
  margin: 0 auto;

  background-color: #71c341;
  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;
  top: -20px;
  right: 0;
  left: 0;

  width: 50px;
  height: 20px;
  margin: 0 auto;

  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #ffffff #ffffff;
  border-image: none;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);

  -webkit-transition: opacity 1s ease 0s;
     -moz-transition: opacity 1s ease 0s;
      -ms-transition: opacity 1s ease 0s;
       -o-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;

  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;;
}.text_small {
  font-weight: 400!important;
  font-size: 0.5em!important;;
}@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
       -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
         -o-transform: translateY(-2000px);
            transform: translateY(-2000px)    ;
  }

  30% {
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px)    ;
  }

  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0)    ;
  }
}@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0)    ;
  }

  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1)    ;
  }
}@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}.pop-up-button:hover {
  color: #ffffff!important;
  text-decoration: none!important;
}.order_block h3 {
  font-size: 20px;
  text-align: center;;
}.time_remains {
  color: red;
}@media screen and (max-width:480px) {
  .door__title {
    font-size: 18px!important;
  }
}@media screen and (max-width:360px) {
  .door {
    width: 100%;

    background-size: 100% 100%;
  }
}

.comments > div {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;;
}.comment-add {
  margin: 15px 0;
  padding-bottom: 8px;

  border-bottom: 1px solid #cccccc;;
}.comment-hide {
  -webkit-transform: translateY(calc(-100% - 15px));
     -moz-transform: translateY(calc(-100% - 15px));
      -ms-transform: translateY(calc(-100% - 15px));
       -o-transform: translateY(calc(-100% - 15px));
          transform: translateY(calc(-100% - 15px));;
}.comment-write {
  display: flex;
  align-items: center;
  max-height: 100px;
  overflow: hidden;

  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;;
}.comment-write img {
  margin-right: 20px;
}.comments {
  overflow: hidden;
}.loading {
  font-style: italic;
}#main-container .loading img {
  display: inline;
  width: 60px!important;
}.loading:after {
  content: ".";

  -webkit-animation: loading 1s ease alternate infinite;
          animation: loading 1s ease alternate infinite;;
}@keyframes loading {
  60% {
    text-shadow: 0.35em 0 0 currentColor;
  }

  100% {
    text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
  }
}@keyframes race {
  0% {
    -webkit-transform: skew(0, -3deg);
       -moz-transform: skew(0, -3deg);
        -ms-transform: skew(0, -3deg);
         -o-transform: skew(0, -3deg);
            transform: skew(0, -3deg);
  }
  25% {
    -webkit-transform: skew(0, 3deg);
       -moz-transform: skew(0, 3deg);
        -ms-transform: skew(0, 3deg);
         -o-transform: skew(0, 3deg);
            transform: skew(0, 3deg);
  }
  50% {
    -webkit-transform: skew(0, -3deg);
       -moz-transform: skew(0, -3deg);
        -ms-transform: skew(0, -3deg);
         -o-transform: skew(0, -3deg);
            transform: skew(0, -3deg);
  }
  75% {
    -webkit-transform: skew(0, 3deg);
       -moz-transform: skew(0, 3deg);
        -ms-transform: skew(0, 3deg);
         -o-transform: skew(0, 3deg);
            transform: skew(0, 3deg);
  }
  100% {
    -webkit-transform: skew(0, );
       -moz-transform: skew(0, );
        -ms-transform: skew(0, );
         -o-transform: skew(0, );
            transform: skew(0, );
  }
}

.vk-comment-name i,
.vk-comment-text i {
  font-style: normal !important;
}

#order_form input {
  justify-content: center;
}

.center {
  text-align: center;
}


.progress {
  position: relative;

  max-width: 768px;
  margin: 0 auto;
}

.progress__img {
  position: relative;
}

.progress__img img {
  display: block;
  margin: 0 auto 10px;
}

.progress__count {
  position: absolute;
}

@media (min-width:992px) {
  .progress__count {
    display: none;
  }
}

.progress__count--1 {
  top: 10px;
  left: 21%;
}

.progress__count--2 {
  top: 50%;
  left: 8%;
}

.progress__count--3 {
  top: 10px;
  right: 10%;
}

.progress__count--4 {
  top: 50%;
  left: 49%;
}

.progress__count--5 {
  top: 70%;
  right: 8%;
}

.progress__item {
  margin: 0 !important;
  margin-bottom: 5px !important;

  font-style: italic;
  font-size: 10px;
  line-height: 1.2 !important;
  color: black;
}

.progress__item p {
  margin: 0 !important;
  margin-bottom: 5px !important;

  font-style: italic;
  font-size: 10px;
  line-height: 1.2 !important;
  color: black;
}

.progress__item--2 {
  list-style: none;
}

/*.vk-comment-load:not(.vk-comment-load--mobile) {
  display: none;
}*/

@media (min-width: 992px) {
  .progress__count-text {
    display: none;
  }

  .progress__item {
    position: absolute;

    font-style: normal;
    font-size: 12px;
  }

  .progress__item--1 {
    top: 10px;
    left: 11%;

    max-width: 210px;

    text-align: center;

    background-color: rgba(255, 255, 255, 0.5);
  }

  .progress__item--2 {
    top: 45%;
    left: 2%;

    max-width: 140px;
  }

  .progress__item--2 li {
    margin-bottom: 10px;
  }

  .progress__item--3 {
    top: 10px;
    right: 15%;

    max-width: 210px;

    text-align: center;

    background-color: rgba(255, 255, 255, 0.5);
  }

  .progress__item--4 {
    top: 45%;
    left: 46%;

    max-width: 140px;
  }

  .progress__item--5 {
    top: 65%;
    right: 2%;

    max-width: 140px;
  }


  .progress__item p {
    font-style: normal;
    font-size: 12px;
    color: black;
  }
  .vk-comment-load:not(.vk-comment-load--mobile) {
    display: block;
  }
}

select::-ms-expand {
  display: none;
}
select {
  background-image: url(../img/select.svg);
  background-repeat: no-repeat;
  background-position: 96% 50%;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
          appearance: none!important;
}