.default-banner {
  margin-top: 87px;
  position: relative;
  min-height: 372px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main .default-banner {
  margin-top: 0;
}
@media (max-width: 991px) {
  .default-banner {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .default-banner {
    min-height: 213px;
  }
}
.default-banner__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.default-banner__inner div {
  height: 100%;
}
.banner-tabs {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 372px;
}
.banner-tabs__inner {
  padding: 30px 0;
  margin-left: calc(50% - 290px);
}
.banner-tabs__inner .tabs-content {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
}
.banner-tabs__inner .tabs-content.active {
  -webkit-transition: all ease 0.5s 0.3s;
  -o-transition: all ease 0.5s 0.3s;
  transition: all ease 0.5s 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner-tabs__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  z-index: 2;
}
.banner-tabs__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  background-size: cover;
  min-width: 490px;
  min-height: 124px;
  border-radius: 16px;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.banner-tabs__title:before {
  content: "";
  background: rgba(120, 255, 120, 0.28);
  border-radius: 11px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.banner-tabs__title a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.banner-tabs__title a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.banner-tabs__title a span:first-child {
  position: relative;
}
.banner-tabs__title:hover .banner-tabs__title-icon,
.banner-tabs__title.active .banner-tabs__title-icon {
  background: #1aa31a;
}
.banner-tabs__title:hover:before,
.banner-tabs__title.active:before {
  opacity: 1;
}
.banner-tabs__title-icon {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #c4c4c4;
  border-radius: 24px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute !important;
  right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-menu {
  padding-top: 7px;
}
.banner-menu__item {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-menu__item svg {
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-right: 9px;
  margin-left: -23px;
}
.banner-menu__item:hover svg {
  opacity: 1;
}
.banner-menu__item:not(:last-child) {
  margin-bottom: 36px;
}
.banner-accordion.in .banner-accordion__title {
  min-height: 128px;
  padding: 34px 0 68px 0;
}
.banner-accordion__title {
  position: relative;
  width: 100%;
  min-height: 166px;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 22px 0 17px 0;
}
@media (max-width: 991px) {
  .banner-accordion__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: auto;
    padding-top: 57px;
    padding-bottom: 75px;
  }
}
.banner-accordion__title:before {
  content: "";
  background: rgba(120, 255, 120, 0.28);
  border-radius: 11px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.banner-accordion__title.in:before {
  opacity: 1;
}
.banner-accordion__title.in .banner-accordion__title-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banner-accordion__title:hover .banner-accordion__title-icon {
  background: #1aa31a;
}
.banner-accordion__title a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-accordion__title span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-accordion__title-icon {
  width: 39px;
  height: 39px;
  background: #c4c4c4;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .banner-accordion__title-icon {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.banner-accordion__content {
  display: none;
  padding: 30px 0 30px 0;
}
.banner-accordion__content ul {
  padding-left: 55.29px;
}
.banner-accordion__content ul li:not(:last-child) {
  margin-bottom: 30px;
}
.banner-accordion__content ul li a {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
}
.banner-accordion__content ul li a svg {
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-right: 4px;
  margin-left: -16px;
}
.banner-accordion__content ul li a:hover {
  color: #1aa31a;
}
.banner-accordion__content ul li a:hover svg {
  opacity: 1;
}
.breadcrumb {
  text-align: center;
  margin-top: 21px;
  margin-bottom: 27px;
  position: relative;
  z-index: 2;
}
.breadcrumb__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  padding: 4px 10px 3px 10px;
}
.breadcrumb span {
  font-weight: 400;
  font-size: 17px;
  color: #8d8d8d;
}
.breadcrumb .breadcrumb_last {
    text-decoration: underline;
    text-decoration-color: #1aa31a;
}
.breadcrumb .breadcrumb-separator {
  margin-left: 5px;
  margin-right: 7px;
}
.breadcrumb-separator:before {
  top: 15px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg) translate(0px, -5px);
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #1aa31a transparent transparent transparent;
}
.about-content {
  padding-top: 4px;
  margin-bottom: 13px;
}
.child-pages {
  margin-bottom: 67px;
  margin-top: 50px;
}
.child-pages--about {
  margin-bottom: 100px;
  margin-top: 100px;
}
.child-pages__row {
  gap: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
}
.child-pages__row--4 {
  padding-left: 0;
  padding-right: 0;
}
.about-content__item {
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
}
.about-content__item.col-lg-3 {
  flex: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
}
.about-content__item.col-lg-4 {
  flex: calc((100% - 90px) / 4);
  max-width: calc((100% - 90px) / 4);
}
.about-content__item.col-lg-4 .thumb .content_img .img {
  min-height: 159px;
  margin-bottom: 0;
}
.about-content__item.col-lg-4 .thumb {
  padding: 0;
}
.about-content .tab_title-overlay {
  padding: 0 20%;
}

@media (max-width: 991px) {
  .child-pages__row--4 {
    gap: 13px;
  }
  .child-pages__row--4 .col-lg-4 {
    flex: calc((100% - 13px) / 2);
    max-width: calc((100% - 13px) / 2);
  }
  .child-pages__row--4 .thumb {
    padding-bottom: 0;
  }
  .child-pages__row--4 .thumb .img {
    margin-bottom: 0;
  }
  .about-content {
    margin-bottom: 0;
  }
  .about-content .blocks__title {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .about-content .blocks__slider_nav {
    margin-bottom: 0;
    padding-left: 15px;
  }
  .about-content .blocks__slider_nav .caption {
    margin: 0;
  }
  .about-content .blocks__slider_nav .caption:not(:last-child) {
    margin-right: 26px;
  }
  .about-content .tab_title-overlay {
    font-size: 25px;
  }
  .about-content .child-pages__row--4 .tab_title-overlay {
    font-size: 20px;
    line-height: 1;
    padding-left: 7px;
    padding-right: 7px;
  }
  .about-content .font-large .btn.btn-inline {
    font-size: 18px;
  }
  .about-content .font-large .btn.btn-inline.blocks__link---about {
    font-size: 14px;
    line-height: 0.93;
  }
  .font-large .about-content .font-large .btn.btn-inline.blocks__link---about {
    font-size: 18px;
  }
  .font-largest
    .about-content
    .font-large
    .btn.btn-inline.blocks__link---about {
    font-size: 22px;
  }
  .about-content .blocks__block .blocks__text {
    font-size: 14px;
    line-height: 15px;
  }
  .about-content p.blocks__text {
    margin-bottom: 43px;
  }
  .about-content .blocks__slider {
    margin-bottom: 56px;
  }
  .about-content .child-pages--about .blocks__slider {
    margin-bottom: 0;
  }
  .child-pages__row {
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .child-pages__row--4 {
    gap: 13px;
  }

  .child-pages--about {
    margin-top: 50px;
    margin-bottom: 48px;
  }

  .about-content__item.col-lg-4 .thumb .content_img .img {
    min-height: 104px;
  }
  .child-pages__row--3 .thumb .content_img .img {
    height: 139px;
    min-height: unset;
  }
}
.font-large .btn.btn-inline.blocks__link---about {
  font-size: 17px;
}
.font-large .font-large .btn.btn-inline.blocks__link---about {
  font-size: 20px;
}
.font-largest .font-large .btn.btn-inline.blocks__link---about {
  font-size: 23px;
}

.products-content {
  padding-top: 4px;
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
}
.products-content__item:nth-child(4) {
  z-index: 2;
}
.products-content .tab_title-overlay {
  padding: 0 5%;
}

@media (max-width: 991px) {
  .products-content {
    margin-bottom: 0;
  }
  .products-content .blocks__title {
    margin-top: 24px;
  }
  .products-content .blocks__slider .slick-slide {
    padding: 0 15px;
  }
  .products-content .blocks__slider_nav {
    margin-bottom: 22px;
    padding-left: 30px;
  }
  .products-content .blocks__slider_nav .caption {
    margin: 0;
  }
  .products-content .blocks__slider_nav .caption:not(:last-child) {
    margin-right: 28px;
  }
  .products-content .tab_title-overlay {
    font-size: 25px;
  }
  .products-content .font-large .btn.btn-inline {
    font-size: 18px;
  }
  .products-content .blocks__block .blocks__text {
    font-size: 14px;
    line-height: 15px;
  }
  .products-content p.blocks__text {
    margin-bottom: 43px;
  }
  .products-content .blocks__slider {
    margin-bottom: 56px;
  }
}
.products-content__text {
  margin: 0 auto;
  margin-bottom: 50px;
  font-family: "Alegreya Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #3f393c;
}
.colors-darkest .products-content__text {
  color: #fff;
}
.products-content__text > * {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .products-content__text {
    padding-top: 39px;
  }
}
@media (max-width: 767px) {
  .products-content__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 39px;
    padding-left: 20px;
    padding-right: 33px;
  }
}
.products-content__item {
  margin-bottom: 67px;
}

.products-content__container .row {
  padding-top: 32px;
}
.products-content__text + .row {
  padding-top: 0;
}
.logo_2 {
  top: 175px;
}
.logo_4 {
  top: 213px;
}
.banner-title {
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  max-width: 1210px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 5px 5px 11px #0000007a;
}
.font-large .banner-title {
  font-size: 110px;
}
.font-largest .banner-title {
  font-size: 120px;
}
@media (max-width: 1199px) {
  .banner-title {
    font-size: 78px;
  }

  .font-large .banner-title {
    font-size: 88px;
  }
  .font-largest .banner-title {
    font-size: 98px;
  }
}
@media (max-width: 767px) {
  .banner-title {
    font-size: 40px;
    line-height: 47px;
  }

  .font-large .banner-title {
    font-size: 50px;
  }
  .font-largest .banner-title {
    font-size: 60px;
  }
}
.blog-section {
  position: relative;
  padding-bottom: 112px;
}
@media (max-width: 991px) {
  .blog-section {
    padding-top: 50px;
  }
}
.blog {
  margin-top: -5px;
}
.blog__date {
  font-size: 22px;
}
.blog__date:before {
  content: "";
  position: absolute;
  background-color: #1ebd1e;
  top: 0.8rem;
  height: 2px;
  width: 20px;
  right: -2.4% !important;
}
@media (max-width: 991px) {
  .blog__date:before {
    right: -29px !important;
  }
}
.blog__content {
  padding: 0 8.1% 0 13.7%;
}
@media (max-width: 991px) {
  .blog__content {
    padding: 0;
    padding-right: 30px;
  }
}
.blog__content:before {
  right: 6.15%;
}
@media (max-width: 991px) {
  .blog__content:before {
    right: 0;
  }
}
.blog__inner {
  margin-top: 29px;
  margin-bottom: 29px;
}
.post-item__thumb {
  position: relative;
  padding-top: 45%;
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 11px;
}
@media (max-width: 575px) {
  .post-item__thumb {
    width: 60px;
    height: 60px;
    padding-top: 0;
    left: 0;
    top: 2px;
    position: absolute !important;
  }
}
.post-item__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-item__thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(120, 255, 120, 0.28);
  border-radius: 11px;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.post-item__title a {
  font-size: 15px;
  line-height: 100%;
  color: #100e0f;
  font-weight: 700;
}
.post-item__excerpt {
  font-size: 15px;
  line-height: 120%;
  color: #696767;
}
.read-more-wrap:before {
  display: none;
}
.colors-darkest .post-item__excerpt {
  color: #fff;
}
.colors-darkest .post-item__title a {
  color: #fff;
}
.colors-darkest .breadcrumb__inner {
  background: none;
}
.colors-darkest .breadcrumb span,
.colors-darkest .breadcrumb span a {
  color: #fff;
}
.font-large .blocks__title {
  font-size: 18px;
}
.font-large .blocks__text {
  font-size: 18px;
}
.font-large .tab_title-overlay {
  font-size: 30px;
  line-height: 1.2;
}
.font-large .breadcrumb span {
  font-size: 20px;
}
.font-largest .post-item__excerpt {
  line-height: 36px;
}
.font-largest .blocks__title {
  font-size: 20px;
}
.font-largest .blocks__text {
  font-size: 20px;
}
.font-largest .tab_title-overlay {
  font-size: 34px;
  line-height: 1.25;
}
.font-largest .breadcrumb span {
  font-size: 24px;
}
.read-more {
  font-family: "Cera PRO", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 49px;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  padding: 0 30px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #1aa31a;
  border: 2px solid #1aa31a;
  border-radius: 24px;
  padding-top: 2px !important;
  pointer-events: all;
  position: relative;
  top: 93px;
  cursor: pointer;
}
.read-more:before {
  display: none;
}
.def-content {
  position: relative;
}
.def-content .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.def-content__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.def-content .logo_1,
.def-content .logo_1 svg {
  position: absolute;
  left: -10px;
  width: 172px;
  height: 220px;
  opacity: 0.5;
  top: 13px;
}
.def-content .logo_2 {
  top: 252px;
  left: 43px;
}
.def-content .logo_3 {
  top: 134px;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
.def-content .logo_4 {
  top: 307px;
  -webkit-transform: rotate(-21deg);
  -ms-transform: rotate(-21deg);
  transform: rotate(-21deg);
}
@media (min-width: 992px) {
  .def-content .blocks__block .blocks__title {
    line-height: 1.33;
    margin-bottom: 22px;
  }
}
.blocks__slider_nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
  margin-bottom: -10px;
}
.blocks__slider_nav .slick-track .caption {
  margin-bottom: 10px;
}
.caption.active,
.caption.slick-current {
  border-bottom: 0;
  position: relative;
}
.caption.active:before,
.caption.slick-current:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1aa31a;
  position: absolute;
  bottom: 0;
  border-radius: 3px;
}
.bw-on .banner-tabs__title {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* swiper */
.about-content {
  overflow-x: hidden;
}
.about-company__gallery .swiper-container {
  width: 110%;
  height: 138px;
  margin: 0;
}

.about-company__gallery .swiper-button-next::after,
.fullscreen-overlay .swiper-button-next::after,
.about-company__gallery .swiper-button-prev::after,
.fullscreen-overlay .swiper-button-prev::after {
  content: " " !important;
}
.about-company__gallery .swiper-button-next,
.fullscreen-overlay .swiper-button-next,
.about-company__gallery .swiper-button-prev,
.fullscreen-overlay .swiper-button-prev {
  position: absolute;
  top: 50% !important;
  z-index: 50;
  background-repeat: no-repeat !important;
  background-size: contain;
  background-color: #d9d9d9;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0px 4px 4px 0px #00000040;
}
/* .about-company__gallery-fullscreen .swiper-button-next,
.about-company__gallery-fullscreen .swiper-button-prev {
  top: 54% !important;
} */

.about-company__gallery .swiper-button-next,
.fullscreen-overlay .swiper-button-next {
  left: unset !important;
}
.about-company__gallery .swiper-button-prev,
.about-company__gallery .swiper-button-next {
  display: none;
}

.fullscreen-overlay .swiper-button-prev,
.fullscreen-overlay .swiper-button-next {
  display: none;
}

.about-company__gallery .swiper-button-prev:hover,
.fullscreen-overlay .swiper-button-next:hover,
.about-company__gallery .swiper-button-next:hover,
.fullscreen-overlay .swiper-button-prev:hover {
  background-repeat: no-repeat !important;
  background-color: #748974 !important;
  transition: background-color 0.3s ease-in-out;
}
.about-company__gallery .swiper-button-prev:active,
.fullscreen-overlay .swiper-button-next:active,
.about-company__gallery .swiper-button-next:active,
.fullscreen-overlay .swiper-button-prev:active {
  background-color: #1aa31a !important;
  transition: background-color 0.3s ease-in-out;
}

.about-company__gallery .about-company-gallery__text-wrapper {
  display: none;
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.swiper-container-fullscreen {
  width: 100%;
  height: 315px;
}
.about-company__gallery .swiper-slide,
.fullscreen-overlay .swiper-slide {
  overflow: hidden;
}

.about-company__gallery .swiper-container .swiper-slide {
  cursor: pointer;
}

.swiper-slide .about-company-gallery__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 11px;
}
.about-company__gallery .swiper-slide img,
.about-company__gallery-fullscreen .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product__gallery-fullscreen .swiper-slide img {
  object-fit: contain;
}
.fullscreen-overlay .swiper-wrapper {
  align-items: center;
}
.about-company__gallery-fullscreen .about-company-gallery__image-wrapper {
  height: 75%;
}
.fullscreen-overlay .swiper-slide {
  /* opacity: 0;
  transition: opacity 0.3s ease-in-out, height 0.2s ease-in-out; */
  height: 100%;
}

.about-company__gallery-fullscreen
  .swiper-slide-active
  .about-company-gallery__text-wrapper,
.about-company__gallery-fullscreen
  .swiper-slide-next
  .about-company-gallery__text-wrapper,
.about-company__gallery-fullscreen
  .swiper-slide-prev
  .about-company-gallery__text-wrapper {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
}

.about-company__gallery-fullscreen
  .swiper-slide-active
  .about-company-gallery__text-wrapper
  .about-company-gallery__item-title,
.about-company__gallery-fullscreen
  .swiper-slide-next
  .about-company-gallery__text-wrapper
  .about-company-gallery__item-title,
.about-company__gallery-fullscreen
  .swiper-slide-prev
  .about-company-gallery__text-wrapper
  .about-company-gallery__item-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.about-company__gallery-fullscreen
  .swiper-slide-active
  .about-company-gallery__text-wrapper
  .about-company-gallery__item-description,
.about-company__gallery-fullscreen
  .swiper-slide-next
  .about-company-gallery__text-wrapper
  .about-company-gallery__item-description,
.about-company__gallery-fullscreen
  .swiper-slide-prev
  .about-company-gallery__text-wrapper
  .about-company-gallery__item-description {
  font-size: 15px;
  font-weight: 400;
}

/* .about-company__gallery-fullscreen .swiper-slide-next,
.about-company__gallery-fullscreen .swiper-slide-prev {
  transition: width 0.3s ease-in-out, height 0.2s ease-in-out;
  width: 16.24vw !important;
  opacity: 1;
  transform: translateY(40px) !important;
} */
.about-company__gallery {
  margin-bottom: 42px;
  margin-top: 43px;
  position: relative;
}

#closeFullscreenSwiper {
  position: absolute;
  top: calc(50% + 220px);
  right: 50%;
  background-color: #d9d9d9;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  transform: translateX(50%);
  box-shadow: 0px 4px 4px 0px #00000040;
}
#closeFullscreenSwiper:hover {
  background-color: #748974;
  transition: background-color 0.3s ease-in-out;
}

#closeFullscreenSwiper:active {
  background-color: #1aa31a;
  transition: background-color 0.3s ease-in-out;
}

#closeFullscreenSwiper svg {
  display: block;
}

