@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: #fafbfe;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  scroll-behavior: smooth;
}

.logo {
  max-height: 45px;
  fill: #FFF;
}

#start {
  width: 100%;
  background: #171717 url("../img/background.png?v=2.9.9") no-repeat center center;
  background-size: cover;
  min-height: 560px;
}

@media screen and (min-width: 768px) {
  #start {
    background: #171717 url("../img/background.png?v=2.9.9") no-repeat 40% center;
  }
}
@media screen and (min-width: 992px) {
  #start {
    background-position: 50% 50% !important;
  }
}

.cta {
  font-size: 16px;
  display: inline-block;
  padding: 5px 25px;
  color: white;
  background-color: #0082fa;
  border: 1.25px solid #0082fa;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  border-radius: 990px;
  transition: background-color 0.2s, color 0.3s;
}

.cta:hover {
  background: transparent;
  color: #0082fa;
}

.cta-on-dark:hover {
  background: transparent;
  color: #fff;
  border: 1.25px solid #fff;
}

.text-blue {
  color: #0082fa;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 90%;
  }
  .top .hero img {
    right: 0 !important;
  }
}

h2 {
  font-size: 24px;
  font-weight: 500;
}

h2 span {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  font-size: 24px;
}

h3 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

strong {
  font-weight: 600;
}

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

header {
  display: flex;
  overflow-x: hidden;
  position: relative;
}

header .product-ps {
  position: absolute;
  top: 0;
  right: -14%;
}

header .logo {
  margin-top: -9px;
}

.top {
  display: flex;
  margin-top: 0;
  align-items: center;
  position: relative;
  flex-direction: column;
}

@media (min-width: 1380px) {
  .top .hero img {
    right: 0;
  }
}

@media (max-width: 1240px) {
  .top {
    min-height: 550px;
  }
  .top:before {
    right: -20rem;
  }
  .steps .steps-wrapper p br {
    display: none;
  }
  .steps .steps-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .steps .steps-wrapper p {
    padding: 0 10px;
  }
}

@media (max-width: 1100px) {
  .top:before {
    right: -25rem;
  }
}

@media (max-width: 768px) {
  .steps-wrapper .step {
    width: 50% !important;
  }
  h2 {
    padding-top: 20px !important;
    margin: 15px 0;
  }
  h2 span {
    padding-bottom: 15px;
  }
  .top .copy .cta {
    margin-top: 15px !important;
  }
  .top .copy {
    margin-top: 3rem !important;
  }
}

.steps .steps-wrapper p {
  line-height: 1.5;
  font-weight: 400;
}

.top .copy {
  width: 100%;
  z-index: 1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-align: center;
  padding-top: 132px;
}

.top .copy .cta {
  margin-top: 29px;
  padding: 10px 38px;
  font-size: 22px;
  font-weight: 300;
}

.top .copy img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%) !important;
}

.top .copy span {
  font-size: 22px;
  margin-bottom: 12px;
}

.top .hero {
  width: 50%;
  text-align: right;
  z-index: 1;
}

.top .hero img {
  position: relative;
  top: 120px;
  width: 100%;
}

.steps {
  margin-top: 80px;
}

.steps-wrapper {
  width: 100%;
  background: #fff;
  display: flex;
  margin: 46px auto;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-shadow: rgb(0 0 0 / 2%) 0px 20px 25px -5px, rgb(0 0 0 / 1%) 0px 10px 10px -5px;
  box-shadow: rgb(0 0 0 / 2%) 0px 20px 25px -5px, rgb(0 0 0 / 1%) 0px 10px 10px -5px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  justify-content: space-around;
  border-radius: 30px;
  padding: 2.6rem 0;
  border: 1px solid rgb(249, 249, 249);
}

.btn-round {
  margin-top: 8px;
  width: 50px;
  height: 50px;
  background: #0082fa;
  border-radius: 100%;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.07);
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-decoration: none;
}

@media (min-width: 540px) {
  .copy .btn-round {
    margin-top: 26px;
  }
}

.steps-wrapper h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0 45px;
  font-weight: 600;
  font-size: 32px;
}

.steps-wrapper .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  text-align: center;
  position: relative;
}

.steps-wrapper img {
  max-height: 62px;
  margin: 0 0 15px 0;
}

.steps-wrapper .font-2x {
  font-size: 1.25rem;
}

