body {
  font-family: 'Oswald';
}
img {
  max-width: 100%;
}
.header-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.header-content .top-menu {
  display: flex;
  justify-content: space-between;
}
.header-content .top-menu .header-link {
  text-decoration: none;
  color: #4d5967;
  font-weight: bold;
  font-size: 1.2vw;
  margin-right: 30px;
}
.header-content .login-text {
  cursor: pointer;
  font-size: 1.2vw;
}
.header-content .login-text .login-text-vhod {
  margin-right: 10px;
  font-weight: bold;
  color: #FF0000;
}
.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider .runboy {
  width: 25vw;
  bottom: 59px;
  left: -500px;
  position: absolute;
  transition: all 10s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  /** Chrome & Safari **/
  -moz-transition: all 2s ease-in-out;
  /** Firefox **/
  -o-transition: all 2s ease-in-out;
  /** Opera **/
  animation: runnerboy 20s linear infinite;
}
@media (max-width: 620px) {
  .slider .runboy {
    width: 40vw;
    bottom: 3vw;
  }
}
.slider .regiseter-code {
  position: absolute;
  left: calc(50% - 13vw);
  top: 3vw;
  background-color: #0c384c;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20vw;
  padding: 0.375rem 2vw;
  z-index: 8;
  font-size: 1.5vw;
}
.slider .regiseter-code span {
  color: #FF0000;
  margin-left: 8px;
}
.slider .parashut_1 {
  right: 12vw;
  width: 4vw;
  animation: animate_1 4s linear infinite;
  position: absolute;
  display: block;
}
.slider .parashut_2 {
  right: 5vw;
  width: 5vw;
  animation: animate_2 16s linear infinite;
  position: absolute;
  display: block;
}
.slider .parashut_3 {
  right: 7vw;
  width: 5vw;
  animation: animate_2 13s linear infinite;
  position: absolute;
  display: block;
}
.slider .parashut_4 {
  left: 8vw;
  width: 8vw;
  animation: animate_2 10s linear infinite;
  position: absolute;
  display: block;
}
.slider .parashut_5 {
  left: 22vw;
  width: 5vw;
  animation: animate_2 7s linear infinite;
  position: absolute;
  display: block;
}
.slider .parashut_6 {
  right: 15vw;
  width: 4vw;
  animation: animate_2 5s linear infinite;
  position: absolute;
  display: block;
}
.slider .parashut_7 {
  right: 40vw;
  width: 6vw;
  animation: animate_7 14s linear infinite;
  position: absolute;
  display: block;
}
.slider .parashut_8 {
  left: 30vw;
  width: 3vw;
  animation: animate_8 8s linear infinite;
  position: absolute;
  display: block;
}
.slider .parashut_9 {
  left: 32vw;
  width: 15vw;
  animation: animate_9 10s linear infinite;
  position: absolute;
  display: block;
}
.slider .move-right {
  transform: translate(350px, 0);
  -webkit-transform: translate(350px, 0);
  /** Chrome & Safari **/
  -o-transform: translate(350px, 0);
  /** Opera **/
  -moz-transform: translate(350px, 0);
  /** Firefox **/
}
.slider .object {
  position: absolute;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  /** Chrome & Safari **/
  -moz-transition: all 2s ease-in-out;
  /** Firefox **/
  -o-transition: all 2s ease-in-out;
  /** Opera **/
}
@keyframes runnerboy {
  0% {
    left: -500px;
    transform: none;
  }
  50% {
    left: 100vw;
    transform: none;
  }
  51% {
    transform: scale(-1, 1);
  }
  100% {
    left: -500px;
    transform: scale(-1, 1);
  }
}
@keyframes animate_1 {
  0% {
    top: -100%;
    transform: translateX(20px) rotate(0deg);
  }
  20% {
    transform: translateX(-20px) rotate(45deg);
  }
  40% {
    transform: translateX(-20px) rotate(-5deg);
  }
  60% {
    transform: translateX(20px) rotate(-45deg);
  }
  80% {
    transform: translateX(-20px) rotate(20deg);
  }
  100% {
    top: 110%;
    transform: translateX(-20px) rotate(0deg);
  }
}
@keyframes animate_2 {
  0% {
    top: -100%;
    transform: translateX(20px) rotate(0deg);
  }
  20% {
    transform: translateX(-20px) rotate(20deg);
  }
  40% {
    transform: translateX(-20px) rotate(-25deg);
  }
  60% {
    transform: translateX(20px) rotate(-15deg);
  }
  80% {
    transform: translateX(-20px) rotate(5deg);
  }
  100% {
    top: 110%;
    transform: translateX(-20px) rotate(20deg);
  }
}
@keyframes animate_3 {
  0% {
    top: -100%;
    transform: translateX(20px) rotate(0deg);
  }
  20% {
    transform: translateX(-20px) rotate(-40deg);
  }
  40% {
    transform: translateX(-20px) rotate(25deg);
  }
  60% {
    transform: translateX(20px) rotate(-15deg);
  }
  80% {
    transform: translateX(-20px) rotate(35deg);
  }
  100% {
    top: 110%;
    transform: translateX(-20px) rotate(-40deg);
  }
}
@keyframes animate_4 {
  0% {
    top: -100%;
    transform: translateX(20px) rotate(0deg);
  }
  20% {
    transform: translateX(-20px) rotate(-20deg);
  }
  40% {
    transform: translateX(-20px) rotate(25deg);
  }
  60% {
    transform: translateX(20px) rotate(-15deg);
  }
  80% {
    transform: translateX(-20px) rotate(5deg);
  }
  100% {
    top: 110%;
    transform: translateX(-20px) rotate(-5deg);
  }
}
@keyframes animate_5 {
  0% {
    top: -100%;
    transform: translateX(20px) rotate(0deg);
  }
  20% {
    transform: translateX(-20px) rotate(20deg);
  }
  40% {
    transform: translateX(-20px) rotate(-25deg);
  }
  60% {
    transform: translateX(20px) rotate(-15deg);
  }
  80% {
    transform: translateX(-20px) rotate(5deg);
  }
  100% {
    top: 110%;
    transform: translateX(-20px) rotate(20deg);
  }
}
@keyframes animate_6 {
  0% {
    top: -100%;
    transform: translateX(20px) rotate(0deg);
  }
  20% {
    transform: translateX(-20px) rotate(20deg);
  }
  40% {
    transform: translateX(-20px) rotate(-25deg);
  }
  60% {
    transform: translateX(20px) rotate(-15deg);
  }
  80% {
    transform: translateX(-20px) rotate(5deg);
  }
  100% {
    top: 110%;
    transform: translateX(-20px) rotate(20deg);
  }
}
@keyframes animate_7 {
  0% {
    top: -100%;
    transform: translateX(20px) rotate(10deg);
  }
  20% {
    transform: translateX(-20px) rotate(-20deg);
  }
  40% {
    transform: translateX(-20px) rotate(10deg);
  }
  60% {
    transform: translateX(20px) rotate(-15deg);
  }
  80% {
    transform: translateX(-20px) rotate(30deg);
  }
  100% {
    top: 110%;
    transform: translateX(-20px) rotate(-20deg);
  }
}
@keyframes animate_8 {
  0% {
    top: -100%;
    transform: translateX(20px) rotate(-7deg);
  }
  20% {
    transform: translateX(-20px) rotate(28deg);
  }
  40% {
    transform: translateX(-20px) rotate(-15deg);
  }
  60% {
    transform: translateX(20px) rotate(15deg);
  }
  80% {
    transform: translateX(-20px) rotate(-35deg);
  }
  100% {
    top: 110%;
    transform: translateX(-20px) rotate(20deg);
  }
}
@keyframes animate_9 {
  0% {
    top: -100%;
    transform: translateX(10px) rotate(-2deg);
  }
  25% {
    transform: translateX(-40px) rotate(60deg);
  }
  45% {
    transform: translateX(-40px) rotate(-30deg);
  }
  55% {
    transform: translateX(70px) rotate(-15deg);
  }
  75% {
    transform: translateX(-10px) rotate(-75deg);
  }
  100% {
    top: 110%;
    transform: translateX(-40px) rotate(-20deg);
  }
}
.name-ribbon {
  margin-top: -7vw;
  z-index: 999;
  position: relative;
  height: 14vw;
  padding: 2vw;
}
#rules {
  padding: 0px 2vw 0vw;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 50px;
}
.rule-item {
  text-align: center;
}
.rule-item img {
  max-width: 190px;
}
.rule-item button {
  margin: 25px auto 15px;
  display: block;
  background-color: #0c384c;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
  z-index: 8;
  font-size: 1vw;
  width: 65%;
}
.rule-item p {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}
.rule-item p span {
  color: #FF0000;
}
.quest-rule {
  display: flex;
  margin: 20px auto;
  max-width: 380px;
  justify-content: space-between;
}
.quest-rule a {
  white-space: nowrap;
  color: #000;
  display: flex;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
.quest-rule img {
  margin-right: 5px;
  width: 25px;
}
.newtext {
  font-weight: 600;
  text-transform: uppercase;
  color: #ee2b31;
  margin-bottom: 10px;
  display: block;
  font-size: 1.6em;
  text-align: center;
  padding: 20px;
}
.prizes {
  background: url("../img/bg_prizes.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 175px;
  display: flex;
  flex-direction: column;
}
.prizes .prizi {
  margin: 40px auto -40px;
  color: #fff;
  width: 260px;
  position: relative;
}
.prizes .prizi .bg {
  background-color: #0c384c;
  transform: skew(-20deg, 0deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.prizes .prizi .text {
  text-align: center;
  z-index: 9;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  font-size: 2vw;
}
.prizes .prize-text-prod {
  position: absolute;
  font-size: 46px;
  top: 100px;
  left: 0;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
  font-weight: 600;
}
.prizes .prize-text-prod span {
  color: #FF0000;
  font-size: 72px;
}
.prizes .prize-text-cert {
  position: absolute;
  font-size: 46px;
  bottom: 10px;
  right: 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
}
.prizes .prize-text-cert span {
  color: #0c384c;
}
.prizes .super-prize {
  color: #0c384c;
  font-weight: 600;
  font-size: 4vw;
}
.prizes .super-prize span {
  display: block;
  line-height: 0.5;
  font-size: 5vw;
  color: #000;
}
@media (max-width: 620px) {
  .prizes .tacer {
    text-align: center;
  }
}
.balls {
  text-align: center;
}
.balls .period {
  font-weight: 600;
  text-transform: uppercase;
  color: #FF0000;
  margin-bottom: 10px;
  display: block;
  font-size: 1.6em;
}
.balls img {
  max-width: 270px;
  width: 100%;
}
.balls p {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 15px;
}
.balls p span {
  color: #0c384c;
}
.dop-prizi {
  margin: 0 auto;
  color: #fff;
  position: relative;
  display: inline-block;
}
.dop-prizi .bg {
  background-color: #0c384c;
  transform: skew(-20deg, 0deg);
  width: 100%;
  height: 100%;
  position: absolute;
}
.dop-prizi .text {
  text-align: center;
  padding: 1px 60px;
  z-index: 9;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  font-size: 2vw;
}
.sub-prizes {
  margin-top: 50px;
}
.sub-prizes .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.sub-prizes .col-12 img {
  width: 35%;
  transition: transform 0.7s;
}
.sub-prizes .col-12 img:hover {
  transform: scale(1.5);
}
.sub-prizes .col-12 span {
  background: #0c384c;
  width: 60%;
  color: #ffffff;
  text-align: center;
  font-size: 1.2em;
  border-radius: 30px;
  font-weight: bold;
  padding: 0 35px;
  min-height: 100px;
  display: flex;
  align-items: center;
  text-align: left;
}
.sub-prizes .col-12 span.reder {
  background-color: #FF0000;
}
.h4 {
  text-transform: uppercase;
  color: #0c384c;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
}
.mycont {
  position: relative;
  top: -2vw;
}
.winners {
  max-width: 1368px;
  margin: 0 auto;
}
.winners .status-by-phone {
  font-weight: bold;
  color: #FF0000;
  font-size: 2em;
  text-align: right;
}
.winners #searchphone {
  border: none;
  background: #0c384c;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
}
.winners #searchphone::placeholder {
  color: #ffffff;
}
.winners .winner-table {
  color: #ffffff;
}
.winners table.dataTable.no-footer {
  border-bottom: 0;
}
.winners .winner-table {
  width: 100%;
  font-size: 18px;
  text-align: center;
  border-bottom: 0;
}
.winners .winner-table thead tr th {
  padding: 5px;
  font-weight: 700;
  border-bottom: 0;
}
.winners .winner-table tbody tr td {
  padding: 5px;
}
.winners .winner-table + div.view-pager div.g-pagination a.paginate_button {
  color: #333 !important;
}
.winners .winner-wrapper {
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}
.winners .winner-table-wrapper {
  background-color: #0c384c;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.winners .winner-nav {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.winners .winner-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70px;
  color: #fff;
  background-color: #0c384c;
  text-decoration: none !important;
  font: 700 21px/1.3 "akrobat", Arial, sans-serif;
  box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid #141515;
}
.winners .winner-nav-link .col:first-child .winner-nav-link {
  border-top-left-radius: 15px;
}
.winners .winner-nav-link .col:last-child .winner-nav-link {
  border-top-right-radius: 15px;
}
.winners .winner-nav-link.active,
.winners .winner-nav-link:hover {
  color: #ffffff;
  background-color: #f00;
}
.winners .winner-title {
  font-size: 26px;
}
.winners .winner-form {
  width: 270px;
  position: relative;
}
.winners .winner-form-input {
  height: 50px;
  border-radius: 25px;
}
.winners .winner-form-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
}
footer {
  background-color: #0c384c;
  text-align: center;
  color: #ffffff;
  padding: 40px 0;
  margin-top: 20px;
}
footer .footer-head {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
footer .socials {
  margin: 20px;
}
footer .socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #0c384c;
  display: inline-block;
  margin-right: 5px;
  background: #fff;
  font-size: 19px;
}
footer .socials a:hover {
  background: #0c384c;
  color: #fff;
}
@media (max-width: 1400px) {
  .prizes .prize-text-cert {
    font-size: 27px;
  }
  .prizes .prize-text-prod span {
    font-size: 46px;
  }
  .prizes .prize-text-prod {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .rule-item button {
    font-size: 1.2em;
  }
  .dop-prizi .text {
    font-size: 1.2em;
  }
  .winners {
    text-align: center;
  }
  .winners .status-by-phone {
    text-align: center;
  }
  .prizes .prizi {
    margin: 40px auto;
  }
  .prizes .prizi .text {
    font-size: 1.2em;
  }
  .prizes .prize-text-prod,
  .prizes .prize-text-cert {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    text-align: center;
    margin: 10px;
  }
  .prizes .super-prize {
    font-size: 2em;
    text-align: center;
    width: 100%;
    margin-bottom: 23px;
  }
}
#faq {
  padding: 30px 0;
  color: #fff;
}
#faq .title {
  color: #0c384c;
  text-transform: none;
  margin-bottom: 35px !important;
  font-weight: 900;
  font-size: 40px;
}
#faq .qa-wrapper {
  max-width: 970px;
  margin: 0 auto;
}
#faq .qa-wrapper .qa {
  border-radius: 15px;
  margin-bottom: 15px;
}
#faq .qa-wrapper .qa .question {
  text-decoration: none;
  font-size: 18px;
  padding: 19px 45px 15px 26px;
  display: block;
  position: relative;
  font-weight: bolder;
}
#faq .qa-wrapper .qa .question:after {
  top: 50%;
  right: 25px;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-top: -12px;
  background-image: url("../../img/icon_minus.png");
  width: 24px;
  height: 24px;
}
#faq .qa-wrapper .qa .question.collapsed::after {
  background-image: url("../../img/icon_plus.png");
}
#faq .qa-wrapper .qa .answer {
  padding: 1px 110px 26px 60px;
}
#faq .link-b {
  color: #fff;
}
#faq .ta-c {
  text-align: center;
}
#faq .bgc-w {
  background-color: #0c384c;
}
#faq .show-more {
  color: #FF0000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: lighter;
}
.modal-content {
  color: #fff;
  background-color: #0c384c;
  border: 3px solid #0c384c;
}
.modal-content .form-floating {
  color: #0c384c;
}
.modal-content .btn-primary {
  background-color: #FF0000;
  border: none;
  border-radius: 20px;
}
.modal-content .btn-primary:focus {
  box-shadow: none;
}
.modal-content .restore-div {
  text-align: center;
}
.modal-content .restore-div span {
  cursor: pointer;
}
.modal-content .restore-div span:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .header-content .top-menu {
    display: none;
  }
  .header-content .login-text {
    font-size: 1.2em;
    margin-left: auto;
  }
  .slider .bg {
    height: 300px;
  }
  .slider .regiseter-code {
    left: calc(50% - 96px);
    font-size: 1em;
  }
  .name-container {
    width: 100%;
  }
  .name-container .name-ribbon {
    padding: 0;
  }
  #rules {
    font-size: 2em;
  }
  .rule-item button {
    font-size: 1em;
  }
  .rule-item img {
    max-width: 100px;
  }
  .sub-prizes {
    margin-bottom: 40px;
  }
  .sub-prizes .col-12 {
    flex-wrap: wrap;
  }
  .sub-prizes .col-12 img {
    width: 35%;
    padding: 20px;
    max-width: 300px;
    margin: 7px auto;
  }
  .sub-prizes .col-12 img:hover {
    transform: none;
  }
  .sub-prizes .col-12 span {
    width: 100%;
    font-size: 1.2em;
    height: 35px;
  }
  .balls img {
    max-width: 105px;
    width: 100%;
  }
}
@media (max-width: 560px) {
  #timer9b23da15e65fb2b69a99b6c1912f14cd {
    min-width: unset!important;
    height: unset!important;
  }
}
/*# sourceMappingURL=style.css.map */