.about__children-thumbs-pages-wrapper {
  display: none;
}

.about__mobile-slide.slick-slide {
  width: calc((100% - 52px) / 3);
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
  color: #b2b2b2;
  text-transform: uppercase;
  line-height: 1.25;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  display: flex;
  justify-content: center;
}
.font-large .about__mobile-slide.slick-slide {
  width: unset;
  font-size: 18px;
}
.font-largest .about__mobile-slide.slick-slide {
  font-size: 20px;
  width: unset;
}
.about__mobile-slide.slick-slide:hover span,
.about__mobile-slide.slick-slide:focus span,
.about__mobile-slide.slick-slide:active span,
.about__mobile-slide.slick-current span {
  color: #1aa31a;
  border-bottom: 2px solid #1aa31a;
}
.about__mobile-slider-wrapper .blocks__slider_nav .slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 26px;
}
.font-large .about__mobile-slider-wrapper .blocks__slider_nav .slick-track {
  gap: 14px;
}
.font-largest .about__mobile-slider-wrapper .blocks__slider_nav .slick-track {
  gap: 14px;
}
.about__mobile-slider-wrapper .blocks__slider_nav {
  padding-left: 0;
}
.about__mobile-slider-wrapper .blocks__slider_nav .slick-track {
  margin-bottom: 0;
}
.about__mobile-slider-wrapper .blocks__slider_nav .slick-track:before {
  display: none;
}
.about__mobile-slider-wrapper .blocks__slider_nav .slick-list {
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 600px) {
  .about-company__gallery .swiper-container {
    height: 238px;
  }
}
@media (min-width: 768px) {
  .about-content {
    overflow-x: auto;
  }
  .about-company__gallery .swiper-button-prev,
  .about-company__gallery .swiper-button-next {
    display: block;
    width: 35px !important;
    height: 35px !important;
  }
  .fullscreen-overlay .swiper-button-prev,
  .fullscreen-overlay .swiper-button-next {
    display: block;

    width: 40px !important;
    height: 40px !important;
  }
  .about-company__gallery-fullscreen
    .swiper-slide-next
    .about-company-gallery__text-wrapper,
  .about-company__gallery-fullscreen
    .swiper-slide-prev
    .about-company-gallery__text-wrapper {
    display: none;
  }
  .about-company__gallery-fullscreen
    .swiper-slide-active
    .about-company-gallery__text-wrapper
    .about-company-gallery__item-title {
    font-size: 25px;
  }
  .about-company__gallery-fullscreen
    .swiper-slide-active
    .about-company-gallery__text-wrapper
    .about-company-gallery__item-description {
    font-size: 20px;
  }

  .about-company__gallery .swiper-button-prev:hover {
    background-position: right 13px center;
  }
  .about-company__gallery .swiper-button-next:hover {
    background-position: left 13px center;
  }
  .about-company__gallery .swiper-button-next {
    right: 15px !important;
    background-position: left 13px center !important;
  }
  .about-company__gallery .swiper-button-prev {
    left: 15px !important;
    background-position: right 13px center !important;
  }
  .about-company__gallery {
    margin-bottom: 61px;
    margin-top: 47px;
  }
  .about-company__gallery .swiper-container {
    margin: 0 auto;
    width: 89%;
  }
  .about-company__gallery-fullscreen .about-company-gallery__image-wrapper {
    height: 168px;
  }
  .about-company__gallery-fullscreen
    .swiper-slide-active
    .about-company-gallery__image-wrapper {
    height: 78%;
  }
  .about-company__gallery-fullscreen
    .swiper-slide-active
    .about-company-gallery__text-wrapper,
  .about-company__gallery-fullscreen
    .swiper-slide-next
    .about-company-gallery__text-wrapper,
  .about-company__gallery-fullscreen
    .swiper-slide-prev
    .about-company-gallery__text-wrapper {
    margin-bottom: 23px;

    gap: 13px;
  }
  .swiper-container-fullscreen {
    width: 80vw;
    height: 63%;
  }
  .fullscreen-overlay .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s ease-in-out, height 0.2s ease-in-out;
    height: 40%;
  }

  .fullscreen-overlay .swiper-slide-next,
  .fullscreen-overlay .swiper-slide-prev {
    transition: width 0.3s ease-in-out, height 0.2s ease-in-out;
    width: 16.24vw !important;
    opacity: 1;
    transform: translateY(40px) !important;
  }
  .fullscreen-overlay .swiper-slide-active {
    opacity: 1;
    width: 45vw !important;
    height: 100%;
    transition: width 0.3s ease-in-out, height 0.2s ease-in-out;
  }
  .fullscreen-overlay .swiper-button-prev:hover {
    background-position: right 15px center;
  }
  .fullscreen-overlay .swiper-button-next:hover {
    background-position: left 15px center;
  }
  .fullscreen-overlay .swiper-button-next {
    background-position: left 15px center !important;
    right: 30px;
  }
  .fullscreen-overlay .swiper-button-prev {
    background-position: right 15px center !important;
    left: 30px;
  }
  #closeFullscreenSwiper {
    top: 88px;
    right: 69px;
    transform: unset;
  }
  .child-pages__row--3 .col-lg-3.about-content__item .img {
    height: 130px;
    padding-top: 0;
  }
  .post-item:hover .post-item__thumb:before {
    opacity: 1;
  }
  .breadcrumb .breadcrumb_last {
    position: relative;
    text-decoration: none;
  }
  .breadcrumb .breadcrumb_last:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #1aa31a;
  }

}
@media (min-width: 992px) {
  .about__mobile-slider-wrapper {
    display: none;
  }
  .about__children-thumbs-pages-wrapper {
    display: flex;
  }
}
@media (min-width: 1000px) {
  .about-company__gallery .swiper-button-prev,
  .about-company__gallery .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
  }
  .about-company__gallery-fullscreen .swiper-button-prev,
  .about-company__gallery-fullscreen .swiper-button-next {
    width: 59px !important;
    height: 59px !important;
  }
  .about-company__gallery .swiper-button-prev:hover {
    background-position: right 20px center;
  }
  .about-company__gallery .swiper-button-next:hover {
    background-position: left 20px center;
  }
  .about-company__gallery .swiper-button-next {
    background-position: left 20px center !important;
  }
  .about-company__gallery .swiper-button-prev {
    background-position: right 20px center !important;
  }

  .about-company__gallery-fullscreen .swiper-button-prev:hover {
    background-position: right 25px center;
  }
  .about-company__gallery-fullscreen .swiper-button-next:hover {
    background-position: left 25px center;
  }
  .about-company__gallery-fullscreen .swiper-button-next {
    background-position: left 25px center !important;
    right: 30px;
  }
  .about-company__gallery-fullscreen .swiper-button-prev {
    background-position: right 25px center !important;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .about-company__gallery-fullscreen .swiper-button-prev:hover {
    background-position: right 25px center;
  }
  .about-company__gallery-fullscreen .swiper-button-next:hover {
    background-position: left 25px center;
  }
  .about-company__gallery-fullscreen .swiper-button-next {
    background-position: left 25px center !important;
    right: 70px;
  }
  .about-company__gallery-fullscreen .swiper-button-prev {
    background-position: right 25px center !important;
    left: 70px;
  }
}

