/* ========================================
   GLOBAL RESET & BASE
   ======================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #e7e7e7;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* ========================================
   HEADER
   ======================================== */
.header {
  width: 100%;
  padding: 0 20px;
  border-bottom: 2px solid #aaa;
  position: relative;
  background-image: url("../img/head_img kopia.jpg");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 786px) {
  .header {
    background-image: none;
  }
}
.header__container {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}
.header__logo-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__logo {
  width: 96px;
  height: 94px;
  flex-shrink: 0;
}
.header__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header__logo-primary {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.1;
  color: #164064;
  text-transform: uppercase;
}
.header__logo-secondary {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 1.6vw, 24px);
  line-height: 1.1;
  color: #1fb6b1;
}
.header__institutes {
  background-color: #0f2a44;
  border-radius: 8px;
  width: 100%;
}
.header__institutes-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 133px;
  padding: 7px 72px;
}
.header__institute {
  max-width: 120px;
  flex: 1 0 0;
}
.header__institute-img {
  max-width: 120px;
  width: 100%;
  height: auto;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  width: 100%;
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 74px;
  background-color: #fff;
}
.header__nav-item {
  flex-shrink: 0;
}
.header__nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 18px;
  text-transform: uppercase;
  color: #1c1c1c;
  padding: 10px 20px;
  display: block;
}
.header__date {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #000;
}

/* ========================================
   SECTION WRAPPER
   ======================================== */
.section-wrapper {
  width: 100%;
  background-color: #e7e7e7;
}

.section {
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 100px;
  background-color: #fff;
  border-radius: 5px;
  min-height: 900px;
}

/* ========================================
   ARTICLE (Main + Aside row)
   ======================================== */
.article {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

/* ========================================
   MAIN CONTENT
   ======================================== */
.main {
  width: 680px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.2;
  color: #164064;
}
.main__title--red {
  color: #ef4444;
}
.main__banner {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 680/420;
}
.main__banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__lead {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  color: #000;
}
.main__quote {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main__quote-avatar {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  border: 1px solid #888;
  overflow: hidden;
  flex-shrink: 0;
}
.main__quote-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__quote-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  color: #000;
  flex: 1;
}
.main__paragraph {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  color: #000;
}
.main__paragraph strong {
  font-weight: 700;
}
.main__heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 38px;
  color: #164064;
}
.main__list {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main__list-item {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  color: #000;
}
.main__list-item strong {
  font-weight: 700;
}
.main__cta {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 36px;
  color: blue;
  display: block;
}

/* ========================================
   BREADCRUMB
   ======================================== */
.breadcrumb {
  margin-top: 20px;
}
.breadcrumb__link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: blue;
}

/* ========================================
   INFO FRAME
   ======================================== */
.info-frame {
  width: 100%;
}
.info-frame__border {
  background-color: #f6f6f6;
  border: 2px solid #e7e7e7;
  border-radius: 8px;
  padding: 10px 18px;
}
.info-frame__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-frame__text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-frame__copy {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.info-frame__heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 38px;
  color: #164064;
  max-width: 327px;
}
.info-frame__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.info-frame__item {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  color: #000;
}
.info-frame__highlight {
  background-color: #0d6966;
  padding: 10px 15px;
}
.info-frame__highlight-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 22px;
  color: #fff;
}
.info-frame__img-col {
  width: 285px;
  flex-shrink: 0;
}
.info-frame__human-img {
  width: 100%;
  height: auto;
}

/* ========================================
   BEFORE/AFTER FRAME
   ======================================== */
.before-after {
  width: 100%;
}
.before-after__border {
  background-color: #f6f6f6;
  border: 2px solid #e7e7e7;
  border-radius: 8px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.before-after__img-wrap {
  max-width: 533px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.before-after__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.before-after__text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 22px;
  color: #000;
  text-align: center;
}

/* ========================================
   PRODUCT FRAME
   ======================================== */
.product-frame {
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.product-frame__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 16px;
}
.product-frame__info {
  min-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-frame__heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 24px;
  color: #1fb6b1;
}
.product-frame__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.product-frame__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 24px;
  color: #000;
}
.product-frame__check {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #1fb6b1;
  width: 25px;
  flex-shrink: 0;
}
.product-frame__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-frame__product-img {
  max-width: 460px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .product-frame__product-img {
    max-width: 200px;
  }
}
.product-frame__features {
  background-color: #e3effb;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.product-frame__feature {
  display: flex;
  align-items: flex-start;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 24px;
  color: #000;
}

/* ========================================
   TESTIMONIAL
   ======================================== */
