@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

a {
  color: black;
}

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

.text-bold {
  font-weight: bold;
}

.text-padding {
  padding: 0 0.5rem;
}

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

.line-through {
  text-decoration: line-through;
}

.text-red {
  color: #e70000;
}

.text-green {
  color: #247e67;
}

.text-gray {
  font-size: 1.2rem;
  color: #aaaaaa;
}

.bg-red {
  background-color: red;
  padding: 2px;
  color: white;
  font-weight: 700;
}

.text-gray {
  color: #a7a7a7;
}

.text-white {
  color: white;
}

.text-blue {
  color: #0085cd;
}

.text-blue-proj {
  color: #023847;
}

.text-black-proj {
  color: #342a21;
}

.text-bg-green {
  background-color: #19ae30;
}

.text-bg-red {
  background-color: #cf0000;
}

.text-bg-yellow {
  background-color: #f2cc0f;
}

.image-wrapper {
  margin: 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.image-list {
  list-style-type: none;
}
.image-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.image-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.image-list li p {
  text-align: left;
}

@media (min-width: 768px) {
  .pic2 {
    max-width: 60%;
  }
}

.button--hidden {
  display: none;
}

.button--visible {
  display: flex;
}

.summary-subtitle {
  font-size: 23px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 1.2rem;
}

.summary-button {
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #038c48;
  padding: 1.5rem;
  border: 1px solid #038c48;
  color: white;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 4.3rem;
  margin: 1.5rem auto;
  transition: all 0.35s ease-in-out;
  width: 100%;
  max-width: 700px;
  white-space: nowrap;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.summary-button:hover {
  cursor: pointer;
  background-color: white;
  color: #009f20;
}

.image-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  margin: 2.5rem 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.link {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  display: block;
  text-decoration: underline;
  color: #0000ff;
}

.lead {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.title--blue {
  color: #023847;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.title--orange {
  color: #ee8801;
}
.title--green {
  color: #0c9e11;
}

.inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15px;
}

.next-page {
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #0000ff;
  font-weight: 700;
  text-decoration: underline;
}

.btn {
  width: 100%;
  max-width: 50.8rem;
  border: 2px solid #19ae30;
  background-color: #19ae30;
  border-radius: 0.2rem;
  text-align: center;
  display: block;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2.1rem;
  margin: 0 auto 2rem;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.btn:hover {
  color: #19ae30;
  background-color: white;
  border: 2px solid #19ae30;
}

.radius {
  border-radius: 10px;
}

.eye-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
}

.decoration {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 0.5rem;
}
.decoration-1 {
  background-color: #f69087;
}
.decoration-2 {
  background-color: #85ccb1;
}
.decoration-3 {
  background-color: #85a9b3;
}
.decoration-4 {
  background-color: #b0cb7a;
}

.header__middle {
  background-color: #004254;
  padding: 17px 0;
}
.header__bottom {
  background-color: #eae04f;
  padding: 16px;
}
.header__bottom .header__link {
  font-size: 18px;
  font-weight: 700;
  color: #117f3e;
  position: relative;
  padding: 0 10px;
  text-decoration: none;
}
.header__bottom .header__link:hover::after, .header__bottom .header__link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #117f3e;
}
.header__logo-outline {
  padding: 4px;
  background-color: #407b69;
  border-radius: 5px;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #407b69;
  padding: 5px 10px;
  border-radius: 5px;
  border: 3px solid white;
}
.header__logo span {
  margin-left: 10px;
  margin-top: 10px;
  font-family: "Dongle", sans-serif;
  font-size: 71px;
  line-height: 63px;
  font-weight: 700;
  color: white;
}
.header__logo-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 20px 0;
}
.header__logo-wrapper img {
  height: 110px;
  width: auto;
}
.header__logo-wrapper .header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding: 20px 0 0;
  font-family: "Baloo Bhaina 2", sans-serif;
}
.header__logo-wrapper .header__logo-text .small {
  font-size: 34px;
  color: #40853c;
  font-weight: 400;
}
.header__logo-wrapper .header__logo-text .large {
  font-size: 55px;
  font-weight: 700;
  color: #117f3e;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header__search {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.header__search input {
  width: 100%;
  padding: 15px 40px 16px 15px;
  border: 1px solid #aad39e;
  border-radius: 8px;
  font-size: 16px;
  color: #71816d;
}
.header__search input::-moz-placeholder {
  color: #71816d;
  font-size: 16px;
  line-height: 22px;
}
.header__search input::placeholder {
  color: #71816d;
  font-size: 16px;
  line-height: 22px;
}
.header__search__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.header__search__icon img {
  width: 100%;
  height: auto;
}

