/* Generated by less 3.11.1 */
* {
  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;
}
b,
strong,
.strong {
  font-weight: 600;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
}
body {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #111111;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}
@media (min-width: 1028px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 1027px) {
  .hidden-mobile {
    display: none !important;
  }
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1028px) {
  .container {
    display: flex;
    gap: 40px;
  }
}
.container .cover {
  height: 100%;
}
.container .col-1 {
  position: relative;
}
@media (min-width: 1028px) {
  .container .col-1 {
    width: 50%;
  }
}
@media (max-width: 1027px) {
  .container .col-1 {
    margin: 0 -15px;
  }
}
.container .col-1 img {
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
}
.col-2 {
  margin-top: 40px;
}
.licence {
  font-size: 30px;
  font-size: 14px;
  margin-top: 20px;
}
@media (min-width: 1028px) {
  .licence {
    margin-left: 200px;
  }
}
h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.392857px;
  line-height: 50px;
  margin: 0 0 16px 0;
}
.headline {
  display: block;
  height: 100px;
  margin: 0 auto 40px auto;
}
@media (max-width: 1027px) {
  .headline {
    height: 64px;
  }
}
.winners {
  padding: 0 0 80px 0;
}
.winners .wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.winners table {
  width: 100%;
  border-collapse: separate;
}
.winners table tr td {
  vertical-align: text-top;
  line-height: 1.5;
  padding-bottom: 16px;
}
.winners table tr td .name,
.winners table tr td .date {
  font-weight: 600;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
}
.winners table tr td .receipt,
.winners table tr td .prize {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.6;
}
.winners table tr td span {
  display: block;
}
.winners table tr td .date {
  opacity: 0;
}
.winners table tr td:last-child {
  text-align: right;
}
.logo {
  margin-bottom: 40px;
  display: block;
}
.text {
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 40px 0;
}
.navigation {
  padding: 0;
  position: relative;
  z-index: 10;
  background: white;
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1027px) {
  .navigation ul {
    gap: 4px;
  }
}
.navigation ul li a {
  display: block;
  color: #0058a3;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  padding: 8px 16px;
  background: #e6e7e8;
}
@media (max-width: 1027px) {
  .navigation ul li a {
    font-size: 16px;
    padding: 8px;
  }
}
form {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
form .row {
  margin: 0 !important;
}
@media (min-width: 1028px) {
  form .row {
    margin: 0 -15px !important;
  }
  form .row:after {
    content: "";
    display: block;
    clear: both;
  }
  form .row .form-group {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  form .row .form-group.wide {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1028px) {
  form .form-group {
    padding-left: 200px;
  }
  form .form-group label {
    position: relative;
  }
  form .form-group label strong {
    position: absolute;
    left: -200px;
    top: 0;
    line-height: 50px;
    padding-right: 20px;
    width: 200px;
  }
}
form label {
  font-size: 16px;
  display: block;
  line-height: 1;
  color: #111111;
}
form label span {
  font-size: 14px;
  font-weight: 400;
}
form label input,
form label select {
  display: block;
  border: 1px solid #929292;
  color: #111111;
  line-height: 24px;
  padding: 12px 16px;
  width: 100%;
  text-transform: none;
  font-size: 18px;
  font-family: inherit;
  -webkit-appearance: none;
  margin-top: 8px;
  font-weight: normal;
  border-radius: 4px;
  background-color: white;
  transition: all 0.3s ease;
}
form label input:focus,
form label select:focus {
  border-color: #0058a3;
  border-width: 2px;
  padding: 11px 15px;
}
form .form-group {
  margin-bottom: 24px;
}
form .form-group.nested {
  margin-bottom: 0;
}
form .form-group.checkbox-group {
  margin: 0 0 16px 0;
}
@media (min-width: 1028px) {
  form .form-group.checkbox-group {
    margin-left: 200px;
  }
}
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: #e00751;
}
form .form-group.error .message,
form .form-group .error .message {
  position: absolute;
  top: 0;
  right: 0;
  background: #e00751;
  color: white;
  display: block;
  line-height: 18px;
  font-size: 14px;
  padding: 0 6px;
  border-radius: 3px;
}
@media (min-width: 1028px) {
  form .form-group.error .message,
  form .form-group .error .message {
    top: -20px;
    right: -4px;
  }
}
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: #e00751;
  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;
}
@media (min-width: 1028px) {
  form .form-group.error.checkbox-group .message,
  form .form-group .error.checkbox-group .message {
    left: 20px;
  }
}
form .form-group.error.checkbox-group .message:after,
form .form-group .error.checkbox-group .message:after {
  right: auto;
  left: 16px;
}
.button {
  margin: 0 auto;
  display: block;
  border: 0;
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  background: #111111;
  color: white;
  padding: 0 24px;
  font-size: 16px;
  line-height: 56px;
  border-radius: 28px;
  width: 100%;
}
@media (min-width: 1028px) {
  .button.submit-button {
    margin-left: 200px;
    width: calc(100% - 200px);
  }
}
.button:hover {
  opacity: 0.8;
  color: white;
}
.button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
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;
}
input[type="checkbox"] {
  display: none;
}
.checkbox {
  line-height: 24px;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  display: flex;
}
.checkbox strong {
  font-weight: normal;
}
.checkbox .input {
  width: 24px;
  height: 24px;
  background: white;
  display: block;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s linear;
  border: 1px solid #929292;
  border-radius: 5px;
  background-color: white;
  padding: 2px;
}
.checkbox .input::after {
  transition: all 0.3s linear;
  display: block;
  opacity: 0;
  background: #0058a3;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 3px;
}
.checkbox .input.checked::after {
  opacity: 1;
}
.checkbox a.link {
  color: inherit;
  text-decoration: underline;
}
.checkbox p {
  font-size: 18px;
  line-height: 1.6;
}
.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;
}
.before-start {
  background: #e00751;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  padding: 20px 5px;
  animation: shownotice 0.5s 1 ease-out;
  animation-fill-mode: both;
  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: 1027px) {
  .before-start {
    font-size: 12px;
  }
}
@keyframes shownotice {
  from {
    opacity: 0;
    transform: translate(0, 100%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.file-input {
  margin: 3px 0;
}
.file-upload-button {
  display: block;
  border: 0;
  color: white;
  text-align: left;
  line-height: 24px;
  padding: 5px 12px;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  font-family: inherit;
  border-radius: 6px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.3);
  height: 136px;
  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/upload.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) 50%;
  opacity: 1;
  background-size: auto 50%;
}
.file-upload-button span {
  display: block;
}
.file-upload-button .add {
  position: relative;
  z-index: 3;
  color: white;
  width: 100%;
  max-width: 90%;
  font-size: 18px;
  opacity: 1;
}
.file-upload-button .selected-file {
  position: relative;
  z-index: 3;
  font-size: 14px;
  opacity: 1;
  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;
  color: #8C1E29;
}
.file-upload-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.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;
}
.ui-modal {
  background: white;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  max-width: 380px;
  width: 90%;
  border-radius: 4px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
  animation: modal 0.3s 1 ease;
  animation-fill-mode: both;
  color: #111111;
  padding: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}