.steps-wrapper .font-18 {
  font-size: 18px;
}

.product-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto;
}

.product-wrapper h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  text-align: center;
  margin: 25px 0 20px;
  font-weight: 600;
  font-size: 32px;
}
.top-margin {
  margin-top: 20px !important;
}

.product-wrapper .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* width: calc(33.33% - 40px); */
  margin-bottom: 30px;

  cursor: pointer;
}

.txt-footer {
  padding-top: 20px;
}

.product-wrapper .product .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  padding: 110px 30px 0;
  margin-top: -130px;
  border-radius: 30px;
  text-align: center;
  min-height: 245px;
  position: relative;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
}

.product-wrapper .product:nth-child(2) .text-wrapper {
  background: #fff url("../img/product-bg-01.jpg") no-repeat bottom right;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(2):hover .text-wrapper {
  background: #fff url("../img/product-bg-01.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(3) .text-wrapper {
  background: #fff url("../img/product-bg-02.jpg") no-repeat top left;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(3):hover .text-wrapper {
  background: #fff url("../img/product-bg-02.jpg") no-repeat 0 -10%;
}

.product-wrapper .product:nth-child(4) .text-wrapper {
  background: #fff url("../img/product-bg-03.jpg") no-repeat bottom right;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(4):hover .text-wrapper {
  background: #fff url("../img/product-bg-03.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(5) .text-wrapper {
  background: #fff url("../img/product-bg-04.jpg") no-repeat top right;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(5):hover .text-wrapper {
  background: #fff url("../img/product-bg-04.jpg") no-repeat 100% -10%;
}

.product-wrapper .product:nth-child(6) .text-wrapper {
  background: #fff url("../img/product-bg-05.jpg") no-repeat bottom right;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(6):hover .text-wrapper {
  background: #fff url("../img/product-bg-05.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(7) .text-wrapper {
  background: #fff url("../img/product-bg-06.jpg") no-repeat 100% 20%;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(7):hover .text-wrapper {
  background: #fff url("../img/product-bg-06.jpg") no-repeat 100% -10%;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product img {
  z-index: 1;
  width: 100%;
  transition: all 200ms ease-in-out;
  position: absolute;
}

.product-wrapper .product:hover img {
  z-index: 1;
  transform: scale(1.05);
  left: 0;
}

