@import "../fonts/Roboto/stylesheet.css";
@import "ui-kit.css";

.header {
    width: 100%;
    transition: transform 0.6s ease;
    position: fixed;
    z-index: 99;
    background: white;
top: 0;
}

.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.header-hidden {
  transform: translateY(-100%);
}

.header-visible {
  transform: translateY(0);
}

.header-inner {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-links {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-nav {
  height: 100%;
  display: flex;
  grid-gap: 68px;
  margin-right: 60px;
  align-items: center;
  position: relative;
}

.basket.buy-btn {
  display: none;
}

.burger {
  display: none;
}

.header-nav a {
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.header-nav a:hover::before {
  top: 0;
  opacity: 1;
  transition: all 0.2s ease;
}

.header-nav a::before {
  top: -4px;
  opacity: 0;
  transition: all 0.2s ease;
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  left: -5px;
  height: 4px;
  background: var(--green);
}

.header-nav a span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #000;
}

.buy-btn {
  margin-right: 32px;
  border: 1.5px solid rgba(109, 128, 69, 1);
  border-radius: 57px;
  padding: 9px 30px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease;
}

.buy-btn span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #000;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}

.header-phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease;
}

.header-phone:hover {
  color: var(--green);
  transition: all 0.2s ease;
}

.section-1 .swiper-mp-section1 {
  display: flex;
  position: relative;
  width: 100%;
}

.section-1 .swiper-mp-section1 .swiper-slide {
  min-height: 630px;
}

.section-1 .swiper-mp-section1 .left {
  width: 560px;
  position: absolute;
  z-index: 3;
  background: #fff;
  top: 100px;
  padding: 50px 30px 40px 0;
  min-height: 410px;
}

.section-1 .swiper-mp-section1 .right {
  width: 671px;
  min-height: 624px;
  position: relative;
  float: right;
}

.section-1 .slide-img {
  position: absolute;
  left: 0;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

.section-1 .slide-img-1 {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 458px;
  height: 574px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

.section-1 .slide-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.slide-text-content .slide-title {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.slide-text-content .slide-subtitle {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 25px;
}

.slide-text-content .slide-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.slide-btns {
  margin-top: 35px;
  display: flex;
  grid-gap: 18px;
}

.swiper-mp-section1 .pagination-mp-1 {
  position: absolute;
  right: 10px;
  bottom: 20px;
  left: auto;
  display: flex;
  grid-gap: 10px;
  justify-content: flex-end;
}

.pagination-mp-1 .outline-bullet {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  opacity: 1;
}

.pagination-mp-1 .outline-bullet.swiper-pagination-bullet-active {
  border: 1.5px solid var(--green);
}

.pagination-mp-1 .swiper-pagination-bullet span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #000;
}

.section-1 {
  overflow: hidden;
}

.swiper-mp-section1 .swiper-slide {
  opacity: 0 !important;
}

/* .swiper-mp-section1 .swiper-wrapper {
  height: 630px;
} */

.swiper-mp-section1,
.swiper-mp-section1 .swiper-wrapper,
.swiper-mp-section1 .swiper-wrapper .swiper-slide {
  overflow: visible;
}

.swiper-mp-section1 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.section-2 {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.section-2-inner {
  display: inline-block;
  animation: scroll 10s linear infinite;
}

.section-2-inner .mob {
  display: none;
}

.section-2-inner svg {
  margin-right: 50px;
}

@keyframes scroll {
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.section-3 {
  margin-top: 110px;
}

.section-3-inner {
  display: flex;
  grid-gap: 70px;
  justify-content: space-between;
  align-items: center;
}

.section-3 .left {
  min-width: 50%;
}

.section-3 .section-title {
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  text-transform: uppercase;
}

.section-3 .section-subtitle {
  margin-top: 5px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-3 hr {
  width: 77px;
  height: 4px;
  background: var(--green);
  border: none;
  margin: 30px 0 50px 0;
}

.text * {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.text p {
  margin-bottom: 10px;
}

.text p:last-child {
  margin-bottom: 0;
}

.section-4 {
  margin-top: 65px;
}

.section-4 .items {
  display: flex;
  grid-gap: 30px;
  justify-content: space-between;
}

.section-4 .item {
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 60px 0;
  width: 100%;
  border-bottom: 4px solid rgba(217, 217, 217, 1);
}

.section-4 .item:hover .icon,
.section-4 .item:hover {
  transition: all 0.2s ease;
  border-color: var(--green);
}

.section-4 .item .icon {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(208, 211, 209, 1);
  transition: all 0.2s ease;
  height: 82px;
  width: 82px;
  border-radius: 50%;
}

.section-4 .item .item-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.section-4 .item .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.section-5 {
  margin-top: 170px;
  padding-bottom: 40px;
}

.section-5 .items {
  display: flex;
  flex-direction: column;
  grid-gap: 100px;
}

.section-5 .item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.section-5 .main-content {
  min-height: 454px;
  padding-left: 35%;
  position: relative;
  display: flex;
  align-items: center;
}

.section-5 .main-img {
  position: absolute;
  right: -220px;
  bottom: 0;
  top: 0;
  left: auto;
  z-index: 0;
}

.section-5 .reversed .main-img {
  right: auto;
  left: -220px;
}

.section-5 .main-img .mob {
  display: none;
}

.section-5 .sec-img {
  position: absolute;
  left: 0;
  bottom: -125px;
  right: auto;
  z-index: 0;
}

.section-5 .reversed .sec-img {
  right: 0;
  left: auto;
}

.section-5 .item-2 .sec-img {
  right: -70px;
}

.section-5 .item-3 .sec-img {
  left: 45px;
  bottom: -100px;
}

.section-5 .item-4 .sec-img {
  right: -60px;
  bottom: -100px;
}

.section-5 .main-content-inner {
  z-index: 2;
  position: relative;
}

.section-5 .sub-items {
  margin-top: 30px;
  display: flex;
  grid-gap: 25px;
  padding-left: 35%;
}

.section-5 .sub-items-mobile {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  grid-gap: 25px;
  flex-direction: column;
}

.section-5 .reversed .sub-items {
  padding-left: 0;
}

.section-5 .sub-item {
  display: flex;
  grid-gap: 8px;
}

.section-5 .sub-item span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.section-5 .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.section-5 .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 25px;
}

.section-5 .btns {
  display: flex;
  grid-gap: 20px;
}

.section-6 {
  margin-top: 130px;
  height: 800px;
}

.section-6 .section-title {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-6 .title-hr {
  margin: 25px 0 85px 0;
  width: 75px;
  height: 4px;
  border: none;
  background-color: var(--green);
}

.section-6 .slide-content {
  min-height: 219px;
}

.section-6 .slide-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-6 .slide-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.section-6 .slide-hr {
  background-color: rgba(217, 217, 217, 1);
  height: 4px;
  position: relative;
  width: calc(100% + 20px);
  border: none;
  margin: 18px 0;
}

.section-6 .swiper-slide-active .slide-hr {
  background-color: var(--green);
}

/* 
.section-6 .swiper-slide {
  width: 270px !important;
} */

.section-6 .slide-img {
  width: 100%;
  height: 181px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section-6 .slide-img img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.section-6 .articles-swiper {
  width: 270px;
  margin-left: 0;
}

.section-6 .articles-swiper,
.section-6 .swiper-wrapper {
  overflow: visible;
}

.section-6 .swiper-slide {
  transition: all 0.6s ease;
  outline: none;
  text-decoration: none;
  color: #000;
}

.section-6 .slide-img {
  transition: all 0.6s ease;
}

.section-6 .swiper-slide:not(.swiper-slide-active) .slide-hr {
  width: calc(100% + 40px);
  left: -20px;
}

.section-6 .swiper-slide.swiper-slide-active .slide-hr {
  width: 100%;
}

.section-6 .swiper-slide.swiper-slide-active .slide-img {
  width: 100%;
  height: 310px;
}

.section-7 {
  background-color: rgba(242, 242, 242, 1);
  margin-top: 50px;
  padding: 90px 0;
}

.section-7 .section-7-inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 45px;
}

.section-7 .right {
    width: 100%;
}

.section-7 .left {
  display: flex;
  flex-direction: column;
}

.section-7 .section-title {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-7 hr {
  margin: 25px 0 35px 0;
  width: 75px;
  height: 4px;
  background-color: var(--green);
  border: none;
}

.section-7 .rating {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 35px;
}

.section-7 .rating-number {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.section-7 .rating-stars {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}

.section-7 .review {
  display: flex;
  grid-gap: 5px;
}

.section-7 .irecommend {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #000;
}

.section-7 .irecommend a {
  color: #000;
  text-decoration: underline;
  outline: none;
}

.section-7 .review span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.section-7 .items .swiper-wrapper {
  display: flex;
  flex-direction: column;
  grid-gap: 35px;
}

.section-7 .item {
  max-width: 755px;
  width: 100%;
  background-color: #fff;
  padding: 38px 61px 38px 43px;
  display: flex;
  flex-direction: column;
}

.section-7 .r1 {
  display: flex;
  width: 100%;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 10px;
}

.section-7 .name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  min-width: 120px;
}

.section-7 .r1 .stars {
  display: flex;
  align-items: center;
  grid-gap: 3px;
}

.section-7 .r2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(141, 143, 144, 1);
  margin-bottom: 20px;
}

.section-7 .r3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.section-8 {
  /* background-image: url(../images/section-8.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  position: relative;
  overflow: hidden;
}

.section-8::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 0;
}

.section-8 .container *,
.section-8 .container .section-title, 
.section-8 .container hr {
    z-index: 1 !important;
    position: relative;
}

video, .fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: no-repeat;
  background-size: cover;
}

.fallback {
  display: none;
}

video:invalid + .fallback {
  display: block;
}

video[error] + .fallback {
  display: block;
}

video:not([error]):not(:invalid) + .fallback {
  display: none;
}

.section-8 .section-8-inner {
  padding: 140px 0;
}

.section-8 .section-title {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-8 hr {
  height: 4px;
  width: 75px;
  border: none;
  background-color: var(--green);
  margin: 25px 0 35px 0;
}

.section-8 .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: none;
}

.section-8 .links {
  margin-top: 35px;
  display: flex;
  align-items: center;
  grid-gap: 25px;
}

.section-8 .links a {
  text-decoration: none;
  outline: none;
}

.footer .top {
  background-color: rgba(242, 242, 242, 1);
}

.footer a:hover {
  color: var(--green);
}

.footer .top-inner {
  padding: 45px 0 75px 0;
  display: flex;
}

.footer .col-1 {
  display: flex;
  flex-direction: column;
  grid-gap: 35px;
  margin-right: 50px;
}

.footer .footer-logo .mob {
  display: none;
}

.footer .col-2 {
  margin-right: 53px;
}

.footer .col-3 {
  margin-right: 168px;
}

.footer .footer-phone {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  outline: none;
  color: #000;
}

.footer .footer-worktime {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.footer .footer-callback-btn {
  display: none;
  background: transparent !important;
}

.footer .footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.footer .col-nav {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.footer .col-items {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.footer .item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  outline: none;
}

.footer .xyz {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}

.footer .col-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer .bottom {
  background-color: var(--green);
}

.footer .bottom-inner {
  height: 42px;
  display: flex;
  grid-gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.footer .bottom span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.footer .bottom a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  outline: none;
}

.breadcrumbs {
  background-color: rgba(242, 242, 242, 1);
  color: #8d8f90;
}
.breadcrumbs-inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
  grid-gap: 5px;
  flex-wrap: wrap;
}
.breadcrumbs-inner a {
  text-decoration: none;
  color: rgba(141, 143, 144, 1);
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}
.breadcrumbs-inner a:not(.current):hover {
  color: var(--green);
  transition: all 0.4s ease;
}
.breadcrumbs-inner .current {
  user-select: none;
  cursor: default;
  pointer-events: none;
  color: #000;
}
.inner-page-header {
  margin-bottom: 55px;
}
.inner-page-header .page-title {
  margin-top: 55px;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}
.article-page .left p,
.article-page .left li {
  font-size: 14px;
    line-height: 22px;
}
.article-page .left a:hover {
  text-decoration: underline;
}
.article-page .left a {
  color: #6D8045;
}
.products-page .page-content .product-items {
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 22px;
}
.products-page .page-content .product-items .item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  background-color: #fff;
  color: #000;
  position: relative;
  height: 100%;
  padding-bottom: 90px;
}
.products-page .page-content .product-items .item:hover .item-title {
  transition: all 0.4s ease;
  color: var(--green);
}
.products-page .page-content .product-items .item:hover .item-btn {
  transition: all 0.4s ease;
  border-color: var(--green);
}
.products-page .page-content .product-items .item .item-img {
  width: 100%;
  height: 367px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(242, 242, 242, 1);
}
.products-page .page-content .product-items .item .item-img img {
  transition: all .4s ease;
  position: absolute;
  height: 90%;
  width: auto;
  object-fit: fill;
}
.products-page .page-content .product-items .item:hover .item-img img:first-child {
    transform: translateX(100%);
    opacity: 0;
}
.products-page .page-content .product-items .item:hover .item-img img:last-child {
    transform: translateX(0);
    opacity: 1;
}
.products-page .page-content .product-items .item .item-img img:last-child {
    opacity: 0;
    transform: translateX(-100%);
}
.products-page .page-content .product-items .item .item-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.products-page .page-content .product-items .item .item-title {
  font-size: 17px;
  /*font-weight: 700;*/
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  margin-bottom: 15px;
}
.products-page .page-content .product-items .item .item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
 .products-page .page-content .product-items .item .item-btn {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  width: auto;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  border: 1.5px solid black;
  transition: all 0.4s ease;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
} 

.product-page .page-content {
  overflow: hidden;
}
.section-5 {
    max-width: 100vw;
    overflow: hidden;
}
.product-page .product-hero {
  display: flex;
  grid-gap: 60px;
}

.product-page .product-hero .left {
  background-color: #f2f2f2;
  overflow: hidden;
  min-width: 65%;
  position: relative;
}

.product-page .product-hero .left .hero-cert {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
}

.product-img-swiper-button-prev,
.product-img-swiper-button-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.4s ease;
}

.product-img-swiper-button-prev {
  left: 10px;
}

.product-img-swiper-button-next {
  right: 10px;
}

.product-page .product-hero .left .product-img-swiper-wrapper {
  align-items: center;
}

.product-page .product-hero .left .product-img-swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-page .product-hero .left .product-img-swiper .swiper-slide img {
  width: 80%;
  object-fit: cover;
}

.product-img-swiper-thumbs {
  position: absolute;
  z-index: 5;
  left: 20px;
  bottom: 20px;
  width: 100px;
  height: 350px;
}

.product-img-swiper-thumbs .swiper-slide {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  width: 106px;
}

.product-img-swiper-thumbs .swiper-slide img {
  width: 80%;
  object-fit: cover;
}

.product-page .product-hero .right .product-hero-stars {
  display: flex;
  align-items: center;
  grid-gap: 13px;
  margin-bottom: 20px;
}

.product-page .product-hero .right .product-hero-stars .stars {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}

.product-page .product-hero .right .product-hero-stars .text {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  position: relative;
  top: 2px;
}

.product-page .product-hero .right .product-hero-stars .text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.product-page .product-hero .right .product-hero-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 35px;
}

.product-page .product-hero .right .mob-reverse {
  display: flex;
  flex-direction: column;
  grid-gap: 35px;
  margin-bottom: 35px;
}

.product-page .product-hero .right .mob-reverse .hero-items {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}

.product-page .product-hero .right .mob-reverse .hero-items .hero-item {
  display: flex;
  grid-gap: 8px;
  align-items: flex-start;
}

.product-page
  .product-hero
  .right
  .mob-reverse
  .hero-items
  .hero-item
  .hero-item-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.product-page .product-hero .right .instruction-btn {
  margin-bottom: 15px;
}

.product-page .product-hero .right .hero-btn {
  width: 192px;
  padding: 15px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
  border: 1.5px solid transparent;
  grid-gap: 16px;
  outline: none;
  text-transform: uppercase;
  border: 1.5px solid #000;
}

.product-page .product-hero .right .hero-btn:hover {
  transition: all 0.4s ease;
  border-color: var(--green);
  color: var(--green);
}

.product-page .product-hero .right .hero-btn svg path {
  transition: all 0.4s ease;
}

.product-page .product-hero .right .hero-btn:hover svg path {
  fill: var(--green);
  transition: all 0.4s ease;
}

.product-page .product-tabs {
  margin-top: 100px;
  padding: 0 190px;
  position: relative;
}

.product-page .product-tabs .tabs {
  display: flex;
  grid-gap: 40px;
  position: relative;
}

.product-page .product-tabs .tabcontent:not(.active) {
  display: none;
}

.product-page .product-tabs .tabs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 4px;
  background-color: rgba(217, 217, 217, 1);
}

.product-page .product-tabs .tabs span {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  padding: 15px 0;
  transition: all 0.4s ease;
  border-bottom: 4px solid rgba(217, 217, 217, 1);
  z-index: 2;
}

.product-page .product-tabs .tabs span.active {
  font-weight: 700;
  cursor: default;
  transition: all 0.4s ease;
  border-color: var(--green);
}

.product-page .product-active-substances {
  position: relative;    
  margin-top: 100px;
}

.product-page .product-active-substances .block-title {
  user-select: none;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-page .product-active-substances hr {
  margin: 20px 0 35px 0;
  width: 75px;
  height: 4px;
  border: none;
  background-color: var(--green);
}

.product-page .product-active-substances .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 330px;
}

#product_active_substances_swiper {
  overflow: visible;
  padding-bottom: 50px;
  position: relative;
}

#product_active_substances_swiper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 4px;
  background-color: rgba(217, 217, 217, 1);
}

.product-page .product-active-substances .swiper-slide .slide-img {
  height: 166px;
  width: 166px;
  border-radius: 50%;
  border: 2px solid rgba(208, 211, 209, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 25px;
}

.product-page .product-active-substances .swiper-slide .slide-img img {
  height: 80%;
}

.product-page .product-active-substances .swiper-slide .slide-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.product-page .product-active-substances .swiper-slide .slide-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.product-page .product-active-substances .swiper-scrollbar {
  left: 0;
  height: 4px;
  border-radius: 0;
  z-index: 4;
  bottom: 0;
  background-color: rgba(217, 217, 217, 1);
}

.product-page
  .product-active-substances
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: var(--green);
  z-index: 5;
}

.product-page .product-line-wrapper {
  margin: 150px 0 0 0;
  background: linear-gradient(92.66deg, #6d8045 15.25%, #b3d076 95.67%);
}

.product-page .product-line-wrapper .product-line {
  padding: 50px 0;
  display: flex;
  position: relative;
}

.product-page .product-line-wrapper .product-line .text-content {
  display: flex;
  flex-direction: column;
  grid-gap: 13px;
  color: #fff;
  z-index: 1;
  max-width: 60%;
}

.product-page .product-line-wrapper .product-line .text-content .title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-page .product-line-wrapper .product-line .text-content .subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-page .product-line-wrapper .product-line .text-content .text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}

.product-page .product-line-wrapper .product-line img {
  width: 407px;
  position: absolute;
  right: 0;
  bottom: -90px;
}

.product-page .tabcontent {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  padding-top: 20px;
}

.articles-page .article-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 15px;
}

.articles-page .article-items .item {
  display: flex;
  flex-direction: column;
}

.articles-page .article-items .item:hover .item-img img {
  transition: all 0.4s ease;
  transform: scale(1.2);
}

.articles-page .article-items .item:hover .item-title {
  transition: all 0.4s ease;
  color: var(--green);
}

.articles-page .article-items .item .item-img {
  height: 245px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.articles-page .article-items .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.articles-page .article-items .item .item-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  transition: all 0.4s ease;
  margin-bottom: 15px;
}

.articles-page .article-items .item .item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}