/*single page */
.single-product-page__desktop-anchor-links-wrapper {
  display: none;
}

.single-product-page__mobile-anchor-links-wrapper ul {
  display: flex;
  column-gap: 30px;
  row-gap: 10px;
  overflow-x: auto;
}
.single-product-page__mobile-anchor-links-wrapper ul li {
  white-space: nowrap;
}

.single-product-page__mobile-anchor-links-wrapper {
  margin-top: 34px;
}
.single-product-page__mobile-anchor-links-wrapper li {
  font-size: 14px;
  font-weight: 700;
  color: #8d8d8d;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
}
.font-large .single-product-page__mobile-anchor-links-wrapper li {
  font-size: 20px;
}
.font-largest .single-product-page__mobile-anchor-links-wrapper li {
  font-size: 24px;
}
.single-product-page__mobile-anchor-links-wrapper li:hover,
.single-product-page__mobile-anchor-links-wrapper li:active,
.single-product-page__mobile-anchor-links-wrapper li:focus {
  color: #1aa31a;
  border-bottom: 2px solid #1aa31a;
}

/*single product gallery swiper*/

.single-product-page__summary-wrapper .product-gallery-swiper {
  width: 100%;
  height: 218px;
  margin-bottom: 13.67px;
}
.single-product-page__summary-wrapper .thumbs-gallery-swiper {
  width: 100%;
  height: 64.06px;
}

