@import url("font/font.css");
body {
  color: #3E3024;
  font: normal 20px/normal "DINPro", Arial, sans-serif;
  text-align: center;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: #E5D6B5;
  background-size: cover;
  overflow-x: hidden;
}
body img {
  max-width: 100%;
}
body .text-underline {
  text-decoration: underline;
}
body a, body a:hover, body a:focus, body a:active {
  color: #3E3024;
}
@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: normal 1.7vw/normal "DINPro-Black", Arial, sans-serif;
  border-radius: 40px;
  background-color: #3E3024;
  border-color: #3E3024;
  color: #fff;
  padding: 0.55vw 2.5vw;
  text-transform: uppercase;
  -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: 15.6vw;
}
body .btn:hover, body .btn:focus, body .btn:active, body .btn:not(:disabled):not(.disabled):active {
  background-color: #3E3024;
  border-color: #3E3024;
  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 {
    min-width: 300px;
    font-size: 32.7px;
  }
}
@media (max-width: 768px) {
  body .btn {
    min-width: 58.45vw;
    font-size: 5.8vw;
    padding: 2.4vw 3.4vw;
  }
}
body .footer {
  background-color: #E5D6B5;
  font: normal 16px/normal "DINPro", Arial, sans-serif;
  color: #3E3024;
  position: relative;
  z-index: 0;
}
body .footer a, body .footer a:hover, body .footer a:focus, body .footer a:active {
  color: #3E3024;
}
body .footer:before {
  position: absolute;
  content: "";
  background: #fff url("img/contact-bg.jpg") no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 33.59vw;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1920px) {
  body .footer:before {
    max-width: 1920px;
    height: 645px;
    left: calc((100% - 1920px) / 2);
  }
}
@media (min-width: 1921px) {
  body .footer:before {
    border-left: 3px solid #3E3024;
    border-right: 3px solid #3E3024;
    border-bottom: 3px solid #3E3024;
  }
}
@media (min-width: 1920px) {
  body .footer {
    max-width: 1920px;
    left: calc((100% - 1920px) / 2);
  }
}
@media (min-width: 576px) {
  body .footer .container {
    max-width: 1140px;
    padding: 1vw 0;
  }
}
@media (max-width: 768px) {
  body .footer {
    font-size: 2.5vw;
  }
  body .footer .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .wrapper {
  max-width: 100vw;
  margin: auto;
}
body .wrapper-home .title {
  text-indent: -10000px;
}
body .wrapper-home .home-img {
  max-width: 1920px;
  width: 100vw;
  margin-left: 0;
  margin-top: -30px;
  position: relative;
}
@media (min-width: 1920px) {
  body .wrapper-home .home-img {
    max-width: 1920px;
  }
}
@media (min-width: 1921px) {
  body .wrapper-home .home-img {
    border-left: 3px solid #3E3024;
    border-right: 3px solid #3E3024;
    border-top: 4px solid #3E3024;
  }
}
@media (max-width: 768px) {
  body .wrapper-home .home-img {
    /*width: 100%;
    margin-left: 0;*/
    width: 124%;
    margin-left: -12vw;
  }
}
@media (max-width: 768px) {
  body .wrapper-home {
    max-width: 100%;
    overflow-x: hidden;
  }
}
body .container {
  text-align: center;
  padding-bottom: 2vw;
}
@media (min-width: 576px) {
  body .container {
    max-width: 100%;
  }
}
body .container .title {
  position: relative;
  font: normal 1.88vw/normal "DINPro-Medium", Arial, sans-serif;
  color: #3E3024;
  margin: 1vw auto;
}
@media (max-width: 768px) {
  body .container .title {
    font-size: 6.76vw;
    margin: 2vw auto;
  }
}
body .container-register {
  position: relative;
  margin-top: -82.81vw;
  /*z-index: 1;*/
}
body .container-register .title {
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  body .container-register {
    margin-top: -1590px;
    max-width: 1920px;
  }
}
@media (min-width: 1921px) {
  body .container-register {
    border-left: 3px solid #3E3024;
    border-right: 3px solid #3E3024;
  }
}
@media (max-width: 768px) {
  body .container-register {
    overflow-x: clip;
    margin-top: -101.81vw;
  }
}
body .container-register form {
  max-width: 50vw;
  margin: auto;
  position: relative;
  z-index: 10002;
}
@media (max-width: 768px) {
  body .container-register form {
    max-width: 100%;
  }
}
body .container-register form .mb-3 {
  margin-bottom: 0.5vw !important;
}
body .container-register form .form-control {
  color: #3E3024;
  font-size: 1.12vw;
  border: 0;
  border-radius: 40px;
  text-align: left;
  height: calc(2.7vw + 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.5vw 1vw;
  font-family: "DINPro-Medium";
}
body .container-register form .form-control[readonly] {
  background-color: #fff;
}
@media (max-width: 768px) {
  body .container-register form .form-control {
    font-size: 4.11vw;
    height: calc(9.7vw + 2px);
    padding: 0.5vw 2vw;
  }
}
body .container-register form .form-control::placeholder {
  color: #D9C0AA;
  opacity: 1;
}
@media (max-width: 768px) {
  body .container-register form .btn-success {
    min-width: 75vw;
    margin-top: 5vw;
  }
}
body .container-register form .btn-file {
  font-size: 0.94vw;
  padding: 0.6vw 1vw 0.8vw;
  width: 100%;
  background-color: #3E3024;
  border-color: #3E3024;
  font-family: "DINPro";
  text-transform: none;
  /*@media (max-width: 576px) {
      font-size: 3.38vw;
  }*/
}
body .container-register form .btn-file:hover, body .container-register form .btn-file:focus, body .container-register form .btn-file:active, body .container-register form .btn-file:not(:disabled):not(.disabled):active {
  background-color: #3E3024;
  border-color: #3E3024;
}
body .container-register form .btn-file .hidden-xs {
  position: relative;
  top: 0.07vw;
}
@media (min-width: 1920px) {
  body .container-register form .btn-file {
    font-size: 18px;
    padding: 0.6vw 15px 0.8vw;
  }
}
@media (max-width: 768px) {
  body .container-register form .btn-file {
    font-size: 3.38vw;
    padding: 2.3vw 2vw 2.5vw;
  }
}
@media (max-width: 767px) {
  body .container-register form .btn-file .hidden-xs {
    display: block !important;
  }
}
body .container-register form .box-number {
  background: url("img/counter-bg.png") no-repeat center;
  height: 8.07vw;
  max-width: 38.23vw;
  margin: 3vw auto auto;
  background-size: 100%;
  font-size: 2.71vw;
  color: #3E3024;
  font-family: "DINPro-Black", Arial, sans-serif;
  position: relative;
}
@media (max-width: 768px) {
  body .container-register form .box-number {
    /*background: url("img/counter-bg-m.svg") no-repeat center;*/
    height: 20.18vw;
    max-width: 95.57vw;
    margin: 11vw auto 8vw;
    /*background-size: 100%;*/
    font-size: 9.9vw;
  }
}
body .container-register form .box-number .text-number {
  margin-left: 20.8vw;
  letter-spacing: 0.4vw;
  margin-top: 2.8vw;
}
@media (max-width: 768px) {
  body .container-register form .box-number .text-number {
    margin-left: 52.8vw;
    margin-top: 0;
    position: absolute;
    top: 7.3vw;
  }
}
body .container-register form .field-registerform-agree label {
  font-size: 0.84vw;
  font-weight: normal;
  position: relative;
  left: 2.2vw;
  cursor: pointer;
  font-family: "DINPro-Medium";
}
@media (min-width: 1920px) {
  body .container-register form .field-registerform-agree label {
    font-size: 16px;
    left: 45px;
  }
}
@media (max-width: 768px) {
  body .container-register form .field-registerform-agree label {
    font-size: 2.7vw;
    left: 6.2vw;
    max-width: 90%;
  }
}
body .container-register form .field-registerform-agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .container-register form .field-registerform-agree .checkmark {
  position: absolute;
  top: -7px;
  left: -2.2vw;
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #3E3024;
}
@media (min-width: 1920px) {
  body .container-register form .field-registerform-agree .checkmark {
    left: -45px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  body .container-register form .field-registerform-agree .checkmark {
    top: 0;
    left: -6.2vw;
    width: 4vw;
    height: 4vw;
  }
}
body .container-register form .field-registerform-agree .checkmark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
}
body .container-register form .field-registerform-agree input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #3E3024;
}
body .container-register form .field-registerform-agree input:checked ~ .checkmark:after {
  position: absolute;
  content: "";
  left: 0.45vw;
  top: 0.1vw;
  width: 0.5vw;
  height: 1vw;
  border: solid #3E3024;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1920px) {
  body .container-register form .field-registerform-agree input:checked ~ .checkmark:after {
    left: 9px;
    top: 2px;
    width: 10px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  body .container-register form .field-registerform-agree input:checked ~ .checkmark:after {
    left: 1.45vw;
    top: 0.3vw;
    width: 1.1vw;
    height: 2.5vw;
  }
}
body .container-register form .field-registerform-agree.has-error .help-block {
  padding-left: 0;
}
body .container-register form .text-bottom {
  font-size: 0.84vw;
  margin-bottom: 2vw;
  font-family: "DINPro-Medium";
}
body .container-register form .text-bottom .more-text {
  cursor: pointer;
}
body .container-register form .text-bottom .collapse.in {
  display: block !important;
}
@media (min-width: 1920px) {
  body .container-register form .text-bottom {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container-register form .text-bottom {
    font-size: 2.7vw;
  }
}
body .container-register form .field-registerform-documentfile .help-block {
  color: #FD0024;
}
body .container-register form .field-registerform-documentno,
body .container-register form .field-registerform-buydate,
body .container-register form .field-registerform-nipno {
  position: relative;
}
body .container-register form .field-registerform-documentno input,
body .container-register form .field-registerform-buydate input,
body .container-register form .field-registerform-nipno input {
  padding-right: 45px;
}
body .container-register form .field-registerform-documentno .hint,
body .container-register form .field-registerform-buydate .hint,
body .container-register form .field-registerform-nipno .hint {
  display: block;
  position: absolute;
  content: url("img/info-icon.svg");
  background: transparent;
  color: #fff;
  width: 2.3vw;
  height: 2.3vw;
  top: 0.4vw;
  right: 1.5vw;
  cursor: pointer;
}
@media (max-width: 1200px) {
  body .container-register form .field-registerform-documentno .hint,
  body .container-register form .field-registerform-buydate .hint,
  body .container-register form .field-registerform-nipno .hint {
    right: 1.8vw;
  }
}
@media (max-width: 991px) {
  body .container-register form .field-registerform-documentno .hint,
  body .container-register form .field-registerform-buydate .hint,
  body .container-register form .field-registerform-nipno .hint {
    right: 2.3vw;
  }
}
@media (max-width: 768px) {
  body .container-register form .field-registerform-documentno .hint,
  body .container-register form .field-registerform-buydate .hint,
  body .container-register form .field-registerform-nipno .hint {
    width: 6vw;
    height: 6vw;
    top: 1.5vw;
    right: 3.5vw;
  }
}
@media (max-width: 576px) {
  body .container-register form .field-registerform-documentno .hint,
  body .container-register form .field-registerform-buydate .hint,
  body .container-register form .field-registerform-nipno .hint {
    right: 4.5vw;
  }
}
@media (max-width: 400px) {
  body .container-register form .field-registerform-documentno .hint,
  body .container-register form .field-registerform-buydate .hint,
  body .container-register form .field-registerform-nipno .hint {
    right: 5.5vw;
  }
}
body .container-register .receipt {
  position: absolute;
  left: calc((100% - 18vw) / 2);
  top: 3vw;
  margin: auto;
  width: 18vw;
  max-width: 100%;
  height: 600px;
  cursor: pointer;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "DINPro-Bold", Arial, sans-serif;
  padding: 5px;
  display: none;
  z-index: 10005;
  background-color: transparent;
}
@media (max-width: 768px) {
  body .container-register .receipt {
    top: 12vw;
    width: 48vw;
    left: calc((100% - 48vw) / 2);
  }
}
body .container-register .receipt img {
  max-width: 100%;
  max-height: 68vh;
}
body .container-contact {
  position: relative;
  z-index: 1;
}
@media (min-width: 1920px) {
  body .container-contact {
    max-width: 1920px;
  }
}
@media (min-width: 1921px) {
  body .container-contact {
    border-left: 3px solid #3E3024;
    border-right: 3px solid #3E3024;
  }
}
body .container-contact .title {
  font-family: "DINPro-Bold";
  font-size: 2.08vw;
  line-height: 2.5vw;
}
body .container-contact .title a {
  color: #fff;
  font-family: "DINPro-Bold";
}
body .container-contact .title a:hover, body .container-contact .title a:focus, body .container-contact .title a:active {
  color: #fff;
}
@media (max-width: 768px) {
  body .container-contact .title {
    font-size: 6.76vw;
    line-height: 8.85vw;
  }
  body .container-contact .title a {
    /*font-size: 4.35vw;*/
  }
}
body .container-contact .btn {
  margin: 2vw auto;
}
@media (max-width: 768px) {
  body .container-contact .btn {
    margin: 3vw auto;
  }
}
body .container-contact .bottom-text {
  font-size: 1.1vw;
  font-family: "DINPro-Medium";
}
body .container-contact .bottom-text .big-text {
  font-size: 1.3vw;
  font-weight: bold;
}
@media (min-width: 1920px) {
  body .container-contact .bottom-text {
    font-size: 21px;
  }
  body .container-contact .bottom-text .big-text {
    font-size: 25px;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  body .container-contact .bottom-text {
    font-size: 3.38vw;
    line-height: 5vw;
    max-width: 85%;
    margin: auto;
  }
  body .container-contact .bottom-text .big-text {
    font-size: 4.35vw;
    font-weight: bold;
  }
}
body .container-contact .text-click {
  max-width: 50vw;
  margin: auto;
  font-size: 0.84vw;
  margin-bottom: 2vw;
  font-family: "DINPro-Medium";
}
body .container-contact .text-click .more-text {
  cursor: pointer;
}
body .container-contact .text-click .collapse.in {
  display: block !important;
}
@media (min-width: 1920px) {
  body .container-contact .text-click {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container-contact .text-click {
    font-size: 2.7vw;
    max-width: 100%;
  }
}
body .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 .has-error .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: #FD0024 !important;
  font-size: 1vw;
  margin-top: 0.3vw;
  margin-bottom: 0.5vw;
  text-align: left;
  padding-left: 1vw;
  font-family: "DINPro-Medium" !important;
}
@media (max-width: 768px) {
  body .has-error .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: #FD0024 !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;
  text-align: left;
  font-family: "DINPro-Medium" !important;
}
@media (max-width: 768px) {
  body .has-error .form-control {
    font-size: 2.35vw;
  }
}
body .pop-up {
  position: relative;
  width: 33.3vw;
  max-width: 100%;
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  body .pop-up {
    width: 63.3vw;
  }
}
body .pop-up .btn-close {
  font-family: "DINPro", Arial, sans-serif;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 4.7vw;
  top: 0.96vw;
  z-index: 100;
  font-size: 5vw;
  text-decoration: none;
}
@media (max-width: 768px) {
  body .pop-up .btn-close {
    font-size: 10vw;
    right: 9.7vw;
    top: 1.96vw;
  }
}
body .pop-up .btn-close:hover {
  text-decoration: none;
}
body.plug {
  background: #E5D6B5 url("img/plug-bg.jpg") no-repeat center top;
  background-size: cover;
}
body.plug .container {
  padding: 0;
}
body.plug .container .home-img {
  margin-top: 30px;
  margin-left: -70px;
}
@media (max-width: 870px) {
  body.plug .container .home-img {
    margin-left: auto;
    margin-right: 8vw;
    width: 93vw;
  }
}

:focus-visible {
  outline: none;
}

*:focus {
  outline: none !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0);
}

body.is-iphone .container-register form .box-number .text-number {
  top: 8.3vw;
    padding-top: 0.5vw;
}

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