@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("font/font.css");
body {
  color: #41683B;
  font: normal 20px/normal "Roboto", Arial, sans-serif;
  width: 100vw;
  max-width: 100%;
  background-color: #EA0029;
}
@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 a {
  color: #ffffff;
}
body a:hover, body a:focus, body a:active {
  color: #ffffff;
}
body .text-underline {
  text-decoration: underline;
}
body .img-desktop {
  max-width: 100%;
}
body .btn {
  font: normal 2.08vw/normal "AmsiProCond-Ultra", "Roboto", Arial, sans-serif;
  border-radius: 60px;
  background-color: #FFD700;
  border-color: #FFD700;
  color: #EA0029;
  padding: 0.52vw 2.5vw;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  min-width: 18.23vw;
  height: 4.27vw;
  transform: scale(1);
  transition: all 0.1s ease-in-out;
}
body .btn:hover, body .btn:focus, body .btn:active, body .btn:not(:disabled):not(.disabled):active {
  background-color: #FFD700;
  border-color: #FFD700;
  color: #EA0029;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}
@media (min-width: 1920px) {
  body .btn {
    min-width: 350px;
    font-size: 40px;
    padding: 10px 50px;
    height: 82px;
  }
}
@media (max-width: 768px) {
  body .btn {
    width: 86vw;
    height: 22.27vw;
    font-size: 11.08vw;
    padding: 2.21vw 2.5vw;
    border-radius: 100px;
  }
}
body .footer {
  font: normal 1.25vw/normal "AmsiProCond-SemiBold", "Roboto", Arial, sans-serif;
  background: #114010;
  background: linear-gradient(180deg, rgb(17, 64, 16) 0%, rgb(64, 104, 60) 100%);
}
@media (min-width: 1920px) {
  body .footer {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body .footer {
    background: #ffffff;
  }
}
body .footer .container {
  max-width: 86%;
  padding: 1vw;
}
@media (max-width: 768px) {
  body .footer .container {
    max-width: 100%;
    padding: 5vw;
  }
}
@media (max-width: 768px) {
  body .footer .container .row .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .footer .container .row .nav-link {
  font-size: 1.25vw;
  color: #B8DEB2;
  text-decoration: underline;
}
@media (min-width: 1920px) {
  body .footer .container .row .nav-link {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body .footer .container .row .nav-link {
    font-size: 4.7vw;
    color: #222222;
    padding: 3vw 1vw;
  }
}
body .container {
  max-width: 100vw;
  text-align: center;
  padding: 0;
  position: relative;
}
@media (min-width: 1920px) {
  body .container {
    max-width: 1920px;
  }
}
@media (max-width: 768px) {
  body .container {
    max-width: 100vw;
  }
}
body .container .title {
  position: relative;
  font: normal 3.33vw/normal "AmsiProCond-Ultra", "Roboto", Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  body .container .title {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  body .container .title {
    font-size: 8.33vw;
  }
}
body .container .subtitle {
  font: normal 1.25vw/1.25vw "AmsiProCond-Bold", "Roboto", Arial, sans-serif;
  color: #ffffff;
}
@media (min-width: 1920px) {
  body .container .subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  body .container .subtitle {
    font-size: 3.75vw;
    line-height: 3.75vw;
  }
}
body .container-home .btn-take-part {
  width: 11.98vw;
  height: 4.27vw;
  position: absolute;
  top: 45.57vw;
  left: 40.42vw;
  z-index: 10;
  border: 0;
  padding: 0.52vw;
}
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: 82px;
    left: 776px;
    top: 875px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  body .container-home .btn-take-part {
    width: 86vw;
    height: 22.27vw;
    left: 7.42vw;
    top: 171vw;
    padding: 2.21vw;
  }
}
body .container-rules .btn-regulation {
  width: 19vw;
  position: absolute;
  top: 43.23vw;
  left: calc((100% - 19vw) / 2);
}
@media (min-width: 1920px) {
  body .container-rules .btn-regulation {
    width: 365px;
    left: calc((100% - 365px) / 2);
    top: 830px;
  }
}
@media (max-width: 768px) {
  body .container-rules .btn-regulation {
    width: 86vw;
    height: 22.27vw;
    top: 173.23vw;
    left: calc((100% - 86vw) / 2);
  }
}
body .container-rules .text-bottom {
  font-size: 0.73vw;
  position: absolute;
  bottom: 1.56vw;
  width: 100%;
  font-family: "AmsiProCondensed-SemiBold", "Roboto", Arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 1920px) {
  body .container-rules .text-bottom {
    font-size: 14px;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  body .container-rules .text-bottom {
    font-size: 3.2vw;
    bottom: 1.56vw;
    line-height: 4.2vw;
  }
}
body .container-laureate-form .title {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3882352941);
  color: #FFF;
  position: fixed;
  text-align: center;
  width: 100%;
  top: 46vh;
}
body .container-laureate {
  margin-top: -10px;
  background: #EA0029 url("img/winners-d.jpg") no-repeat center bottom;
  background-size: 100%;
  width: 100vw;
  max-width: 100%;
  min-height: 53.646vw;
  padding-top: 4.29vw;
  padding-bottom: 10.29vw;
}
@media (min-width: 1925px) {
  body .container-laureate {
    padding-top: 140px;
    padding-bottom: 200px;
    max-width: 1920px;
  }
}
@media (max-width: 768px) {
  body .container-laureate {
    background: #EA0029 url("img/winners-m.jpg") no-repeat center bottom;
    background-size: 100%;
    width: 100vw;
    max-width: 100%;
    min-height: 200vw;
    padding-top: 23.9vw;
  }
}
body .container-laureate-body {
  background: #ffffff;
  width: 48.75vw;
  margin-right: auto;
  margin-left: auto;
  padding: 2vw 3vw;
  border-radius: 2vw;
  box-shadow: 0px 1px 0.4vw rgba(0, 0, 0, 0.21);
}
@media (max-width: 768px) {
  body .container-laureate-body {
    width: 84.11vw;
    min-height: 47vh;
    border-radius: 7vw;
  }
}
body .container-laureate-body .overflow-auto {
  max-height: 18vw;
}
@media (max-width: 768px) {
  body .container-laureate-body .overflow-auto {
    max-height: 65vw;
  }
}
body .container-laureate-body .title, body .container-laureate-body .subtitle {
  color: #EA0029;
}
body .container-laureate-body .title {
  font: normal 2.1vw/normal "AmsiProCond-Ultra", "Roboto", Arial, sans-serif;
  line-height: 1.8vw;
}
@media (max-width: 768px) {
  body .container-laureate-body .title {
    font-size: 8.33vw;
    line-height: 7vw;
    padding-top: 6vw;
    padding-bottom: 4vw;
  }
}
body .container-laureate-body .table .subtitle {
  color: #41683B;
}
body .container-laureate-body .table td.subtitle {
  font-size: 1.55vw;
}
@media (max-width: 768px) {
  body .container-laureate-body .table td.subtitle {
    font-size: 4.75vw;
  }
}
body .container-laureate-body.bigwin-comming-soon {
  position: relative;
  padding: 4.4vw 3vw;
}
body .container-laureate-body.bigwin-comming-soon:after {
  content: "";
  position: absolute;
  top: 3.9vw;
  background-image: url(./img/winbadge.png);
  width: 5.64vw;
  height: 5.64vw;
  left: 8vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body .container-laureate-body.bigwin-comming-soon:after {
    display: none;
  }
}
@media (max-width: 768px) {
  body .container-laureate-body.bigwin-comming-soon {
    min-height: auto;
  }
}
body .container-laureate-body.bigwin-comming-soon .title.d-none-768 {
  text-transform: none;
  padding-left: 13vw;
  text-align: left;
  line-height: 2.2vw;
  font-size: 2vw;
}
@media (max-width: 768px) {
  body .container-laureate-body.bigwin-comming-soon .title.d-block-768 {
    font-size: 7.33vw;
  }
}
body .container-draw {
  position: relative;
  background: #EA0029 url("img/draw-d.png") no-repeat center top;
  background-size: 105VW;
  width: 100vw;
  max-width: 106%;
  min-height: 59.2vw;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 0vw;
}
@media (min-width: 1925px) {
  body .container-draw {
    padding-top: 140px;
    padding-bottom: 200px;
    max-width: 1920px;
  }
}
@media (max-width: 768px) {
  body .container-draw {
    background: #EA0029 url("img/draw-m.png") no-repeat center bottom;
    background-size: 100%;
    width: 100vw;
    max-width: 100%;
    min-height: 215.36vw;
    padding-top: 0;
  }
}
@keyframes cow-animation {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
body .container-draw .cow {
  position: absolute;
  width: 19.84vw;
  height: 14.72vw;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  animation-name: cow-animation;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 0.4s;
  animation: cow-animation 1s infinite;
  animation-timing-function: initial;
}
body .container-draw .cow.cow-ld-1, body .container-draw .cow.cow-ld-2 {
  background-image: url("img/cow-ld.png");
  left: 26.72vw;
}
body .container-draw .cow.cow-rd-1, body .container-draw .cow.cow-rd-2 {
  background-image: url("img/cow-rd.png");
  left: 51.46vw;
}
body .container-draw .cow.cow-ld-1, body .container-draw .cow.cow-rd-1 {
  top: 26.63vw;
}
body .container-draw .cow.cow-ld-2, body .container-draw .cow.cow-rd-2 {
  top: 40.89vw;
}
@media (max-width: 768px) {
  body .container-draw .cow {
    width: 50.7vw;
    height: 35.7vw;
  }
  body .container-draw .cow.cow-ld-1, body .container-draw .cow.cow-ld-2 {
    background-image: url("img/cow-ld.png");
  }
  body .container-draw .cow.cow-rd-1, body .container-draw .cow.cow-rd-2 {
    background-image: url("img/cow-rd.png");
  }
  body .container-draw .cow.cow-ld-2 {
    top: 157.63vw;
    left: 3.72vw;
    right: auto;
  }
  body .container-draw .cow.cow-rd-2 {
    top: 123.63vw;
    right: 3.72vw;
    left: auto;
  }
  body .container-draw .cow.cow-ld-1 {
    top: 93.63vw;
    left: 0;
  }
  body .container-draw .cow.cow-rd-1 {
    top: 76.63vw;
    right: 0;
  }
}
body .container-draw .modal {
  display: block;
  background: rgba(0, 0, 0, 0.2196078431);
  z-index: 100000;
}
body .container-draw .modal .modal-dialog {
  top: calc(50% - 11.49vw);
  max-width: 100%;
  margin: auto auto;
  display: table;
}
body .container-draw .modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
body .container-draw .modal .modal-content .btn-close {
  position: absolute;
  background-image: url(./img/modal-x.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0.9vw;
  right: 0.9vw;
  width: 2.55vw;
  height: 2.55vw;
  background-size: contain;
  cursor: pointer;
}
body .container-draw .modal.modal-loose .modal-content {
  background-image: url("./img/instant_loose_bg.png");
  width: 22.51vw;
  height: 22.51vw;
}
body .container-draw .modal.modal-win .modal-content {
  background-image: url("./img/instant_win_bg.png");
  width: 22.51vw;
  height: 28.45vw;
  background-position: center top;
  background-size: 100%;
}
body .container-draw .modal.modal-win .modal-content .win-sum {
  font: normal 2.1vw/normal "AmsiProCond-Ultra", "Roboto", Arial, sans-serif;
  line-height: 1.8vw;
  color: red;
  position: absolute;
  width: 100%;
  top: 8vw;
  font-size: 6vw;
}
@media (max-width: 768px) {
  body .container-draw .modal .modal-dialog {
    top: calc(30% - 11.49vw);
  }
  body .container-draw .modal .modal-dialog .modal-content {
    max-width: 500px;
    margin: 1.75rem auto;
    width: 100vw;
    height: 100vw;
    background-size: contain;
    background-position: center top;
  }
  body .container-draw .modal .modal-dialog .modal-content .btn-close {
    top: 1.9vw;
    right: 3.9vw;
    width: 7.55vw;
    height: 7.55vw;
  }
  body .container-draw .modal .modal-dialog .modal-content .win-sum {
    top: 31vw;
    font-size: 16vw;
  }
  body .container-draw .modal.modal-win .modal-content .btn-close {
    top: 2.9vw;
    right: 14.9vw;
    width: 8.55vw;
    height: 8.55vw;
  }
}
body .container-register-laureate #laureate-form {
  max-width: 56.25vw;
  margin: auto;
}
@media (max-width: 768px) {
  body .container-register-laureate #laureate-form {
    max-width: 90vw;
    margin: auto;
  }
}
body .container-register-laureate #laureate-form .form-control {
  color: #41683B;
  font-size: 1.25vw;
  font-family: "AmsiProCondensed-SemiBold", "Roboto", Arial, sans-serif;
  border: 1px solid #ffffff;
  border-radius: 65px;
  text-align: left;
  height: calc(4.4vw + 2px);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  padding: 0 3.65vw;
}
@media (max-width: 768px) {
  body .container-register-laureate #laureate-form .form-control {
    font-size: 3.93vw;
    height: calc(11.6vw + 2px);
    border-radius: 2vw;
  }
}
body .container-register-laureate #laureate-form .help-block {
  text-align: left;
  color: #FFF;
}
body .container-register-laureate #laureate-form .filename {
  font: normal 1.25vw/1.25vw "AmsiProCond-Bold", "Roboto", Arial, sans-serif;
  color: #ffffff;
}
@media (max-width: 768px) {
  body .container-register-laureate #laureate-form .filename {
    font-size: 4vw;
  }
}
body .container-register-laureate #laureate-form .field-laureateform-agree label {
  font-size: 1vw;
  color: #FFF;
}
@media (max-width: 768px) {
  body .container-register-laureate #laureate-form .field-laureateform-agree label {
    font-size: 3vw;
  }
}
body .container-register-laureate #laureate-form .field-laureateform-agree .help-block {
  text-align: center;
}
body .container-register-laureate #laureate-form .fileinput-cancel-button {
  margin-bottom: 1vw;
  margin-top: 1vw;
  display: none;
}
@media (max-width: 768px) {
  body .container-register-laureate #laureate-form .btn {
    font-size: 9vw;
    margin: 3vw auto;
  }
}
@media (max-width: 768px) {
  body .container-register-laureate #laureate-form .btn-file {
    height: 10.27vw;
  }
}
body .container-register-laureate #laureate-form .btn-file .hidden-xs {
  display: block !important;
}
@media (max-width: 768px) {
  body .container-register-laureate #laureate-form .btn-file .hidden-xs {
    font-size: 4vw;
  }
}
body .container-register-laureate .pop-up .btn-close {
  font-size: 5vw;
  text-decoration: none;
  position: absolute;
  top: 16.5vw;
  right: 36vw;
}
@media (max-width: 768px) {
  body .container-register-laureate .pop-up .btn-close {
    font-size: 21vw;
    top: 56vw;
    right: 12vw;
  }
}
body .container-register {
  background: #EA0029 url("img/register-d.jpg") no-repeat center bottom;
  background-size: 100%;
  width: 100vw;
  max-width: 100%;
  min-height: 53.646vw;
  padding-top: 7.29vw;
  padding-bottom: 10.29vw;
}
@media (min-width: 1925px) {
  body .container-register {
    padding-top: 140px;
    padding-bottom: 200px;
    max-width: 1920px;
  }
}
@media (max-width: 768px) {
  body .container-register {
    background: #EA0029 url("img/register-m.jpg") no-repeat center bottom;
    background-size: 100%;
    width: 100vw;
    max-width: 100%;
    min-height: 200vw;
    padding-top: 23.9vw;
  }
}
body .container-register:after {
  position: absolute;
  content: "";
  top: 0;
  min-height: 100%;
  width: 0;
  height: 100%;
  border-style: solid;
  border-width: 55vw 12.33vw 0 0px;
  border-color: #ffffff transparent transparent transparent;
  transform: rotate(0deg);
}
body .container-register .subtitle {
  margin: 1vw auto 2vw;
}
@media (min-width: 1920px) {
  body .container-register .subtitle {
    margin: 20px auto 40px;
  }
}
@media (max-width: 768px) {
  body .container-register .subtitle {
    margin-bottom: 10vw;
  }
}
body .container-register #register-form {
  max-width: 56.25vw;
  margin: auto;
  text-align: left;
  position: relative;
}
@media (min-width: 1920px) {
  body .container-register #register-form {
    max-width: 1080px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form {
    max-width: 95%;
  }
}
body .container-register #register-form .btn-register {
  padding-top: 0;
}
body .container-register #register-form .btn-register:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
@media (max-width: 768px) {
  body .container-register #register-form .btn-register {
    font-size: 10vw;
    margin: 3vw auto;
  }
}
body .container-register #register-form .field-registerform-agree {
  z-index: 1000;
}
body .container-register #register-form .field-registerform-agree label {
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  padding: 0.78vw 1.56vw;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree label {
    padding: 15px 30px;
  }
}
body .container-register #register-form .field-registerform-agree label .agree-rules-label-text {
  display: inline-block;
  padding-left: 2vw;
  position: relative;
  top: -0.8vw;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree label .agree-rules-label-text {
    display: block;
    width: 66.18vw;
    padding-left: 7vw;
    top: -3.8vw;
  }
}
body .container-register #register-form .field-registerform-agree .help-block {
  margin-top: -1vw;
}
body .container-register #register-form .field-registerform-buydate {
  position: relative;
}
body .container-register #register-form .field-registerform-buydate .before {
  content: "";
  position: absolute;
  cursor: pointer;
  top: 0.89vw;
  background-image: url(./img/date-ico.png);
  width: 2.68vw;
  height: 2.68vw;
  right: 5.6vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-buydate .before {
    width: 4.91vw;
    height: 4.91vw;
    top: 3.3vw;
    right: 16vw;
  }
}
body .container-register #register-form .field-registerform-buydate .after {
  content: "";
  position: absolute;
  cursor: pointer;
  top: 0.89vw;
  background-image: url(./img/warn-ico.png);
  width: 2.68vw;
  height: 2.68vw;
  right: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-buydate .after {
    width: 5.84vw;
    height: 5.84vw;
    top: 2.89vw;
    right: 8vw;
  }
}
body .container-register #register-form .field-registerform-documentno, body .container-register #register-form .field-registerform-nipno {
  position: relative;
}
body .container-register #register-form .field-registerform-documentno .after, body .container-register #register-form .field-registerform-nipno .after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0.89vw;
  background-image: url(./img/warn-ico.png);
  width: 2.68vw;
  height: 2.68vw;
  right: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-documentno .after, body .container-register #register-form .field-registerform-nipno .after {
    width: 5.84vw;
    height: 5.84vw;
    top: 2.89vw;
    right: 8vw;
  }
}
body .container-register #register-form .field-registerform-products {
  position: relative;
}
body .container-register #register-form .field-registerform-products .after {
  content: "";
  position: absolute;
  cursor: pointer;
  top: calc(50% - 0.875vw);
  background-image: url(./img/arr-ico.png);
  width: 1.75vw;
  height: 1.75vw;
  right: 2.3vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-products .after {
    top: 4.7vw;
    width: 3.61vw;
    height: 3.61vw;
    right: 8.3vw;
  }
}
body .container-register #register-form .field-registerform-products .select2-selection {
  border-radius: 65px;
  min-height: calc(4.4vw + 2px);
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-products .select2-selection {
    font-size: 3.93vw;
    min-height: calc(11.6vw + 2px);
    border-radius: 2vw;
  }
}
body .container-register #register-form .field-registerform-products .select2 .select2-search__field {
  color: #41683B;
  font-size: 1.25vw;
  font-family: "AmsiProCondensed-SemiBold", "Roboto", Arial, sans-serif;
  text-align: left;
  min-height: calc(4.4vw + 2px);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  padding: 0 3.65vw;
  display: none;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-products .select2 .select2-search__field {
    font-size: 3.93vw;
    height: calc(11.6vw + 2px);
  }
  body .container-register #register-form .field-registerform-products .select2 .select2-search__field::placeholder {
    color: #41683B;
    opacity: 1;
  }
}
body .container-register #register-form .field-registerform-products .select2-selection__clear {
  display: none;
}
body .container-register #register-form .field-registerform-products .select2-selection__choice {
  display: block;
  margin: auto;
  float: none;
  width: 80%;
  border: none;
  position: relative;
  font-family: "AmsiProCondensed-SemiBold", "Roboto", Arial, sans-serif;
  font-size: 1vw;
  padding-top: 0;
  background: transparent;
}
body .container-register #register-form .field-registerform-products .select2-selection__choice:first-of-type {
  padding-top: 1vw;
}
body .container-register #register-form .field-registerform-products .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  left: -11px;
  bottom: 3px;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-products .select2-selection__choice {
    font-size: 4vw;
  }
}
body .container-register #register-form .field-registerform-products .select2-selection__rendered:last-child {
  padding-bottom: 1vw !important;
}
body .container-register #register-form .field-registerform-products.isNull .select2-search__field {
  display: block;
}
body .container-register #register-form .field-registerform-products.isNull .select2-selection__rendered:last-child {
  padding-bottom: 0vw !important;
}
body .container-register #register-form .form-control {
  color: #41683B;
  font-size: 1.25vw;
  font-family: "AmsiProCondensed-SemiBold", "Roboto", Arial, sans-serif;
  border: 1px solid #ffffff;
  border-radius: 65px;
  text-align: left;
  height: calc(4.4vw + 2px);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  padding: 0 3.65vw;
}
@media (min-width: 1920px) {
  body .container-register #register-form .form-control {
    padding: 0 70px;
  }
}
body .container-register #register-form .form-control[readonly] {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  body .container-register #register-form .form-control {
    font-size: 3.93vw;
    height: calc(11.6vw + 2px);
    border-radius: 2vw;
  }
}
body .container-register #register-form .form-control::placeholder {
  color: #41683B;
  opacity: 1;
}
body .container-register #register-form .form-control:focus {
  color: #41683B;
  outline: 0;
  box-shadow: 0 0 0 0 #ffffff;
}
body .container-register #register-form .has-error .help-block, body .container-register #register-form .has-error .control-label, body .container-register #register-form .has-error .radio, body .container-register #register-form .has-error .checkbox, body .container-register #register-form .has-error .radio-inline, body .container-register #register-form .has-error .checkbox-inline, body .container-register #register-form .has-error.radio label, body .container-register #register-form .has-error.checkbox label, body .container-register #register-form .has-error.radio-inline label, body .container-register #register-form .has-error.checkbox-inline label {
  color: #ffffff;
}
body .container-register #register-form [type=checkbox] {
  height: 1.05vw;
  width: 1.05vw;
  position: relative;
  top: 0.1vw;
}
@media (max-width: 768px) {
  body .container-register #register-form [type=checkbox] {
    height: 3.5vw;
    width: 3.5vw;
  }
}
@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 .field-registerform-agree .help-block {
  font: normal 20px/normal "Roboto", Arial, sans-serif;
}
body .container-register #register-form .field-registerform-agree > .help-block {
  display: none;
}
body .container-register #register-form [data-more-el="#agreeMore"] {
  cursor: pointer;
}
body .container-register #register-form #agreeMore {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
body .container-register #register-form #agreeMore.show {
  max-height: 1000vh;
}
body .container-register .modal-receipt {
  display: block;
  background: rgba(0, 0, 0, 0.2196078431);
  z-index: 100000;
}
body .container-register .modal-receipt .modal-dialog {
  top: calc(50% - 11.49vw);
  max-width: 100%;
  margin: auto auto;
  display: table;
}
body .container-register .modal-receipt .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 22.51vw;
  height: 38.51vw;
}
body .container-register .modal-receipt .modal-content .btn-times {
  color: #EA0029;
  position: absolute;
  cursor: pointer;
  top: -0.1vw;
  right: 0.9vw;
  font-size: 4vw;
}
body .container-register .modal-receipt[data-type=date] .modal-content {
  background-image: url("./img/paragon-data.jpg");
}
body .container-register .modal-receipt[data-type=nip] .modal-content {
  background-image: url("./img/paragon-nip.jpg");
}
body .container-register .modal-receipt[data-type=nr] .modal-content {
  background-image: url("./img/paragon-nr.jpg");
}
@media (max-width: 768px) {
  body .container-register .modal .modal-dialog {
    top: calc(30% - 11.49vw);
  }
  body .container-register .modal .modal-dialog .modal-content {
    max-width: 500px;
    margin: 1.75rem auto;
    width: 100vw;
    height: 100vw;
    background-size: contain;
    background-position: center top;
  }
  body .container-register .modal .modal-dialog .modal-content .btn-times {
    color: #EA0029;
    position: absolute;
    cursor: pointer;
    top: -1.1vw;
    right: 23.9vw;
    font-size: 12vw;
  }
}
body .container-contact {
  height: 46.5vw;
  overflow: hidden;
}
@media (min-width: 1920px) {
  body .container-contact {
    height: 910px;
  }
}
@media (max-width: 768px) {
  body .container-contact {
    height: 86.5vw;
  }
}
body .container-contact .subtitle {
  font: normal 1.56vw/1.56vw "AmsiProCond-Black", "Roboto", Arial, sans-serif;
  margin-top: -35.68vw;
}
body .container-contact .subtitle a {
  font-size: 2.08vw;
  line-height: 2.08vw;
  margin-top: 0.78vw;
  display: block;
}
@media (min-width: 1920px) {
  body .container-contact .subtitle {
    margin-top: -685px;
    font-size: 30px;
    line-height: 30px;
  }
  body .container-contact .subtitle a {
    font-size: 40px;
    line-height: 40px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  body .container-contact .subtitle {
    font-size: 4.95vw;
    line-height: 4.95vw;
    margin-top: -52.68vw;
  }
  body .container-contact .subtitle a {
    font-size: 5.21vw;
    line-height: 5.21vw;
    margin-top: 1.56vw;
  }
}
body .header {
  width: 100%;
  height: 4.65vw;
  z-index: 10000;
  position: fixed;
  background-color: #EA0029;
  text-transform: uppercase;
  box-shadow: 0 0 0.4vw rgba(0, 0, 0, 0.4901960784);
  font-family: "AmsiProCond-Ultra", Roboto, Arial, sans-serif;
}
@media (min-width: 1920px) {
  body .header {
    height: 100px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body .header {
    box-shadow: 0px 0px 6px black;
  }
}
body .header .logo-m {
  position: absolute;
  z-index: 1000;
  left: 4vw;
  width: 30.73vw;
  top: 2.7vw;
}
body .header .logo-m .logo-img {
  width: 100%;
}
body .header .navbar {
  max-width: 72.917vw;
  margin: auto;
  min-height: 4.65vw;
}
@media (min-width: 1920px) {
  body .header .navbar {
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  body .header .navbar {
    min-height: 13.65vw;
  }
}
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 .nav-link {
  font-size: 1.7vw;
  line-height: normal;
  color: #ffffff;
  padding: 0.2vw 2vw;
  transform: scale(1);
  transition: all 0.1s ease-in-out;
}
body .header .navbar .navbar-nav .nav-item .nav-link:hover {
  transform: scale(1.2);
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    padding: 3.6px 38px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo {
  padding-top: 0.6vw;
  padding-bottom: 0.5vw;
  margin-right: 12.5vw;
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
  max-width: 13vw;
  position: absolute;
  left: 0;
  top: -1.3vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
    max-width: 139px;
  }
}
@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-color: #EA0029;
  }
  body .header .navbar-expand-md {
    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.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  body .header #collapsibleNavbar {
    background-image: url(./img/menu-bg-m.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 100vh;
    min-width: 102vw;
    display: block !important;
    height: auto;
    top: -202vh;
    transition: top 0.2s ease-in-out;
    position: fixed;
    overflow: hidden;
  }
  body .header #collapsibleNavbar.in {
    display: block !important;
    top: 0;
  }
  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: 7.2vw;
    padding: 3.5vw 0;
    color: #ffffff;
  }
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 1.3vw 3.4vw;
    border-radius: 0.8vw;
  }
  body .header .navbar .navbar-nav .nav-item:nth-of-type(1) {
    margin-left: 0 !important;
    margin-top: 15vw;
  }
  body .header .navbar .navbar-nav .nav-item:last-of-type {
    margin-left: 0;
    margin-bottom: 3.5vw;
  }
  body .header .navbar .logo {
    left: 8.2vw;
    position: absolute;
  }
  body .header .navbar .logo .logo-img {
    width: 30vw;
    margin-top: 2.2vw;
  }
  body .header .navbar .box-button {
    position: absolute;
    right: 0;
  }
  body .header .navbar .box-button .navbar-toggler {
    z-index: 1000;
    color: red;
    background: #FFF;
    border-radius: 50%;
    padding: 0px;
    position: absolute;
    height: 10.7vw;
    width: 10.7vw;
    top: 2.5vw;
    right: 9.5vw;
    border: 0 solid #ffffff;
    transform: scale(1);
    float: right;
    display: block;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar {
    display: block;
    background-color: #ea0029;
    height: 0.73vw;
    border-radius: 0px;
    box-shadow: 0 0 0px 0 #ffffff;
    transition: 0.8s transform;
    position: relative;
    left: 2.7vw;
    width: 5vw;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar--1 {
    transform: rotate(-45deg) translate(-1.1vw, 1.1vw);
  }
  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: 0.93vw;
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar {
    background-color: #ea0029;
  }
  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 .select2-results__option {
  font-size: 1.25vw;
  font-family: "AmsiProCondensed-SemiBold", "Roboto", Arial, sans-serif;
  color: #41683B !important;
}
@media (max-width: 768px) {
  body .select2-results__option {
    font-size: 4.95vw;
  }
}
body .select2-results__option .select2-results__option--highlighted {
  color: #ffffff !important;
}
body .select2-results__option--highlighted[aria-selected] {
  color: #ffffff !important;
}

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