/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.woff2') format('woff2'), url('../fonts/Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.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;
}
.light {
  font-family: 'Gotham Book';
  font-weight: normal;
}
.display {
  font-family: 'Gotham';
  font-weight: bold;
}
@media (min-width: 1000px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .hidden-mobile {
    display: none !important;
  }
}
body {
  font-family: 'Gotham', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: white;
  line-height: 1.2;
  background-color: #ED217C;
  margin: 0;
  padding: 0;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.cover {
  position: relative;
  height: 569px;
  background: url(../img/cover-desktop-v3.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}
@media (max-width: 999px) {
  .cover {
    background-color: #ED217C;
    background-image: url(../img/cover-mobile.jpg);
    background-size: auto 100%;
    height: 440px;
  }
}
.cover a.to-reg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.cover .container {
  position: relative;
}
.cover .container img {
  display: block;
  position: absolute;
}
.cover .cover-win {
  height: 247px;
  left: 362px;
  top: 131px;
  z-index: 1;
  -webkit-animation: cover-win 2s infinite ease-in-out;
          animation: cover-win 2s infinite ease-in-out;
}
.cover .cover-10k {
  height: 168px;
  z-index: 3;
  top: 290px;
  left: 298px;
  -webkit-animation: cover-10k 2.5s infinite ease-in-out;
          animation: cover-10k 2.5s infinite ease-in-out;
}
.cover .bubbles-1 {
  top: 124px;
  left: 451px;
  -webkit-animation: bubbles 5s infinite ease-in-out;
          animation: bubbles 5s infinite ease-in-out;
}
.cover .bubbles-2 {
  top: 76px;
  left: 718px;
  -webkit-animation: bubbles-rev 4s infinite ease-in-out;
          animation: bubbles-rev 4s infinite ease-in-out;
}
.cover .bubbles-3 {
  top: 141px;
  left: 897px;
  -webkit-animation: bubbles-rev 4.5s infinite ease-in-out;
          animation: bubbles-rev 4.5s infinite ease-in-out;
}
.cover .bubbles-4 {
  top: 91px;
  left: 5px;
  -webkit-animation: bubbles-rev 4.5s infinite ease-in-out;
          animation: bubbles-rev 4.5s infinite ease-in-out;
}
.cover .bubbles-5 {
  top: 12px;
  left: 191px;
  -webkit-animation: bubbles 5s infinite ease-in-out;
          animation: bubbles 5s infinite ease-in-out;
}
.cover .bubbles {
  height: 206px;
  z-index: 2;
}
@-webkit-keyframes cover-win {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes cover-win {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes cover-10k {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(2px, -4px) scale(1.01);
            transform: translate(2px, -4px) scale(1.01);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes cover-10k {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(2px, -4px) scale(1.01);
            transform: translate(2px, -4px) scale(1.01);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes bubbles {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -24px);
            transform: translate(0, -24px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes bubbles {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -24px);
            transform: translate(0, -24px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes bubbles-rev {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 16px);
            transform: translate(0, 16px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes bubbles-rev {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 16px);
            transform: translate(0, 16px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.steps {
  background: white;
}
.steps img {
  display: block;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .steps {
    padding: 30px;
  }
  .steps img {
    max-width: 100%;
    width: 240px;
    margin: 0 auto;
  }
}
header {
  position: absolute;
  z-index: 1000;
  left: 0;
  width: 100%;
}
@media (max-width: 999px) {
  header {
    position: fixed;
    background: #11A1A9;
  }
}
header ul {
  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;
}
@media (max-width: 999px) {
  header ul li + li {
    margin-left: 20px;
  }
  header ul li a {
    color: white;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: -1px;
  }
}
@media (min-width: 1000px) {
  header ul {
    margin-top: 40px;
  }
  header ul li + li {
    margin-left: 80px;
  }
  header ul li:nth-child(3) {
    margin-left: auto;
  }
  header ul li a {
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
  }
  header ul li a:hover {
    opacity: 0.6;
  }
}
.reg-container .reg-cover {
  max-width: 1120px;
  margin: 0 auto;
}
.reg-container .reg-cover img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .reg-container .reg-cover {
    padding-top: 30px;
  }
  .reg-container .reg-cover img {
    max-width: 390px;
  }
}
.reg-container .reg-note {
  text-align: center;
  font-size: 14px;
  margin: 50px 0 60px 0;
  line-height: 1.5;
}
.reg-container .reg-note a {
  text-decoration: underline;
  color: inherit;
}
.reg-container .reg-note a:hover {
  color: yellow;
}
.headline {
  margin: 0 0 60px 0;
  font-family: 'Gotham';
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .headline {
    font-size: 32px;
  }
}
.registration {
  padding-top: 40px;
}
.registration .campaign-term {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 999px) {
  .registration .campaign-term {
    font-size: 14px;
  }
}
.lottery {
  overflow: hidden;
}
.note {
  text-align: center;
}
@media (max-width: 999px) {
  .note br {
    display: none;
  }
}
form {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
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;
}
form label span {
  font-weight: normal;
  font-size: 12px;
}
form label input,
form label select {
  display: block;
  border: 0;
  line-height: 30px;
  padding: 12px 20px;
  width: 100%;
  height: 54px;
  text-transform: none;
  font-size: 18px;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 10px;
  border: 0 solid white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  border-radius: 27px;
  font-weight: normal;
  background: #CF2772;
  -webkit-box-shadow: 7px 8px 10px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 7px 8px 10px 0px rgba(0, 0, 0, 0.25) inset;
}
form label select {
  background-image: -o-linear-gradient(45deg, transparent 50%, #b41f31 50%), -o-linear-gradient(315deg, #b41f31 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #b41f31 50%), linear-gradient(135deg, #b41f31 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
  background-size: 6px 6px,
        6px 6px;
  background-repeat: no-repeat;
}
form .form-group {
  margin-bottom: 30px;
}
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: yellow;
  color: #ED217C;
}
form .form-group.error .message,
form .form-group .error .message {
  position: absolute;
  bottom: 56px;
  right: 0;
  background: white;
  color: #ED217C;
  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 {
  background: yellow;
}
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;
  border: 0;
  color: white;
  font-size: 26px;
  line-height: 60px;
  padding: 0 50px;
  height: 60px;
  text-transform: none;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 30px;
  font-weight: bold;
  border: 0 solid white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  background: #001539;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
}
input[type="submit"]:hover,
.button:hover {
  background: white;
  color: #ED217C;
}
@media (max-width: 999px) {
  input[type="submit"],
  .button {
    width: 100%;
    font-size: 20px;
  }
}
input:focus,
select:focus {
  outline: 0;
}
#error,
#errors,
#success,
#no-prize {
  background: #AD001D;
  color: white;
  margin-top: 20px;
  padding: 40px 20px;
  border-radius: 27px;
  text-align: center;
  display: none;
  border: 2px solid white;
}
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;
}
input[type="checkbox"] {
  display: none;
}
.checkbox {
  line-height: 30px;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 800px) {
  .checkbox {
    display: inline-block;
  }
}
.checkbox .input {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 0;
  padding: 3px;
  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: 0 solid white;
  background: transparent;
  border-radius: 15px;
  background: #CF2772;
  -webkit-box-shadow: 7px 8px 10px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 7px 8px 10px 0px rgba(0, 0, 0, 0.25) inset;
}
.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: yellow;
}
.checkbox p {
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Gotham Book';
  font-weight: normal;
}
.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;
}
.modal-content ol li + li,
.modal-content ul li + li {
  margin-top: 8px;
}
.modal-content table {
  border-collapse: collapse;
}
.modal-content table td,
.modal-content table th {
  text-align: left;
  padding: 8px;
  font-size: 14px;
  border: 2px solid #f5f5f5;
}
.modal-content table td *,
.modal-content table th * {
  font-size: 14px;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
}
.modal-content table td p,
.modal-content table th p {
  margin: 0;
}
.file-upload-button {
  display: block;
  border: 0;
  color: white;
  text-align: center;
  line-height: 24px;
  padding: 5px 12px;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  font-family: inherit;
  border-radius: 27px;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  background: rgba(255, 255, 255, 0);
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.file-upload-button::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: url(../img/icon-upload.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 70%;
}
.file-upload-button span {
  display: block;
}
.file-upload-button .add {
  position: relative;
  z-index: 3;
  font-weight: bold;
  color: white;
  width: 100%;
  max-width: 90%;
  font-size: 16px !important;
}
.file-upload-button .selected-file {
  position: relative;
  z-index: 3;
  font-size: 14px;
  opacity: 0.5;
  line-height: 20px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  font-weight: 600;
}
.file-upload-button:hover {
  background: rgba(255, 255, 255, 0.05);
}
.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;
}
.winners {
  padding: 100px 0;
  background: #11A1A9;
}
.winners .first-winners {
  text-align: center;
  margin: 0;
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -5px;
  padding: 0;
}
@media (min-width: 1000px) {
  .tabs {
    margin: -10px;
  }
}
.tabs li {
  width: 100%;
  padding: 5px;
}
.tabs li.double a {
  background: #001539;
}
.tabs li.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}
@media (min-width: 1000px) {
  .tabs li {
    width: 33.3333%;
  }
}
@media (min-width: 1000px) {
  .tabs li {
    font-size: 32px;
  }
}
.tabs li:nth-child(2) a {
  background: #ED217C;
  color: #F0D9AC;
  text-shadow: 0px 4px 4px #8F0A5A;
}
.tabs li a {
  text-align: center;
  padding: 15px 10px;
  line-height: 30px;
  border-radius: 30px;
  font-weight: bold;
  display: block;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.tabs li a:hover {
  background: #ED217C;
  color: white;
  text-shadow: none;
}
.prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.prize .image {
  width: 30%;
}
.prize .image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .prize .image {
    width: 25%;
  }
}
.prize .notice {
  padding-left: 15px;
  font-size: 16px;
  font-family: 'Gotham Book';
  font-weight: normal;
}
@media (min-width: 1000px) {
  .prize .notice {
    font-size: 18px;
  }
}
.prize .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 15px 15px;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .prize .title {
    font-size: 28px;
    padding: 15px;
  }
}
.prize .title .num {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #11A1A9;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 999px) {
  .prize .title .num {
    display: none;
  }
}
.prize .winner-list {
  width: 70%;
}
@media (min-width: 1000px) {
  .prize .winner-list {
    padding-left: 15px;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.prize .winner-list .winner {
  padding: 15px;
  text-align: left;
}
@media (min-width: 1000px) {
  .prize .winner-list .winner {
    width: 25%;
    padding: 15px;
  }
}
.prize .winner-list .winner .date {
  font-size: 14px;
  font-family: 'Gotham Book';
  font-weight: normal;
}
.prize .winner-list .winner .name {
  font-size: 18px;
  margin: 6px 0;
  font-weight: bold;
}
.prize .winner-list .winner .receipt {
  font-size: 14px;
  font-family: 'Gotham Book';
  font-weight: normal;
}
footer {
  height: 340px;
  background-image: url(../img/footer-background-desktop.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 340px;
  position: relative;
  padding-top: 260px;
  color: white;
  font-size: 14px;
}
@media (max-width: 999px) {
  footer {
    height: 412px;
    padding-top: 180px;
    background-image: url(../img/footer-background-mobile.png);
    background-size: auto 412px;
    text-align: center;
  }
}
footer .inner {
  position: relative;
}
footer a {
  color: white;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 999px) {
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer ul li + li {
    margin-top: 10px;
  }
}
@media (min-width: 1000px) {
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer ul li + li {
    margin-left: 20px;
  }
}
@media (min-width: 1000px) {
  footer ul li.end {
    margin-left: auto;
  }
}
footer ul li.last {
  margin-top: 40px;
}
footer ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer ul li a img {
  display: block;
  height: 40px;
  margin-right: 10px;
}