.articles-page .loadmore {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}

.alm-load-more-btn.done{
   display: none;
}

.articles-page button {
    margin: 55px auto 0 auto;
}

.articles-page .page-content-inner {
  padding-bottom: 100px;
}

.article-page .page-content-inner {
  display: flex;
  grid-gap: 100px;
}

.article-page .left {
  width: 65%;
}

.article-page .sticky {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.article-page .sticky span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-page .sticky .soc-links {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}

.article-page .sticky .soc-links a {
  text-decoration: none;
  height: 30px;
  width: 30px;
  outline: none;
}

.article-page .sticky .soc-links a:hover path {
  fill: var(--green);
}

.article-page .sticky .soc-links path {
  transition: all 0.4s ease;
}

.article-page .left img {
  max-width: 100%;
}

.article-page .page-content-inner {
  padding-bottom: 100px;
}

.contacts-page .page-content-inner {
  display: flex;
  grid-gap: 100px;
}

.contacts-page .left {
  width: 70%;
}

.contacts-page .left .text {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.contacts-page .left .address {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  grid-gap: 15px;
}

.contacts-page .left .address .text-address {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.contacts-page .left .address .text-address .item {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}

.contacts-page .left .address .text-address span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.contacts-page .left .phone {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  grid-gap: 15px;
}

.contacts-page .left .phone .text-phone {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  padding-top: 5px;
}

.contacts-page .left .phone .text-phone .top {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  outline: none;
  color: #000;
}

.contacts-page .left .phone .text-phone .bottom {
  display: flex;
  grid-gap: 10px;
}

.contacts-page .left .phone .text-phone .bottom span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.contacts-page .left .email {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}

.contacts-page .left .email .text-email {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  outline: none;
  color: #000;
}

.contacts-page form label:not(.agree-label) {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.contacts-page form red {
  color: red;
}
.contacts-page form .left {
  width: 100%;
  grid-gap: 15px;
  display: flex;
  flex-direction: column;
}

.contacts-page form .input {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  margin-bottom: 20px;
  position: relative;
}
.contacts-page form .input:last-child {
  margin-bottom: 0;
}
.contacts-page form .input input,
.contacts-page form .input textarea {
  border: 1px solid rgba(208, 211, 209, 1);
  padding: 15px 10px;
  transition: all 0.4s ease;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
}
.contacts-page form .input input::placeholder,
.contacts-page form .input textarea::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.contacts-page form .input input:active,
.contacts-page form .input textarea:active,
.contacts-page form .input input:focus,
.contacts-page form .input textarea:focus {
  border-color: #000;
}
.contacts-page form .review span:not(.wpcf7-not-valid-tip) {
  height: 100px;
}
.contacts-page form input[type="submit"] {
    float: right;
    border-radius: 0!important;
}

.contacts-page form .input textarea {
  height: 100%;
}
.contacts-page form .agree {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contacts-page form .agree label {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(141, 143, 144, 1);
}

.contacts-page form .agree label a {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: underline;
  outline: none;
  color: rgba(141, 143, 144, 1);
}

.contacts-page form .agree-label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contacts-page form .agree-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contacts-page form .wpcf7-spinner {
    top: 17px;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: red;
}
.contacts-page form .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.contacts-page form .agree-label:hover input ~ .checkmark {
  background-color: #ccc;
}
.contacts-page form .agree-label input:checked ~ .checkmark {
  background-color: var(--green);
}
.contacts-page form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.contacts-page form .agree-label input:checked ~ .checkmark:after {
  display: block;
}
.contacts-page form .agree-label .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contacts-page form button {
  float: right;
}

.contacts-page .page-content-inner {
  padding-bottom: 65px;
}

.contacts-page .map {
  overflow: hidden;
  width: 100%;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-page .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.not-found-page .page-content-inner {
  padding: 120px 0 140px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.not-found-page .img {
  margin-bottom: 45px;
}

.not-found-page .img img {
  max-width: 100%;
}

.not-found-page .t1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.not-found-page .t2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

.not-found-page .links {
  display: flex;
  grid-gap: 30px;
}

.review.input span:not(.wpcf7-not-valid-tip) {
  height: 100%;
  width: 100%;
}
.contacts-page form .input input.wpcf7-not-valid,
.contacts-page form .input textarea.wpcf7-not-valid {
  border-color: red;
}
/*.wpcf7-response-output,*/
/*.wpcf7-not-valid-tip {*/
/*  display: none!important;*/
/*}*/
/*.wpcf7-response-output {*/
/*  display: none!important;*/
/*}*/
.wpcf7 form.invalid .wpcf7-response-output {
    display: none!important;
}
.agree .wpcf7-list-item-label::before,
.agree .wpcf7-list-item-label::after {
    display: none;
}

.agree .wpcf7-list-item {
    margin: 0;
    display: flex;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: -15px;
    right: 0;
    text-align: right;
    font-size: 10px;
}
.contacts-page form {
    position: relative;
}

.contacts-page .wpcf7-response-output {
    position: relative;
    bottom: -20px;
    width: 100%;
}
.contacts-page .page-content-inner .right {
    width: 365px;
}

/*Отзывы*/
#modal-review .wpcr3_respond_2 {
    display: flex!important;
}

#modal-review .wpcr3_button_1.wpcr3_cancel_btn {
    display: none!important;
}

#modal-review .wpcr3_button_1.wpcr3_show_btn {
    display: none!important;
}

#modal-review div.wpcr3_dotline {
    display: none!important;
}

#modal-review .bottom {
    justify-content: space-between;
    grid-gap: 20px;
}

#modal-review .wpcf7-spinner {
    display: none!important;
}

#modal-review .wpcf7-list-item-label::before,
#modal-review .wpcf7-list-item-label::after {
    display: none!important;
}

