/*=============INFO================*/
img,
video {
  width: 100%;
}
.my-links {
  font-weight: 600 !important;
  color: red !important;
}
.info {
  font-size: var(--text-size);
  color: var(--text-color);
}
.info__row {
  display: flex;
  margin-top: 1rem;
}
.info__subtitle {
  font-size: 1.5rem;
}
.info__text {
  margin-bottom: 1rem;
}
.info__text a:hover {
  color: #7f131b;
}
.info__text span {
  font-weight: 700;
  color: #7f131b;
}
.info__important {
  border-left: 8px solid #7f131b;
  padding-left: 0.385rem;
  margin-bottom: 1rem;
  font-style: italic;
}
.info__important a {
  color: #7f131b;
}
.img__label {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(68, 68, 68, 0.486);
  margin-bottom: 1rem;
}
.info__important span {
  color: #7f131b;
  font-weight: 700;
}
.button-link {
  margin-top: 20px !important;
  background-color: #7f131b;
  color: var(--white) !important;
  display: block;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-radius: 5px;
  padding: 7px 0;
  box-shadow: 1px 3px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 1px 1px rgba(0, 0, 0, 0.15);
  animation: heartbeat 3s ease-in-out 2s infinite both;
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.banLabel {
  text-transform: uppercase;
  margin-top: 6px;
  font: normal 10px Arial, sans-serif;
  padding-bottom: 2px;
  text-align: left;
  color: #999;
}

iframe[name="__cmpLocator"] {
  display: none !important;
}


body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  font-size: 62.5%;
  position: relative;
  scroll-padding-block: 100px;
}

body {
  font-family: GPP Text, sans-serif !important;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #262626;
  background: #fff;
  overflow-y: scroll;
  cursor: default;
}

body.screeningLabel-001-TOPBOARD .DFP-001-TOPBOARD .banLabel {
  max-width: none !important;
}

body.rwd.screeningADFP .DFP-001-TOPBOARD {
  padding: 15px 0;
}

body.screeningADFP .back-to-top span,
body.screeningADFP .ppg__close--small,
body.screeningADFP .ppg__fab-circle,
body.screeningADFP a,
body.screeningADFP a *,
body.screeningADFP area {
  cursor: pointer !important;
}

body.winieta #page-top:not(.fixed) {
  position: relative;
}

body.winieta #page-top:not(.fixed) #pageHead .imgw img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

body.winieta #page-top:not(.fixed) #pageHead.hasBanner {
  min-height: 90px;
}

#pageHead.hasBanner .banLabel {
  position: absolute;
  top: 20px;
  right: -40px;
  padding: 3px 5px;
  margin: 0;
  transform: rotate(-90deg);
  background: #fff;
}

body.dfp-forum #pageHead.hasBanner .banLabel {
  right: -36px;
}

body.dfp-forum.winieta {
  width: auto !important;
}

#pageHead.hasBanner .column.col1 {
  display: inline-block;
  position: relative;
  z-index: 2;
  height: 100%;
}

body.dfp-gazetawyborcza #pageHead.hasBanner .c0 {
  top: 40px;
  position: absolute;
}

@media all and (max-width: 1024px) {
  .desk {
    display: none;
  }
}

@media all and (min-width: 1024px) {
  .mob {
    display: none;
  }
}

.center .btn {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 10px;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  border: solid 2px #000;
  width: 300px;
}

.img-thumbnail {
  width: 100%;
}

.center .btn--orange {
  background: #45b37d;
  color: #fff !important;
  max-width: 300px;
  text-align: center;
}

.center .btn--animate-grow {
  transition-duration: 0.3s;
  transition-property: transform;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.center {
  text-align: center;
  display: flex;
  justify-content: center;
}
strong {
  font-weight: 600;
}

.steps__title {
  background-color: #506e91;
  display: block;
  margin: auto;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
}
#gazeta_article_body ul {
  list-style: none;
}
.socialBar {
  margin-bottom: 1.5rem;
}
.label-main {
  text-align: center;
  display: block;
  margin-top: 0.5rem;
}
.backpack.dropzone {
  font-size: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  font-weight: lighter;
  color: white;
  will-change: right;
  z-index: 2147483647;
  bottom: 20%;
  background: #333;
  position: fixed;
  user-select: none;
  transition: left 0.5s, right 0.5s;
  right: 0px;
}

.backpack.dropzone .animation {
  height: 80px;
  width: 250px;
}

.backpack.dropzone .title::before {
  content: "Save to";
}

.backpack.dropzone.closed {
  right: -250px;
}

.backpack.dropzone.hover .animation {
  animation: sxt-play-anim-hover 0.91s steps(21);
  animation-fill-mode: forwards;
}

@keyframes sxt-play-anim-hover {
  from {
    background-position: 0px;
  }

  to {
    background-position: -5250px;
  }
}

.backpack.dropzone.saving .title::before {
  content: "Saving to";
}

.backpack.dropzone.saving .animation {
  animation: sxt-play-anim-saving steps(59) 2.46s infinite;
}

@keyframes sxt-play-anim-saving {
  100% {
    background-position: -14750px;
  }
}

.backpack.dropzone.saved .title::before {
  content: "Saved to";
}

.backpack.dropzone.saved .animation {
  animation: sxt-play-anim-saved steps(20) 0.83s forwards;
}

@keyframes sxt-play-anim-saved {
  100% {
    background-position: -5000px;
  }
}

.day {
  background-color: #506e91;
  display: block;
  margin: auto;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

/*=========REG=============*/

.reg {
  margin-top: 1rem;
  font-size: var(--text-size);
}
.reg__title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.reg__list {
  max-width: 80%;
  margin: 0 auto !important;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.reg__item {
  font-size: var(--text-size);
  margin-bottom: 0.5rem;
  list-style-type: disc;
  font-weight: normal;
}
.reg__item a {
  color: #7f131b;
  font-weight: 700;
}
.reg__item a:hover {
  color: #3b5998;
}
#gazeta_article_body #artykul a,
#gazeta_article_body .cmsArtykulElem a,
#gazeta_article_body a {
  color: blue;
}
.button-link {
  margin-bottom: 50px !important;
  background-color: #7f131b !important;
  color: #fff !important;
  display: block;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-radius: 5px;
  padding: 7px 0;
  box-shadow: 1px 3px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 1px 1px rgba(0, 0, 0, 0.15);
  animation: heartbeat 3s ease-in-out 2s infinite both;
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/*==============CHECK==============*/

.check {
  box-shadow: 1px 1px 10px 1px;
  max-width: 100%;

  margin-top: 1rem;
}
.check__wrapper {
  padding: 0.5rem;
}
.check__top {
}
.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}
.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}
.bank__logo {
}
.check__top-col-title {
}
.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.check__bot {
  border-bottom: 3px solid #000;
}
.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}
.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}
.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}
.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

@media (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .check {
    font-size: 0.6rem;
  }
}
@media (max-width: 992px) {
  .check {
    font-size: 1.2rem;
  }
}
