/*
Theme Name: ForestMKSK
Theme URI: https://forest.com.ua
Author: Wedes
Description: Forest MKSK theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: forest.com.ua
*/


body {
  font-family: 'Manrope', sans-serif;
  color: #757575;
  line-height: 1.35;
  font-size: 16px;
}

h1,h2,h3,h4,h5 {
  font-weight: 700;
  color: #000;
}
/*h1,h2 {
  letter-spacing: -2px;
}*/

a {
  color: #00c0f4;
  text-decoration: none;
}
a:hover {
  color: #00a7d5;
}
p {
  line-height: 1.5;
}



/*===== HEADER =====*/
header.header {
  background: #459B68;
}
.header .nav-link,
.footer .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.header .nav-link:focus, .header .nav-link:hover {
  color: #006633;
}
.footer .nav-link:focus, .footer .nav-link:hover {
  color: #459B68;
}
.header .top__buttons {
  display: flex;
  align-items: center;
}
.header .top__buttons a {
  color: #fff;
}
.top__phone {
  font-size: 16px;
  font-weight: 600;
}
.top__phone a:hover {
  color: #006633;
}
.top__order {
  margin: 0 30px;
}
.order__btn {
  background: #CC0000;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  border: none;
  min-width: 130px;
  display: inline-block;
  padding: 6px 15px;
  text-align: center;
  border-radius: 3px;
  transition: 300ms ease;
}
.order__btn:hover, .order__btn:focus {
  background: #006633;
  color: #fff;
  transition: 300ms ease;
}
.top__lang ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.top__lang ul.menu .nav-link {
  padding: 0 5px;
}
.top__lang ul.menu .dropdown-menu {
  border-radius: 3px;
  border: none;
  padding: 3px 0;
  min-width: auto;
  top: 26px;
}
.top__lang ul.menu .dropdown-item {
  padding: 14px 8px;
  font-weight: 600;
  color: #009d6c;
}
.top__lang ul.menu .dropdown-menu:hover,
.top__lang ul.menu .dropdown-item:hover {
  background: #006633;
  color: #fff;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }  
}



/* Hamburger */
.home .collapsing {
    transition: none;
}
.navbar-toggler {
  color: #fff;
  border-color: transparent;
  padding: 0;
  fill: #fff;
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 10;
}
button.navbar-toggler[aria-expanded="false"] svg rect {
  transition: 300ms;
}

