@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  background-color: #fff;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

.heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 860px) {
  .heading {
    align-items: start;
    text-align: start;
  }
}
@media (min-width: 1270px) {
  .heading {
    align-items: start;
  }
}
.heading--main {
  font-size: 45px;
  font-size: 75px;
  line-height: 113px;
  line-height: 90px;
  font-weight: 700;
  color: white;
}
@media (min-width: 860px) {
  .heading--main {
    font-size: 98px;
    line-height: 100px;
  }
}
.heading--small {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 860px) {
  .heading--small {
    font-size: 27px;
    line-height: 40px;
  }
}
.heading--yellow {
  color: #f9b913;
  font-size: 30px;
  font-size: 60px;
  line-height: 90px;
  line-height: 75px;
  font-weight: bold;
}
@media (min-width: 860px) {
  .heading--yellow {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (min-width: 1270px) {
  .heading--yellow {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (min-width: 1400px) {
  .heading--yellow {
    font-size: 120px;
    line-height: 130px;
  }
}
.heading--bgc {
  margin-top: 5px;
  color: #c11a1a;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #ffffff;
}
@media (min-width: 860px) {
  .heading--bgc {
    font-size: 23px;
    line-height: 40px;
  }
}
@media (min-width: 1270px) {
  .heading--bgc {
    font-size: 27px;
    line-height: 60px;
  }
}
@media (min-width: 1400px) {
  .heading--bgc {
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    width: 626px;
  }
}

@media (min-width: 860px) {
  .container-main-flex {
    display: flex;
    justify-content: space-between;
  }
}
.heading-summary {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #149e00;
  text-align: center;
  margin-bottom: 5rem;
}

.subheading {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  color: white;
  text-align: center;
}

.lead {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
}
@media (min-width: 960px) {
  .lead {
    font-size: 45px;
    line-height: 5.5rem;
  }
}
.lead--yellow {
  color: #f9b913;
}

.title {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  padding: 0 10px;
  color: #035f6c;
  text-align: center;
}
@media (min-width: 960px) {
  .title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 50px;
  }
}
.title--center {
  text-align: center;
}
.title--green-background {
  background-color: #149e00;
  color: white;
  padding: 0 0.2rem;
}

.paragraph {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 960px) {
  .paragraph {
    margin-bottom: 5rem;
  }
}
.paragraph--white {
  color: white;
}
.paragraph--red {
  color: #c11a1a;
  font-size: 16px;
  font-weight: 500;
}
.paragraph--green {
  color: #4dc11a;
  font-size: 45px;
  font-weight: bold;
}
.paragraph--center {
  text-align: center;
}
.paragraph--line-through {
  text-decoration: line-through;
}
.paragraph--mb-zero {
  margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 95rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}
@media (min-width: 960px) {
  .container {
    padding: 0;
  }
}

.list {
  padding-left: 2rem;
}

.header {
  padding: 2.5rem 0;
}

.img__logo {
  max-width: 35.2rem;
}
.img__boxes {
  max-width: 50.6rem;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .img__boxes {
    display: none;
  }
}
.img__boxes-desktop {
  display: none;
}
@media (min-width: 768px) {
  .img__boxes-desktop {
    display: block;
    padding-bottom: 25px;
  }
}
@media (min-width: 960px) {
  .img__boxes-desktop {
    display: block;
    padding-bottom: 50px;
  }
}
.img__product {
  max-width: 50rem;
}
.img__row {
  max-width: 24.2rem;
}
.img__avatar {
  max-width: 6.2rem;
}
.img__phone {
  max-width: 2.4rem;
}

.figure {
  text-align: center;
  margin: 0;
}
.figure img {
  margin: 0 auto;
}

.section {
  padding: 2.5rem 0 0;
}
@media (min-width: 960px) {
  .section {
    padding: 5rem 0 0;
  }
}
.section--main {
  background: url("../images/CTA_BG.png") no-repeat center;
  background-size: cover;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .section--main {
    background: url("../images/CTA_BG-desktop.png") no-repeat center;
  }
}
@media (min-width: 1270px) {
  .section--main {
    display: none;
  }
}
.section--main-desktop {
  display: none;
}
@media (min-width: 1270px) {
  .section--main-desktop {
    display: block;
  }
}
.section--bg {
  background: url("../images/CTA_BG.png") no-repeat center;
  background-size: cover;
  padding-top: 100px;
}
@media (min-width: 960px) {
  .section--bg {
    background: url("../images/CTA_BG-desktop.png") no-repeat center;
  }
}
.section--blue {
  background: url("../images/CTA_BG.png") no-repeat center;
  background-size: cover;
  padding-bottom: 100px;
  color: white;
}
@media (min-width: 960px) {
  .section--blue {
    background: url("../images/CTA_BG-desktop.png") no-repeat center;
    margin-top: 40px;
  }
}
.section--bgc-2 {
  background: url("../images/whiteBG.png") no-repeat center;
  background-size: cover;
}

.section--main-desktop {
  position: relative;
  overflow: hidden; /* Aby ukryć nadmiar obrazu */
  text-align: center;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (min-width: 1270px) {
  .section--main-desktop {
    display: flex;
  }
}

.heading-box {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 1250px;
}
@media (min-width: 1400px) {
  .heading-box {
    width: 1350px;
    top: 55%;
    transform: translateY(-50%);
  }
}

.product-hero {
  position: absolute;
  right: 100px;
  max-width: 500px;
}
@media (min-width: 1400px) {
  .product-hero {
    max-width: 550px;
    right: 160px;
  }
}
@media (min-width: 1600px) {
  .product-hero {
    max-width: 640px;
    right: 60px;
  }
}
@media (min-width: 1800px) {
  .product-hero {
    right: 0px;
  }
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.heading {
  left: 0px;
  z-index: 1;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.box {
  background-color: #077cab;
  border-radius: 1rem;
  margin-bottom: 3rem;
  padding: 4rem 3rem;
}
.box .paragraph {
  margin-bottom: 0;
}

.hr {
  width: 100%;
  height: 0.1rem;
  background-color: #707070;
  margin: 4.5rem 0 3rem;
}

.prices {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5px 15px;
  width: 170px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .prices {
    margin: 15px 0 0;
  }
}

.button {
  display: block;
  width: 100%;
  max-width: 58rem;
  border: 0.3rem solid #ffffff;
  background-color: #4dc11a;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 2rem 1rem;
  margin: 2.5rem auto;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  box-shadow: 0px 0px 12px rgba(7, 48, 5, 0.3607843137);
}
@media (min-width: 960px) {
  .button {
    max-width: 71rem;
    font-size: 27px;
    margin: 5rem auto;
  }
}
.button:hover {
  cursor: pointer;
  background-color: #e8f7fd;
  color: #149e00;
  border: 0.3rem solid #149e00;
}

.button-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 62rem;
  border: 0.2rem solid #d50000;
  background-color: white;
  border-radius: 1rem;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 700;
  color: black;
  padding: 2rem 1rem;
  margin: 3rem auto;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.button-phone:hover {
  cursor: pointer;
}

.comments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
  font-family: "Rubik", sans-serif;
}
.comments__row {
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  grid-gap: 3rem;
}
.comments__inner {
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .comments__inner {
    flex-direction: row;
    gap: 0.3rem;
    align-items: center;
  }
}
.comments__name {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #035f6c;
}
.comments__text {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media (min-width: 960px) {
  .comments__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.comments__date {
  line-height: 3rem;
  font-size: 1.6rem;
  color: #035f6c;
}

.footer {
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .footer {
    padding-bottom: 294px;
  }
}
.footer__container {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 740px) {
  .footer__container {
    padding: 0;
  }
}
.footer__text {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: black;
}
.footer__links {
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .heading {
    font-size: 4rem;
    line-height: 5rem;
  }
  .subheading {
    font-size: 2.8rem;
    line-height: 5rem;
  }
  .button-phone {
    font-size: 5rem;
    line-height: 6rem;
  }
  .comments__row {
    grid-template-columns: 9.6rem 1fr;
    grid-gap: 0rem;
  }
  .img--phone {
    max-width: 4.6rem;
  }
}
.section--comments {
  margin-top: 25px;
}

.menu-container {
  position: relative;
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #035f6c;
  padding: 10px 6px 10px 16px;
}
.menu-container img {
  max-width: 150px;
}
@media (min-width: 960px) {
  .menu-container img {
    max-width: 244px;
  }
}
@media (min-width: 960px) {
  .menu-container {
    display: none;
  }
}

.menu-container-flex {
  display: flex;
  justify-content: space-between;
}

.menu {
  display: none;
  margin-top: 25px;
}

.menu a {
  display: block;
  color: white;
  text-decoration: none;
  margin: 5px 0 25px;
  font-size: 20px;
  font-weight: bold;
}

.menu a.cta-button {
  background-color: #4dc11a;
  color: white;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid white;
  font-size: 20px;
  font-weight: bold;
  max-width: 210px;
}

.menu-container-desktop {
  position: relative;
  width: 100%;
  position: fixed;
  z-index: 999;
  display: none;
  padding: 23px 10px;
}
.menu-container-desktop img {
  max-width: 244px;
}
@media (min-width: 960px) {
  .menu-container-desktop {
    display: block;
  }
}
@media (min-width: 1250px) {
  .menu-container-desktop {
    display: block;
    padding: 15px;
  }
}
@media (min-width: 1400px) {
  .menu-container-desktop {
    display: block;
    padding: 20px 15px;
  }
}

.menu-container-flex-desktop {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .menu-container-flex-desktop {
    max-width: 1300px;
  }
}

.menu-desktop {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-right: 10px;
}

.menu-desktop a {
  display: block;
  color: white;
  text-decoration: none;
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
}

.menu-desktop a.cta-button {
  background-color: #4dc11a;
  color: white;
  padding: 5px 18px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid white;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  max-width: 222px;
}

.menu-toggle {
  background-color: #035f6c;
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}

.heading-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  position: relative;
}

.heading-image-1 {
  max-width: 280px;
  width: 100%;
}

.heading-image-2 {
  margin-top: -160px;
  max-width: 390px;
  width: 100%;
}
@media (min-width: 1000px) {
  .heading-image-2 {
    max-width: 480px;
  }
}
@media (min-width: 1300px) {
  .heading-image-2 {
    max-width: 450px;
  }
}

.title-2 {
  color: #4dc11a;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  margin: 25px auto;
}
@media (min-width: 960px) {
  .title-2 {
    font-size: 27px;
    margin: 50px auto;
  }
}

.slider-container {
  display: flex;
  overflow: hidden;
  width: 320px; /* Adjust as needed */
  position: relative;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .slider-container {
    width: 365px; /* Adjust as needed */
  }
}
@media (min-width: 1100px) {
  .slider-container {
    display: none;
  }
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slide {
  min-width: 320px; /* Same width as container */
  padding: 0 35px;
}
@media (min-width: 960px) {
  .slide {
    width: 365px; /* Adjust as needed */
  }
}

.slide img {
  width: 100%;
  display: block;
}

.nav-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  z-index: 9999;
}

.prev {
  left: -5px;
  max-width: 40px;
  z-index: 9999;
}

.next {
  right: -5px;
  max-width: 40px;
}

.list-container {
  background-color: #e7f7f9;
  padding: 25px 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .list-container {
    padding: 50px 16px;
  }
}

.list-title {
  font-size: 24px;
  color: #035f6c;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .list-title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 50px;
  }
}

.list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 400px;
  max-width: 700px;
  justify-content: center;
}
@media (min-width: 960px) {
  .list-wrapper {
    flex-direction: row;
    max-width: unset;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 940px;
  }
}

.list-red {
  position: relative;
}

.list-green {
  position: relative;
}

.list-red-title {
  text-align: center;
  font-size: 24px;
  color: #c11a1a;
  font-weight: bold;
  margin: 0 auto 15px;
  width: 100%;
  border-bottom: 1px solid #c11a1a;
}
@media (min-width: 960px) {
  .list-red-title {
    font-size: 27px;
    text-align: start;
  }
}

.list-green-title {
  text-align: center;
  font-size: 24px;
  color: #4dc11a;
  font-weight: bold;
  margin: 0 auto 15px;
  width: 100%;
  border-bottom: 1px solid #4dc11a;
}
@media (min-width: 960px) {
  .list-green-title {
    font-size: 27px;
    text-align: end;
  }
}

.list-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 960px) {
  .list-items-green p {
    text-align: end;
  }
}
.list-item {
  display: flex;
  gap: 10px;
}
.list-item img {
  width: 14px;
  height: 14px;
  margin-top: 8px;
}
.list-item p {
  line-height: 30px;
  max-width: 200px;
}

.list-img {
  display: none;
}

.list-img-green {
  display: none;
}

@media (min-width: 370px) {
  .list-img {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 200px;
    right: -10px;
    top: 40px;
  }
  .list-img-green {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 200px;
    right: -10px;
    top: 60px;
  }
}
@media (min-width: 960px) {
  .list-img {
    max-width: 282px;
    right: -250px;
    top: 40px;
  }
  .list-img-green {
    max-width: 280px;
    right: 250px;
    top: 40px;
  }
  .list-items-green .list-item {
    flex-flow: row-reverse;
  }
}
.text-bgc {
  background-color: #fcf7e8;
  border-radius: 10px;
  padding: 8px;
}
@media (min-width: 960px) {
  .text-bgc {
    padding: 25px 50px;
  }
}

.container-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px) {
  .container-box {
    flex-direction: row;
    margin-top: -20px;
    justify-content: center;
  }
}

.container-box-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 960px) {
  .container-box-flex {
    transform: translateX(13%);
  }
}

.box-bgc {
  display: flex;
  width: 100%;
  gap: 25px;
  background-color: rgba(0, 168, 198, 0.3529411765);
  color: #035f6c;
  border-radius: 10px;
  padding: 8px;
}
@media (min-width: 960px) {
  .box-bgc {
    width: 530px;
  }
}
.box-bgc img {
  width: 38px;
}
.box-bgc p {
  font-weight: 500;
  max-width: 200px;
  line-height: 30px;
}
@media (min-width: 460px) {
  .box-bgc p {
    max-width: 400px;
  }
}
@media (min-width: 960px) {
  .box-bgc p {
    font-size: 27px;
    line-height: 37px;
  }
}

video {
  max-width: 328px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  video {
    max-width: 428px;
    transform: translateX(-10%);
  }
}

.offer-bgc {
  background-color: #af1a1a;
  width: 100%;
  padding: 10px 16px;
  margin: 25px auto;
}
@media (min-width: 960px) {
  .offer-bgc {
    margin: 17px auto;
    max-width: 784px;
    font-size: 27px;
  }
}

.section-blue-title {
  font-size: 24px;
}
@media (min-width: 960px) {
  .section-blue-title {
    font-size: 27px;
  }
}

.counter {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 18px;
  margin: 15px auto 26px;
}
@media (min-width: 960px) {
  .counter {
    margin: 15px 0 26px;
  }
}
.counter span {
  font-size: 47px;
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  border-radius: 10px;
  width: 68px;
  text-align: center;
}
.counter p {
  font-size: 27px;
}

.time-counter {
  color: #f9b913;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 5px 0 25px;
}
@media (min-width: 960px) {
  .time-counter {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.section--summary {
  background-color: #ffffff;
  margin: -50px 20px 0;
  border: 5px solid #4dc11a;
  border-radius: 10px;
  max-width: 1100px;
}
@media (min-width: 1150px) {
  .section--summary {
    margin: -50px auto 0;
  }
}

.paragraph-summary {
  font-size: 24px;
  text-align: center;
  line-height: 35px;
}
@media (min-width: 960px) {
  .paragraph-summary {
    font-size: 27px;
    line-height: 37px;
    padding-top: -25px;
  }
}
.paragraph-summary span {
  color: #4dc11a;
}

.phone-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 62rem;
  border: 0.2rem solid #d50000;
  background-color: white;
  border-radius: 1rem;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 700;
  color: black;
  padding: 2rem 1rem;
  margin: 3rem auto;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: block;
}
.phone-link:hover {
  cursor: pointer;
}
@media (min-width: 960px) {
  .phone-link {
    margin: 5rem auto;
  }
}

.hours-size {
  font-size: 11px;
  line-height: 18px;
}
@media (min-width: 960px) {
  .hours-size {
    font-size: 16px;
    line-height: 30px;
  }
}

.comments-title {
  background-color: #e7f7f9;
  border-radius: 34px;
  color: #035f6c;
  font-size: 24px;
  padding: 15px 25px;
  margin-bottom: 25px;
  font-family: "Rubik", sans-serif;
}
@media (min-width: 960px) {
  .comments-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.img__avatar {
  width: 64px;
}

.comments__date::before {
  content: "•";
  margin: 0 3px;
  color: #035f6c;
}

.com-image {
  width: 100%;
  display: block;
  max-width: 200px;
  margin-top: 10px;
}

.menu-toggle {
  gap: 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.small-size {
  font-size: 16px;
  line-height: 30px;
}

.section-blue-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.section-blue-container img {
  max-width: 500px;
}
@media (min-width: 960px) {
  .section-blue-container {
    flex-direction: row;
    justify-content: start;
    align-items: start;
  }
  .section-blue-container img {
    max-width: 468px;
  }
}

.section-blue-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.center {
  text-align: center;
}

.counter-flex {
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  .section-blue-box {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .center {
    text-align: start;
  }
  .counter-flex {
    flex-direction: row;
    gap: 5px;
    align-items: start;
    margin-bottom: -5px;
  }
}
.btn-2 {
  margin: 50px auto 50px;
}
@media (min-width: 960px) {
  .btn-2 {
    width: 100%;
    max-width: 920px;
    margin: 60px auto 50px;
    font-size: 24px;
  }
}

@media (min-width: 960px) {
  .form-add-comment {
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    border-radius: 20px;
  }
}

.form-add-comment input {
  margin-bottom: 2rem;
  width: 100%;
}

.form-add-comment textarea {
  margin-bottom: 2rem;
  resize: none;
  min-height: 10rem;
  width: 100%;
}

.form-add-comment input,
.form-add-comment textarea {
  padding: 10px 15px;
  outline: none;
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  line-height: 2.1rem;
  border: 1px solid #707070;
  border-radius: 15px;
}

.form-add-comment input::-moz-placeholder,
.form-add-comment textarea::-moz-placeholder {
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  color: #000000;
}

.form-add-comment input::-moz-placeholder, .form-add-comment textarea::-moz-placeholder {
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  color: #000000;
}

.form-add-comment input::placeholder,
.form-add-comment textarea::placeholder {
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  color: #000000;
}

.form-add-comment .form-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 50px;
  font-size: 17px;
}

@media (min-width: 960px) {
  .form-add-comment .form-buttons {
    display: flex;
    gap: 1.1rem;
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.form-add-comment .form-buttons .form-btn {
  padding: 1rem;
  color: #035f6c;
  background-color: #e7f7f9;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

@media (min-width: 960px) {
  .form-add-comment .form-buttons .form-btn {
    padding: 1rem 2.5rem;
  }
}
.picture-error {
  color: #c11a1a;
  font-size: 1.6rem;
}

/* Styl dla kontenera slidera */
.slider-relative {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.slider-container-desktop {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden; /* Ukrycie zdjęć wychodzących poza kontener */
  display: none;
}
@media (min-width: 1100px) {
  .slider-container-desktop {
    display: block;
  }
}

/* Styl dla kontenera slajdów */
.slider-destop {
  display: flex;
  transition: transform 0.5s ease-in-out; /* Animacja przesuwania slajdów */
  position: relative;
}

.slide-destop {
  display: flex; /* Ustawienie flexboxa */
  align-items: center; /* Wyśrodkowanie pionowe */
  justify-content: center; /* Wyśrodkowanie poziome (jeśli potrzeba) */
  flex: 0 0 auto;
  width: 226px; /* Domyślna szerokość */
  margin: 0 30px; /* Odstęp 60px między elementami */
  transition: all 0.5s ease-in-out;
  height: 365px;
}

.slide-destop.active {
  width: 365px; /* Szerokość aktywnego slajdu */
  opacity: 1; /* Pełna widoczność */
}

/* Styl dla obrazu w slajdzie */
.slide-destop img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.slide-destop img {
  max-width: 100%; /* Dopasowanie do szerokości kontenera */
  max-height: 100%; /* Upewnienie się, że obraz dopasowuje się do wysokości */
  -o-object-fit: contain;
     object-fit: contain; /* Dopasowanie obrazu w kontenerze */
  display: block;
}

/* Aktywny (środkowy) slajd */
/* Styl przycisków nawigacyjnych */
.nav-buttons-destop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-buttons-destop img {
  width: 50px;
  height: 50px;
}

.nav-buttons-destop.prev-destop {
  left: 0px; /* Pozycja przycisku wstecz */
}

.nav-buttons-destop.next-destop {
  right: 0px; /* Pozycja przycisku dalej */
}

.video-desktop {
  display: none;
}

.video-mobile {
  max-width: 328px;
}

@media (min-width: 960px) {
  .video-mobile {
    display: none;
  }
  .video-desktop {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */