html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  background: linear-gradient(to bottom, #c90f18 625px, #fff 0);
  margin: 0;
  line-height: inherit;
  min-height: 100vh;
}

a {
  color: #c90f18 !important;
}

.maska-content-logos {
  padding: 5px 20px 85px;
}

.contact {
  color: #c90f18;
  text-decoration: underline;
  cursor: pointer;
}

.header-left {
  text-align: center;
}

.underline {
  text-decoration-line: underline;
  color: #c90f18;
}

.text-danger {
  font-size: 11px;
}

#paski {
  margin: 0;
  background: repeating-linear-gradient(
      135deg,
      #eef3fa 0px,
      #eef3fa 30px,
      #eef3fa 30px,
      #eef3fa 60px
  );
  padding: 25px;
}

#maska {
  background-color: #ffffff;
  position: relative;
}

#maska2 {
  background-color: #eef3fa;
}

main {
  margin-top: 35px;
}

footer {
  margin-top: 70px;
  margin-bottom: 55px;
}

nav {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 14x;
  margin-top: 25px;
}

.header-left {
  flex: 1;
}

.header-right {
  font-size: 19px;
  font-weight: bolder;
  letter-spacing: 0px;
  text-align: center;
}

.header-right span {
  background-color: white;
  padding: 0px 2px 2px 7px;
}

.maska-content {
  padding: 35px 20px 85px;
}

.maska-header h1 {
  text-align: center;
  font: normal normal bold 28px/32px Roboto;
  letter-spacing: 0px;
}

.maska-header p {
  font-size: 26px;
  text-align: center;
  letter-spacing: 0px;
  font: normal normal bold 26px/32px Roboto;
}

.maska-body h3 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
}

.maska-body h3 span {
  font-weight: bolder;
}

.maska-body form {
  margin-top: 35px;
}

.maska-body form form-top {
  text-align: center;
}

.maska-body form input:not([type="checkbox"]) {
  width: 100%;
  border-radius: 4px;
  display: block;
  outline: none;
  text-align: left;
  margin-top: 20px;
  height: auto;
  text-align: left;
}

.maska-body form input[type="text"],
.maska-body form input[type="email"] {
  border: 1px solid #c3d8f3;
  letter-spacing: 0px;
  color: #878787;
  font: normal normal normal 16px/19px Roboto;
  padding: 16px 18px;
}

.maska-body .voucher {
  background: #c90f18 0% 0% no-repeat padding-box;
  border: 0px solid #c3d8f3;
  color: #fff !important;
  font: normal normal bold 16px/19px Roboto;
  white-space: normal;
  padding: 16px 10px;
  text-align: center;
}

.maska-body .voucher::placeholder {
  color: #fff !important;
  font-size: 12px !important;
  font: normal normal bold 16px/19px Roboto;
}

.checkbox-container {
  margin-top: 35px;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  cursor: pointer;
  position: relative;
  gap: 10px;
  margin-bottom: 0px;
}

.checkbox-custom {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid #000000;
  background-color: #fff;
  position: relative;
  margin-top: 1px;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-custom::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #ffb500 0% 0% no-repeat padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-text {
  text-align: left;
  font: normal normal 300 11px/17px Roboto;
  letter-spacing: 0px;
  color: #5f5f65;
  font-size: 11px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #c90f18 0% 0% no-repeat padding-box;
  color: #fff;
  border: 0px solid #000000;
  font: normal normal bold 19px/23px;
  padding: 20px;
  height: 51px;
  width: auto;
  letter-spacing: 0px;
  margin-top: 20px;
}

.voucher-500 {
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 135px;
}

.text-voucher {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 5px;
}

.borders {
  border-bottom: 1px solid red !important;
}

.container-logos {
  margin-top: 50px;
}

.button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #000000;
  border-radius: 4px;
  font: normal normal bold 19px/23px;
  height: 51px;
  width: 235px;
}

.lightbox-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.companies {
  margin-top: 90px;
}

.support {
  margin-top: 27px;
}

.support h2 {
  font-size: 24px;
  font-weight: bolder;
}

.promotion-code {
  margin-top: 85px;
}

.companies .company-img {
  margin-bottom: 15px;
}

.modals {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: right 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: right 0.5s ease;
  z-index: 1001;
}

.modal-contents {
  padding: 20px;
}

