/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Bold.woff2') format('woff2'), url('../fonts/AvenirNext-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Medium.woff2') format('woff2'), url('../fonts/AvenirNext-Medium.woff') format('woff');
  font-weight: 500;
  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;
}
body {
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: white;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 800px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .hidden-mobile {
    display: none !important;
  }
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.form-wrapper {
  position: relative;
  z-index: 2;
  background: #1657a5;
  padding: 64px 0 40px 0;
}
h2 {
  text-align: center;
  font-size: 32px;
  margin: 0 0 40px 0;
}
h2 + p {
  margin: 0;
  text-align: center;
  font-size: 20px;
}
.winners {
  padding-top: 120px;
  background: url(../img/bg-winners.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100% auto;
  color: #18304c;
  background-color: #b9cadc;
}
.winners .wrapper {
  padding: 0 0 120px 0;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1100px) {
  .winners .wrapper {
    padding-bottom: 140px;
  }
}
.winners .wrapper .flower {
  width: 150px;
  display: block;
  position: absolute;
  right: -150px;
  bottom: 0;
}
@media (max-width: 1100px) {
  .winners .wrapper .flower {
    right: 0;
  }
}
.winners p {
  text-align: center;
  margin: 24px 0 0 0;
  font-size: 16px;
  font-weight: 500;
}
.winners table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  border: 0;
}
.winners table tr td {
  background: white;
  color: #1657a5;
  padding: 8px;
  margin: 4px 0;
  font-size: 14px;
  border: 0;
}
@media (max-width: 700px) {
  .winners table tr td span {
    display: block;
    font-size: 12px;
  }
}
.winners table tr td:last-child {
  text-align: right;
  font-size: 14px;
}
.winners table tr td:last-child span {
  opacity: 0.5;
}
.winners table tr td:first-child {
  font-weight: bold;
}
.link {
  cursor: default;
}
.video-container {
  aspect-ratio: 1.77777778;
  width: 100%;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.cover {
  background: url(../img/bg.jpg);
  background-size: cover;
}
.cover .container {
  max-width: 1000px;
}
.cover img {
  display: block;
  width: 100%;
}
.cover iframe {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  display: block;
}
.navigation {
  background: #ff0000;
  color: white;
  padding: 8px 0;
}
.navigation .container {
  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;
  padding: 8px 0;
}
@media (max-width: 980px) {
  .navigation .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.navigation .logo {
  display: block;
  height: 24px;
}
.navigation .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.navigation .social a img {
  display: block;
  height: 16px;
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: white;
  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;
  gap: 40px;
}
@media (max-width: 980px) {
  .navigation ul {
    margin: 20px 0;
  }
}
.navigation ul li {
  width: 33.3333%;
}
.navigation ul li:nth-child(2) {
  text-align: center;
}
.navigation ul li:nth-child(3) {
  text-align: right;
}
.navigation ul li a {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.navigation ul li a:hover {
  color: white;
}
@media (max-width: 980px) {
  .navigation ul li a {
    font-size: 14px;
  }
}
form {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 1100px) {
  form {
    padding-bottom: 120px;
  }
}
form .flower {
  width: 200px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -40px;
}
form .row {
  margin: 0 !important;
}
@media (min-width: 800px) {
  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%;
  }
}
form label {
  font-size: 18px;
  display: block;
  line-height: 1;
}
form label span {
  font-size: 14px;
  opacity: 0.5;
}
form label input,
form label select {
  display: block;
  border: 1px solid transparent;
  color: #3c3c3c;
  line-height: 24px;
  padding: 8px 20px;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form .form-group {
  margin-bottom: 24px;
  position: relative;
}
form .form-group.nested {
  margin-bottom: 0;
}
form .form-group.checkbox-group {
  margin: 0 0 16px 0;
}
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: #ff0000;
  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: #ff0000;
  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: 800px) {
  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;
}
input[type="submit"],
.button {
  margin: 0;
  display: block;
  border: 0;
  color: #fff;
  font-size: 20px;
  padding: 16px 32px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 4px;
  font-weight: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fe0000;
  -webkit-box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.5);
}
input[type="submit"][disabled],
.button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
input[type="submit"]:hover,
.button:hover {
  background: #cb0000;
}
.ui-modal input[type="submit"],
.ui-modal .button {
  display: inline-block;
  width: auto;
  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;
}
input[type="checkbox"] {
  display: none;
}
.checkbox {
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox strong {
  font-weight: normal;
}
.checkbox .input {
  width: 24px;
  height: 24px;
  background: white;
  padding: 4px;
  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: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.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: #8a72d6;
  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;
}
.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;
}
.before-start {
  background: #ff0000;
  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);
  }
}
.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;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  margin-top: 10px;
  height: 136px;
  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/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: white;
  opacity: 0.5;
}
.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;
}
.reg-note {
  text-align: center;
  font-size: 12px;
  position: relative;
}
.reg-note img {
  width: 40%;
  position: absolute;
  bottom: -100px;
}
@media (max-width: 980px) {
  .reg-note img {
    display: none;
  }
}
.reg-note img.img-1 {
  left: 0;
}
.reg-note img.img-2 {
  right: 0;
}
.reg-note .submit {
  margin: 40px auto 16px auto;
}
.reg-note p {
  margin: 0;
}
.ui-modal {
  background: white;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 300px;
  width: 90%;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
  -webkit-animation: modal 0.3s 1 ease;
          animation: modal 0.3s 1 ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  color: #3c3c3c;
  padding: 24px;
  text-align: center;
  font-size: 16px;
}
.ui-modal .btn-holder {
  margin-top: 16px;
}
.ui-modal strong {
  font-weight: bold;
}
.ui-modal .larger {
  font-size: 16px;
  color: #3c3c3c;
}
.checkbox .ui-modal {
  text-align: left;
  max-width: 900px;
  display: none;
}
@media (max-width: 980px) {
  .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;
  -webkit-animation: overlay 0.3s 1 ease;
          animation: overlay 0.3s 1 ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes overlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% - 10px));
            transform: translate(-50%, calc(-50% - 10px));
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes modal {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% - 10px));
            transform: translate(-50%, calc(-50% - 10px));
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes modalmobile {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@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;
}
a[data-fancybox]:focus {
  outline: none;
  -webkit-box-shadow: 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: 980px) {
  .fancybox__content,
  .terms-wrapper {
    padding: 12px;
  }
}
@media (max-width: 980px) {
}
.fancybox__content .carousel__button,
.terms-wrapper .carousel__button {
  background: #ff0000;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.fancybox__content .carousel__button svg,
.terms-wrapper .carousel__button svg {
  -webkit-filter: none;
          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;
}
table {
  width: 100%;
  border: 0;
}
table td {
  padding: 8px 4px;
  border: 0;
  vertical-align: top;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}
table td:first-child {
  padding-left: 0;
  font-weight: bold;
}
table td:last-child {
  padding-right: 0;
}
table td p {
  margin: 0;
  text-align: left;
}
@media (max-width: 980px) {
  table td {
    font-size: 14px;
  }
}
