.main-footer {
  padding: 10rem 1.5rem;
  max-width: 1192px;
  margin: 0 auto;
}
.footer-header-text {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .main-footer {
    padding: 6rem 1.5rem;
  }
}

.useful-docs-section {
  display: flex;
  align-items: start;
  gap: 4rem;
  margin-bottom: 5rem;
}
.useful-docs-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .useful-docs-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .useful-docs-column {
    width: 100%;
  }
}

.useful-doc {
  gap: 15px;
  display: flex;
  align-items: center;
  color: black;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all 150ms;
  cursor: pointer;
}
.useful-doc:hover {
  color: rgb(0, 0, 0);
  opacity: 75%;
}
.useful-doc:active {
  opacity: 50%;
}

.main-footer-content a {
  color: black;
  font-weight: 400;
  text-decoration: underline;
}
.main-footer-content {
  color: black;
  font-family: mBank-regular;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
}

.accordions {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.accordions-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.accordion {
  border-radius: 24px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  transition: all 150ms;
  margin-top: 0.5rem;
  overflow: hidden;
  border: 2px solid #000000;
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 1.25rem 2rem;
  color: black;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  text-align: start;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
  display: flex;
  flex-direction: column;
  align-items: start;
  background-color: white;
  padding: 0 2rem;
  text-align: start;
}

.accordion-content p {
  font-size: 18px;
  font-weight: 400;
  padding: 1rem 0;
  margin: 0;
  text-align: start;
}

.accordion > .accordion-button > img {
  transition: all 150ms ease;
}

.accordion-active > .accordion-button > img {
  transform: rotate(180deg);
}

.pink-title {
  color: white;
  text-align: center;
  font-weight: 700;
  margin: auto;
  padding: 0px 24px;
}

.pink-title span {
  background-color: #ff0eb2;
  text-align: center;
  box-decoration-break: clone;

  box-shadow: -10px 0px 0 7px #ff0eb2, 10px 0px 0 7px #ff0eb2, 0 0 0 7px #ff0eb2;
}

.bold-title {
  font-weight: 700;
  text-align: center;
}

.text-blue {
  color: #0000ff;
}

.offer-title {
  font-family: mBank;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.offer-title.left {
  text-align: start;
}

.offer-title.sm {
  font-size: 32px;
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 28px;
  padding: 38px;
  height: 179px;
  gap: 12px;
  width: 100%;
  max-width: 331px;
}

.header-box.green {
  background-color: #00ff00;
}

.header-box.blue {
  background-color: #0000ff;
}

.header-box.dark-green {
  background-color: #006420;
  max-width: 390px;
}

.header-box-title {
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  color: white;
}

.header-box-title.black {
  color: black;
}

.header-box-description {
  font-size: 25px;
  line-height: 120%;
  font-weight: 600;
  font-family: mBank-regular;
  color: white;
}

.header-box-description.black {
  color: black;
}

.big-number {
  font-family: mBank;
  font-weight: 700;
  font-size: 155px;
  line-height: 100%;
  text-align: center;
  color: #0000ff;
}

.promo-text {
  font-family: mBank-regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .promo-text {
    font-size: 18px;
  }

  .header-box-description {
    font-size: 16px;
  }

  .header-box-title {
    font-size: 40px;
    line-height: 100%;
  }

  .big-number {
    font-size: 100px;
  }

  .header-box {
    padding: 16px;
    max-width: 249px;
  }

  .header-box.dark-green {
    max-width: 249px;
  }

  .offer-title {
    font-size: 32px;
  }

  .accordion-button {
    padding: 1.25rem 1.5rem;
  }

  .accordion-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.text-responsive {
  text-align: start;
}

.main-section {
  height: 100%;
  margin-top: 200px;
  max-width: 1192px;
  margin: auto;
}

.telefon {
  width: 347px;
}

.telefon-mobile {
  width: 313px;
  display: none;
}

.frame {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 69px;
  padding-right: 44px;
  border-radius: 27px;
}

.frame.blue {
  background-color: #0000ff;
}

.frame.green {
  background-color: #00ff00;
  border: 2px solid #00ff00;
}

.frame.dark-green {
  background-color: #006420;
  border: 2px solid #006420;
  height: 168px;
  display: flex;
  align-items: center;
}

.frame.pink {
  background-color: #ff0eb2;
}

.icon {
  width: 60px;
  height: 60px;
}

.icon-wrapper {
  background-color: white;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 44.1px;
  left: -40px;
  z-index: 1;
  box-shadow: 0px 5px 10px 0px #00000040;
}

.icon-wrapper.big {
  top: 68px;
}

.frame-font {
  font-size: 64px;
  line-height: 100%;
  font-family: mBank;
  font-weight: 700;
}

.frame-font.white {
  color: white;
}

.color-white {
  color: white;
}

.missions {
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 1.5rem;
  margin-top: 140px;
}

.task-container {
  border: 2px solid #000000;
  padding: 26px 32px;
  height: 100%;
  width: 100%;
  border-radius: 28px;
  gap: 12px;
  text-align: center;
  align-items: center;
}

.task-container.big {
  height: auto;
}

.brake-line {
  display: none;
}

.small-center {
  text-align: center;
}

.modal {
  padding-right: 0px !important;
}

.modal.blur {
  backdrop-filter: blur(16px);
}

.colored-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding-top: 20px;
  padding-left: 44px;
  padding-right: 44px;
  padding-bottom: 20px;
  width: 100%;
}

.colored-box.green {
  background-color: #00ff00;
}

.colored-box.blue {
  background-color: #0000ff;
}

.colored-box.pink {
  background-color: #ff0eb2;
}

.colored-box-text-title {
  font-size: 24px;
  font-weight: 700;
  color: black;
  line-height: 100%;
  text-align: center;
}

.colored-box-text-header {
  font-size: 64px;
  font-weight: 700;
  color: white;
  line-height: 100%;
}

.colored-box-text-description {
  font-size: 24px;
  font-weight: 600;
  color: white;
  line-height: 100%;
}

.reward-text {
  font-size: 18px;
  font-weight: 600;
  color: black;
  line-height: 100%;
}

.reward-text.thin {
  font-size: 18px;
  font-weight: 400;
  color: black;
  line-height: 100%;
}

.custom-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 28px;
}

.requirements-modal-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.w-half {
  width: 100%;
}

.card-section {
  max-width: 1208px;
  margin: 140px auto 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1260px) {
  .card-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .requirements-modal-container {
    flex-direction: row;
  }

  .card-section {
    margin: 180px auto 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .w-half {
    width: 50%;
  }

  .missions {
    margin-top: 180px;
  }

  .main-section {
    position: relative;
  }

  .custom-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 28px;
  }

  .modal.blur {
    backdrop-filter: blur(8px);
  }
}

@media (min-width: 992px) {
  .text-responsive {
    text-align: center;
  }

  .task-container {
    width: min-content;
    flex-grow: 1;
    margin-left: 14px;
    margin-top: 0;
    text-align: left;
    align-items: start;
  }

  .task-container.big {
    height: 219px;
  }

  .brake-line {
    display: flex;
  }

  .small-center {
    text-align: start;
  }
}

.ml-task {
  margin-left: 4rem;
}

.zero-bold {
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
}

.zl-bold {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

.mb-70 {
  margin-bottom: 70px;
}

.swiper-slide img {
  display: inline-block;
  width: 90%;
  max-width: 640px;
}

.telefon-list {
  font-size: 24px;
  color: black;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  font-family: mBank-regular;
  gap: 25px;
  padding-top: 22px;
  padding-bottom: 24px;
  font-weight: 400;
  line-height: 120%;
}

.gap-10 {
  gap: 160px;
}

.bordered-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 57px;
  width: 100%;
}

.bordered-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  padding: 46px;
  gap: 12px;
  border: 2px solid;
  text-align: center;
  height: 100%;
  width: 100%;
  min-height: 216px;
}