.modals h2 {
  margin-top: 0;
}

.close {
  font-size: 24px;
  float: right;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.7s ease;
  z-index: 1000;
}

.modals.active {
  right: 0;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

main {
  margin-top: 150px;
}

@media only screen and (min-width: 480px) {
  main {
      margin-top: 80px;
  }
}

@media only screen and (min-width: 640px) {
  nav {
      justify-content: space-between;
  }

  main {
      margin-top: 80px;
  }

  nav {
      padding-top: 38px;
      margin-top: 0px;
  }
  .maska-body form input:not([type="checkbox"]) {
      height: 51px;
      white-space: nowrap;
  }

  .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 2px;
      background: #c90f18 0% 0% no-repeat padding-box;
      border: 0px solid #000000;
      font-size: 19px;
      font-weight: bolder;
      padding: 14px 50px 14px;
      height: 51px;
      width: auto;
      letter-spacing: 0px;
      margin-top: 20px;
  }

  .modals {
      width: 400px;
  }

  .support h2 {
      font-size: 32px;
  }

  .header-right {
      text-align: right;
  }

  .maska-header h1 {
      text-align: center;
      font: normal normal bold 45px/32px Roboto;
      letter-spacing: 0px;
  }

  .voucher-500 {
      position: absolute;
      top: 98%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 170px;
  }

  .promotion-code {
      margin-top: 125px;
  }

  .maska-header p {
      margin-top: 20px;
  }

  .header-left {
      text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  nav {
      justify-content: space-between;
  }

  #maska2 {
      background-color: #eef3fa;
      padding-top: 14px;
      padding-left: 10px;
      padding-right: 10px;
  }

  .maska-body .voucher {
      white-space: wrap;
      padding: 0px;
  }

  .header-right {
      text-align: right;
  }

  .maska-header h1 {
      text-align: center;
      font: normal normal bold 45px/32px Roboto;
      letter-spacing: 0px;

  }

  .voucher-500 {
      position: absolute;
      top: 96%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 220px;
  }

  .maska-content {
      padding: 80px 60px 120px;
  }

  .promotion-code {
      margin-top: 150px;
  }

  .maska-header p {
      margin-top: 20px;
  }

  .header-left {
      text-align: left;
  }
}

.responsive-line {
  display: none;
}

.responsive-logo {
  flex: 1;
}

.responsive-header {
  margin-top: 15px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}



.logos-ees {
  flex-wrap: wrap;
}

.img-respo {
  margin-bottom: 25px;
}

.gray-line {
  display: none;
}

.emerson-log {
  justify-content: center;
}

.responsive-logo{
  justify-content: center;
}

.responsive-header {
  justify-content: center;
  width: 100%;
  column-gap: 30px;
  row-gap: 10px;
}



@media only screen and (min-width: 1024px) {
  nav {
      justify-content: space-between;
  }

  .responsive-header{
      width: auto;
      column-gap: 40px;
      row-gap: 0px;
  }

  .gray-line {
      display: flex;
  }

  .img-respo {
      margin-bottom: 0px;
  }

  .logos-ees {
      /* padding-left: 80px;
      padding-right: 80px; */
  }

  .responsive-header {
      margin-top: 0px;
      padding-bottom: 0px;
  }

  main {
      margin-top: 35px;
  }

  .responsive-line {
      display: flex;
  }

  .responsive-logo {
      flex: 0;
  }

  .header-right {
      text-align: right;
  }

  .maska-header h1 {
      text-align: center;
      font: normal normal bold 45px/32px Roboto;
      letter-spacing: 0px;
  }

  .voucher-500 {
      position: absolute;
      top: 92%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 260px;
  }

  .maska-content {
      padding: 80px 30px 120px;
  }

  .promotion-code {
      margin-top: 165px;
  }

  .maska-header p {
      margin-top: 20px;
  }

  .header-left {
      text-align: left;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
      max-width: 1250px !important;
  }

  .container-logos {
      max-width: 1000px !important;
  }

  .maska-content {
      padding: 80px 100px 120px;
  }

  .maska-header h1 {
      text-align: center;
      font: normal normal bold 65px/32px Roboto;
      letter-spacing: 0px;
  }

  #maska2 {
      background-color: #eef3fa;
      padding-top: 14px;
      padding-left: 19px;
      padding-right: 19px;
  }
}
