body {
  margin: 0px;
  padding: 0px;
  font-family: "Skoda Next";
  padding-bottom: 0px;
  line-height: 1.3;
  margin: 0 auto;
  background-color: #f3f3f3;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

.height {
  height: 100%;
}

.width {
  width: 100%;
}

h2 {
  font-size: 40px;
  font-weight: 900;
}

h3 {
  font-size: 24px;
  font-weight: 900;
}

*::after,
*::before,
* {
  box-sizing: border-box;
}

:focus {
  outline: 0px;
}

[v-cloak] {
  display: none;
}

.green-text {
  color: #78faae;
}

.section-margin {
  margin-bottom: 100px;
}

.w-100 {
  width: 100%;
}

.body-relative {
  position: relative;
}

.intro {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.baner img{
  width: 100%;
  object-fit: cover;
}

.txt-inside {
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
}

.txt-inside h2,
.txt-inside p {
  color: #0e3a2f;
}
.txt-inside p {
  font-size: 24px;
}

.cost {
  font-weight: lighter;
}

.cost span {
  font-size: 4rem;
}

.flex-cent {
  display: flex;
  justify-content: center;
}

.flex-parent {
  display: flex;
}

.elem {
  width: 32%;
}

.elem2 {
  width: 49%;
}

.elem-wrapper {
  display: flex;
  justify-content: space-between;
}

.side.left {
  margin-right: 1rem;
}

.side.right {
  margin-left: 1rem;
}

.side {
  width: 50%;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.side-header {
  padding: 2rem 4rem;
}

.swiper {
  position: relative;
  display: flex;
  overflow: hidden;
}

.swiper__item-wrapper {
  min-width: 100%;
  display: flex;
  background-color: #fff;
  transition: translate 0.3s ease-in-out;
}

.swiper__item-wrapper > img {
  width: 50%;
}

.swiper__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  width: auto;
  padding-inline: 10%;
}

.swiper__text-wrapper > h3 {
  font-size: 2.2rem;
  display: block;
  font-weight: 600;
}

.swiper__arrow-left,
.swiper__arrow-right {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  user-select: none;
  font-size: 2.5rem;
}

.swiper__arrow-right {
  right: 0;
  left: unset;
}

.swiper__arrow-left--disabled,
.swiper__arrow-right--disabled {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.swiper__nav-wrapper {
  background-color: #dcdcdc;
  height: 10px;
  border-radius: 100px;
  overflow: hidden;
  width: fit-content;
  margin-inline: auto;
  margin-top: 4rem;
  display: flex;
}

.swiper__nav-dot {
  background-color: #161718;
  border-radius: 100px;
  width: 80px;
  height: 100%;
  cursor: pointer;
}

.swiper__nav-dot--disabled {
  background-color: transparent;
}

@media (max-width: 800px) {
  .images-container {
    height: 5rem;
  }
}

@media (max-width: 600px) {
  .swiper__nav-dot {
    width: 40px;
  }
  .swiper__item-wrapper {
    flex-direction: column;
  }
  .swiper__item-wrapper > img {
    width: 100%;
  }
  .swiper__text-wrapper {
    width: 100%;
    padding-inline: 10%;
  }
  .swiper__text-wrapper > h3 {
    font-size: 1.4rem;
  }

  .swiper__text-wrapper {
    /* padding: 2rem; */
  }

  .swiper__text-wrapper h3,
  .swiper__text-wrapper p {
    text-align: center;
  }

  .swiper__text-wrapper h3 {
    margin-top: 2rem;
  }

  .swiper__text-wrapper p {
    padding-bottom: 2rem;
  }
  /* 
  .swiper__arrow-left,
  .swiper__arrow-right {
    display: none;
  } */
}

.btn-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.green-shape {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

.green-shape-img {
  width: 100%;
}

.form__container {
  padding-inline: 5%;
}

.shadow {
  -webkit-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.62);
}

.bg__darkpurple {
  background-color: #525268;
}

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

.baner {
  position: relative;
  display: flex;
}

.baner__img {
  width: 100%;
}

.baner__logo {
  margin-bottom: 30px;
}

.baner__content {
  position: absolute;
  top: 6vw;
  width: 100%;
}

.baner__text {
  display: inline-block;
  color: #fff;
  line-height: 1;
}

.baner__text .title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.baner__text .subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.baner__text .caption {
  color: #fff;
  position: relative;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-start;
}

.title__h2 {
  font-size: 2rem;
  text-align: center;
  color: #161718;
  padding: 30px 0;
}
.baner .title__h2 {
  font-size: 3rem;
}
.title__h2 {
  margin-top: 3rem;
}

.intro {
  padding: 50px 150px;
  color: #4a4a4a;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #fff;
}

.intro__content {
  margin-inline: 20%;
  font-size: 1.1rem;
}

/* section:nth-of-type(6) .intro__text,
section:nth-of-type(7) .intro__text{
  text-align: center;
} */

.intro__text {
  font-weight: lighter;
}

/* .intro a {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2rem;
} */

.intro__text.strong {
  font-weight: 700;
}

.intro__cta-row {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}

.intro__button {
  border: 1px solid #4a4a4a;
  border-radius: 50px;
  padding: 0.8rem 2rem;
  max-width: 320px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}

.intro__button.green {
  background-color: #78faae;
  border: 1px solid #78faae;
}

.intro__button:first-of-type {
  margin-right: 20px;
}

.intro__button-wrapper {
  margin-inline: auto;
  margin-block: 3rem;
  display: block;
  width: fit-content;
}

@media (max-width: 600px) {
  .intro__content {
    margin-inline: 5%;
  }
}

.white__button {
  border: 1px solid black;
  border-radius: 50px;
  padding: 0.8rem 2rem;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  margin-right: 2rem;
}

.offer__button {
  border: none;
  background-color: #78faae;
  border-radius: 50px;
  color: #0e3a2f;
  padding: 0.8rem 2rem;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 2rem;
}

.button {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 12px 2rem;
  background-color: #fff;
  font-weight: normal;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  margin: 30px 0;
  min-width: 230px;
  font-size: 18px;
  text-align: center;
}

.button.resetmr {
  margin: 0;
}

.button.big {
  font-weight: 600;
}

.button.green {
  background-color: #4ba72d;
  border: 1px solid #4ba72d;
  color: #fff;
}

.button:hover {
  background-color: #4ba72d;
  border: 1px solid transparent;
  color: #fff;
}

.text-white {
  color: #fff;
}

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

.button__new {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #4ba82e;
  border-radius: 50px;
  margin: 20px 0;
  cursor: pointer;
}

.button__new span {
  font-weight: 700;
  color: #fff;
}

.button__new.empty {
  background-color: transparent;
  border: 1px solid #4a4a4a;
}

.button__new.empty > span {
  color: #4a4a4a;
}

.form__shape {
  display: flex;
  width: 100%;
}

.line__green {
  background-color: #4ba72d;
  height: 5px;
  margin-bottom: 80px;
}

.line__black {
  background-color: #000;
  height: 3px;
}

.imagebg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.logo {
  max-width: 250px;
}

.logo__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5rem;
  background-color: #fff;
}

.container {
  max-width: 1350px;
  margin: 0 auto;
}

.intro {
  display: flex;
}

.relative {
  position: relative;
}

.text-side {
  width: 60%;
  padding-right: 50px;
  margin: 0 auto;
}

.points-side {
  width: 70%;
}

.green-side {
  top: 0;
  right: 0;
  position: absolute;
  /* padding: 2%; */
  height: 100%;
  width: 50%;
  background-color: #0e3a2f;
  color: #78faae;
}

.images-container {
  display: flex;
  justify-content: space-evenly;
}

.image-side {
  /* position: absolute;
 
right: 0;
top: 0; */

  margin-left: -300px;
  width: 30%;
  height: 50%;
}

.container__big {
  max-width: 1920px;
  margin: 0 auto;
}

.footer {
  background-color: #494949;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
}

.send-form-cta {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #3fa83c;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 20px;
  margin-left: 15px;
}

.mobile-br {
  display: none;
}

@media (max-width: 1520px) {
  .baner__text .title {
    font-size: 2rem;
  }
}

@media (max-width: 1400px) {
  .container {
    margin: 0 50px;
  }
.txt-inside {
    padding: 0;
  }
  .baner .title__h2 {
    font-size: 2rem;
    padding: 10px 0px;
  }
  .txt-inside p {
    font-size: 18px;
  }
  /* .intro__content {
    max-width: 720px;
  } */
  .intro__cta-row {
    justify-content: flex-start;
  }
}

/* @media (max-width: 1320px) {
  .intro {
    padding: 100px 70px;
  }
} */

@media (max-width: 1150px) {
  .baner {
    background-image: url("/assets/images/serwis-baner.webp");
    background-position: right;
  }

  .intro {
    flex-direction: column;
    align-items: center;
    /* padding: 0; */
  }

  .relative {
    /* display: block; */
    overflow: hidden;
  }

  .text-side {
    width: 90%;
    padding: 2rem;
  }

  .green-side {
    position: static;
    width: 100%;
  }

  .points-side {
    width: 100%;
    padding: 2rem;
  }

  .image-side {
    width: 100%;
    margin-left: 0;
  }

  .image-side img {
    width: 100%;
  }

  .images-container {
    height: 5rem;
  }
}

@media (max-width: 1135px) {
  .elem-wrapper {
    flex-direction: column;
  }

  .elem,
  .elem2 {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1050px) {
  .baner__text .title {
    font-size: 1.6rem;
  }

  .intro {
    background-image: none;
    background-color: #fff;
  }
  .intro__content {
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .offer__button {
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .height {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .intro {
    padding: 0;
  }

  .download {
    padding: 20px;
    flex-direction: column;
  }

  .download span {
    margin-bottom: 1rem;
  }

  .elem2:first-of-type {
    margin-top: -2rem;
  }
}

@media (max-width: 768px) {
  .flex-parent {
    flex-direction: column;
  }

  .side {
    width: 100%;
  }

  .side.left {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .side.right {
    margin-left: 0;
  }

  h2 {
    font-size: 28px;
  }

  .container {
    margin: 0 20px;
  }

  .baner__text .subtitle {
    font-size: 1.3rem;
  }

  .baner {
    display: block;
  }

  .baner__content {
    display: none;
    position: relative;
    top: 0;
    padding: 1rem 0;
    text-align: center;
  }

  .baner__text .subtitle {
    color: #000;
  }

  .baner__text {
    color: #000;
  }

  .baner__text .subtitle {
    font-size: 1rem;
  }

  .title__h2 {
    font-size: 1.3rem;
  }
  /* 
  .intro {
    padding: 50px;
  } */

  .intro__cta-row {
    flex-direction: column;
    align-items: center;
  }

  .intro__button:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .btn-wrapper {
    flex-direction: column;
  }

  .btn-wrapper .offer__button:first-of-type {
    margin-top: 1.5rem;
  }

  .baner__text .title {
    font-size: 1.2rem;
  }

  .baner__logo {
    max-width: 150px;
    margin: 0 auto 20px;
  }

  .mobile-br {
    display: block;
  }

  .baner__text .title > br {
    display: none;
  }

  .hide-br {
    display: none;
  }

  .gallery__annotation {
    font-size: 14px;
  }

  /* .intro {
    padding: 50px 15px;
  } */

  .intro__button {
    font-size: 12px;
  }

  .section-margin {
    margin-bottom: 40px;
  }

  .white__button {
    margin-bottom: 1rem;
  }
}

@media (max-width: 515px) {
  .logo__wrap {
    flex-wrap: wrap;
    padding: 1rem;
    margin: 0;
  }
  /* .send-form-cta{
    margin-top:30px;
  } */
  /* .title__h2 {
    font-size: 1rem;
  } */
}

@media (max-width: 400px) {
  .logo {
    max-width: 150px;
  }

  .button {
    min-width: inherit;
    font-size: 14px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .baner {
    display: block;
  }
}
