@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap');

* {
  font-family: 'Nunito', sans-serif !important;
}

.img-fluid {
  max-width: 100%;
  padding: 1rem;
}

.x-top {
  background-color: #dcdcdc;
}

.x-top__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 1rem;
  flex-wrap: wrap;
}

.content-copy {
  padding: 1rem 0;
}

@media screen and (max-width: 1279px) {
  .x-top__content-wrapper {
    text-align: center;
  }
}

.x-top__content-wrapper .content-copy h2 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;

}

.x-top__content-wrapper .content-copy h1 {
  font-size: 32px;
  font-weight: 300;
  margin: 1rem 0;
}

.x-top__content-wrapper .content-copy h1 b {
  font-size: 32px;
  font-weight: 600;

}

.x-top .x-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  flex-wrap: wrap;
}

@media screen and (max-width:456px) {
  .x-top .x-top-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*===== VARIABLES CSS =====*/
:root {
  /*========== Colors ==========*/
  --green-color: #7fbe25;
  --white-color: #fff;
  --line-height-default: 1.6rem;
}

/*========== Layout ==========*/

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  /* background: #e7e7e7; */
  background: #fff;
  font-display: swap;
  margin: 0;
}

#mainWID {
  font-family: 'Nunito', sans-serif !important;
  width: 100% !important;
  margin: 0 auto !important;
  line-height: var(--line-height-default);
}

.uk-modal-dialog {
  background: none !important;
}

.uk-close {
  color: #fff !important;
  top: 4px !important;
  right: 4px !important;
}

.modals-shops-body {
  background: #fff !important;
}

.modals-shops-body .uk-close {
  color: #000 !important;
}

.popupCompany4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.popupCompany .popupCompany__box a {
  display: block;
  font-weight: bold;
  transition: 0.4s;
  width: 160px;
  margin: 20px auto 0 auto;
}

.popupCompany img {
  display: block;
  margin: 0 auto;
}

/*========== HEADER TOP ==========*/

#mainWID .headerTOP img {
  width: 100% !important;
}

#mainWID .headerTOP__info {
  width: 100% !important;
  background: rgb(128, 195, 66);
  background: -moz-linear-gradient(90deg,
      rgba(128, 195, 66, 1) 0%,
      rgba(128, 195, 66, 1) 47%,
      rgba(128, 195, 66, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(128, 195, 66, 1) 0%,
      rgba(128, 195, 66, 1) 47%,
      rgba(128, 195, 66, 1) 100%);
  background: linear-gradient(90deg,
      rgba(128, 195, 66, 1) 0%,
      rgba(128, 195, 66, 1) 47%,
      rgba(128, 195, 66, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80c342", endColorstr="#80c342", GradientType=1);
  padding: 40px 0 !important;
  color: var(--white-color) !important;
  text-align: center !important;
  font-size: 17px !important;
  position: relative;
  z-index: 99 !important;
  margin-top: -5px !important;
}

#mainWID .headerTOP__info .headerTOP__info-flex {
  display: grid !important;
  grid-template-columns: repeat(2, 2fr) !important;
  gap: 0 !important;
  text-align: left !important;
  width: 1050px !important;
  margin: 0 auto !important;
}

#mainWID .promotionInfo .promotionInfo__grid .codesend {
  font-size: 13px !important;
  font-weight: bold;
}

#mainWID .headerTOP__info .headerTOP__info-flex .rewards {
  width: 180px !important;
  margin: -90px 70px 0 auto !important;
  display: block !important;
}

#mainWID .headerTOP .headerTOP__info h3 {
  font-family: 'Nunito', sans-serif !important;
  margin-bottom: 0 !important;
  font-size: 28px !important;
  color: var(--white-color) !important;
}

#mainWID .headerTOP .headerTOP__info h4 {
  margin-top: 6px !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 27px !important;
  width: 95% !important;
  margin-bottom: 20px !important;
  color: var(--white-color) !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-btn {
  margin: 20px auto 0 0 !important;
  display: block !important;
  width: 240px !important;
  transition: 0.5s !important;
  background: #fff !important;
  text-align: center !important;
  padding: 14px 5px;
  color: #000;
  font-family: 'Nunito', sans-serif !important;
  font-size: 18px !important;
  border-radius: 99px !important;
  text-decoration: none !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-btn:hover {
  transform: scale(0.95) !important;
}

#clock {
  margin-top: 20px;
}

