@-webkit-keyframes search-animation {
  0% {
    opacity: 0;
    width: 50px
  }
  to {
    opacity: 1;
    width: 300px
  }
}

@keyframes search-animation {
  0% {
    opacity: 0;
    width: 50px
  }
  to {
    opacity: 1;
    width: 300px
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 160px, 0);
    transform: translate3d(0, 160px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 160px, 0);
    transform: translate3d(0, 160px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

.section-heading--primary, .section-heading--white {
  position: relative;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase
}

.section-heading--primary:after, .section-heading--white:after {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100px;
  height: 2px;
  content: ""
}

.section-heading--white {
  color: #fff
}

.section-heading--white:after {
  background-color: #fff
}

.breadcrumb-item a:hover, .section-heading--primary {
  color: #006543
}

.section-heading--primary:after {
  background-color: #006543
}

.section-sub-heading--primary {
  font-size: 30px;
  line-height: 1em;
  color: #006543
}

.l-section-heading-wrapp {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-heading--primary {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  color: #006543
}

@media (min-width:768px) {
  .l-section-heading-wrapp {
    margin-bottom: 0
  }
}

.btn-light, .btn-primary, .btn-warning {
  padding: .7rem 1.5rem;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0
}

.btn-warning {
  border-color: #f59b15;
  background-color: #f59b15
}

.btn-warning:hover {
  border-color: #ce7f09;
  background-color: #ce7f09
}

.btn-light {
  border: 2px solid #006543;
  color: #006543;
  background-color: transparent
}

.btn-light:hover {
  color: #fff;
  border-color: #006543;
  background-color: #006543
}

.btn-light:focus {
  box-shadow: 0 0 0 3px rgba(0, 101, 67, .5)
}

button:hover {
  cursor: pointer
}

.breadcrumb {
  margin-bottom: 25px;
  padding-left: 0;
  background-color: transparent
}

.breadcrumb-item {
  color: #ccc;
  font-size: 14px
}

.breadcrumb-item a, .page-link {
  transition: all .25s ease-in-out
}

.breadcrumb-item a {
  color: inherit
}

.breadcrumb-item.active, .page-link {
  color: #006543
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #ccc
}

.page-item+.page-item {
  margin-left: 10px
}

.page-item.active .page-link {
  pointer-events: none;
  background-color: #006543
}

.page-link {
  width: 25px;
  height: 25px;
  border: 0;
  padding: 0;
  line-height: 25px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600
}

.page-link:focus, .page-link:hover {
  color: #003221
}

.page-link--caret {
  width: auto;
  color: #99c1b4;
  font-size: 20px;
  border-radius: 0;
  background-color: transparent
}

.page-link--caret:hover {
  color: #006543;
  background-color: transparent
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.form-group {
  margin-bottom: .75rem
}

.form-group label {
  margin-bottom: 5px;
  color: #006543;
  font-size: 14px;
  font-weight: 400
}

.form-group textarea {
  min-height: 90px;
  max-height: 360px
}

.form [type=submit] {
  margin-top: 20px;
  min-width: 190px
}

.form-control {
  height: 32px;
  padding: .25rem .75rem;
  border-radius: 0;
  border: 0;
  font-size: 14px;
  transition: all .25s ease-in-out
}

.form-control:focus {
  box-shadow: 0 0 0 3px #d9d9d9
}

.form-control::-webkit-input-placeholder {
  color: #dcdcdc;
  font-size: 14px
}

.form-control::-moz-placeholder {
  color: #dcdcdc;
  font-size: 14px
}

.form-control:-ms-input-placeholder {
  color: #dcdcdc;
  font-size: 14px
}

.form-control::placeholder {
  color: #dcdcdc;
  font-size: 14px
}

[type=submit]+.ajax-loader {
  display: none !important
}

.l-search-toggle {
  position: relative
}

.search-toggle {
  display: none;
  width: 15px
}

.search-field {
  width: 300px;
  height: 50px;
  right: 35px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(100, 100, 100, .15), 0 3px 6px rgba(100, 100, 100, .25);
  -webkit-animation-name: search-animation;
  animation-name: search-animation;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.search-field.open {
  display: block
}

.search-field form {
  width: 100%;
  height: 100%;
  position: relative
}

.form-control-search {
  width: 100%;
  height: 100%;
  padding-right: 75px;
  border-radius: 5px;
  border-color: transparent;
  font-size: 20px
}

.form-control-search::-webkit-input-placeholder {
  font-size: 20px
}

.form-control-search::-moz-placeholder {
  font-size: 20px
}

.form-control-search:-ms-input-placeholder {
  font-size: 20px
}

.form-control-search::placeholder {
  font-size: 20px
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0
}

@media (max-width:1199px) {
  .l-search-toggle {
    margin-bottom: 15px
  }
}

@media (min-width:1200px) {
  .search-toggle {
    display: block
  }
  .search-field {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.pusher-container {
  overflow-x: hidden
}

@media (max-width:1199px) {
  .pusher {
    transition: all .6s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .pusher.pushed {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

body.no-scroll, html.no-scroll {
  height: auto;
  overflow: hidden
}

body.no-scroll {
  height: 100%
}

.bg-gray {
  background-color: #f4f4f4
}

.video-js.my-video-dimensions {
  width: 100%;
  height: 100%
}

.video-js.my-video-dimensions .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.dotted-row {
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.dotted-row-border {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px dotted #e6e6e6;
  margin: 0 5px 5px
}

.dotted-row-right {
  font-weight: 600;
  color: #333
}

@media (max-width:1199px) {
  .pusher-container {
    margin-top: 100px
  }
}

.navbar {
  padding: 5px 15px
}

.navbar-brand img, .navbar-brand svg {
  width: 110px
}

.nav-item.dropdown>.nav-link::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent
}

.nav-item.dropdown .dropdown-menu {
  top: calc(94% - 5px);
  border-radius: 0;
  border: 1px solid #f4f4f4;
  box-shadow: 0 1px 11px 0 rgba(24, 24, 24, .11)
}

.dropdown-item {
  color: #333
}

.dropdown-item:active {
  color: #262626;
  background-color: #e9ecef
}

.nav-item .nav-link:hover, .nav-item.active .nav-link, .nav-link.active {
  text-shadow: 0 0 0 #006543, 0 0 .1px #006543
}

.nav-link {
  transition: all .25s ease-in-out
}

.navbar-tools {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.navbar-lng-list a, .search-toggle {
  transition: all .25s ease-in-out;
  color: #333
}

.search-toggle:hover {
  color: #006543
}

.navbar-lng-list {
  margin-bottom: 0;
  color: #333;
  font-size: 14px
}

.navbar-lng-list a {
  color: inherit
}

.navbar-lng-list a:hover {
  text-decoration: none;
  color: #006543
}

.navbar-lng-list .active {
  position: relative
}

.contacts-group__text a:hover, .navbar-lng-list .active a {
  color: #006543
}

.navbar-lng-list .active:after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  background-color: #006543
}

.navbar-lng-list li:not(.active) a {
  font-weight: 300
}

.navbar-lng-list .list-inline-item {
  vertical-align: middle
}

.navbar-phone {
  font-size: 24px;
  font-weight: 600;
  transition: all .25s ease-in-out;
  color: #006543
}

.navbar-phone:hover {
  color: #003221;
  text-decoration: none
}

.card--news .card-visible p, .hero-slider__message p, .navbar-phone, .navbar-social-list {
  margin-bottom: 0
}

.navbar-social-list .list-inline-item {
  vertical-align: middle
}

.navbar-social-list .list-inline-item:not(:last-child) {
  margin-right: 10px
}

.navbar-social-list .fa {
  color: #c4c4c4;
  font-size: 25px;
  transition: all .25s ease-in-out
}

.navbar-social-list .fa:hover {
  text-decoration: none
}

.navbar-social-list .fa-youtube:hover {
  color: #b00
}

.navbar-social-list .fa-facebook-square:hover {
  color: #3b5998
}

#navbar-img-list .dropdown-item {
  min-height: 30px;
  line-height: 30px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: 20px center
}

#navbar-img-list .dropdown-item:nth-child(1) {
  color: #ec6923;
  background-image: url(../img/products-categories/kukurudza.png)
}

#navbar-img-list .dropdown-item:nth-child(2) {
  color: #fbbe00;
  background-image: url(../img/products-categories/sonyashnik.png)
}

#navbar-img-list .dropdown-item:nth-child(3) {
  color: #e5dd25;
  background-image: url(../img/products-categories/ripak.png)
}

#navbar-img-list .dropdown-item:nth-child(4) {
  color: #88362e;
  background-image: url(../img/products-categories/sorgo.png)
}

#navbar-img-list .dropdown-item:nth-child(5) {
  color: #ca5f34;
  background-image: url(../img/products-categories/soya.png)
}

.navbar-toggler {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 0;
  cursor: pointer;
  background-color: transparent
}

button.navbar-toggler {
  outline: 0
}

.menu-line {
  width: 44px;
  height: 5px;
  margin: auto 0;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  background-color: #006543
}

.navbar-toggler[aria-expanded=true] .menu-line {
  background-color: #ce0058
}

.navbar-toggler[aria-expanded=true] .menu-line:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(13px, 13px);
  -ms-transform: rotate(45deg) translate(13px, 13px);
  transform: rotate(45deg) translate(13px, 13px);
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.navbar-toggler[aria-expanded=true] .menu-line:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  transition: all .5s ease
}

.navbar-toggler[aria-expanded=true] .menu-line:nth-of-type(3) {
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(-45deg) translate(11px, -11px);
  -ms-transform: rotate(-45deg) translate(11px, -11px);
  transform: rotate(-45deg) translate(11px, -11px)
}

@media (max-width:1199px) {
  .navbar {
    overflow-x: hidden
  }
  .navbar-nav {
    margin-top: auto
  }
  .navbar-lng-list, .navbar-phone, .search-toggle {
    margin-bottom: 10px
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.5rem;
    text-align: center
  }
  .navbar-tools {
    margin-top: auto
  }
}

@media (min-width:768px) and (max-width:1419px) {
  .navbar-expand-lg>.container {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width:1200px) {
  .navbar {
    height: 82px
  }
  .navbar-brand img, .navbar-brand svg {
    width: 200px
  }
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeIn .25s ease;
    animation: fadeIn .25s ease
  }
  .navbar-nav>.nav-item {
    position: relative
  }
  .navbar-nav>.nav-item:after {
    transition: all .25s ease-in-out;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 25px;
    left: .5rem;
    content: "";
    background-color: #006543
  }
  .navbar-nav>.nav-item.active:after, .navbar-nav>.nav-item:hover:after {
    width: 30px
  }
  .navbar-collapse-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
  .navbar-tools {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 30px .4rem;
    font-size: 14px
  }
  .search-toggle {
    margin-left: 12px
  }
  .navbar-lng-list {
    margin-left: 15px
  }
  .navbar-phone, .navbar-social-list {
    margin-left: 12px
  }
}

@media (max-width:1199px) {
  .navbar, .navbar-collapse {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    background-color: #fff
  }
  .navbar-collapse {
    display: block !important;
    width: 0;
    min-height: calc(100% - 60px);
    top: 60px;
    left: 0;
    overflow-y: auto;
    transition: all .5s ease;
    z-index: 3
  }
  .navbar-collapse-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
    transition: all .5s ease
  }
  .navbar-toggler[aria-expanded=true]+.navbar-collapse {
    width: 100%;
    margin-top: 10px
  }
  .navbar-toggler[aria-expanded=true]+.navbar-collapse .navbar-collapse-inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

@media (min-width:1200px) and (max-width:1419px) {
  .navbar-phone {
    font-size: 14px
  }
}

@media (min-width:1420px) {
  .navbar-brand img, .navbar-brand svg {
    width: 170px
  }
  .search-toggle {
    margin-left: 55px
  }
  .navbar-lng-list {
    margin-left: 25px
  }
  .navbar-phone {
    margin-left: 32px
  }
  .navbar-social-list {
    margin-left: 55px
  }
}

.l-hero-slider {
  position: relative;
  height: 516px
}

.hero-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.hero-slider__overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  pointer-events: none
}

.hero-slider__message {
  display: none;
  max-width: 340px;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  pointer-events: auto;
  background-color: #afcb07
}

.slick-current .hero-slider__message {
  -webkit-animation: fadeInUpBig 1s ease-out;
  animation: fadeInUpBig 1s ease-out
}

@media (min-width:768px) {
  .hero-slider__message {
    display: block
  }
}

@media (min-width:1200px) {
  .hero-slider__message {
    max-width: 480px;
    padding: 30px;
    font-size: 24px
  }
}

@media (min-width:1420px) {
  .l-hero-slider {
    height: 600px
  }
}

.l-categories-img-list {
  margin-top: 25px
}

.categories-img-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 20px
}

.category-img-big {
  transition: all .25s ease-in-out;
  position: relative;
  text-align: center;
  margin-bottom: 30px
}
.category-img-big p{
  color:#5c7881;
}

.category-img-big img {
  width: 120px;
  height: auto
}

.category-img-big:hover {
  text-decoration: none
}

.category-img-title {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600
}

#kukur {
  color: #ec6923
}

