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

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

header {
  padding: 32px 1rem 64px;
}

.cta-container {
  text-align: center;
  margin: auto;
}

.cta-container .cta-s {
  margin: auto;
}

.cta-modele {
  max-width: 180px !important;
}

.hero {
  padding: 2rem;
}

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

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 32px;
  flex-wrap: wrap;
}

.logo {
  padding: .5rem;
}

@media screen and (max-width: 1400px) {
  .header-wrapper {
    justify-content: center;
    text-align: center !important;
  }

  .cta-s {
    text-align: center;
    margin: auto;
  }
}

@media screen and (max-width: 720px) {
  .logo-wrapper {
    justify-content: center;
  }

  .header-wrapper {
    justify-content: center;
    text-align: center !important;
  }

  .cta-s {
    text-align: center;
    margin: auto;
  }
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap-reverse;
  padding: 1rem;
}

.header-wrapper .text h1 {
  color: #FFF;
  font-weight: 300;
}

.header-wrapper .text h1 span {
  font-weight: 600;
}

.cta-s {
  padding: 12px 18px;
  color: #000;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  max-width: 118px;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}

.cta-s:hover {
  color: #FFF;
  border: 1px solid #FFF;
  background-color: transparent;
  text-decoration: none;
}

.heading__text {
  color: #FFF;
  text-align: center;
  padding: 1rem;
}

header {
  max-width: 100%;
  background: url("../img/bg_header.png")no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: top;

}

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

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

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth !important;
}

body {
  min-height: 100vh;
  /* background: #e7e7e7; */
  background: #000 !important;
  font-display: swap;
  margin: 0;
  font-family: 'Nunito', sans-serif !important;
}

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

.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;
}

#mainWID .gradientBorder {
  background: rgb(190, 16, 8);
  background: -moz-linear-gradient(180deg,
      rgba(190, 16, 8, 1) 0%,
      rgba(58, 6, 3, 1) 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(190, 16, 8, 1) 0%,
      rgba(58, 6, 3, 1) 100%);
  background: linear-gradient(180deg,
      rgba(190, 16, 8, 1) 0%,
      rgba(58, 6, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be1008", endColorstr="#3a0603", GradientType=1);
  height: 15px !important;
  width: 100% !important;
  position: absolute !important;
  bottom: 0 !important;
  z-index: -1 !important;
}

#mainWID .gradientBorder2 {
  background: #000 !important;
  height: 15px !important;
  width: 100% !important;
  position: absolute !important;
  bottom: 0 !important;
  z-index: -1 !important;
}

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

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

#mainWID .headerTOP__info {
  width: 100% !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: 20px 0 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, 1fr) !important;
  gap: 0 !important;
  text-align: left !important;
  width: 1150px !important;
  margin: 0 auto !important;
}

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

#mainWID .promotionInfo__desc {
  z-index: 9 !important;
  position: relative !important;
  color: var(--white-color) !important;
  font-size: 26px !important;
  width: 760px !important;
  margin: 0 auto !important;
  line-height: 40px !important;
}

#mainWID .promotionInfo .promotionInfo__time {
  color: #FFF !important;
  margin-top: 50px !important;
  z-index: 9 !important;
  position: relative !important;
  font-family: 'Nunito', sans-serif !important;
}

#mainWID .headerTOP__info .headerTOP__info-flex .rewards {
  width: 570px !important;
  margin: 2px auto !important;
  display: block !important;
}

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

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

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

#mainWID .headerTOP .headerTOP__info .headerTOP__info-btn {
  margin: 40px auto 0 0 !important;
  display: block !important;
  width: 320px !important;
  transition: 0.5s !important;
}

#mainWID .rewards__info-text-margin {
  margin-top: 25px !important;
  margin-left: 50px !important;
}

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

#mainWID .promotionInfo h1 {
  padding-top: 40px !important;
  color: #fff !important;
  font-size: 42px !important;
  font-family: 'Nunito', sans-serif !important;
  position: relative !important;
  z-index: 99 !important;
  width: 795px !important;
  margin: 0 auto 5px auto !important;
}

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

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

#mainWID .promotionInfo>h2 {
  font-family: 'Nunito', sans-serif !important;
  color: #fff !important;
  font-size: 56px !important;
  margin-bottom: 60px !important;
  z-index: 9 !important;
  position: relative !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: 93px !important;
  z-index: 9 !important;
  position: relative !important;
}

#mainWID .promotionInfo .promotionInfo__grid p {
  text-align: left !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
  line-height: 1.9rem !important;
  color: var(--white-color) !important;
  z-index: 9 !important;
  position: relative !important;
}

#mainWID .promotionInfo .promotionInfo__grid p b {
  font-family: 'Nunito', sans-serif !important;
  color: var(--red-color) !important;
  z-index: 9 !important;
  position: relative !important;
}