#clock>div {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}

#clock .number {
  font-size: 2.6em;
  font-weight: bold;
  font-family: 'Nunito', sans-serif !important;
  text-align: center;
}

#clock .label {
  margin-top: 10px;
  font-size: 0.9em;
  text-align: center;
}

#mainWID .headerTOP__info .headerTOP__footer {
  margin-top: 1px !important;
}

/*========== How to use ==========*/

#mainWID .promotionInfo {
  text-align: center !important;
  margin-top: 80px !important;
}

#mainWID .promotionInfo>h2 {
  font-family: 'Nunito', sans-serif !important;
  font-size: 36px !important;
}

#mainWID .promotionInfo .promotionInfo__grid {
  display: grid !important;
  align-items: center !important;
  grid-template-columns: 25% 75% !important;
  width: 725px !important;
  margin: 60px auto !important;
}

#mainWID .promotionInfo .promotionInfo__grid-first {
  margin-top: 65px !important;
}

#mainWID .promotionInfo .promotionInfo__grid img {
  width: 73px !important;
}

#mainWID .promotionInfo .promotionInfo__grid p {
  text-align: left !important;
  font-size: 22px !important;
  margin-bottom: 0 !important;
  line-height: 1.9rem !important;
}

#mainWID .promotionInfo .promotionInfo__grid p b {
  font-family: 'Nunito', sans-serif !important;
  color: #000 !important;
}

#mainWID .promotionInfo .promotionInfo__grid b a {
  color: #000 !important;
}

#mainWID .promotionInfo .promotionInfo__btnFLEX {
  width: 645px !important;
  margin: 100px auto 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  justify-content: center !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 18px !important;
}

#mainWID .promotionInfo .promotionInfo__btnFLEX .promotionInfo__btnFLEX-gradient {
  background: transparent;
  width: 100%;
  margin: 0 auto !important;
  padding: 14px 25px !important;
  border-radius: 99px !important;
  transition: 0.5s;
  color: #000 !important;
  border: 1px solid #000;
}

#mainWID .promotionInfo .promotionInfo__btnFLEX .promotionInfo__btnFLEX-black {
  width: 100%;
  margin: 0 auto !important;
  background: #000 !important;
  padding: 14px 35px !important;
  border-radius: 99px !important;
  border: 1px solid #000;
  transition: 0.5s;
}

#mainWID .promotionInfo .promotionInfo__btnFLEX a {
  color: var(--white-color) !important;
  text-decoration: none !important;
}

/*========== Formsection ==========*/

#mainWID .formSection {
  margin: 100px auto 20px auto !important;
  text-align: center;
  padding: 60px 0;
  background: #e7e7e7;
  width: 1240px;
  border-radius: 15px;
}

#mainWID .formSection>h2 {
  font-family: 'Nunito', sans-serif !important;
  font-size: 36px !important;
}

#mainWID #form h4 {
  font-family: 'Nunito', sans-serif !important;
  margin: 30px auto !important;
}

#mainWID .formSection .formSection__form {
  width: 700px;
  margin: 0 auto;
}

#mainWID .formSection .formSection__form .oneInput,
#mainWID .formSection .formSection__form .twoInput {
  margin: 10px auto;
}

#mainWID .formSection .formSection__form .twoInput {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
}

#mainWID .formSection .formSection__form .oneInput input,
#mainWID .formSection .formSection__form .twoInput input {
  width: 100%;
  padding: 15px 0 15px 12px;
  border-radius: 13px;
  border: 1px solid #d5d5d5;
  font-family: 'Nunito', sans-serif !important;
  font-size: 15px;
}

#mainWID .formSection .formSection__form select {
  font-family: 'Nunito', sans-serif !important;
  width: 104%;
  font-size: 13px;
  padding: 10px 10px 10px 30px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow.webp) 93% / 3.5% no-repeat #fff;
  border-radius: 13px;
  border: 1px solid #d5d5d5;
}

#mainWID #rewards {
  width: 101% !important;
  background: url(../img/arrow.webp) 97% / 1.8% no-repeat #fff;
  margin-bottom: 20px !important;
}

#mainWID .formSection .formSection__form #fileSection {
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #000;
  border-radius: 13px;
  padding: 30px 23px 20px 23px;
  width: 95%;
}