.single-product-page__banner-wrapper .product-gallery-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  border: 1px solid #c4c4c4;
  border-radius: 11px;
  padding: 10px;
  transition: border 0.2s ease-in-out;
  cursor: pointer;
}
.single-product-page__banner-wrapper .product-gallery-swiper .swiper-slide img {
  transition: transform 0.3s ease-in-out;
}
.single-product-page__banner-wrapper
  .product-gallery-swiper
  .swiper-slide:hover
  img {
  transform: scale(1.4);
}

.single-product-page__summary-wrapper
  .product-gallery-swiper
  .swiper-slide:hover,
.single-product-page__summary-wrapper
  .product-gallery-swiper
  .swiper-slide:focus {
  border: 1px solid #1aa31a;
}

.single-product-page__summary-wrapper .thumbs-gallery-swiper .swiper-slide {
  cursor: pointer;
  padding: 8px;
  border: 1px solid #8d8d8d40;
  border-radius: 11px;
  transition: border 0.2s ease-in-out;
  display: flex;
  justify-content: center;
}
.single-product-page__summary-wrapper
  .thumbs-gallery-swiper
  .swiper-slide:hover,
.single-product-page__summary-wrapper
  .thumbs-gallery-swiper
  .swiper-slide:focus {
  border: 1px solid #1aa31a;
}
.single-product-page__summary-wrapper .swiper-slide img {
  height: 100%;
  width: auto;
}

