/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Mindset-Slim';
  src: url('../fonts/Mindset-Slim.woff2') format('woff2'), url('../fonts/Mindset-Slim.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton-Bold';
  src: url('../fonts/Panton-Bold.woff2') format('woff2'), url('../fonts/Panton-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.display {
  font-family: 'Mindset-Slim', Helvetica, Arial, sans-serif;
}
body {
  font-family: 'Panton-Bold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #010101;
  line-height: 1.2;
  background-color: #F6D20E;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  height: 100%;
}
@media (min-width: 1001px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .hidden-mobile {
    display: none !important;
  }
}
.logo {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 200;
  height: 80px;
}
@media (max-width: 1000px) {
  .logo {
    display: none;
  }
}
.logo-2 {
  display: block;
  margin: 0 auto;
  height: 72px;
}
@media (min-width: 1001px) {
  .logo-2 {
    display: none;
  }
}
.container {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1000px) {
  .navigation {
    position: fixed;
    background: #F6D20E;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px 0;
    z-index: 100;
  }
}
.navigation ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation ul li {
  padding: 0 16px;
}
.navigation ul li a {
  display: block;
  font-size: 24px;
  color: #010101;
  font-family: 'Mindset-Slim', Helvetica, Arial, sans-serif;
}
@media (max-width: 1000px) {
  .navigation ul li a {
    padding: 0;
    font-size: 16px;
    border: 0;
    line-height: 20px;
  }
}
.navigation ul li a.active {
  color: #e11f27;
}
.navigation ul li a:hover {
  color: #e11f27;
}
@media (min-width: 1001px) {
  .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    height: 100%;
  }
  .main-container .column {
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .main-container .column-cover {
    overflow: hidden;
  }
}
@media (min-width: 1001px) {
  .main-container .column-cover {
    max-width: 50vw;
    position: relative;
  }
}
.main-container .column-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 40px 20px;
  overflow: scroll;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1000px) {
  .main-container .column-content {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1001px) {
  .main-container .column-content {
    padding-top: 70px;
    max-width: 50vw;
  }
  .main-container .column-content .navigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 88px 0;
  }
}
@media (max-width: 1000px) {
  .main-container .image {
    padding-top: 50px;
  }
  .main-container .image img {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1001px) {
  .main-container .image {
    position: relative;
    z-index: 10;
    height: 100%;
  }
  .main-container .image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@-webkit-keyframes linkDesktop {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes linkDesktop {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes linkMobile {
  from {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes linkMobile {
  from {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page {
  max-width: 500px;
  margin: 0 auto;
  padding: 88px 0;
}
@media (min-width: 1001px) {
  .page {
    display: none;
  }
}
@media (max-width: 1000px) {
  .page {
    padding: 20px 0;
  }
}
@media (min-width: 1001px) {
  body[data-page="registration"] .page-registration {
    display: block !important;
  }
  body[data-page="winners"] .page-winners {
    display: block !important;
  }
}
.center-message {
  font-family: 'Mindset-Slim', Helvetica, Arial, sans-serif;
  position: relative;
  text-align: center;
  margin-top: 200px;
}
@media (max-width: 1000px) {
  .center-message {
    margin-top: 80px;
  }
}
.center-message p {
  margin: 0;
  font-size: 50px;
}
@media (max-width: 1000px) {
  .center-message p {
    font-size: 32px;
  }
}
.center-message img {
  height: 80px;
  position: absolute;
  left: 0px;
  top: -80px;
}
form {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
form .row {
  margin: 0 !important;
}
@media (min-width: 500px) {
  form .row {
    margin: 0 -12px !important;
  }
  form .row:after {
    content: "";
    display: block;
    clear: both;
  }
  form .row .form-group {
    width: 50%;
    float: left;
    padding: 0 12px;
  }
  form .row.wide .form-group {
    width: 100%;
  }
}
form label {
  font-size: 14px;
  display: block;
  line-height: 1;
}
form label input,
form label select {
  display: block;
  border: 0;
  color: #010101;
  line-height: 20px;
  padding: 12px 20px;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  -webkit-appearance: none;
  margin-top: 4px;
  font-weight: normal;
  background: white;
  border-radius: 0;
  font-family: inherit;
  height: 44px;
}
form label .style-1 {
  -webkit-mask: url("../img/input-1.svg") center / 100% 100% no-repeat;
  mask: url("../img/input-1.svg") center / 100% 100% no-repeat;
}
form label .style-2 {
  -webkit-mask: url("../img/input-2.svg") center / 100% 100% no-repeat;
  mask: url("../img/input-2.svg") center / 100% 100% no-repeat;
}
form label .style-3 {
  -webkit-mask: url("../img/input-3.svg") center / 100% 100% no-repeat;
  mask: url("../img/input-3.svg") center / 100% 100% no-repeat;
}
form label .style-4 {
  -webkit-mask: url("../img/input-4.svg") center / 100% 100% no-repeat;
  mask: url("../img/input-4.svg") center / 100% 100% no-repeat;
}
form label select {
  background-image: -o-linear-gradient(45deg, transparent 50%, #542615 50%), -o-linear-gradient(315deg, #542615 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #542615 50%), linear-gradient(135deg, #542615 50%, transparent 50%);
  background-position: calc(100% - 20px) 20px, calc(100% - 14px) 20px;
  background-size: 6px 6px,
        6px 6px;
  background-repeat: no-repeat;
  font-family: Helvetica, Arial, sans-serif;
}
form label select option {
  color: black;
  font-family: Helvetica, Arial, sans-serif;
}
form .form-group {
  margin-bottom: 24px;
}
form .form-group .message {
  display: none;
}
form .form-group.error,
form .form-group .error {
  position: relative;
}
form .form-group.error .message,
form .form-group .error .message {
  position: absolute;
  top: 0;
  right: 0;
  background: #e11f27;
  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: #e11f27;
  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"],
.button {
  margin: 0 auto 0 auto;
  display: inline-block;
  color: white;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  text-transform: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
input[type="submit"] img,
.button img {
  display: block;
  height: 70px;
}
@media (max-width: 1000px) {
}
input[type="submit"]:hover,
.button:hover {
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
input[type="submit"][disabled="disabled"],
.button[disabled="disabled"] {
  opacity: 0.5;
  pointer-events: none;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.success input[type="submit"],
.success .button {
  display: none;
}
.terms-wrapper {
  text-align: center;
  margin-top: 50px;
}
.terms-wrapper strong {
  font-size: 16px;
}
.terms-wrapper p {
  font-size: 14px;
}
input:focus,
select:focus {
  outline: 0;
}
#error,
#errors,
#success,
#no-prize {
  background: #e11f27;
  color: white;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  display: none;
  border-radius: 8px;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}
html[lang="lv"] .ru {
  display: none;
}
html[lang="ru"] .lv {
  display: none;
}
.has-errors #errors {
  display: block;
}
#success {
  background: #447d1e;
}
.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;
}
input[type="checkbox"] {
  display: none;
}
.checkbox {
  line-height: 15px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox .input {
  width: 30px;
  height: 30px;
  background: white;
  padding: 8px;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.checkbox .input.style-1 {
  -webkit-mask: url("../img/checkbox-1.svg") center / 100% 100% no-repeat;
  mask: url("../img/checkbox-1.svg") center / 100% 100% no-repeat;
}
.checkbox .input.style-2 {
  -webkit-mask: url("../img/checkbox-2.svg") center / 100% 100% no-repeat;
  mask: url("../img/checkbox-2.svg") center / 100% 100% no-repeat;
}
.checkbox .input.style-3 {
  -webkit-mask: url("../img/checkbox-3.svg") center / 100% 100% no-repeat;
  mask: url("../img/checkbox-3.svg") center / 100% 100% no-repeat;
}
.checkbox .input::after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  opacity: 0;
  background: #e11f27;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  content: "";
}
.checkbox .input.checked::after {
  opacity: 1;
}
.checkbox a {
  color: #e11f27;
  text-decoration: underline;
}
.checkbox p {
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .checkbox br {
    display: none;
  }
}
.legal {
  font-size: 12px;
  line-height: 1.4;
}
.note {
  font-size: 12px;
  text-align: center;
  position: relative;
}
@media (min-width: 1001px) {
  .note .cheese-1 {
    position: absolute;
    bottom: -20px;
    right: -80px;
    display: block;
    height: 160px;
  }
}
@media (max-width: 1000px) {
  .note .cheese-1 {
    display: block;
    height: 160px;
    margin-left: auto;
  }
}
.note p {
  margin: 40px 0 0 0;
}
.checkboxes .form-group {
  margin-bottom: 16px;
}
.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 {
  -webkit-animation: pulse 0.5s 3 linear;
          animation: pulse 0.5s 3 linear;
}
@-webkit-keyframes pulse {
  0% {
    background: transparent;
  }
  50% {
    background: #ffeb06;
  }
  100% {
    background: transparent;
  }
}
@keyframes pulse {
  0% {
    background: transparent;
  }
  50% {
    background: #ffeb06;
  }
  100% {
    background: transparent;
  }
}
.history {
  color: #999;
}
.fancybox-button {
  background: #F6D20E;
}
.before-start {
  background: #36b9e3;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  padding: 10px 10px;
  -webkit-animation: shownotice 0.5s 1 ease-out;
          animation: shownotice 0.5s 1 ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  z-index: 9999;
}
@media (max-width: 500px) {
  .before-start {
    padding: 6px;
    font-size: 14px;
  }
}
@-webkit-keyframes shownotice {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes shownotice {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.date-pill {
  height: 44px;
  width: 90px;
  -webkit-mask: url("../img/input-1.svg") center / 100% 100% no-repeat;
  mask: url("../img/input-1.svg") center / 100% 100% no-repeat;
  background: #e11f27;
  color: white;
  margin-bottom: 16px;
  text-align: center;
  line-height: 44px;
  font-family: 'Mindset-Slim', Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.date-block + .date-block {
  margin-top: 24px;
}
.winners {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.winners table + .draw-date {
  margin-top: 24px;
}
.winners .headline {
  font-size: 24px;
  margin-bottom: 16px;
  color: #e11f27;
  font-family: 'Mindset-Slim', Helvetica, Arial, sans-serif;
  text-align: left;
}
.winners .block + .block {
  margin-top: 16px;
}
.winners table {
  width: 100%;
}
.winners table td {
  padding-bottom: 8px;
}
.winners .winner {
  font-size: 15px;
}
.winners .winner .name {
  padding-right: 8px;
}
.winners .winner .receipt {
  text-align: right;
}
.file-input {
  position: relative;
}
.file-input .cheese {
  position: absolute;
  top: -20px;
  left: 240px;
  display: block;
  height: 80px;
}
.file-input .selected-file {
  font-size: 10px;
  display: block;
  margin-top: 8px;
}
.file-input .add {
  color: #e11f27;
  font-size: 12px;
  margin-top: 4px;
  display: block;
  text-decoration: underline;
}
.file-upload-button {
  display: block;
  margin-top: 4px;
}
.file-upload-button img {
  height: 44px;
  display: block;
}
.success-message {
  display: none;
}
.success .success-message {
  display: block;
}
.success form {
  display: none;
}