#mainWID #form #btnSend {
  font-family: 'Nunito', sans-serif !important;
  color: #fff !important;
  background: #000;
  padding: 15px 20px !important;
  text-decoration: none !important;
  margin: 50px auto 0 auto !important;
  border: none !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 18px !important;
  letter-spacing: 1px !important;
  width: 300px !important;
  border-radius: 99px !important;
  transition: 0.15s !important;
  cursor: pointer !important;
}

#mainWID #form #btnSend:hover {
  transform: scale(0.95);
}

#mainWID #form .exampleFile {
  margin-top: 30px;
}

#mainWID #form .exampleFile .btn-tertiary {
  padding: 9px 0;
  font-size: 18px;
}

#mainWID #form .exampleFile .btn-tertiary:hover {
  color: #fff;
  text-decoration: none;
}

/* Checkbox */

.flex-checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: #000 !important;
}

.flex-checkbox a {
  text-decoration: underline !important;
}

.flex-checkbox label {
  margin-left: 10px;
  font-size: 13px;
  margin-top: 2px;
}

input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: none;
  height: 16px;
  width: 16px;
  border: 1px solid #000864;
}

input[type="checkbox"]:checked {
  background: none;
}

input[type="checkbox"]:hover {
  filter: brightness(90%);
}

input[type="checkbox"]:disabled {
  background: none;
  opacity: 0.6;
  pointer-events: none;
}

input[type="checkbox"]:after {
  content: "";
  position: relative;
  left: 40%;
  top: 20%;
  width: 15%;
  height: 40%;
  border: 1px solid #000864;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

input[type="checkbox"]:checked:after {
  display: block;
}

input[type="checkbox"]:disabled:after {
  border-color: #7b7b7b;
}

/* == LOADER == */

#form .loader {
  display: none;
  padding: 50px 0;
  position: relative;
  color: #000;
  text-align: center;
  font-size: 24px;
}

#loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  -webkit-animation: loading-bar-spinner 350ms linear infinite;
  animation: loading-bar-spinner 350ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 3px transparent;
  border-top-color: #000 !important;
  border-left-color: #000 !important;
  border-radius: 50%;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*========== Extra info ==========*/

#mainWID .mailIco {
  animation: shake 2.42s ease infinite;
}

#mainWID .extraInfo .extraInfo__mobile {
  display: none;
}

#mainWID .extraInfo {
  background: rgb(134, 205, 79);
  background: -moz-linear-gradient(90deg,
      rgba(134, 205, 79, 1) 0%,
      rgba(84, 141, 81, 1) 51%,
      rgba(30, 70, 83, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(134, 205, 79, 1) 0%,
      rgba(84, 141, 81, 1) 51%,
      rgba(30, 70, 83, 1) 100%);
  background: linear-gradient(90deg,
      rgba(134, 205, 79, 1) 0%,
      rgba(84, 141, 81, 1) 51%,
      rgba(30, 70, 83, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86cd4f", endColorstr="#1e4653", GradientType=1);
  margin: 40px auto !important;
  text-align: center !important;
  width: 1240px !important;
  padding: 20px 0 !important;
  border-radius: 18px !important;
}

#mainWID .extraInfo .extraInfo__headingFirst {
  font-size: 37px !important;
  color: red !important;
  font-family: 'Nunito', sans-serif !important;
  margin: 20px auto !important;
}

#mainWID .extraInfo .extraInfo__headingSecond {
  font-size: 24px !important;
  font-family: 'Nunito', sans-serif !important;
  margin: 20px auto !important;
  color: #fff !important;
}

#mainWID .extraInfo .extraInfo__headingSecond span {
  font-family: 'Nunito', sans-serif !important;
}

#mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond {
  font-size: 27px !important;
}

#mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond img {
  margin: -7px 15px 0 18px;
}

#mainWID .extraInfo .extraInfo__headingLast {
  font-size: 22px !important;
  font-family: 'Nunito', sans-serif !important;
  margin: 20px auto !important;
}

#mainWID .extraInfo .extraInfo__btn {
  color: #fff !important;
  background: #000 !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
  display: block !important;
  width: 320px !important;
  margin: 0 auto 20px auto !important;
  border-radius: 99px !important;
  transition: 0.5s;
  font-family: 'Nunito', sans-serif !important;
}

#mainWID .extraInfo .extraInfo__btn:hover {
  transform: scale(0.9);
}

