.new-container {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 1170px;
}
.new-container.dual {
  padding: 0;
}

.nf-title {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.dual-box {
  display: grid;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 908px 260px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
  height: auto;
  max-width: 1170px;
  background: #ffffff;
  z-index: 2;
  position: relative;
}
.dual-box::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 741px;
  position: absolute;
  left: 0;
  top: -114px;
  right: auto;
  bottom: auto;
  z-index: 1;
  box-shadow: 0px -8px 20px -1px rgba(0, 0, 0, 0.3);
  max-width: 908px;
}
.dual-box__main {
  position: relative;
  bottom: 114px;
  background: #ffffff;
  z-index: 5;
}
.dual-box__main h1, .dual-box__main h2, .dual-box__main h3, .dual-box__main h4, .dual-box__main h5, .dual-box__main h6 {
  display: block;
  padding: 0 40px;
  margin: 24px 0 12px;
}
.dual-box__main p {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
}
.dual-box__main a {
  display: inline;
  color: #4caf50;
  text-decoration: none;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}
.dual-box__main a:hover {
  text-decoration: underline;
}
.dual-box__main ul {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}
.dual-box__main ul li {
  display: block;
  margin: 0;
  padding: 0 0 3px 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
  position: relative;
  counter-increment: custom-counter;
}
.dual-box__main ul li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: #9bc464;
  color: transparent;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  counter-increment: number;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 9px;
}
.dual-box__main ul li:last-child {
  margin-bottom: 0;
}
.dual-box__main ol {
  display: block;
  margin: 12px 0;
  padding: 0 0 3px 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}
.dual-box__main ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}
.dual-box__main ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}
.dual-box__main ol li:last-child {
  margin-bottom: 0;
}
.dual-box__main img.unic-img {
  display: block;
  margin: 14px auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 85%;
  border-radius: 6px;
}
.dual-box__main * h1, .dual-box__main * h2, .dual-box__main * h3, .dual-box__main * h4, .dual-box__main * h5, .dual-box__main * h6, .dual-box__main * p {
  padding: 0;
}
.dual-box__main * ul {
  display: block;
  margin: 16px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}
.dual-box__main * ul li {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: #000000;
  position: relative;
  list-style: none;
}
.dual-box__main * ul li::before, .dual-box__main * ul li::after {
  display: none;
}
.dual-box__main * ul li:last-child {
  margin-bottom: 0;
}
.dual-box__main * ol {
  display: block;
  margin: 16px 0;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}
.dual-box__main * ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}
.dual-box__main * ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}
.dual-box__main * ol li:last-child {
  margin-bottom: 0;
}
.dual-box__sidebar {
  display: block;
  margin: 0;
  padding: 44px 0;
  box-sizing: border-box;
}

/* Media Queries -- 1200px */
@media screen and (max-width: 1199px) {
  .dual-box {
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .dual-box__sidebar {
    display: none;
  }
}
/* Media Queries -- 500px */
@media screen and (max-width: 500px) {
  .dual-box__main img.unic-img {
    display: block;
    margin: 14px auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 95%;
    border-radius: 6px;
  }
}
body {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

a[rel~=nofollow] {
  text-decoration: none !important;
}

.recent-products {
  display: block;
  margin: 0 auto;
  padding: 100px 0 60px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.recent-products__title {
  display: block;
  margin: 0 auto 36px;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  font-style: normal;
  color: #000000;
  text-align: center;
}
.recent-products__box {
  display: grid;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  justify-content: center;
}
.recent-products__box .box-item {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  background: #ffffff;
}
.recent-products__box .box-item-photo {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  background-color: #f6f7f0;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-products__box .box-item-photo__link {
  width: 100%;
  height: 100%;
}
.recent-products__box .box-item-photo__link img {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.recent-products__box .box-item-photo__link.rev-link {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
}
.recent-products__box .box-item-photo__link.rev-link img {
  width: 100%;
  height: auto;
  max-width: 152px;
  object-fit: cover;
  margin-top: 15px;
}
.recent-products__box .box-item-info {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: 240px;
  background: #ffffff;
}
.recent-products__box .box-item-info__inc {
  display: block;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: relative;
  transform: translateX(-16px) translateY(-50px);
}
.recent-products__box .box-item-info__inc .link {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  width: auto;
  height: auto;
  color: #9bc464;
  cursor: pointer;
  text-decoration: none;
}
.recent-products__box .box-item-info__inc .link:hover {
  text-decoration: underline;
}
.recent-products__box .box-item-info__inc .link:active {
  color: #286a06;
}
.recent-products__box .box-item-info__inc .title {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.recent-products__box .box-item-info__inc .title:hover {
  color: #000000;
  text-decoration: none;
}
.recent-products__box .box-item-info__inc .title:active {
  color: #286a06;
}
.recent-products__box .box-item-info__inc .description {
  font-family: "SF UI Display", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  display: block;
  margin: 0 0 8px;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
}
.recent-products__box .box-item-info__inc .read-more {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: auto;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  color: #7db727;
  text-decoration: none;
}
.recent-products__box .box-item-info__inc .read-more:hover {
  text-decoration: underline;
  color: #7db727;
}
.recent-products__box .box-item-info__inc .read-more:active {
  color: #286a06;
}

/* Media Queries -- 1200px */
@media screen and (max-width: 1200px) {
  .recent-products__box {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
/* Media Queries -- 900px */
@media screen and (max-width: 900px) {
  .recent-products__box {
    grid-template-columns: repeat(2, 354px);
    grid-row-gap: 0;
  }
}
/* Media Queries -- 768px */
@media screen and (max-width: 768px) {
  .recent-products__title {
    font-family: "SF UI Display", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
  }
  .recent-products__box {
    grid-template-columns: repeat(1, 354px);
  }
}
/* Media Queries -- 400px */
@media screen and (max-width: 400px) {
  .recent-products__box .box-item {
    width: 288px;
  }
}

/*# sourceMappingURL=recent-products.css.map */