.articles-slider-nav-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%;
}

.article-img-swiper-button-nav {
    cursor: pointer;
}

.article-img-swiper-button-nav.swiper-button-disabled {
    cursor: default;
}

.article-img-swiper-button-nav.swiper-button-disabled {
    cursor: default;
}

.article-img-swiper-button-nav.swiper-button-disabled path, 
.article-img-swiper-button-nav.swiper-button-disabled rect {
    stroke: gray;
    opacity: 0.3;
}

.article-img-swiper-button-nav:not(.swiper-button-disabled):hover path, 
.article-img-swiper-button-nav:not(.swiper-button-disabled):hover rect {
    stroke: #6D8045;
}

/*.articles-slider-nav-wrapper-inner {*/
/*    position: relative;*/
/*}*/

.articles-slider-nav {
    position: absolute;
    right: 24vw;
    bottom: 0;
    display: flex;
    grid-gap: 20px;
}

.substances-slider-nav-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    grid-gap: 20px;
}

.substances-img-swiper-button-nav {
    cursor: pointer;
}

.substances-img-swiper-button-nav.swiper-button-disabled {
    cursor: default;
}

.substances-img-swiper-button-nav.swiper-button-disabled {
    cursor: default;
}

.substances-img-swiper-button-nav.swiper-button-disabled path, 
.substances-img-swiper-button-nav.swiper-button-disabled rect {
    stroke: gray;
    opacity: 0.3;
}