#sonyash {
  color: #fbbe00
}

#ripak {
  color: #e5dd25
}

#sorgo {
  color: #88362e
}

#soya {
  color: #ca5f34
}

.category-img-title, .fill-animate {
  transition: all .25s ease-in-out
}

.fill-corn {
  fill: #ec6923
}

.fill-sonyashnik {
  fill: #fbbe00
}

.fill-ripak {
  fill: #e5dd25
}

.fill-sorgo {
  fill: #88362e
}

.fill-soya {
  fill: #ca5f34
}

.category-img-big:hover #kukur {
  color: #cb5211
}

.category-img-big:hover #sonyash {
  color: #c89700
}

.category-img-big:hover #ripak {
  color: #c0b917
}

.category-img-big:hover #sorgo {
  color: #622721
}

.category-img-big:hover #soya {
  color: #a14c2a
}

.category-img-big:hover .fill-corn {
  fill: #cb5211
}

.category-img-big:hover .fill-sonyashnik {
  fill: #c89700
}

.category-img-big:hover .fill-ripak {
  fill: #c0b917
}

.category-img-big:hover .fill-sorgo {
  fill: #622721
}

.category-img-big:hover .fill-soya {
  fill: #a14c2a
}

.modal--order-product .modal-dialog {
  margin-top: 10%;
  max-width: 730px
}

.modal--order-product .modal-content {
  padding: 35px 50px;
  border-radius: 0;
  border: 0;
  background-color: #f4f4f4
}

.modal--order-product .modal-body, .modal--order-product .modal-header {
  border: 0;
  padding: 0
}

.modal--order-product .modal-img {
  margin-top: 30px;
  text-align: center
}

.modal--order-product .modal-img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 300px
}

.modal--order-product .section-heading--primary {
  font-size: 21px;
  line-height: 30px
}

.modal--order-product .modal-text {
  font-size: 14px;
  line-height: 21px
}

.modal--order-product form {
  margin-top: -30px
}

.modal--order-product button.close {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #c4c4c4;
  font-size: 30px
}

@media (max-width:575px) {
  .category-img-big {
    width: calc(50% - 7.5px)
  }
}

@media (min-width:576px) {
  .categories-img-list {
    padding: 5px 25px 15px
  }
}

