/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaA.ttf) format('truetype');
}
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;
}
.light {
  font-weight: 300;
}
b,
strong,
.strong {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: white;
  line-height: 1.2;
  background-color: #C70000;
  background-image: url(../img/background-desktop.webp);
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: 50% -100px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 980px) {
  body {
    background-image: url(../img/background-mobile.webp);
    background-size: 100% auto;
    background-position: 50% 0;
  }
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 981px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 980px) {
  .req {
    text-align: right;
    font-size: 12px;
  }
}
@-webkit-keyframes main {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes main {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.info-note {
  text-align: center;
  color: white;
  margin: 0;
  font-size: 16px;
}
.registracija {
  padding-top: 50px;
  position: relative;
}
.registracija .man {
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 248px;
}
@media (max-width: 980px) {
  .registracija .man {
    bottom: 0;
    width: 30%;
  }
}
.registracija h2 {
  margin: 0 0 24px 0;
}
.registracija .page {
  padding-top: 0;
  padding-bottom: 60px;
}
.cookies {
  display: block;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
.title {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navigation {
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
@media (max-width: 980px) {
  .navigation {
    position: fixed;
    background: #C70000;
    padding: 0 15px;
    top: 0;
    left: 0;
    width: auto;
    width: 100%;
    z-index: 2000;
  }
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .navigation ul {
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.navigation ul li + li {
  margin-left: 20px;
}
@media (max-width: 980px) {
  .navigation ul li {
    margin: 0;
  }
}
.navigation ul li a {
  display: block;
  color: #282828;
  font-weight: bold;
  padding: 0 16px;
  background: white;
  font-size: 16px;
  line-height: 30px;
  border-radius: 4px;
}
.navigation ul li a:hover {
  color: #C70000;
}
@media (max-width: 980px) {
  .navigation ul li a {
    color: white;
    font-size: 14px;
    padding: 6px 0;
    background: none;
  }
  .navigation ul li a:hover {
    color: white;
  }
}
@media (max-width: 980px) {
  .navigation ul li.lang {
    margin-left: auto;
  }
}
.navigation ul li.lang a {
  background: white;
  border-bottom: 0;
  min-width: 30px;
  text-align: center;
}
.navigation ul li.lang a:hover {
  background: #FFD200;
  color: #C70000;
}
@media (max-width: 980px) {
  .navigation ul li.lang a {
    border-radius: 15px;
    background: white;
    color: #C70000;
    line-height: 30px;
    font-size: 12px;
    height: 30px;
    padding: 0;
  }
}
.notice {
  text-align: center;
  width: 400px;
}
.page {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  .page {
    padding: 50px 0;
  }
}
.page .row {
  margin: 0 -20px;
}
.page .row:after {
  content: "";
  display: block;
  clear: both;
}
.page .row .col {
  position: relative;
  padding: 0 20px;
  width: 33.333%;
  float: left;
  text-align: center;
}
@media (max-width: 800px) {
  .page .row .col {
    float: none;
    width: 100%;
  }
  .page .row .col + .col {
    margin-top: 70px;
  }
}
.page .row .col img {
  display: block;
  margin: 0 auto;
  width: 80px;
}
.page .row .col .image {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .row .col p {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 0 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
html[lang="ru"] .page .row .col p {
  font-size: 30px;
}
@media (max-width: 900px) {
  html[lang="ru"] .page .row .col p {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .page .row .col p {
    text-align: center;
    margin-top: 20px;
  }
  .page .row .col p br {
    display: none;
  }
}
.page .row .col p small {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  font-weight: normal;
  text-transform: none;
  font-family: 'Gotham Book', Helvetica, Arial, sans-serif;
}
.page .row.prizes {
  margin: 0;
  margin-top: 30px;
}
.page .row.prizes .col {
  padding: 0 4px;
  width: 25%;
}
.page .row.prizes .col div {
  background: #de1d3f;
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 40px;
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.page .row.prizes .col div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
@media (max-width: 800px) {
  .page .row.prizes .col {
    float: left;
    width: 25%;
  }
  .page .row.prizes .col + .col {
    margin-top: 0;
  }
  .page .row.prizes .col div {
    font-size: 20px;
  }
  .page .row.prizes .col div span {
    font-size: 14px;
  }
}
.image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 800px) {
  .image {
    margin-top: 50px;
  }
}
h2 {
  font-size: 40px;
  text-align: center;
  margin: 0 0 60px 0;
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  h2 {
    font-size: 30px;
  }
}
form {
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background: #F4F4F4;
  margin-top: 600px;
  border-radius: 32px;
  color: black;
  padding: 80px 120px;
}
@media (max-width: 980px) {
  form {
    margin-top: 120vw;
  }
}
@media (max-width: 1100px) {
  form {
    padding: 40px 60px;
  }
}
@media (max-width: 800px) {
  form {
    padding: 32px 24px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 16px;
  }
}
form .row {
  margin: 0 !important;
}
@media (min-width: 800px) {
  form .row {
    margin: 0 -20px !important;
  }
  form .row:after {
    content: "";
    display: block;
    clear: both;
  }
  form .row .form-group {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
  form .row .form-group.wide {
    float: none;
    width: 100%;
  }
}
form label {
  font-weight: normal;
  font-size: 20px;
  display: block;
  line-height: 1;
}
@media (max-width: 980px) {
  form label {
    font-size: 16px;
  }
}
form label .note {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
form label input,
form label select {
  display: block;
  border: 1px solid black;
  color: #282828;
  line-height: 20px;
  padding: 12px 20px;
  width: 100%;
  text-transform: none;
  font-size: 18px;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 8px;
  margin-top: 10px;
  font-weight: normal;
}
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 {
  border-color: #C70000;
}
form .form-group.error .message,
form .form-group .error .message {
  position: absolute;
  top: 0;
  right: 0;
  background: #C70000;
  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: #C70000;
  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: 20px auto 0 auto;
  display: block;
  border: 0;
  color: white;
  font-size: 22px;
  line-height: 60px;
  padding: 0 40px;
  height: 60px;
  text-transform: none;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 30px;
  background: #C70000;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 50px;
}
input[type="submit"][disabled],
.button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
input[type="submit"]:hover,
.button:hover {
  background: #fa0000;
}
@media (max-width: 980px) {
  input[type="submit"],
  .button {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 0 20px;
  }
}
.terms-wrapper {
  text-align: center;
  margin-top: 50px;
}
.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,
#no-prize {
  display: none;
}
html[lang="lv"] .ru {
  display: none;
}
html[lang="ru"] .lv {
  display: none;
}
#success {
  background: white;
}
.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: 24px;
  font-weight: normal;
  font-size: 15px;
}
.checkbox p.text {
  font-size: 14px;
  display: none;
}
.checkbox strong {
  font-weight: normal;
}
.checkbox .input {
  width: 24px;
  height: 24px;
  background: white;
  padding: 2px;
  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: 1px solid transparent;
  border-radius: 4px;
}
.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: #282828;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  content: "";
}
.checkbox .input.checked::after {
  opacity: 1;
}
.checkbox a.link {
  color: inherit;
  text-decoration: underline;
}
.checkbox p {
  font-size: 14px;
  line-height: 1.6;
}
.checkboxes {
  margin: 0 0 50px 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 {
  -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;
}
#terms {
  display: none;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
}
.page-terms #terms {
  display: block;
}
.terms-inner {
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
}
.terms-inner > *:first-child {
  margin-top: 0;
}
.terms-inner > *:last-child {
  margin-bottom: 0;
}
.terms-inner h2 {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}
.page-terms .terms-inner {
  color: white;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0;
}
@media (min-width: 899px) {
  .page-terms .terms-inner {
    padding: 100px 0;
  }
}
.terms-inner a {
  color: white;
  text-decoration: underline;
}
.terms-inner table {
  width: 100% !important;
  border: 1px solid #ccc;
}
.terms-inner table td {
  width: auto !important;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ccc;
}
.lottery-terms {
  border-bottom: 5px solid white;
  height: 300px;
  overflow-y: scroll;
  margin: 10px 0;
  padding: 15px 0;
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .lottery-terms::-webkit-scrollbar {
    display: inherit;
  }
  .lottery-terms:hover::-webkit-scrollbar {
    width: 10px;
  }
  .lottery-terms:hover::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .lottery-terms:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: white;
  }
}
.lottery-terms #terms {
  display: block;
}
.lottery-terms #terms .terms-inner {
  color: white !important;
  font-size: 16px;
}
.lottery-terms #terms .terms-inner h2 {
  font-size: 25px;
  text-align: left;
  color: #FFD200;
}
.before-start {
  background: #C70000;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  padding: 20px 5px;
  -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;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.before-start a {
  color: inherit;
  display: inline-block;
  border-bottom: 2px solid white;
}
@media (max-width: 500px) {
  .before-start {
    font-size: 12px;
  }
}
@-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);
  }
}
.top {
  position: relative;
}
.cover {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cover img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .cover .cover-desktop {
    display: none;
  }
}
@media (max-width: 980px) {
  .cover .cover-mobile {
    margin-top: 27px;
  }
}
@media (min-width: 981px) {
  .cover .cover-mobile {
    display: none;
  }
}
.reg-note {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .reg-note {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
  .reg-note br {
    display: none;
  }
}
.reg-note .smaller {
  font-size: 14px;
}
.reg-note a {
  color: inherit;
  text-decoration: underline;
}
.file-input {
  margin: 3px 0;
}
.file-upload-button {
  display: block;
  border: 2px solid transparent;
  color: #282828;
  line-height: 24px;
  padding: 4px 12px;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  font-family: inherit;
  border-radius: 8px;
  margin-top: 10px;
  background: #FFD200;
  position: relative;
}
.file-upload-button .icon {
  position: absolute;
  top: -2px;
  right: -2px;
  pointer-events: none;
  border-left: 1px solid transparent;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C70000;
  border-radius: 0 6px 6px 0;
}
.file-upload-button span {
  display: block;
}
.file-upload-button .add {
  font-weight: normal;
  color: #282828;
  text-decoration: underline;
}
.file-upload-button .selected-file {
  font-size: 12px;
  opacity: 0.5;
  line-height: 14px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.file-upload-button:hover .add {
  color: #C70000;
}
.select {
  position: relative;
}
.select::before {
  top: 22px;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 6px;
  pointer-events: none;
}
.laimetaji {
  padding-top: 80px;
  position: relative;
}
@media (max-width: 980px) {
  .laimetaji {
    min-height: 0;
  }
}
.laimetaji h2 {
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .laimetaji {
    padding: 24px 16px;
  }
}
.laimetaji .set-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 981px) {
  .laimetaji .set-title br {
    display: none;
  }
}
@media (min-width: 981px) {
  .laimetaji .set-title.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.laimetaji .set-title.main img {
  width: 340px;
  margin: 0 -8px;
}
@media (max-width: 980px) {
  .laimetaji .set-title.main {
    text-align: center;
  }
  .laimetaji .set-title.main img {
    width: 280px;
    margin: 0 auto;
    display: block;
  }
}
.laimetaji .set-title.giftcards {
  font-size: 28px;
  text-align: center;
}
.laimetaji .set-title.giftcards strong {
  color: #FFD200;
  font-size: 32px;
}
.laimetaji .set-title.giftcards img {
  display: block;
  height: 180px;
  margin: 40px auto 16px auto;
}
.laimetaji .winner.main {
  text-align: center;
}
.laimetaji .winner.main .line {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid white;
  padding-bottom: 16px;
}
.laimetaji .winner.main .line .name {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  white-space: nowrap;
}
.laimetaji .giftcard-winners {
  margin: 40px auto;
}
@media (min-width: 981px) {
  .laimetaji .giftcard-winners {
    max-width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .laimetaji .giftcard-winners .set {
    width: calc(50% - 20px);
  }
}
@media (min-width: 981px) {
  .laimetaji .set .title {
    padding-bottom: 8px;
    border-bottom: 1px solid white;
    margin-bottom: 16px;
  }
}
@media (max-width: 980px) {
  .laimetaji .set .title {
    text-align: center;
  }
}
@media (max-width: 980px) {
  .laimetaji .set + .set {
    margin-top: 40px;
  }
}
.laimetaji .winner {
  margin-bottom: 16px;
}
@media (max-width: 980px) {
  .laimetaji .line {
    text-align: center;
  }
}
@media (min-width: 981px) {
  .laimetaji .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.laimetaji .name {
  font-weight: bold;
  padding-right: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFD200;
  font-size: 20px;
  white-space: nowrap;
  margin: 0;
}
.laimetaji .prize {
  font-weight: bold;
  color: #C70000;
  font-size: 14px;
  margin-top: 4px;
}
.laimetaji .receipt {
  display: block;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
}
@media (min-width: 981px) {
  .laimetaji .receipt {
    text-align: right;
    margin-top: 0;
  }
}
.first-winners {
  text-align: center;
}
.modal {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background: transparent;
  z-index: 9998;
}
.modal .inner {
  color: black;
  background: white;
  max-width: 300px;
  width: 90%;
  border-radius: 6px;
  padding: 15px;
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  text-align: center;
  -webkit-animation: modalFade 0.3s ease forwards;
          animation: modalFade 0.3s ease forwards;
}
.modal .btn-holder {
  margin-top: 16px;
}
.checkbox .modal {
  text-align: left;
  max-width: 780px;
  display: none;
}
.checkbox .modal .btn-holder {
  text-align: right;
}
@media (max-width: 980px) {
  .checkbox .modal {
    font-size: 14px;
  }
  .checkbox .modal p {
    max-height: 200px;
    overflow: scroll;
  }
}
.checkbox .modal .button {
  text-align: center;
}
.modal p:first-child {
  margin-top: 0;
}
.modal p:last-child {
  margin-bottom: 0;
}
.modal .button {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
  line-height: 40px;
  height: auto;
}
@-webkit-keyframes overlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modalFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes modalFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes modalmobile {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalmobile {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.has-errors #errors {
  display: block !important;
  background: #C70000;
  color: white;
  padding: 32px;
  text-align: center;
  border-radius: 16px;
}
.has-errors .overlay {
  display: block;
}
.has-server-errors #error {
  display: block !important;
  background: #C70000;
  color: white;
  padding: 32px;
  text-align: center;
  border-radius: 16px;
}
.has-server-errors .overlay {
  display: block;
}
.success #success {
  display: block !important;
  background: #008355;
  color: white;
  padding: 32px;
  text-align: center;
  border-radius: 16px;
}
.success .overlay {
  display: block;
}
.social {
  text-align: center;
  padding-bottom: 30px;
  color: white;
  padding-top: 80px;
}
.social p {
  margin: 0 0 24px 0;
}
@media (max-width: 980px) {
  .social {
    font-size: 14px;
    padding-top: 40px;
  }
}
.social ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social ul li {
  margin: 0 8px;
}
.social ul li a {
  display: block;
}
.social ul li a img {
  display: block;
  height: 40px;
}
@media (max-width: 980px) {
}
.social p a {
  font-size: 14px;
  text-decoration: underline;
  color: inherit;
}
