@font-face {
    font-family: 'EuropeExt';
    src: url('../fonts/EuropeExt.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'TT Lakes';
    src: url('../fonts/TTLakes-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'TT Lakes';
    src: url('../fonts/TTLakesCondensed-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  body {
    font-family: 'Roboto', sans-serif;
  }
  html {
    scroll-behavior: smooth;
  }
  h1, h2, h5 {
    font-family: 'EuropeExt';
    color: #000000;
  }
  h1 {
    font-family: EuropeExt;
font-weight: 700;
font-size: 54px;
line-height: 62px;
letter-spacing: 0%;

  }
  #siteHeader > div > nav > ul > li:nth-child(5) {
    font-family: EuropeExt;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #000000;
    background: #fff;
    padding: 9px;
    border: none;
  }
  #siteHeader > div > nav > ul > li:nth-child(5) > a {
    color: #000000;
    font-family: EuropeExt;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
  }
  .banner-section {
    height: 1080px;
    background: url(../img/banner_result.webp) center / cover no-repeat;
    padding: 4rem 1rem;
    background-size: 1080px;
    background-position: right 0 top;
  }
  .banner-section .container {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 200px);
  }
  .banner-section .container h1 {
  text-align: left;
  margin-top: 20%;
  background: #fff;
  padding: 5px;
}
.banner-section .container .bottom {
    width: 100%;
    height: auto;
    margin-top: auto;
    text-align: right;
}
.banner-section .container .bottom button {
    font-family: EuropeExt;
font-weight: 700;
font-size: 20px;
line-height: 62px;
letter-spacing: 0%;
color: #000000;
    background: #BEFAC8;
    padding: 9px;
    border: none;
}


  .banner-section .container .bottom ul {
  flex-direction: column;
  align-items: baseline;
  width: calc(100% - 200px);
  }
  .callback-section {
    width: calc(100% - 120px);
    margin-left: auto;
  }
  .callback-section .wrapper {
gap: 40px;
width: calc(100% - 40px);
  }
  body > section.callback-section.py-5 > div > div:nth-child(1) {
    position: relative;
  }
  body > section.callback-section.py-5 > div > div:nth-child(1) > button {
    background: #326455;
    border: none;
    font-family: EuropeExt;
    font-weight: 700;
    font-size: 20px;
    line-height: 62px;
    letter-spacing: 0%;
    padding: 9px 68px;
    position: absolute;
    bottom: 80px;
  }
  
  .callback-section h2 {
  font-family: EuropeExt;
  font-weight: 700;
  font-size: 42px;
  line-height: 62px;
  letter-spacing: 0%;
}
.callback-section h2 hr {
    height: 2px;
    width: 100%;
    display: block;
    border-bottom: 2px solid #464646;
    margin-top: 0;
}

.about-section hr {
  border: none;
  border-bottom: 2px solid #464646;
  width: 50%;
  display: block;
  height: 2px;
  padding-left: 15px;
}

  .banner-section .container .bottom ul li {
     font-family: 'TT Lakes', sans-serif ;
  font-weight: 400;
  font-size: 33px;
  line-height: 62px;
  letter-spacing: 0%;
  color: #000000;
  }

  .about-section {
    /* background-color: #f8f9fa; */
    width:  calc(100% - 200px);
    margin-right: auto;
  }
  body > section.about-section.py-5 > div > div.col-md-5 {
    padding-left: 40px;
  }
  body > section.about-section.py-5 > div > div.col-md-5 h2 {
  font-family: EuropeExt;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0%;
}

  body > section.about-section.py-5 > div > div.col-md-5 p {
   font-family: 'TT Lakes', sans-serif ;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: justify;
  padding-top: 40px;
  }
  body > section.about-section.py-5 > div > div.col-md-5 h5 {
  font-family: EuropeExt;
font-weight: 700;
font-size: 48px;
line-height: 56px;
letter-spacing: 0%;
}
body > section.about-section.py-5 > div > div.col-md-5 ul {
    padding-top: 40px;
    display: flex;
    gap: 20px;
}