.header__fixed {
  background-color: #ee8801;
  position: sticky;
  top: 0;
  display: none;
}
@media (max-width: 991px) {
  .header__fixed {
    display: block;
  }
}
.header__fixed .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 6px;
}
.header__fixed .content img {
  width: 25px;
  height: 15px;
}
.header__fixed .content span {
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  color: white;
}

.container {
  width: 100%;
  max-width: 119rem;
  margin-left: auto;
  margin-right: auto;
}

.figcaption {
  text-align: center;
  padding: 5px;
  background-color: #c5c5c5;
}
.figcaption .paragraph {
  margin-bottom: 0;
}

.text-box {
  background-color: #ece4d8;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 32px;
}
.text-box p {
  line-height: 26px;
}

.blue-box {
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 30px;
}
.blue-box .paragraph {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
  color: #023847;
}

.expert {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.expert__row {
  display: flex;
  position: relative;
  align-items: stretch;
}
.expert__col:first-child {
  z-index: 1;
  width: 220px;
}
.expert__col:last-child {
  max-width: 570px;
}
.expert__image {
  position: absolute;
  top: 34px;
  bottom: -20px;
  height: 500px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
.expert__card {
  width: 100%;
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.expert__headline {
  color: #006c3b;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 32px;
  font-family: "Roboto", sans-serif;
}
.expert__quote {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.expert__author {
  text-align: right;
  font-weight: 600;
  color: #333;
  margin-top: 20px;
}

.testimonial {
  display: flex;
  padding: 20px 0 20px 60px;
  font-family: Arial, sans-serif;
  border-radius: 8px;
  position: relative;
}
.testimonial__image {
  width: 161px;
  height: 177px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial__content {
  border: 2px solid #247e67;
  display: flex;
  flex-direction: column;
  padding-left: 123px;
  width: 100%;
  padding: 16px 0 16px 123px;
}
.testimonial__header {
  color: #247e67;
  margin-top: 0;
  margin-bottom: 16px;
}
.testimonial p {
  padding-right: 20px;
}
.testimonial__author {
  font-weight: bold;
}

.orange-box {
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(154, 135, 108, 0.6);
}
.orange-box__title {
  color: white;
  background-color: #eb5f24;
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  border-radius: 10px 10px 0 0;
}
.orange-box__container {
  color: #038c48;
  font-weight: bold;
  padding: 16px 16px 6px 16px;
  background-color: #ffe378;
  border-radius: 0 0 10px 10px;
}
.orange-box__table {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8509803922);
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.orange-box__table__col-first {
  flex: 1;
}
.orange-box__table__col-second {
  flex: 1;
}
.orange-box__table ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.orange-box__table ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 20px; /* Szerokość obrazka */
  height: 20px; /* Wysokość obrazka */
  background-image: url("../images/check-circle-Bold_1_.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.product-box {
  max-width: 785px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.product-box img {
  width: 100%;
  border-radius: 11px;
}
.product-box__img {
  position: absolute;
  width: 38%;
  top: 70%;
  right: 3%;
  border-radius: 45px;
  box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.4588235294);
}

.banner {
  background-image: url("../images/SLU_2012_BANER.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 400px;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 52px;
}
.banner__content {
  display: flex;
  flex-direction: column;
  height: 102%;
  justify-content: space-between;
}
.banner__header {
  width: 100%;
  padding: 18px 16px;
  height: 122px;
  aspect-ratio: 3/2;
  -webkit-clip-path: ellipse(85% 100% at 50% 0%);
          clip-path: ellipse(85% 100% at 50% 0%);
  background: #283865;
  text-align: center;
}
.banner__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  color: #fded02;
  text-transform: uppercase;
}
.banner__heading {
  margin-top: 6px;
  font-size: 42px;
  line-height: 55px;
  font-weight: 400;
  color: white;
}
.banner__btn {
  font-family: "Rubik", medium;
  white-space: nowrap;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 16px;
  background-color: #ffb446;
  border: 1px solid white;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
}
.banner__btn span {
  font-size: 16px;
  line-height: 23px;
  color: white;
}
.banner__btn img {
  width: 24px;
  height: 24px;
}

.banner.fixed {
  position: fixed;
  top: 300px;
  z-index: 1;
}

.summary-content {
  margin-top: 35px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  padding: 0 2rem;
}
.site-content {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media (min-width: 991px) {
  .site-content {
    grid-template-columns: 1fr 326px;
    grid-gap: 30px;
    margin-top: 35px;
  }
}

.main-top,
.main-bottom {
  background-color: white;
  padding: 1.8rem 1.8rem 4.1rem 1.8rem;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
}

.main-summary {
  width: 100%;
  max-width: 1160px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  margin-inline: auto;
  padding: 20px 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .main-summary {
    padding: 20px;
  }
}

aside {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 32px 13px 0;
  height: -moz-fit-content;
  height: fit-content;
}

main .summary-title {
  font-size: 3rem;
  line-height: 4.1rem;
  font-weight: bold;
  color: #038c48;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0 auto 2.5rem;
}
@media (min-width: 992px) {
  main .summary-title {
    font-size: 45px;
    line-height: 55px;
  }
}
main .main-title {
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
  line-height: 5.4rem;
}
@media (max-width: 768px) {
  main .main-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 564px) {
  main .main-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 416px) {
  main .main-title {
    font-size: 24px;
    line-height: 34px;
  }
}
main .main-lead {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  main .main-lead {
    font-size: 3.4rem;
  }
}
main .main-subtitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
}
main .product__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .product__text p {
  text-align: center;
}
main .product__image {
  max-width: 191px;
  height: auto;
}
main .product__under {
  margin-bottom: 0 !important;
  font-size: 18px !important;
}
main .under_button {
  margin-bottom: 10px;
  font-size: 14px;
}
main .under_button_last {
  padding-bottom: 64px;
}
main .main-paragraph-big {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}
main .paragraph {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 3rem;
}
main .paragraph--center {
  text-align: center;
}
main .paragraph-small {
  font-size: 2rem;
  font-weight: 700;
}

.main-top {
  margin-bottom: 4rem;
}
.main-top .main-article-date {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #808080;
  margin-bottom: 1.9rem;
}
.main-top .list {
  margin-bottom: 1.6rem;
}
.main-top .green-box {
  background-color: #c2e5d8;
  padding: 2.2rem 1.5rem 1rem;
  margin-bottom: 3.8rem;
  border-radius: 8px;
}
.main-top .guarantee-subtitle {
  margin-bottom: 2.6rem;
  margin-top: 2.2rem;
}
.main-top .product-promotion-details {
  margin-top: 2.3rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3.1rem;
}
.main-top .product-promotion-details .text-red {
  text-decoration: line-through;
}
.main-top .product-promotion-details .text-green {
  font-size: 32px;
  line-height: 40px;
}
.main-top .product-promotion-details .text-red,
.main-top .product-promotion-details .text-green {
  font-weight: bold;
}
.main-top .product-image {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.main-bottom .comments-title {
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
}
.main-bottom .form-add-comment {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.main-bottom .form-add-comment input {
  margin-bottom: 0.8rem;
}
.main-bottom .form-add-comment textarea {
  margin-bottom: 2.2rem;
  resize: none;
  min-height: 10rem;
}
.main-bottom .form-add-comment input,
.main-bottom .form-add-comment textarea {
  padding: 0.4rem 0.7rem 0.5rem 0.5rem;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.main-bottom .form-add-comment input::-moz-placeholder, .main-bottom .form-add-comment textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.main-bottom .form-add-comment input::placeholder,
.main-bottom .form-add-comment textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.main-bottom .form-add-comment .form-buttons {
  display: flex;
  gap: 1.1rem;
}
.main-bottom .form-add-comment .form-buttons .form-btn {
  padding: 0.9rem;
  color: white;
  background-color: #868e96;
  border-radius: 0.3rem;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.main-bottom .form-add-comment .form-buttons .form-btn:hover {
  background-color: #5f6468;
}
.main-bottom .comments-wrapper .comment,
.main-bottom .added-comments .comment {
  display: flex;
  margin-bottom: 2.3rem;
}
.main-bottom .comments-wrapper .comment .comment-avatar,
.main-bottom .added-comments .comment .comment-avatar {
  width: 48px;
  height: 48px;
  margin-right: 2.4rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-row,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-row {
  display: flex;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-row-image,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-row-image {
  display: flex;
  flex-direction: column;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-author,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-author {
  font-size: 1.6rem;
  font-weight: 700;
  color: black;
  margin-right: 0.9rem;
  margin-bottom: 0.8rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-date,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-date {
  color: #7f919e;
  font-size: 1.4rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-content,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-content {
  margin-bottom: 1.1rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-attachment,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-attachment {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20rem;
  margin-bottom: 1.8rem;
}

.picture-error {
  color: red;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.telephone-box {
  border: 0.2rem solid #cf0000;
  max-width: 50rem;
  color: black;
  margin: 2rem auto 4rem;
  font-size: 2rem;
  line-height: 4.2rem;
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (min-width: 525px) {
  .telephone-box {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .telephone-box {
    font-size: 4.5rem;
  }
}
.telephone-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../images/icon-phone.svg");
  background-size: 100% 100%;
}

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

aside {
  display: none;
}
@media (min-width: 991px) {
  aside {
    display: block;
  }
}

.aside__row {
  background-color: white;
  z-index: 2;
  position: relative;
}

.aside__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #274d71;
  text-align: left;
  margin-bottom: 20px;
}

.article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  grid-gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.article .paragraph {
  font-size: 16px;
  line-height: 24px;
}
.article img {
  width: 65px;
}

.last-article {
  border-bottom: none;
}

footer {
  margin-top: 150px;
  padding-bottom: 40px;
}
footer .text-gray {
  text-align: center;
}
footer .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 55.6rem;
}
footer .copyright {
  margin-bottom: 2.3rem;
}
footer .attachments {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
footer .attachments .text-gray {
  text-decoration: underline;
}
footer .company-address {
  margin-top: 2.3rem;
  margin-bottom: 1.8rem;
}

.image-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  margin: 0 auto 2rem;
}

.image-col {
  width: 50%;
  text-align: center;
  padding: 0 5px;
}

.image-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.image-title-red {
  color: darkred;
}

.image-title-green {
  color: #3fcba3;
}

.beforeafter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 2rem auto;
  width: 100%;
  gap: 20px;
}
.beforeafter__col {
  width: 50%;
}
.beforeafter img {
  width: 100%;
}

.maybe-br {
  display: block;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
  .header__search {
    width: 25%;
  }
  .header__logo {
    white-space: nowrap;
  }
  .header__logo span {
    font-size: 52px;
  }
  .expert__image {
    display: none;
  }
  .expert__col:first-child {
    width: unset;
  }
  .expert__col:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 1124px) {
  .maybe-br {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__middle {
    display: none;
  }
  .header__bottom {
    display: none;
  }
  .header__logo img {
    width: 64px;
    height: 64px;
  }
  .header__logo span {
    font-size: 32px;
  }
  .header__search {
    display: block;
    min-width: 300px;
  }
  .expert {
    margin: 0 auto;
  }
  .expert__image {
    display: block;
    left: 15px;
  }
  .expert__col:first-child {
    width: 220px;
  }
  .expert__col:last-child {
    margin: 0;
  }
}
@media (max-width: 879px) {
  .maybe-br {
    display: block;
  }
}
@media (max-width: 853px) {
  .expert__image {
    display: none;
  }
  .expert__col:first-child {
    width: unset;
  }
  .expert__col:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .maybe-br {
    display: none;
  }
  .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__search {
    display: none;
  }
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
    padding: 0 20px;
  }
  .header__logo img {
    width: 40px;
  }
  .header__logo span {
    line-height: normal;
    font-size: 61px;
  }
  .header__trees {
    display: none;
  }
  .main-top {
    margin-top: 35px;
  }
  .inner {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .main-img .main-img-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .main-img p {
    font-size: 30px;
    line-height: 42px;
  }
  .box__img {
    margin-top: 30px;
    height: 400px;
  }
  .main-summary {
    padding: 20px;
    text-align: center;
  }
  .product__summary {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    align-items: center;
    margin-left: 0 !important;
  }
  .product__image {
    width: auto !important;
    height: auto !important;
  }
  .product__text {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
  }
  .summary-button {
    font-size: 20px;
    padding: 10px;
    white-space: normal;
  }
  .under_button {
    font-size: 12px;
    line-height: 18px;
  }
  .box__heading {
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .expert__headline {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .expert__quote {
    line-height: 25px;
  }
  .testimonial {
    padding-left: 0;
  }
  .testimonial__content {
    padding-left: 16px;
    padding-bottom: 80px;
  }
  .testimonial__author {
    text-align: right;
    padding-right: 20px;
  }
  .testimonial__image {
    width: 130px;
    height: auto;
    left: 35%;
    top: 80%;
    transform: translateY(0);
  }
  .under-jozef {
    margin-top: 80px;
  }
  .orange-box__table {
    display: block;
  }
  .box__row {
    gap: 0;
  }
  .box__img {
    display: none;
  }
}
@media (max-width: 516px) {
  .maybe-br {
    display: block;
  }
}
@media (max-width: 500px) {
  .testimonial__content {
    padding-bottom: 120px;
  }
  .under-jozef {
    margin-top: 60px;
  }
}
@media (max-width: 433px) {
  .maybe-br {
    display: none;
  }
}
@media (max-width: 416px) {
  .next-page {
    font-size: 16px;
    line-height: 25px;
  }
  .testimonial__image {
    left: 30%;
  }
  .under-jozef {
    margin-top: 40px;
  }
}
@media (max-width: 440px) {
  .summary-button {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .product__image {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
  }
  .testimonial__content {
    padding-bottom: 150px;
  }
}
@media (max-width: 363px) {
  .maybe-br {
    display: block;
  }
}
@media (max-width: 351px) {
  .maybe-br {
    display: none;
  }
}
@media (max-width: 309px) {
  .maybe-br {
    display: block;
  }
}
.nowrap-group {
  white-space: nowrap;
}/*# sourceMappingURL=styles.css.map */