@import url("font/font.css");
body {
  color: #fff;
  font: normal 20px/normal "PeridotPEVariable", Arial, sans-serif;
  background: #0F062F url("img/bg.jpg") no-repeat center top;
  background-size: 69.58vw auto;
  width: 100vw;
  max-width: 100%;
}
@media (min-width: 1920px) {
  body {
    background-size: 1336px auto;
  }
}
@media (max-width: 1336px) {
  body {
    background-size: 100%;
  }
}
@media (max-width: 768px) {
  body {
    background: #0F062F url("img/bg-m.jpg") no-repeat center top;
    background-size: 100%;
  }
}
body.plug {
  background-image: none;
}
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 .blue-c {
  color: #00B0E3;
}
body .brown-c {
  color: #C78E78;
}
body .red-c {
  color: #E2000F;
}
body hr {
  /*border-top: 15px solid $grey-c;*/
  height: 15px;
  background: #fff;
  border: 0;
  margin: 2vw auto 0;
  max-width: 1336px;
}
@media (max-width: 768px) {
  body .d-none-768 {
    display: none;
  }
}
body .d-block-768 {
  display: none;
}
@media (max-width: 768px) {
  body .d-block-768 {
    display: block;
  }
}
body .btn {
  font: 900 1.05vw/normal "PeridotPEVariable", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 1.8vw;
  background-color: #E2000F;
  border: 2px solid #E2000F;
  color: #fff;
  padding: 0.55vw 1.5vw;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  min-width: 11.98vw;
}
body .btn:hover, body .btn:focus, body .btn:active, body .btn:not(:disabled):not(.disabled):active {
  background-color: #E2000F;
  border-color: #E2000F;
  color: #fff;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
}
@media (min-width: 1920px) {
  body .btn {
    border-radius: 35px;
    min-width: 230px;
    font-size: 24px;
    padding: 10.5px 30px;
  }
}
@media (max-width: 768px) {
  body .btn {
    min-width: 30.5vw;
    font-size: 3.2vw;
    padding: 1.3vw 3.4vw;
    border-radius: 3.95vw;
  }
}
body .header {
  width: 100%;
  height: 3.65vw;
  z-index: 10000;
  position: fixed;
  background: #0F062F;
  font: 900 1.05vw/normal "PeridotPEVariable", Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  body .header {
    height: 70px;
    font-size: 20px;
  }
}
body .header .navbar {
  max-width: 68vw;
  margin: auto;
  min-height: 3.65vw;
}
@media (min-width: 1920px) {
  body .header .navbar {
    min-height: 70px;
  }
}
@media (max-width: 1336px) {
  body .header .navbar {
    max-width: 100vw;
  }
}
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:last-of-type {
  margin-left: 1.1vw;
}
body .header .navbar .navbar-nav .nav-item:last-of-type .nav-link {
  background-color: #C78E78;
  border-color: #C78E78;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item:last-of-type {
    margin-left: 20px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.05vw;
  line-height: normal;
  color: #fff;
  padding: 0.2vw 1.62vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    padding: 3.6px 33px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo {
  padding-top: 0.6vw;
  padding-bottom: 0.5vw;
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
  max-width: 5.21vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
    max-width: 100px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.btn {
  padding: 0.2vw 0.5vw;
  min-width: 9vw;
  border-radius: 1.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: 35px;
  }
}
@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: 15.7vw;
    background: #0F062F;
  }
  body .header .navbar-expand-md {
    max-width: 100%;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    display: flex !important;
    background: #0F062F;
  }
  body .header .navbar-expand-md.show {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  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 .nav-link {
    font-size: 3.2vw;
    padding: 3.5vw 0;
    color: #fff;
  }
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 1.3vw 3.4vw;
    border-radius: 3.95vw;
  }
  body .header .navbar .navbar-nav .nav-item:nth-of-type(2) {
    margin-left: 0 !important;
  }
  body .header .navbar .navbar-nav .nav-item:last-of-type {
    margin-left: 0;
    margin-bottom: 3.5vw;
  }
  body .header .navbar .logo-img {
    width: 17vw;
    margin-top: 3.4vw;
    position: absolute;
    left: 6.2vw;
  }
  body .header .navbar .box-button {
    position: absolute;
    right: 0;
  }
  body .header .navbar .box-button .navbar-toggler {
    padding: 5vw 8.2vw 1.25vw;
    background-color: transparent;
    border: 0px solid #fff;
    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: #fff;
    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: #fff;
  }
  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;
  }
}
body .footer {
  font-size: 1.25vw;
  font-family: "PeridotPEVariable", Arial, sans-serif;
  font-weight: 900;
  background-color: #0F062F;
}
body .footer .container {
  max-width: 34vw;
  padding-bottom: 0;
}
body .footer .container .row {
  margin: 1.56vw auto;
  text-align: center;
}
@media (max-width: 768px) {
  body .footer .container .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1920px) {
  body .footer {
    font-size: 24px;
  }
  body .footer .container {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  body .footer {
    font-size: 3.13vw;
  }
  body .footer .container {
    max-width: 84vw;
  }
}
body .footer .img-desktop {
  width: 100vw;
  padding-top: 0;
}
body .container {
  max-width: 69.58vw;
  /*padding-bottom: 2vw;*/
  text-align: center;
}
@media (min-width: 1920px) {
  body .container {
    max-width: 1336px;
  }
}
@media (max-width: 1336px) {
  body .container {
    max-width: 100vw;
  }
}
body .container .title {
  position: relative;
  font: 900 2.71vw/normal "PeridotPEVariable", Arial, sans-serif;
  color: #fff;
  margin: 0.8vw auto;
}
@media (min-width: 1920px) {
  body .container .title {
    max-width: 1336px;
    margin: 15px auto;
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  body .container .title {
    font-size: 6.78vw;
    margin: 1.6vw auto;
  }
}
body .container .subtitle {
  font-size: 1.67vw;
  margin: 0 auto 2vw;
}
@media (min-width: 1920px) {
  body .container .subtitle {
    margin: 0 auto 40px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  body .container .subtitle {
    margin: 0 auto 3.6vw;
    font-size: 4.18vw;
  }
}
body .container-plug {
  background: url("img/zaslepka.jpg") no-repeat center top;
  background-size: 100%;
  color: #fff;
  width: 69.58vw;
  height: 41.72vw;
  max-width: 100%;
}
body .container-plug .title {
  text-transform: uppercase;
  font-size: 2.08vw;
  margin-top: 10.47vw;
}
@media (min-width: 1920px) {
  body .container-plug .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body .container-plug .title {
    margin-top: 16.47vw;
    font-size: 3.08vw;
  }
}
body .container-plug .btn-plug {
  position: absolute;
  margin-top: 4vw;
  display: block;
  font-size: 1.46vw;
  color: #fff;
  top: 22vw;
  left: 44.5vw;
  text-decoration: underline;
}
@media (max-width: 768px) {
  body .container-plug {
    width: 100vw;
    height: 60vw;
  }
  body .container-plug .btn-plug {
    top: 36vw;
    left: 39vw;
    font-size: 3.08vw;
  }
}
body .container-home {
  padding: 3.65vw 0 0;
  position: relative;
  height: 41.72vw;
}
body .container-home .img-desktop {
  position: absolute;
  width: 69.58vw;
  left: 0;
}
@media (max-width: 1336px) {
  body .container-home .img-desktop {
    width: 100vw;
    margin: auto;
  }
}
@media (min-width: 1920px) {
  body .container-home {
    padding-top: 70px;
    height: 801px;
  }
  body .container-home .img-desktop {
    width: 1336px;
  }
}
@media (max-width: 1336px) {
  body .container-home {
    height: 59.96vw;
  }
}
@media (max-width: 768px) {
  body .container-home {
    padding-top: 16vw;
    height: 150vw;
  }
}
body .container-home .btn-take-part {
  width: 11.98vw;
  height: 2.81vw;
  position: absolute;
  top: 39.84vw;
  left: 29vw;
  z-index: 10;
  border: 0;
}
body .container-home .btn-take-part:hover, body .container-home .btn-take-part:focus, body .container-home .btn-take-part:active, body .container-home .btn-take-part:not(:disabled):not(.disabled):active {
  border: 0;
}
@media (min-width: 1920px) {
  body .container-home .btn-take-part {
    width: 230px;
    height: 54px;
    left: 556px;
    top: 765px;
  }
}
@media (max-width: 1336px) {
  body .container-home .btn-take-part {
    top: 52.84vw;
    left: 44vw;
  }
}
@media (max-width: 768px) {
  body .container-home .btn-take-part {
    position: relative;
    width: initial;
    height: initial;
    left: initial;
    top: 120vw;
  }
}
@keyframes scale-up {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
body .container-home .anim-light {
  opacity: 1;
  animation: 3s scale-up;
  animation-iteration-count: infinite;
  animation-delay: 5s;
  animation-fill-mode: forwards;
}
body .container-awards {
  position: relative;
  padding: 0;
}
body .container-awards .img-desktop {
  width: 69.58vw;
}
@media (max-width: 1336px) {
  body .container-awards .img-desktop {
    width: 100vw;
    margin: auto;
  }
}
@media (min-width: 1920px) {
  body .container-awards .img-desktop {
    width: 1336px;
  }
}
body .container-awards hr {
  margin-top: 2vw;
}
@media (max-width: 768px) {
  body .container-awards hr {
    margin-top: 5vw;
  }
}
body .container-awards .btn-voucher {
  text-indent: -100000px;
  width: 13.02vw;
  left: 43.23vw;
  position: absolute;
  top: 32.81vw;
}
@media (min-width: 1920px) {
  body .container-awards .btn-voucher {
    width: 250px;
    top: 630px;
  }
}
@media (max-width: 768px) {
  body .container-awards .btn-voucher {
    width: 19.02vw;
    left: 61.23vw;
    top: 70%;
  }
}
body .container-rules {
  position: relative;
  top: -2px;
  padding: 0;
  font-size: 0.94vw;
}
body .container-rules .big-text {
  font-family: "PeridotPEVariable", Arial, sans-serif;
  font-size: 1.67vw;
}
body .container-rules .btn {
  margin-top: 1vw;
}
@media (max-width: 768px) {
  body .container-rules .btn {
    margin-top: 2vw;
  }
}
body .container-rules .text-bottom {
  font-family: "PeridotPEVariable", Arial, sans-serif;
  font-size: 0.73vw;
  max-width: 59.79vw;
  margin: 1.78vw auto;
  text-align: left;
}
@media (min-width: 1920px) {
  body .container-rules {
    font-size: 18px;
  }
  body .container-rules .big-text {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  body .container-rules {
    font-size: 2.35vw;
  }
  body .container-rules .big-text {
    font-size: 4.18vw;
    margin-bottom: 2vw;
  }
  body .container-rules .text-bottom {
    font-size: 1.83vw;
    max-width: 84.6vw;
  }
}
body .container-rules .img-desktop {
  width: 69.58vw;
}
@media (max-width: 1336px) {
  body .container-rules .img-desktop {
    width: 100vw;
    margin: auto;
  }
}
@media (min-width: 1920px) {
  body .container-rules .img-desktop {
    width: 1336px;
  }
}
body .container-rules hr {
  margin-top: 2vw;
}
@media (max-width: 768px) {
  body .container-rules hr {
    margin-top: 5vw;
  }
}
body .container-register {
  max-width: 100%;
  position: relative;
  width: 100vw;
  padding: 3vw 0 0;
  left: 0;
}
body .container-register .title {
  color: #C78E78;
}
body .container-register .btn-file {
  background-color: #fff;
  border-color: #fff;
  color: #002382;
  line-height: 1.04vw;
  font-weight: 900;
}
body .container-register .btn-file:hover, body .container-register .btn-file:focus, body .container-register .btn-file:active, body .container-register .btn-file:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #fff;
  color: #002382;
}
body .container-register .btn-file .small-text {
  text-transform: none;
  font-family: "PeridotPEVariable", Arial, sans-serif;
  font-size: 0.68vw;
  font-weight: 400;
}
@media (min-width: 1920px) {
  body .container-register .btn-file {
    line-height: 20px;
  }
  body .container-register .btn-file .small-text {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  body .container-register .btn-file {
    line-height: 2.6vw;
  }
  body .container-register .btn-file .small-text {
    font-size: 1.69vw;
  }
}
body .container-register #register-form {
  max-width: 59.79vw;
  margin: auto;
  text-align: left;
}
@media (max-width: 768px) {
  body .container-register #register-form {
    max-width: 84.6vw;
  }
}
body .container-register #register-form .title {
  color: #C78E78;
}
body .container-register #register-form .sub-subtitle {
  font-size: 1.25vw;
  font-family: "PeridotPEVariable", Arial, sans-serif;
  color: #C78E78;
  font-weight: 900;
}
@media (min-width: 1920px) {
  body .container-register #register-form .sub-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .sub-subtitle {
    font-size: 3.13vw;
  }
}
body .container-register #register-form .control-label {
  font-size: 0.84vw;
  font-weight: 500;
}
@media (min-width: 1920px) {
  body .container-register #register-form .control-label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .control-label {
    font-size: 2.09vw;
  }
}
body .container-register #register-form .field-registerform-agree1, body .container-register #register-form .field-registerform-agree2, body .container-register #register-form .field-registerform-agree3, body .container-register #register-form .field-registerform-agree4, body .container-register #register-form .field-registerform-agree5, body .container-register #register-form .field-registerform-agree6, body .container-register #register-form .field-registerform-agree7 {
  font-size: 0.73vw;
  font-family: "PeridotPEVariable", Arial, sans-serif;
}
body .container-register #register-form .field-registerform-agree1 strong, body .container-register #register-form .field-registerform-agree2 strong, body .container-register #register-form .field-registerform-agree3 strong, body .container-register #register-form .field-registerform-agree4 strong, body .container-register #register-form .field-registerform-agree5 strong, body .container-register #register-form .field-registerform-agree6 strong, body .container-register #register-form .field-registerform-agree7 strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree1, body .container-register #register-form .field-registerform-agree2, body .container-register #register-form .field-registerform-agree3, body .container-register #register-form .field-registerform-agree4, body .container-register #register-form .field-registerform-agree5, body .container-register #register-form .field-registerform-agree6, body .container-register #register-form .field-registerform-agree7 {
    font-size: 1.83vw;
  }
}
@media (max-width: 576px) {
  body .container-register #register-form .field-registerform-agree1, body .container-register #register-form .field-registerform-agree2, body .container-register #register-form .field-registerform-agree3, body .container-register #register-form .field-registerform-agree4, body .container-register #register-form .field-registerform-agree5, body .container-register #register-form .field-registerform-agree6, body .container-register #register-form .field-registerform-agree7 {
    font-size: 2vw;
  }
}
body .container-register #register-form .field-registerform-agree1 label, body .container-register #register-form .field-registerform-agree2 label, body .container-register #register-form .field-registerform-agree3 label, body .container-register #register-form .field-registerform-agree4 label, body .container-register #register-form .field-registerform-agree5 label, body .container-register #register-form .field-registerform-agree6 label, body .container-register #register-form .field-registerform-agree7 label {
  font-weight: 300;
  position: relative;
  left: 1.6vw;
  cursor: pointer;
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree1 label, body .container-register #register-form .field-registerform-agree2 label, body .container-register #register-form .field-registerform-agree3 label, body .container-register #register-form .field-registerform-agree4 label, body .container-register #register-form .field-registerform-agree5 label, body .container-register #register-form .field-registerform-agree6 label, body .container-register #register-form .field-registerform-agree7 label {
    left: 30px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree1 label, body .container-register #register-form .field-registerform-agree2 label, body .container-register #register-form .field-registerform-agree3 label, body .container-register #register-form .field-registerform-agree4 label, body .container-register #register-form .field-registerform-agree5 label, body .container-register #register-form .field-registerform-agree6 label, body .container-register #register-form .field-registerform-agree7 label {
    left: 5.2vw;
    max-width: 95%;
  }
}
body .container-register #register-form .field-registerform-agree1 input, body .container-register #register-form .field-registerform-agree2 input, body .container-register #register-form .field-registerform-agree3 input, body .container-register #register-form .field-registerform-agree4 input, body .container-register #register-form .field-registerform-agree5 input, body .container-register #register-form .field-registerform-agree6 input, body .container-register #register-form .field-registerform-agree7 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .container-register #register-form .field-registerform-agree1 .checkmark, body .container-register #register-form .field-registerform-agree2 .checkmark, body .container-register #register-form .field-registerform-agree3 .checkmark, body .container-register #register-form .field-registerform-agree4 .checkmark, body .container-register #register-form .field-registerform-agree5 .checkmark, body .container-register #register-form .field-registerform-agree6 .checkmark, body .container-register #register-form .field-registerform-agree7 .checkmark {
  position: absolute;
  top: 0;
  left: -1.6vw;
  width: 1.1vw;
  height: 1.1vw;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree1 .checkmark, body .container-register #register-form .field-registerform-agree2 .checkmark, body .container-register #register-form .field-registerform-agree3 .checkmark, body .container-register #register-form .field-registerform-agree4 .checkmark, body .container-register #register-form .field-registerform-agree5 .checkmark, body .container-register #register-form .field-registerform-agree6 .checkmark, body .container-register #register-form .field-registerform-agree7 .checkmark {
    left: -30px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree1 .checkmark, body .container-register #register-form .field-registerform-agree2 .checkmark, body .container-register #register-form .field-registerform-agree3 .checkmark, body .container-register #register-form .field-registerform-agree4 .checkmark, body .container-register #register-form .field-registerform-agree5 .checkmark, body .container-register #register-form .field-registerform-agree6 .checkmark, body .container-register #register-form .field-registerform-agree7 .checkmark {
    left: -5.2vw;
    width: 3.5vw;
    height: 3.5vw;
  }
}
body .container-register #register-form .field-registerform-agree1 .checkmark:after, body .container-register #register-form .field-registerform-agree2 .checkmark:after, body .container-register #register-form .field-registerform-agree3 .checkmark:after, body .container-register #register-form .field-registerform-agree4 .checkmark:after, body .container-register #register-form .field-registerform-agree5 .checkmark:after, body .container-register #register-form .field-registerform-agree6 .checkmark:after, body .container-register #register-form .field-registerform-agree7 .checkmark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
}
body .container-register #register-form .field-registerform-agree1 input:checked ~ .checkmark, body .container-register #register-form .field-registerform-agree2 input:checked ~ .checkmark, body .container-register #register-form .field-registerform-agree3 input:checked ~ .checkmark, body .container-register #register-form .field-registerform-agree4 input:checked ~ .checkmark, body .container-register #register-form .field-registerform-agree5 input:checked ~ .checkmark, body .container-register #register-form .field-registerform-agree6 input:checked ~ .checkmark, body .container-register #register-form .field-registerform-agree7 input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #fff;
}
body .container-register #register-form .field-registerform-agree1 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree2 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree3 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree4 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree5 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree6 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree7 input:checked ~ .checkmark:after {
  position: absolute;
  content: "";
  left: 0.31vw;
  top: 0.1vw;
  width: 0.4vw;
  height: 0.7vw;
  border: solid #000;
  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-agree1 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree2 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree3 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree4 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree5 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree6 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree7 input:checked ~ .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree1 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree2 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree3 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree4 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree5 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree6 input:checked ~ .checkmark:after, body .container-register #register-form .field-registerform-agree7 input:checked ~ .checkmark:after {
    left: 1.2vw;
    top: 0.4vw;
    width: 1vw;
    height: 2.2vw;
  }
}
@media (max-width: 767px) {
  body .container-register #register-form .btn-file .hidden-xs {
    display: block !important;
  }
}
body .container-register #register-form .btn-register {
  margin: 1vw auto;
}
@media (max-width: 768px) {
  body .container-register #register-form .btn-register {
    margin: 3vw auto;
  }
}
body .container-register #register-form .form-control {
  color: #002382;
  font-size: 1.15vw;
  border: 0;
  border-radius: 0.8vw;
  text-align: left;
  height: calc(2.3vw + 2px);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