/*========== Rewards ==========*/

#mainWID .rewards .cta_kupteraz {
  width: 175px !important;
  font-size: 18px;
  font-weight: 400;
  display: block !important;
  margin: 30px 100px !important;
  transition: 0.45s !important;
  font-family: 'Nunito', sans-serif !important;
  text-decoration: none !important;
  color: #fff !important;
  background: #000;
  padding: 17px 0 !important;
  border-radius: 30px !important;
}

#mainWID .rewards .device__big {
  transform: scale(1.2) !important;
}

#mainWID .rewards .device__big2 {
  transform: scale(1.15) !important;
}

#mainWID .rewards .cta_kupteraz:hover {
  transform: scale(0.92);
}

#mainWID .rewards {
  text-align: center !important;
  margin: 60px auto !important;
}

#mainWID .rewards>h2 {
  font-family: 'Nunito', sans-serif !important;
  font-size: 36px !important;
  width: 580px !important;
  margin: 0 auto !important;
  line-height: 42px !important;
}

#mainWID .rewards .rewards__grid {
  display: flex !important;
  width: 100% !important;
  margin: 90px auto !important;
  gap: 80px 20px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box {
  width: 32%;
  position: relative !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#mainWID .rewards .rewards__grid .rewards__grid-box .badge {
  position: absolute !important;
  right: 0 !important;
  top: 10px !important;
  width: 160px !important;
}

#mainWID .rewards .rewards__grid .color__switcher {
  margin-top: 50px;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  text-align: center;
}

#mainWID .rewards .rewards__grid .color__switcher .gray,
#mainWID .rewards .rewards__grid .color__switcher .black {
  background: #9c9993 !important;
  width: 25px !important;
  height: 24px !important;
  border-radius: 50% !important;
  margin: 0 7px !important;
  transition: 0.25s !important;
  border: 2px solid white;
}

#mainWID .rewards .rewards__grid .color__switcher .black {
  background: #000 !important;
}

#mainWID .rewards .rewards__grid .color__switcher .black.active {
  box-shadow: 0 0 0 2px #000;
}

#mainWID .rewards .rewards__grid .color__switcher .gray.active {
  box-shadow: 0 0 0 2px #9c9993;
}

#mainWID .rewards .rewards__grid .rewards__grid__right h3 {
  font-family: 'Nunito', sans-serif !important;
  font-size: 50px !important;
  line-height: 38px !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box .heading__box {
  font-size: 28px !important;
  font-family: 'Nunito', sans-serif !important;
  text-align: center;
}

#mainWID .rewards .rewards__grid .rewards__grid-box .heading__box span {
  font-size: 14px;
  color: #b8b8b8;
}

#mainWID .rewards .rewards__grid .rewards__grid__right h3 span {
  font-size: 20px !important;
}

#mainWID .rewards .rewards__grid .rewards__grid__right .btnBuy {
  background: rgb(134, 205, 79);
  width: 150px;
  margin: 40px auto 0 auto !important;
  display: block !important;
  padding: 10px 20px !important;
  border-radius: 25px !important;
  transition: 0.5s;
  color: #fff !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 18px !important;
  text-decoration: none !important;
}