.testimonial {
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.testimonial__overlay {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}
.testimonial__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.testimonial__img-wrap {
  width: 283px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial__copy {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonial__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 24px;
  color: #164064;
}
.testimonial__text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 20.8px;
  color: #000;
}
.testimonial__signature {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 24px;
  color: #164064;
  text-align: right;
}

/* ========================================
   ASIDE
   ======================================== */
.aside {
  width: 310px;
  flex-shrink: 0;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aside__heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 38px;
  color: #000;
  padding: 5px 20px;
}
.aside__links {
  display: flex;
  flex-direction: column;
  gap: 18.9px;
}
.aside__link {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 20px;
}
.aside__link-img {
  width: 68px;
  height: 71px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.aside__link-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 23.8px;
  color: #000;
}

/* ========================================
   COMMENTS
   ======================================== */
.comments {
  max-width: 800px;
  padding: 40px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comments__heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 38px;
  color: #000;
}
.comments__disclaimer {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
}
.comments__cta {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 36px;
  color: blue;
  display: block;
}

.comment {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 22px;
  border-bottom: 2px solid #dedede;
}
.comment__avatar {
  flex-shrink: 0;
}
.comment__avatar-img {
  width: 41px;
  height: 41px;
}
.comment__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.comment__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-style: italic;
  color: #000;
}
.comment__author {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 15px;
  line-height: 15px;
}
.comment__date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}
.comment__text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 24px;
  color: #000;
}

.summary-wrapper {
  background-color: white;
  padding: 40px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.summary-wrapper h2 {
  font-size: 57px;
  color: white;
  background-color: #009f20;
  padding: 11px 45px;
}
@media (max-width: 991px) {
  .summary-wrapper h2 {
    font-size: 30px;
  }
}
.summary-wrapper .regular-text {
  margin-top: 16px;
}
.summary-wrapper .green {
  background-color: #009f20;
  color: white;
}
.summary-wrapper p {
  text-align: center;
  font-size: 17px;
}
.summary-wrapper .link-green {
  font-size: 31px;
  font-weight: bold;
  background-color: #009f20;
  color: white;
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.summary-wrapper .phone-link {
  padding: 15px 0;
  font-size: 45px;
  font-weight: bold;
  border: 3px solid #bd261b;
  max-width: 445px;
  width: 100%;
  text-align: center;
  margin: 30px 0 30px;
  color: black;
}
.summary-wrapper .hr {
  width: 100%;
  height: 2px;
  background-color: #d6d7d8;
  margin-bottom: 25px;
}
.summary-wrapper .hr-phone {
  width: 100%;
  height: 2px;
  background-color: #d6d7d8;
  margin-top: 25px;
}
.summary-wrapper .calls .paragraph-small {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}
.summary-wrapper .attention {
  margin-bottom: 25px;
}

/* ========================================
   RESPONSIVE: 1024px
   ======================================== */
@media (max-width: 1024px) {
  .header__institutes-container {
    gap: 40px;
    padding: 7px 30px;
  }
  .header__nav-list {
    gap: 20px;
  }
  .header__nav-link {
    padding: 10px 10px;
  }
  .main {
    width: auto;
    flex: 1;
  }
  .aside {
    width: 260px;
  }
  .info-frame__img-col {
    width: 220px;
  }
  .product-frame__info {
    min-width: auto;
  }
}
/* ========================================
   RESPONSIVE: 768px
   ======================================== */
@media (max-width: 768px) {
  .header__institutes {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header__date {
    display: none;
  }
  .header__container {
    min-height: 75px;
    padding: 0;
  }
  .header__logo-link {
    gap: 8px;
  }
  .header__logo {
    width: 48px;
    height: 48px;
  }
  .header__logo-primary {
    font-size: clamp(14px, 4vw, 17px);
    line-height: 17px;
  }
  .header__logo-secondary {
    font-size: clamp(14px, 4vw, 17px);
    line-height: 17px;
  }
  .header__logo-text {
    gap: 8px;
  }
  .section {
    padding: 0;
    border-radius: 0;
  }
  .article {
    flex-direction: column;
    padding: 16px;
  }
  .main {
    width: 100%;
  }
  .aside {
    width: 100%;
    padding-top: 16px;
    order: 2;
  }
  .comments {
    padding: 16px;
    order: 1;
  }
  .info-frame__content {
    flex-direction: column;
  }
  .info-frame__img-col {
    width: 100%;
  }
  .product-frame {
    margin-top: 120px;
  }
  .product-frame__top {
    flex-direction: column-reverse;
  }
  .product-frame__info {
    width: 100%;
  }
  .product-frame__image {
    width: 100%;
    margin-top: -130px;
  }
  .product-frame__features {
    flex-direction: column;
  }
  .main__quote {
    flex-direction: column;
    align-items: center;
  }
  .before-after__img-wrap {
    max-width: 100%;
  }
}
/* ========================================
   RESPONSIVE: 480px
   ======================================== */
@media (max-width: 480px) {
  .article {
    padding: 16px;
  }
  .main__heading {
    line-height: 30px;
  }
  .comment__meta {
    flex-direction: column;
    gap: 5px;
  }
}/*# sourceMappingURL=style.css.map */