@media (min-width:576px) and (max-width:1199px) {
  .categories-img-list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .category-img-big {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
}

@media (min-width:1200px) {
  .category-img-big {
    margin-bottom: 0
  }
  .category-img-big img {
    width: auto;
    height: 120px
  }
  /*.category-img-big:hover {*/
    /*-webkit-transform: translateY(-20px);*/
    /*-ms-transform: translateY(-20px);*/
    /*transform: translateY(-20px)*/
  /*}*/
}

.l-news {
  padding-top: 80px;
  padding-bottom: 50px;
  background-size: cover;
}

.l-news .container>.row:not(:last-of-type) {
  margin-bottom: 85px
}

.card--news {
  height: 320px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 0;
  border-radius: 0
}

.card--news .card-img-top {
  width: 100%;
  height: calc(100% + 15px);
  border-radius: 0;
  object-fit: cover;
  transition: all .4s ease
}

.card--news .card-body {
  width: 100%;
  height: 100%;
  padding-top: 0;
  background-color: #fff;
  transition: all .4s ease;
  position: absolute;
  top: calc(100% - 84px);
  left: 0
}

.card--news .card-hover, .card--news .card-visible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.card--news .card-visible {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px
}

.card--news .card-hover {
  height: 132px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-title {
  color: #006543;
  font-weight: 600
}

.card--news .card-date {
  margin-bottom: .5rem;
  color: #939393;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px
}

.card--news .card-text {
  max-height: 88px;
  margin-bottom: 0;
  display: -webkit-box;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

.card--news .card-link {
  margin-left: auto;
  margin-top: auto;
  color: #6f8104;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: right
}

.card__advertising-badge, .card__news-badge {
  position: absolute;
  top: 20px;
  z-index: 1;
  font-size: 16px;
  padding: .45em 1em
}

.card__news-badge {
  left: 20px
}

.card__advertising-badge {
  right: 20px
}

.card--tall .card-body {
  padding-left: .8rem;
  padding-right: .8rem
}

.card--news .card-date, .card--news .card-link, .card--news .card-text {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
  transition: all .25s ease-in-out
}

.card--news:hover .card-img-top {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px)
}

.card--news:hover .card-date, .card--news:hover .card-link, .card--news:hover .card-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.card--news:hover .card-date {
  transition-delay: .2s
}

.card--news:hover .card-text {
  transition-delay: .25s
}

.card--news:hover .card-link {
  transition-delay: .3s
}

.card--news:hover .card-body {
  top: 84px
}

.card--news:hover .card-img-top {
  -webkit-filter: brightness(.8);
  filter: brightness(.8)
}

.card--news-banner {
  height: 320px;
  border-radius: 0
}

.card--news-banner .card-body {
  padding: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.card--news-banner .card-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.card--news-banner .logo {
  width: 124px;
  height: auto;
  object-fit: contain
}

.card--news-banner .slogan {
  margin-left: 15px;
  font-weight: 600;
  letter-spacing: -.5px;
  text-transform: uppercase;
  color: #006543
}

.card--news-banner .text {
  font-size: 12px;
  line-height: 18px
}

.section-heading__btn .fa-bars {
  margin-left: 10px
}

.front-page__catalog-link {
  display: block;
  height: 320px
}

.front-page__catalog-link img, .product-info__main__head .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (min-width:768px) {
  .l-news {
    background-image: none
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .card--news .card-body {
    top: calc(100% - 120px)
  }
  .card--news .card-visible {
    height: 120px
  }
}

@media (min-width:1200px) {
  .card--news {
    margin-bottom: 30px
  }
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .card--news, .card-img {
    position: relative
  }
  .card--news .card-img-top, .card-img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%
  }
  .card--news .card-img-top {
    width: auto;
    height: auto
  }
  .card--news .card-img-top, .card--news:hover .card-img-top, .card-img>img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .card-img>img {
    width: auto !important;
    height: auto !important
  }
  .card--research:hover .card-img>img {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
  }
}

.reviews-slider .slider-arr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.reviews-slider .slider-left {
  left: -50px
}

.reviews-slider .slider-right {
  right: -50px
}

.reviews-slider .slick-dots .slick-active button:before {
  background-color: #fac55b
}

.reviews-slide-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.reviewer-img {
  border-radius: 100%;
  width: 180px;
  height: 180px;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px
}

.review-caption {
  margin-top: 25px;
  margin-bottom: 25px
}

.review-caption .title {
  margin-bottom: 0;
  color: #006543
}

.review-caption .sub-title {
  color: #999;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 15px
}

.review-caption .text {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px
}

.review-caption .link {
  color: #b1ca00;
  font-size: 14px;
  font-weight: 700
}

.l-all-reviews {
  text-align: center;
  margin-bottom: 80px
}

.btn--all-reviews {
  min-width: 190px
}

@media (min-width:768px) {
  .reviews-slide-inner {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .reviewer-img {
    margin-left: 70px
  }
  .review-caption {
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0
  }
}

.l-contacts {
  margin-bottom: 10px
}

.l-contacts .section-heading--primary {
  margin-bottom: 20px
}

.l-contacts__sub-heading {
  margin-top: 20px
}

.contacts-group {
  margin-top: 35px
}

.contacts-group__text {
  font-size: 18px;
  margin-bottom: .5rem
}

.contacts-group__text strong {
  font-weight: 600
}

.contacts-group__text a {
  color: inherit
}

.contacts-map {
  width: 100%;
  height: 400px
}

.l-footer {
  background-color: #707070
}

.footer-bg {
  height: 80px;
  background-color: #fff;
  background-size: 100% 60px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/bg/footer-bg.jpg)
}

.l-footer-inner {
  padding-top: 25px;
  padding-bottom: 25px
}

.l-footer-inner>.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none
}

.footer-list-item {
  color: #fff;
  font-size: 14px;
  line-height: 18px
}

.footer-logo {
  width: 180px;
  height: auto;
  object-fit: contain
}

.l-about-page {
  margin-bottom: 100px
}

.about-company-text {
  color: #3a3a3a;
  line-height: 28px;
  margin-bottom: 45px
}

.l-about-stats {
  margin-bottom: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.stats-item {
  margin-bottom: 10px
}

.stats-item__counter {
  color: #afcb07;
  font-size: 26px;
  font-weight: 700
}

.stats-item__text {
  margin-left: 10px;
  color: #999;
  font-size: 20px
}

.about-list-img {
  margin-bottom: 75px;
  padding-left: 25px;
  list-style-image: url(../img/li-img.png)
}

.about-list-item {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 26px
}

.about-main-purpose {
  margin-bottom: 60px;
  padding: 20px;
  text-align: center;
  background-image: url(../img/bg/about-main-purpose-bg.jpg);
  background-size: cover
}

.about-main-purpose__text {
  color: #fff;
  font-size: 20px;
  font-weight: 600
}

.l-about-market {
  margin-bottom: 85px
}

.about-market-text {
  color: #666;
  line-height: 28px
}

.about-market-text:not(:last-of-type) {
  margin-bottom: 55px
}

.about-group-photo, .about-market-image {
  width: 100%
}

@media (max-width:767px) {
  .about-list-item:not(:last-of-type) {
    margin-bottom: 15px
  }
}

@media (min-width:768px) {
  .stats-item {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .stats-item__counter {
    font-size: 60px
  }
  .stats-item__text {
    font-size: 18px
  }
  .about-main-purpose {
    padding: 25px 35px
  }
  .about-main-purpose__text {
    font-size: 32px;
    line-height: 42px
  }
  .about-list-item {
    line-height: 35px
  }
}

@media (min-width:1200px) {
  .about-main-purpose {
    margin-bottom: 100px;
    padding: 35px 75px
  }
  .about-main-purpose__text {
    font-size: 40px;
    line-height: 60px
  }
  .about-company-text {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
}

@media (min-width:1200px) and (max-width:1419px) {
  .stats-item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

.l-category-page {
  padding-bottom: 80px
}

.l-category-page .categories-img-list {
  margin-bottom: 80px
}

.product-info__aside-head {
  height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 25px;
  margin-bottom: 2px;
  color: #006543;
  background-color: #fff
}

.product-info__aside-head .title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase
}

.product-info__aside-head .title:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100px;
  height: 2px;
  content: "";
  background-color: #006543
}

.product-info__aside-head .sub-title {
  margin-bottom: 0;
  text-transform: uppercase
}

.aside-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none
}

.aside-nav__item {
  margin-bottom: 2px
}

.aside-nav__item.active .aside-nav__item-link {
  color: #fff;
  background-color: #ec6923
}

.aside-nav__item-link {
  transition: all .25s ease-in-out;
  display: block;
  padding: 6px 6px 6px 25px;
  color: #006543;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff
}

.aside-nav__item-link:hover {
  text-decoration: none;
  color: #006543;
  background-color: #d9d9d9
}

.aside-nav__item-link:hover:active {
  background-color: #bfbfbf
}

.product-info__main__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 200px
}

.product-info__main__head .col-info {
  padding: 20px 55px
}

.product-info__main__head .col-info .title {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600
}

.product-info__main__head .col-info .sub-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  opacity: .7
}

.product-info__main__head .col-info p {
  color: #fff;
  line-height: 1em
}

.product-info__main__head .col-image, .product-info__main__head .col-info {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #ec6923
}

.product-info__main__body {
  padding: 15px;
  background-color: #fff
}

#sidebar>ul, .product-info__body__img {
  margin-bottom: 15px
}

.product-info__body__img img {
  width: auto;
  height: 320px;
  max-width: 100%;
  padding: 0 20px;
  object-fit: cover
}

.product-info__body__title {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase
}

.product-info__body__section {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 30px
}

.product-info__body__section>p {
  padding-left: 35px
}

.product-info__body__section ul {
  padding-left: 55px
}

.product-info__body__section ul li {
  color: #ec6923;
  font-size: 14px
}

.product-info__body__section ul li span {
  color: #666
}