#mainWID .rewards .rewards__grid .rewards__grid__right .btnBuy:hover {
  transform: scale(0.94) !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box2 p {
  text-align: left !important;
  line-height: 12px !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box2 h3 span {
  color: #fff;
}

#mainWID .rewards .rewards__grid .rewards__grid-box2 .pasek {
  width: 105px !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box img {
  width: 100% !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box h3 {
  font-size: 30px !important;
  font-family: 'Nunito', sans-serif !important;
  margin-top: 50px !important;
  margin-bottom: 0 !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box h4 {
  margin-top: 1px !important;
  font-size: 23px !important;
  font-family: 'Nunito', sans-serif !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box .swift5 {
  margin-top: -35px !important;
}

#mainWID .btnBuyNow {
  font-family: 'Nunito', sans-serif !important;
  background: rgb(134, 205, 79);
  background: -moz-linear-gradient(90deg,
      rgba(134, 205, 79, 1) 0%,
      rgba(124, 193, 79, 1) 30%,
      rgba(85, 141, 78, 1) 63%,
      rgba(38, 82, 83, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(134, 205, 79, 1) 0%,
      rgba(124, 193, 79, 1) 30%,
      rgba(85, 141, 78, 1) 63%,
      rgba(38, 82, 83, 1) 100%);
  background: linear-gradient(90deg,
      rgba(134, 205, 79, 1) 0%,
      rgba(124, 193, 79, 1) 30%,
      rgba(85, 141, 78, 1) 63%,
      rgba(38, 82, 83, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86cd4f", endColorstr="#265253", GradientType=1);
  padding: 10px 20px !important;
  text-decoration: none !important;
  margin: 50px auto 0 auto !important;
  border: none !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 18px !important;
  letter-spacing: 1px !important;
  width: 35% !important;
  display: block !important;
  border-radius: 25px !important;
  transition: 0.15s !important;
  cursor: pointer !important;
  color: #fff !important;
}

#mainWID .btnBuyNow:hover {
  transform: scale(0.92);
}

/*========== Partners ==========*/

#mainWID .acerRS-mysz img {
  width: 100% !important;
}

#mainWID .acerRS-mysz .acerRS-mysz-info {
  margin: 40px auto !important;
  width: 1300px !important;
}

#mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-flex {
  margin: 60px auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 0 60px !important;
}

#mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-flex div {
  width: 50% !important;
}

#mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-grid {
  margin: 110px auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 50px !important;
}

#mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-grid div {
  transition: 0.5s !important;
}

#mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-grid div:hover {
  transform: scale(1.05);
}

#mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-grid h3 {
  font-family: 'Nunito', sans-serif !important;
  font-size: 19px !important;
}

/*========== Partners ==========*/

#mainWID .partners {
  background: #e7e7e7;
  margin-top: 80px !important;
}

#mainWID .partners .partners__heading {
  color: #000;
  text-align: center !important;
  font-size: 31px !important;
  margin: 20px auto !important;
  padding: 40px 0 20px 0 !important;
  font-family: 'Nunito', sans-serif !important;
}

#mainWID .partners .partners__flex {
  width: 800px !important;
  margin: 0 auto !important;
  gap: 30px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  padding-bottom: 60px !important;
}

#mainWID .partners .partners__flex .partners__flex-box img {
  width: 170px !important;
  transition: 0.25s !important;
}

#mainWID .partners .partners__flex .partners__flex-box img:hover {
  transform: scale(1.07);
}

/*========== eScooter ==========*/

#mainWID .eScooter {
  width: 90% !important;
  margin: 160px auto 100px auto !important;
}

#mainWID .eScooter__banner {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
}

#mainWID .eScooter__banner .kwadrat {
  position: absolute !important;
  width: 200px !important;
  top: -50px !important;
  margin-left: -40px !important;
}

#mainWID .eScooter__banner .eScooter__banner-left {
  margin-left: 25%;
}

#mainWID .eScooter__banner .eScooter__banner-left h2 {
  font-size: 105px !important;
  line-height: 110px !important;
  color: var(--green-color) !important;
  font-family: 'Nunito', sans-serif !important;
}

#mainWID .eScooter .eScooter__characteristics {
  text-align: center !important;
}

#mainWID .eScooter .eScooter__video img {
  width: 65% !important;
  display: block !important;
  margin: 0 auto 60px auto !important;
  transition: 0.42s !important;
}

#mainWID .eScooter .eScooter__video img:hover {
  transform: scale(0.97);
}

#mainWID .eScooter .eScooter__characteristics img {
  width: 60% !important;
  margin: 120px auto !important;
}

#mainWID .eScooter__table {
  width: 700px !important;
  margin: 100px auto 0 auto !important;
  font-size: 19px !important;
}

#mainWID .eScooter__table .eScooter__table-box {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  align-items: center !important;
  margin-top: 30px !important;
  padding-bottom: 10px !important;
  border-bottom: var(--green-color) 2px solid;
}

#mainWID .eScooter__table .eScooter__table-box p:nth-child(1) {
  text-align: left !important;
}

#mainWID .eScooter__table .eScooter__table-box p:nth-child(2) {
  text-align: right !important;
}

#mainWID .eScooter__table .eScooter__table-box p {
  margin: 0 !important;
}

/*========== Footer ==========*/

