.mobile-search {
  display: none;
}

.products-block-index .slick-track {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 959px) {
  .header {
    padding: 19px 0 18px;
  }
  .header .logo {
    margin-top: 0;
  }
  .mobile-phone-number {
    font-size: 22px;
  }
  .mobile-search {
    display: block;
    position: absolute;
    top: 50%;
    right: 91px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #0a8a41;
    font-size: 22px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .mobile-search.mobile-search-active {
    color: black;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .header .mobile-lang {
    display: block;
    top: 47%;
    right: 135px;
  }
  .header .search {
    height: auto;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 0 15px 10px;
    margin: 0;
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    background: #fff;
  }
  .header .search input {
    height: 36px;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 18px;
    position: relative;
    top: 0;
    left: 0;
  }
  .header .search .find-btn {
    height: 36px;
    top: 0;
    right: 20px;
  }
}

@media (max-width: 959px) {
  .accordion {
    margin-top: -15px;
  }
}

.accordion__toggle {
  margin-top: 20px;
  font-size: 18px;
  font-family: 'PTSerif';
  line-height: 1.33;
  text-align: right;
}

@media (max-width: 959px) {
  .accordion__toggle {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.37;
  }
}

.accordion__toggle a {
  padding-right: 24px;
  position: relative;
  color: #333;
}

.accordion__toggle a:after {
  width: 14px;
  height: 13px;
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  background: url(../image/svg/arrow.svg) no-repeat;
  content: '';
}

.accordion__toggle a.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.accordion__holder {
  overflow: hidden;
  padding: 0 0 18px;
}

.accordion__holder:not(:first-child) {
  border-top: 1px solid #BDBDBD;
}

.accordion__holder:first-child {
  margin-top: -27px;
}

.accordion__toggle + .accordion__holder {
  border-top: 0;
}

@media (max-width: 959px) {
  .accordion__holder {
    padding: 0 0 4px;
  }
  .accordion__holder:first-child {
    margin-top: -24px;
  }
}

.accordion input {
  display: none;
}

.accordion__title {
  display: block;
  padding: 38px 30px 20px 70px;
  position: relative;
  color: #047032;
  font-family: PTSerif;
  font-size: 20px;
  line-height: 1.2;
  cursor: pointer;
}

.accordion__title:before {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 0;
  background: url(../image/svg/plus.svg) no-repeat;
  content: '';
}

.accordion__toggle + .accordion__holder .accordion__title {
  padding-top: 25px;
}

.accordion__toggle + .accordion__holder .accordion__title:before {
  top: 17px;
}

@media (max-width: 959px) {
  .accordion__toggle + .accordion__holder .accordion__title:before {
    top: 21px;
  }
}

.accordion__title:hover {
  color: #333;
}

.accordion__title:after {
  width: 100%;
  height: calc(100% + 18px);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.active .accordion__title,
.active .accordion__title:hover {
  color: #333;
}

.active .accordion__title:before,
.active .accordion__title:hover:before {
  background-image: url(../image/svg/minus.svg);
}

.active .accordion__title:after {
  display: none;
}

@media (max-width: 959px) {
  .accordion__title {
    padding: 24px 20px 20px 50px;
    font-size: 16px;
    line-height: 1.37;
  }
  .accordion__title:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 0;
    background-size: 30px 30px;
    content: '';
  }
}

.accordion__content {
  display: none;
  padding: 0 0 22px 70px;
}

.accordion__holder:last-child .accordion__content {
  padding-bottom: 0;
}

@media (max-width: 959px) {
  .accordion__content {
    padding: 0 0 20px 0px;
  }
}

.products .product-card .product-description .tab-content .accordion p.text {
  margin: 25px 0 0;
}

.products .product-card .product-description .tab-content .accordion p.text:first-child {
  margin-top: 0;
}

.gallery {
  margin: 30px 0 0;
}

.gallery:first-child {
  margin-top: 0;
}

.gallery__holder {
  margin: 20px -15px 0;
}

.gallery__title {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.67;
}

@media (max-width: 959px) {
  .gallery__title {
    font-size: 13px;
    line-height: 1.62;
  }
}

.gallery__item {
  display: block;
  margin: 0 15px;
  text-align: center;
}

.gallery__item img {
  display: inline-block;
  max-width: 100%;
}

.accordion .slick-dots {
  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;
  margin-top: 20px;
}

.accordion .slick-dots li {
  display: block;
  margin: 0 5px;
}

.accordion .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #047032;
  font-size: 0;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.accordion .slick-dots li button:hover {
  background: #047032;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.accordion .slick-dots li.slick-active button {
  background: #047032;
}

.tab-count {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.tab-btn {
  border-bottom: none;
}

.tab-btn span:not(.tab-count) {
  margin-right: 5px;
  border-bottom: 1px dotted #047032;
}

.tab-btn span:not(.tab-count):only-child {
  margin-right: 0;
}

.products .product-card .product-description .tab-btn {
  border-bottom: none;
}

@media (max-width: 1140px) {
  .products .product-card .product-description .tab-btn {
    display: block;
    text-decoration: none;
  }
}

.video {
  padding: 56.25% 0 0 0;
  position: relative;
  height: 0;
  margin-top: 20px;
}

.video:first-child {
  margin-top: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style-extra.css.map */