.product-info__body__head {
  position: relative;
  margin-bottom: 30px;
  padding-left: 35px;
  color: #006543;
  font-weight: 600;
  text-transform: uppercase;
  background-image: url(../img/ico/corn.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left top
}

.product-info__body__head:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 35px;
  width: calc(100% - 35px);
  height: 2px;
  background-color: #006543
}

.l-product-characteristics {
  padding-top: 70px;
  margin-bottom: 70px
}

.l-products-reviews {
  margin-bottom: 80px
}

.l-product-categories-page {
  padding-bottom: 80px
}

#sidebar>ul {
  padding-left: 0
}

#sidebar>ul .woocommerce-widget-layered-nav {
  margin: 0 30px 5px 0;
  padding: 15px 25px 10px 20px;
  background-color: #fff
}

#sidebar>ul .woocommerce-widget-layered-nav .widget-title {
  margin-bottom: 10px;
  color: #006543;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600
}

#sidebar>ul .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item, .product-categories .cat-item {
  margin-bottom: 10px
}

#sidebar>ul .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item>a {
  transition: all .25s ease-in-out;
  position: relative;
  padding-left: 20px;
  color: #666;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600
}

#sidebar>ul .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item>a:focus, #sidebar>ul .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item>a:hover {
  text-decoration: none;
  color: #474747
}

#sidebar>ul .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item>a:before {
  margin-top: 2px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #898989
}

#sidebar>ul .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item--chosen a:after {
  margin-top: 2px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  width: 9px;
  height: 9px;
  background-color: #ec6923
}

#sidebar>ul .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item .count {
  display: none
}

.product-categories {
  margin: 0 30px 5px 0;
  padding: 15px 25px 10px 20px;
  background-color: #fff;
  list-style-type: none
}

.product-categories .cat-item.current-cat {
  position: relative
}

.product-categories .cat-item.current-cat:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: -12px;
  border-radius: 50%;
  background-color: #006543
}

.product-categories .cat-item a {
  transition: all .25s ease-in-out;
  color: #006543;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600
}

.product-categories .cat-item img {
  margin-right: 10px
}

.product-categories .cat-item-72 a {
  color: #ec6923
}

.product-categories .cat-item-77 a {
  color: #fbbe00
}

.product-categories .cat-item-74 a {
  color: #e5dd25
}

.product-categories .cat-item-76 a {
  color: #88362e
}

.product-categories .cat-item-75 a {
  color: #ca5f34
}

.product-categories .cat-item-72:hover a {
  color: #c14e11
}

.product-categories .cat-item-77:hover a {
  color: #be9000
}

.product-categories .cat-item-74:hover a {
  color: #b7b016
}

.product-categories .cat-item-76:hover a {
  color: #5a241f
}

.product-categories .cat-item-75:hover a {
  color: #994827
}

.product-categories .cat-item:focus a, .product-categories .cat-item:hover a {
  text-decoration: none
}

.product-info__rating-row__head {
  margin-top: 55px
}

.product-info__rating-row__head .product-info__rating-head {
  width: 200px;
  height: 26px;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  background-color: #b4b4b4
}

.product-info__rating-row__head .rating-wrapp {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.product-info__rating-row__head .rating-box__text-left, .product-info__rating-row__head .rating-box__text-right {
  color: #666;
  font-size: 11px
}

.product-info__rating-row__head .rating-box__text-left {
  position: absolute;
  top: -35px;
  left: 2px
}

.product-info__rating-row__head .rating-box__text-right {
  position: absolute;
  top: -35px;
  right: 2px
}

.product-info__rating-row__head .rating-box {
  margin-left: 2px;
  width: 26px;
  height: 26px;
  -webkit-flex: 0 0 26px;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  background-color: #b4b4b4
}

.product-info__rating-row, .product-info__rating-row__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px
}

.product-info__rating-row .product-info__rating-head {
  width: 200px;
  min-height: 26px;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  padding-left: 7px;
  color: #666;
  font-size: 11px;
  line-height: 26px;
  background-color: #e6e6e6
}

.product-info__rating-row .rating-wrapp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.product-info__rating-row .rating-wrapp .rating-box:nth-child(1) {
  background-color: #fff568
}

.product-info__rating-row .rating-wrapp .rating-box:nth-child(2) {
  background-color: #c4df9b
}

.product-info__rating-row .rating-wrapp .rating-box:nth-child(3) {
  background-color: #97b031
}

.product-info__rating-row .rating-wrapp .rating-box:nth-child(4), .product-info__rating-row .rating-wrapp .rating-box:nth-child(5) {
  background-color: #006543
}

.product-info__rating-row .rating-box {
  margin-left: 2px;
  width: 26px;
  min-height: 26px;
  -webkit-flex: 0 0 26px;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px
}

.btn--clear-filters {
  font-size: 14px;
  padding: 8px 16px
}