body > section.about-section.py-5 > div > div.col-md-5 ul li {
     font-family: 'TT Lakes', sans-serif ;
    font-weight: 400;
    font-size: 27px;
    line-height: 34px;
    letter-spacing: 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
body > section.about-section.py-5 > div > div.col-md-5 ul li img {
    width: 60px;
}
.products-section h2 {
    font-family: EuropeExt;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.products-section h2 hr {
    border: none;
    border-bottom: 2px solid #464646;
    width: 50%;
    display: block;
    height: 2px;
    padding-left: 15px;
  }
.products-section .container h5 {
    font-family: EuropeExt;
    font-weight: 700;
    font-size: 33px;
    line-height: 62px;
    letter-spacing: 0%;
}
.products-section .container .row {
    justify-content: space-between;
}
.products-section .container .row .col-md-6 {
    width: 40%;
}
.btn-catalog, #catalogForm > div.modal-footer > button {
  font-family: EuropeExt;
  font-weight: 700;
  font-size: 20px;
  line-height: 62px;
  letter-spacing: 0%;
  border: none;
  background: #326455;
}
.partners-section h2 {
    font-family: EuropeExt;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.partners-section h2 hr {
    border: none;
    border-top: 2px solid #464646;
    width: 50%;
    display: block;
    height: 2px;
    padding-left: 15px;
  }
  .reviews-section h2 {
    font-family: EuropeExt;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .reviews-section h2 hr {
    border: none;
    border-bottom: 2px solid #464646;
    width: 50%;
    display: block;
    height: 2px;
    padding-left: 15px;
  }
  body > section.reviews-section.py-5 > div > div > div > div {
    display: flex ;
    flex-direction: row;

    gap: 68px;
  }


  body > section.partners-section.py-5 > div > div > div {
    font-family: EuropeExt;
    font-weight: 400;
    font-size: 28px;
    line-height: 62px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  body > section.partners-section.py-5 > div > div > div > img {
    display: block;
    margin: auto;
  }
  body > section.reviews-section.py-5 > div > div > div > div > div > p {
     font-family: 'TT Lakes', sans-serif ;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: justify;
  }
  body > section.reviews-section.py-5 > div > div > div > div > div > h5 {
   font-family: 'TT Lakes', sans-serif ;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: justify;
}

  .footer-icons i {
    font-size: 1.5rem;
  }
  footer hr {
    border: none;
    border-bottom: 2px solid #464646;
    width: 100%;
    display: block;
    height: 2px;
  }
  body > footer > div > div.col-md-6.mb-3.mb-md-0 > img {
    height: 68px;
  }
  body > footer > div > div.col-md-6.mb-3.mb-md-0 > small {
    font-family: EuropeExt;
    font-weight: 400;
    font-size: 33px;
    line-height: 48px;
    letter-spacing: 0%;
  }

  body > footer > div > div:nth-child(3) > ul > li > a {
    font-family: EuropeExt;
    font-weight: 400;
    font-size: 33px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #000000;

  }
  body > footer > div > div.col-md-6.mb-3.mb-md-0 > div > a i.bi::before {
    font-size: 32px;
    color: #000000;
  } 
  body > footer > div > div.col-md-6.mb-3.mb-md-0 > div {
    gap: 30px;
  }
  body > footer > div {
    padding-bottom: 120px;
  }
  /* Responsive tweaks */
  @media (max-width: 768px) {
    .banner-section {
      text-align: center;
      height: auto;
      padding: 3rem 1rem;
      margin-top: 72px;
    }
  
    .callback-section .container {
      flex-direction: column;
    }
  
    footer .container {
      flex-direction: column;
      text-align: center;
    }
  
    footer ul {
      padding: 0;
    }
  }
  .shipped-counter-section {
    font-family: 'EuropeExt', sans-serif;
  }
  @media (max-width: 768px) {
    header .container {
      /* flex-direction: column; */
      align-items: flex-start;
      padding: 1rem;
    }
  
    header nav {
      width: 100%;
      margin-top: 10px;
      display: none;
    }
  
    header nav ul {
      flex-direction: column;
      gap: 10px;
      padding-left: 0;
    }
  
    header nav ul li a {
      font-size: 16px;
      display: block;
      width: 100%;
    }
  }
  #counter {
    font-size: 64px;
    color: #326455;
  }
  .transition {
    transition: all 0.3s ease;
  }
  #siteHeader > div > nav > ul > li > a {
    color: #fff;
     font-family: 'TT Lakes', sans-serif ;
  }
  #siteHeader.scrolled > div > nav > ul > li > a {
    color: #000;
  }
  #siteHeader.scrolled {
    background-color: white !important;
  }
  
  #siteHeader.scrolled img {
    filter: brightness(0); /* makes logo appear black if it's white originally */
  }
  @media (min-width: 768px) {
  header img {
    margin-left: 120px;
  }
}
.form-control {
  border: none;
  background-color: #F2F6FA;
}
.form-control {
font-family: Montserrat;
font-weight: 400;
font-size: 15px;
line-height: 160%;
letter-spacing: 0%;
}
.modal-header {
  border-bottom: none;
}
@media (max-width: 768px) {
  body > footer > div > div.col-md-6.mb-3.mb-md-0 > img {
    height: auto;
    max-width: 100%;
}
    header img {
      margin-left: 16px;
      height: 32px;
    }
    #exampleModal > div > div > form > div.modal-footer > button {
      padding: 9px 20px!important;
    }
    .banner-section {
      height: auto;
      padding: 3rem 1rem;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: calc(100% - 55%), right;
      overflow: hidden;
    }
  
    .banner-section .container {
      max-width: 100%;
      margin: 0 auto;
      padding: 0;
    }
  
    .banner-section .container h1 {
      font-size: 32px;
      line-height: 1.4;
      text-align: left;
      margin-top: 0;
    }
  
    .banner-section .container .bottom {
      text-align: right;
      margin-top: 2rem;
    }
  
    .banner-section .container .bottom ul {
      flex-direction: column;
      align-items: self-start;
      width: 100%;
      background: #fff;
      padding: 5px;
    }
  
    .banner-section .container .bottom ul li {
      font-size: 18px;
      line-height: 28px;
    }
  
    .banner-section .container .bottom button {
      width: auto;
      font-size: 18px;
    }
  
    .about-section {
      width: 100%;
      padding: 2rem 0;
    }
  
    .about-section .col-md-7,
    .about-section .col-md-5 {
      width: 100%;
      padding: 0;
    }
  
    body > section.about-section.py-5 > div > div.col-md-5 {
      padding: 0 1rem;
    }
  
    body > section.about-section.py-5 > div > div.col-md-5 p {
      font-size: 18px;
      line-height: 1.5;
      padding-top: 20px;
    }
  
    body > section.about-section.py-5 > div > div.col-md-5 h2,
    body > section.about-section.py-5 > div > div.col-md-5 h5 {
      font-size: 28px;
    }
  
    body > section.about-section.py-5 > div > div.col-md-5 ul {
      flex-direction: column;
      align-items: center;
      padding-top: 20px;
      gap: 16px;
    }
  
    body > section.about-section.py-5 > div > div.col-md-5 ul li {
      font-size: 20px;
    }
  
    .products-section h2,
    .partners-section h2,
    .reviews-section h2 {
      font-size: 28px;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
    }
  
    .products-section .container .row .col-md-6 {
      width: 100%;
    }
  
    .products-section .container h5 {
      font-size: 24px;
    }
  
    .products-section .container .mt-4 a {
      width: 100%;
    }
  
    .partners-section .row > div {
      width: 50%;
      font-size: 16px;
    }
  
    .reviews-section .row > div {
      width: 100%;
    }
  
    .reviews-section h2 {
      text-align: center;
    }
  
    .reviews-section .p-4 {
      padding: 1rem !important;
    }
  
    .reviews-section p {
      font-size: 16px !important;
    }
  
    .reviews-section h5 {
      font-size: 20px !important;
    }
  
    .callback-section {
      width: 100%;
      padding: 2rem 1rem;
    }
  
    .callback-section .wrapper {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 20px;
      width: 100%;
    }
  
    body > section.callback-section.py-5 > div > div:nth-child(1) > button {
      position: static;
      width: 100%;
      margin-top: 1rem;
      line-height: 1.4;
    }
  
    .callback-section h2 {
      font-size: 24px;
      line-height: 1.4;
    }
  
    footer .container {
      flex-direction: column;
      text-align: center;
      gap: 1rem;
    }
    body > footer > div > div.col-md-6.mb-3.mb-md-0 > div {
      gap: 30px;
      justify-content: center;
  }
  body > footer > div {
    padding-bottom: 0;
}
body > footer > div > div:nth-child(3) > ul > li > a {
  font-size: 24px;
  line-height: 1.4;
}
    footer ul li {
      font-size: 18px;
    }
  
    body > footer > div > div.col-md-6.mb-3.mb-md-0 > small {
      font-size: 18px;
    }
  
    .modal-dialog {
      margin: 1rem auto;
    }
  
    .modal-content {
      padding: 1rem;
    }
    body > section.partners-section.py-5 > div > div > div {
      line-height: 1.4;
    }
    body > section.reviews-section.py-5 > div > div > div > div {
      gap: 15px;
    }
  }
  #exampleModal > div > div > form > div.modal-footer > button {
    background: #BEFAC8;
    font-family: EuropeExt;
    font-weight: 700;
    font-size: 18px;
    line-height: 152%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    border: none;
    color: #000000;
    padding: 29px 67px;
  }
  .modal-footer {
    justify-content: center;
    border: none;
  }
  #about > div > div.col-md-5 > ul:nth-child(8) {
    flex-direction: column;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #mobileMenu > div.offcanvas-body > nav > ul > li:nth-child(6) > div > button {
    font-family: EuropeExt;
    font-weight: 700;
    font-size: 20px;
    line-height: 62px;
    letter-spacing: 0%;
    border: none;
    background: #326455;
  }
