@import url("font/font.css");
body {
  background: #014281 url("img/bg-desktop.jpg") no-repeat center top;
  background-attachment: fixed !important;
  background-size: cover;
  color: #fff !important;
  font: 400 0.94vw/normal "Roboto", Arial, sans-serif;
  text-align: center; }
  @media (min-width: 1920px) {
    body {
      font-size: 18px; } }
  @media (max-width: 768px) {
    body {
      background-image: url("img/bg-mobile.jpg");
      font-size: 2.34vw; } }
  body.plug {
    background: #014281 url(img/zaslepka-desktop.jpg) no-repeat center top;
    background-attachment: initial !important;
    background-size: 100%;
    width: 100vw;
    height: 56.76vw;
    max-width: 100%;
    /*.btn-plug {
        position: absolute;
        margin-top: 54.5vw;
        display: block;
        font-size: 1.1vw;
        color: #fff;
    }*/ }
    @media (max-width: 768px) {
      body.plug {
        background: #014281 url(img/zaslepka-mobile.jpg) no-repeat center top;
        background-attachment: initial !important;
        background-size: 100%;
        height: 174.22vw;
        /*.btn-plug {
            margin-top: 181.5vw;
            font-size: 3.1vw;
        }*/ } }
  body a {
    color: #fff; }
    body a:hover, body a:focus, body a:active {
      color: #fff; }
  body img {
    max-width: 100%; }
  body .text-underline {
    text-decoration: underline; }
  body .red-c {
    color: #E30613; }
  body .blue-c {
    color: #05A3FF !important; }
  body .RobotoBlack {
    font-weight: 900 !important; }
  @media (max-width: 768px) {
    body .d-none-768 {
      display: none !important; } }
  body .d-block-768 {
    display: none !important; }
    @media (max-width: 768px) {
      body .d-block-768 {
        display: block !important; } }
  body .btn {
    font: 500 2.08vw/normal "Roboto", Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 3.08vw;
    background-color: #E30613;
    border: 1px solid #E30613;
    color: #fff;
    padding: 1.04vw 3.65vw;
    -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
    min-width: 18.23vw; }
    body .btn:hover, body .btn:focus, body .btn:active, body .btn:not(:disabled):not(.disabled):active {
      background-color: #E30613;
      border-color: #E30613;
      color: #fff;
      -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
      box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25); }
    @media (min-width: 1920px) {
      body .btn {
        border-radius: 60px;
        min-width: 350px;
        font-size: 40px;
        padding: 20px 70px; } }
    @media (max-width: 768px) {
      body .btn {
        min-width: 50.78vw;
        font-size: 5.21vw;
        padding: 2.6vw 9.11vw;
        border-radius: 7.81vw; } }
  body .header {
    width: 100%;
    height: 5.73vw;
    z-index: 10000;
    position: fixed;
    background: #014281 url("img/bg-desktop.jpg") no-repeat center top;
    background-attachment: fixed !important;
    background-size: cover;
    font: 700 1.14vw/normal  "Roboto", Arial, sans-serif;
    color: #05A3FF;
    text-transform: uppercase;
    /*-webkit-box-shadow: 0px 8px 8px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 8px 8px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 8px 8px -6px rgba(0,0,0,0.3);*/ }
    @media (min-width: 1920px) {
      body .header {
        height: 110px;
        font-size: 21.89px; } }
    @media (max-width: 768px) {
      body .header {
        background-image: url("img/bg-mobile.jpg"); } }
    body .header .container {
      max-width: 100%; }
    body .header .navbar {
      max-width: 90vw;
      margin: auto;
      min-height: 5.73vw; }
      @media (min-width: 1920px) {
        body .header .navbar {
          min-height: 110px; } }
      body .header .navbar-collapse {
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0); }
      body .header .navbar .navbar-nav {
        padding: 0 0.5vw; }
        @media (min-width: 1920px) {
          body .header .navbar .navbar-nav {
            padding: 0 9px; } }
        body .header .navbar .navbar-nav .nav-item:first-of-type {
          position: absolute;
          left: 0;
          top: 0; }
          @media (min-width: 1920px) {
            body .header .navbar .navbar-nav .nav-item:first-of-type {
              margin-left: 20px; } }
        body .header .navbar .navbar-nav .nav-item:nth-of-type(2) {
          padding-left: 12vw; }
        body .header .navbar .navbar-nav .nav-item .nav-link {
          font-size: 1.14vw;
          font-weight: 700;
          line-height: normal;
          color: #05A3FF;
          padding: 0.2vw 2vw; }
          @media (min-width: 1920px) {
            body .header .navbar .navbar-nav .nav-item .nav-link {
              font-size: 21.89px;
              padding: 3.6px 38px; } }
          body .header .navbar .navbar-nav .nav-item .nav-link.logo {
            padding: 0;
            position: fixed;
            left: 0;
            top: 0; }
            body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
              max-width: 26.56vw; }
              @media (min-width: 1920px) {
                body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
                  max-width: 510px; } }
          body .header .navbar .navbar-nav .nav-item .nav-link.btn {
            padding: 0.2vw 0.5vw;
            min-width: 9vw;
            border-radius: 0.8vw; }
            @media (min-width: 1920px) {
              body .header .navbar .navbar-nav .nav-item .nav-link.btn {
                padding: 3.8px 9.6px;
                min-width: 173px;
                border-radius: 15px; } }
    @media (min-width: 769px) {
      body .header .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media (max-width: 768px) {
      body .header {
        height: 14.32vw; }
        body .header .navbar-expand-md {
          min-height: 14.32vw;
          max-width: 100%;
          -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
          display: flex !important; }
          body .header .navbar-expand-md.show {
            -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }
        body .header .navbar .collapse:not(.show) {
          display: none !important; }
        body .header .navbar .collapse.in {
          display: block !important; }
        body .header .navbar .navbar-nav {
          display: flex !important;
          -ms-flex-direction: column;
          flex-direction: column;
          margin: 0; }
          body .header .navbar .navbar-nav .nav-item {
            /*border-bottom: 1px solid $white-c;*/
            width: 60vw; }
            body .header .navbar .navbar-nav .nav-item:first-of-type, body .header .navbar .navbar-nav .nav-item:last-of-type {
              /*border-bottom: 0;*/ }
            body .header .navbar .navbar-nav .nav-item .nav-link {
              font-size: 6.2vw;
              padding: 4.5vw 0;
              color: #014281; }
              body .header .navbar .navbar-nav .nav-item .nav-link.btn {
                padding: 1.3vw 3.4vw;
                border-radius: 1.95vw; }
            body .header .navbar .navbar-nav .nav-item:nth-of-type(2) {
              margin-left: 0 !important;
              margin-top: 15vw;
              padding-left: 0; }
            body .header .navbar .navbar-nav .nav-item:last-of-type {
              margin-left: 0;
              margin-bottom: 3.5vw; }
        body .header .navbar .nav-link.logo {
          position: absolute;
          left: 0;
          padding: 0; }
          body .header .navbar .nav-link.logo .logo-img {
            width: 66vw;
            margin: 0; }
        body .header .navbar .box-button {
          position: absolute;
          right: 0; }
          body .header .navbar .box-button .navbar-toggler {
            padding: 4vw 8.2vw 1.25vw;
            background-color: transparent;
            border: 0px solid #05A3FF;
            border-radius: 6.5vw;
            transform: scale(1);
            float: right;
            position: absolute;
            right: 0;
            display: block; }
            body .header .navbar .box-button .navbar-toggler .icon-bar {
              display: block;
              background-color: #014281;
              width: 8vw;
              height: 0.73vw;
              border-radius: 0px;
              box-shadow: 0 0 0px 0 #fff;
              transition: 0.8s; }
              body .header .navbar .box-button .navbar-toggler .icon-bar--1 {
                transform: rotate(-45deg) translate(-2.5vw, 2.7vw); }
              body .header .navbar .box-button .navbar-toggler .icon-bar--2 {
                opacity: 0; }
              body .header .navbar .box-button .navbar-toggler .icon-bar--3 {
                transform: rotate(45deg) translate(-1.2vw, -1.2vw); }
              body .header .navbar .box-button .navbar-toggler .icon-bar + .icon-bar {
                margin-top: 1.93vw; }
            body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar {
              background-color: #05A3FF; }
              body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--1 {
                transform: rotate(0deg) translate(0px, 0px); }
              body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--2 {
                opacity: 1; }
              body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--3 {
                transform: rotate(0deg) translate(0px, 0px); }
            body .header .navbar .box-button .navbar-toggler:focus {
              outline: 0px dotted;
              outline: 0px auto -webkit-focus-ring-color; } }
    @media (max-width: 768px) {
      body .header.show-menu {
        background: #05A3FF; }
        body .header.show-menu .navbar-expand-md {
          background: #05A3FF;
          border-left: 1px solid #05A3FF;
          border-right: 1px solid #05A3FF;
          -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); } }
  body .footer {
    font: 500 1.77vw/normal  "Roboto", Arial, sans-serif;
    background-color: #fff;
    color: #014281; }
    body .footer .container {
      max-width: 77vw;
      padding-bottom: 0; }
      body .footer .container .row {
        margin: 1.56vw auto;
        text-align: center; }
        body .footer .container .row .nav-link {
          color: #014281; }
      @media (max-width: 768px) {
        body .footer .container .col-md-4 {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
    @media (min-width: 1920px) {
      body .footer {
        font-size: 34px; }
        body .footer .container {
          max-width: 1340px; } }
    @media (max-width: 768px) {
      body .footer {
        font-size: 4.43vw; }
        body .footer .container {
          max-width: 84vw; }
          body .footer .container .nav-link {
            padding: 3vw 0 1vw; } }
  body .container {
    padding: 0;
    max-width: 100%; }
    body .container .title {
      position: relative;
      font: 400 3.13vw/normal "Roboto", Arial, sans-serif;
      color: #05A3FF;
      margin: 1.56vw auto;
      text-transform: uppercase; }
      body .container .title:before {
        content: '';
        position: absolute;
        background-image: url(img/line-before.svg);
        background-size: 100%;
        width: 26.46vw;
        height: 0.16vw;
        top: -3.13vw;
        left: calc((100% - 26.46vw) / 2); }
      @media (min-width: 1920px) {
        body .container .title {
          margin: 30px auto;
          font-size: 60px; }
          body .container .title:before {
            width: 508px;
            height: 3px;
            top: -60px;
            left: calc((100% - 508px) / 2); } }
      @media (max-width: 768px) {
        body .container .title {
          font-size: 7.81vw;
          margin: 3.91vw auto; }
          body .container .title:before {
            width: 66.15vw;
            height: 0.39vw;
            top: -7.81vw;
            left: calc((100% - 66.15vw) / 2); } }
    body .container .subtitle {
      font: normal 2.08vw/normal "Roboto", Arial, sans-serif;
      margin: 0 auto 2vw;
      color: #fff; }
      @media (min-width: 1920px) {
        body .container .subtitle {
          margin: 0 auto 40px;
          font-size: 40px; } }
      @media (max-width: 768px) {
        body .container .subtitle {
          margin: 0 auto 5.21vw;
          font-size: 5.21vw; } }
    body .container-home {
      padding: 6.25vw 0 4.69vw; }
      @media (max-width: 768px) {
        body .container-home {
          padding-top: 15.63vw;
          overflow-x: hidden; } }
      body .container-home .img-desktop {
        width: 68.54vw; }
        @media (min-width: 1920px) {
          body .container-home .img-desktop {
            width: 1316px; } }
        @media (max-width: 768px) {
          body .container-home .img-desktop {
            width: 125vw;
            max-width: 958px;
            margin-left: -12vw; } }
    body .container-rules {
      padding: 3.13vw 0 4.69vw;
      position: relative; }
      body .container-rules .img-desktop {
        width: 58.7vw;
        margin-left: 9.9vw; }
      @media (min-width: 1920px) {
        body .container-rules .img-desktop {
          width: 1127px;
          margin-left: 190px; } }
      @media (max-width: 768px) {
        body .container-rules {
          padding: 7.81vw 0 11.72vw; }
          body .container-rules .img-desktop {
            width: 89.45vw;
            margin-left: 7.3vw; } }
      body .container-rules .btn {
        margin: 3.13vw auto; }
        @media (min-width: 1920px) {
          body .container-rules .btn {
            margin: 60px auto; } }
        @media (max-width: 768px) {
          body .container-rules .btn {
            margin: 7.81vw auto; } }
      body .container-rules .btn-transparent {
        position: absolute;
        text-indent: -10000px;
        background-color: transparent;
        border-color: transparent;
        top: 20.83vw;
        left: 47.92vw;
        width: 20.31vw;
        height: 3.65vw; }
        @media (min-width: 1920px) {
          body .container-rules .btn-transparent {
            top: 400px;
            /*left: 920px;*/
            width: 390px;
            height: 70px; } }
        @media (max-width: 768px) {
          body .container-rules .btn-transparent {
            top: 62vw;
            left: 25.5vw;
            width: 52.31vw;
            height: 6.65vw; } }
        body .container-rules .btn-transparent:hover, body .container-rules .btn-transparent:focus, body .container-rules .btn-transparent:active, body .container-rules .btn-transparent:not(:disabled):not(.disabled):active {
          background-color: transparent;
          border-color: transparent; }
      body .container-rules .count-box {
        max-width: 35.42vw;
        margin: 0.78vw auto 0; }
        @media (min-width: 1920px) {
          body .container-rules .count-box {
            max-width: 680px;
            margin: 15px auto 0; } }
        @media (max-width: 768px) {
          body .container-rules .count-box {
            max-width: 88.54vw;
            margin: 1.95vw auto 0; } }
        body .container-rules .count-box .input-before-bg {
          position: relative;
          display: flex; }
          body .container-rules .count-box .input-before-bg:before {
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            background: white;
            width: 13.54vw;
            height: 5.21vw;
            transition: .2s;
            -webkit-backface-visibility: hidden;
            -webkit-transform: skewX(-35deg);
            -moz-transform: skewX(-35deg);
            -ms-transform: skewX(-35deg);
            transform: skewX(-35deg);
            margin-left: 1.3vw; }
          @media (min-width: 1920px) {
            body .container-rules .count-box .input-before-bg:before {
              width: 260px;
              height: 100px;
              margin-left: 25px; } }
          @media (max-width: 768px) {
            body .container-rules .count-box .input-before-bg:before {
              width: 33.85vw;
              height: 13.02vw;
              margin-left: 4.26vw; } }
        body .container-rules .count-box input {
          color: #014281;
          font-size: 2.54vw;
          font-family: "Roboto", Arial, sans-serif;
          font-weight: 700;
          border: 0;
          border-radius: 0;
          text-align: center;
          height: calc(5.1vw + 2px);
          -webkit-box-shadow: 0 3px 3px transparent;
          box-shadow: 0 3px 3px transparent;
          background-color: transparent;
          padding: .375rem 1.5rem;
          display: block;
          width: 100%; }
          body .container-rules .count-box input[readonly] {
            background-color: transparent; }
          @media (min-width: 1920px) {
            body .container-rules .count-box input {
              font-size: 48.8px;
              height: calc(98px + 2px); } }
          @media (max-width: 768px) {
            body .container-rules .count-box input {
              font-size: 6.35vw;
              height: calc(12.76vw + 2px);
              -webkit-box-shadow: 0 5px 5px transparent;
              box-shadow: 0 5px 5px transparent; } }
          body .container-rules .count-box input::placeholder {
            color: #014281;
            opacity: 1; }
          body .container-rules .count-box input:focus {
            color: #014281;
            outline: 0;
            -webkit-box-shadow: 0 3px 3px transparent;
            box-shadow: 0 3px 3px transparent; }
        body .container-rules .count-box .tickets-count {
          font-size: 4.17vw;
          color: #05A3FF; }
          @media (min-width: 1920px) {
            body .container-rules .count-box .tickets-count {
              font-size: 80px; } }
          @media (max-width: 768px) {
            body .container-rules .count-box .tickets-count {
              font-size: 10.42vw; } }
        body .container-rules .count-box .col-6 {
          padding: 0 0.78vw; }
          body .container-rules .count-box .col-6:nth-of-type(1) .input-before-bg:before {
            background-color: #05A3FF; }
          body .container-rules .count-box .col-6:nth-of-type(2) {
            margin-left: -2.08vw; }
            @media (min-width: 1920px) {
              body .container-rules .count-box .col-6:nth-of-type(2) {
                margin-left: -40px; } }
            @media (max-width: 768px) {
              body .container-rules .count-box .col-6:nth-of-type(2) {
                margin-left: -5.21vw; } }
    body .container-awards {
      padding: 3.13vw 0 4.69vw; }
      @media (max-width: 768px) {
        body .container-awards {
          padding: 7.81vw 0 11.72vw; } }
      body .container-awards .img-desktop {
        width: 45.1vw; }
        @media (min-width: 1920px) {
          body .container-awards .img-desktop {
            width: 866px; } }
        @media (max-width: 768px) {
          body .container-awards .img-desktop {
            width: 100vw; } }
    body .container-contact {
      padding: 3.13vw 0 4.69vw; }
      @media (max-width: 768px) {
        body .container-contact {
          padding: 7.81vw 0 11.72vw; } }
      body .container-contact .img-desktop {
        width: 29.22vw; }
        @media (min-width: 1920px) {
          body .container-contact .img-desktop {
            width: 561px; } }
        @media (max-width: 768px) {
          body .container-contact .img-desktop {
            width: 73.05vw; } }
      body .container-contact .subtitle {
        font-size: 2.34vw;
        margin-top: 0.78vw; }
        body .container-contact .subtitle .text-small {
          font-size: 1.82vw;
          margin: 1.56vw auto 0.78vw;
          display: inline-block; }
        @media (min-width: 1920px) {
          body .container-contact .subtitle {
            font-size: 45px;
            margin-top: 15px; }
            body .container-contact .subtitle .text-small {
              font-size: 35px;
              margin: 30px auto 15px; } }
        @media (max-width: 768px) {
          body .container-contact .subtitle {
            font-size: 5.86vw;
            margin-top: 1.95vw; }
            body .container-contact .subtitle .text-small {
              font-size: 4.56vw;
              margin: 3.91vw auto 1.95vw; } }
    body .container-register {
      padding: 3.13vw 0 4.69vw; }
      @media (max-width: 768px) {
        body .container-register {
          padding: 7.81vw 0 11.72vw; } }
      body .container-register #register-form, body .container-register #laureate-form {
        max-width: 69.79vw;
        margin: 2vw auto 0;
        text-align: left;
        position: relative;
        z-index: 10; }
        @media (max-width: 768px) {
          body .container-register #register-form, body .container-register #laureate-form {
            max-width: 85vw; }
            body .container-register #register-form .col-md-6, body .container-register #laureate-form .col-md-6 {
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%; } }
        body .container-register #register-form .btn-register, body .container-register #laureate-form .btn-register {
          margin: 2vw auto; }
          @media (max-width: 768px) {
            body .container-register #register-form .btn-register, body .container-register #laureate-form .btn-register {
              margin: 5vw auto; } }
        body .container-register #register-form .input-before-bg, body .container-register #laureate-form .input-before-bg {
          display: inline-block;
          position: relative;
          margin-left: calc((100% - 33.33vw) / 2); }
          body .container-register #register-form .input-before-bg:before, body .container-register #laureate-form .input-before-bg:before {
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            background: white;
            width: 33.33vw;
            height: 3.91vw;
            transition: .2s;
            -webkit-backface-visibility: hidden;
            -webkit-transform: skewX(-35deg);
            -moz-transform: skewX(-35deg);
            -ms-transform: skewX(-35deg);
            transform: skewX(-35deg); }
          @media (min-width: 1920px) {
            body .container-register #register-form .input-before-bg, body .container-register #laureate-form .input-before-bg {
              margin-left: calc((100% - 640px) / 2); }
              body .container-register #register-form .input-before-bg:before, body .container-register #laureate-form .input-before-bg:before {
                width: 640px;
                height: 75px; } }
          @media (max-width: 768px) {
            body .container-register #register-form .input-before-bg, body .container-register #laureate-form .input-before-bg {
              margin-left: 0; }
              body .container-register #register-form .input-before-bg:before, body .container-register #laureate-form .input-before-bg:before {
                width: 81.33vw;
                height: 8.91vw; } }
        body .container-register #register-form .field-registerform-agree,
        body .container-register #register-form .field-laureateform-agree, body .container-register #laureate-form .field-registerform-agree,
        body .container-register #laureate-form .field-laureateform-agree {
          color: #fff;
          font-size: 0.94vw;
          font-family: "Roboto",sans-serif;
          margin: 1vw 0 0; }
          @media (max-width: 768px) {
            body .container-register #register-form .field-registerform-agree,
            body .container-register #register-form .field-laureateform-agree, body .container-register #laureate-form .field-registerform-agree,
            body .container-register #laureate-form .field-laureateform-agree {
              font-size: 2.17vw; } }
          body .container-register #register-form .field-registerform-agree a,
          body .container-register #register-form .field-laureateform-agree a, body .container-register #laureate-form .field-registerform-agree a,
          body .container-register #laureate-form .field-laureateform-agree a {
            color: #fff; }
            body .container-register #register-form .field-registerform-agree a:hover, body .container-register #register-form .field-registerform-agree a:focus, body .container-register #register-form .field-registerform-agree a:active,
            body .container-register #register-form .field-laureateform-agree a:hover,
            body .container-register #register-form .field-laureateform-agree a:focus,
            body .container-register #register-form .field-laureateform-agree a:active, body .container-register #laureate-form .field-registerform-agree a:hover, body .container-register #laureate-form .field-registerform-agree a:focus, body .container-register #laureate-form .field-registerform-agree a:active,
            body .container-register #laureate-form .field-laureateform-agree a:hover,
            body .container-register #laureate-form .field-laureateform-agree a:focus,
            body .container-register #laureate-form .field-laureateform-agree a:active {
              color: #fff; }
          body .container-register #register-form .field-registerform-agree .input-before-bg,
          body .container-register #register-form .field-laureateform-agree .input-before-bg, body .container-register #laureate-form .field-registerform-agree .input-before-bg,
          body .container-register #laureate-form .field-laureateform-agree .input-before-bg {
            display: none; }
          body .container-register #register-form .field-registerform-agree label,
          body .container-register #register-form .field-laureateform-agree label, body .container-register #laureate-form .field-registerform-agree label,
          body .container-register #laureate-form .field-laureateform-agree label {
            font-weight: 400;
            position: relative;
            left: 1.6vw;
            cursor: pointer;
            margin: 0.5rem 0; }
            @media (min-width: 1920px) {
              body .container-register #register-form .field-registerform-agree label,
              body .container-register #register-form .field-laureateform-agree label, body .container-register #laureate-form .field-registerform-agree label,
              body .container-register #laureate-form .field-laureateform-agree label {
                left: 30px;
                font-size: 18px; } }
            @media (max-width: 768px) {
              body .container-register #register-form .field-registerform-agree label,
              body .container-register #register-form .field-laureateform-agree label, body .container-register #laureate-form .field-registerform-agree label,
              body .container-register #laureate-form .field-laureateform-agree label {
                left: 5.2vw;
                max-width: 95%; } }
          body .container-register #register-form .field-registerform-agree input,
          body .container-register #register-form .field-laureateform-agree input, body .container-register #laureate-form .field-registerform-agree input,
          body .container-register #laureate-form .field-laureateform-agree input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
          body .container-register #register-form .field-registerform-agree .checkmark,
          body .container-register #register-form .field-laureateform-agree .checkmark, body .container-register #laureate-form .field-registerform-agree .checkmark,
          body .container-register #laureate-form .field-laureateform-agree .checkmark {
            position: absolute;
            top: -2px;
            left: -1.6vw;
            width: 1.1vw;
            height: 1.1vw;
            border-radius: 4px;
            background-color: #fff;
            border: 1px solid #fff;
            -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }
            @media (min-width: 1920px) {
              body .container-register #register-form .field-registerform-agree .checkmark,
              body .container-register #register-form .field-laureateform-agree .checkmark, body .container-register #laureate-form .field-registerform-agree .checkmark,
              body .container-register #laureate-form .field-laureateform-agree .checkmark {
                left: -30px;
                width: 20px;
                height: 20px; } }
            @media (max-width: 768px) {
              body .container-register #register-form .field-registerform-agree .checkmark,
              body .container-register #register-form .field-laureateform-agree .checkmark, body .container-register #laureate-form .field-registerform-agree .checkmark,
              body .container-register #laureate-form .field-laureateform-agree .checkmark {
                top: 0;
                left: -5.2vw;
                width: 3.5vw;
                height: 3.5vw; } }
            body .container-register #register-form .field-registerform-agree .checkmark:after,
            body .container-register #register-form .field-laureateform-agree .checkmark:after, body .container-register #laureate-form .field-registerform-agree .checkmark:after,
            body .container-register #laureate-form .field-laureateform-agree .checkmark:after {
              content: "";
              position: absolute;
              left: 0px;
              top: 0px;
              width: 14px;
              height: 14px; }
          body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark,
          body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark,
          body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark {
            background-color: #05A3FF;
            border: 1px solid #05A3FF; }
            body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after,
            body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark:after,
            body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark:after {
              position: absolute;
              content: '';
              left: 0.31vw;
              top: 0.1vw;
              width: 0.4vw;
              height: 0.7vw;
              border: solid #fff;
              border-width: 0 2px 2px 0;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
            @media (min-width: 1920px) {
              body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after,
              body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark:after,
              body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark:after {
                left: 6px;
                top: 2px;
                width: 7px;
                height: 12px; } }
            @media (max-width: 768px) {
              body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after,
              body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark:after,
              body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark:after {
                left: 1.2vw;
                top: 0.4vw;
                width: 1vw;
                height: 2.2vw; } }
        body .container-register #register-form .form-control, body .container-register #laureate-form .form-control {
          color: #014281;
          font-size: 1.56vw;
          font-family: "Roboto", Arial, sans-serif;
          font-weight: 400;
          border: 0;
          border-radius: 0;
          text-align: center;
          height: calc(3.28vw + 2px);
          -webkit-box-shadow: 0 3px 3px transparent;
          box-shadow: 0 3px 3px transparent;
          background-color: transparent;
          padding: .375rem 1.5rem; }
          body .container-register #register-form .form-control[readonly], body .container-register #laureate-form .form-control[readonly] {
            background-color: transparent; }
          @media (min-width: 1920px) {
            body .container-register #register-form .form-control, body .container-register #laureate-form .form-control {
              font-size: 30px;
              height: calc(63px + 2px); } }
          @media (max-width: 768px) {
            body .container-register #register-form .form-control, body .container-register #laureate-form .form-control {
              font-size: 3.91vw;
              height: calc(7.6vw + 2px);
              -webkit-box-shadow: 0 5px 5px transparent;
              box-shadow: 0 5px 5px transparent; } }
          body .container-register #register-form .form-control::placeholder, body .container-register #laureate-form .form-control::placeholder {
            color: #014281;
            opacity: 1; }
          body .container-register #register-form .form-control:focus, body .container-register #laureate-form .form-control:focus {
            color: #014281;
            outline: 0;
            -webkit-box-shadow: 0 3px 3px transparent;
            box-shadow: 0 3px 3px transparent; }
        body .container-register #register-form .text-bottom, body .container-register #laureate-form .text-bottom {
          font-size: 0.83vw;
          text-align: justify; }
          @media (min-width: 1920px) {
            body .container-register #register-form .text-bottom, body .container-register #laureate-form .text-bottom {
              font-size: 16px; } }
          @media (max-width: 768px) {
            body .container-register #register-form .text-bottom, body .container-register #laureate-form .text-bottom {
              font-size: 2.08vw; } }
          body .container-register #register-form .text-bottom .more-text, body .container-register #laureate-form .text-bottom .more-text {
            cursor: pointer; }
          body .container-register #register-form .text-bottom .collapse.in, body .container-register #laureate-form .text-bottom .collapse.in {
            display: block !important; }
    body .container-laureate {
      padding: 3.13vw 0 4.69vw;
      max-width: 40vw; }
      body .container-laureate .subtitle {
        margin-top: 60px; }
      body .container-laureate .winner-title {
        max-width: 35.42vw;
        margin: 0.78vw auto;
        border: 1px solid #05A3FF;
        border-radius: 0.78vw;
        height: 2.6vw;
        font-weight: 700;
        font-size: 1.56vw;
        cursor: pointer;
        position: relative; }
        body .container-laureate .winner-title:before, body .container-laureate .winner-title:after {
          position: absolute;
          z-index: -1;
          content: "";
          background: url("img/arrow-winner-list.svg") no-repeat;
          background-size: 100%;
          width: 1.04vw;
          height: 0.63vw;
          transition: .2s; }
          @media (min-width: 1920px) {
            body .container-laureate .winner-title:before, body .container-laureate .winner-title:after {
              width: 20px;
              height: 12px; } }
          @media (max-width: 768px) {
            body .container-laureate .winner-title:before, body .container-laureate .winner-title:after {
              width: 2.6vw;
              height: 1.56vw; } }
        body .container-laureate .winner-title:before {
          top: 0.94vw;
          left: 0.78vw; }
          @media (min-width: 1920px) {
            body .container-laureate .winner-title:before {
              top: 18px;
              left: 15px; } }
          @media (max-width: 768px) {
            body .container-laureate .winner-title:before {
              top: 2.34vw;
              left: 1.95vw; } }
        body .container-laureate .winner-title:after {
          top: 0.94vw;
          right: 0.78vw; }
          @media (min-width: 1920px) {
            body .container-laureate .winner-title:after {
              top: 18px;
              right: 15px; } }
          @media (max-width: 768px) {
            body .container-laureate .winner-title:after {
              top: 2.34vw;
              right: 1.95vw; } }
        body .container-laureate .winner-title.show-list:before, body .container-laureate .winner-title.show-list:after {
          transition: .2s;
          transform: rotate(180deg); }
      @media (min-width: 1920px) {
        body .container-laureate {
          max-width: 768px; }
          body .container-laureate .subtitle {
            margin-top: 60px; }
          body .container-laureate .winner-title {
            max-width: 680px;
            margin: 15px auto;
            border-radius: 15px;
            height: 50px;
            font-size: 30px; } }
      @media (max-width: 768px) {
        body .container-laureate {
          padding: 7.81vw 0 11.72vw;
          max-width: 90vw; }
          body .container-laureate .subtitle {
            margin-top: 7.81vw; }
          body .container-laureate .winner-title {
            max-width: 88.54vw;
            margin: 1.95vw auto;
            border-radius: 1.95vw;
            height: 6.51vw;
            font-size: 3.91vw; } }
      body .container-laureate table {
        border-collapse: collapse;
        width: 100%;
        color: #05A3FF; }
        body .container-laureate table td, body .container-laureate table th {
          border: 1px solid #05A3FF;
          text-align: center;
          padding: 0.78vw;
          width: 33.33%;
          height: 2.34vw; }
          @media (min-width: 1920px) {
            body .container-laureate table td, body .container-laureate table th {
              padding: 15px;
              height: 45px; } }
          @media (max-width: 768px) {
            body .container-laureate table td, body .container-laureate table th {
              padding: 1.95vw;
              height: 5.86vw; } }
      body .container-laureate .table-main-winner {
        border-collapse: separate;
        font-size: 1.93vw;
        color: #fff; }
        @media (min-width: 1920px) {
          body .container-laureate .table-main-winner {
            font-size: 37px; } }
        @media (max-width: 768px) {
          body .container-laureate .table-main-winner {
            font-size: 4.82vw; } }
        body .container-laureate .table-main-winner th {
          font-size: 1.61vw;
          line-height: 100%;
          font-weight: 900;
          color: #05A3FF; }
          @media (min-width: 1920px) {
            body .container-laureate .table-main-winner th {
              font-size: 31px; } }
          @media (max-width: 768px) {
            body .container-laureate .table-main-winner th {
              font-size: 4.04vw; } }
        body .container-laureate .table-main-winner td, body .container-laureate .table-main-winner th {
          border-right: 0;
          border-left: 0; }
          body .container-laureate .table-main-winner td:first-of-type, body .container-laureate .table-main-winner th:first-of-type {
            border-left: 1px solid #05A3FF; }
          body .container-laureate .table-main-winner td:last-of-type, body .container-laureate .table-main-winner th:last-of-type {
            border-right: 1px solid #05A3FF; }
        body .container-laureate .table-main-winner tr:last-child td {
          background-color: rgba(217, 217, 217, 0.2); }
        body .container-laureate .table-main-winner tr:last-child td:first-child {
          border-bottom-left-radius: 0.78vw; }
        body .container-laureate .table-main-winner tr:last-child td:last-child {
          border-bottom-right-radius: 0.78vw; }
        body .container-laureate .table-main-winner tr:first-child th:first-child {
          border-top-left-radius: 0.78vw; }
        body .container-laureate .table-main-winner tr:first-child th:last-child {
          border-top-right-radius: 0.78vw; }
        @media (min-width: 1920px) {
          body .container-laureate .table-main-winner tr:last-child td:first-child {
            border-bottom-left-radius: 15px; }
          body .container-laureate .table-main-winner tr:last-child td:last-child {
            border-bottom-right-radius: 15px; }
          body .container-laureate .table-main-winner tr:first-child th:first-child {
            border-top-left-radius: 15px; }
          body .container-laureate .table-main-winner tr:first-child th:last-child {
            border-top-right-radius: 15px; } }
        @media (max-width: 768px) {
          body .container-laureate .table-main-winner tr:last-child td:first-child {
            border-bottom-left-radius: 1.95vw; }
          body .container-laureate .table-main-winner tr:last-child td:last-child {
            border-bottom-right-radius: 1.95vw; }
          body .container-laureate .table-main-winner tr:first-child th:first-child {
            border-top-left-radius: 1.95vw; }
          body .container-laureate .table-main-winner tr:first-child th:last-child {
            border-top-right-radius: 1.95vw; } }
        body .container-laureate .table-main-winner tr:first-of-type th {
          border-bottom: 0px solid #05A3FF; }
        body .container-laureate .table-main-winner tr:last-of-type td {
          border-top: 0px solid #05A3FF; }
        body .container-laureate .table-main-winner tr:nth-of-type(2) td:last-child {
          word-break: break-word; }
      body .container-laureate div[id^='winner-list'], body .container-laureate div[id*='winner-list'] {
        display: none; }
      body .container-laureate .winner-list .sub-subtitle {
        color: #05A3FF;
        font-weight: 600;
        font-size: 3.13vw; }
        @media (min-width: 1920px) {
          body .container-laureate .winner-list .sub-subtitle {
            font-size: 60px; } }
        @media (max-width: 768px) {
          body .container-laureate .winner-list .sub-subtitle {
            font-size: 7.81vw; } }
      body .container-laureate .winner-list table {
        width: 80%;
        margin: 0.78vw auto;
        font-size: 1.46vw;
        color: #fff; }
        @media (min-width: 1920px) {
          body .container-laureate .winner-list table {
            margin: 15px auto;
            font-size: 28px; } }
        @media (max-width: 768px) {
          body .container-laureate .winner-list table {
            margin: 1.95vw auto;
            font-size: 3.65vw; } }
        body .container-laureate .winner-list table tr:nth-child(even) {
          background-color: rgba(217, 217, 217, 0.2); }
        body .container-laureate .winner-list table tr td:last-child {
          word-break: break-word; }
        body .container-laureate .winner-list table th {
          font-size: 1.28vw;
          color: #05A3FF;
          font-weight: 900; }
          @media (min-width: 1920px) {
            body .container-laureate .winner-list table th {
              font-size: 24.5px; } }
          @media (max-width: 768px) {
            body .container-laureate .winner-list table th {
              font-size: 3.19vw; } }
        body .container-laureate .winner-list table th, body .container-laureate .winner-list table td {
          padding: 0.26vw 0.78vw; }
          @media (min-width: 1920px) {
            body .container-laureate .winner-list table th, body .container-laureate .winner-list table td {
              padding: 5px 15px; } }
          @media (max-width: 768px) {
            body .container-laureate .winner-list table th, body .container-laureate .winner-list table td {
              padding: 0.65vw 1.95vw; } }
    body .container .pop-up {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1.92vw;
      position: relative;
      top: 2vw;
      width: 70%;
      max-width: 44.27vw;
      margin: auto; }
      @media (min-width: 1920px) {
        body .container .pop-up {
          font-size: 36.8px;
          max-width: 850px; } }
      @media (max-width: 768px) {
        body .container .pop-up {
          width: 90%;
          font-size: 4.79vw;
          max-width: 85vw; } }
      body .container .pop-up .title {
        color: #fff;
        font-size: 2.64vw; }
        @media (min-width: 1920px) {
          body .container .pop-up .title {
            font-size: 50.7px; } }
        @media (max-width: 768px) {
          body .container .pop-up .title {
            font-size: 6.6vw; } }
      body .container .pop-up .btn-close {
        font-family: "Roboto", Arial, sans-serif;
        transform: rotate(45deg);
        display: block;
        position: absolute;
        right: 0.7vw;
        top: 0;
        z-index: 100;
        font-size: 4vw;
        color: #fff;
        font-weight: 300; }
        @media (min-width: 1920px) {
          body .container .pop-up .btn-close {
            font-size: 76.8px; } }
        @media (max-width: 768px) {
          body .container .pop-up .btn-close {
            font-size: 10vw;
            right: 2.7vw; } }
        body .container .pop-up .btn-close:hover, body .container .pop-up .btn-close:focus {
          text-decoration: none; }
    body .container .field-registerform-documentno,
    body .container .field-registerform-buydate,
    body .container .field-registerform-nipno {
      position: relative; }
      body .container .field-registerform-documentno input,
      body .container .field-registerform-buydate input,
      body .container .field-registerform-nipno input {
        padding-right: 45px; }
      body .container .field-registerform-documentno .hint,
      body .container .field-registerform-buydate .hint,
      body .container .field-registerform-nipno .hint {
        display: block;
        position: absolute;
        content: url("img/info-icon.svg");
        background: transparent;
        color: #fff;
        width: 3.3vw;
        height: 3.3vw;
        top: 1.2vw;
        right: 1.5vw;
        cursor: pointer; }
        @media (min-width: 1920px) {
          body .container .field-registerform-documentno .hint,
          body .container .field-registerform-buydate .hint,
          body .container .field-registerform-nipno .hint {
            width: 63px;
            height: 63px;
            top: 23px;
            right: 28.8px; } }
        @media (max-width: 768px) {
          body .container .field-registerform-documentno .hint,
          body .container .field-registerform-buydate .hint,
          body .container .field-registerform-nipno .hint {
            width: 7vw;
            height: 7vw;
            top: 3.1vw;
            right: 3.5vw; } }
    body .container .receipt {
      position: absolute;
      left: calc((100% - 18.23vw) / 2);
      top: -1vw;
      margin: auto;
      width: 18.23vw;
      max-width: 100%;
      height: 600px;
      cursor: pointer;
      font-size: 35px;
      text-transform: uppercase;
      font-family: 'Prater-Regular', Arial, sans-serif;
      padding: 5px;
      display: none;
      z-index: 10005;
      background-color: transparent; }
      @media (min-width: 1920px) {
        body .container .receipt {
          left: calc((100% - 350px) / 2);
          width: 350px; } }
      @media (max-width: 768px) {
        body .container .receipt {
          top: 12vw;
          left: calc((100% - 45.57vw) / 2);
          width: 45.57vw; } }
      body .container .receipt img {
        max-width: 100%;
        max-height: 68vh; }
    body .container .receipt-transparent-layer {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 10002; }
  body .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
    color: #E30613 !important;
    font-size: 0.78vw;
    font-family: "Roboto",sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      body .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
        font-size: 2.17vw; } }
  body .has-error .form-control {
    border-color: #E30613 !important;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
    font-size: 0.78vw; }
    @media (max-width: 768px) {
      body .has-error .form-control {
        font-size: 2.17vw; } }
  body .header-laureate {
    background: transparent;
    -webkit-box-shadow: 0px 8px 8px -6px transparent;
    -moz-box-shadow: 0px 8px 8px -6px transparent;
    box-shadow: 0px 8px 8px -6px transparent;
    position: relative;
    height: 17.19vw; }
    body .header-laureate .navbar .nav-link {
      padding: 0;
      margin: auto; }
      body .header-laureate .navbar .nav-link.logo {
        left: -5vw;
        position: relative; }
        body .header-laureate .navbar .nav-link.logo .logo-img {
          max-width: 51.72vw; }
    @media (min-width: 1920px) {
      body .header-laureate {
        height: 330px; } }
    @media (max-width: 768px) {
      body .header-laureate {
        height: 32.97vw; }
        body .header-laureate .navbar-expand-md {
          background: transparent;
          border-left: 0px solid transparent;
          border-right: 0px solid transparent; }
        body .header-laureate .navbar .nav-link {
          padding: .5rem 1rem; }
          body .header-laureate .navbar .nav-link.logo {
            left: -10vw; }
            body .header-laureate .navbar .nav-link.logo .logo-img {
              margin: 2vw 0 3vw;
              max-width: 100%;
              width: 100vw; } }
  body #laureate-form {
    max-width: 35.42vw !important; }
    @media (min-width: 1920px) {
      body #laureate-form {
        max-width: 680px !important; } }
    @media (max-width: 768px) {
      body #laureate-form {
        max-width: 85vw !important; }
        body #laureate-form .input-before-bg {
          margin-left: 2vw !important; } }
    body #laureate-form .field-laureateform-documentfile {
      text-align: center; }
      body #laureate-form .field-laureateform-documentfile .btn-default {
        display: none; }
      body #laureate-form .field-laureateform-documentfile .btn-file {
        margin: 2vw auto 0;
        font-size: 1.93vw;
        line-height: 100%; }
        @media (min-width: 1920px) {
          body #laureate-form .field-laureateform-documentfile .btn-file {
            font-size: 37px; } }
        @media (max-width: 768px) {
          body #laureate-form .field-laureateform-documentfile .btn-file {
            margin: 5vw auto 0;
            max-width: 80vw;
            font-size: 5.2vw;
            padding: 2vw 5vw 2.4vw; } }
        @media (max-width: 767px) {
          body #laureate-form .field-laureateform-documentfile .btn-file .hidden-xs {
            display: block !important; } }
      body #laureate-form .field-laureateform-documentfile .input-before-bg {
        display: none; }
  body #laureat {
    padding-top: 0; }
    body #laureat:before {
      display: none; }
    body #laureat .title {
      font-size: 2.08vw;
      color: #fff;
      margin: 0 auto; }
      body #laureat .title:before {
        display: none; }
    body #laureat .subtitle {
      font-size: 1.56vw; }
    @media (min-width: 1920px) {
      body #laureat .title {
        font-size: 40px;
        color: #fff;
        margin: 0 auto; }
        body #laureat .title:before {
          display: none; }
      body #laureat .subtitle {
        font-size: 30px; } }
    @media (max-width: 768px) {
      body #laureat .title {
        font-size: 5.21vw; }
      body #laureat .subtitle {
        font-size: 3.91vw; } }

/*# sourceMappingURL=site.css.map */