.single-product-page__basic-info-wrapper {
  margin-top: 30px;
}
.single-product-page__no-recipe-wrapper {
  color: #1aa31a;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 10px;
}
.font-large .single-product-page__no-recipe-wrapper {
  font-size: 16px;
}
.font-largest .single-product-page__no-recipe-wrapper {
  font-size: 19px;
}
.single-product-page__no-recipe-wrapper.recipe{
  color: #DC3939;
}
.single-product-page__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}
.single-product-page__basic-info-content {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  color: black;
  margin-bottom: 28px;
}
.colors-darkest .single-product-page__basic-info-content {
  color: #fff;
}
.font-large .single-product-page__basic-info-content {
  font-size: 16px;
}
.font-largest .single-product-page__basic-info-content {
  font-size: 20px;
}
.single-product-page__button-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 21px;
}
.single-product-page__button-wrapper a {
  border-radius: 24px;
  background-color: #1aa31a;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #1aa31a;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  padding: 11px 20px;
  width: calc((100% - 21px) / 2);
  text-align: center;
}
.font-large .single-product-page__button-wrapper a {
  font-size: 16px;
}
.font-largest .single-product-page__button-wrapper a {
  font-size: 20px;
}
.product {
  margin-bottom: 39px;
}

.single-product-page__section {
  margin-top: 44px;
}
#single_product_related {
  padding-left: 15px;
}
.single-product-page__section > h2,
.single-product-page__section .h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: black;
  margin-bottom: 18px;
}
.single-product-page__section .h3 {
  text-align: center;
}
.colors-darkest .single-product-page__section > h2,
.colors-darkest .single-product-page__section .h3 {
  color: #fff;
}
.font-large .single-product-page__section > h2,
.font-large .single-product-page__section .h3 {
  font-size: 20px;
}
.font-largest .single-product-page__section > h2,
.font-largest .single-product-page__section .h3 {
  font-size: 24px;
}
.single-product-page__section .related .h3 {
  margin-bottom: 26px;
}
.single-product-page__section .related .catalog .img.centered {
  margin-bottom: 10px;
}
.single-product-page__section .related .catalog > div a {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: black;
  margin-bottom: 5px;
}
.colors-darkest .single-product-page__section .related .catalog > div a {
  color: #fff;
}
.font-large .single-product-page__section .related .catalog > div a {
  font-size: 18px;
}
.font-largest .single-product-page__section .related .catalog > div a {
  font-size: 22px;
}
.single-product-page__section .related .catalog > div p {
  font-size: 10px;
  color: #696767;
  font-weight: 400;
  line-height: 1.2;
}
.colors-darkest .single-product-page__section .related .catalog > div p {
  color: #fff;
}
.font-large .single-product-page__section .related .catalog > div p {
  font-size: 14px;
}
.font-largest .single-product-page__section .related .catalog > div p {
  font-size: 18px;
}
.single-product-page__inner-block > div:first-child {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 13px;
  align-items: center;
}

.single-product-page__inner-block {
  border-bottom: 1px solid #8d8d8d;
}

.single-product-page__inner-block > div:first-child h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21;
  margin-bottom: 0;
  text-transform: none;
}
.font-large .single-product-page__inner-block > div:first-child h3 {
  font-size: 18px;
}
.font-largest .single-product-page__inner-block > div:first-child h3 {
  font-size: 22px;
}