.bordered-box-text {
  font-size: 24px;
  line-height: 100%;
  font-family: mBank-regular;
  font-weight: 400;
}

.bordered-box.pink {
  border-color: #ff0eb2;
}

.bordered-box.blue {
  border-color: #0000ff;
}

.n-text {
  font-size: 32px;
  line-height: 100%;
  font-family: mBank;
  font-weight: 700;
  text-align: center;
  background-color: white;
  padding: 18px;
  margin-bottom: -25px;
}

.n-icon {
  margin-top: -43px;
  background-color: white;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  top: 44.1px;
  z-index: 1;
  box-shadow: 0px 5px 10px 0px #00000040;
}

.n-icon.pink {
  background-color: #ff0eb2;
}

.n-icon.blue {
  background-color: #0000ff;
}

.icon-face {
  width: 48px;
  height: 48px;
}

.icon-consent {
  width: 56px;
  height: 56px;
  margin-left: 6px;
}

.offer-title.blue {
  color: #0000ff;
}

.mb-56 {
  margin-bottom: 56px;
}

.from-parent {
  width: 100%;
}

.bullet-xsmall::marker {
  font-size: 8px;
  font-weight: 400;
}

.bullet-small::marker {
  font-size: 12px;
  font-weight: 400;
}

.bullet-big::marker {
  font-size: 20px;
  font-weight: 400;
}

.lower-margins {
  margin-top: 72px;
}

.mt-bons {
  margin-top: 72px;
}

.led-description {
  font-size: 20px;
  line-height: 100%;
  font-family: mBank-regular;
  font-weight: 400;
}

