html {
  background: #0072ce;
}
.snow-enabled {
  cursor: none !important;
}
.snow-enabled * {
  cursor: none !important;
}
body {
  background: #0072ce;
}
body .container.main {
  background: url(../img/skin-blue/skin-blue-banner.jpg) #0072ce no-repeat top center;
  box-shadow: none;
  background-size: 950px;
}
@media screen and (max-width: 767px) {
  body .container.main {
    background: #0072ce;
  }
}
body .container.main .calendar {
  background: transparent;
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 1),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 18) {
  background-image: url("../img/skin-red/advent-heart.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 1) .day,
body .container.main .calendar .calendar-inner > *:nth-child(24n + 18) .day {
  line-height: 60px;
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 2),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 12) {
  background-image: url("../img/skin-red/advent-shroom.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 3),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 15) {
  background-image: url("../img/skin-red/advent-weird-star.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 4),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 16) {
  background-image: url("../img/skin-red/advent-four-end-star.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 5),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 19) {
  background-image: url("../img/skin-red/advent-xmas-pattern.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 6),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 13),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 17) {
  background-image: url("../img/skin-red/advent-six-end-start.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 7) {
  background-image: url("../img/skin-red/advent-present.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 7) .day {
  line-height: 80px;
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 8),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 22) {
  background-image: url("../img/skin-red/advent-tree.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 9),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 21) {
  background-image: url("../img/skin-red/advent-weird-six-end-star.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 10),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 20),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 23) {
  background-image: url("../img/skin-red/advent-many-end-star.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24n + 11),
body .container.main .calendar .calendar-inner > *:nth-child(24n + 14) {
  background-image: url("../img/skin-red/advent-bell.png");
}
body .container.main .calendar .calendar-inner > *:nth-child(24) {
  background-image: url("../img/skin-red/advent-eight-end-star.png");
}
body .container.main .calendar .calendar-box {
  width: 130px;
  height: 130px;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
@media (max-width: 340px) {
  body .container.main .calendar .calendar-box {
    width: 100px;
    height: 100px;
  }
}
body .container.main .calendar .calendar-box:before {
  display: none;
}
body .container.main .calendar .calendar-box .day {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 70px;
  background: transparent;
  width: initial;
  height: initial;
  color: #0072ce;
  font-family: 'organicabold';
}
body .container.main .calendar .calendar-box.opened {
  opacity: 0.45;
}
body .container.main .calendar .calendar-box.opened .logo,
body .container.main .calendar .calendar-box.opened .brand {
  display: none;
}
body .container.main .calendar .calendar-box.open {
  background-image: none;
  transition: 0.5s all ease-out;
}
body .container.main .calendar .calendar-box.open:hover {
  filter: drop-shadow(0px 0px 20px #fff) brightness(1.15);
}
body .container.main .calendar .calendar-box.open .day {
  display: none;
}
body .container.main .calendar .calendar-box.special-day.opened .logo {
  background-image: none !important;
}
body .container.main .calendar .calendar-box.special-day .logo {
  display: block;
}
body .container.main .header-nav {
  bottom: -10px;
}
@media (max-width: 767px) {
  body .container.main .header-nav {
    top: -30px;
    height: 100vh;
    left: 100vw;
    transition: 0.5s all ease-out;
    background: #fff;
  }
}
@media (max-width: 767px) {
  body .container.main .header-nav.active {
    left: 0;
  }
}
body .container.main .header-nav a {
  border: 2px solid #fff;
  background-color: #0072ce;
  color: #fff;
  font-family: 'organicabold';
  padding: 5px 15px 0;
  text-transform: uppercase;
  line-height: 30px;
  transition: 0.5s all ease-out;
}
body .container.main .header-nav a:hover {
  filter: drop-shadow(0px 0px 20px #fff);
}
body .container.main .header-nav a.active,
body .container.main .header-nav a:hover {
  background-color: #fff;
  color: #0072ce;
}
body .container.main .header-nav a.active:after,
body .container.main .header-nav a:hover:after {
  display: none;
}
body .container.main .header {
  height: 180px;
}
@media screen and (min-width: 767px) {
  body .container.main .header .title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body .container.main .header .title a {
    background: url(../img/markiza_logo.png) no-repeat;
    height: 70px;
    background-size: contain;
  }
}
body .container.main .header .title a .first,
body .container.main .header .title a .second {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  body .container.main .header .title a .first,
  body .container.main .header .title a .second {
    display: none;
  }
}
body .container.main h2.h1,
body .container.main .question-title h2,
body .container.main .question-title h3 {
  font-family: 'organica';
  color: #0072ce;
}
body .container.main a.back:after {
  display: none;
}
body .container.main .header_menu_wrap {
  background: #0072ce;
}
body .container.main .question .quiz-content h3:before {
  display: none;
}
body .container.main .question .question-header {
  border: none;
  position: relative;
}
@media (max-width: 767px) {
  body .container.main .question .question-header {
    padding-bottom: 30px;
  }
}
body .container.main .question .question-prize {
  border-color: #0072ce;
}
@media (min-width: 767px) {
  body .container.main .question .question-prize {
    border: none;
  }
}
@media (max-width: 767px) {
  body .container.main .question .question-prize {
    position: static;
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 767px) {
  body .container.main .question .question-prize img {
    top: 0;
    left: 0;
    padding: 0;
    position: absolute;
    height: 310px;
    width: 310px;
  }
}
@media (min-width: 1024px) {
  body .container.main .question .question-prize img {
    left: -50px;
    height: 370px;
    width: 370px;
  }
}
body .container.main .question .question-brand {
  display: none;
}
@media (min-width: 767px) {
  body .container.main .question .question-title {
    position: relative;
    left: 140px;
    width: 490px;
  }
}
@media (min-width: 767px) {
  body .container.main .question .question-content .quiz-content {
    left: 260px;
    position: relative;
    width: 670px;
    background: transparent;
  }
}
@media (max-width: 767px) {
  body .container.main .question .question-content .quiz-content {
    padding: 0;
  }
}
body .container.main .question .question-content .task-description {
  color: #000;
}
body .container.main .question .form {
  background: #0072ce;
  border: 3px solid #fff;
}
body .container.main .question .form .info-label a:hover {
  color: #fff;
}
body .container.main .question .form input {
  transition: 0.5s all ease-out;
}
body .container.main .question .form input:focus,
body .container.main .question .form input:hover {
  color: #4e4e4e;
  filter: drop-shadow(0px 0px 20px #fff) brightness(1.15);
}
body .container.main .question .form .form-button:hover,
body .container.main .question .form .form-button:focus {
  filter: drop-shadow(0px 0px 20px #fff) brightness(1.15);
  background: #fff;
  color: #2F3174;
  outline: none;
}
@media (min-width: 767px) {
  body .container.main .question .form {
    margin: 0px -95px -60px;
  }
}
body .container.main .winner-box {
  border-color: #0072ce;
  background: transparent;
  padding: 0;
  text-align: center;
}
body .container.main .winner-box.winner-box-passed {
  background-color: #f5c3668a;
}
body .container.main .winner-box .day {
  font-family: 'organica';
  color: #0072ce;
}
body .container.main .prize-box {
  border: 0;
}
body .container.main .prize-box .prize-header .day {
  font-family: 'organicabold';
  color: #0072ce;
  font-size: 26px;
}
body .container.main .prize-box .prize-header .logo {
  display: none;
}
body .container.main .prize-box .prize-footer {
  background: transparent;
}
body .container.main .prize-box .prize-footer .title,
body .container.main .prize-box .prize-footer .description {
  color: #0072ce;
}
body .container.main .quiz .alert {
  margin-bottom: 25px;
}
body .container.main .error-page section {
  margin-top: 30px;
  width: 100%;
}
body .container.main .error-page section h1 {
  color: #fff;
  text-align: center;
}
body .container.main .error-page section p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
body .row.background.special-day {
  background: transparent !important;
}
body .row.background.special-day .form {
  border: 0;
}
body .row.background {
  margin-top: 10px;
}