.single-product-page__inner-block p {
  font-size: 12px;
  color: black;
  line-height: 1.25;
}
.colors-darkest .single-product-page__inner-block p {
  color: #fff;
}
.font-large .single-product-page__inner-block p {
  font-size: 16px;
}
.font-largest .single-product-page__inner-block p {
  font-size: 20px;
}
.single-product-page__inner-block p:not(:last-child) {
  margin-bottom: 13px;
}
.single-product-page__section {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 1.26;
}
.colors-darkest .single-product-page__section {
  color: #fff;
}
.font-large .single-product-page__section {
  font-size: 18px;
}
.font-largest .single-product-page__section {
  font-size: 22px;
}
.single-product-page__section p:not(:last-child) {
  margin-bottom: 13px;
}
.single-product-page__instruction-links {
  display: none;
}
.single-product-page__section--banner {
  height: 165px;
  width: 100%;
  background: linear-gradient(267.09deg, #bce7bc 27.33%, #aad6df 102.63%);
  padding-top: 33px;
  padding-bottom: 33px;
}
.single-product-page__banner-content-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.single-product-page__banner-content-wrapper h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.04;
  color: white;
  text-shadow: 0px 4px 4px #00000040;
  max-width: 200px;
}
.font-large .single-product-page__banner-content-wrapper h3 {
  font-size: 28px;
}
.font-largest .single-product-page__banner-content-wrapper h3 {
  font-size: 32px;
}
@media (min-width: 420px) {
  .single-product-page__banner-content-wrapper {
    gap: 60px;
  }
  .single-product-page__banner-content-wrapper h3 {
    max-width: unset;
  }
}

.single-product-page__banner-content-wrapper a {
  font-size: 14px;
  font-weight: 700;
  color: #1aa31a;
  border-bottom: 1px solid #1aa31a;
}
.font-large .single-product-page__banner-content-wrapper a {
  font-size: 18px;
}
.font-largest .single-product-page__banner-content-wrapper a {
  font-size: 22px;
}
.single-product-page__banner-text > div {
  display: flex;
  gap: 5px;
  align-items: center;
}
.single-product-page__banner-image-wrapper {
  width: 111px;
}
.single-product-page__banner-image-wrapper img {
  width: 100%;
  height: auto;
}
.single-product-page__section .accordion-title.active h3 {
  color: #1aa31a;
}
.single-product-page__section .related .swiper-button-prev,
.single-product-page__section .related .swiper-button-next {
  display: none;
}

.single-product-page__instruction-sticky-button-wrapper {
  width: 59px;
  height: 59px;
  position: fixed;
  bottom: 50px;
  right: 15px;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: opacity 0.2s ease-in-out;
}
.single-product-page__instruction-sticky-button-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #748974;
  border: none;
  cursor: pointer;
  padding: 0;
}
.single-product-main {
  position: relative;
}