.ui-modal .btn-holder {
  margin-top: 16px;
}
.ui-modal strong {
  font-weight: bold;
}
.ui-modal .larger {
  font-size: 16px;
  color: #111111;
}
.checkbox .ui-modal {
  text-align: left;
  max-width: 900px;
  display: none;
}
@media (max-width: 1027px) {
  .checkbox .ui-modal p {
    max-height: 200px;
    overflow: scroll;
  }
}
.checkbox .ui-modal .button {
  text-align: center;
}
.ui-modal p:first-child {
  margin-top: 0;
}
.ui-modal p:last-child {
  margin-bottom: 0;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  display: none;
  animation: overlay 0.3s 1 ease;
  animation-fill-mode: both;
}
@keyframes overlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 10px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes modalmobile {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.has-errors #errors {
  display: block !important;
}
.has-errors .overlay {
  display: block;
}
.has-server-errors #error {
  display: block !important;
}
.has-server-errors .overlay {
  display: block;
}
.success #success {
  display: block !important;
}
.success .overlay {
  display: block;
}
.social {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1027px) {
  .social {
    font-size: 14px;
  }
}
.social ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  list-style: none;
  display: flex;
  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: 1027px) {
}
.social p a {
  font-size: 14px;
  text-decoration: underline;
  color: #111111;
}
a[data-fancybox]:focus {
  outline: none;
  box-shadow: none;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.75);
}
.terms-content {
  max-height: 70vh;
  overflow: scroll;
}
.fancybox__content,
.terms-wrapper {
  color: #111;
  border-radius: 4px;
  font-size: 14px;
}
@media (max-width: 1027px) {
  .fancybox__content,
  .terms-wrapper {
    padding: 12px;
  }
}
@media (max-width: 1027px) {
}
.fancybox__content .carousel__button,
.terms-wrapper .carousel__button {
  background: #e00751;
  transition: none !important;
  animation: none !important;
  transform: none !important;
}
.fancybox__content .carousel__button svg,
.terms-wrapper .carousel__button svg {
  filter: none;
}
.fancybox__content h2,
.terms-wrapper h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.fancybox__content h3,
.terms-wrapper h3 {
  color: #111;
}
.fancybox__content .info,
.terms-wrapper .info {
  font-size: 16px;
}
.terms-wrapper {
  max-width: 600px;
  margin: 40px auto;
  width: 100%;
  padding: 20px;
  height: 400px;
  overflow-y: scroll;
}
