/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Core Rhino 55';
  src: url('../fonts/hinted-CoreRhino55Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Core Rhino 45';
  src: url('../fonts/hinted-CoreRhino45Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Core Rhino 65';
  src: url('../fonts/hinted-CoreRhino65Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Core Rhino 75';
  src: url('../fonts/hinted-CoreRhino75Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Core Rhino 85';
  src: url('../fonts/hinted-CoreRhino85Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
html {
  height: 100%;
}
* {
  box-sizing: border-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 970px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 969px) {
  .hidden-mobile {
    display: none !important;
  }
}
b,
strong,
.strong {
  font-family: 'Core Rhino 85', Helvetica, Arial, sans-serif;
  font-weight: 900;
}
body {
  font-family: 'Core Rhino 55', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: black;
  line-height: 1.2;
  background-color: #ffb101;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 1800px auto;
  transition: all 0.3s ease;
}
@media (max-width: 969px) {
  body {
    background-size: 200% auto;
  }
}
body.is-page-front {
  background-image: url(../img/page-front-v6.jpg);
}
@media (min-width: 970px) {
  body.is-page-front {
    background-size: contain;
    background-position: 50% 50%;
  }
}
@media (max-width: 969px) {
  body.is-page-front {
    background-image: url(../img/page-front-mobile-v4.jpg);
    background-size: 100% auto;
    background-position: 50% 0;
  }
}
body.is-page-front .page-front {
  display: block;
  height: calc(100vh - 160px - 120px - 100px);
  cursor: pointer;
}
@media (max-width: 969px) {
  body.is-page-front .page-front {
    height: calc(100vh - 56px - 120px - 100px);
  }
}
body.is-page-terms {
  background-image: url(../img/page-terms.jpg);
}
body.is-page-terms .page-terms {
  display: block;
}
body.is-page-winners {
  background-image: url(../img/page-winners.jpg);
}
@media (max-width: 969px) {
  body.is-page-winners {
    background-image: url(../img/page-terms.jpg);
  }
}
body.is-page-winners .page-winners {
  display: block;
}
body.is-page-register {
  background-image: url(../img/page-terms.jpg);
}
body.is-page-register .page-register {
  display: block;
}
.page {
  display: none;
  animation: showPage 1s 1 ease;
  animation-fill-mode: both;
}
@keyframes showPage {
  from {
    opacity: 0;
    transform: translate(0, -10px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
h2 {
  font-size: 48px;
  line-height: 1;
  margin: 0 0 40px 0;
  text-align: center;
  font-family: 'Core Rhino 85', Helvetica, Arial, sans-serif;
  font-weight: 900;
}
@media (max-width: 969px) {
  h2 {
    font-size: 32px;
  }
}
.container {
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.container-inner {
  min-height: 100vh;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 969px) {
  .container-inner {
    padding-top: 106px;
  }
}
.container-inner .legal {
  margin: 0;
  padding: 24px 0;
  font-size: 14px;
  line-height: 20px;
  color: black;
}
@media (min-width: 970px) {
  .container-inner .legal {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 969px) {
  .container-inner .legal {
    font-size: 12px;
    line-height: 1.4;
  }
  .container-inner .legal span {
    display: block;
  }
}
.header {
  display: flex;
  padding: 40px 0 0 0;
  gap: 40px;
}
.header .logo {
  height: 120px;
  display: block;
  cursor: pointer;
}
@media (max-width: 969px) {
  .header .logo {
    height: 40px;
  }
}
@media (max-width: 969px) {
  .header {
    padding: 8px 16px;
    backdrop-filter: blur(10px);
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
.navigation ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  color: white;
  display: flex;
  gap: 40px;
}
@media (max-width: 969px) {
  .navigation ul {
    gap: 16px;
    flex: 1;
    justify-content: center;
  }
}
.navigation ul li a {
  display: block;
  color: black;
  font-family: 'Core Rhino 85', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  cursor: pointer;
}
@media (max-width: 969px) {
  .navigation ul li a {
    font-size: 13px;
  }
}
.navigation ul li a:hover {
  color: #ed1c24;
}
form {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
form .row {
  margin: 0 !important;
}
@media (min-width: 800px) {
  form .row {
    margin: 0 -10px !important;
  }
  form .row:after {
    content: "";
    display: block;
    clear: both;
  }
  form .row .form-group {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
}
form label {
  font-family: 'Core Rhino 85', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  display: block;
  line-height: 1;
}
form label input,
form label select {
  display: block;
  border: 0;
  color: black;
  line-height: 24px;
  padding: 10px 16px;
  width: 100%;
  text-transform: none;
  font-size: 14px;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 22px;
  margin-top: 10px;
  font-family: Helvetica, Arial;
  font-weight: normal;
}
form label select {
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #ed1c24, #ed1c24);
  background-position: calc(100% - 22px) calc(16px + 4px), calc(100% - 17px) calc(16px + 4px), 100% 0;
  background-size: 5px 5px,
        5px 5px,
        44px 44px;
  background-repeat: no-repeat;
}
form .form-group {
  margin-bottom: 20px;
}
form .form-group .message {
  display: none;
}
form .form-group.error,
form .form-group .error {
  position: relative;
}
form .form-group.error input,
form .form-group .error input,
form .form-group.error select,
form .form-group .error select {
  background: #ed1c24;
  color: white;
}
form .form-group.error .message,
form .form-group .error .message {
  position: absolute;
  top: 0;
  right: 0;
  background: #ed1c24;
  color: white;
  display: block;
  line-height: 18px;
  font-size: 10px;
  padding: 0 6px;
  border-radius: 3px;
  text-transform: uppercase;
}
form .form-group.error .message:after,
form .form-group .error .message:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ed1c24;
  border-width: 8px;
  margin-left: -8px;
}
form .form-group.error.checkbox-group .message,
form .form-group .error.checkbox-group .message {
  right: auto;
  left: 0;
  top: -20px;
}
form .form-group.error.checkbox-group .message:after,
form .form-group .error.checkbox-group .message:after {
  right: auto;
  left: 16px;
}
input[type="submit"],
.submit,
.button {
  margin: 0 0 40px 0;
  display: inline-block;
  color: white;
  font-size: 24px;
  line-height: 30px;
  padding: 15px;
  max-width: 100%;
  text-transform: none;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 30px;
  background: #ed1c24;
  text-align: center;
  font-family: 'Core Rhino 85', Helvetica, Arial, sans-serif;
  font-weight: 900;
  appearance: none;
  box-shadow: 0 8px 16px rgba(237, 28, 36, 0.3);
}
@media (max-width: 800px) {
  input[type="submit"],
  .submit,
  .button {
    font-size: 18px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
input[type="submit"]:hover,
.submit:hover,
.button:hover {
  color: #efbd47;
}
.terms-wrapper {
  text-align: center;
  margin-top: 20px;
}
.terms-wrapper strong {
  font-size: 16px;
}
.terms-wrapper p {
  font-size: 14px;
}
.button {
  display: inline-block;
  font-size: 16px;
}
input:focus,
select:focus {
  outline: 0;
}
#error,
#errors,
#success {
  background: #ed1c24;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  display: none;
}
html[lang="lv"] .ru {
  display: none;
}
html[lang="ru"] .lv {
  display: none;
}
.has-errors #errors {
  display: block;
}
#success {
  background: #82ba0e;
}
.success #success {
  display: block;
}
.hidden {
  display: none;
}
h1 {
  font-size: 30px;
  margin: 30px 0 30px 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
}
h1 + h2 {
  font-size: 20px;
  margin: -10px 0 30px 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
}
.terms {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 16px;
}
.winners .notice {
  text-align: center;
}
.winners .table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: white;
  border-radius: 24px;
}
.winners .table .inner {
  padding: 40px;
}
.winners table {
  width: 100%;
}
.winners table tr td {
  padding: 8px;
}
.winners table tr td span {
  display: block;
}
.winners table tr td:first-child {
  border-radius: 16px 0 0 16px;
  padding-left: 16px;
}
.winners table tr td:last-child {
  border-radius: 0 16px 16px 0;
  padding-right: 16px;
}
.winners table tr .name span:first-child {
  color: #ed1c24;
  font-family: 'Core Rhino 85', Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.winners table tr .name span:last-child {
  font-size: 14px;
  margin-top: 4px;
}
.winners table tr .prize {
  text-align: center;
  color: #f29500;
  font-family: 'Core Rhino 85', Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.winners table tr .date {
  text-align: right;
}
.winners table tr:nth-child(even) {
  background: #f3f3f3;
}
input[type="checkbox"] {
  display: none;
}
.checkbox {
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 800px) {
  .checkbox {
    display: inline-block;
  }
}
.checkbox .input {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 4px;
  padding: 3px;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s linear;
}
.checkbox .input::after {
  transition: all 0.3s linear;
  display: block;
  opacity: 0;
  background: #ed1c24;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  content: "";
}
.checkbox .input.checked::after {
  opacity: 1;
}
.checkbox a {
  color: #ed1c24;
}
.checkbox strong {
  line-height: 24px;
}
.checkbox p {
  font-size: 14px;
  line-height: 1.6;
}
.checkboxes {
  margin: 0 0 20px 0;
}
@media (min-width: 800px) {
}
.edit-content {
  background: white;
  color: #333;
  padding: 50px 100px;
  font-family: Helvetica, Arial;
}
.edit-content h1 {
  font-size: 20px;
  margin: 0;
}
.edit-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 50px 0;
}
.edit-content table th,
.edit-content table td {
  border-top: 1px solid #ccc;
  padding: 10px;
  line-height: 20px;
}
.edit-content table th {
  text-align: left;
  border-top: 0 !important;
  background: #eee;
  border-color: transparent;
}
.edit-content table [contenteditable]:focus {
  outline: none;
  background: #ffeb06;
  color: #333;
}
.edit-content table tbody td:not([contenteditable]) {
  text-align: center;
}
.edit-content .table {
  padding: 0;
}
.edit-content .table-editable {
  position: relative;
}
.edit-content .table-editable .glyphicon {
  font-size: 13px;
}
.edit-content .table-remove {
  color: #e95656;
  cursor: pointer;
}
.edit-content .table-remove:hover {
  color: #c53838;
}
.edit-content .table-up,
.edit-content .table-down {
  color: #999;
  cursor: pointer;
}
.edit-content .table-up:hover,
.edit-content .table-down:hover {
  color: #333;
}
.edit-content .table-add {
  color: #070;
  cursor: pointer;
  position: absolute;
  height: 20px;
  top: 10px;
  right: 10px;
}
.edit-content .table-add.glyphicon {
  font-size: 16px;
}
.edit-content .table-add.glyphicon::before {
  height: 20px;
  display: block;
  line-height: 20px;
}
.edit-content .table-add:hover {
  color: #0b0;
}
.invisible {
  width: 0;
  height: 0;
  overflow: hidden;
}
.pulse {
  animation: pulse 0.5s 3 linear;
}
@keyframes pulse {
  0% {
    background: transparent;
  }
  50% {
    background: #ffeb06;
  }
  100% {
    background: transparent;
  }
}
.history {
  color: #999;
}
@keyframes main {
  0% {
    opacity: 0;
    filter: blur(2px);
    transform: scale(1.2) rotate(-7deg);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) rotate(0deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes prize {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wheel {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3240deg);
  }
}
.terms-inner {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Core Rhino 45', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
.terms-inner a {
  color: inherit;
}
.terms-inner table {
  width: 100% !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.terms-inner table td {
  width: auto !important;
  font-size: 14px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.fancybox-button {
  background: #efbd47;
}