/* error page*/
.error-section {
  padding-top: 102px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 83px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.error-section__image-wrapper {
  width: 79px;
  margin-bottom: 21px;
}
.error-section__image-wrapper img {
  width: 100%;
}
.error-section__content-wrapper h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.32;
  color: white;
  max-width: 250px;
  margin-bottom: 21px;
}
.error-section__content-wrapper p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  color: white;
  max-width: 250px;
  margin-bottom: 21px;
}
.error-section__content-wrapper a {
  width: 218px;
  background-color: #1aa31a;
  border-radius: 24px;
  border: 1px solid #1aa31a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 600px) {
  .single-product-page__summary-wrapper .thumbs-gallery-swiper {
    height: 120px;
  }
  .single-product-page__basic-info-content {
    font-size: 14px;
  }
  .font-large .single-product-page__basic-info-content {
    font-size: 18px;
  }
  .font-largest .single-product-page__basic-info-content {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .single-product-page__mobile-anchor-links-wrapper {
    display: none;
  }
  .single-product-page__desktop-anchor-links-wrapper {
    display: block;
    margin-bottom: 40px;
  }
  .single-product-page__desktop-anchor-links-wrapper > ul {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
  }
  .single-product-page__desktop-anchor-links-wrapper > ul > li {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.53;
    color: #8d8d8d;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .colors-darkest .single-product-page__desktop-anchor-links-wrapper > ul > li {
    color: #fff;
  }
  .single-product-page__desktop-anchor-links-wrapper > ul > li:active,
  .single-product-page__desktop-anchor-links-wrapper > ul > li:hover,
  .single-product-page__desktop-anchor-links-wrapper > ul > li:focus {
    color: #1aa31a;
    border-bottom: 2px solid #1aa31a;
  }
  .single-product-page__basic-info-content {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .font-large .single-product-page__basic-info-content {
    font-size: 20px;
  }
  .font-largest .single-product-page__basic-info-content {
    font-size: 24px;
  }
  .single-product-page__no-recipe-wrapper {
    font-size: 17px;
    line-height: 1.53;
  }
  .font-large .single-product-page__no-recipe-wrapper {
    font-size: 20px;
  }
  .font-largest .single-product-page__no-recipe-wrapper {
    font-size: 23px;
  }
  .single-product-page__title {
    font-size: 47px;
    line-height: 1.25;
    margin-bottom: 32px;
  }
  .single-product-page__banner-wrapper {
    display: flex;
    gap: 35px;
    justify-content: space-between;
  }
  .single-product-page__summary-wrapper {
    flex: 0.3;
    max-width: 400px;
    /* max-width: 369px; */
  }
  .single-product-page__basic-info-wrapper {
    /* flex: 0.54; */
    flex: 0.7;
  }

  .single-product-page__summary-wrapper .flex-control-thumbs {
    gap: 23px;
  }

  .single-product-page__summary-wrapper .thumbs-gallery-swiper {
    height: 75px;
  }

  .single-product-page__banner-wrapper .product-gallery-swiper {
    margin-bottom: 16px;
    height: 256px;
  }
  .single-product-page__banner-wrapper .product-gallery-swiper .swiper-slide {
    padding: 25px;
  }
  .single-product-page__basic-info-wrapper {
    margin-top: 0;
  }
  .product {
    margin-bottom: 64px;
  }
  .single-product-page__section > h2,
  .single-product-page__section .h3 {
    font-size: 22px;
    margin-bottom: 23px;
  }
  .font-large .single-product-page__section > h2,
  .font-large .single-product-page__section .h3 {
    font-size: 26px;
  }
  .font-largest .single-product-page__section > h2,
  .font-largest .single-product-page__section .h3 {
    font-size: 30px;
  }
  .single-product-page__button-wrapper {
    gap: 31px;
  }
  .single-product-page__button-wrapper a {
    font-size: 18px;
    line-height: 1;
    padding: 15px 30px;
  }
  .font-large .single-product-page__button-wrapper a {
    font-size: 22px;
  }
  .font-largest .single-product-page__button-wrapper a {
    font-size: 26px;
  }

  .single-product-page__section {
    margin-top: 64px;
    font-size: 16px;
  }
  .font-large .single-product-page__section {
    font-size: 20px;
  }
  .font-largest .single-product-page__section {
    font-size: 24px;
  }

  .single-product-page__section p:not(:last-of-type) {
    margin-bottom: 18px;
  }
  .banner.product.container {
    padding-bottom: 0;
  }

  .single-product-page__section-content > h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .font-large .single-product-page__section-content > h3 {
    font-size: 24px;
  }
  .font-largest .single-product-page__section-content > h3 {
    font-size: 28px;
  }
  .single-product-page__inner-block > div:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-product-page__inner-block > div:first-child h3 {
    font-size: 20px;
  }
  .font-large .single-product-page__inner-block > div:first-child h3 {
    font-size: 24px;
  }
  .font-largest .single-product-page__inner-block > div:first-child h3 {
    font-size: 28px;
  }
  .single-product-page__inner-block > div:first-child svg {
    display: none;
  }

  .single-product-page__inner-block {
    margin-top: 18px;
    padding-bottom: 18px;
  }
  .single-product-page__inner-block p {
    font-size: 16px;
  }
  .font-large .single-product-page__inner-block p {
    font-size: 20px;
  }
  .font-largest .single-product-page__inner-block p {
    font-size: 24px;
  }

  .single-product-page__inner-block p:first-of-type {
    margin-top: 10px;
  }
  .product-instruction-block .single-product-page__inner-block {
    border-bottom: none;
    margin-top: 23px;
    padding-bottom: 0;
  }
  .product-instruction-block .single-product-page__inner-block p:first-of-type {
    margin-top: 0;
  }

  .single-product-page__instruction-links {
    display: block;
    margin-top: 37px;
    margin-bottom: 25px;
    padding-left: 15px;
  }
  .single-product-page__instruction-links ul {
    column-count: 2;
    column-gap: 83px;
    font-size: 16px;
    font-weight: 700;
    color: #1aa31a;
    list-style: disc;
    line-height: 1.25;
    column-rule-width: 308px;
  }
  .font-large .single-product-page__instruction-links ul {
    font-size: 20px;
  }
  .font-largest .single-product-page__instruction-links ul {
    font-size: 24px;
  }
  .single-product-page__instruction-links ul a {
    cursor: pointer;
    border-bottom: none;
    transition: border-bottom 0.1s ease;
  }
  .single-product-page__instruction-links ul a:hover {
    border-bottom: 1.5px solid #1aa31a;
  }

  .single-product-page__section--banner {
    padding: 0;
    height: 194px;
    background: linear-gradient(270.22deg, #c4e5c0 8.31%, #b4d5dc 100.22%);
  }
  .single-product-page__banner-content-wrapper {
    gap: 200px;
  }
  .single-product-page__banner-content-wrapper h3 {
    font-size: 40px;
    margin-bottom: 15px;
    max-width: unset;
  }
  .font-large .single-product-page__banner-content-wrapper h3 {
    font-size: 44px;
  }
  .font-largest .single-product-page__banner-content-wrapper h3 {
    font-size: 48px;
  }

  .single-product-page__banner-content-wrapper a {
    font-size: 14px;
  }
  .font-large .single-product-page__banner-content-wrapper a {
    font-size: 18px;
  }
  .font-largest .single-product-page__banner-content-wrapper a {
    font-size: 22px;
  }
  .single-product-page__banner-image-wrapper {
    height: 70%;
    width: auto;
  }

  .product-instruction-block .accordion-toggle {
    display: block;
  }

  .product-instruction-block .accordion-title.active h3 {
    color: black;
  }
  .colors-darkest .product-instruction-block .accordion-title.active h3 {
    color: #fff;
  }
  .single-product-page__section .accordion-title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-product-page__section .accordion-toggle {
    padding-bottom: 0;
  }
  .product-instruction-block .accordion-title:after {
    display: none;
  }
  .single-product-page__section .related .h3 {
    margin-bottom: 39px;
  }
  .single-product-page__section .related .catalog .img.centered {
    margin-bottom: 13px;
  }
  .single-product-page__section .related .catalog > div p {
    font-size: 12px;
    line-height: 1.25;
  }
  .font-large .single-product-page__section .related .catalog > div p {
    font-size: 16px;
  }
  .font-largest .single-product-page__section .related .catalog > div p {
    font-size: 20px;
  }
  .single-product-page__section .related .swiper-button-prev,
  .single-product-page__section .related .swiper-button-next {
    display: flex;
    background-color: transparent !important;
  }
  .single-product-page__section .related .swiper-button-next svg path,
  .single-product-page__section .related .swiper-button-prev svg path {
    fill: #b2b2b2;
    transition: fill 0.3s ease-in-out;
  }
  .single-product-page__section .related .swiper-button-next:hover svg path,
  .single-product-page__section .related .swiper-button-next:active svg path,
  .single-product-page__section .related .swiper-button-prev:hover svg path,
  .single-product-page__section .related .swiper-button-prev:active svg path {
    fill: #1aa31a;
  }
  .single-product-page__instruction-sticky-button-wrapper {
    right: 25px;
  }
  /* error page*/
  .error-section {
    padding-top: 140px;
    padding-right: 319px;
    padding-bottom: 141px;
    padding-left: 166px;
  }
  .error-section > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .error-section__image-wrapper {
    width: 129px;
    order: 2;
    margin-bottom: 0;
    margin-left: 200px;
  }
  .error-section__content-wrapper h1 {
    font-size: 40px;
    line-height: 1.32;
    max-width: unset;
    margin-bottom: 13px;
    max-width: 500px;
  }
  .error-section__content-wrapper p {
    font-size: 20px;
    margin-bottom: 27px;
    max-width: 500px;
  }
  .error-section__content-wrapper a {
    font-size: 18px;
    padding: 15px 16px 15px 44px;
    gap: 18px;
  }
}

/*header*/
header > .container {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 20;
  max-width: unset;
  background-color: white;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.header-nav-menu li {
  opacity: 1;
  line-height: 1;
  margin-top: 0;
  visibility: visible;
  pointer-events: all;
  width: auto;
  height: auto;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    opacity 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
}
.font-large .header-nav-menu ul li a {
  line-height: 1.2;
}
.header-nav-menu li > a {
  color: #100e0f;
  transition: color 0.3s ease;
}
.header-nav-menu li.open {
  margin-top: 0;
}

.header-nav-menu li:hover > a,
.header-nav-menu li:focus > a {
  color: #100e0f;
  transition: color 0.3s ease;
  cursor: default;
}
.header-nav-menu__submenu > li.header-nav-menu__item:hover > a,
.header-nav-menu__submenu > li.header-nav-menu__item:focus > a {
  color: #100e0f;
  cursor: default;
  transition: color 0.3s ease;
}

.header-nav-menu__submenu li:hover > a,
.header-nav-menu__submenu li:focus > a {
  cursor: pointer;
  color: #1aa31a;
  transition: color 0.3s ease;
}
.header-nav-menu .header-nav-menu__first-row:hover > a,
.header-nav-menu .header-nav-menu__first-row:focus > a {
  color: #100e0f;
  transition: color 0.3s ease;
}
.colors-darkest .header-nav-menu .header-nav-menu__first-row:hover > a,
.colors-darkest .header-nav-menu .header-nav-menu__first-row:focus > a {
  color: #fff;
  transition: color 0.3s ease;
}
.header-nav-menu .header-nav-menu__first-row > a {
  cursor: pointer;
}
.colors-darkest .header-nav-menu .header-nav-menu__first-row > a:hover,
.colors-darkest .header-nav-menu .header-nav-menu__first-row > a:focus,
.header-nav-menu .header-nav-menu__first-row > a:hover,
.header-nav-menu .header-nav-menu__first-row > a:focus {
  cursor: pointer;
  color: #1aa31a;
  transition: color 0.3s ease;
}

.header-nav-menu__item > .header-nav-menu__back-button {
  opacity: 0;
  display: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
  width: 1px;
  height: 1px;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    opacity 0.1s ease-in-out;
}
.header-nav-menu__item--about-company {
  order: 5;
}

.header-nav-menu__submenu {
  margin-top: 14px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  width: auto;
  height: auto;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    opacity 0.1s ease-in-out;
}

nav .header-nav-menu__submenu > li a {
  font-size: 16px;
  font-weight: 500;
}
nav .header-nav-menu__submenu--submenu > li a {
  font-size: 14px;
  font-weight: 400;
}
.header-nav-menu__main-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 35px;
}

.search-icon-wrapper {
  width: 16.12px;
  height: 18px;
}
.search-icon-wrapper svg {
  width: 16.12px;
  height: 18px;
}
.header-nav-menu__first-row a {
  display: block;
}
.header-nav-menu__first-row a:not(:last-child) {
  margin-bottom: 20px;
}
.header-nav-menu__only-mobile-item {
  display: none;
}

.header-nav-menu__item--about-company > .header-nav-menu__submenu {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .header-nav-menu__item--about-company > .header-nav-menu__submenu {
    gap: 20px;
  }
}
nav ul.header-nav-menu__submenu--submenu > li:first-child {
  margin-top: 16px;
}
.header-nav-menu__submenu--submenu {
  margin-top: 2px;
}
@media (min-width: 993px) {
  a.disable-desktop-link {
    cursor: default;
    pointer-events: none;
  }
  a.disable-desktop-link:hover,
  a.disable-desktop-link:focus,
  a.disable-desktop-link:visited {
    color: #100e0f;
  }

  .colors-darkest a.disable-desktop-link:visited,
  .colors-darkest a.disable-desktop-link:hover,
  .colors-darkest a.disable-desktop-link:focus {
    color: #fff;
  }
}
@media (max-width: 992px) {
  .search-icon-wrapper {
    width: 20.07px;
    height: 22.41px;
  }
  .search-icon-wrapper svg {
    width: 20.07px;
    height: 22.41px;
  }
  .header-nav-menu__submenu {
    margin-top: 0;
  }
  .open > .header-nav-menu__submenu {
    margin-top: 27px;
  }
  .header-nav-menu__submenu .open > .header-nav-menu__submenu {
    margin-top: 23px;
  }
  .open.inner-tab-open > .header-nav-menu__submenu {
    margin-top: 0;
  }
  .header-nav-menu__submenu.visually-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 1px;
    height: 1px;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      opacity 0.1s ease-in-out;
  }

  .header-nav-menu__submenu
    .header-nav-menu__item.open
    > .header-nav-menu__back-button {
    margin-bottom: 17px;
  }
  .header-nav-menu__item.open:hover > a {
    color: #100e0f;
  }

  .header-nav-menu__item.inner-tab-open.open > .header-nav-menu__link-wrapper,
  .header-nav-menu__item.inner-tab-open.open > button {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 1px;
    height: 1px;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      opacity 0.1s ease-in-out;
  }

  .header-nav-menu__item.open > .header-nav-menu__back-button {
    display: block;
    cursor: pointer;
    margin-bottom: 22px;

    opacity: 1;
    visibility: visible;
    pointer-events: all;
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #748974;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      opacity 0.1s ease-in-out;
    padding: 0;
  }

  .header-nav-menu li.visually-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 1px;
    height: 1px;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      opacity 0.1s ease-in-out, margin-bottom 0.3s ease-in-out;
    margin-bottom: 0;
  }
  .header-nav-menu__main-list {
    display: block;
  }
  .header-nav-menu__main-list > li:not(:last-child) {
    margin-bottom: 32px;
  }
  .header-nav-menu__main-list > li.visually-hidden:not(:last-child) {
    margin-bottom: 0;
  }
  .header-nav-menu__first-row > a {
    display: none;
  }
  .header-nav-menu__first-row > a.header-nav-menu__main-link {
    display: block;
  }
  .header-nav-menu__only-mobile-item {
    display: block;
  }
  .header-nav-menu li:hover > a,
  .header-nav-menu li:focus > a {
    color: #1aa31a;
    transition: color 0.1s ease;
  }

  .header-nav-menu__submenu li:focus > a {
    color: #100e0f;
  }

  .header-nav-menu .header-nav-menu__first-row > a:focus {
    color: #100e0f;
  }

  .header-nav-menu__item--about-company {
    margin-left: 0;
  }
  .header-nav-menu__item--about-company > .header-nav-menu__submenu {
    display: block;
  }
  nav ul.header-nav-menu__submenu > li:not(:last-child) {
    margin-bottom: 20px;
  }

  nav ul.header-nav-menu__submenu--submenu > li:not(:last-child) {
    margin-bottom: 10px;
  }
  nav ul.header-nav-menu__submenu > li.visually-hidden:not(:last-child) {
    margin-bottom: 0;
  }

  header > .container {
    position: relative;
    width: 100%;
    max-width: inherit;
    box-shadow: none;
  }
}
.bw-on .hero_wrap {
  filter: grayscale(100%);
}
