/* Generated by less 3.11.1 */
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-weight: bold;
}
@media (min-width: 1000px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .hidden-mobile {
    display: none !important;
  }
}
body {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: url(../img/cover-desktop.png);
  background-color: #004697;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 1500px auto;
}
@media (max-width: 999px) {
  body {
    background-image: url(../img/cover-mobile.png);
    background-size: 800px auto;
  }
}
.disclaimer {
  font-weight: 300;
  background: white;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  position: fixed;
  color: #181716;
  letter-spacing: -1px;
}
@media (max-width: 999px) {
  .disclaimer {
    font-size: 14px;
  }
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.lottery {
  overflow: hidden;
}
form {
  padding: 40px;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background: #1396D4;
  border-radius: 24px;
  margin-top: 630px;
  margin-bottom: 100px;
}
@media (max-width: 999px) {
  form {
    padding: 32px 24px;
    margin-top: 450px;
  }
}
form .row {
  margin: 0 !important;
}
@media (min-width: 1000px) {
  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 .row .form-group.wide {
    width: 100%;
  }
  form .row .form-group.size-15 {
    width: 15%;
  }
  form .row .form-group.size-35 {
    width: 35%;
  }
}
form label {
  font-weight: bold;
  font-size: 18px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 999px) {
  form label {
    font-size: 14px;
  }
}
form label span {
  font-weight: normal;
  font-size: 12px;
}
form label input,
form label select {
  display: block;
  line-height: 24px;
  padding: 12px 24px;
  width: 100%;
  text-transform: none;
  font-size: 18px;
  font-family: inherit;
  -webkit-appearance: none;
  margin-top: 10px;
  font-weight: normal;
  border: 2px solid white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  color: #004697;
  border-radius: 26px;
  height: 52px;
}
form label input:focus,
form label select:focus {
  border: 2px solid #004697;
}
form label select {
  background-image: -o-linear-gradient(45deg, transparent 50%, #004697 50%), -o-linear-gradient(315deg, #004697 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #004697 50%), linear-gradient(135deg, #004697 50%, transparent 50%);
  background-position: calc(100% - 24px) 23px, calc(100% - 18px) 23px;
  background-size: 6px 6px,
        6px 6px;
  background-repeat: no-repeat;
}
form .form-group {
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  form .form-group {
    margin-bottom: 16px;
  }
}
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: #D50880;
  color: white;
  border-color: #D50880;
}
form .form-group.error .message,
form .form-group .error .message {
  position: absolute;
  bottom: 56px;
  right: 0;
  background: white;
  color: #D50880;
  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: white;
  border-width: 8px;
  margin-left: -8px;
}
form .form-group.error .checkbox .input,
form .form-group .error .checkbox .input {
  border-color: #D50880;
  background-color: #D50880;
}
form .form-group.error .checkbox .input::after,
form .form-group .error .checkbox .input::after {
  background-image: url(../img/check-white.png);
}
form .form-group.error.checkbox-group .message,
form .form-group .error.checkbox-group .message {
  bottom: auto;
  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: 20px auto 0 auto;
  display: block;
  color: #004697;
  font-size: 20px;
  line-height: 60px;
  padding: 0 20px;
  text-transform: none;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 32px;
  background: #FFD000;
  font-weight: bold;
  border: 2px solid #FFD000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
input[type="submit"]:hover,
.button:hover {
  background: #004697;
  color: white;
  border-color: #004697;
}
input[type="submit"].outline,
.button.outline {
  border: 2px solid #FFD000;
  color: #FFD000;
  background: transparent;
}
input[type="submit"].outline:hover,
.button.outline:hover {
  background: #004697;
  color: white;
  border-color: #004697;
}
@media (max-width: 999px) {
  input[type="submit"],
  .button {
    width: 100%;
    font-size: 20px;
  }
}
input[type="submit"][disabled],
.button[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
input:focus,
select:focus {
  outline: 0;
}
#error,
#errors,
#success,
#no-prize {
  background: #D50880;
  color: white;
  margin: 0 -40px;
  margin-top: 20px;
  padding: 40px;
  text-align: center;
  display: none;
  line-height: 1.5;
}
@media (max-width: 999px) {
  #error,
  #errors,
  #success,
  #no-prize {
    margin-left: -24px;
    margin-right: -24px;
  }
}
#error strong,
#errors strong,
#success strong,
#no-prize strong {
  font-size: 20px;
}
.barcode {
  border: 2px dashed #004697;
  background: #fff;
  padding: 0 24px;
  line-height: 60px;
  border-radius: 31px;
  margin: 10px 0;
  display: inline-block;
  font-weight: bold;
}
html[lang="lv"] .ru {
  display: none;
}
html[lang="ru"] .lv {
  display: none;
}
.has-errors #errors {
  display: block;
}
#success {
  background: #FFD000;
  color: #004697;
}
.success #success {
  display: block;
  margin-bottom: 40px;
}
.success .buttons {
  display: none;
}
.hidden {
  display: none;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
.checkbox {
  line-height: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 999px) {
  .checkbox {
    font-size: 15px;
    line-height: 24px;
  }
}
.checkbox.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox b,
.checkbox strong {
  font-weight: 700;
}
.checkbox .radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 0 10px;
}
.checkbox.radio {
  text-transform: uppercase;
}
.checkbox .input {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 0;
  padding: 3px;
  display: block;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid #004697;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 15px;
}
@media (max-width: 999px) {
  .checkbox .input {
    background-color: white;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}
.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: url(../img/check.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border-radius: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.checkbox .input.checked::after {
  opacity: 1;
}
.checkbox a {
  color: white;
  text-decoration: underline;
}
.checkbox a:hover {
  color: white;
}
.checkbox p {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0 0 0;
}
.terms-note {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0 0 0;
}
.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;
}
.period {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.modal-content ol li + li {
  margin-top: 8px;
}
.modal-content ol ol,
.modal-content ol ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
.modal-content a {
  color: #1396D4;
  text-decoration: underline;
}
