* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: open sans, sans-serif;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 3px;
}

body {
  overflow-x: hidden;
}

::-webkit-scrollbar-thumb {

  border-color: #C4C4C4;
  border-width: 5px;
  background-color: #aaa;
  cursor: pointer;
}

div#content {
  max-width: 1120px;
  margin: 0 auto;
}

::-webkit-scrollbar-track {
  border-width: 5px;
}

/* ::-webkit-scrollbar-track:hover{
border-left: solid 1px #aaa;
background-color: #eee;
} */
.home .seoText {
  display: none !important;
}

@font-face {
  font-family: Jost;
  src: url("/wp-content/themes/twentynineteen/fonts/Jost-Regular.ttf");
}

img:focus,
img:active,
.productBlockLeft:focus,
a:focus {
  outline: 0px;
}

.productsLastHomeList .product:hover h3 a {
  color: #30b81d
}

.productsLastHomeList .nextProductArrow {
  background-color: #ACACAC;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -15px;
  z-index: 5;
  transition: 0.5s;
  top: 50%;
  cursor: pointer;
  background-image: url('/wp-content/uploads/2020/07/product-right-r.svg');
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0px, -50%);
  border-radius: 12px 2px;
}

.productsLastHomeList .prevProductArrow {
  background-color: #ACACAC;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: -15px;
  z-index: 5;
  transition: 0.5s;
  top: 50%;
  cursor: pointer;
  background-image: url('/wp-content/uploads/2020/07/product-left-l.svg');
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0px, -50%);
  border-radius: 12px 2px;
}

.productsLastHomeList .prevProductArrow:hover,
.productsLastHomeList .nextProductArrow:hover {
  background-color: #30b81d;
  transition: 0.5s;
}

.mormSpend h3 {
  color: #333436 !important;
  font-size: 26px !important;
  font-family: open sans, sans-serif !important;
  margin-bottom: 30px !important;
  display: block !important;
  line-height: 137.9% !important;
}

.mormSpend table {
  width: 100%;
}

.woocommerce-product-gallery .zoomImg {
  display: none !important;
}

.mormSpend th {
  font-family: open sans, sans-serif;
  text-align: left;
  font-style: normal;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 13px;
  line-height: 137.9%;
  color: #333436;
  text-transform: uppercase;
}

.mormSpend tr:nth-child(2n) {
  background: #F5F5F5;
}

.woocommerce-product-gallery > figure {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mormSpend tr td {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
}

header#masthead {
  border-bottom: 1px solid #E5E5E5;
  z-index: 11;
  width: 100%;
  top: 0;
  position: fixed;
  left: 0;
}

.main-menu-more {
  display: none;
}

header nav ul {
  display: flex;
}

header nav ul a {
  color: #333436;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
  line-height: 18px;
  font-family: open sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.home header:hover {
  background: #fff !important;
  transition: 0.5s;
}

body.home header:hover nav ul a,
body.home header:hover .headPhone,
body.home header:hover .currentLang {
  color: #333436 !important;
  transition: 0.5s;
}

body.home header:hover .logo {
  background-image: url('/wp-content/uploads/2020/09/logo-new.svg') !important;
}

body.home header:hover .currentLang.whiteArrow:after,
body.home header:hover .headPhone.whiteArrow:after {
  background-image: url('/wp-content/uploads/2020/07/number-more.svg');
}

.goToNews {
  background: #30b81d;
  font-size: 14px;
  margin-top: 29px;
  cursor: pointer;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  padding: 14px 35px;
  display: inline-block;
  border-radius: 20px 2px;
  color: #FFFFFF;
  font-weight: 700;
}

.sbscrbr-form-done {
  color: #fefefe !important;
  width: 100% !important;
  position: absolute !important;
  bottom: -35px !important;
  text-align: center !important;
}

.likeNews {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.likeNews h3 {
  color: #333436;
  font-weight: bold;
  font-size: 18px;
  font-family: Open Sans;
  display: block;
  margin-bottom: 4px;
}

.likeNews p {
  color: #ACACAC;
  font-size: 13px;
  font-family: Open Sans;
}

.newsSoc {
  display: flex;
}

.newsSoc a {
  display: block;
  margin-left: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: 0.5s;
}

.newsSocFb {
  background: url('/wp-content/uploads/2020/11/fb.svg');
  background-size: contain;
  opacity: 0.3;
  transition: 0.5s;
}

.newsSocTw {
  background: url('/wp-content/uploads/2020/11/tw.svg');
  background-size: contain;
  opacity: 0.3;
  transition: 0.5s;
}

.newsSocPin {
  background: url('/wp-content/uploads/2020/11/pin.svg');
  background-size: contain;
  opacity: 0.3;
  transition: 0.5s;
}

.newsSoc a:hover {
  opacity: 0.6;
}

.mobMenuList .sub-menu,
footer .sub-menu {
  display: none !important;
}

.sub-menu a.activeMenu {
  border-bottom: 0px !important;
}

.seoTextCat {
  margin-top: 40px;
}

.seoTextCat p {
  margin-bottom: 15px;
}

.home header nav ul a {
  color: #fff;
}

.home header .headPhone {
  color: #fff;
}

.home .currentLang {
  color: #fff;
}

.home header#masthead {
  border-bottom: 0px;
}

.home header .headPhone.whiteArrow:after {
  background-image: url('/wp-content/uploads/2020/11/number-more-w.svg');
}

.home .currentLang.whiteArrow:after {
  background-image: url('/wp-content/uploads/2020/11/number-more-w.svg');
}

.home header .logo {
  background-image: url('/wp-content/uploads/2020/11/logo-w.svg');
}

.usedProduct {
  display: flex;
  margin-bottom: 40px;
}

.usedProductImg img {
  max-width: 100%;
  height: auto;
}

.usedProductImg {
  max-width: 191px;
}

.usedProductContent .goUsedProduct {
  background: #30b81d;
  font-size: 14px;
  margin-top: 29px;
  cursor: pointer;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  padding: 12px 33px;
  display: inline-block;
  border-radius: 20px 2px;
  border: 2px solid #30b81d;
  color: #FFFFFF;
  font-weight: 700;
  transition: 0.5s;
}

.usedProductContent .goUsedProduct:hover {
  transition: 0.5s;
  background: transparent;
  color: #30b81d;
  border: 2px solid #30b81d;
}

.usedProductTitle {
  color: #333436;
  font-size: 20px;
  font-family: open sans, sans-serif;
  margin-bottom: 26px;
  font-weight: 400;
}

.usedProductLink {
  display: block;
  font-family: open sans, sans-serif;
  color: #16A203;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 10px;
}

.usedProductText *,
.usedProductText {
  font-size: 13px;
  color: #333436;
  font-family: Open Sans;
}

.usedProductText h4 {
  margin-bottom: 3px;
  margin-top: 5px;
}

div#n2-ss-4 .nextend-arrow#n2-ss-4-arrow-next,
div#n2-ss-2 .nextend-arrow#n2-ss-2-arrow-next,
div#n2-ss-3 .nextend-arrow#n2-ss-3-arrow-next {
  border-radius: 2px 20px !important;
}

div#n2-ss-4 .nextend-arrow#n2-ss-4-arrow-previous,
div#n2-ss-2 .nextend-arrow#n2-ss-2-arrow-previous,
div#n2-ss-3 .nextend-arrow#n2-ss-3-arrow-previous {
  border-radius: 20px 2px !important;
}

body:not(.home) {
  padding-top: 90px;
}

body:not(.home) header {
  background: #fff !important;
}

.mobile-parent-nav-menu-item,
.submenu-expand {
  display: none !important;
}

.sub-menu {
  position: absolute;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  display: none;
  border-radius: 0px 0px 8px 8px;
  min-width: 250px;
}

.main-menu > li {
  position: relative;
}

header .main-menu > li > a:hover {
  color: #16A203 !important;
  border-bottom: 3px solid #16A203;
}

header .main-menu > li > a {
  transition: 0.5s;
  border-bottom: 3px solid transparent;
  padding-bottom: 33px;
}

.main-menu li:hover > .sub-menu {
  display: block;
}

.sub-menu li {
  display: block;
  position: relative;
}
.main-menu li .sub-menu .sub-menu{
  left: 100%;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  top: 0;
  display: none;
}
.main-menu li .sub-menu li:hover .sub-menu{
  display: block;
}
.main-menu li .sub-menu li{
  background: #fff;
}

.sub-menu li a {
  color: #333436 !important;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 13px;
  text-transform: inherit;
  line-height: 18px;
  margin-left: 0;
  padding-left: 20px;
  transition: 0.5s;
  margin-right: 0px;
  border-radius: 0px 0px 8px 8px;
  font-weight: 400;
}

.sub-menu li a:hover {
  color: #16A203 !important;
  transition: 0.5s;
  background: #F5F5F5;
}

.consultation {
  padding: 14px 35px 14px 35px !important;
  background: rgba(221, 221, 221, 0.2) !important;
  border-radius: 20px 2px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: Open Sans !important;
}

.goCatalog {
  background: #16A203 !important;
  padding: 14px 35px 14px 35px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: Open Sans !important;
  border-radius: 20px 2px !important;
}

