.breadcrumbs {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}

.breadcrumbs li {
    vertical-align: baseline !important;
}

.breadcrumbs li:not(:last-child) {
    margin-right: 6px;
}

.breadcrumbs a {
    font: 12px / 12px Poppins, sans-serif;
    color: #1B7652;
    font-weight: 400;
    letter-spacing: -0.24px;
}

.breadcrumbs li.active a {
    color: #1B1B1B;
}

.breadcrumbsContainer {
    padding: 24px 23px;
}

@media (max-width: 575.98px) {

    .breadcrumbsContainer {
        padding: 24px 15px;
    }
}
.footer-light {background-color: rgb(237, 236, 236);}


.adv {
  height: 82px;
  background-color: #FAFAFA;
    pointer-events: visible;
}

#advBlock2 {
  max-width: 600px;
  width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 30px;
  height: 72px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

#advBlock2 .adv-img {
  margin: 12px 12px;
}

@media (min-width: 1200px) {

#advBlock {
  display: none;
}
}

.adv-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.adv-close {
  margin-left: 4px;
}

.adv-img {
  background: url('../../logo1.png'), rgb(49, 176, 49) -109.406px -6.187px / 230.986% 224.219% no-repeat;
  height: 48px;
  width: 48px;
  background-size: cover;
  border-radius: 8px;
  margin: 17px 4px;
}

.adv-stars {
  line-height: 1;
}

.adv-stars svg {
  margin-right: -5px;
}

.adv-text p {
  color: #262831;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 130%;
margin-bottom: 0px;
}

.adv-small-text p, .adv-stars span {
color: rgba(38, 40, 49, 0.50);
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 15.6px */
}

.adv-stars span {
  margin-left: 5px;
}

.adv-button {
  display: inline-flex;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 8px;
border: 1px solid #149260;
background: #149260;
margin-right: 10px;
}

.adv-button a {
    padding: 8px 16px;
    display: block;
    width: 100%;
    height: 100%;
}

.adv-button p {
  color: #FFF6E9;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 0px;
}

.adv-flex-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.adv-close {
  cursor: pointer;
}


@media (min-width: 768px) {
  #advBlock2 {
    width: 500px;
  }
}


@media (min-width: 370px) and (max-width: 768px) {
  .adv-img {
      margin: 17px 12px;
  }
  #advBlock2 {
    width: 360px;
  }
}

@media (max-width: 350px) {
  .adv-text p, .adv-small-text p, .adv-stars span {
    font-size: 10px;
  }
  .adv-button p {
    font-size: 10px;
  }
  #advBlock2 .adv-img, #advBlock .adv-img  {
      margin: 5px 5px;
  }
  #advBlock2, #advBlock {
    height: 58px;
  }
}

.badges {
  padding: 30px 10px !important;
}

.badges {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
   gap: 10px;
  border: none;
}

.section-heading + p {
  text-align: center;
}

.copyright-text p {
  margin-bottom: 0px;
}

.adv-button a {
  color: white;
}

@media (min-width: 992px) {
    #advBlock {
        display: none !important;
    }
}