.product-wrapper .product:nth-child(2) img {
  top: 20px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(3) img {
  top: 20px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(4) img {
  top: 25px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(5) img {
  top: 20px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(6) img {
  top: 30px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(7) img {
  top: 35px !important;
  position: relative !important;
}

.product-wrapper .product .text-wrapper h4 {
  font-size: 24px;
  padding: 40px 0 30px;
  font-weight: 400;
}

.product-wrapper .product .text-wrapper h4 .no-br {
  white-space: nowrap;
  font-weight: 400;
  font-size: inherit;
}

.product-wrapper .product .cta {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -25px;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.07);
  transition: all 150ms ease-in-out;
}

.product-wrapper .product a {
  text-decoration: none;
  color: #000;
}

.product-wrapper .product:hover .cta {
  width: 60px;
  height: 60px;
  bottom: -30px;
}

.product-wrapper .product .cta:hover {
  background: #0067c5;
  border-color: #0067c5;
  color: #fff;
}

.product-wrapper .link {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.product-wrapper .link .cta {
  padding: 10px 38px;
  font-size: 22px;
  font-weight: 300;
}

@media screen and (max-width: 950px) {
  .product-wrapper .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .product-wrapper .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48%;
  }
  .product-wrapper .product .text-wrapper h4 {
    padding: 30px 0 15px;
  }
  .steps-wrapper {
    width: 90%;
    margin: 0 5%;
  }
  .steps-wrapper h3 {
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .parallax {
    display: none;
  }
  .top .copy .cta {
    font-size: 20px;
    padding: 5px 38px;
  }
  h2 {
    padding-top: 0 !important;
    line-height: 1.2;
    font-size: 22px;
  }
  .top,
  .top .copy {
    min-height: 515px !important;
  }
  header .product-ps {
    max-height: 300px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 480px) {
  .steps .steps-wrapper h3,
  .product-wrapper h3 {
    font-size: 24px;
  }
  .product-wrapper h3 {
    margin: 0 0 50px;
  }
  .product-wrapper .product {
    margin-bottom: 50px;
  }
  .product-wrapper .product .text-wrapper h4 {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .product-wrapper .product {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

footer p {
  font-size: 14px;
  line-height: 16px;
  color: #949494;
}

footer p a {
  color: #949494;
  text-decoration: underline;
  font-weight: normal;
}

#produkty {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: -70px;
}

.parallax {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.parallax.product-01 {
  left: 0;
  bottom: 20%;
}

.parallax.product-02 {
  right: 0;
  bottom: 40%;
}

/* faq */

.faq .questions {
  padding: 0 4rem;
}

.faq .steps-wrapper h3 {
  margin: 20px 0 10px;
}

.accordion a.parent {
  position: relative;
  width: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  transition: all 300ms ease-in-out;
  padding-right: 25px;
}

.accordion span {
  display: inline-block;
}

.accordion a.parent::after {
  transition: all 300ms ease-in-out;
}

.accordion a.parent:hover,
.accordion a.parent:hover::after {
  cursor: pointer;
  color: #0082fa;
  transition: all 300ms ease-in-out;
}

.accordion a.parent.active {
  color: #0082fa;
}

.accordion a.parent::after {
  font-family: "Ionicons";
  content: "\f218";
  position: absolute;
  right: 0;
  font-size: 1rem;
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.accordion a.parent.active::after {
  font-family: "Ionicons";
  content: "\f12a";
  color: #000;
}

.accordion .accordion-item {
  border: 1px solid #ececec;
  color: #000;
  border-radius: 30px;
  margin: 15px 0;
  padding: 20px 30px;
  /* box-shadow: rgba(0, 0, 0, 0.07) 21px 21px 30px 0px; */
}

.accordion .content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
  color: #000;
  font-size: 15px;
}

.accordion .content.active {
  padding: 10px 0;
  opacity: 1;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
  font-size: 15px;
}

.accordion .content.active p {
  text-align: left;
}

.accordion .content p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.accordion .content ul {
  padding: 20px;
}

.accordion .content a {
  font-weight: bold;
  color: #0082fa;
  font-size: 15px;
}

@media (max-width: 1440px) {
  .parallax.product-01 {
    width: 40vw;
  }

  .parallax.product-02 {
    width: 35vw;
  }
}

@media (min-width: 1280px) and (max-width: 1680px) {
  body {
    background-size: 120% !important;
  }
}

@media (min-width: 920px) and (max-width: 1280px) {
  .top .copy h2 {
    max-width: 400px;
    font-size: 26px;
    line-height: 1.25;
  }
}

@media (max-width: 1280px) {
  .product-wrapper .product .text-wrapper {
    margin-top: -130px !important;
    padding: 100px 20px 0 !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  header .product-ps {
    right: -25%;
    height: 80%;
    bottom: 0;
    top: inherit;
    z-index: 1;
  }
}

@media (max-width: 1280px) {
  .product-wrapper .product .text-wrapper {
    margin-top: -100px !important;
    padding: 80px 20px 0 !important;
    min-height: 220px !important;
  }
  body {
    background-size: 100% !important;
    background-position: 42% 0% !important;
  }
  .steps {
    margin-top: 0;
    padding: 0;
  }
  .top,
  .top .copy {
    min-height: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .product-ps {
    position: absolute;
    height: 100%;
    bottom: 0;
    top: inherit;
    z-index: 3;
  }
  header .top .copy {
    position: relative;
    z-index: 5;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    max-height: 40px;
  }
  .top .hero img {
    width: 120%;
  }
  .top:before {
    right: -30rem;
  }
}

@media screen and (min-width: 768px) {
  .hero-mobile {
    display: none;
  }
  header .product-ps {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    background: #eeeeee url("../img/background-clean.jpg?v=2.0") no-repeat !important;
    background-size: 100%;
    background-position: top !important;
  }

  .steps .steps-wrapper {
    margin: 36px 0 0 0;
    width: 100%;
  }

  #produkty {
    margin-top: 60px;
  }

  .product-wrapper h3 {
    margin: 0 0 0 !important;
  }

  header {
    position: relative;
  }

  header .product-ps {
    width: 100%;
    max-width: 95%;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
    z-index: 5;
    top: inherit;
    bottom: 0;
  }

  .logo {
    max-height: 40px;
  }
  h2 {
    padding-top: 50px;
    font-size: 24px;
  }
  h2 span {
    font-size: 18px;
    text-align: center;
    justify-content: center;
  }

  .top .copy img {
    position: relative;
    top: 0;
  }
  .top {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .top .copy {
    width: 100%;
    /* display: flex; */
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    text-align: center;
    position: relative;
    z-index: 6;
    margin-top: 26px;
  }
  .hero {
    display: none;
  }
  .hero-mobile {
    width: 100%;
    object-fit: contain;
    z-index: 2;
    position: relative;
    top: -4rem;
  }
  .hero-mobile img {
    width: 100%;
  }
  .steps-wrapper,
  .product-wrapper .product .text-wrapper {
    border-radius: 15px !important;
  }
}

@media (max-width: 720px) {
  .faq .questions {
    padding: 0;
  }
}

@media screen and (max-width: 650px) {
  .steps-wrapper {
    flex-direction: column;
  }
  .steps-wrapper .step {
    width: 100% !important;
  }
  .steps-wrapper .step p {
    padding-bottom: 5px;
  }
  footer {
    padding: 50px 20px 60px !important;
  }
  .accordion .accordion-item {
    padding: 10px 20px !important;
  }
}

@media (min-width: 620px) and (max-width: 768px) {
  header .product-ps {
    max-width: 420px !important;
  }
}

@media (max-width: 410px) {
  .hero-mobile {
    top: 0;
  }
  .steps .steps-wrapper {
    padding: 30px;
  }
  .steps .steps-wrapper h3 {
    padding-top: 0;
  }
  .steps-wrapper .step p:last-child {
    padding-bottom: 0;
  }
  .steps-wrapper .step:nth-of-type(1)::before,
  .steps-wrapper .step:nth-of-type(2)::before {
    display: none;
  }
  .product-wrapper .link .cta {
    font-size: 18px;
    padding: 8px 15px;
  }
}

@media (max-width: 360px) {
  .top:before {
    top: 50%;
  }
  .product-wrapper .product {
    width: 80%;
    margin: 15px 10%;
  }
}

.fw-5 {
  font-weight: 500;
}
.fw-7 {
  font-weight: 700;
}
main {
  width: 800px;
  box-sizing: border-box;
  border-radius: 30px;
  background: white;
  box-shadow: 0px 0px 14px #80808047;
  margin-left: auto;
  margin-right: auto;
}
.card {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.card .card-left {
  width: 40%;
}
.card .card-left .card-img {
  width: 100%;
  height: 180px;
  position: relative;
}
.card .card-left .card-img::before {
  content: "";
  background: url(https://geex.x-kom.pl/wp-content/uploads/2021/10/dvb-t-standard-nadawania.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-radius: 30px 0px 0px 30px;
}
.card .card-left .card-img img {
  width: 100%;
}
.card .card-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding: 40px;
  box-sizing: border-box;
}
.card .card-right .card-title {
  font-size: 20px;
}
.card .card-right .card-text {
  font-size: 14px;
  margin-top: 20px;
}
.card .card-right .card-right-body {
  display: flex;
  margin-top: 26px;
}
.card .card-right .card-right-body .card-rb-1 {
  flex-grow: 1;
}
.card .card-right .card-right-body .card-rb-1 img {
  width: 45px;
  border-radius: 50%;
}
.card .card-right .card-right-body .card-rb-2 {
  flex-grow: 7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 3px;
}
.card .card-right .card-right-body .card-rb-2 .card-rb-2-title {
  color: hsl(214, 17%, 51%);
}
.card .card-right .card-right-body .card-rb-2 .card-rb-2-text {
  color: hsl(212, 23%, 69%);
}
.card .card-right .card-right-body .card-rb-3 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.card-img2::before {
  content: "";
  background: url(https://geex.x-kom.pl/wp-content/uploads/2022/01/pilot-tv-przed-telewizorem-kanaly-oferta-scaled.jpeg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-radius: 30px 0px 0px 30px;
}
.card-img2 img {
  width: 100%;
}
.card-img2 {
  width: 100%;
  height: 310px;
  position: relative;
}

.card .card-right .card-right-body .card-rb-3 .card-rb-3-inner-before {
  position: absolute;
  width: 275px;
  height: 55px;
  background: hsl(217, 19%, 35%);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  color: white;
  box-sizing: border-box;
  align-items: center;
  top: -80px;
  left: -110px;
  opacity: 0;
  justify-content: center;
  padding: 0px 20px;
  z-index: 2;
}
.card .card-right .card-right-body .card-rb-3 .card-rb-3-inner-before::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 40px;
  height: 40px;
  background: hsl(217, 19%, 35%);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
.card .card-right .card-right-body .card-rb-3 .card-rb-3-inner:hover + .card-rb-3-inner-before {
  opacity: 1;
}
.before-1 {
  flex-grow: 2;
  letter-spacing: 7px;
  color: hsl(212, 23%, 69%);
  display: flex;
  justify-content: center;
}
.before-2 {
  flex-grow: 1;
}
.before-3 {
  flex-grow: 1;
}
.before-4 {
  flex-grow: 1;
}

@media screen and (max-width: 850px) {
  main {
    width: 86%;
  }
  .card {
    flex-direction: column;
  }
  .card .card-left {
    width: 100%;
  }
  .card .card-right {
    width: 100%;
    padding: 40px 25px 20px;
  }
  .card .card-left .card-img {
    height: 210px;
  }
  .card .card-left .card-img::before {
    border-radius: 8px 8px 0px 0px;
  }
  .card .card-right .card-right-body .card-rb-3 .card-rb-3-inner-before {
    top: -3px;
    left: -235px;
    width: 230px;
  }
  .card .card-right .card-right-body .card-rb-3 .card-rb-3-inner-before::after {
    content: unset;
  }
}

.article-cta {
  margin-top: 15px;
}

.mt-3 {
  margin-top: 3rem;
}

.single_product {
  background: #fff;
  -webkit-box-shadow: rgb(0 0 0 / 2%) 0px 20px 25px -5px, rgb(0 0 0 / 1%) 0px 10px 10px -5px;
  box-shadow: rgb(0 0 0 / 2%) 0px 20px 25px -5px, rgb(0 0 0 / 1%) 0px 10px 10px -5px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  max-width: 350px;
  margin-bottom: 36px;
  border: 1px solid #f2f2f2;
  margin-left: 15px;
  margin-right: 15px;
}

.single_product h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 2.2rem;
  padding: 10px 0 20px 0;
}

.single_product img {
  max-width: 90%;
}

.check_all {
  background-image: linear-gradient(rgba(0, 0, 0, 0.329), rgba(0, 0, 0, 0.329)), url("../img/people-laptop.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 380px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.check_all-copy h2 {
  margin-bottom: 12px;
  font-size: 24px;
}

@media screen and (min-width: 576px) {
  .check_all-copy h2 {
    font-size: 1.8rem;
  }
}

.steps-wrapper h2 {
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  font-size: 1.4rem;
  margin: 26px 0;
}

.login_wrapper {
  text-align: center;
}

.checkbox {
  margin-top: 26px;
}

.checkbox label {
  font-weight: 600;
}

.cta-disabled {
  pointer-events: none;
  background: rgb(88, 88, 88);
  border: 1.25px solid rgb(88, 88, 88);
  opacity: 0.3;
}

.register-link {
  font-weight: 600;
  color: #0082fa;
  text-decoration: none;
}

.register__wrapper p {
  margin: 0 !important;
}

.register__wrapper {
  margin-top: 26px;
}

.single_product h2 {
  line-height: 22px;
  font-size: 18px;
  margin-top: 6px;
}

.logos__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 36px;
  flex-direction: column;
  align-items: center;
  position: absolute;
}
.logos__wrapper img {
  margin-bottom: 16px;
}

@media (min-width: 400px) {
  .logos__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 32px;
  }
}

.logo {
  height: 32px;
}

.vendor_logo {
  height: 46px;
}

@media (min-width: 576px) {
  .logo {
    height: 64px;
  }

  .vendor_logo {
    height: 74px;
  }
}

.regulamin_url {
  text-decoration: none;
  font-weight: 600;
  color: #0082fa;
}

.nobr {
  white-space: nowrap;
  hyphens: none;
}

.step nobr {
  font-weight: 400;
}

.copy nobr {
  font-weight: 500;
}

.copy span {
  font-size: 18px !important;
}

.copy h1,
.copy h2 {
  font-size: 20px !important;
  margin: 0;
}

.copy {
  padding-bottom: 42px;
}

@media screen and (min-width: 576px) {
  .copy span {
    font-size: 22px !important;
  }

  .copy h1,
  .copy h2 {
    font-size: 24px !important;
    margin: 0;
  }
}