.led-description.linked {
  text-decoration: underline;
  font-weight: 700;
  font-family: mBank;
  color: #0000ff;
}

.gap-9 {
  gap: 100px;
}

@media screen and (max-width: 991px) {
  .bordered-container {
    flex-direction: column;
    gap: 36px;
  }

  .frame.dark-green {
    height: 140px;
  }

  .gap-9 {
    gap: 48px;
  }

  .lower-margins {
    margin-top: 48px;
  }

  .from-parent {
    margin-top: -38px;
  }

  .gap-10 {
    gap: 48px;
  }

  .frame {
    height: 170px;
    justify-content: center;
  }

  .bordered-box {
    padding: 40px;
    min-height: auto;
  }

  .bordered-box.xl {
    padding-bottom: 58px;
  }

  .offer-title.left {
    text-align: center;
  }

  .icon-wrapper {
    display: none;
  }

  .offer-title.sm {
    font-size: 24px;
  }

  .telefon-list {
    font-size: 22px;
  }

  .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 38px;
    width: 100%;
    border-radius: 27px;
  }

  .ml-task {
    margin-left: 0;
  }

  .telefon-mobile {
    display: flex;
  }

  .telefon {
    display: none;
  }
}

.the-section {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 1192px;
  margin: 140px auto 0 auto;
}

@media (min-width: 992px) {
  .the-section {
    margin: 180px auto 0 auto;
  }

  .swiper-slide-next {
    transform: scale(1);
    transition: ease 0.3s;
  }

  .swiper-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.zappsy-title {
  font-family: mBank;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #ff0eb2;
}

.zappsy-font {
  font-family: mBank;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
}

.zappsy-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
  align-items: stretch;
  padding-left: 100px;
  padding-right: 100px;
}

.zappsy-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27.39px;
  padding: 32px;
  height: auto;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 46px;
  padding-right: 46px;
}

.zappsy-box.blue {
  background-color: #0000ff;
}

.zappsy-box.dark-green {
  background-color: #006420;
}

.zappsy-box-text {
  font-family: mBank-regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}

.zappsy-box-text.bold {
  font-family: mBank;
  font-weight: 700;
}

.zappsy-note {
  font-family: mBank-regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.zappsy-bottom-box {
  border-radius: 27.39px;
  padding-top: 38px;
  padding-right: 44px;
  padding-bottom: 38px;
  padding-left: 44px;
  background-color: #006420;
}

.zappsy-bottom-box-text {
  font-family: mBank-regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.zappsy-bottom-box-text.bold {
  font-family: mBank;
  font-weight: 700;
}

.extra-padding {
  padding-left: 110px;
  padding-right: 110px;
}

.extra-padding-medium {
  padding-left: 90px;
  padding-right: 90px;
}

@media (max-width: 991px) {
  .zappsy-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .extra-padding {
    padding-left: 0px;
    padding-right: 0px;
  }

  .extra-padding-medium {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.icon.cash {
  width: 48px;
  height: 48px;
}

.blue-bonus-box {
  background-color: #0000ff;
  border-radius: 28px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 87px;
  padding-right: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: fit-content;
}

.blue-bonus-small-text {
  font-family: mBank-regular;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.blue-bonus-big-text {
  font-family: mBank;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.cta {
  font-size: 24px;
  display: inline-block;
  border-radius: 200px;
  font-family: mBank;
  font-style: normal;
  font-weight: 700;
  padding: 20px 60px;
  max-width: 280px;
  cursor: pointer;
}

.cta.short {
  font-size: 18px;
  padding: 16px 30px;
  max-width: 200px;
}

.cta.long {
  max-width: 440px;
}

.cta,
.cta:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta.bg-red {
  background: #ae0000;
}

.cta.bg-blue {
  background: #0000ff;
}

.cta.bg-green {
  background: #00ff00;
  color: #0000ff;
}

.cta.bg-green:hover {
  background: #00d400;
}

.cta.bg-blue:hover {
  background: #0000c7;
}

.cta.bg-red:hover {
  background: #850000;
}

.cta.bg-red.inverted {
  color: #b5b5b5;
  border: 1px solid #b5b5b5;
  background: transparent;
}

.cta.bg-red.inverted:hover {
  color: #fff;
  background: #850000;
  border: 1px solid transparent;
}

.cta:disabled,
.cta[disabled] {
  background: #6e6e6e;
  color: #fff;
  pointer-events: none;
}

header .cta {
  width: 145px;
  font-size: 0.8rem;
}

@media (min-width: 576px) {
  header .cta {
    width: 254px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .cta {
    padding: 20px 40px;
    font-size: 18px;
    width: auto;
  }
}

header .secondary-nav .cta {
  font-size: 0.777778rem;
}

.custom-bullet {
  list-style-type: none;
}