#mainWID .promotionInfo .promotionInfo__grid b a {
  color: #1986df !important;
  z-index: 9 !important;
  text-decoration: underline;
  position: relative !important;
}

#mainWID .RelativeZ9 {
  z-index: 9 !important;
  position: relative !important;
}

#mainWID .promotionInfo .promotionInfo__btnFLEX {
  width: 685px !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: 17px !important;
}

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

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

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

#mainWID .promotionInfo__bg {
  position: absolute !important;
  left: 0 !important;
  width: 40% !important;
  z-index: 1;
}

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

#mainWID .formSection {
  margin: 100px auto 20px auto !important;
  text-align: center;
  padding: 60px 0;
  background: rgb(31, 5, 4);
  background: -moz-linear-gradient(90deg,
      rgba(31, 5, 4, 1) 0%,
      rgba(202, 17, 8, 1) 49%,
      rgba(33, 6, 4, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(31, 5, 4, 1) 0%,
      rgba(202, 17, 8, 1) 49%,
      rgba(33, 6, 4, 1) 100%);
  background: linear-gradient(90deg,
      rgba(31, 5, 4, 1) 0%,
      rgba(202, 17, 8, 1) 49%,
      rgba(33, 6, 4, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f0504", endColorstr="#210604", GradientType=1);
  width: 1240px;
  border-radius: 15px;
  position: relative !important;
  z-index: 99 !important;
}

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

#mainWID .formSection h1 {
  color: #fff !important;
  font-size: 42px !important;
  font-family: 'Nunito', sans-serif !important;
  position: relative !important;
  z-index: 99 !important;
  width: 795px !important;
  margin: 0 auto 5px auto !important;
}

#mainWID #form h4 {
  font-family: 'Nunito', sans-serif !important;
  margin: 30px auto !important;
  color: #fff !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: 21px !important;
  letter-spacing: 1px !important;
  width: 300px !important;
  border-radius: 25px !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: #fff !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 #fff;
}

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 #fff;
  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(31, 5, 4);
  background: -moz-linear-gradient(90deg,
      rgba(31, 5, 4, 1) 0%,
      rgba(202, 17, 8, 1) 49%,
      rgba(33, 6, 4, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(31, 5, 4, 1) 0%,
      rgba(202, 17, 8, 1) 49%,
      rgba(33, 6, 4, 1) 100%);
  background: linear-gradient(90deg,
      rgba(31, 5, 4, 1) 0%,
      rgba(202, 17, 8, 1) 49%,
      rgba(33, 6, 4, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f0504", endColorstr="#210604", GradientType=1);
  margin: 110px auto 60px auto !important;
  text-align: center !important;
  width: 1240px !important;
  padding: 20px 0 !important;
  border-radius: 18px !important;
  position: relative !important;
  z-index: 99 !important;
}

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

#mainWID .extraInfo .extraInfo__headingSecond {
  font-size: 24px !important;
  font-family: 'Nunito', sans-serif !important;
  margin: 20px auto !important;
  color: #fff !important;
  position: relative;
  z-index: 99 !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: 25px !important;
  transition: 0.5s;
  font-family: 'Nunito', sans-serif !important;
}

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

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

.cta_kupteraz {
  width: 320px !important;
  font-size: 25px;
  display: block !important;
  margin: 30px auto !important;
  transition: 0.45s !important;
  font-family: 'Nunito', sans-serif !important;
  text-decoration: none !important;
  color: #fff !important;
  text-align: center !important;
  background: rgb(134, 205, 79);
  background: -moz-linear-gradient(90deg,
      rgba(134, 205, 79, 1) 0%,
      rgba(109, 172, 80, 1) 30%,
      rgba(47, 93, 82, 1) 63%,
      rgba(30, 70, 83, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(134, 205, 79, 1) 0%,
      rgba(109, 172, 80, 1) 30%,
      rgba(47, 93, 82, 1) 63%,
      rgba(30, 70, 83, 1) 100%);
  background: linear-gradient(90deg,
      rgba(134, 205, 79, 1) 0%,
      rgba(109, 172, 80, 1) 30%,
      rgba(47, 93, 82, 1) 63%,
      rgba(30, 70, 83, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86cd4f", endColorstr="#1e4653", GradientType=1);
  padding: 15px 0 !important;
  border-radius: 30px !important;
}

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

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

.cta_kupteraz:hover {
  transform: scale(0.92);
  -webkit-box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25);
}

#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;
  flex-wrap: wrap !important;
  width: 85% !important;
  margin: 90px auto !important;
  gap: 80px 80px !important;
  justify-content: center !important;
}

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

#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__right h3 span {
  font-size: 20px !important;
}

#mainWID .rewards .rewards__grid .rewards__grid__right .btnBuy {
  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);
  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: 24px !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: 26px !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: 16px !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 {
  margin-top: 80px !important;
}

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