#mainWID footer {
  background: rgb(128, 195, 66);
  background: -moz-linear-gradient(90deg,
      rgba(128, 195, 66, 1) 0%,
      rgba(128, 195, 66, 1) 47%,
      rgba(128, 195, 66, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(128, 195, 66, 1) 0%,
      rgba(128, 195, 66, 1) 47%,
      rgba(128, 195, 66, 1) 100%);
  background: linear-gradient(90deg,
      rgba(128, 195, 66, 1) 0%,
      rgba(128, 195, 66, 1) 47%,
      rgba(128, 195, 66, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80c342", endColorstr="#80c342", GradientType=1);
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

footer .footer__grid {
  width: 80%;
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  align-items: center;
  font-size: 12px !important;
}

footer .footer__grid a {
  color: #fff;
}

#mainWID footer .footer__grid .footer__grid-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainWID footer .footer__grid .footer__grid-contact img {
  width: 18px;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.2s;
}

#mainWID footer .footer__grid .footer__grid-contact img:hover {
  transform: scale(1.2);
}

#mainWID footer .footer__grid .footer__grid-contact .mail {
  width: 22px;
  margin-left: 15px;
}

/*========== Media Queries ==========*/

/* == 2K resolution == */
@media screen and (min-width: 2050px) {
  #mainWID .headerTOP__info .headerTOP__info-flex {
    width: 1450px !important;
  }

  #mainWID .headerTOP .headerTOP__info h3 {
    font-size: 30px !important;
  }

  #mainWID .headerTOP .headerTOP__info h4 {
    font-size: 37px !important;
  }

  #mainWID .promotionInfo>h2 {
    font-size: 40px !important;
  }

  #mainWID .promotionInfo .promotionInfo__grid {
    width: 850px !important;
  }

  #mainWID .promotionInfo .promotionInfo__grid p {
    font-size: 21px !important;
  }

  #mainWID .eScooter__banner .eScooter__banner-left h2 {
    font-size: 205px !important;
    line-height: 210px !important;
  }

  #mainWID .rewards .rewards__grid .rewards__grid-box {
    font-size: 19px;
  }

  #mainWID .rewards .rewards__grid .rewards__grid-box .heading__box {
    font-size: 24px !important;
    margin-left: -85px;
  }

  #mainWID .rewards .rewards__grid .rewards__grid-box .heading__box span {
    margin-left: -90px;
    font-size: 18px;
  }

  #mainWID .headerTOP__info .headerTOP__info-flex .rewards {
    width: 220px !important;
  }
}

@media screen and (min-width: 3050px) {
  #mainWID .eScooter__banner .eScooter__banner-left h2 {
    font-size: 305px !important;
    line-height: 310px !important;
  }

  .eScooter__banner-right img {
    width: 100% !important;
  }
}

@media screen and (max-width: 1309px) {
  #mainWID .rewards .rewards__grid {
    width: 95% !important;
  }

  #mainWID .extraInfo,
  #mainWID .formSection {
    width: 94% !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info {
    width: 90% !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #mainWID .eScooter__banner .eScooter__banner-left {
    margin-left: 20% !important;
  }

  #mainWID .rewards .rewards__grid .rewards__grid-box {
    width: 43%;
  }
}

@media screen and (max-width: 1109px) {
  #mainWID .headerTOP__info .headerTOP__info-flex {
    width: 90% !important;
  }
}

/* == Mobile resolution == */

@media screen and (max-width: 999px) {
  #mainWID .eScooter__banner {
    display: block !important;
    text-align: center !important;
  }

  #mainWID .eScooter__banner .eScooter__banner-left {
    margin-left: 0 !important;
  }

  #mainWID .eScooter__banner .kwadrat {
    display: none !important;
  }

  #mainWID .eScooter__banner .eScooter__banner-left h2 {
    font-size: 3rem !important;
    line-height: normal !important;
  }

  #mainWID .headerTOP__info {
    width: 100% !important;
    margin: 0 auto !important;
  }

  #mainWID .promotionInfo .promotionInfo__grid {
    width: 90% !important;
  }

  #mainWID .promotionInfo .promotionInfo__btnFLEX {
    width: 80% !important;
  }

  #mainWID .rewards .rewards__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 50px !important;
  }

  #mainWID .partners .partners__flex {
    width: 90% !important;
  }

  #mainWID .formSection .formSection__form {
    width: 90% !important;
  }

  #mainWID .promotionInfo .promotionInfo__btnFLEX {
    display: block !important;
  }

  #mainWID .promotionInfo .promotionInfo__btnFLEX div {
    margin: 50px auto !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-flex {
    display: block !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-flex div {
    width: 90% !important;
    margin: 40px auto 5px auto !important;
  }
}