body .container-register #register-form .form-control[readonly] {
  background-color: #fff;
}
@media (min-width: 1920px) {
  body .container-register #register-form .form-control {
    font-size: 22px;
    border-radius: 15px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .form-control {
    font-size: 2.93vw;
    height: calc(6.6vw + 2px);
  }
}
body .container-register #register-form .form-control::placeholder {
  color: #000;
  opacity: 1;
}
body .container-register #register-form .form-control:focus {
  color: #000;
  outline: 0;
  box-shadow: 0 0 0 0 #fff;
}
@media (max-width: 768px) {
  body .container-register #register-form .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .container-register #register-form .text-bottom {
  font-family: "PeridotPEVariable", Arial, sans-serif;
  font-size: 0.73vw;
  margin-bottom: 1rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  body .container-register #register-form .text-bottom {
    font-size: 1.83vw;
  }
}
@media (max-width: 576px) {
  body .container-register #register-form .text-bottom {
    font-size: 2vw;
  }
}
body .container-register .container-info {
  position: relative;
  font: bold 1.25vw/1.41vw "PeridotPEVariable", Arial, sans-serif;
  max-width: 63vw;
  background: #000 url(img/register-info-img.png) no-repeat right top;
  background-size: 27vw;
  width: 100vw;
  top: -2px;
  left: 0;
  padding-top: 2vw;
}
@media (max-width: 768px) {
  body .container-register .container-info {
    background-size: 95vw;
  }
}
body .container-register .container-info p {
  margin-bottom: 1vw;
}
body .container-register .container-info p .big-text {
  font-size: 1.67vw;
  font-family: "PeridotPEVariable", Arial, sans-serif;
  font-weight: 900;
}
body .container-register .container-info .subtitle {
  font-family: "PeridotPEVariable", Arial, sans-serif;
  font-weight: 900;
  font-size: 1.88vw;
}
@media (min-width: 1920px) {
  body .container-register .container-info {
    font-size: 24px;
    line-height: 27px;
    max-width: 1200px;
    background-size: 540px;
  }
  body .container-register .container-info p {
    margin-bottom: 20px;
  }
  body .container-register .container-info p .big-text {
    font-size: 32px;
  }
  body .container-register .container-info .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  body .container-register .container-info {
    font-size: 3.25vw;
    line-height: 3.81vw;
    max-width: 100%;
    background-image: none;
  }
  body .container-register .container-info p {
    margin-bottom: 2.5vw;
  }
  body .container-register .container-info p .big-text {
    font-size: 4.18vw;
  }
  body .container-register .container-info .subtitle {
    font-size: 4.7vw;
  }
}
body .container-winners {
  padding: 0;
  font-size: 0.83vw;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* ~/scrollbar.css */
  /* Firefox */
  /*@-moz-document url-prefix() {
      .winners-name .col-md-6 {
          --scrollbar-track: #fff;
          --scrollbar-thumb: #00B0E3;
          scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
          scrollbar-width: thin;
      }
  }*/
  /* Firefox */
}
@media (max-width: 768px) {
  body .container-winners {
    font-size: 2.08vw;
    overflow-x: hidden;
  }
}
body .container-winners .winners-list {
  max-width: 59.79vw;
  margin: 2vw auto;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
body .container-winners .winners-list:after {
  content: "";
  background: url("img/winners-d.svg") no-repeat center top;
  background-size: 100%;
  width: 21.35vw;
  height: 19.9vw;
  position: absolute;
  left: 40.63vw;
  top: -1.04vw;
}
@media (max-width: 768px) {
  body .container-winners .winners-list:after {
    width: 34.54vw;
    height: 29.56vw;
    left: 58.63vw;
    top: -9.04vw;
  }
}
@media (max-width: 768px) {
  body .container-winners .winners-list {
    max-width: 84.6vw;
    text-align: center;
    margin-top: 9vw;
  }
}
body .container-winners .winners-list .subtitle-list {
  color: #00B0E3;
  font: bold 1.04vw/1.41vw "PeridotPEVariable", Arial, sans-serif;
}
@media (max-width: 768px) {
  body .container-winners .winners-list .subtitle-list {
    font-size: 2.08vw;
    line-height: 2.9vw;
  }
}
body .container-winners .winners-list .winners-name {
  margin-bottom: 20px;
}
body .container-winners .winners-list .winners-name .col-md-6 {
  /*max-height: 5.99vw;
  overflow-y: auto;*/
}
@media (max-width: 768px) {
  body .container-winners .winners-list .winners-name .col-md-6 {
    /*max-height: 14.97vw;*/
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
body .container-winners ::-webkit-scrollbar {
  width: 7px;
}
body .container-winners ::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  scrollbar-width: thin;
}
body .container-winners ::-webkit-scrollbar-thumb {
  background: #00B0E3;
  border-radius: 7px;
}
body .container-winners ::-webkit-scrollbar-thumb:hover {
  background: #00B0E3;
}
body .container-contact {
  font-size: 1.25vw;
  padding: 0;
  background-color: #0F062F;
}
body .container-contact .title {
  color: #fff;
  padding-top: 2vw;
}
body .container-contact .subtitle {
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  body .container-contact {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body .container-contact {
    font-size: 3.13vw;
  }
}
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: #E2000F !important;
  font-size: 1vw;
  font-family: "PeridotPEVariable", Arial, sans-serif;
}
@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.35vw;
  }
}
body .has-error .form-control {
  border-color: #E2000F !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  font-size: 1vw;
}
@media (max-width: 768px) {
  body .has-error .form-control {
    font-size: 2.35vw;
  }
}

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