#mainWID .partners .partners__flex {
  width: 950px !important;
  margin: 0 auto !important;
  gap: 25px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  padding-bottom: 60px !important;
  position: relative !important;
  z-index: 99 !important;
}

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

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

/*========== Chrome OS ==========*/

#chromeOS {
  margin: 120px auto !important;
}

#chromeOS h2 {
  font-family: 'Nunito', sans-serif !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}

#chromeOS .chromeOS__grid {
  width: 1100px !important;
  margin: 35px auto !important;
  display: grid !important;
  align-items: center !important;
  grid-template-columns: 65% 35% !important;
  gap: 0 30px !important;
  font-size: 18px !important;
}

#chromeOS .chromeOS__grid .chromeOS__btn {
  width: 295px !important;
  margin: 0 auto !important;
  display: block !important;
  transition: 0.45s !important;
}

#chromeOS .chromeOS__grid .chromeOS__btn:hover {
  transform: scale(0.92);
}

#chromeOS .chromeOS__ikony {
  margin-top: 20px !important;
  width: 600px !important;
}

/*========== Bonus info ==========*/

#bonus {
  margin: 100px auto !important;
}

#bonus h2,
#bonus h3 {
  text-align: center;
  font-family: 'Nunito', sans-serif !important;
}

#bonus .bonus__img {
  width: 500px !important;
  margin: 40px auto 50px auto !important;
  display: block !important;
}

#bonus .bonus__grid {
  width: 999px !important;
  margin: 60px auto;
  display: grid !important;
  align-items: center !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 80px !important;
}

#bonus .bonus__grid img:nth-child(2) {
  transform: scale(0.89);
}

#bonus .bonus__grid img:nth-child(3) {
  transform: scale(0.96);
}

#bonus p {
  font-size: 17px !important;
  width: 950px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/*========== Gdzie skorzystać ==========*/

#gdzieskorzystac {
  width: 1150px !important;
  margin: 0 auto 80px auto !important;
}

#gdzieskorzystac .heading__photo {
  width: 80% !important;
  margin: 140px auto !important;
  display: block !important;
}

#gdzieskorzystac>img {
  margin: 50px auto !important;
  width: 100% !important;
  z-index: 9 !important;
  position: relative !important;
}

#gdzieskorzystac .gdzieskorzystac__grid {
  display: grid !important;
  align-items: center !important;
  gap: 50px 90px !important;
  grid-template-columns: repeat(3, 1fr) !important;
  z-index: 9 !important;
  position: relative !important;
}

#gdzieskorzystac .gdzieskorzystac__grid.gdzieskorzystac__grid2 {
  align-items: flex-start !important;
}

#gdzieskorzystac .gdzieskorzystac__grid.gdzieskorzystac__grid2 p {
  text-align: center !important;
  color: #fff !important;
  font-size: 14px !important;
}

#gdzieskorzystac .gdzieskorzystac__grid.gdzieskorzystac__grid2 h2 {
  font-family: 'Nunito', sans-serif !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 28px !important;
}

#gdzieskorzystac .gdzieskorzystac__grid.gdzieskorzystac__grid2 img {
  display: block !important;
  margin: 0 auto !important;
}

#mainWID .gdzieskorzystac__bg {
  position: absolute !important;
  right: 0 !important;
  top: 15% !important;
  width: 35% !important;
  z-index: 1;
}

#mainWID .gdzieskorzystac__bg2 {
  position: absolute !important;
  right: 0 !important;
  bottom: 5% !important;
  width: 35% !important;
  z-index: 1;
}

#mainWID .gdzieskorzystac__bg3 {
  position: absolute !important;
  left: 0 !important;
  bottom: 15% !important;
  width: 35% !important;
  z-index: 1;
}

#mainWID .gdzieskorzystac__info {
  text-align: center !important;
  color: #fff !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 24px !important;
  margin-top: 80px !important;
  z-index: 9 !important;
  position: relative !important;
}

#gdzieskorzystac .gdzieskorzystac__btn {
  text-align: center !important;
  margin: 70px auto 40px !important;
  width: 250px !important;
  display: block !important;
  background: rgb(190, 16, 8);
  background: -moz-linear-gradient(180deg,
      rgba(190, 16, 8, 1) 0%,
      rgba(58, 6, 3, 1) 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(190, 16, 8, 1) 0%,
      rgba(58, 6, 3, 1) 100%);
  background: linear-gradient(180deg,
      rgba(190, 16, 8, 1) 0%,
      rgba(58, 6, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be1008", endColorstr="#3a0603", GradientType=1);
  color: #fff !important;
  padding: 15px 35px !important;
  border-radius: 40px !important;
  font-family: 'Nunito', sans-serif !important;
  transition: 0.4s !important;
  z-index: 9 !important;
  position: relative !important;
}

#gdzieskorzystac .gdzieskorzystac__btn:hover {
  transform: scale(0.92) !important;
}

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