@media screen and (max-width: 901px) {
  #mainWID .headerTOP__info .headerTOP__info-flex {
    display: block !important;
    text-align: center !important;
  }

  #mainWID .headerTOP__info .headerTOP__info-flex .rewards {
    display: none !important;
  }

  #mainWID .headerTOP__info .headerTOP__footer {
    margin-top: 20px !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-btn {
    margin-top: 10px !important;
    margin: 0 auto !important;
  }

  #mainWID .headerTOP .headerTOP__info h4 {
    margin: 10px auto !important;
  }

  #mainWID .promotionInfo .promotionInfo__grid p {
    margin-top: 15px !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-grid {
    display: block !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-grid div {
    margin: 50px auto !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-flex h2 {
    font-size: 20px !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-grid {
    margin: 40px auto 80px auto !important;
  }

  #mainWID .eScooter .eScooter__characteristics img,
  #mainWID .eScooter .eScooter__video img {
    width: 95% !important;
  }

  #mainWID .eScooter__table {
    width: 90% !important;
  }

  .popupCompany4 {
    display: block !important;
  }

  .popupCompany .popupCompany__box {
    margin: 40px 0;
  }
}

@media screen and (max-width: 699px) {
  #mainWID .formSection .formSection__form .twoInput {
    display: block;
  }

  #mainWID .formSection .formSection__form .twoInput input,
  #mainWID .formSection .formSection__form .twoInput select {
    margin: 6px auto !important;
  }

  #mainWID .formSection .formSection__form select {
    width: 101% !important;
    background: url(../img/arrow.webp) 95% / 2% no-repeat #fff;
  }

  .row_file p {
    width: 95%;
  }

  #mainWID .formSection .formSection__form #fileSection {
    width: 100%;
    padding: 30px 0;
  }

  #mainWID .formSection .formSection__form .oneInput input,
  #mainWID .formSection .formSection__form .twoInput input {
    padding: 15px 0 15px 10px;
    width: 98%;
  }

  #mainWID footer .footer__grid {
    display: block !important;
  }

  .flex-checkbox label {
    font-size: 11px !important;
  }

  #mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond {
    font-size: 20px !important;
  }

  #mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond img {
    width: 30px !important;
  }

  #mainWID .extraInfo .extraInfo__desktop {
    display: none;
  }

  #mainWID .extraInfo .extraInfo__mobile {
    display: block;
    width: 90%;
    margin: 30px auto !important;
  }

  #mainWID .rewards .device__big {
    transform: scale(1) !important;
  }

  #mainWID .rewards .device__big2 {
    transform: scale(1) !important;
  }
}

@media screen and (max-width: 599px) {
  #mainWID .promotionInfo .promotionInfo__grid {
    display: block !important;
  }

  #mainWID .promotionInfo .promotionInfo__grid p {
    text-align: center !important;
  }

  #mainWID .promotionInfo>h2 {
    font-size: 29px !important;
  }

  #mainWID .rewards .rewards__grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  #mainWID .rewards>h2 {
    width: 95% !important;
    font-size: 29px !important;
  }

  #mainWID .rewards .rewards__grid .rewards__grid-box .swift5 {
    margin-top: 0 !important;
  }

  #mainWID .rewards .rewards__grid .rewards__grid-box {
    width: 94%;
  }
}

@media screen and (max-width: 415px) {
  #mainWID .headerTOP .headerTOP__info h3 {
    font-size: 20px !important;
  }

  #mainWID .headerTOP .headerTOP__info h4 {
    font-size: 23px !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-btn {
    width: 90% !important;
  }

  #mainWID .promotionInfo .promotionInfo__btnFLEX {
    font-size: 19px !important;
  }

  #mainWID .promotionInfo .promotionInfo__btnFLEX {
    width: 99% !important;
  }

  #mainWID #form #btnSend {
    width: 90% !important;
  }
}

/*========== Animations ==========*/

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }

  1.78571% {
    transform: translate(8px, 0);
  }

  5.57143% {
    transform: translate(0, 0);
  }

  9.35714% {
    transform: translate(8px, 0);
  }

  14.14286% {
    transform: translate(0, 0);
  }

  18.92857% {
    transform: translate(8px, 0);
  }

  25.71429% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}