@media (min-width:768px) {
  .product-info__main__head .col-info {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .product-info__main__head .col-image {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .product-info__main__body {
    padding: 20px
  }
}

@media (min-width:1200px) {
  .product-info__left-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
  }
}

@media (min-width:1420px) {
  .product-info__main__head .col-info {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .product-info__main__head .col-image {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .product-info__main__body {
    padding: 30px
  }
}

.l-news-page, .l-researches-page {
  padding-bottom: 100px
}

.card--research {
  margin-bottom: 15px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0;
  border: 0;
  transition: all .25s ease-in-out
}

.card--research .card-img {
  display: block;
  height: 100%;
  border-radius: 0;
  overflow: hidden
}

.card--research .card-img>img {
  width: calc(100% + 25px);
  height: 100%;
  object-fit: cover;
  object-position: left;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out
}

.card--research .card-img-wrapp {
  position: relative
}

.card--research .card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .25s ease-in-out;
  opacity: 0;
  z-index: 1;
  background-color: rgba(33, 33, 33, .15)
}

.card--research .card-caption {
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.card--research .card-title {
  margin-bottom: 10px;
  color: #006543;
  font-weight: 600;
  line-height: 22px
}

.card--research .card-date {
  margin-bottom: 5px;
  color: #939393;
  font-size: 12px;
  font-weight: 300
}

.card--research .card-text {
  font-size: 12px;
  color: #2c2c2c
}

.card--research .card-link {
  margin: auto 0 0 auto;
  color: #afcb07;
  font-size: 12px;
  font-weight: 600
}

.card--research:hover {
  cursor: pointer;
  box-shadow: 2px 2px 6px rgba(33, 33, 33, .25)
}

.card--research:hover .card-img-overlay {
  opacity: 1
}

.card--research:hover .card-img>img {
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px)
}

@media (min-width:768px) {
  .card--research {
    height: 260px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .card--research .card-img-wrapp {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px
  }
  .card--research .card-img-overlay {
    width: calc(100% - 15px)
  }
  .card--research .card-caption {
    padding: 20px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width:1200px) {
  .card--research {
    height: 330px;
    margin-bottom: 30px
  }
}

@media (min-width:1200px) and (max-width:1419px) {
  .card--research .card-caption {
    padding: 20px 20px 20px 5px
  }
}

.l-article {
  margin-bottom: 35px;
  padding: 15px 15px 35px;
  background-color: #fff
}

.l-article h1 {
  font-size: 24px;
  font-weight: 600
}

.l-article .date {
  margin-bottom: 15px;
  color: #939393;
  font-size: 12px;
  font-weight: 300
}

.l-article p>strong {
  font-size: 18px
}

.l-article p {
  margin-bottom: 1.5rem;
  line-height: 24px
}

.l-latest-news {
  padding-bottom: 50px
}

@media (min-width:768px) {
  .l-article {
    margin-bottom: 75px;
    padding: 20px 40px 45px
  }
  .l-latest-news {
    padding-bottom: 100px
  }
}

@media (min-width:1200px) {
  .l-article {
    padding: 30px 60px 70px
  }
}

.l-distributors {
  padding-bottom: 100px
}

.card-distributor-item {
  height: calc(100% - 30px);
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px;
  border: 0;
  border-radius: 0
}

.card-distributor-item .card-image {
  width: 160px;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px
}

.card-distributor-item .card-image>img {
  max-width: 140px
}

.card-distributor-item .card-caption {
  padding-left: 15px
}

.card-distributor-item .card-caption p {
  font-size: 14px;
  margin-bottom: 3px
}

.card-distributor-item .card-title {
  margin-bottom: 5px;
  color: #006543;
  font-weight: 600
}

.l-contacts-page {
  padding-bottom: 50px
}

.l-contacts-page__info {
  margin-bottom: 35px
}

.l-contacts-map {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px
}

.map--regions {
  height: 768px
}

.card-region {
  padding: 0
}

.card-region-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.card-region-item:not(:last-of-type) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dcdcdc
}

.card-region-item__img {
  margin-top: 10px
}

.card-region-item__img img {
  border-radius: 100%;
  width: 50px;
  height: 50px
}

.card-region-item__caption {
  margin-left: 15px
}

.card-region-item__title {
  color: #333;
  font-size: 12px;
  font-weight: 600
}

.card-region-item__sub-title {
  font-size: 12px;
  color: #888
}

.card-region-item__location {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px
}

.card-region-item__phone {
  color: #333;
  font-size: 12px;
  font-weight: 600
}

.card-region-item__phone span {
  color: #888;
  font-size: 12px;
  font-weight: 400
}

@media (min-width:768px) {
  .l-contacts-page__info {
    margin-bottom: 0
  }
  .card-region {
    padding: 15px 10px
  }
  .card-region-item:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px
  }
  .card-region-item__img img {
    width: 75px;
    height: 75px
  }
  .card-region-item__title {
    font-size: 18px
  }
  .card-region-item__sub-title {
    font-size: 16px
  }
  .card-region-item__location, .card-region-item__phone span {
    font-size: 14px
  }
  .card-region-item__phone {
    font-size: 18px
  }
}

.l-search-page {
  min-height: calc(100vh - 302px);
  padding-bottom: 100px
}

.card--promo-info {
  margin-bottom: 20px;
  border-radius: 0;
  border: 0
}

.card--promo-info .card-body {
  padding: 20px
}

.card--promo-info .card-title {
  margin-bottom: 10px;
  color: #006543;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase
}

.ico-newtab {
  margin-left: 5px;
  fill: #006543;
  transition: all .25s ease-in-out
}

a:hover .ico-newtab {
  fill: #fff
}

.l-col-promo-items .card--news .card-title {
  text-decoration: underline
}

.l-col-promo-items .card--news:hover .card-body {
  top: calc(100% - 84px)
}

.l-post-content {
  padding-bottom: 30px
}

@media (min-width:1200px) {
  .l-post-content {
    padding-bottom: 80px
  }
}

.card--product {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  border: 0;
  border-radius: 0
}

.card--product .card-body {
  position: relative;
  padding: 30px
}

.card--product .card-img {
  display: block;
  margin-bottom: 20px
}

.card--product .card-img img {
  width: 100%;
  height: 225px;
  object-fit: contain
}

.card--product .card-title {
  margin-bottom: 15px;
  text-align: center;
  color: #006543;
  font-size: 21px;
  line-height: 23px;
  font-weight: 600
}

.card--product .card-description {
  transition: opacity .35s ease
}

.card--product .card-description p {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.card--product .btn-details {
  transition: all .44s ease;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translate3d(-50%, 25px, 0);
  transform: translate3d(-50%, 25px, 0);
  opacity: 0
}

.card--product:hover .card-description {
  opacity: 0
}

.card--product:hover .btn-details {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1
}

.slick-slider {
  height: 100%;
  margin-bottom: 0
}

.slick-slider .slider-arr {
  pointer-events: auto;
  width: 55px;
  height: 60px;
  transition: all .25s ease-in-out;
  fill: #d6d6d6
}

.arrow-bckgr {
  margin-top: 15px;
}

/* .slick-slider .slider-arr:hover {
    cursor: pointer;
    fill: #ec6923
} */

.slick-list {
  height: 100%;
  padding: 0 !important
}

.slick-track {
  height: 100%
}

.slick-slide {
  position: relative;
  outline: 0
}

.slick-dots, .slick-slider .slider-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.slick-slider .slider-nav {
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  width: 100%;
  position: absolute;
  padding: 15px 35px
}

.slick-slider .slider-nav .slider-right {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.arrow-bckgr:nth-child(2) {
  text-align: end;
}

.arrow-bckgr {
  background: rgb(100%, 100%, 100%, 0.5);
  border-radius: 40px;
  transition: 2s;
  padding: 7px;
}

.arrow-bckgr:nth-child(1):hover {
  background-image: url('../img/glavnaya-2-100x50.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  width: 150px;
}
.arrow-bckgr:nth-child(2):hover {
  background-image: url('../img/glavnaya-1-100x50.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  width: 150px;
}

.element-show {
  z-index: 999;
  position: absolute;
  display: flex;
  top: 90px;
  right: 8%;
}
.element-show > div {
  opacity: 0;
}
.element-1 {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
/* .hero-slider__slide:nth-child(1) .element-1 {
  background: rgba(0, 0, 0, 0.8);
} */
.element-1 p {
  color: white;
  font-size: 16px;
  margin: 25px 50px 5px;
}
.element-1 a {
  display: inline-block;
  background: rgba(111, 164, 46, 0.9);
  border-color: rgb(0, 0, 0);
  color: white;
  border-radius: 30px;
  padding: 5px 15px;
  transition: 1s;
}
.element-1 a:hover {
  text-decoration: none;
  background: white;
  color: rgba(111, 164, 46, 0.75);
}
.element-2 {
  display: flex;
  align-items: center;
  background: white;
}
.element-2 img {
  width: 246px;
  height: 81px;
  display: inline-block;
  margin: 0 10px;
  object-fit: contain;
 }
 @keyframes slidein {
   0% {
     opacity: 0;
   }

   100% {
     opacity: 1;
   }
 }
 .element-show .element-3 {
   animation: slidein 1s linear forwards;
   animation-delay: 1s;
 }
 .element-show .element-2 {
   animation: slidein 1s linear forwards;
   animation-delay: 3s;
 }
 .element-show .element-1 {
   animation: slidein 1s linear  forwards;
   animation-delay: 5s;
 }
.element-3 img {
  width: 152px;
  height: 159px;
}
.hero-slider__message {
  /*display: none;*/
}
.hero-slider__overlay {
  left: initial;
  right: 100px;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  width: auto;
  margin-top: auto;
  padding: 5px;
  background-color: rgba(0, 0, 0, .5);
  pointer-events: auto
}

.slick-dots li button:before {
  width: 6px;
  height: 6px;
  transition: all .25s ease-in-out;
  margin: 7px;
  opacity: 1;
  content: "";
  background-color: #a7a7a7
}

.slick-dots .slick-active button:before {
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #ec6923
}

#js-sorting-container {
  min-height: 50vw;
  overflow-y: hidden
}

.filters .list-inline-item {
  color: #666;
  font-size: 21px;
  font-weight: 600
}

.filters .list-inline-item a {
  color: inherit;
  transition: all .25s ease-in-out
}

.filters .list-inline-item a.active {
  color: #006543
}

.filters .list-inline-item a.active:hover {
  color: #003221
}

.filters .list-inline-item a:hover {
  cursor: pointer;
  color: #404040;
  text-decoration: none
}

.filters .vertical-divider {
  margin-left: 5px;
  margin-right: 5px
}
.post-img-blck img {
  width: 100%;
}



.navbar-social-list .fa-instagram:hover {
    color: #b00;
}
.down-banner {
  text-align: center;
      margin-top: -42px;
}





.product-category-title {
      text-align: center;
    background-color: red;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 23px;
    margin-top: -62px;
}

.show-batton-block {
      text-align: center;
      position: relative;
}
.show-batton-block:after {
  background-color: #6d8189;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: '';
  width: 100%;
  position: absolute;
}
.show-batton {
  text-align: center;
        background-color: #6d8189;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
        font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 40px;
        z-index: 50;
    position: relative;
}

.category-prod .row .col-md-4:nth-child(1) {
  display: block;
}
.category-prod .row .col-md-4:nth-child(2) {
  display: block;
}
.category-prod .row .col-md-4:nth-child(3) {
  display: block;
}

.category-prod.category-prod-show .row .col-md-4 {
  display: block;
}
.show-batton.show-batton-hide {
  display: none;
}
.product-category-table img {
  width: 100%;
}
.product-category-table {
          padding-top: 5px;
}
/*.map__wrap_cat .items__right {
  width: 100%;
}*/
.map__wrap_cat {
  padding-top: 50px;
}
.preim-block {
    display: flex;
    justify-content: space-between;
        margin-top: 30px;
            margin-bottom: 50px;
}
.preim-block-iteam-image img {
    border-radius: 50%;
}
.preim-block-iteam-title {
    text-align: center;
    padding-top: 25px;
}
.inov-block {
      margin-top: 30px;
}
.video-wrap {
  margin-top: 50px;
      margin-bottom: 50px;
}
.l-about-stats-custom {
  margin-top: 30px;
}
.about-main-purpose-custom {
  margin-top: 30px;
}
.reviews-slide-custom img {
  width: 100%;
}
.reviews-slide-custom {
  padding-left: 15px;
  padding-right: 15px;
}
.reviews-slider-custom .slider-left {
    left: -50px;
}
.reviews-slider-custom .slider-arr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.reviews-slider-custom .slider-right {
    right: -50px;
}
.reviews-slider-custom .slider-arr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.l-reviews-slider-custom .reviewer-img {
    width: 100px;
    height: 100px;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
.l-reviews-slider-custom .review-caption .text {
    font-size: 13px;
}
.partner-slider-custom img {
  width: 100%;
}
.partner-slider-custom {
  padding-left: 15px;
  padding-right: 15px;
}
.partner-slider-custom .slider-left {
    left: -50px;
}
.partner-slider-custom .slider-arr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.partner-slider-custom .slider-right {
    right: -50px;
}
.partner-slider-custom .slider-arr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zainteresovat-block {
      display: flex;
    flex-wrap: wrap;
        margin-left: -10px;
    margin-right: -10px;
    padding-top: 30px;
    margin-bottom: 50px;
}
.zainteresovat-block-iteam {
      width: 25%;
    text-align: center;
    padding: 10px;
}
.zainteresovat-block-iteam-image img {
  max-width: 100%;
}
.zainteresovat-block-iteam-image {
  padding-bottom: 30px;
}
.zainteresovat-block-iteam-icon img {
  max-width: 120px;
}
.zainteresovat-block-iteam-title {
  padding-top: 15px;
}
.zainteresovat-block-iteam:nth-child(1) .zainteresovat-block-iteam-title {
  color: #ec6923;
}
.zainteresovat-block-iteam:nth-child(2) .zainteresovat-block-iteam-title {
      color: #fbbe00;
    }
.zainteresovat-block-iteam:nth-child(3) .zainteresovat-block-iteam-title {
      color: #ca5f34;
}
.zainteresovat-block-iteam:nth-child(4) .zainteresovat-block-iteam-title {
      color: #88362e;
}
.seo-block-iteam-text {
  padding-top: 30px;
}
.seo-block-iteam-show {
      /*display: inline-block;*/
    cursor: pointer;
    /*margin-top: 20px;*/
}
.seo-block .seo-block-iteam-text {
  display: none;
}
.seo-block.seo-block-show .seo-block-iteam-text {
  display: block;
}
.seo-block-iteam-show.seo-block-iteam-hide {
  display: none;
}
.l-footer-inner .navbar-nav {
  flex-direction: row;
  padding-bottom: 25px;
}
.l-footer-inner .navbar-nav>li {
  padding-right: 20px;
}
.l-footer-inner .navbar-nav>li>a {
  color: #fff;
}
.l-footer-inner .navbar-nav .dropdown-menu {
  position: absolute;
}
.l-footer-inner .navbar-nav>.nav-item:after {
    top: 32px;
}
.download-catalog {
    position: relative;
    margin-bottom: 15px;
    max-height: 100px;
    overflow: hidden;
}
.download-catalog img {
  max-width: 100%;
}
.download-catalog-text {
      position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -12px;
    color: #fff;
    font-weight: bold;
    z-index: 5555;
}
.download-catalog:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
    top: 0;
    z-index: 555;
}
.l-footer-inner .dropdown-item {
      padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
}
.sidebar-custom.sidebar-fixed {
    position: fixed;
    top: 0;
    /*width: 310px;*/
        z-index: 666;
}
.top-scroll {
      position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: none;
}
.top-scroll.top-scroll-show {
  display: block;
}
.top-scroll img {
      transform: rotate(270deg);
    opacity: 0.5;
    width: 50px;
}
.term-77 .navbar-light .navbar-nav .nav-link {

color: #5c7881;
}
.term-77 .navbar-phone {
    color: #5c7881;
}
.term-77 .fa-search:before {
    color: #5c7881;
}
.term-77 .breadcrumb {
    display: none;
}
.term-77 .breadcrumb + h1 {
    display: none;
}
.term-77 .product-categories .cat-item {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 20px;
    padding-right: 25px;
}
.term-77 .product-categories .cat-item a {
    color: #5c7881;
    padding-left: 70px;
    font-size: 28px;
    font-weight: 700;
    line-height: 47px;
}
.term-77 .product-categories .cat-item img {
    display: none;
}
.term-77 .product-categories .cat-item-72 {
  background-image: url(/wp-content/uploads/Group_16.png);
}
.term-77 .product-categories .cat-item-74 {
  background-image: url(/wp-content/uploads/Group_15.png);
}
.term-77 .product-categories .cat-item-75 {
  background-image: url(/wp-content/uploads/Group_14.png);
}
.term-77 .product-categories .cat-item-76 {
  background-image: url(/wp-content/uploads/Group_13.png);
}
.term-77 .product-categories .cat-item-77 {
  background-image: url(/wp-content/uploads/Group_593.png);
}
.term-77 .product-categories {
    padding-left: 0;
    padding-right: 0;
}
.term-77 .product-categories .cat-item.current-cat {
    background-color: #75868c;
    position: relative;
}
.term-77 .product-categories .cat-item.current-cat:before {
  content: '';
  height: 100%;
  width: 30px;
  top: 0;
  right: -30px;
  background-color: #75868c;
      position: absolute;
}
.term-77 .product-categories .cat-item.current-cat:after {
  display: none;
}
.term-77 .product-categories .cat-item.current-cat a { 
    color: #fff;
}



.term-72 .navbar-light .navbar-nav .nav-link {

color: #5c7881;
}
.term-72 .navbar-phone {
    color: #5c7881;
}
.term-72 .fa-search:before {
    color: #5c7881;
}
.term-72 .breadcrumb {
    display: none;
}
.term-72 .breadcrumb + h1 {
    display: none;
}
.term-72 .product-categories .cat-item {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 20px;
    padding-right: 25px;
}
.term-72 .product-categories .cat-item a {
    color: #5c7881;
    padding-left: 70px;
    font-size: 28px;
    font-weight: 700;
    line-height: 47px;
}
.term-72 .product-categories .cat-item img {
    display: none;
}
.term-72 .product-categories .cat-item-72 {
  background-image: url(/wp-content/uploads/corn-w.png);
}
.term-72 .product-categories .cat-item-74 {
  background-image: url(/wp-content/uploads/Group_15.png);
}
.term-72 .product-categories .cat-item-75 {
  background-image: url(/wp-content/uploads/Group_14.png);
}
.term-72 .product-categories .cat-item-76 {
  background-image: url(/wp-content/uploads/Group_13.png);
}
.term-72 .product-categories .cat-item-77 {
  background-image: url(/wp-content/uploads/OSR.png);
}
.term-72 .card-custom-right-title {
  color: #f38b4e;
}
.term-72 .product-categories {
    padding-left: 0;
    padding-right: 0;
}
.term-72 .product-categories .cat-item.current-cat {
    background-color: #75868c;
    position: relative;
}
.term-72 .product-categories .cat-item.current-cat:before {
  content: '';
  height: 100%;
  width: 30px;
  top: 0;
  right: -30px;
  background-color: #75868c;
      position: absolute;
}
.term-72 .product-categories .cat-item.current-cat:after {
  display: none;
}
.term-72 .product-categories .cat-item.current-cat a { 
    color: #fff;
}

.term-72 .sidebar-custom {
  margin-top: 15px;
}




.term-74 .navbar-light .navbar-nav .nav-link {

color: #5c7881;
}
.term-74 .navbar-phone {
    color: #5c7881;
}
.term-74 .fa-search:before {
    color: #5c7881;
}
.term-74 .breadcrumb {
    display: none;
}
.term-74 .breadcrumb + h1 {
    display: none;
}
.term-74 .product-categories .cat-item {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 20px;
    padding-right: 25px;
}
.term-74 .product-categories .cat-item a {
    color: #5c7881;
    padding-left: 70px;
    font-size: 28px;
    font-weight: 700;
    line-height: 47px;
}
.term-74 .product-categories .cat-item img {
    display: none;
}
.term-74 .product-categories .cat-item-72 {
  background-image: url(/wp-content/uploads/Group_16.png);
}
.term-74 .product-categories .cat-item-74 {
  background-image: url(/wp-content/uploads/sunflower-w.png);
}
.term-74 .product-categories .cat-item-75 {
  background-image: url(/wp-content/uploads/Group_14.png);
}
.term-74 .product-categories .cat-item-76 {
  background-image: url(/wp-content/uploads/Group_13.png);
}
.term-74 .product-categories .cat-item-77 {
  background-image: url(/wp-content/uploads/OSR.png);
}
.term-74 .product-categories {
    padding-left: 0;
    padding-right: 0;
}
.term-74 .product-categories .cat-item.current-cat {
    background-color: #75868c;
    position: relative;
}
.term-74 .product-categories .cat-item.current-cat:before {
  content: '';
  height: 100%;
  width: 30px;
  top: 0;
  right: -30px;
  background-color: #75868c;
      position: absolute;
}
.term-74 .product-categories .cat-item.current-cat:after {
  display: none;
}
.term-74 .product-categories .cat-item.current-cat a { 
    color: #fff;
}

.term-74 .sidebar-custom {
  margin-top: 15px;
}

.term-72 .product-category-title {
    background-color: #75868c;
    background-image: url(/wp-content/uploads/Bez-imeni-1.png);
    background-position: left 80px center;
    background-size: 295px;
}

.term-74 .product-category-title {
    background-color: #75868c;
    background-image: url(/wp-content/uploads/Bez-imeni-2.png);
    background-position: left 30px center;
    background-size: 375px;
}



.download-catalog:after {
  display: none;
}
.download-catalog-text {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: right;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    z-index: 5555;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
        color: #6d8189;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}
.product-category-title {
        font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 14px;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/wp-content/uploads/Path_14.png);
    background-color: #75868c;
    text-align: left;
    padding-left: 45%;
    padding-top: 93px;
    padding-bottom: 93px;
}
.term-77 .l-section-heading-wrapp {
    text-align: center;
}
.term-77 .section-heading--primary {
  color: #5c7881;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
      text-align: center;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.term-77 .section-heading--primary:after {
  display: none;
}
.term-77 .stats-item {
    width: 25%;
        flex-direction: column;
    text-align: center;
}
.term-77 .stats-item__text {
    color: #707070;
    font-size: 20px;
}
.term-77 .stats-item__text br {
  display: none;
}
.term-77 .stats-item__counter {
    color: #ffd148;
        font-size: 40px;
}



.term-72 .l-section-heading-wrapp {
    text-align: center;
}
.term-72 .section-heading--primary {
  color: #5c7881;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
      text-align: center;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.term-72 .section-heading--primary:after {
  display: none;
}
.term-72 .stats-item {
    width: 25%;
        flex-direction: column;
    text-align: center;
}
.term-72 .stats-item__text {
    color: #707070;
    font-size: 20px;
}
.term-72 .stats-item__text br {
  display: none;
}
.term-72 .stats-item__counter {
    color: #ffd148;
        font-size: 40px;
}


.term-74 .l-section-heading-wrapp {
    text-align: center;
}
.term-74 .section-heading--primary {
  color: #5c7881;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
      text-align: center;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.term-74 .section-heading--primary:after {
  display: none;
}
.term-74 .stats-item {
    width: 25%;
        flex-direction: column;
    text-align: center;
}
.term-74 .stats-item__text {
    color: #707070;
    font-size: 20px;
}
.term-74 .stats-item__text br {
  display: none;
}
.term-74 .stats-item__counter {
    color: #ffd148;
        font-size: 40px;
}

.term-sunflower .product-category-table {
    overflow: scroll;
    overflow-y: hidden;
}




.preim-block-iteam-title {
    color: #707070;
    font-size: 15px;
    font-weight: 700;
}
.reviews-slider-2 .reviews-slide-inner {
    flex-direction: column;
    text-align: center;
        max-width: 700px;
    margin: auto;
}
.l-reviews-slider-custom .reviewer-img {
    margin: auto;
        width: 180px;
    height: 180px;
}
.l-reviews-slider-custom .review-caption {
    margin-left: 0px;
}
.l-reviews-slider-custom .review-caption .title {
    font-size: 30px;
    font-weight: 700;
    color: #707070;
        padding-top: 35px;
}
.l-reviews-slider-custom .review-caption .sub-title {
    font-size: 20px;
font-weight: 400;
line-height: 30px;
    margin-bottom: 10px;
    color: #707070;
}
.l-reviews-slider-custom .review-caption .text {
    font-size: 20px;
font-weight: 400;
line-height: 30px;
color: #707070;
}
.reviews-slider-custom {
  max-width: 700px;
      margin: auto;
}
.reviews-slider-custom.slick-slider .slider-arr {
  width: 35px;
}
.partner-slider-custom.slick-slider .slider-arr {
  width: 35px;
}
.partner-slider-custom .slider-left {
    left: -20px;
}
.partner-slider-custom .slider-right {
    right: -20px;
}
.zainteresovat-block {
    justify-content: center;
}
.seo-block-iteam-text {
color: #707070;
}
.seo-block-iteam-text h1 {
color: #707070;
}
.map__wrap.map__wrap_cat .item__tab li {
  font-size: 0;
}
.map__wrap.map__wrap_cat .item__tab li:hover, .map__wrap.map__wrap_cat .item__tab li.active {
  font-size: 16px;
  z-index: 555;
}
.card-custom {
  display: flex;
      padding-bottom: 50px;
    padding-top: 50px;
        flex-wrap: wrap;
}
.card-custom-left {
  padding-top: 25px;
      width: 95px;
}
.card-custom-right {
  padding-left: 20px;
      width: calc(100% - 95px);
}
.card-custom-right-top img {
  margin-right: 10px;
}
.card-custom-right-title {
  color: #ffd148;
line-height: 62px;
font-size: 45px;
font-weight: 900;
position: relative;
    display: inline-block;
}
.card-custom-right-subtitle {
  color: #6f7175;
font-size: 29px;
font-weight: 300;
line-height: 38px;
margin-top: -5px;
      padding-bottom: 22px;
}
.card-custom-right-text {
  color: #6f7175;
  line-height: 25px;
  font-size: 19px;
  font-weight: 400;
}
.card-custom-tr a:hover {
  text-decoration: none;
}
.card-custom-new .card-custom-right-title:after {
    content: 'new';
    width: 37px;
    height: 37px;
    background-color: #e42c1a;
    position: absolute;
    right: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    border-radius: 50%;
    top: -20px;
}
.category-prod .row .col-md-6 {
    display: none;
}
.category-prod .row .col-md-6:nth-child(1) {
    display: block;
}
.category-prod .row .col-md-6:nth-child(2) {
    display: block;
}
.category-prod .row .col-md-6:nth-child(3) {
    display: block;
}
.category-prod .row .col-md-6:nth-child(4) {
    display: block;
}
.category-prod .row .col-md-12 {
  display: none;
}
.category-prod .row .col-md-12:nth-child(1) {
  display: block;
}
.category-prod .row .col-md-12:nth-child(2) {
  display: block;
}
.category-prod .row .col-md-12:nth-child(3) {
  display: block;
}
.category-prod .row .col-md-12:nth-child(4) {
  display: block;
}
.category-prod.category-prod-show .row .col-md-6 {
    display: block;
}
.category-prod.category-prod-show .row .col-md-12 {
  display: block;
}
.zainteresovat-block-iteam:nth-child(1) .zainteresovat-block-iteam-title {
    color: #5c7881;
}
.zainteresovat-block-iteam:nth-child(2) .zainteresovat-block-iteam-title {
    color: #5c7881;
}
.zainteresovat-block-iteam:nth-child(3) .zainteresovat-block-iteam-title {
    color: #5c7881;
}
.zainteresovat-block-iteam:nth-child(4) .zainteresovat-block-iteam-title {
    color: #5c7881;
}
.l-reviews-slider .arrow-bckgr {
    padding: 0;
}
.l-reviews-slider .slick-track {
  display: flex;
      align-items: center;
}
.zainteresovat-block-iteam-icon img {
    width: 120px;
}
.zainteresovat-block-iteam a:hover {
  text-decoration: none;
}
.l-reviews-slider-custom .l-all-reviews {
      text-align: center;
    position: relative;
}
.l-reviews-slider-custom .l-all-reviews:after {
    background-color: #6d8189;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    content: '';
    width: 100%;
    position: absolute;
}
.l-reviews-slider-custom .l-all-reviews .btn--all-reviews {
        text-align: center;
    background-color: #6d8189;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 50;
    position: relative;
}
.video-block-text {
      color: #707070;
}
.vertical-scroll {
  overflow: scroll;
}
.download-brosh .btn-warning {
  display: block;
    text-align: center;
    text-decoration: none;
}

.new-template .main-banner {
    position: relative;
}
.new-template .main-banner img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.new-template .main-banner h1 {
    position: absolute;
    left: 100px;
    bottom: 40px;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
}
.new-template .info-block {
    margin-top: 40px;
}
.new-template .info-block h3, .new-template .map h3, .new-template .grafik h3, .new-template .videos h3 {
    text-align: center;
    color: #898989;
    font-size: 40px;
    font-weight: bold;
}
.new-template .info-block h4 {
    color: #898989;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}
.new-template .map {
    margin-top: 40px;
}
.new-template .product-info__main__body {
    padding: 30px;
}

.new-template .product-info__rating-row .product-info__rating-head {
    width: 300px;
    min-height: 26px;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding-left: 7px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.new-template .product-info__rating-row .rating-wrapp .rating-box:nth-child(1) {
    background: linear-gradient(to right, #F9F5F1, #FCF0E6);
}
.new-template .product-info__rating-row .rating-wrapp .rating-box:nth-child(2) {
    background: linear-gradient(to right, #FCF0E6, #FAE9DA);
}
.new-template .product-info__rating-row .rating-wrapp .rating-box:nth-child(3) {
    background: linear-gradient(to right, #FAE9DA, #FCEBDC);
}
.new-template .product-info__rating-row .rating-wrapp .rating-box:nth-child(4) {
    background: linear-gradient(to right, #FCEBDC, #F9D7C0);
}
.new-template .product-info__rating-row .rating-wrapp .rating-box:nth-child(5) {
    background: linear-gradient(to right, #F9D7C0, #F7CCB1);
}
.new-template .product-info__rating-row .rating-wrapp .rating-box:nth-child(6), .new-template .product-info__rating-row .rating-wrapp .rating-box:nth-child(7), .new-template .product-info__rating-row .rating-wrapp .rating-box:nth-child(8), .new-template .product-info__rating-row .rating-wrapp .rating-box:nth-child(9) {
    background-color: #ED7339;
}
.new-template .product-info__rating-row__head .product-info__rating-head {
    width: 300px;
    height: 26px;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    background-color: #b4b4b4;
}
.new-template .product-info__rating-row__head .rating-wrapp {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 540px;
}
.new-template .new-template .product-info__rating-row__head .rating-box__text-left {
    position: absolute;
    top: -35px;
    left: 2px;
}
.new-template .product-info__rating-row__head .rating-box__text-right {
    position: absolute;
    top: -35px;
    right: 2px;
}
.new-template .product-info__rating-row__head .rating-box {
    margin-left: 2px;
    width: 26px;
    height: 26px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    background-color: #b4b4b4;
}
.new-template .product-info__rating-row .product-info__rating-head {
    width: 300px;
    min-height: 26px;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding-left: 7px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.new-template .product-info__rating-row .rating-box {
    margin-left: 2px;
    width: 26px;
    min-height: 40px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}
.new-template .map h3, .new-template .grafik h3, .new-template .videos h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.new-template-reviews-slider .l-reviews-slider .slick-slider .slider-arr {
    filter: invert() brightness(100%);
}
.reviews-slider-n .slider-left {
    left: -50px;
}
.reviews-slider-n .slider-right {
    right: -50px;
}
.reviews-slider-n .slider-arr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.new-template-reviews-slider .l-reviews-slider {
    padding-top: 30px;
    background-color: #707070;
}
.new-template-reviews-slider .l-reviews-slider .section-heading--primary {
    color: #fff;
    text-align: center;
}
.new-template-reviews-slider .l-reviews-slider .arrow-bckgr {
    padding: 0;
}
.new-template-reviews-slider .arrow-bckgr {
    background: rgb(100%, 100%, 100%, 0.5);
    border-radius: 40px;
    transition: 2s;
}
.new-template-reviews-slider .review-caption .text {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
.new-template-reviews-slider .review-caption .title {
    margin-bottom: 0;
    color: #fff;
}
.new-template-reviews-slider .l-reviews-slider .section-heading--primary:after {
    background-color: #fff;
}
.new-template-reviews-slider .section-heading--primary:after, .section-heading--white:after {
    position: absolute;
    bottom: -18px;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;
    content: "";
}
.videos iframe {
    width: 100%;
}
.bg-gra {
    background-color: #f4f4f4;
}
.videos {
    margin-top: 40px;
}
.videos h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
        text-align: center;
    color: #898989;
    font-size: 40px;
    font-weight: bold;
}
.uslov .col-md-4 {
    margin: 10px 0;
}
.preim-block-iteam {
    width: 20%;
}
.preim-block {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}
.preim-block-iteam-image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.preim-block-iteam-title {
    color: #707070;
    font-size: 15px;
    font-weight: 700;
}
.preim-block-iteam-title {
    text-align: center;
    padding-top: 25px;
}
@media (min-width: 1200px) {
  .new-template .product-info__left-col {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px;
  }
}

@media screen and (max-width: 992px) {
.new-template .product-info__rating-row .product-info__rating-head {
    width: 230px;
    flex: 0 0 230px;
    font-size: 14px;
}
.new-template .product-info__rating-row__head .product-info__rating-head {
    width: 230px;
    flex: 0 0 230px;
}
.new-template .product-info__rating-row__head .rating-box {
    flex: 0 0 48px;
}
.new-template .product-info__rating-row .rating-box {
  flex: 0 0 48px;
}
}

@media screen and (max-width: 767px) {
  .new-template .product-info__rating-row .product-info__rating-head {
    width: 125px;
    flex: 0 0 125px;
    font-size: 12px;
}
.new-template .product-info__rating-row__head .product-info__rating-head {
    width: 125px;
    flex: 0 0 125px;
}
.new-template .product-info__rating-row .rating-box {
    flex: 0 0 20px;
    height: 100%;
}
.new-template .product-info__rating-row__head .rating-box {
    flex: 0 0 20px;
}
.new-template .product-info__rating-row__head .rating-wrapp {
    width: 199px;
}
.product-info__rating-row .rating-wrapp {
    width: 199px;

}
.single-product .product-info__main__body .product-info__left-col {
    padding: 0;
}
.single-product .product-info__main__body .product-info__left-col .product-info__body__section.grafik {
    padding: 0;
}
.new-template .info-block h3, .new-template .map h3, .new-template .grafik h3, .new-template .videos h3 {
    text-align: center;
    color: #898989;
    font-size: 30px;
    font-weight: bold;
}
.new-template .info-block h4 {
    color: #898989;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}
.new-template .main-banner h1 {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 100%;
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    font-size: 50px;
}
.term-74 .product-category-title {
    display: none !important;
}
.preim-block {
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.preim-block-iteam {
    width: 100%!important;
}
.preim-block-iteam-title {
    padding-bottom: 25px;
}
.term-72 .stats-item__counter {
    font-size: 22px;
}
.term-74 .stats-item__counter {
    font-size: 22px;
}
.term-72 .stats-item__text {
    font-size: 11px;
}
.term-74 .stats-item__text {
    font-size: 11px;
}


  .down-banner {
      margin-top: 0;
}
.product-category-title {
    margin-top: 0px;
}

.term-72 .product-category-title {
  display: none!important;
    background-color: #75868c;
    background-image: url(/wp-content/uploads/Bez-imeni-1.png);
    background-position: left -144px center;
    background-size: 230px;
}

.term-74 .product-category-title {
    background-color: #75868c;
    background-image: url(/wp-content/uploads/Bez-imeni-2.png);
        background-position: left -158px center;
    background-size: 280px;
}

.preim-block {
    flex-direction: column;
    text-align: center;
}
.preim-block-iteam-title {
    padding-bottom: 25px;
}
.zainteresovat-block-iteam {
    width: 100%;
    padding-bottom: 35px;
}
.l-footer-inner .navbar-nav {
    flex-direction: column;
}
.download-catalog img {
    max-width: inherit;
    width: 100%;
}
.term-77 .product-categories .cat-item.current-cat:before {
  display: none;
}
.product-category-title {
    text-align: center;
    padding-left: 0;
    padding-top: 75px;
    padding-bottom: 75px;
}
.card-custom-left {
  max-width: 60px;
}
.card-custom-right-title {
    font-size: 35px;
}
.card-custom-right-subtitle {
    font-size: 23px;
}
.map__wrap_cat .items__left {
    width: 100% !important;
}
.map__wrap_cat .items__right {
    padding-left: 0 !important;
    width: 100% !important;
}
.term-77 .stats-item {
    width: 100%;
        display: flex;
}
}