button.navbar-toggler[aria-expanded="false"] svg rect:nth-child(1){
  top: 0px;
  transform-origin: left center;
}
button.navbar-toggler[aria-expanded="false"] svg rect:nth-child(3){
  top: 42px;
  transform-origin: left center;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(1){
  transform: rotate(45deg) translateX(15px);
  transition: 300ms;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(2){
  width: 0%;
  opacity: 0;
  transition: 300ms;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(3){
  transform: rotate(-45deg) translateX(-52px);
  transition: 300ms;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
}
button:focus {
  outline: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
/* Hamburger */
/*===== HEADER =====*/




/*===== FOOTER =====*/
footer.footer {
  background: #006633;
}

ul.footer__social,
ul.slider__social {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.footer__social li,
ul.slider__social li {
  margin: 0 35px 5px 0;
}
.footer .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__nav {
  padding: 40px 0 0;
}
.footer__social .social__icon {
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
  transition: 500ms ease;
}
.slider__social .social__icon {
  display: block;
  width: 26px;
  height: 26px;
  background: #006633;
  transition: 500ms ease;
}
.icon__fb {
  -webkit-mask: url('img/icons/icon-fb.svg') no-repeat center center;
  mask: url('img/icons/icon-fb.svg') no-repeat center center;
}
.icon__insta {
  -webkit-mask: url('img/icons/icon-insta.svg') no-repeat center center;
  mask: url('img/icons/icon-insta.svg') no-repeat center center;
}
.icon__yt {
  -webkit-mask: url('img/icons/icon-yt.svg') no-repeat center center;
  mask: url('img/icons/icon-yt.svg') no-repeat center center;
}
.icon__tg {
  -webkit-mask: url('img/icons/icon-tg.svg') no-repeat center center;
  mask: url('img/icons/icon-tg.svg') no-repeat center center;
}
.footer__social .social__icon:hover {
  background: #459B68;
  transition: 500ms ease;
}
.slider__social .social__icon:hover {
  background: #fff;
  transition: 500ms ease;
}
.copyright {
  padding-bottom: 34px;
}
a.wedes {
  display: block;
  width: 39px;
  height: 24px;
  background: #FFDE17;
  -webkit-mask: url('img/icons/LogoSlon.svg') no-repeat;
  mask: url('img/icons/LogoSlon.svg') no-repeat;
  float: right;
  transition: 300ms ease;
}
a.wedes:hover {
  background: #FCC700;
  transition: 300ms ease;
}
.footer .foot {
  margin-bottom: 70px;
}
/*===== FOOTER =====*/






/*===== SECTIONS =====*/
.section__slider {
  background: #459B68;
/*  min-height: 500px;*/
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 50px;
  overflow: hidden;
}

.slider__content_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.top__pallet {
  position: absolute;
  content: "";
  background: url('img/top_pallet_sm.png')no-repeat top left;
  background-size: contain;
  z-index: 2;
  animation-direction: alternate;
  animation-duration: 8s;
  animation-name: palleterotation;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.bottom__pallet {
  position: absolute;
  content: "";
  background: url('img/bottom_pallet_sm.png')no-repeat bottom left;
  background-size: contain;
  z-index: 1;
  animation-direction: alternate-reverse;
  animation-duration: 6s;
  animation-name: palleterotation;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.pallet__tree {
  position: absolute;
  content: "";
  background: url('img/tree_sm.png')no-repeat top left;
  background-size: contain;
  z-index: 0;
}
.struzhka_one {
  position: absolute;
  content: "";
  background: url('img/struzhka_1_sm.png')no-repeat top left;
  background-size: contain;
  z-index: 3;
  animation-direction: alternate;
  animation-duration: 15s;
  animation-name: struzhka-anim;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.struzhka_two {
  position: absolute;
  content: "";
  background: url('img/struzhka_2_sm.png')no-repeat top left;
  background-size: contain;
  z-index: 0;
  animation-direction: alternate;
  animation-duration: 15s;
  animation-name: struzhka-anim-2;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform-origin: center center;
}
.struzhka_three {
  position: absolute;
  content: "";
  background: url('img/struzhka_3_sm.png')no-repeat top left;
  background-size: contain;
  z-index: 2;
  animation-direction: alternate-reverse;
  animation-duration: 12s;
  animation-name: struzhka-anim-3;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.blur__elements {
  position: relative;
}
.blur__elements:after,
.slider__images:after {
  position: absolute;
  content: "";
  background: url('img/struzhka_2_sm.png')no-repeat top left;
  background-size: contain;
  z-index: 0;
  filter: blur(5px);
  animation-direction: alternate-reverse;
  animation-duration: 15s;
  animation-name: struzhka-anim-2;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform-origin: center center;
}
.blur__elements:before,
.slider__images:before {
  position: absolute;
  content: "";
  background: url('img/struzhka_3_sm.png')no-repeat top left;
  background-size: contain;
  z-index: 0;
  filter: blur(5px);
  animation-direction: alternate;
  animation-duration: 25s;
  animation-name: struzhka-anim-2;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}



@media  (max-width: 767px) {
  section > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider__content_wrapper {
    flex-direction: column;
  }
  .slider_content {
    padding: 0 0 50px;
  }
  .slider__images {
    width: 100%;
    position: relative;
    padding-top: 70%;
    margin: 15px 0;
  }
  .top__pallet {
    top: 0;
    left: 20px;
    width: 97%;
    padding-top: 51%;
  }
  .bottom__pallet {
    bottom: 0;
    left: 0;
    width: 97%;
    padding-top: 53%;
  }
  .pallet__tree {
    top: 48%;
    left: 9%;
    transform: translateY(-50%);
    width: 35%;
    height: 44%;
  }
  .struzhka_one {
    top: 35%;
    left: 11%;
    width: 11%;
    height: 21%;
  }
  .struzhka_two {
    top: 0px;
    right: 15%;
    width: 7%;
    height: 22%;
  }
  .struzhka_three {
    bottom: 8%;
    right: 5%;
    width: 10%;
    height: 13%;
  }
  .blur__elements:after, .blur__elements:before {
    display: none;
  }
  .slider__images:after {
    top: 0;
    left: -90px;
    width: 8%;
    height: 23%;
    filter: blur(3px) !important;
  }
  .slider__images:before {
    bottom: 0;
    right: -20px;
    width: 11%;
    height: 14%;
    filter: blur(3px) !important;
  }
}





@media  (min-width:768px) and (max-width:991px) {
  .slider__content_wrapper {
    height: 480px;
  }
  .slider_content {
    flex: 0 0 40%;
    z-index: 3;
    margin-right: -7%;
    padding: 10px 0 50px;
  }
  .slider__images {
    flex: 0 0 63%;
    position: relative;
  }
  .top__pallet {
    top: 0;
    left: 40px;
    width: 93%;
    padding-top: 60%;
  }
  .bottom__pallet {
    top: 14%;
    left: 0;
    width: 95%;
    height: 55%;
  }
  .pallet__tree {
    top: 30%;
    left: 55px;
    transform: translateY(-50%);
    width: 160px;
    height: 160px;
  }
  .struzhka_one {
    top: 21%;
    left: 60px;
    width: 70px;
    height: 90px;
  }
  .struzhka_two {
    top: 0px;
    right: 30px;
    width: 40px;
    height: 80px;
  }
  .struzhka_three {
    top: 50%;
    right: 0px;
    width: 50px;
    height: 50px;
  }
  .blur__elements:after {
    top: 0;
    left: -100px;
    width: 60px;
    height: 130px;
  }
  .blur__elements:before {
    top: 60%;
    right: -50px;
    width: 105px;
    height: 90px;
  }
}






@media  (min-width:992px) {
  .slider__content_wrapper {
    height: 600px;
  }
  .slider_content {
    flex: 0 0 42%;
    z-index: 1;
    margin-right: -7%;
    padding: 50px 0;
  }
  .slider__images {
    flex: 0 0 65%;
    position: relative;
  }
  .top__pallet {
    top: 0;
    left: 40px;
    width: 95%;
    padding-top: 60%;
  }
  .bottom__pallet {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72%;
  }
  .pallet__tree {
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
  }
  .struzhka_one {
    top: 35%;
    left: 140px;
    width: 93px;
    height: 123px;
  }
  .struzhka_two {
    top: 20px;
    right: 90px;
    width: 64px;
    height: 130px;
  }
  .struzhka_three {
    bottom: 70px;
    right: 50px;
    width: 86px;
    height: 80px;
  }
  .blur__elements:after {
    top: 0;
    left: -100px;
    width: 80px;
    height: 162px;
  }
  .blur__elements:before {
    bottom: 70px;
    right: -50px;
    width: 153px;
    height: 109px;
  }
}



.slider__title {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.slider__subtitle {
  font-weight: 800;
  color: #006633;
  margin: 20px 0 5px;
  line-height: 1;
}
.slider__text {
  font-weight: 500;
}
.slider__bottom_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider__mouse_wrap {
  text-align: right;
}
a.slider__mouse {
  display: block;
  width: 30px;
  height: 45px;
  background: #fff;
  -webkit-mask: url('img/icons/mouse.svg')no-repeat;
  mask: url('img/icons/mouse.svg')no-repeat;
  transition: 500ms ease;
}
a.slider__mouse:hover {
  background: #006633;
  transition: 300ms ease;
}

.section__about {
  background: #fafafa;
}
.about__top_content {
  display: flex;
  flex-wrap: wrap;
}
.section__name {
  font-size: 20px;
  font-weight: 700;
  color: #CC0000;
  margin-bottom: 30px;
}
.section__name.uppercase {
  text-transform: uppercase;
  font-size: 16px;
}
.page__title {
  font-weight: 700;
  color: #424242;
  margin-bottom: 30px;
}
.about__text_wrap {
  display: flex;
  flex-wrap: wrap;
}
.about__benefits_wrapper {
  margin: 100px 0 50px;
}
.benefit_item {
  display: flex;
  flex-wrap: wrap;
  min-height: 80px;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
}
section.red__line {
  background: #CC0000;
}
.redline__wrap {
  overflow: hidden;
}
.redline__text {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  line-height: 60px;
  white-space: nowrap;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
section.red__line span.dot {
  margin: 0 30px;
}



.benefit__img {
  flex: 0 0 70px;
}
.benefit__icon {
  width: 40px;
  text-align: center;
}
.benefit__name {
  flex: 0 0 calc(100% - 70px);
  font-weight: 700;
  color: #424242;
}

.section__manufacture {
  background: #212121;
  color: #fff;
  overflow: hidden;
}
.section__title {
  font-weight: 800;
  text-transform: uppercase;
}
.section__manufacture .section__title {
  color: #fff;
  margin: 40px 0;
}
.section__manufacture .section__title span {
  color: #009d6c;
}
.manufacture__gallery .gallery__item {
  width: 100%;
  padding-top: 65%;
}
.manufacture__gallery.owl-carousel .owl-stage-outer {
  overflow: unset;
}
.manufacture__gallery .owl-item {
  position: relative;
}
.manufacture__gallery .owl-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.6);
}
.manufacture__gallery .owl-item.active:after {
  background: none;
}
.slider-nav {
  width: 100px;
  display: flex;
  justify-content: space-between;
}
.manufacturePrevBtn,
.manufactureNextBtn {
  width: 44px;
  height: 11px;
  display: block;
  border: none;
  background: #fff;
  transition: 300ms ease;
}
.manufacturePrevBtn {
  -webkit-mask: url('img/icons/arrow-l.svg')no-repeat;
  mask: url('img/icons/arrow-l.svg')no-repeat;
}
.manufactureNextBtn {
  -webkit-mask: url('img/icons/arrow-r.svg')no-repeat;
  mask: url('img/icons/arrow-r.svg')no-repeat;
}
.manufacturePrevBtn:hover,
.manufactureNextBtn:hover {
  background: #cc0000;
  transition: 300ms ease;
}
.features {
  display: flex;
  flex-wrap: wrap;
}


.feature__caption {
  font-weight: 800;
  color: #fff;
}
.feature__caption span {
  color: #459B68;
}
.feature__power_img {
  width: 117px;
  height: 117px;
  background: url('img/square.svg')no-repeat;
  background-size: contain;
}
.power__caption_flex {
  display: flex;
  align-items: end;
}
.power__l {
  color: #459B68;
  font-size: 34px;
  font-weight: 800;
  line-height: 0.9;
}
.power__l .big__text {
  font-size: 96px;
  letter-spacing: -0.05em;
}
.power_r {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-left: 20px;
}
.section__processes {
  background: #212121;
  color: #fff;
  overflow: hidden;
}
.processes__quality {
  position: relative;
}
.section__processes .section__title {
  color: #fff;
  position: relative;
  z-index: 1;
}
ul.processes__list {
  list-style-type: none;
  margin: 50px 0;
  padding: 0;
}
ul.processes__list li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.process__icon {
  width: 64px;
  text-align: center;
}
.leaf__quality {
  position: relative;
}
.leaf__quality:before {
  position: absolute;
  content: "";
  background: url('img/CircleBg.svg')no-repeat center center;
  background-size: contain;
}
.leaf__quality img {
  position: relative;
}
.section__products {
  background: #fafafa;
  overflow: hidden;
}
.section__warning {
  padding: 30px 0 35px;
  background: #459B68;
  color: #fff;
}
.warning__text {
  position: relative;
  padding-left: 70px;
  max-width: 750px;
}
.warning__text:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url('img/icons/icon-info.svg')no-repeat;
}
.section__contacts {
  position: relative;
  width: 100%;
}

.map__layer {
  position: relative;
}

.contacts__layer > .container:after {
  position: absolute;
  content: "";
  left: -1000px;
  top: 0;
  bottom: 0;
  width: 1000px;
  background: #fafafa;
  z-index: 2;
}
.contact__block:after {
  position: absolute;
  content: "";
  left: -1000px;
  top: 0;
  bottom: 0;
  width: 1000px;
  background: #fafafa;
  z-index: 2;
}
.section_name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #424242;
}
.contacts__title {
  font-size: 24px;
  font-weight: 700;
  color: #424242;
}
.contacts__subtitle {
  font-size: 16px;
  color: #424242;
  font-weight: 700;
  margin: 30px 0 5px;
}
.contacts__layer a {
  color: #757575;
  font-weight: 400;
}
.contacts__layer a:hover,
.contacts__layer a:focus {
  color: #cc0000;
}
.feedback__form input,
.feedback__form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #BDBDBD;
  padding: 20px 0 10px;
  margin-bottom: 20px;
}
.feedback__form .wpcf7-submit {
  margin: 0;
}
.feedback__form input::placeholder,
.feedback__form textarea::placeholder {
  color: #bdbdbd;
}
.feedback__form .contacts__title {
  text-align: center;
  margin-bottom: 40px;
}
span.wpcf7-spinner {
  display: none;
}
/*===== SECTIONS =====*/





/*===== PRODUCTS =====*/
.product__item {
  background: #fff;
  position: relative;
}
.product__item:last-child {
  margin-bottom: 0;
}

.product__item:after,
.product__item:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: #fff;
}
.product_and_sort_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product__name {
  color: #424242;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.95;
}
.product__sort {
  font-size: 16px;
  font-weight: 700;
  color: #424242;
  text-transform: uppercase;
}
.product__size {
  font-size: 16px;
  font-weight: 700;
  color: #BDBDBD;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.product__options {
  margin-top: 35px;
}
.option__title {
  color: #424242;
  font-weight: 700;
  text-transform: uppercase;
}
.option__lable {
  background: #CC0000;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  margin: 5px 0;
  line-height: 1;
  display: inline-block;
}
.option__text {
  color: #757575;
  margin-top: 18px;
}
.bottom__text {
  color: #424242;
  margin-top: 30px;
}
.product__descriptions {
  background: #f5f5f5;
}
.description__body {
  color: #424242;
}
.descr__column {
  font-size: 16px;
  color: #424242;
}
.descr__column h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.description__body ul {
  margin: 38px 0;
  padding: 0;
  list-style-type: none;
}
.description__body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.description__body ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: #CC0000;
}
/*===== PRODUCTS =====*/



.btn {
  min-width: 200px;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 3px;
}
.btn-primary {
  color: #fff;
  background-color: #006633;
  border-color: #006633;
}
.btn-primary:hover {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
  box-shadow: none;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
}

.btn-slider,
.wpcf7-submit {
  background: #006633;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 19px 40px !important;
  line-height: 1;
  transition: 300ms ease;
}

.btn-slider:hover,
.btn-slider:focus {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
  box-shadow: none;
  transition: 300ms ease;
}



.form__row {
  margin-bottom: 40px;
}
.form__row p {
  margin: 0;
}
.form__subtitle {
  color: #424242;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
}
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0 10px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 16px;
  font-size: 16px;
  color: #424242;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:hover,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:hover {
  color: #006633;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"],
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #006633;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked .wpcf7-list-item-label,
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked .wpcf7-list-item-label {
  color: #006633;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
}
.modal-body {
  padding: 40px 0 0;
}
.modal-header {
  padding: 0;
  border-bottom: none;
}
.modal-title {
  font-size: 24px !important;
  color: #424242;
  line-height: 1;
}
.modal-content {
  border: none;
  border-radius: 3px;
}
.form-control {
  padding: 20px 0 10px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #bdbdbd;
}
.form-control::placeholder {
  color: #bdbdbd;
}
.modal-header .btn-close {
  position: absolute;
  content: "";
  right: 30px;
  top: 30px;
  padding: 0;
}





/*=========  max-width: 400px  =========*/
/*======================================*/
@media (max-width: 400px) {
  .feedback__form, .contact__block {
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
/*=========  max-width: 400px  =========*/
/*======================================*/





/*=========  max-width: 575px  =========*/
/*======================================*/
@media (max-width: 575px) {
  .process__list_wrap {
    flex: 0 0 85px;
  }
  .process__text {
    flex: 0 0 calc(100% - 85px);
  }
  .slider__title {
    font-size: 34px;
    line-height: 1.3;
  }
  .footer .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  /*.redline__text {
    line-height: 46px;
    font-size: 18px;
  }*/
  .page__title {
    font-size: 24px;
  }
  .left__text {
    margin-bottom: 20px;
  }
  .section__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .modal-content {
    padding: 30px;
  }
}
/*=========  max-width: 575px  =========*/
/*======================================*/





/*=========  min-width: 576px  =========*/
/*======================================*/
@media (min-width: 576px) {
  .process__list_wrap {
    flex: 0 0 120px;
  }
  .process__text {
    flex: 0 0 calc(100% - 120px);
  }
  .footer .menu {
    display: flex;
  }
  /*.redline__text {
    line-height: 50px;
    font-size: 20px;
  }*/
  .page__title {
    font-size: 36px;
  }
  .about__text_wrap {
    justify-content: space-between;
    gap: 3%;
  }
  .left__text, .right__text {
    flex: 0 0 47%;
  }
  .section__title {
    font-size: 32px;
  }
  .slider__title {
    font-size: 36px;
  }
  .section__warning {
    font-size: 20px;
  }
  .modal-dialog {
    max-width: 570px;
  }
  .modal-content {
    padding: 60px;
  }
}
/*=========  min-width: 576px  =========*/
/*======================================*/





/*=========  max-width: 767px  =========*/
/*======================================*/
@media (max-width: 767px) {
  .section__warning {
    font-size: 18px;
  }
  .product__item {
    padding: 30px 0 45px;
    margin-bottom: 60px;
  }
  .product__img img {
    max-width: 100%;
  }
  .product__option__col {
    margin-bottom: 50px;
  }
  .product__header_wrap .btn__product {
    margin: 0 auto 40px;
    width: 100%;
    display: inherit;
  }
  .bottom__text {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .product__descr_col {
    flex-direction: column-reverse;
  }
  .product__sort {
    margin-left: 10px;
  }
  .feature__power_caption {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 60px;
    margin-bottom: 60px;
  }
  .power__caption_flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .feature__power_img {
    margin-top: 30px;
  }
  .power_r {
    margin: 15px 0 0 0;
  }
  .feature__two_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-left: 60px;
  }
  .rightside__img {
    margin-right: -30px;
  }
  .feature__two_wrapper img {
    width: 100%;
    height: auto;
  }
  .navbar-nav {
    padding: 30px 0 0 35px;
  }
  .navbar-nav li.menu-item {
    margin-bottom: 10px;
  }
  .menu__phone, .menu__order, .lang-item {
    margin: 10px 0;
  }
  .menu__phone {
    margin: 36px 0 20px !important;
  }
  .menu__phone a.nav-link {
    font-size: 16px;
    font-weight: 700;
  }
  .collapse.show li.menu__order .order__btn {
    min-width: 190px;
  }
  .menu__order a.nav-link {
    background: #CC0000;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    border: none;
    width: 130px;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    transition: 300ms ease;
  }
  .menu__order a.nav-link:hover, .menu__order a.nav-link:focus {
    color: #fff;
    background: #006633;
    transition: 300ms ease;
  }
  .lang-item a.nav-link {
    font-size: 16px;
  }
  .slider__bottom_btns {
    padding: 20px 0 35px;
  }
  .slider__subtitle {
    font-size: 24px;
    line-height: 1.3;
  }
  .product__name {
    font-size: 24px;
  }
  .product__option__col {
    flex: 0 0 150px;
  }
  .section__about {
    padding: 40px 0 25px;
  }
  .section__manufacture {
    padding: 40px 0;
  }
  .slider-nav {
    margin: 45px 0 20px;
  }
  .features {
    padding: 50px 0 0;
  }
  .feature__caption {
    font-size: 20px;
    text-align: left;
  }
  .section__processes {
    padding: 60px 0 40px;
  }
  .section__products {
    padding: 45px 0;
  }
  .section__processes .section__title {
    margin-bottom: 70px;
  }
  .leaf__quality {
    padding-bottom: 60px;
  }
  .product__descriptions {
    padding: 60px 0;
  }
  .top__buttons {
    display: none !important;
  }
  .benefit_item {
    padding: 15px 0;
  }
  .benefit__name_wrap {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
  }
  .benefit__text {
    flex: 0 0 100%;
    padding: 20px 0 0;
  }
  .benefit__name {
    font-size: 18px;
  }
  .leaf__quality:before {
    left: -80px;
    right: -80px;
    bottom: -80px;
    top: -220px;
  }
  .leaf__quality_img {
    width: 100%;
  }
  .process__icon img {
    max-width: 60px;
  }
  .description__body {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .descr__column {
    margin-top: 50px;
  }
  .contacts__layer > .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .contact__block {
    padding: 50px 0;
    width: 330px;
    margin: 0 auto;
  }
  .feedback__form {
    width: 330px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 0;
  }
  .slider__mouse_wrap {
    display: none;
  }
  .leftside__features {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .feature__caption {
    margin: 0 0 30px;
  }
  .leftside__img {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 65px;
  }
  .process__text {
    font-size: 16px;
  }
  .section__contacts_bottom {
    display: none;
  }
  #map {
    height: 600px;
  }
}
/*=========  max-width: 767px  =========*/
/*======================================*/






/*=========  min-width: 768px  =========*/
/*======================================*/
@media (min-width: 768px) {
  #map {
    height: 100%;
  }
  .product__item {
    padding: 45px 0;
    margin-bottom: 36px;
  }
  .product__sort {
    margin-left: 20px;
  }
  .feature__power_img {
    position: absolute;
    left: 0;
    bottom: -125px;
  }
  .feature__power_caption {
    display: inline-block;
    float: right;
    position: relative;
  }
  .feature__power_caption {
    margin-bottom: 200px;
  }
  .feature__two_wrapper {
    text-align: right;
  }
  .process__text {
    font-size: 18px;
  }
  .page__title {
    text-align: right;
  }
  ul.navbar-nav li.menu__phone,
  ul.navbar-nav li.menu__order,
  ul.navbar-nav li.lang-item {
    display: none;
  }
  .slider__bottom_btns {
    padding: 20px 0 55px;
  }
  .slider__subtitle {
    font-size: 28px;
  }
  .product__name {
    font-size: 48px;
  }
  .product__option__col {
    flex: 1;
  }
  .section__about {
    padding: 80px 0 50px;
  }
  .section__manufacture {
    padding: 80px 0 90px;
  }
  .slider-nav {
    margin: 90px 0 40px;
  }
  .features {
    padding: 190px 0 0;
  }
  .section__processes .section__title {
    margin-bottom: 125px;
  }
  .section__processes {
    padding: 60px 0 150px;
  }
  .section__products {
    padding: 90px 0;
  }
  .product__descriptions {
    padding: 115px 0 125px;
  }
  .slider__title {
    font-size: 40px;
  }
  .benefit__name_wrap {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
  }
  .benefit__text {
    flex: 0 0 60%;
  }
  .page__title {
    font-size: 40px;
  }
  .about__name {
    flex: 0 0 40%;
  }
  .about__title_wrap {
    flex: 0 0 60%;
  }
  .benefit__name {
    font-size: 20px;
  }
  .section__title {
    font-size: 36px;
  }
  .leaf__quality:before {
    left: -110px;
    right: -110px;
    bottom: -110px;
    top: -310px;
  }
  .description__body {
    font-size: 20px;
    margin-bottom: 110px;
  }
  .section__contacts {
    height: 750px;
  }
  .contacts__layer {
/*    position: absolute;*/
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    z-index: 2;*/
  }
  .contacts__layer > .container {
    position: relative;
    height: 100%;
  }
  .feedback__form {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 330px;
    background: #fff;
    padding: 60px 30px;
    border-radius: 3px;
  }
  .feature__caption {
    font-size: 34px;
    text-align: left;
  }
  .feature__caption {
    margin: 35px 0 50px;
  }
}
/*=========  min-width: 768px  =========*/
/*======================================*/



@media (min-width: 768px) and (max-width: 991px) {
  .contact__block {
    display: none;
  }
  .section__contacts_bottom {
    padding: 40px 0 50px;
  }
  .contacts__flex {
    display: flex;
    justify-content: space-between;
  }
  .contacts__flex a {
    color: #757575;
    font-weight: 400;
  }
  .feedback__form {
    right: 7%;
  }
}



/*=========  max-width:991px   =========*/
/*======================================*/
@media (max-width:991px) {
  .slider__text {
    margin-bottom: 60px;
  }
  section.red__line {
    padding: 0 30px;
  }
  .product__img {
    text-align: center;
  }
  .rightside__features .feature__caption {
    width: 60vw;
    float: right;
  }
  .feature__one_img {
    height: auto;
    width: 100%;
  }
  .rightside__features {
    flex: 0 0 100%;
  }
  .product__item:after {
    left: -15px;
    width: 15px;
  }
  .product__item:before {
    right: -15px;
    width: 15px;
  }
}
/*=========  max-width:991px   =========*/
/*======================================*/





/*=========  min-width: 992px  =========*/
/*======================================*/
@media (min-width: 992px) {
  .section__contacts_bottom {
    display: none;
  }
  .contact__block {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 300px;
    background: #fafafa;
    padding: 90px 20px 50px 0;
  }
  .product__header_wrap {
    position: relative;
  }
  .product__header_wrap .btn__product {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
  }
  .slider__text {
    margin-bottom: 80px;
  }
  .slider__subtitle {
    font-size: 32px;
  }
  section.red__line {
    padding: 0 80px;
  }
  .product__option__col {
    flex: 1;
  }
  .product__img {
    text-align: right;
  }
  .slider__title {
    font-size: 48px;
  }
  .section__manufacture .section__title {
    width: 70%;
  }
  .page__title {
    font-size: 42px;
  }
  .about__text_wrap {
    justify-content: flex-end;
    gap: 2%;
  }
  .left__text, .right__text {
    flex: 0 0 29%;
  }
  .benefit__name {
    font-size: 24px;
  }
  .section__title {
    font-size: 40px;
  }
  .features .leftside__features,
  .features .rightside__features {
    flex: 0 0 50%;
  }
  .feature__one_img {
    margin-left: -360px;
    height: 400px;
    width: auto;
  }
  .feature__two_img {
    margin-left: 60px;
    margin-right: -70px;
    height: 660px;
    width: auto;
  }
  /*.feature__power_img {
    bottom: -125px;
    width: 100px;
    height: 100px;
  }*/
  .feature__power_caption {
    margin-bottom: 200px;
  }
  .feature__caption {
    font-size: 28px;
  }
  .rightside__features .feature__caption {
    padding-left: 60px;
  }
  .processes__quality {
    padding-left: 100px;
  }
  .product__item:after {
    left: -45px;
    width: 45px;
  }
  .product__item:before {
    right: -45px;
    width: 45px;
  }
  .contact__block {
    left: calc(100% - 960px);
    transform: translateX(0);
  }
  .feedback__form {
    right: calc(100% - 960px);
    transform: translate(5%, -50%);
  }
}
/*=========  min-width: 992px  =========*/
/*======================================*/


@media (min-width: 1060px) {
  .contact__block {
    left: calc(100% - 960px);
    transform: translateX(-10%);
  }
  .feedback__form {
    right: calc(100% - 960px);
    transform: translate(10%, -50%);
  }
}

@media (min-width: 1120px) {
  .contact__block {
    left: calc(100% - 960px);
    transform: translateX(-20%);
  }
  .feedback__form {
    right: calc(100% - 960px);
    transform: translate(35%, -50%);
  }
}

/*========= max-width: 1199px  =========*/
/*======================================*/
@media (max-width: 1199px) {
  .header .top__buttons {
    position: absolute;
    right: 60px;
    top: 25px;
  }
}
/*========= max-width: 1199px  =========*/
/*======================================*/






/*========= min-width: 1200px  =========*/
/*======================================*/
@media (min-width: 1200px) {
  .slider__title {
    font-size: 60px;
  }
  ul.footer__social {
    justify-content: end;
  }
  ul.footer__social li {
    margin: 0 0 5px 35px;
  }
  .page__title {
    font-size: 48px;
  }
  .about__text_wrap {
    justify-content: flex-end;
  }
  .left__text, .right__text {
    flex: 0 0 29%;
  }
  .section__title {
    font-size: 48px;
  }
  .feature__one_img {
    margin-left: -400px;
    height: 460px;
    width: auto;
  }
  .feature__two_img {
    margin-left: 120px;
    margin-right: -120px;
    height: 770px;
    width: auto;
  }
  .feature__power_img {
    bottom: -140px;
  }
  .feature__power_caption {
    margin-bottom: 230px;
  }
  .feature__caption {
    font-size: 34px;
  }
  .rightside__features .feature__caption {
    padding-left: 120px;
  }
  .contact__block {
    left: calc(100% - 1140px);
    transform: translateX(-3%);
  }
}
/*========= min-width: 1200px  =========*/
/*======================================*/



@media (min-width: 1250px) {
  .contact__block {
    left: calc(100% - 1140px);
    transform: translateX(-20%);
  }
  .feedback__form {
    right: calc(100% - 1140px);
    transform: translate(20%, -50%);
  }
}

@media (min-width: 1400px) {
  .contact__block {
    left: calc(100% - 1320px);
    transform: translateX(-8%);
  }
  .feedback__form {
    right: calc(100% - 1320px);
    transform: translate(10%, -50%);
  }
}

@media (min-width: 1500px) {
  .contact__block {
    left: calc(100% - 1320px);
    transform: translateX(-25%);
  }
  .feedback__form {
    right: calc(100% - 1320px);
    transform: translate(25%, -50%);
  }
}

@media (min-width: 1600px) {
  .contact__block {
    left: calc(100% - 1320px);
    transform: translateX(-40%);
  }
  .feedback__form {
    right: calc(100% - 1320px);
    transform: translate(50%, -50%);
  }
}
@media (min-width: 1700px) {
  .contact__block {
    left: calc(100% - 1320px);
    transform: translateX(-50%);
  }
  .feedback__form {
    right: calc(100% - 1320px);
    transform: translate(100%, -50%);
  }
}
@media (min-width: 1900px) {
  .contact__block {
    left: calc(100% - 1320px);
    transform: translateX(-93%);
  }
  .feedback__form {
    right: calc(100% - 1320px);
    transform: translate(100%, -50%);
  }
}




/*===== ANIMATION =====*/
@keyframes palleterotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(3deg);
  }
}
#pallet_top {
  animation-direction: alternate;
  animation-duration: 3s;
  animation-name: palleterotation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes struzhka-anim {
  from {
    transform: translateX(-20px) rotateZ(0deg);
  }
  to {
    transform: translateX(70px) rotateZ(360deg);
  }
}
@keyframes struzhka-anim-2 {
  from {
    transform: translateX(100px) rotateZ(0deg);
  }
  to {
    transform: translateX(-30px) rotateZ(360deg);
  }
}
@keyframes struzhka-anim-3 {
  from {
    /*transform: rotate(0deg);
    margin-right: 0;*/
    transform: translateX(-200px) rotateZ(0deg);
  }
  to {
    /*transform: rotate(360deg);
    margin-right: 200px;*/
    transform: translateX(50px) rotateZ(360deg);
  }
}

@-moz-keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-200%); }
}
@-webkit-keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-200%); }
}
@keyframes marquee {
    0% { 
    -moz-transform: translateX(30%);
    -webkit-transform: translateX(30%);
    transform: translateX(30%) }
    100% { 
    -moz-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); }
}
/*===== ANIMATION =====*/