.substances-img-swiper-button-nav:not(.swiper-button-disabled):hover path, 
.substances-img-swiper-button-nav:not(.swiper-button-disabled):hover rect {
    stroke: #6D8045;
}

.section-1 .slide-img img {
    max-width: 671px;
    width: 100%;
}

.pagination-mp-1-mobile {
    display: none;
    position: absolute;
    left: 25px;
    bottom: 15px;
    z-index: 1;
    grid-gap: 10px;
}

.pagination-mp-1-mobile .outline-bullet {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  opacity: 1;
}

.pagination-mp-1-mobile .outline-bullet.swiper-pagination-bullet-active {
  border: 1.5px solid var(--green);
}

.pagination-mp-1-mobile .swiper-pagination-bullet span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #000;
}

.set_review {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 35px;
}

.nothing-reviews {
    font-size: 24px;
}


.breadcrumbs {
  background-color: #fff;
}


.breadcrumbs-inner {font-size: 16px;}

.text-muted {color:#999}

.page-content-inner h2 {
    margin-top: 30px;
}

        .dropdown-tooltip {
    position: fixed;        /* ИЗМЕНЕНО: fixed вместо absolute */
    top: auto;              /* ИЗМЕНЕНО */
    left: auto;             /* ИЗМЕНЕНО */
    bottom: auto;           /* ИЗМЕНЕНО */
            background-color: #6d8045;
            min-width: 169px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            border-radius: 8px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
    z-index: 9999;          /* УВЕЛИЧЕНО: 9999 вместо 1000 */
            margin-top: 8px;
            padding: 16px;
        }

        /* Показываем сноску при наведении на контейнер */
        .dropdown-container:hover .dropdown-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .tooltip-buttons {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .tooltip-btn {
            display: block;
            height: 50px;
			width: 149px
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            cursor: pointer;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            border: 2px solid transparent;
        }

        .tooltip-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
            border-color: rgba(255,255,255,0.3);
        }

        /* Замените на ваши JPG изображения */
        .btn-11 {
            background-image: url('https://lignan.ru/media/ozon-mini.jpg');
        }

        .btn-22 {
            background-image: url('https://lignan.ru/media/wb-mini.jpg');
        }

        /* Для мобильных устройств */
        @media (max-width: 768px) {
            .dropdown-tooltip {
                min-width: 250px;
                left: 50%;
                transform: translateX(-50%) translateY(-10px);
            }
            
            .dropdown-container:hover .dropdown-tooltip {
                transform: translateX(-50%) translateY(0);
            }
        }

.dropdown-container {
    position: relative;
    display: inline-block;
}