/* .goCatalog:hover{
transition: 0.5s!important;
background: transparent!important;
color: #30b81d!important;
border: 2px solid #30b81d!important;
} */
header .logo {
  background: url('/wp-content/uploads/2020/09/logo-new.svg');
  width: 120px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .headPhone {
  color: #333436;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.5s;
  line-height: 18px;
  font-family: open sans, sans-serif;
  position: relative;
  padding-left: 23px;
  padding-right: 14px;
}

header .headPhone:before {
  content: "";
  position: absolute;
  left: 0;
  background: url('/wp-content/uploads/2020/07/phone.svg');
  display: block;
  width: 16px;
  height: 16px;
  top: 3px;
  background-size: cover;
}

header .headPhone:hover {
  transition: 0.5s;
  color: #30b81d;
}

header .headPhone:after {
  content: "";
  position: absolute;
  right: 0;
  background: url('/wp-content/uploads/2020/07/number-more.svg');
  display: block;
  width: 9px;
  height: 13px;
  top: 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.filterLeft {
  min-width: 269px;
  margin-right: 31px;
}

.shopPage {
  display: flex;
}

.productCatTabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
}

.productCatTabs .productCatTabLink {
  display: flex;
  align-items: center;
  width: max-content;
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #333436;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  font-size: 13px;
  line-height: 18px;
  font-family: open sans, sans-serif;
  justify-content: center;
}

.productListRight {
  width: 100%;
}

.productCatTabs img {
  height: fit-content;
  margin-right: 5px;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce-result-count {
  display: none;
}

.productCatTabLink img {
  width: fit-content !important;
}

.productListRight .productBlockCenter {
  margin-left: 20px;
  margin-right: 20px;
}

.woof_front_toggle {
  width: 24px;
  height: 24px;
}

.woof_front_toggle_opened {
  background: url('/wp-content/uploads/2020/07/arrow-down.svg');
}

.woof_front_toggle_closed {
  background: url('/wp-content/uploads/2020/07/arrow-top.svg');
}

.productCatBlock .product table:before {
  content: "";
  display: block;
  height: 60px;
  position: relative;
  bottom: 0px;
  /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), #fff 100%); */
  position: absolute;
  width: 100%;
}

.contAttributes {
  max-height: 150px;
  position: relative;
  overflow: hidden;
}

.contAttributes th {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  font-family: open sans, sans-serif;
}

.contAttributes td,
.contAttributes td a {
  font-weight: 700;
  font-size: 14px;
  cursor: auto;
  line-height: 24px;
  color: #333333;
  font-family: open sans, sans-serif;
}

.productListRight .woof_products_top_panel {
  display: none !important;
}

.resetFilt .woof_reset_search_form {
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  border: 0px;
  background: transparent;
  margin-top: 34px;
  padding-left: 20px;
  line-height: 137.9%;
  color: #ACACAC;
  font-family: open sans, sans-serif;
}

.resetFilt .woof_reset_search_form:focus {
  outline: 0px;
}

.filterLeft input[checked="checked"] {
  background: #ccc !important;
}

.checkboxStyle {
  min-width: 18px;
  height: 18px;
  border: 2px solid #CDCDCD;
  transition: 0.5s;
  border-radius: 3px;
  position: relative;
  top: 4px;
}

.filterLeft .woof_list li:hover .checkboxStyle {
  transition: 0.5s;
  border: 2px solid #30b81d;
}

.filterLeft .woof_list li {
  width: fit-content;
  display: flex;
}

.checkboxStyle:hover {
  transition: 0.5s;
  border: 2px solid #30b81d;
}

.filterLeft .woof_list li input:checked + label {
  background: #30b81d;
  border: 2px solid #30b81d;
}

.filterLeft .woof_list li input {
  display: none;
}

.buttomStyleHead a {
  background: #30b81d !important;
  font-size: 14px !important;
  line-height: 137.9% !important;
  font-family: open sans, sans-serif !important;
  padding: 14px 35px !important;
  display: inline-block !important;
  border-radius: 20px 2px !important;
  color: #FFFFFF !important;
  transition: 0.5s;
  font-weight: 700 !important;
}

.buttomStyleHead a:active {
  background: #30b81dbf;
  transition: 0.5s;
}

.contactSocList .contactFacebook {
  background: url(/wp-content/uploads/2020/12/fb-g.svg);
}

.consButtonStyle a {
  background: rgba(221, 221, 221, 0.4) !important;
  border-radius: 20px 2px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  transition: 0.5s;
  line-height: 137.9% !important;
  font-family: open sans, sans-serif !important;
  padding: 14px 35px !important;
}

.consButtonStyle a:active {
  background: rgba(221, 221, 221, 0.6) !important;
  transition: 0.5s;
}

.filterLeft .woof_container {
  border-top: 1px solid #E6E6E6;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.filterLeft .woof_container {
  border-top: 0px;
}

.filterLeft .woof_list li input + label:after {
  content: '';
  left: 4px;
  position: absolute;
  top: -1px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.productsLastHome {
  margin-top: 112px;
}

.productsLastHome .container > h3 {
  font-size: 32px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif, sans-serif;
  margin-bottom: 16px;
}

.productsLastHome .container > p {
  font-size: 15px;
  line-height: 175%;
  font-family: open sans, sans-serif;
  color: #333436;
}

.productsLastHomeList {
  margin-top: 50px;
}

.productsLastHomeList .productBlockRight,
.productsLastHomeList .productsAttributes {
  display: none;
}

.productsLastHomeList li.product {
  background-color: #F5F5F5;
  transition: 0.5s;
  background-position: 100% 100%;
  border-radius: 20px 2px;
  padding: 24px 60px 32px !important;
  width: 100% !important;
}

.productsLastHomeList li.product:hover {
  background-image: url('/wp-content/uploads/2020/07/prod-back.png');
  background-repeat: no-repeat;
  transition: 0.5s;
}

.productsLastHomeList .slick-slide {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.productsLastHomeList .productBlockCenter h3 a {
  font-size: 20px;
  line-height: 148.9%;
  color: #333436;
  font-family: open sans, sans-serif;
  position: relative;
}

.productsLastHomeList .productBlockCenter h3 {
  position: relative;
  padding-right: 18px;
  text-align: center;
}

.productsLastHomeList .productBlockCenter h3:after {
  content: '';
  position: absolute;
  right: 0px;
  background: url(/wp-content/uploads/2020/07/form-right.svg);
  display: block;
  width: 7px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.benefitsList {
  display: flex;
  flex-wrap: wrap;
}

.benefitsItem {
  width: 33.3333%;
  position: relative;
  max-height: 300px;
  position: relative;
  overflow: hidden;
}

.benefitsItem:first-child {
  border-top-left-radius: 20px;
}

.benefitsItemBack {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.benefitsItem img {
  height: 25vw;
  width: auto;
  max-width: 100%;
  max-height: 100%;

  min-height: 100%;
}

.benefitsSection {
  padding-top: 120px;
}

.benefitsSection h2 {
  font-size: 32px;
  color: #333436;
  font-family: open sans, sans-serif;
  margin-bottom: 35px;
}

.benefitsContent {
  position: absolute;
  bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}

.benefitsContent h3 {
  color: #fff;
  font-family: open sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

.benefitsContent p {
  color: #fff;
  font-size: 14px;
  font-family: Open Sans;
}

.benefitsList .benefitsItem:last-child {
  /* background: #16A203; */
  border-bottom-right-radius: 20px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.benefitsList .benefitsItem:last-child img {
  border-bottom-right-radius: 20px;
}

/* .benefitsList .benefitsItem:last-child span{    display: block;
width: 208px;
height: 70px;
background: url('/wp-content/uploads/2020/10/solantis-white.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;} */
.downloadCatalog {
  border-radius: 20px 2px;
  background: url('/wp-content/uploads/2020/10/downloadcat.jpg');
  max-width: 665px;
  margin: 0 auto;
  background-size: 100% 100%;
  transition: 0.5s;
}

.downloadCatalog:hover {
  transition: 0.5s;
  max-width: 685px;
  padding: 0px 10px;
  height: auto;
}

.downloadCatalog:hover .PDFdownload {
  padding-bottom: 10px;
  padding-top: 10px;
  transition: 0.5s;
  margin-top: 76px;
  margin-bottom: 140px;
}

.PDFdownload {
  position: relative;
  /* left: 50%; */
  /* background: #30b81d; */
  border-radius: 20px 2px;
  transition: 0.5s;
  padding: 0px 77px;
  align-items: center;
  display: flex;
  width: fit-content;
}

.homeContants .container {
  position: relative;
}

.homeContants .container:after {
  content: '';
  position: absolute;
  /* background: url(/wp-content/uploads/2020/10/contact-back.png); */
  width: 600px;
  display: block;
  height: 530px;
  right: -300px;
  background-repeat: no-repeat;
  top: 0%;
  background-size: contain;
}

.PDFdownload {
  color: #fff;
  font-family: open sans, sans-serif;
  margin-top: 86px;
  margin-bottom: 150px;
}

.PDFdownload p {
  font-size: 20px;
  display: block;
  color: #fff;
  font-family: open sans, sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 150%;
}

.PDFdownload span {
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 148.9%;
}

.PDFdownload span:before {
  content: '';
  background: url(/wp-content/uploads/2020/10/download-w.svg);
  display: inline-block;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.PDFdownload:before {
  content: '';
  width: 220px;
  height: 150px;
  /* position: absolute;
  left: -200px; */
  top: -58px;
  background: url('/wp-content/uploads/2020/07/pdf-img.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.single-post .homeNewsList .homeNewsItem:first-child {
  display: none;
}

.single-post .anotherNews {
  margin-top: 46px;
}

.single-post .homeNewsList {
  margin-top: 20px;
}

.anotherNewsTitle {
  color: #ACACAC;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  font-family: Open Sans;
}

.subscribeHome {
  margin-bottom: 86px;
}

.subscribeForm {
  max-width: 665px;
  background: url('/wp-content/uploads/2020/10/download-pdf.jpg');
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 68px;
  padding-right: 103px;
  margin: 0 auto;
  background-size: 100% 100%;
  padding-bottom: 67px;
}

.subscribeText h3 {
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  font-family: open sans, sans-serif;
}

.subscribeText p {
  font-size: 16px;
  color: #FFFFFF;
  font-family: open sans, sans-serif;
}

.subscribeText:before {
  content: '';
  width: 156px;
  height: 156px;
  background: url(/wp-content/uploads/2020/10/subsc-icon.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.subscribeText {
  position: relative;
  padding-left: 156px;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sbscrbr-unsubscribe-wrap {
  display: none;
}

.subscribeHome #sbscrbr-form {
  display: flex;
  width: 100%;
  position: relative;
}

.subscribeHome #sbscrbr-form input {
  border: 0px;
  border-bottom: 1px solid #E6E6E6;
  background: transparent;
  color: #fff;
  width: 100%;
  padding: 12px 25px;
  font-size: 14px;
  font-family: Open Sans;
}

.subscribeHome #sbscrbr-form input::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: Open Sans;
}

.subscribeHome #sbscrbr-form input[type="submit"] {
  background: #333436;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: Open Sans;
  cursor: pointer;
  border-radius: 20px 2px;
  padding: 12px 25px;
  border: 0px;
  margin-left: 18px;
}

.subscribeHome #sbscrbr-form .sbscrbr-email-wrap {
  width: 100%;
}

.sbscrbr-form-error {
  position: absolute;
  bottom: -25px;
}


















.home .entry-title {
  display: none;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: open sans, sans-serif;
}

.lang {
  width: 54px;
  margin-left: 26px;
  position: relative;
}

.lang:hover ul {
  display: block;
}

.lang ul {
  position: absolute;
  background: #FFFFFF;
  display: none;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  min-width: 168px;
  padding: 5px 20px;
  right: 0px;
}

.lang ul li {
  margin-bottom: 10px;
  margin-top: 10px;
}

.lang ul li span {
  font-size: 13px;
  line-height: 18px;
  color: #333436;
  font-family: open sans, sans-serif;
}

.currentLang {
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 18px;
  font-family: open sans, sans-serif;
  color: #333436;
  position: relative;
}

.currentLang:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(/wp-content/uploads/2020/07/number-more.svg);
  display: block;
  width: 9px;
  height: 13px;
  top: 18px;
  background-repeat: no-repeat;
  background-position: center;
}


.currentLang img {
  margin-right: 5px;
}

.menuRight {
  display: flex;
  position: relative;
  z-index: 12;
  align-items: center;
}

.telMore {
  position: absolute;
  top: 50px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  display: none;
  border-radius: 8px;
  padding: 17px 20px;
  left: -20px;
}

.telMore a {
  font-size: 13px;
  transition: 0.5s;
  line-height: 18px;
  font-family: open sans, sans-serif;
  color: #333436;
  padding-left: 23px;
  position: relative;
}

.telMoreItem:before {
  content: "";
  position: absolute;
  left: 0;
  background: url('/wp-content/uploads/2020/07/phone.svg');
  display: block;
  width: 16px;
  height: 16px;
  top: 1px;
  background-size: cover;
}

.telMoreItem {
  margin-bottom: 10px;
  display: block;
}

.telMore a:hover {
  color: #30b81d;
  transition: 0.5s;
}

.mailMoreItem:before {
  content: "";
  position: absolute;
  left: 0;
  background: url('/wp-content/uploads/2020/07/email-more.svg');
  display: block;
  width: 16px;
  height: 16px;
  top: 1px;
  background-size: cover;
}

.allBlockTel {
  padding-bottom: 20px;
  margin-top: 20px;
}

.allExperementLink {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #676767;
  font-size: 13px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  padding-right: 18px;
}

.allExperementLink:after {
  content: '';
  position: absolute;
  right: 0px;
  background: url('/wp-content/uploads/2020/07/form-right.svg');
  display: block;
  width: 7px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce .content-area .site-main {
  width: 100% !important;
  max-width: 100% !important;
}

.woocommerce-breadcrumb {
  margin-top: 18px;
  margin-bottom: 40px;
  display: flex;
  color: #CDCDCD;
  line-height: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-breadcrumb a {
  font-size: 14px;
  line-height: 137.9%;
  color: #676767;
  font-family: open sans;
}

.product-template-default h1.product_title {
  font-size: 26px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
  margin-bottom: 5px;
}

.woocommerce-product-gallery {
  border: 1px solid #E6E6E6;
  display: flex;
  max-width: 470px;
  margin-right: 30px;
  height: 470px;
  flex-direction: row-reverse;
  border-radius: 2px;
  margin-bottom: 36px;
}

.woocommerce-product-details__short-description h4 {
  text-transform: uppercase;
  color: #ACACAC;
  font-size: 13px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}

.entry-summary .product_meta {
  display: none;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 60px;
}

.woocommerce-tabs ul a {
  color: #333436;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 20px 0;
  margin-right: 45px;
  display: inline-block;
  line-height: 18px;
  font-family: open sans, sans-serif;
}

.woocommerce img,
.woocommerce-page img {
  width: auto;
  max-height: 378px;
  max-width: 100%;
  height: auto;
}

.product-template-default .product .summary.entry-summary {
  width: calc(100% - 500px) !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  max-width: 470px;
  float: left;
}

.woocommerce .content-area {
  margin: 0px !important;
}

.product-template-default .related.products {
  display: none;
}

.productListRight .woof_sid_auto_shortcode.woof {
  display: none;
}

.seoText {
  margin-bottom: 80px;
}

.textWrapped {
  position: relative;
  max-height: 200px;
  height: 100%;
  overflow: hidden;
}

.textWrapped h1 {
  margin-bottom: 20px;
  font-size: 25px;
}

.textWrapped li {
  list-style: disc;
  margin-bottom: 10px;
}

.textWrapped ul {
  padding-left: 30px;
}

.readMoreSeo {
  padding: 10px;
  font-size: 13px;
  color: #16A203;
  opacity: 0.8;
  font-family: Open Sans;
  cursor: pointer;
  display: block;
  text-align: center;
  width: max-content;
  margin: 0 auto;
}

.textWrappedBack {
  height: 200px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
  transition: 0.5s;
  font-size: 13px;
  font-family: open sans;
}


.woocommerce-tabs ul li.active a {
  color: #30b81d;
  border-bottom: 3px solid #30b81d;
  box-shadow: none;
}

.woocommerce .ced {
  margin-bottom: 80px;
}

.woocommerce .ced > h2 {
  color: #ACACAC;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 100px;
  padding-left: 30px;
  position: relative;
  font-size: 13px;
  font-family: open sans, sans-serif;
  padding-bottom: 27px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 25px;
  line-height: 18px;
}

.woocommerce .ced > h2:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  display: block;
  background: url('/wp-content/uploads/2020/07/view-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce-tabs .panel h2 {
  font-size: 24px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
  margin-bottom: 24px;
  margin-top: 30px;
}


.woocommerce > .ced h2.woocommerce-loop-product__title {
  font-size: 15px;
  padding-right: 19px;
  position: relative;
  width: fit-content;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
  margin-top: 20px;
}

.woocommerce > .ced h2.woocommerce-loop-product__title:after {
  content: '';
  right: 0px;
  position: absolute;
  width: 7px;
  display: block;
  height: 14px;
  background: url(/wp-content/uploads/2020/07/form-right.svg);
  background-repeat: no-repeat;
  top: 0px;
  background-position: center;
}

.entry-summary .price,
.entry-summary .cart,
.woocommerce-Price-amount {
  display: none;
}

.entry-summary .sendProduct {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.entry-summary .sendProduct.with-certificate {
  justify-content: space-between;
}

.woocommerce-tabs .panel h3 {
  font-weight: 700;
  font-size: 15px;
  font-family: open sans, sans-serif;
  margin-top: 30px;
  margin-bottom: 12px;
  line-height: 24px;
  color: #333333;
}

.woocommerce-tabs .panel ul {
  margin-bottom: 30px;
}

.woocommerce-tabs .panel ul li {
  color: #333;
  font-size: 15px;
  position: relative;
  line-height: 24px;
  font-family: open sans, sans-serif;
  margin-bottom: 8px;
  padding-left: 25px;
}

.woocommerce-tabs .panel ul li:before {
  content: '';
  position: absolute;
  left: 0;
  background: url('/wp-content/uploads/2020/07/done-icon.svg');
  width: 14px;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin-bottom: 20px;
  min-width: 50px;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs {
  padding-top: 20px;
  padding-left: 20px;
}

.woocommerce-product-gallery .flex-viewport {
  margin-top: 46px;
  margin-bottom: 46px;
}

/* .woocommerce-product-gallery__image{width: 100%!important;max-width: 380px;} */
.logoCompain {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

.logoCompain img {
  max-width: 200px;
  height: auto;
  margin-left: 20px;
}

.slogBottom {
  border-top: 1px solid #E5E5E5;
  background: #ACACAC;
}

.slogBottom span {
  min-width: 122px;
  height: 51px;
  display: block;
  background: url(/wp-content/uploads/2020/09/logo-new.svg);
  margin-right: 23px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.experementSingleImg {
  margin-right: 0px !important;
  margin-bottom: 30px;
}

.slogBottom .container {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 16px;
  background-position: left;
  background-size: auto;
  background-repeat: no-repeat;
}

/* .slogBottom p{color: #333436;font-size: 16px;border-left: 1px solid #E5E5E5;
line-height: 157.9%;font-family: open sans, sans-serif;padding-left: 30px;} */
/* .homeProjects{display: none;} */
.homeContants {
  padding-bottom: 100px;
  margin-top: 125px;
  overflow: hidden;
}

.homeContants .container > h3,
.homeNews .container > h3,
.homeProjects .container > h3 {
  color: #333436;
  font-size: 32px;
  font-family: open sans, sans-serif;
  font-style: normal;
  margin-bottom: 16px;
  line-height: 137.9%;
}

.homeContants p,
.homeNews p {
  font-size: 15px;
  line-height: 175%;
  color: #333436;
  font-family: open sans, sans-serif;
}

.homeContantsFlex {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.homeContantItem {
  background: #30b81d;
  padding: 40px 0px;
  text-align: center;
  border-radius: 20px 2px;
  width: 25%;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 4;
}

.homeContantItem h4 {
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
  margin-bottom: 8px;
  line-height: 200%;
  font-family: open sans, sans-serif;
}

.homeContantItem a {
  display: block;
  font-size: 14px;
  line-height: 200%;
  font-family: open sans, sans-serif;
  color: #FFFFFF;
  opacity: 0.8;
}

.homeContantItem a:hover {
  text-decoration: underline;
}

.homeContantItem p {
  font-size: 14px;
  line-height: 200%;
  font-family: open sans, sans-serif;
  color: #FFFFFF;
  opacity: 0.8;
}

.homeContantItem img {
  display: block;
  margin: 0 auto;
  margin-bottom: 27px;
}

.homeContantSoc {
  display: flex;
  justify-content: center;
}

.homeContantSoc a {
  display: block;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  margin-left: 4px;
  margin-right: 4px;
  transition: 0.5s;
}

.homeContantSoc .contactFacebook {
  background: url('/wp-content/uploads/2020/07/facebook-icon.svg');
}

.homeContantSoc .contactYoutube {
  background: url('/wp-content/uploads/2020/09/youtube.svg');
}

.homeContantSoc .contactPing {
  background: url('/wp-content/uploads/2020/07/ping.svg');
}

.homeContantSoc a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.homeContantsFlex .homeContantItem:first-child {
  margin-left: 0px;
}

.homeContantsFlex .homeContantItem:last-child {
  margin-right: 0px;
}

.homeNewsItem h3 a {
  color: #333436;
  font-weight: 700;
  font-size: 15px;
  transition: 0.5s;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
}

.homeNewsItem:hover h3 a {
  transition: 0.5s;
  color: #30b81d;
}

.homeNewsList {
  margin-top: 60px;
  position: relative;
}

.homeNews:after,
.homeNewsList:after,
.homeNews .container:after {
  content: '';
  clear: both;
  display: table;
}

.homeNewsList .homeNewsItem:first-child {
  float: left;
  margin-right: 30px;
  width: 100%;
  max-width: 470px;
}

.homeNewsItem {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.homeNewsItem .homeNewsItemImg {
  max-width: 110px;
  min-width: 110px;
  max-height: 110px;
  height: 110px;
  width: 110px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.homeNewsList .homeNewsItem:first-child .homeNewsItemImg {
  max-width: 100%;
  max-height: 400px;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.lastTitle {
  display: none;
  position: absolute;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 190%;
  font-family: open sans, sans-serif;
  background: #39B54A;
  border-radius: 18px;
  padding: 6px 16px;
  top: 12px;
  left: 12px;
}

.homeNewsList .homeNewsItem:first-child .lastTitle {
  display: block;
}

.homeNewsList .homeNewsItem:first-child {
  flex-direction: column;
  margin-bottom: 0px;
}

.homeNewsItemInfo {
  margin-left: 20px;
}

.homeNewsList .homeNewsItem:first-child .homeNewsItemInfo {
  margin-left: 0px;
  margin-top: 20px;
}


.homeAllNews {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  transition: 0.5s;
  border: 2px solid #30b81d;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  background: #30b81d;
  border-radius: 20px 2px;
  padding: 12px 23px;
}

.homeAllNews:hover {
  transition: 0.5s;
  background: transparent;
  color: #30b81d;
  border: 2px solid #30b81d;
}

.homeNewsItemData {
  color: #ACACAC;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
  line-height: 190%;
  font-family: open sans, sans-serif;
}

.homeNewsItemData:before {
  content: '';
  background: url(/wp-content/uploads/2020/07/data-icon.svg);
  display: block;
  width: 14px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 1px;
  left: 0px;
  position: absolute;
}

.footerNews a {
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 200%;
  color: #FFFFFF;
  font-family: open sans, sans-serif;
  display: block;
}

.footerNews .homeNewsItem {
  margin-bottom: 0px;
}

.footerNews .homeNewsItemData:before {
  display: none;
}

.footerNews .homeNewsItemInfo {
  margin-left: 0px;
}

.footerNews .homeNewsItemData {
  padding-left: 0px
}

div#n2-ss-2 .n2-ss-slide,
div#n2-ss-3 .n2-ss-slide,
div#n2-ss-4 .n2-ss-slide,
div#n2-ss-5 .n2-ss-slide {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
  opacity: 1;
}

.sliderContainer {
  width: 100%;
  position: relative;
  display: flex;
  z-index: 9;
}

.homeNews {
  margin-top: 112px;
}

.tabsHomeList {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #E5E5E5;
}

.tabsHomeList span {
  color: #333436;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  font-size: 12px;
  padding-top: 23px;
  padding-bottom: 23px;
  line-height: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: open sans, sans-serif;
  height: 100%;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  justify-content: center;
}

.tabsHomeList > div {
  display: flex;
  max-width: 727px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}

.tabActive {
  border-bottom: 3px solid #30b81d !important;
}

.detailHomeTab {
  display: none;
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  background: #30b81d;
  font-size: 14px;
  margin-top: 29px;
  cursor: pointer;
  transition: 0.5s;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  padding: 12px 33px;
  border: 2px solid #30b81d;
  display: inline-block;
  border-radius: 20px 2px;
  color: #FFFFFF;
  font-weight: 700;
  width: 160px;
  /* top: 0; */
  position: absolute;
  bottom: 0;
}

.detailHomeTab:hover {
  transition: 0.5s;
  background: transparent;
  color: #30b81d;
  border: 2px solid #30b81d;
}

.tabItem {
  max-width: 727px;
  padding-bottom: 100px;
  display: none;
  overflow: hidden;
  max-height: 365px;
  position: relative;
  transition: 0.5s;
  margin-left: 443px;
}

.tabItemActive {
  display: block;
}

.tabItem h4 {
  color: #333436;
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
}

.tabItem p {
  font-size: 16px;
  color: #333436;
  line-height: 175%;
  font-family: open sans, sans-serif;
}

.tabItem span {
  background: #30b81d;
  font-size: 14px;
  margin-top: 29px;
  cursor: pointer;
  border: 2px solid #30b81d;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  padding: 12px 33px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 20px 2px;
  color: #FFFFFF;
  font-weight: 700;
}

.tabItem span:hover {
  transition: 0.5s;
  background: transparent;
  color: #30b81d;
  border: 2px solid #30b81d;
}

.relativeTab {
  position: relative;
}

.sliderHome .absoluteTab {
  position: absolute;
  padding-bottom: 100px;
  height: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 440px;
  margin-left: -40px;
  background: #30b81d;
  z-index: 6;
  bottom: 0;
}

.sliderHome .absoluteTab:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: url(/wp-content/uploads/2021/05/img_4691.jpg);
  background-position: 100% 100%;
  background-size: cover;
}

.absoluteTabImg {
  width: 100%;
  max-width: 478px !important;
  height: 500px;
  right: 100px;
  position: absolute;
  bottom: 0px;
  /*background: url(/wp-content/uploads/2021/05/img_1.jpg); */
  background-position: 100% 100%;
  background-size: cover;
}

.absoluteTab h4 {
  font-size: 28px;
  line-height: 137.9%;
  color: #FFFFFF;
  font-family: open sans, sans-serif;
  margin-bottom: 16px;
}

.absoluteTab p {
  font-size: 15px;
  line-height: 175%;
  color: #FFFFFF;
  font-family: open sans, sans-serif;
}

.absoluteTab div {
  max-width: 340px;
}

.sliderContainer .n2-ss-slider .nextend-bullet-bar .n2-ow {
  border-radius: 50%;
  margin: 5px !important;
}

/* .sliderContainer .n2-ss-slider .nextend-bullet-bar .n2-ow div{margin:10px!important;} */

.breadcrumb {
  margin-top: 18px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: #676767;
  font-size: 14px;
  line-height: 137.9%;
  font-family: open sans;
}

.breadcrumb .current-item {
  color: #CDCDCD;
  font-size: 14px;
  line-height: 137.9%;
  font-family: open sans;
}

.breadcrumbsDist {
  width: 21px;
  border-top: 1px solid #E5E5E5;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

.activePageMenu {
  background: #30b81d;
  border-radius: 20px 0px;
}

.pageMenuLeft a {
  padding: 16px 39px 16px 25px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  width: 100%;
  max-width: 270px;
  line-height: 18px;
  font-family: open sans, sans-serif;
  color: #333436;
}

.pageMenuLeft a.activePageMenu {
  color: #fff;
}

.pageMenuLeft a:nth-child(1):before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 20px;
  background: url('/wp-content/uploads/2020/07/about-icon.svg');
}

.pageMenuLeft a:nth-child(2):before {
  content: '';
  width: 20px;
  height: 21px;
  display: block;
  margin-right: 20px;
  background: url('/wp-content/uploads/2020/07/news-icon.svg');
}

.pageMenuLeft a:nth-child(3):before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 20px;
  background: url('/wp-content/uploads/2020/07/about-icon.svg');
}

.pageMenuLeft a:nth-child(4):before {
  content: '';
  width: 22px;
  height: 21px;
  display: block;
  margin-right: 20px;
  background: url('/wp-content/uploads/2020/08/cart2.svg');
  background-size: cover;
}

.pageMenuLeft a:nth-child(5):before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 20px;
  background: url('/wp-content/uploads/2020/07/contact-icon.svg');
}

.pageMenuLeft a.activePageMenu:nth-child(1):before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 20px;
  background: url('/wp-content/uploads/2020/07/about-icon-h.svg');
}

.pageMenuLeft a.activePageMenu:nth-child(2):before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 20px;
  background: url('/wp-content/uploads/2020/07/news-icon-h.svg');
}

.pageMenuLeft a.activePageMenu:nth-child(3):before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 20px;
  background: url('/wp-content/uploads/2020/07/about-icon-h.svg');
}

.pageMenuLeft a.activePageMenu:nth-child(4):before {
  content: '';
  width: 17px;
  height: 21px;
  display: block;
  margin-right: 20px;
  background: url('/wp-content/uploads/2020/07/expiriens-icon-h.svg');
}

.pageMenuLeft a.activePageMenu:nth-child(5):before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 20px;
  background: url('/wp-content/uploads/2020/07/contact-icon-h.svg');
}

.pageMenuLeft {
  max-width: 270px;
  margin-right: 30px;
  min-width: 270px;
}

.pageMenuLeft {
  display: none;
}

.sectionWithMenu {
  display: flex;
}

.contactPage h1,
.aboutPage h1,
.experementPage h1,
.newsPage h1 {
  font-family: open sans, sans-serif;
  font-size: 32px;
  line-height: 137.9%;
  color: #333436;
  margin-bottom: 10px;
}

.contactPage .pageMenuRight > p,
.experementPage .pageMenuRight > p {
  font-size: 16px;
  line-height: 200%;
  color: #333436;
  font-family: open sans, sans-serif;
}

.pageMenuRight {
  width: 100%;
  /*max-width: 870px;8*/
  max-width: 100%;
}

.contactMap {
  height: 411px;
  margin-top: 30px;
}

.contactPageList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 140px;
  margin-top: 40px;
}

.contactPageItem {
  width: 24%;
}

.contactPageItem h4 {
  font-weight: 700;
  font-size: 15px;
  font-family: open sans, sans-serif;
  margin-bottom: 12px;
  line-height: 200%;
  color: #14141D;
  text-transform: uppercase;
}

.contactPageItem a {
  display: block;
  color: #30b81d;
  font-size: 15px;
  line-height: 200%;
  font-family: open sans, sans-serif;
}

.contactPageItem a:hover {
  text-decoration: underline;
}

.contactPageItem p {
  font-size: 15px;
  line-height: 200%;
  color: #14141D;
  font-family: open sans, sans-serif;
}

.contactSocList {
  display: flex;
}

.contactSocList a {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  margin-right: 4px;
  opacity: 0.6;
  transition: 0.5s;
}

.contactSocList a:hover {
  transition: 0.5s;
  opacity: 1;
}

.contactFacebook {
  background: url('/wp-content/uploads/2020/11/fb.png');
  opacity: 0.3;
}

.contactFacebook:hover {
  transition: 0.5;
  opacity: 0.6;
}

.contactYoutube {
  background: url('/wp-content/uploads/2020/09/youtube.svg');
  opacity: 0.6 !important;
  transition: 0.5s;
}

.contactYoutube:hover {
  transition: 0.5s;
  opacity: 1 !important;
}

.footerInstagram {
  background: url('/wp-content/uploads/2020/07/instagram.svg');
  opacity: 0.6 !important;
  transition: 0.5s;
}

.footerInstagram:hover {
  transition: 0.5s;
  opacity: 1 !important;
}

.footerTelegram {
  background: url('/wp-content/uploads/2020/07/telegram.png');
  opacity: 0.6 !important;
  transition: 0.5s;
  background-size: contain;
}

.footerTelegram:hover {
  transition: 0.5s;
  opacity: 1 !important;
}

.contactPin {
  background: url('/wp-content/uploads/2020/07/pin.svg');
}

.aboutMainImg {
  margin-top: 25px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
  width: 65%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aboutPage .pageMenuRight h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 40px;
  line-height: 24px;
  color: #333333;
  font-family: open sans, sans-serif;
  text-align: center;
}

.aboutPage {
  margin-bottom: 80px;
}

.seo_tekst {
  height: 410px;
  overflow: hidden;
  margin-bottom: 15px;
}
.seo_tekst.show{
  height: auto;
}


.experementTabs {
  display: flex;
  margin-top: 26px;
  border-bottom: 1px solid #E5E5E5;
}

/* .experementTabs span{width: 25%;color: #333436;font-weight: 700;padding-bottom: 24px;padding-top: 24px;
font-size: 13px;text-align: center;cursor: pointer;
line-height: 18px;text-transform: uppercase;font-family: open sans, sans-serif;} */
/* .experementTabs span.experementTabsActive{color: #30b81d;border-bottom: 3px solid #30b81d; } */
.experementTabBlocks > div {
  display: none;
}

.experementTabBlocks > div:nth-child(1) {
  display: block;
}

.singlePostSection .experementsItemImg {
  height: 500px;
}

/* .homeProjectBlock .slick-track,.homeProjectBlock .slick-slide{min-width: 100%!important;} */
.experementsItemImg {
  min-width: 370px;
  height: 300px;
  margin-right: 30px;
  border-radius: 20px 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.singlePostSection .experementSingleImg div:nth-child(1) {
  background-size: contain !important;

  background-repeat: no-repeat !important;
  background-position: right !important;
}

.singlePostSection .experementSingleImg div:nth-child(2) {
  background-size: contain !important;

  background-repeat: no-repeat !important;
  background-position: left !important;
}

.experementsItem > a {
  display: flex;
}

.experementsHidden {
  display: none;
}

.experementsList .experementsHidden:nth-child(1) {
  display: block;
}

.experementsList {
  margin-top: 10px;
  margin-bottom: 140px;
}

.experementsItem {
  margin-top: 30px;
  position: relative;
}

.experementsItem h3 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
}

.woof_reset_search_form,
.buttomStyle {
  background: #30b81d;
  cursor: pointer;
  border-radius: 20px 2px;
  padding: 12px 23px;
  font-weight: 700;
  font-size: 14px;
  width: fit-content;
  transition: 0.5s;
  border: 2px solid #30b81d;
  line-height: 137.9%;
  color: #FFFFFF;
  font-family: open sans;
}
.woof_reset_search_form:hover,
.buttomStyle:hover {
  transition: 0.5s;
  background: transparent;
  color: #30b81d;
  border: 2px solid #30b81d;
}

.experementsItem .buttomStyle {
  position: absolute;
  bottom: 30px;
  right: 0px;
}

.experementsItem:hover h3 {
  color: #30b81d;
  text-decoration: underline;
}

.peaIcon,
.cornIcon,
.wheatIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.peaIcon:before {
  content: "";
  background: url('/wp-content/uploads/2020/07/pea-icon.svg');
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 13px;
}

.cornIcon:before {
  content: "";
  background: url('/wp-content/uploads/2020/07/corn-icon.svg');
  display: block;
  width: 14px;
  height: 16px;
  margin-right: 13px;
}

.wheatIcon:before {
  content: "";
  background: url('/wp-content/uploads/2020/07/wheat-icon.svg');
  display: block;
  width: 17px;
  height: 16px;
  margin-right: 13px;
}

.newsItemImg {
  min-width: initial;
  height: 260px;
  margin-right: 0px;
  background-size: cover;
  background-position: center;
}

.newsItem {
  display: flex;
  margin-top: 25px;
}

.newsItem .buttomStyle {
  display: block;
  margin-top: 25px;
}

.newsItem h3 a {
  font-family: open sans, sans-serif;
  font-size: 18px;
  display: block;
  margin-top: 8px;
  line-height: 137.9%;
  color: #333436;
  margin-bottom: 9px;
  min-height: 72px;
}

.newsItem .newsData {
  color: #ACACAC;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
  line-height: 190%;
  font-family: open sans, sans-serif;
}

.newsItem:hover h3 a {
  text-decoration: underline;
  color: #30b81d;
}

.newsItem .newsData:before {
  content: '';
  background: url(/wp-content/uploads/2020/07/data-icon.svg);
  display: block;
  width: 14px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 1px;
  left: 0px;
  position: absolute;
}

.nextpostslink {
  display: inline-block;
  width: 10px;
  height: 19px;
  background: url('/wp-content/uploads/2020/07/pagi-r.svg');
  background-size: cover;
  margin-left: 23px;
}

.previouspostslink {
  display: inline-block;
  width: 10px;
  height: 19px;
  background: url('/wp-content/uploads/2020/07/pagi-l.svg');
  background-size: cover;
  margin-right: 23px;
}



.newsPage {
  margin-bottom: 100px;
}

.newsPage .wp-pagenavi {
  margin-top: 36px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.newsPage .wp-pagenavi .page,
.newsPage .wp-pagenavi .current {
  display: none;
}

.newsPage .currentPage {
  font-weight: 700;
  font-size: 42px;
  font-family: open sans, sans-serif;
  line-height: 137.9%;
  color: #30b81d;
}

.newsPage .allPage {
  font-size: 20px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
}

.newsPage .separatorNavi {
  width: 17.68px;
  display: inline-block;
  background: url('/wp-content/uploads/2020/07/sep.svg');
  height: 30px;
  background-repeat: no-repeat;
}

.singlePostSection {
  margin-bottom: 60px;
}

.sendMessage {
  display: flex;
  margin-top: 76px;
  justify-content: space-between;
}

.sendMessageLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sendMessageLeft h3 {
  font-size: 32px;
  margin-bottom: 28px;
  max-width: 300px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
}

.sendMessageLeft p {
  font-size: 13px;
  line-height: 190%;
  font-family: open sans, sans-serif;
  color: #333436;
}

.sendMessageRight h3 {
  text-align: center;
  margin-bottom: 32px;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
}

.sendMessageRight {
  background-color: #30b81d;
  padding: 77px 85px 108px;
  max-width: 470px;
  background-image: url('/wp-content/uploads/2020/07/bg-form.svg');
  background-repeat: no-repeat;
  border-radius: 20px 2px;
  background-position-y: center;
}

.sendMessageRight input {
  max-width: 100%;
  width: 100%;
}

.sendMessageRight input[type="tel"],
.sendMessageRight input[type="text"] {
  background: transparent;
  color: #fff;
  font-size: 13px;
  border: 0px;
  line-height: 18px;
  font-family: open sans, sans-serif;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e6e6e666;
}

.sendMessageRight input[type="tel"]::placeholder,
.sendMessageRight input[type="text"]::placeholder {
  color: #ffffff99;
  font-size: 13px;
  line-height: 18px;
}

input:focus {
  outline: 0px;
}

.sendMessageRight input[type="tel"] {
  margin-top: 7px;
}

.sendMessageRight input[type="submit"] {
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 20px 2px;
  color: #333436;
  font-weight: 700;
  border: 0px;
  font-size: 14px;
  display: block;
  width: fit-content;
  margin: 51px auto 0;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  padding: 14px 25px;
}

.wp-pagenavi a.last,
.wp-pagenavi .extend {
  display: none;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.activeMenu {
  color: #30b81d;
  border-bottom: 3px solid #30b81d;
}

.homeProjectTab img {
  height: fit-content;
  margin-right: 8px;
}

.homeProjectTab {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #333436;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  font-size: 13px;
  line-height: 18px;
  font-family: open sans, sans-serif;
  justify-content: center;
}

.homeProjectTabs {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  justify-content: space-between;
}

.homeProjectTabActive {
  color: #30b81d !important;
  border-bottom: 3px solid #30b81d;
}

.homeProjectBlock {
  position: relative;
}

.homeProjectBlockActive {
  display: block !important;
}

.homeProjectBlockToggle {
  display: none;
}

.homeProjectBlockToggleActive {
  display: block;
}

.homeProjectBlockActive .buttomStyle {
  display: block;
  position: static;
  margin-top: 30px;
}

.homeProjectBlock .experementsItem {
  margin-top: 54px;
}

.homeProjects > .container {
  position: relative;
}

.woof_childs_list_li .woof_childs_list_opener{
  display: none !important;
}

.productCatBlockActive {
  display: block;
}

.productCatTabLinkActive {
  color: #30b81d !important;
  border-bottom: 3px solid #30b81d !important;
}

.productCatBlocks {
  margin-top: 40px;
}

.productCatBlock .product img {
  max-width: 220px;
}

.productCatBlock div.product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: 100% 100%;
  transition: 0.5s;
  border-radius: 20px 2px;
  padding-right: 20px;
}

.productCatBlock div.product:hover {
  background-image: url(/wp-content/uploads/2020/07/prod-back.png);
  background-repeat: no-repeat;
  transition: 0.5s;
  background-color: #F5F5F5;
}

/* .productCatBlock .product:hover table:before{    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0.3), #F5F5F5 100%);transition: 0.5s;} */
.productCatBlock .product h3 > a {
  color: #333436;
  font-size: 26px;
  display: block;
  margin-bottom: 27px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
}

.productBlockRight .buttomStyle {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.productBlockCenter {
  max-width: 382px;
  width: 100%;
}

.detailProduct {
  border: 1px solid #CDCDCD;
  box-sizing: border-box;
  display: block;
  padding: 14px 45px;
  border-radius: 20px 2px;
  color: #676767;
  font-size: 14px;
  width: 100%;
  text-align: center;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
}

.productBlockRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.productCatBlock .product h4 {
  font-size: 13px;
  margin-bottom: 6px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  color: #ACACAC;
  text-transform: uppercase;
  margin-top: 27px;
}

.productCatBlock .product table td {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  font-family: open sans, sans-serif;
}

.productCatBlock .product table td:nth-child(2) {
  text-align: right;
}

.productCatBlock .product table {
  width: 100%;
}

.woocommerce .ced .product img {
  max-width: 150px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 175px;
}

.cateLastHomeList *:focus {
  outline: 0px;
}

.homeProjectBlock .nextProductArrow,
.cateLastHomeList .nextProductArrow {
  position: absolute;
  right: -45px;
  width: 45px;
  height: 45px;
  display: block;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  transform: translate(0px, -50%);
  background-color: #E6E6E6;
  border-radius: 12px 2px;
  background-image: url('/wp-content/uploads/2020/07/arrow-l-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.homeProjectBlock .nextProductArrow:hover,
.cateLastHomeList .nextProductArrow:hover {
  ;
  background-color: #16A203;
  transition: 0.5s;
}

.cateLastHomeItem img {
  width: auto;
  position: absolute;
  max-height: 250px;
  display: block;
  margin: 0 auto;
  right: -25%;
  max-width: 100%;
}

.cateLastHomeItem {
  background-color: #F5F5F5;
  transition: 0.5s;
  position: relative;
  background-position: 100% 100%;
  overflow: hidden;
  border-radius: 20px 2px;

}

.experementsItemImg {
  display: flex;
}

.experementsItemImg > div {
  width: 50%;
  position: relative;
}

.experementsItemImg > div > span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 15px;
  font-family: open sans, sans-serif;
  font-size: 16px;
  border-radius: 13.8062px;
}

.cateLastHomeItem h3 {
  position: relative;
  padding-right: 18px;
  font-size: 20px;
  margin-bottom: 17px;
  line-height: 148.9%;
  margin-top: 10px;
  color: #333436;
  transition: 0.5s;
  font-weight: bold;
  font-family: open sans, sans-serif;
}

.cateLastHomeItem a span {
  color: #333436;
  font-size: 14px;
  font-family: Open Sans;
  transition: 0.5s;
  line-height: 175%;
}

.cateLastHomeItem:hover a span {
  color: #fff;
  transition: 0.5s;
}

.cateLastHomeItem:hover h3 {
  transition: 0.5s;
  color: #fff;
}

.cateLastHomeItem h3:after {
  content: '';
  position: absolute;
  right: 0px;
  background: url('/wp-content/uploads/2020/07/form-right.svg');
  display: block;
  width: 7px;
  height: 100%;
  top: 0;
  transition: 0.5s;
  background-repeat: no-repeat;
  display: none;
  background-position: center;
}

.cateLastHomeItem:hover h3:after {
  background-image: url('/wp-content/uploads/2020/10/form-right-w.svg');
  transition: 0.5s;
}

.cateLastHomeList .slick-list {
  padding-top: 20px;
}

.cateLastHomeItem a {
  display: flex;
  padding: 24px 120px 32px 20px;
  min-height: 320px;
  flex-direction: column;
  justify-content: center;
}

.cateLastHomeItem:hover {
  background: #16A203;
  transition: 0.5s;
  margin-top: -20px;
}

.cateLastHomeList .slick-slide {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.cateLastHomeList {
  margin-top: 40px;
}

.homeProjectBlock .prevProductArrow,
.cateLastHomeList .prevProductArrow {
  position: absolute;
  left: -45px;
  width: 45px;
  height: 45px;
  display: block;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  transform: translate(0px, -50%);
  background-color: #E6E6E6;
  background-image: url('/wp-content/uploads/2020/07/arrow-r-white.svg');
  border-radius: 12px 2px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.homeProjectBlock .prevProductArrow:hover,
.cateLastHomeList .prevProductArrow:hover {
  transition: 0.5s;
  background-color: #16A203;
}

.homeProjectBlock .slick-slide {
  padding-left: 2px;
}

.woocommerce .ced .productBlockRight,
.woocommerce .ced .productsAttributes {
  display: none;
}

.productsAttributes {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: open sans, sans-serif;
}

.woocommerce .ced .productBlockCenter h3 a {
  color: #333436;
  font-size: 15px;
  padding-right: 18px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  position: relative;
}

.woocommerce .ced .productBlockCenter h3 {
  text-align: center;
  margin-top: 20px;
}

.woocommerce .ced .productBlockCenter h3 a:after {
  content: '';
  position: absolute;
  right: 0px;
  background: url(/wp-content/uploads/2020/07/form-right.svg);
  display: block;
  width: 7px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce .ced .productBlockCenter {
  margin: 0 auto;
}

.woocommerce .ced ul.products li.first,
.woocommerce .ced ul.products li.first {
  clear: none;
}

.woocommerce .ced ul.products {
  display: flex;
  justify-content: space-between;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 8px 0px;
}

.mobFilterClick {
  background: #F5F5F5;
  font-family: open sans, sans-serif;
  padding: 12px;
  display: none;
  width: 100%;
  justify-content: center;
  border: 1px solid #CDCDCD;
  margin-bottom: 15px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333436;
  font-weight: 700;
  font-size: 14px;
  line-height: 137.9%;
}

.mobFilterClick:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background: url('/wp-content/uploads/2020/07/filter-icon.svg');
  margin-right: 12px;
}





.woocommerce .productListRight ul.products li.product,
.woocommerce-page .productListRight ul.products li.product {
  width: 100%;
}

.woof_container_inner .woof_tooltip_header {
  display: none;
}

.filterLeft {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  height: fit-content;
  border-radius: 20px 2px;
  padding: 25px 0px 20px 0px;
}

.woocommerce-products-header__title.page-title {
  font-size: 28px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
  margin-bottom: 44px;
}

.filterLeft .widget-woof > .widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #333436;
  font-family: open sans, sans-serif;
  margin-bottom: 19px;
  display: block;
}

.filterLeft ul.woof_list {
  display: flex;
  flex-direction: column;
}

.filterLeft .widget-woof > .widget-title {
  padding-left: 20px;
}

.filterLeft h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #333436;
  font-family: open sans, sans-serif;
  margin-bottom: 20px;
}

.woof_checkbox_count {
  display: none;
}

.woof_list label {
  color: #333333;
  font-size: 12px;
  padding-top: 0px;
  line-height: 20px;
  font-family: open sans, sans-serif;
}

.woocommerce .ced li.product {
  width: 22.05%;
}

.woocommerce .content-area .site-main {
  margin: 0px;
}

.mobHeadProduct h1 {
  font-size: 26px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
}

.mobHeadProduct {
  margin-bottom: 21px;
}

.woocommerce .ced li.product {
  width: 25% !important;
}

.woof_block_html_items {
  display: block;
  max-height: 188px;
  overflow-y: scroll;
}

.showAttributes {
  font-size: 12px;
  line-height: 24px;
  color: #30b81d;
  font-family: open sans, sans-serif;
  margin-top: 8px;
  cursor: pointer;
}

.showAttributes:hover {
  text-decoration: underline;
}

.single-post h1 {
  font-size: 28px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
  margin-bottom: 30px;
}

.productApplicationBack {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.productApplication {
  position: fixed;
  background-color: #FFFFFF;
  z-index: 101;
  padding: 90px 85px 88px 85px;
  display: none;
  background-image: url('/wp-content/uploads/2020/07/bg-forms.png');
  background-repeat: no-repeat;
  border-radius: 20px 2px;
  max-width: 470px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position-y: center;
}

.productApplication form {
  width: 100%;
}

.productApplication h3 {
  font-size: 22px;
  line-height: 137.9%;
  color: #333436;
  text-align: center;
  font-family: open sans, sans-serif;
  margin-bottom: 21px;
}

.productApplication input[type="submit"] {
  background: #30b81d;
  border-radius: 20px 2px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  padding: 14px 25px;
  border: 0px;
  display: block;
  width: fit-content;
  margin: 21px auto 0;
}

.productApplication input[type="text"],
.productApplication input[type="tel"],
.productApplication select {
  width: 100%;
  font-size: 13px;
  background-color: transparent;
  line-height: 18px;
  font-family: open sans, sans-serif;
  color: #333436;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px;
  border-bottom: 1px solid #E6E6E6;
}

.productApplication p.small {
  font-size: 14px;
  margin-bottom: 15px;
}

.productApplication span.label-text {
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.nameProduct {
  display: none;
}

.productApplication input[type="text"] {
  margin-bottom: 8px;
}

.mobCloseFilter {
  width: 30px;
  cursor: pointer;
  height: 30px;
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  background: url(/wp-content/uploads/2020/07/close-mob.svg);
}

.productApplication .closeFormsSpan {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  background: url('/wp-content/uploads/2020/07/close-forms.svg');
  opacity: 0.3;
  cursor: pointer;
  transition: 0.5s;
}

.productApplication .closeFormsSpan:hover {
  transition: 0.5s;
  opacity: 0.6;
}

.mobClick {
  width: 30px;
  height: 30px;
  background: url('/wp-content/uploads/2020/07/menu-mob.svg');
  display: none;
  cursor: pointer;
}

.mobMenuBottom {
  text-align: center;
}

.mobMenuBottom li {
  margin-bottom: 10px;
}

.mobMenuBottom li a {
  color: #fff;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-family: open sans, sans-serif;
}

.mobDivNav {
  background-color: #30b81d;
  padding: 36px 30px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 80%;
  max-width: 400px;
  z-index: 100;
  transition: 0.5s;
  transform: translate(-100%, 0px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobLogo {
  display: block;
  width: 155px;
  height: 69px;
  background: url(/wp-content/uploads/2020/09/logo.png);
  background-size: cover;
  /* width: 204px;
  height: 31px;

  background: url('/wp-content/uploads/2020/07/logo-menu-mob.svg'); */
  margin-bottom: 25px;
}

.mobLinks {
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  font-family: open sans, sans-serif;
  margin-bottom: 8px;
  display: block;
}

.mobMenuList a {
  font-size: 22px;
  display: block;
  width: fit-content;
  padding-right: 18px;
  position: relative;
  line-height: 125%;
  color: #FFFFFF;
  font-family: open sans, sans-serif;
  margin-bottom: 17px;
  color: #fff;
}

.mobMenuList {
  margin-top: 30px;
}

.mobMenuList a:after {
  content: '';
  position: absolute;
  right: 0px;
  background: url('/wp-content/uploads/2020/07/white-arrow.svg');
  display: block;
  width: 7px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.closeMob {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 98;
  display: none;
}

.closeMob span {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url('/wp-content/uploads/2020/07/close-mob.svg');
}

.telMore {
  left: -75px;
  min-width: 200px;
  right: 0;
}

#tab-additional_information table {
  width: 100%;
  border-collapse: collapse;
}

#tab-additional_information table td {
  text-align: left;
  font-size: 13px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
  padding: 12px 20px;
}

#tab-additional_information table th {
  text-align: left;
  font-size: 15px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  color: #333436;
  padding: 12px 20px;
}

#tab-additional_information table a {
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
  text-align: left;
  font-size: 15px;
  display: block;
}

#tab-additional_information table tr:nth-child(2n+1) {
  background: #F5F5F5;
}

footer {
  background: #676767;
  padding-top: 75px;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

footer h3 {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 200%;
  font-family: open sans, sans-serif;
}

footer p {
  font-size: 13px;
  color: #ffffff80;
  line-height: 200%;
  font-family: open sans, sans-serif;
}

footer .socTitle {
  margin-top: 16px;
}

footer a {
  color: #ffffff80;
  font-size: 13px;
  margin-bottom: 7px;
  display: inline-block;
  line-height: 200%;
  font-family: open sans, sans-serif;
}

footer a:hover {
  text-decoration: underline;
}

.footerBottom {
  text-align: center;
  padding-bottom: 17px;
  padding-top: 30px;
}

.footerBottom p {
  color: #ffffff80;
  font-family: open sans, sans-serif;
  font-size: 12px;
  line-height: 200%;
}

.socFooter {
  display: flex;
}

.socFooter a {
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.socFooter .footerFacebook {
  display: block;
  background: url('/wp-content/uploads/2020/07/facebook.svg');
  background-size: 11px 23px;
  background-repeat: no-repeat;
  background-position: center;
}

.socFooter .footerYoutube {
  display: block;
  background: url('/wp-content/uploads/2020/09/youtube.svg');
  background-size: 28px 25px;
  background-repeat: no-repeat;
  background-position: center;
}

/* .socFooter .footerInstagram{display: block;background: url('/wp-content/uploads/2020/07/instagram.svg');background-size: 25px 25px;background-repeat: no-repeat;background-position: center;} */

footer .container > div {
  min-width: 150px;
}

footer .container > div:nth-child(2) {
  margin-right: 20px;
}

.tabsHome {
  padding-bottom: 50px;
  min-height: 580px;
}











@media(max-width:1210px) {

  /* .tabItem{margin-bottom: 100px;} */
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sliderHome .absoluteTab {
    padding-top: 100px;
  }

  .sliderContainer {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .tabsHomeList {
    justify-content: space-between;
  }

  .tabsHomeList span {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tabItem {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    max-width: none;
  }

  /* .productsLastHome{margin-top: 0px;} */
  .allExperementLink {
    right: 20px;
  }

  .sliderHome .absoluteTab {
    position: relative;
    margin: 0px;
    width: 100%;
    padding-top: 140px;
    height: 100%;
    top: 0px;
  }

  .sliderHome .absoluteTab {
    text-align: center;
  }

  .sliderHome .container {
    max-width: none;
    padding: 0px;
  }

  .tabsHomeList span {
    height: auto;
  }

  .tabsHomeList > div {
    max-width: none;
  }

}


@media(max-width:1270px) {

  .homeProjectBlock .prevProductArrow,
  .cateLastHomeList .prevProductArrow {
    left: 0px;
  }

  .homeProjectBlock .nextProductArrow,
  .cateLastHomeList .nextProductArrow {
    right: 0px;
  }

  .cateLastHomeList .slick-list,
  .homeProjectBlock .slick-list {
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media (min-width: 1210px) {
  .sliderHome .absoluteTab {
    padding-right: 40px;
    transform: translate(-54%, -2px);
    width: 1000px;
    justify-content: flex-end;
  }

  .page-template-homepage-ua .sliderHome .absoluteTab {
    transform: translate(-56%, -55px);
  }

  .page-template-homepage-en .sliderHome .absoluteTab {
    transform: translate(-56%, -81px);
  }
}







@media(max-width:1080px) {
  .woocommerce .ced .products li:last-child {
    display: none;
  }

  .woocommerce .ced li.product {
    width: 33% !important;
  }
}


@media(max-width:1050px) {
  .mobFilterClick {
    display: flex;
    align-items: center;
  }

  .filterLeft {
    border: 0px;
    margin-right: 0px;
  }

  .resetFilt {
    position: fixed;
    width: 100%;
    transition: 0.5s;
    top: 0;
    transform: translate(-100%, 0px);
    background: #fff;
    width: 100%;
    left: 0;
    overflow: scroll;
    height: 100%;
    z-index: 29;
  }

  .filterLeft .widget-woof > .widget-title {
    padding-left: 0px;
    text-align: center;
  }

  .woof_block_html_items {
    max-height: none;
    overflow-y: auto;
  }
}


@media(min-width:1024px) AND (max-width:1100px) {
  .experementsItemImg {
    min-width: 300px;
  }

}



@media(max-width:1024px) {




  .tabItem span.callForm {
    display: block;
    max-width: max-content;
    margin: 0 auto;
    margin-top: 29px;
  }

  .tabItem span.detailHomeTab {
    left: 50% !important;
    width: max-content;
    transform: translate(-50%, 0px);
  }

  .mobCloseFilter {
    display: block;
  }

  header .container {
    min-height: 63px;
  }

  .mobClick {
    display: block;
  }

  .pageMenuLeft {
    display: none;
  }

  header #site-navigation {
    display: none;
  }

  .mobHeadProduct {
    display: block;
  }

  .productCatBlock .product h3 > a {
    font-size: 22px;
  }

  .product-template-default.woocommerce img,
  .product-template-default.woocommerce-page img {
    width: fit-content;
    margin: 0 auto;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    max-width: none;
    width: 100% !important;
  }

  .entry-summary .sendProduct {
    margin-bottom: 40px;
  }

  .woocommerce-product-gallery {
    justify-content: flex-end;
  }

  .woocommerce-product-gallery--columns-4 .flex-control-thumbs {
    display: flex;
    flex-direction: column;
  }

  .product-template-default h1.product_title {
    display: none;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    max-width: 100%;
    width: 100%;
  }

  .homeContantItem {
    width: 48%;
    margin: 0px;
    margin-bottom: 20px;
  }

  .homeContantsFlex {
    flex-wrap: wrap;
  }

  .homeNewsList .homeNewsItem:first-child .homeNewsItemImg {
    width: 110px;
    height: 110px;
  }

  .homeNewsList .homeNewsItem:first-child .lastTitle {
    display: none;
  }

  .homeNewsList .homeNewsItem:first-child {
    float: none;
    flex-direction: row;
    margin-right: 0px;
    max-width: none;
  }

  .homeNewsList .homeNewsItem:first-child .homeNewsItemInfo {
    margin-left: 20px;
    margin-top: 0px;
  }

  .homeNewsList .homeNewsItem:first-child {
    margin-bottom: 20px;
  }






}



@media(max-width:1024px) AND (min-width:500px) {
  .woocommerce-product-gallery__image {
    width: 100% !important;
    max-width: 80vw;
  }
}


@media(max-width:900px) {
  .homeProjectTab {
    justify-content: flex-start;
    width: 49%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .homeProjectTabs {
    flex-wrap: wrap;
  }
}


@media(max-width:870px) {

  .experementsItemImg {
    width: 100%;
  }

  .experementsItem > a {
    flex-direction: column;
  }

  .experementsItem h3 {
    margin-top: 20px;
  }

  .experementPage .experementsItem {
    max-width: 500px;
    width: 100% !important;
  }

  .experementsItem {
    margin: 30px auto 0;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    align-items: flex-end;
  }

  .experementsItem .buttomStyle {
    position: static;
    margin-top: 30px;
  }

  .PDFdownload p {
    font-size: 18px;
  }

  .PDFdownload {
    margin-bottom: 100px;
    padding: 0px 20px;
    text-align: center;
  }

  /* .PDFdownload:before{left: 50%;
  transform: translate(-50%, 0px);
  top: 53px;} */
  .tabsHomeList span {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabsHomeList span {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
  }

  .tabsHomeList {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabsHomeList > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabsHomeList span {
    padding-top: 10px;
    padding-bottom: 10px;
  }



}


@media(max-width:850px) {
  .woocommerce .ced .products li:last-child {
    display: none;
  }

  .woocommerce .ced .products li:nth-child(3) {
    display: none;
  }

  .woocommerce .ced li.product {
    width: 50% !important;
  }

  .allExperementLink {
    top: 17px;
  }

  .benefitsItem {
    width: 50%;
  }

  .benefitsItem img {
    height: 40vw;
  }
}





@media(max-width:800px) {
  .reverseContact {
    display: flex;
    flex-direction: column-reverse;
  }

  .contactPage {
    padding-left: 0px;
    padding-right: 0px;
  }

  .contactPage h1,
  .contactPage .pageMenuRight > p,
  .contactPage .contactPageList,
  .contactPage .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contactPage .contactPageList {
    margin-top: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .contactPageItem {
    width: 49%;
    margin-bottom: 10px;
  }

  footer .container > div:nth-child(2) {
    display: none;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .experementsList {
    margin-bottom: 70px;
  }

  .sendMessageRight {
    padding: 37px 45px 58px;
  }

  .newsItem {
    flex-direction: column;
  }

  .newsItemImg {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  header#masthead {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }


}


@media(max-width:750px) {
  .sendMessage {
    flex-direction: column;
    margin-top: 46px;
    align-items: center;
  }

  .sendMessageLeft h3 {
    max-width: none;
  }

  .sendMessageLeft {
    text-align: center;
    margin-bottom: 30px;
  }

}


@media(max-width:620px) {
  .productCatBlock .product {
    flex-direction: column;

    align-items: center;
  }

  .productCatBlock .product .productsAttributes {
    display: none;
  }

  .productCatBlock .product h3 > a {
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .productCatBlock .product {
    margin-bottom: 20px !important;
  }

  .tabItem h4 {
    font-size: 24px;
  }

  .tabsHomeList > div {
    justify-content: center;
  }

  .tabsHomeList span {
    width: 100%;
  }


  .subscribeText:before {
    width: 80px;
    height: 80px;
    background-size: contain;
  }

  .subscribeText {
    padding-left: 80px;
    min-height: 80px;
  }

  .subscribeForm {
    padding-bottom: 37px;
    padding-left: 38px;
    padding-right: 43px;
  }

  .subscribeText h3 {
    font-size: 18px;
  }

  .subscribeText p {
    font-size: 14px;
  }

}

@media(max-width:660px) {
  .cateLastHomeItem img {
    right: -85px;
  }
}

@media(max-width:600px) {
  .usedProduct {
    flex-direction: column;
  }

  .logoCompain {
    flex-direction: column;
  }

  .logoCompain img {
    margin-left: 0px;
  }
}



@media(max-width:560px) {


  .textWrapped li {
    font-size: 13px;
  }

  footer .container {
    flex-direction: column;
  }

  .experementsItem h3 {
    font-size: 22px;
    line-height: 137.9%;
  }

  p {
    font-size: 13px;
    line-height: 190%;
  }

  .contactPage h1,
  .aboutPage h1,
  .experementPage h1,
  .newsPage h1 {
    font-size: 28px;
    line-height: 137.9%;
  }

  .aboutPage {
    margin-bottom: 65px;
  }

  .product-template-default .buttomStyle {
    display: block;
    margin: 0 auto;
  }

  .woocommerce .ced li.product {
    width: 100% !important;
    margin-bottom: 0px !important;
  }

  .woocommerce .ced .products li:nth-child(2) {
    display: none;
  }

  .experementsItem .buttomStyle {
    margin: 30px auto 0;
  }

  .homeNews,
  .homeContants,
  .productsLastHome {
    margin-top: 60px;
  }

  .benefitsSection {
    padding-top: 60px;
  }

  .homeContants {
    padding-bottom: 60px;
  }

  .headPhone span,
  header .headPhone:after {
    display: none
  }

  header .headPhone:before {
    width: 22px;
    height: 22px;
  }

  header .headPhone {
    min-height: 22px;
    display: block;
  }

  .productCatTabs .productCatTabLink {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: flex-start;
  }

  .productCatTabs {
    flex-direction: column;
  }

  .telMore {
    left: -165px;
  }

  .lang {
    display: none;
  }

  .benefitsItem {
    width: 100%;
  }

  .benefitsItem img {
    height: 40vw;
  }

  .benefitsList {
    justify-content: center;
  }

  .benefitsItem {
    max-width: 390px;
  }

  .benefitsItem img {
    height: 70vw;
  }

  /* .benefitsList .benefitsItem:last-child{
  max-height: 300px;
  height: 71vw;
} */
}


@media(max-width:530px) {
  .downloadCatalog {
    max-width: 340px;
  }

  .PDFdownload {
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .PDFdownload span {
    justify-content: center;
  }
}



@media(max-width:520px) {
  .homeContantItem {
    width: 100%;
  }

  .homeContantItem img {
    max-width: 25px;
    max-height: 25px;
  }
}



@media(max-width:500px) {

  /* .slogBottom p{display:none;} */
  .slogBottom .container {
    justify-content: center;
  }

  .experementsItemImg {
    min-width: auto;
    margin-right: 0px;
  }

  .experementsItemImg {
    max-height: 270px;
    height: 270px;
  }

  .woocommerce-product-gallery {
    flex-direction: column;
  }

  .woocommerce-product-gallery--columns-4 .flex-control-thumbs {
    flex-direction: row;
    justify-content: center;
  }

  .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .woocommerce-product-gallery__wrapper img {
    max-width: 250px;
  }

  .woocommerce-product-gallery--columns-4 .flex-control-thumbs {
    padding-left: 0px;
  }

  .woocommerce-product-gallery__image {
    max-width: none;
  }

  .woocommerce-tabs ul.tabs {
    display: flex;
  }

  .woocommerce-tabs ul.tabs li {
    width: 100%;
    margin-right: 0px;
  }

  .woocommerce-tabs ul li a {
    margin-right: 0px;
    width: 100%;
  }

  .woocommerce-product-gallery {
    height: 425px;
  }

  .newsItemImg {
    min-width: 250px;
    height: 250px;
  }

  .newsItem h3 a {
    font-size: 19px;
    line-height: 137.9%;
  }

  .newsItem .buttomStyle {
    display: none;
  }

  .productsLastHomeList li.product {
    padding: 24px 30px 32px !important;
  }

  .homeAllNews {
    display: none;
  }

  .allExperementLink {
    left: 0px;
    position: relative;
    top: 0px;
    right: auto;
    margin: 20px auto;
    display: block;
    width: fit-content;
  }


}


@media(max-width:455px) {
  .subscribeText {
    padding-left: 0px;
    align-items: center;
  }

  .subscribeHome #sbscrbr-form {
    flex-direction: column;
  }

  .subscribeHome #sbscrbr-form input[type="submit"] {
    margin-left: 0px;
    margin-top: 16px;
    display: block;
  }

  .subscribeText:before {
    position: relative;
  }

  .subscribeText h3 {
    text-align: center;
  }

  .subscribeText p {
    text-align: center;
  }

  .subscribeForm {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}



@media(max-width:450px) {
  .contactPageItem {
    width: 100%;
  }

  .experementTabs {
    flex-direction: column;
  }

  .experementTabs span {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: flex-start;
  }

  .cateLastHomeItem img {
    position: relative;
    right: auto;
  }

  .cateLastHomeItem a {
    padding-right: 20px;
  }

  .homeProjectBlock .nextProductArrow,
  .cateLastHomeList .nextProductArrow {
    width: 35px;
    height: 35px;
  }

  .homeProjectBlock .prevProductArrow,
  .cateLastHomeList .prevProductArrow {
    width: 35px;
    height: 35px;
  }

  .cateLastHomeList .slick-list {
    margin-left: 35px;
    margin-right: 35px;
  }


}


@media(max-width:400px) {

  .contactPage h1,
  .aboutPage h1,
  .experementPage h1,
  .newsPage h1 {
    font-size: 27px;
  }

  .PDFdownload {
    margin: 86px auto 100px;
    padding: 16px 29px;
    transform: none;
    left: 0px;
  }






  .likeNews {
    flex-direction: column;
  }

  .newsSoc {
    margin-top: 10px;
  }

  .likeNews p {
    text-align: center;
  }
}

@media(max-width:360px) {
  .woocommerce-tabs ul a {
    font-size: 11px;
    padding: 15px 0;
  }
}


/* new style */
.slider-about-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-about-item {
  height: 400px;
}

.slider-about-partner {
  margin-bottom: 50px;
}

.slider-about-partner .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-about-partner .slick-dots button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eee;
  margin: 0 7px;
  border: 0;
  outline: 0;
}

.slider-about-partner .slick-dots .slick-active button {
  background: #333;
}

.flex-about{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 100px;
  align-items: center;
}
.flex-about:nth-of-type(even){
  flex-direction: row-reverse;
}
.flex-about .slider-about-partner ,
.flex-about .l-section{
  width: 48%;
}
.flex-about .logoCompain{
  flex-direction: column-reverse;
  margin-top: 0;
}
.flex-about .logoCompain h3{
  margin-top: 0;
}
.flex-about .logoCompain .img{
  margin-bottom: 15px;
}
.list_custom li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.list_custom li::before{
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #30b81d;
}

.homeProjectBlock-new.homeProjectBlockActive {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -7px;
}

.newsBlocks .newsList .newsItemWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -7px;
}

.homeProjectBlock-new.homeProjectBlockActive .experementsItem {
  width: 31%;
  margin: 0 8px 30px;

}

.homeProjectBlock-new .experementsItemImg {
  margin-right: 0;
  min-width: initial;
  height: 260px;
  border-radius: 0;
  background-size: cover;
}

.homeProjectBlock-new .expertInfo {
  padding: 15px;
}

.homeProjectBlock-new .expertInfo h3 {
  font-size: 18px;
}

.homeProjectBlock-new .expertInfo p {
  height: 76px;
  overflow: hidden;
}

.homeProjectBlock-new.homeProjectBlockActive .experementsItem > a {

  flex-direction: column;
  /* padding: 0 10px; */
  box-shadow: 0 2px 8px 0px #e5e5e5;
  display: flex;
  width: 100%;
}

.newsBlocks .newsList .newsItem {
  width: 31%;
  margin: 0 8px 30px;
  flex-direction: column;
  /* padding: 0 10px; */
  box-shadow: 0 2px 8px 0px #e5e5e5;
}

.newsBlocks .newsList .newsItem .newsItemInfo {
  padding: 15px;
}

.newsBlocks .newsList .newsItem .newsItemInfo p {
  display: none;
}

.tabItemConsult .buttomStyle.contactIndex {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabItem.tabItemConsult {
  max-height: initial;
}

.reverseContactNew {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.reverseContactNew .contactMap {
  width: 49%;
}

.reverseContactNew .contactPageListNew {
  width: 49%;
}

.contactPageList--item.contactPageItem .contactPageItem,
.contactPageList--item.contactPageItem {
  width: 100%;
}

.contactPageList--item.contactPageItem a {
  display: inline-block;
}

.contactPageList--item.contactPageItem h3 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 26px;
  font-family: 'Source Sans Pro', sans-serif;
}

.contactPageList--item.contactPageItem h4 {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 19px;
  text-transform: none;
  font-family: 'Source Sans Pro', sans-serif;
}

.contactPageList--item.contactPageItem h3 + h4 {
  margin-top: 10px;
}

.contactPageList--item.contactPageItem:last-child {
  margin-bottom: 40px;
}

.distributors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -7px;
}

.distributors-list .contactPageItem {
  width: 48%;
  margin: 0 8px 30px;
  flex-direction: column;
  box-shadow: 0 2px 8px 0px #e5e5e5;
  padding: 15px;
}

.distributors-list .contactPageItem h3,
.distributors-list .contactPageItem p {
  text-align: center;
}

.distributors-list .contactPageItem img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1200px) {
  .tabItemConsult .buttomStyle.contactIndex {
    left: 20px;
  }

  .mormSpend {
    overflow-x: auto;
  }

  .mormSpend th,
  .mormSpend tr td {
    font-size: 11px;
  }
}

@media (max-width: 960px) {
  .slider-about-item {
    height: 450px;
  }

  .newsBlocks .newsList .newsItem {
    width: 47%;
    margin-bottom: 25px;
  }

  .contactPage h1,
  .contactPage .pageMenuRight > p,
  .contactPage .contactPageList,
  .contactPage .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .reverseContactNew {
    flex-direction: column-reverse;
  }

  .reverseContactNew .contactPageListNew,
  .reverseContactNew .contactMap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .contactPageList--item.contactPageItem h3 {
    margin-top: 10px;
  }

  .contactPage h1,
  .contactPage .pageMenuRight > p,
  .contactPage .contactPageList,
  .contactPage .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }

  .contactPageList--item.contactPageItem:last-child {
    margin-bottom: 0px;
  }

  .distributors-list .contactPageItem {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .slider-about-item {
    height: 250px;
  }

  .newsBlocks .newsList .newsItem {
    width: 100%;
  }

  .tabItem {
    padding-bottom: 45px;
  }

  .tabItemConsult .buttomStyle.contactIndex {
    left: 20px;
  }
}


@media (max-width: 375px) {
  .n2-ss-layers-container {
    margin-top: 45px !important;
  }

  .n2-ss-layer.n2-ow.n-uc-107111c29250b {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }

  .n2-ss-control-bullet-horizontal {
    bottom: 30px !important;
  }
}


@media (max-width: 325px) {
  .n2-ss-control-bullet-horizontal {
    bottom: 65px !important;
  }
}








body.error404 div#page div#content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 0;
}

body.error404 div#page div#content .bl-404-left {
  width: 49%;
  display: inline-block;
  float: left;
}

body.error404 div#page div#content .bl-404-ring {
  width: 49%;
  display: inline-block;
}

body.error404 div#page div#content img {
  width: 100%;
}

body.error404 div#page div#content .bl-404-left header.page-header {
  margin-top: 40%;
}

section.homeSeotext {
  margin-top: 125px;
  overflow: hidden;
}

.seoText.seoTextCat .page-description {
  display: none;
}


























































footer p.h3 {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 200%;
  font-family: open sans, sans-serif;
}

.productsLastHome .container > p.h3 {
  font-size: 32px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif, sans-serif;
  margin-bottom: 16px;
  font-weight: bold;
}

.cateLastHomeItem p.h3 {
  position: relative;
  padding-right: 18px;
  font-size: 20px;
  margin-bottom: 17px;
  line-height: 148.9%;
  margin-top: 10px;
  color: #333436;
  transition: 0.5s;
  font-weight: bold;
  font-family: open sans, sans-serif;
  font-weight: bold;
}

.homeContants .container > p.h3,
.homeNews .container > p.h3,
.homeProjects .container > p.h3 {
  color: #333436;
  font-size: 32px;
  font-family: open sans, sans-serif;
  font-style: normal;
  margin-bottom: 16px;
  line-height: 137.9%;
  font-weight: bold;
}

.experementsItem p.h3 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 137.9%;
  color: #333436;
  font-family: open sans, sans-serif;
  font-weight: bold;
}

.absoluteTab p.h4 {
  font-size: 28px;
  line-height: 137.9%;
  color: #FFFFFF;
  font-family: open sans, sans-serif;
  margin-bottom: 16px;
  font-weight: bold;
}

.tabItem p.h4 {
  color: #333436;
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  font-weight: bold;
}

.homeNewsItemInfo p.h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
}

.homeContantItem p.h4 {
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
  margin-bottom: 8px;
  line-height: 200%;
  font-family: open sans, sans-serif;
  font-weight: bold;
}

.homeNewsItem p.h3 a {
  color: #333436;
  font-weight: 700;
  font-size: 15px;
  transition: 0.5s;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
}

.woocommerce-product-details__short-description p strong,
.woocommerce-tabs.wc-tabs-wrapper p strong {
  text-transform: uppercase;
  color: #525252;
  font-size: 13px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

.productCatBlock .product p.h3 > a {
  color: #333436;
  font-size: 26px;
  display: block;
  margin-bottom: 27px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  font-weight: 700;
}

.filterLeft .woof_container_inner.woof_container_inner_ > p {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #333436;
  font-family: open sans, sans-serif;
  margin-bottom: 20px;
}

.woocommerce .ced .productBlockCenter p.h3 a {
  color: #333436;
  font-size: 15px;
  padding-right: 18px;
  line-height: 137.9%;
  font-family: open sans, sans-serif;
  position: relative;
}

.woocommerce .ced .productBlockCenter p.h3 a:after {
  content: '';
  position: absolute;
  right: 0px;
  background: url(/wp-content/uploads/2020/07/form-right.svg);
  display: block;
  width: 7px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce .ced .productBlockCenter p.h3 {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.woocommerce .ced > p.h2 {
  color: #ACACAC;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 100px;
  padding-left: 30px;
  position: relative;
  font-size: 13px;
  font-family: open sans, sans-serif;
  padding-bottom: 27px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 25px;
  line-height: 18px;
}

.productApplication p.h3 {
  font-size: 22px;
  line-height: 137.9%;
  color: #333436;
  text-align: center;
  font-family: open sans, sans-serif;
  margin-bottom: 21px;
  font-weight: 600;
}

.mormSpend p.h3 {
  color: #333436 !important;
  font-size: 26px !important;
  font-family: open sans, sans-serif !important;
  margin-bottom: 30px !important;
  display: block !important;
  line-height: 137.9% !important;
  font-weight: 700 !important;
}

.woocommerce .ced > p.h2 {
  color: #acacac;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 100px;
  padding-left: 30px;
  position: relative;
  font-size: 13px;
  font-family: open sans, sans-serif;
  padding-bottom: 27px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  line-height: 18px;
}

label.checkboxStyle {
  display: none !important;
}

.term-description {
  margin: 30px 0 45px;
}

.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4 {
  margin: 20px 0 20px;
}






/*nicolas style*/


h1,h2,h3,h4,h5,h6{
  margin-bottom: 20px !important;
}

p{
  margin: 20px 0; 
}
.products{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products .product {
  margin-top: 20px !important;
}
.products .product .product_type_simple{
  display: none;
}
.products .product .woocommerce-loop-product__title{
  margin-bottom: 0 !important;
}
.products .product .price{
/*  display: none !important;*/
}
.homeNewsItem p{
  margin: 0;
}
.homeContantItem p{
  margin: 0;
}
.page-description ul{
  padding-left: 30px;
}
.page-description ul li{
  list-style-type: initial;
}

.experementsItem p{
  margin: 0;
}


.products .product-category{
  margin-top: 0 !important;
  padding: 0 10px !important; 
}
.products .product-category h2{
  margin-bottom: 0 !important;
  font-size: .9em;
  color: #333;
}
.products .product-category a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #aaa;
  border-radius: 7px;
  padding: 10px 0;
}
.products .product-category a:hover{
  border-color: #30b81d;
}
.products .product-category a:hover h2{
  color: #30b81d;
}
.products .product-category img{
  display: none;
}
.products .product-category .count{
  display: none;
}

.woocommerce-pagination .next.page-numbers, 
.woocommerce-pagination .prev.page-numbers, 
.woocommerce-pagination a.page-numbers, 
.woocommerce-pagination span.page-numbers{
  color: #333;
}

.woocommerce-pagination .next.page-numbers.current, 
.woocommerce-pagination .prev.page-numbers.current, 
.woocommerce-pagination a.page-numbers.current, 
.woocommerce-pagination span.page-numbers.current{
  color: #30b81d;
}































































/**/



div#content section#primary main#main .woof.woof_sid.woof_sid_auto_shortcode {
    width: 25%;
    display: inline-block;
    float: left;
}
div#content section#primary main#main ul.products.columns-3 {
    width: 70%;
    display: inline-block;
    margin-left: 5%;
	    min-height: 500px;
}
div#content section#primary main#main ul.products.columns-3 h2.woocommerce-loop-product__title {
    text-align: center;
}
div#content section#primary main#main .woof.woof_sid.woof_sid_auto_shortcode .woof_container.woof_container_checkbox {
    width: 100%;
}
div#content section#primary main#main .woof.woof_sid.woof_sid_auto_shortcode a.woof_edit_view {
    display: none;
}
div#content section#primary main#main nav.woocommerce-pagination {
    text-align: center;
}
.woof_list_checkbox li .icheckbox_flat-green {
    display: inline-block;
    width: 20px;
    float: left;
}

.woof_list_checkbox li 
 label.woof_checkbox_label {
    width: 80%;
    display: inline-block;
}

.woof_products_top_panel {
	    clear: initial;
	padding-left: 90px;
  z-index: 1 !important;
}

@media screen and (max-width: 600px) {
div#content section#primary main#main .woof.woof_sid.woof_sid_auto_shortcode {
    width: 95%;
    display: block;
    float: inherit;
    margin: 0 auto;
	    padding: 5px;
}
.woof_block_html_items {
    max-height: 145px;
    overflow-y: auto;
}
	div#content section#primary main#main ul.products.columns-3 {
    width: 100%;
    display: block;
    margin-left: 0;
    min-height: 500px;
}
	.woof_container.woof_container_checkbox.woof_container_pa_himichnij-sklad.woof_container_2.woof_container_, .woof_container.woof_container_checkbox.woof_container_pa_torgivelna-marka.woof_container_3.woof_container_ {
    width: 49%!important;
    display: inline-block;
    clear: none;
    padding: 0 5px 1px 5px;
}
.woof.woof_sid.woof_sid_auto_shortcode p {
    margin-top: 0;
}
.woof_list_checkbox li .icheckbox_flat-green {
    display: inline-block;
    width: 20px;
    float: left;
}
.page-description{
  padding-left: 15px;
  padding-right: 15px;
}

.woof_list_checkbox li 
 label.woof_checkbox_label {
    width: 80%;
    display: inline-block;
}
.woof_products_top_panel{
  padding-left: 10px;
}

}

.woof_container_product_cat{
  display: none;
}

.product_cat-monohelaty:first-of-type{
  clear: both;
}


@media (max-width: 767px){
  .flex-about:nth-of-type(even),
  .flex-about{
    flex-direction: column;
  }
  .flex-about .slider-about-partner, .flex-about .l-section{
    width: 100%;
  }
  div#content section#primary main#main .woof.woof_sid.woof_sid_auto_shortcode{
    margin-bottom: 15px;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    margin-bottom: 15px;
    text-align: center;
    width: 50%;
  }
  .products .product-category a{
    font-size: 12px;
  }
}