#mainWID footer {
  background: rgb(31, 5, 4);
  background: -moz-linear-gradient(90deg,
      rgba(31, 5, 4, 1) 0%,
      rgba(202, 17, 8, 1) 49%,
      rgba(33, 6, 4, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(31, 5, 4, 1) 0%,
      rgba(202, 17, 8, 1) 49%,
      rgba(33, 6, 4, 1) 100%);
  background: linear-gradient(90deg,
      rgba(31, 5, 4, 1) 0%,
      rgba(202, 17, 8, 1) 49%,
      rgba(33, 6, 4, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f0504", endColorstr="#210604", 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 .rewards {
    width: 640px !important;
    margin: 2px 20px 0 auto !important;
  }

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

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

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

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-btn {
    width: 385px !important;
  }

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

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

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

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

  #mainWID .partners .partners__flex .partners__flex-box img {
    width: 210px !important;
  }

  #mainWID .partners .partners__flex {
    width: 1150px !important;
  }

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

  #bonus .bonus__img {
    width: 800px !important;
  }

  #bonus .bonus__grid {
    width: 1199px !important;
  }

  #bonus h2,
  #bonus h3,
  #chromeOS h2,
  #mainWID .rewards>h2,
  #mainWID .formSection>h2,
  #mainWID .partners .partners__heading,
  #mainWID .promotionInfo>h2 {
    font-size: 42px !important;
  }

  #bonus p {
    font-size: 21px !important;
  }

  #mainWID .rewards .rewards__grid .rewards__grid-box h3 {
    font-size: 30px !important;
  }

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

  #bonus h2,
  #bonus h3,
  #chromeOS h2,
  #mainWID .rewards>h2,
  #mainWID .formSection>h2,
  #mainWID .partners .partners__heading,
  #mainWID .promotionInfo>h2 {
    font-size: 52px !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: 1509px) {
  #mainWID .gdzieskorzystac__bg {
    width: 28% !important;
  }
}

@media screen and (max-width: 1309px) {
  #mainWID .rewards .rewards__grid {
    width: 85% !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;
  }

  #chromeOS .chromeOS__grid {
    width: 90% !important;
  }

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

  #gdzieskorzystac {
    width: 90% !important;
  }

  #mainWID .gdzieskorzystac__bg {
    display: none !important;
  }
}

/* == Mobile resolution == */

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

  #mainWID .rewards .rewards__grid {
    flex-wrap: wrap !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;
  }

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

  #bonus .bonus__grid,
  #bonus p {
    width: 90% !important;
  }

  #mainWID .headerTOP .headerTOP__info h3 {
    text-align: center !important;
  }

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

  #gdzieskorzystac .gdzieskorzystac__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 901px) {
  #mainWID .headerTOP__info .headerTOP__info-flex {
    display: block !important;
    text-align: center !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;
  }

  #mainWID .promotionInfo h1,
  #mainWID .promotionInfo__desc,
  #mainWID .formSection h1 {
    width: 85% !important;
  }
}

@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;
  }

  .cta_kupteraz {
    width: 80% !important;
  }

  #chromeOS .chromeOS__grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  #chromeOS .chromeOS__grid div:nth-child(1) {
    order: 1 !important;
    margin: 40px auto !important;
  }

  #chromeOS .chromeOS__ikony {
    width: 100% !important;
  }

  #bonus,
  #chromeOS {
    margin: 50px auto !important;
  }

  #gdzieskorzystac .gdzieskorzystac__grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  #mainWID .formSection h1 {
    font-size: 24px !important;
  }

  .gdzieskorzystac__bg,
  .gdzieskorzystac__bg2,
  .gdzieskorzystac__bg3 {
    display: none !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>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%;
  }

  #bonus .bonus__img {
    width: 95% !important;
  }

  #bonus .bonus__grid {
    display: block !important;
  }

  #bonus .bonus__grid img {
    width: 70% !important;
    margin: 60px auto !important;
    display: block !important;
  }

  #mainWID .promotionInfo__desc {
    font-size: 20px !important;
  }

  #mainWID .promotionInfo>h2 {
    margin: 10px 0 !important;
  }

  #mainWID .formSection h1,
  #mainWID .promotionInfo h1 {
    font-size: 30px !important;
  }

  #mainWID .formSection {
    margin: 20px auto !important;
  }

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

  #gdzieskorzystac .gdzieskorzystac__grid img {
    width: 70% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 475px) {
  #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;
  }

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

  #mainWID .promotionInfo .promotionInfo__grid b a {
    font-size: 14px !important;
  }

  #gdzieskorzystac .heading__photo {
    width: 100% !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);
  }
}