@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

.mb-2 {
  margin-bottom: 20px;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.container .row {
  display: flex;
  flex-wrap: wrap;
}
.container .row > div {
  padding: 0 15px;
  margin: 0 auto;
}
.container .row > .mb-40 {
  margin-bottom: 20px;
}
.container .row > .d-flex {
  display: flex;
}
.container .row > .a-center {
  align-items: center;
}
.container .row .col-1 {
  width: calc(8.3333333333% - 15px);
}
.container .row .col-2 {
  width: calc(16.66% - 15px);
}
.container .row .col-3 {
  width: calc(25% - 15px);
}
.container .row .col-4 {
  width: calc(33.33% - 15px);
}
.container .row .col-5 {
  width: calc(41.66% - 15px);
}
.container .row .col-6 {
  width: calc(50% - 15px);
}
.container .row .col-7 {
  width: calc(58% - 15px);
}
.container .row .col-8 {
  width: calc(66.66% - 15px);
}
.container .row .col-9 {
  width: calc(75% - 15px);
}
.container .row .col-10 {
  width: calc(83.33% - 15px);
}
.container .row .col-11 {
  width: calc(91.66% - 15px);
}
.container .row .col-12 {
  width: calc(100% - 15px);
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  .container .row > .mb-lg-20 {
    margin-bottom: 20px;
  }
  .container .row .col-lg-1 {
    width: calc(8.3333333333% - 15px);
  }
  .container .row .col-lg-2 {
    width: calc(16.66% - 15px);
  }
  .container .row .col-lg-3 {
    width: calc(25% - 15px);
  }
  .container .row .col-lg-4 {
    width: calc(33.33% - 15px);
  }
  .container .row .col-lg-5 {
    width: calc(41.66% - 15px);
  }
  .container .row .col-lg-6 {
    width: calc(50% - 15px);
  }
  .container .row .col-lg-7 {
    width: calc(58% - 15px);
  }
  .container .row .col-lg-8 {
    width: calc(66.66% - 15px);
  }
  .container .row .col-lg-9 {
    width: calc(75% - 15px);
  }
  .container .row .col-lg-10 {
    width: calc(83.33% - 15px);
  }
  .container .row .col-lg-11 {
    width: calc(91.66% - 15px);
  }
  .container .row .col-lg-12 {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .container .row .col-md-1 {
    width: calc(8.3333333333% - 15px);
  }
  .container .row .col-md-2 {
    width: calc(16.66% - 15px);
  }
  .container .row .col-md-3 {
    width: calc(25% - 15px);
  }
  .container .row .col-md-4 {
    width: calc(33.33% - 15px);
  }
  .container .row .col-md-5 {
    width: calc(41.66% - 15px);
  }
  .container .row .col-md-6 {
    width: calc(50% - 15px);
  }
  .container .row .col-md-7 {
    width: calc(58% - 15px);
  }
  .container .row .col-md-8 {
    width: calc(66.66% - 15px);
  }
  .container .row .col-md-9 {
    width: calc(75% - 15px);
  }
  .container .row .col-md-10 {
    width: calc(83.33% - 15px);
  }
  .container .row .col-md-11 {
    width: calc(91.66% - 15px);
  }
  .container .row .col-md-12 {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .container .row .col-sm-1 {
    width: calc(8.3333333333% - 15px);
  }
  .container .row .col-sm-2 {
    width: calc(16.66% - 15px);
  }
  .container .row .col-sm-3 {
    width: calc(25% - 15px);
  }
  .container .row .col-sm-4 {
    width: calc(33.33% - 15px);
  }
  .container .row .col-sm-5 {
    width: calc(41.66% - 15px);
  }
  .container .row .col-sm-6 {
    width: calc(50% - 15px);
  }
  .container .row .col-sm-7 {
    width: calc(58% - 15px);
  }
  .container .row .col-sm-8 {
    width: calc(66.66% - 15px);
  }
  .container .row .col-sm-9 {
    width: calc(75% - 15px);
  }
  .container .row .col-sm-10 {
    width: calc(83.33% - 15px);
  }
  .container .row .col-sm-11 {
    width: calc(91.66% - 15px);
  }
  .container .row .col-sm-12 {
    width: calc(100% - 15px);
  }
}
.to-top {
  display: none;
  position: fixed;
  right: 32px;
  bottom: 70px;
  z-index: 2000;
}
.to-top .to-top-relative {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.to-top .to-top-relative a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(#10582E, #36c672);
  cursor: pointer;
}
.to-top .to-top-relative a i {
  pointer-events: none;
  color: #fff;
}
.to-top .to-top-relative .to-top-pulse {
  position: absolute;
  width: 50px;
  height: 50px;
  background: linear-gradient(#10582E, #36c672);
  border-radius: 50%;
  z-index: -1;
  animation: toTop 2s infinite;
}
@keyframes toTop {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.to-top.active {
  display: block;
}

.form_manager {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 7000;
  display: none;
  justify-content: center;
  align-items: center;
}
.form_manager .form_manager_cnt {
  position: relative;
  width: 400px;
  padding: 15px 25px 25px 25px;
  border-radius: 5px;
}
.form_manager .form_manager_cnt .form_decore {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.form_manager .form_manager_cnt .form_decore span {
  display: block;
  width: 100%;
  height: 25%;
  background: #fff;
  transform: translateX(200px);
  animation: form-dec-l 0.5s linear forwards;
  opacity: 0;
}
.form_manager .form_manager_cnt .form_decore span:nth-child(1) {
  border-radius: 5px 5px 0 0;
}
.form_manager .form_manager_cnt .form_decore span:last-child {
  border-radius: 0 0 5px 5px;
}
.form_manager .form_manager_cnt .form_decore span:nth-child(2n) {
  transform: translateX(-200px);
  animation: form-dec-r 0.5s linear forwards;
}
.form_manager .form_manager_cnt .form_manager_block {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  animation: form-opacity-in 0.5s linear forwards;
  animation-delay: 500ms;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_header h5 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: "Jura";
  font-weight: 700;
  color: #10582E;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_header .form_manager_close {
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F1F1F1;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_header .form_manager_close:hover i {
  transform: scale(1.2);
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_txt h4 {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-family: "Jura";
  color: #10582E;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_txt form {
  display: flex;
  flex-direction: column;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_txt form input, .form_manager .form_manager_cnt .form_manager_block .form_manager_txt form textarea {
  border: 1px solid rgba(16, 88, 46, 0.3176470588);
  padding: 12px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-family: "Jura";
  font-weight: 500;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_txt form textarea {
  resize: none;
  height: 130px;
  font-family: "Jura";
  font-weight: 500;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_txt form .dealers_confiditial {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_txt form .dealers_confiditial input {
  margin: 0 6px 0 0;
  accent-color: #10582E;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_txt form .dealers_confiditial label {
  font-size: 0.7rem;
  margin-bottom: 0;
  font-family: "Jura";
  font-weight: 500;
}
.form_manager .form_manager_cnt .form_manager_block .form_manager_txt form .btn-form_group .btn-all {
  width: 100%;
}
.form_manager.active {
  display: flex;
}

.video_fixed {
  position: fixed;
  bottom: 60px;
  left: 70px;
  z-index: 2000;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid #fff;
  transition: 0.2s linear;
  transform-origin: left bottom;
  cursor: pointer;
}
.video_fixed .group-video_control {
  position: absolute;
  top: 8px;
  right: 10px;
  flex-direction: column;
  align-items: end;
  display: none;
}
.video_fixed .group-video_control .videoclock {
  font-family: "Jura";
  font-weight: 700;
  font-size: 0.5rem;
  color: #0B341C;
  margin-bottom: 3px;
}
.video_fixed .group-video_control .close-three, .video_fixed .group-video_control .play {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4274509804);
  width: 18px;
  height: 15px;
  z-index: 100;
  cursor: pointer;
}
.video_fixed .group-video_control .close-three:hover, .video_fixed .group-video_control .play:hover {
  background: rgba(4, 201, 27, 0.4352941176);
}
.video_fixed .close-video {
  visibility: hidden;
  position: absolute;
  background: none;
  right: 10px;
  top: 12px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4274509804);
  width: 22px;
  height: 22px;
  z-index: 100;
  cursor: pointer;
}
.video_fixed .close-video:hover {
  background: rgba(4, 201, 27, 0.4352941176);
}
.video_fixed video {
  display: block;
}
.video_fixed:hover {
  transform: scale(1.1);
  border: 2px solid red;
}
.video_fixed:hover .close-video {
  visibility: visible;
}
.video_fixed.active {
  pointer-events: none;
  transform: scale(2.2) translateX(0);
}
.video_fixed.active .close-video {
  visibility: hidden;
}
.video_fixed.active .group-video_control {
  display: flex;
}
.video_fixed.active .group-video_control .close-three, .video_fixed.active .group-video_control .play {
  pointer-events: painted;
}
.video_fixed.out-video {
  display: none;
}

@keyframes form-dec-l {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes form-dec-r {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes form-opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 525px) {
  .form_manager .form_manager_cnt {
    width: 320px;
  }
}
@font-face {
  font-family: "AlumniSans";
  src: local("☺"), url("../fonts/AlumniSans/AlumniSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlumniSans";
  src: local("☺"), url("../fonts/AlumniSans/AlumniSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: local("☺"), url("../fonts/Jura/Jura-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: local("☺"), url("../fonts/Jura/Jura-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: local("☺"), url("../fonts/Jura/Jura-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: local("☺"), url("../fonts/Jura/Jura-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}

h1, h2, h3, h4, h5, p, ul, li {
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "AlumniSans";
  font-weight: 300;
}

.fancy_title {
  font-family: "AlumniSans";
  font-size: 4rem;
  line-height: 3.5rem;
  font-weight: 300;
  color: #0B341C;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
}
.fancy_title.active {
  animation: htextanim 0.5s linear forwards;
}

h2 {
  font-size: 3.2rem;
  line-height: 2.7rem;
  font-weight: 300;
  color: #0B341C;
}

li {
  list-style: none;
}

button, input, textarea {
  border: none;
  outline: none !important;
}

a {
  text-decoration: none !important;
}

.btn-all {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 25px;
  background: #10582E;
  border-radius: 30px;
  color: #fff;
  font-family: "Jura";
  font-weight: 700;
  font-size: 0.9rem;
  overflow: hidden;
  cursor: pointer;
}
.btn-all span {
  position: absolute;
  display: block;
  width: 15px;
  height: 200px;
  background: #fff;
  opacity: 0.7;
  transform: rotate(15deg);
  animation: btn-anim-all 3s linear infinite;
}

.social_link {
  display: flex;
}

.social_itm {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #10582E;
  border-radius: 8px;
  margin-left: 7px;
}
.social_itm::before {
  position: absolute;
  content: attr(data-title);
  bottom: calc(100% + 3px);
  font-family: "Jura";
  font-weight: 600;
  font-size: 0.8rem;
  color: #0B341C;
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.2s linear;
}
.social_itm:hover img {
  opacity: 0.5;
}
.social_itm:hover::before {
  transform: translateY(0);
  opacity: 1;
}

.header {
  position: sticky;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2000;
}

.header__logo svg .l-header {
  opacity: 0;
  animation: opacity-in-h-logo 0.6s linear forwards;
}
.header__logo svg .l-header.l-header-3 {
  animation-delay: 600ms;
}
.header__logo svg .l-header.l-header-2 {
  animation-delay: 400ms;
}
.header__logo svg .l-header.l-header-4 {
  animation-delay: 600ms;
}
.header__logo svg .l-header.l-header-5 {
  animation-delay: 400ms;
}
.header__logo svg .l-header-center {
  transform: translateY(30px);
  opacity: 0;
  animation: l-header-center-anim 0.8s linear forwards;
}
.header__logo svg .l-header-oll {
  opacity: 0;
  animation: logo-opacityIn 1s linear forwards;
  animation-delay: 600ms;
}

.header_cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}

.header__menu ul {
  display: flex;
}
.header__menu ul li .link-group a {
  display: flex;
  align-items: center;
  font-family: "Jura";
  font-size: 1rem;
  font-weight: 500;
  color: #0B341C;
  padding: 0 15px;
  height: 65px;
}
.header__menu ul li .link-group a:hover {
  color: #04c91b;
}

.header__group-inf {
  display: flex;
  align-items: center;
}
.header__group-inf .phone_group {
  display: flex;
  flex-direction: column;
}
.header__group-inf .phone_group a {
  font-family: "Jura";
  font-weight: 700;
  font-size: 1.1rem;
  color: #0B341C;
}
.header__group-inf .phone_group a svg {
  display: none;
}
.header__group-inf .phone_group a:hover {
  color: #04c91b;
}
.header__group-inf .phone_group span {
  font-family: "Jura";
  font-weight: 400;
  font-size: 0.75rem;
  color: #0B341C;
}
.header__group-inf .header_btn-phone {
  margin-left: 12px;
  border: 1px solid #0B341C;
  border-radius: 30px;
  background: #fff;
  font-family: "Jura";
  font-weight: 700;
  font-size: 0.8rem;
  color: #0B341C;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  cursor: pointer;
  transition: 0.2s linear;
}
.header__group-inf .header_btn-phone:hover {
  box-shadow: 0 0 7px rgba(4, 201, 27, 0.6862745098);
}

.btn-burger {
  position: relative;
  width: 35px;
  height: 23px;
  margin-left: 12px;
  display: none;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  padding: 0;
  background: none;
}
.btn-burger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #0B341C;
  border-radius: 4px;
  transition: 0.2s linear;
}
.btn-burger span:nth-child(2) {
  width: 60%;
}
.btn-burger.active {
  justify-content: center;
  align-items: center;
}
.btn-burger.active span {
  position: absolute;
  width: 90%;
}
.btn-burger.active span:nth-child(1) {
  transform: rotate(45deg);
}
.btn-burger.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.btn-burger.active span:nth-child(2) {
  opacity: 0;
}

.mobile_menu {
  opacity: 0;
  display: none;
  position: absolute;
  padding: 15px 0;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(4, 201, 27, 0.3254901961);
  border-bottom: 1px solid rgba(4, 201, 27, 0.3254901961);
}
.mobile_menu.active {
  display: block;
  animation: menu-mob-in 0.3s linear forwards;
}

.mobile_menu_cnt ul {
  margin-bottom: 12px;
}
.mobile_menu_cnt ul li a {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1rem;
  color: #0B341C;
  display: flex;
  align-items: center;
  height: 25px;
  transition: 0.2s linear;
}
.mobile_menu_cnt ul li a:hover {
  color: #04c91b;
}
.mobile_menu_cnt .menu-contact {
  border: 1px solid rgba(4, 201, 27, 0.3333333333);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 18px;
}
.mobile_menu_cnt .menu-contact .cont_itm {
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
}
.mobile_menu_cnt .menu-contact .cont_itm span {
  display: inline-block;
  font-family: "Jura";
  font-weight: 500;
  font-size: 0.8rem;
  color: #0B341C;
  margin-bottom: 4px;
}
.mobile_menu_cnt .menu-contact .cont_itm p, .mobile_menu_cnt .menu-contact .cont_itm a {
  font-family: "Jura";
  font-weight: 600;
  font-size: 1rem;
  color: #0B341C;
  transition: 0.2s linear;
}
.mobile_menu_cnt .menu-contact .cont_itm a {
  margin-bottom: 4px;
}
.mobile_menu_cnt .menu-contact .cont_itm a:hover {
  color: #04c91b;
}
.mobile_menu_cnt .social_link .social_itm {
  margin: 0 7px 0 0;
  width: 27px;
  height: 27px;
}
.mobile_menu_cnt .social_link .social_itm img {
  width: 15px;
  height: 15px;
}

.hero{
    position:relative;
}
.hero_decore{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
}
.hero_decore_cnt{
    position:relative;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.hero-dec-right{
    position:absolute;
    bottom: 0;
    right: -150px;
    opacity:0;
    animation: h-d-r 2s linear forwards;
}
.hero-dec-left{
    position:absolute;
    bottom: 0;
    left: -150px;
    opacity:0;
    animation: h-d-l 2s linear forwards;
}
@keyframes h-d-r {
    0%{
        opacity:0;
        transform:translate(200px,50px);
    }
    100%{
        opacity:1;
        transform:translate(0,0);
    }
}
@keyframes h-d-l {
    0%{
        opacity:0;
        transform:translate(-200px,50px);
    }
    100%{
        opacity:1;
        transform:translate(0,0);
    }
}

.hero_slider {
  height: calc(100vh - 65px);
}
.hero_slider .slick-list {
  overflow: hidden;
}
.hero_slider .slick-list .slick-track {
  display: flex;
}

.hero_sl_itm {
  height: calc(100vh - 65px);
  padding-top: 30px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.hero_sl_itm img {
  max-width: 500px;
}

.testanim {
  padding: 40px 0;
}

.testanim_cnt {
  display: flex;
}

.testanim_col {
  width: 58%;
}
.testanim_col:nth-child(1) {
  margin-right: 2%;
  width: 40%;
  padding-top: 30px;
}
.testanim_col .testanim_txt-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border: 1px solid rgba(11, 52, 28, 0.1098039216);
  border-radius: 20px;
}
.testanim_col .testanim_txt-group img {
  position: absolute;
  max-width: 200px;
  opacity: 0.5;
  z-index: 0;
  animation: planet_anim 20s linear infinite;
}
.testanim_col .testanim_txt-group svg {
  position: relative;
  z-index: 100;
  /* .path-logo{
       opacity: 0;
       &.logo-triangle-top{
           animation: logoDownIn 0.7s linear forwards;
           animation-delay: 500ms;
       }
       &:nth-child(4){
           animation: logoTopIn 0.5s linear forwards;
       }
       &:nth-child(1),&:nth-child(2),&:nth-child(3),&:nth-child(10){
           animation: logoLeftIn 0.7s linear forwards;
       }
       &:nth-child(5),&:nth-child(6),&:nth-child(7),&:nth-child(11){
           animation: logoRightIn 0.7s linear forwards;
       }
       &:nth-child(1){
           animation-delay: 400ms;
       }
       &:nth-child(2){
           animation-delay: 200ms;
       }
       &:nth-child(6){
           animation-delay: 200ms;
       }
       &:nth-child(7){
           animation-delay: 400ms;
       }
   }
   .logo-txt{
       opacity: 0;
       animation: logo-opacityIn 0.5s linear forwards;
       animation-delay: 600ms;
   }*/
}
.testanim_col .testanim_txt-group.active svg {
  position: relative;
  z-index: 100;
}
.testanim_col .testanim_txt-group.active svg .path-logo {
  opacity: 0;
}
.testanim_col .testanim_txt-group.active svg .path-logo.logo-triangle-top {
  animation: logoDownIn 0.7s linear forwards;
  animation-delay: 500ms;
}
.testanim_col .testanim_txt-group.active svg .path-logo:nth-child(4) {
  animation: logoTopIn 0.5s linear forwards;
}
.testanim_col .testanim_txt-group.active svg .path-logo:nth-child(1), .testanim_col .testanim_txt-group.active svg .path-logo:nth-child(2), .testanim_col .testanim_txt-group.active svg .path-logo:nth-child(3), .testanim_col .testanim_txt-group.active svg .path-logo:nth-child(10) {
  animation: logoLeftIn 0.7s linear forwards;
}
.testanim_col .testanim_txt-group.active svg .path-logo:nth-child(5), .testanim_col .testanim_txt-group.active svg .path-logo:nth-child(6), .testanim_col .testanim_txt-group.active svg .path-logo:nth-child(7), .testanim_col .testanim_txt-group.active svg .path-logo:nth-child(11) {
  animation: logoRightIn 0.7s linear forwards;
}
.testanim_col .testanim_txt-group.active svg .path-logo:nth-child(1) {
  animation-delay: 400ms;
}
.testanim_col .testanim_txt-group.active svg .path-logo:nth-child(2) {
  animation-delay: 200ms;
}
.testanim_col .testanim_txt-group.active svg .path-logo:nth-child(6) {
  animation-delay: 200ms;
}
.testanim_col .testanim_txt-group.active svg .path-logo:nth-child(7) {
  animation-delay: 400ms;
}
.testanim_col .testanim_txt-group.active svg .logo-txt {
  opacity: 0;
  animation: logo-opacityIn 0.5s linear forwards;
  animation-delay: 600ms;
}

.testanim_top {
  margin-bottom: 25px;
}
.testanim_top h2 {
  margin-bottom: 20px;
}

.test_anim-sl-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testanim_sl-prograss {
  position: relative;
  width: calc(100% - 90px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testanim_sl-prograss .prograss {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #D2D2D2;
  z-index: 0;
}
.testanim_sl-prograss .progress_in {
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #0B341C;
  z-index: 1;
  transition: 0.5s linear;
}
.testanim_sl-prograss .count-testanim {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #D2D2D2;
  z-index: 1;
}
.testanim_sl-prograss .count-testanim.active {
  background: #0B341C;
}

.testanim_sl-btn-group {
  display: flex;
  align-items: center;
}
.testanim_sl-btn-group .testanim_sl_btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #D2D2D2;
  background: #fff;
  cursor: pointer;
  transition: 0.3s linear;
}
.testanim_sl-btn-group .testanim_sl_btn:last-child {
  margin-left: 10px;
}
.testanim_sl-btn-group .testanim_sl_btn:hover {
  background: #0B341C;
}
.testanim_sl-btn-group .testanim_sl_btn:hover svg {
  stroke: #fff;
}

.testanim_slider .slick-list {
  overflow: hidden;
}
.testanim_slider .slick-list .slick-track {
  display: flex;
}

.testanim_sl_itm span {
  font-family: "Jura";
  font-weight: 700;
  font-size: 3rem;
  color: #0B341C;
  display: block;
  margin-bottom: 12px;
}
.testanim_sl_itm p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1rem;
  color: #0B341C;
}

.folio {
  padding: 50px 0;
  background: #2A2A2A;
}

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

.folio__photo {
  width: 49%;
}
.folio__photo .folio__photo-img {
  position: sticky;
  top: 100px;
  right: 0;
  display: flex;
  justify-content: end;
}
.folio__photo .folio__photo-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.folio__info {
  width: 47%;
}
.folio__info h2 {
  color: #fff;
  margin-bottom: 20px;
}
.folio__info p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 20px;
}

.folio__info-list {
  background: #191919;
  border-radius: 20px;
  padding: 20px;
}

.folio__info-itm {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3960784314);
  margin-bottom: 25px;
}
.folio__info-itm span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #10582E;
  flex-shrink: 0;
  margin-right: 10px;
}
.folio__info-itm p {
  font-family: "Jura";
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}

.support {
  padding: 50px 0 0 0;
}

.support_cnt h2 {
  max-width: 700px;
  margin-bottom: 15px;
}
.support_cnt p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1.1rem;
  color: #0B341C;
  margin-bottom: 25px;
}

.support_list {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
}

.support_itm {
  display: flex;
  background: #F9F9F9;
  border-radius: 20px;
  padding: 25px;
}
.support_itm .support_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 12px;
}
.support_itm .support_txt h4 {
  font-family: "Jura";
  font-weight: 700;
  font-size: 1.1rem;
  color: #0B341C;
  margin-bottom: 7px;
}
.support_itm .support_txt p {
  font-family: "Jura";
  font-weight: 400;
  font-size: 1.1rem;
  color: #0B341C;
  max-width: 350px;
}

.preparats {
  padding: 50px 0;
}

.preparats_cnt {
  margin-bottom: 30px;
}

.preparats_slider {
  margin-bottom: 35px;
}
.preparats_slider .slick-list {
  overflow: hidden;
}
.preparats_slider .slick-list .slick-track {
  display: flex;
}
.preparats_slider .slick-list .slick-track .slick-slide {
  margin: 0 6px;
}

.preparats_itm {
  background: #E3EAE6;
  border-radius: 20px;
  padding: 20px 20px 30px 20px;
}
.preparats_itm img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
.preparats_itm h4 {
  font-family: "Jura";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  color: #0B3428;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  min-height: 48px;
}
.preparats_itm p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #0B3428;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  line-clamp: 8;
  box-orient: vertical;
  min-height: 128px;
}

.preparats_group {
  display: flex;
  justify-content: space-between;
}
.preparats_group .titleh2 h2 {
  margin-bottom: 18px;
}
.preparats_group .titleh2 p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1.1rem;
  color: #0B341C;
  max-width: 750px;
}

.preparats_sl-control {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.preparats_sl_btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #D2D2D2;
  background: #fff;
  cursor: pointer;
  transition: 0.3s linear;
}
.preparats_sl_btn:last-child {
  margin-left: 10px;
}
.preparats_sl_btn:hover {
  background: #0B341C;
}
.preparats_sl_btn:hover svg {
  stroke: #fff;
}

.preparats_end {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preparats_end p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2rem;
  max-width: 700px;
}

.products {
  padding: 50px 0;
  background: #2B2B2B;
  overflow: hidden;
}

.products_cnt h2 {
  color: #fff;
  margin-bottom: 35px;
}

.product_itm {
  display: flex;
}
.product_itm .product_image {
  position: relative;
  width: 40%;
}
.product_itm .product_image img {
  width: 100%;
}
.product_itm .product_inf {
  width: 50%;
  margin-left: 10%;
  display: flex;
  align-items: center;
}
.product_itm .product_inf .product-txt h4 {
  font-family: "Jura";
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 12px;
}
.product_itm .product_inf .product-txt p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}
.product_itm:nth-child(2n) .product_image {
  order: 2;
}
.product_itm:nth-child(2n) .product_inf {
  order: 1;
  margin-left: 0;
  margin-right: 10%;
}
.product_itm.active .product_image {
  animation: left_in-item 0.5s linear forwards;
}
.product_itm.active:nth-child(2n) .product_image {
  animation: right_in-item 0.5s linear forwards;
}
.product_itm.active-no .product_image {
  animation: left_in-item-out 0.5s linear forwards;
}
.product_itm.active-no:nth-child(2n) .product_image {
  animation: right_in-item-out 0.5s linear forwards;
}

.what-is_use {
  padding: 50px 0;
}

.what-is_use_cnt .titleh2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.what-is_use_cnt .titleh2 h2 {
  text-align: center;
  max-width: 700px;
  margin-bottom: 12px;
}
.what-is_use_cnt .titleh2 p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1.1rem;
  color: #0B341C;
  text-align: center;
  max-width: 800px;
}

.what-is_use_list {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
  margin-bottom: 25px;
}

.what-is_use_itm {
  position: relative;
  padding: 30px;
  background: #F9F9F9;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}
.what-is_use_itm .use-itm-dec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-is_use_itm .use-itm-dec span {
  display: block;
  width: 20px;
  height: 20px;
  border: 5px solid rgba(4, 201, 27, 0.5176470588);
  opacity: 0;
  border-radius: 50%;
}
.what-is_use_itm span {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 12px;
  z-index: 1;
}
.what-is_use_itm .what-is_use_txt {
  position: relative;
  z-index: 1;
}
.what-is_use_itm .what-is_use_txt h4 {
  font-family: "Jura";
  font-weight: 700;
  font-size: 1.1rem;
  color: #0B341C;
  margin-bottom: 5px;
}
.what-is_use_itm .what-is_use_txt p {
  font-family: "Jura";
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #0B341C;
}
.what-is_use_itm.active .use-itm-dec span {
  animation: use-anim-in 1s linear forwards;
}

.what-is_use-end {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.what-is_use-end p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1.1rem;
  color: #0B341C;
  margin-bottom: 20px;
  text-align: center;
  max-width: 850px;
}

.employees {
  padding: 50px 0;
  background: #2A2A2A;
}

.employees_cnt {
  margin-bottom: 25px;
}
.employees_cnt h2 {
  color: #fff;
  margin-bottom: 20px;
}
.employees_cnt p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 25px;
  max-width: 750px;
}

.employees_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
}

.employees_item {
  overflow: hidden;
}
.employees_item img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}
.employees_item .employees_txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #10582E;
  padding: 10px 0;
}
.employees_item .employees_txt h4 {
  font-family: "Jura";
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 5px;
}
.employees_item .employees_txt p {
  font-family: "Jura";
  font-weight: 400;
  font-size: 0.8rem;
  color: #fff;
}
.employees_item .employees_txt span {
  position: absolute;
  bottom: calc(100% + 1px);
  padding: 4px 10px;
  right: 0;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Jura";
  font-weight: 400;
  font-size: 0.8rem;
  color: #0B341C;
  transition: 0.2s linear;
}
.employees_item.active img {
  animation: greyscale 1s linear forwards;
}
.employees_item.active-no img {
  animation: greyscale-no 1s linear forwards;
}

.proizvodstvo {
  padding: 50px 0;
}
.proizvodstvo .titleh2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.proizvodstvo_cnt {
  margin-bottom: 25px;
}

.proizvodstvo_sl-control {
  display: flex;
}

.proizvodstvo_sl_btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #D2D2D2;
  background: #fff;
  cursor: pointer;
  transition: 0.3s linear;
}
.proizvodstvo_sl_btn:last-child {
  margin-left: 10px;
}
.proizvodstvo_sl_btn:hover {
  background: #0B341C;
}
.proizvodstvo_sl_btn:hover svg {
  stroke: #fff;
}

.proizvodstvo_slider .slick-list {
  overflow: hidden;
}
.proizvodstvo_slider .slick-list .slick-track {
  display: flex;
}
.proizvodstvo_slider .slick-list .slick-track .slick-slide {
  margin: 0 6px;
}
.proizvodstvo_slider .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: auto;
}

.proizvodstvo_sert {
  display: flex;
}

.proizvodstvo_sert-inf {
  width: 70%;
}

.proizvodstvo_sert-img {
  width: 25%;
  margin-left: 5%;
}
.proizvodstvo_sert-img img {
  width: 100%;
}

.sert-inf_itm {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(11, 52, 40, 0.1490196078);
  padding-bottom: 12px;
  margin-bottom: 22px;
}
.sert-inf_itm span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #10582E;
  margin-right: 12px;
}
.sert-inf_itm span img {
  width: 25px;
}
.sert-inf_itm p {
  font-family: "Jura";
  font-weight: 400;
  font-size: 1rem;
  color: #0B341C;
}
.sert-inf_itm:last-child {
  border-bottom: none;
}

.form_all_cnt {
  display: flex;
}

.form_all-block {
  width: 50%;
  padding: 60px 0;
}

.form_all_image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: end;
}
.form_all_image img {
  max-width: 450px;
}

.form {
  background: rgba(255, 255, 255, 0.6509803922);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form .form_item {
  width: 49%;
  margin-bottom: 17px;
}
.form .form_item label {
  display: inline-block;
  font-family: "Jura";
  font-weight: 700;
  font-size: 0.8rem;
  color: #0B341C;
  margin-bottom: 7px;
}
.form .form_item .input_group {
  border-radius: 30px;
}
.form .form_item .input_group input {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #E3EAE6;
  border-radius: 30px;
  padding: 0 20px;
  font-family: "Jura";
  font-weight: 700;
  font-size: 0.8rem;
  color: #0B341C;
}
.form .form_item:nth-child(5), .form .form_item:nth-child(6) {
  width: 100%;
}
.form .btn-all {
  width: 100%;
}

.contact {
  padding: 50px 0;
}

.contact_cnt {
  display: flex;
}

.contact_inf {
  width: 49%;
  background: #E3EAE6;
  border-radius: 20px;
  padding: 30px;
}
.contact_inf h2 {
  margin-bottom: 15px;
}

.contact_itm {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
.contact_itm span {
  display: inline-block;
  font-family: "Jura";
  font-weight: 500;
  font-size: 0.8;
  color: #0B341C;
  margin-bottom: 7px;
}
.contact_itm p, .contact_itm a {
  font-family: "Jura";
  font-weight: 600;
  font-size: 1rem;
  color: #0B341C;
}
.contact_itm a:hover {
  color: #04c91b;
}

.contact_map {
  width: 49%;
  margin-left: 2%;
  border-radius: 20px;
  overflow: hidden;
}

.footer {
  background: #E3EAE6;
}

.footer_cnt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-top: 15px;
}

.footer_menu {
  width: calc(100% - 300px);
  display: flex;
  justify-content: space-between;
}
.footer_menu ul {
  width: 49%;
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 7px;
}
.footer_menu ul li a {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1rem;
  color: #0B341C;
}
.footer_menu ul li a:hover {
  color: #04c91b;
}
.footer_menu .footer_inf {
  width: 49%;
  display: flex;
}
.footer_menu .footer_inf .work_time {
  width: 50%;
}
.footer_menu .footer_inf .work_time span {
  display: inline-block;
  font-family: "Jura";
  font-weight: 500;
  font-size: 1rem;
  color: #0B341C;
  margin-bottom: 15px;
}
.footer_menu .footer_inf .work_time p {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1rem;
  color: #0B341C;
}
.footer_menu .footer_inf .footer_phone {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.footer_menu .footer_inf .footer_phone a {
  font-family: "Jura";
  font-weight: 500;
  font-size: 1rem;
  color: #0B341C;
  margin-bottom: 5px;
}
.footer_menu .footer_inf .footer_phone a:hover {
  color: #04c91b;
}

.footer_link {
  display: flex;
  justify-content: end;
  padding-bottom: 15px;
}

.copy {
  background: #0B341C;
  padding: 8px 0;
}

.copy_cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copy_cnt span {
  font-family: "Jura";
  font-weight: 500;
  font-size: 0.7rem;
  color: #fff;
}
.copy_cnt .copy_site span:first-child {
  margin-right: 25px;
}
.copy_cnt a {
  font-family: "Jura";
  font-weight: 500;
  font-size: 0.7rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.copy_cnt a img {
  padding-top: 2px;
  width: 100px;
  margin-left: 6px;
}

@keyframes logoTopIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoDownIn {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoLeftIn {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes logoRightIn {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes logo-opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes planet_anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes htextanim {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes opacity-in-h-logo {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes l-header-center-anim {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes btn-anim-all {
  0%, 60% {
    transform: translateX(-290px) rotate(15deg);
  }
  100% {
    transform: translateX(300px) rotate(15deg);
  }
}
@keyframes right_in-item {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes left_in-item {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes left_in-item-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100px);
  }
}
@keyframes right_in-item-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
@keyframes greyscale {
  0%, 50% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0);
  }
}
@keyframes greyscale-no {
  0%, 50% {
    filter: grayscale(0);
  }
  100% {
    filter: grayscale(100%);
  }
}
@keyframes use-anim-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(100);
  }
}
@keyframes menu-mob-in {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1100px) {
  .btn-burger {
    display: flex;
  }
  .header__menu {
    display: none;
  }
  .hero-dec-right{
    width:350px;
    bottom:320px;
  }
  .hero-dec-left{
    width:350px;
    bottom:-70px;
  }
}
@media screen and (max-width: 992px) {
  .testanim_cnt {
    display: block;
  }
  .testanim_col {
    width: 100%;
  }
  .testanim_col:nth-child(1) {
    margin-right: 0;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .testanim_sl_itm {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .testanim_sl_itm p {
    text-align: center;
  }
  .testanim_top {
    margin-bottom: 0;
  }
  .test_anim-sl-control {
    flex-direction: column;
  }
  .testanim_sl-prograss {
    width: 100%;
    margin-bottom: 10px;
  }
  .preparats_end {
    flex-direction: column;
    justify-content: center;
  }
  .preparats_end p {
    text-align: center;
    margin-bottom: 12px;
  }
  .folio_cnt {
    display: block;
  }
  .folio__photo {
    margin-bottom: 16px;
  }
  .folio__photo, .folio__info {
    width: 100%;
  }
  .proizvodstvo_sert {
    display: block;
  }
  .proizvodstvo_sert-inf {
    width: 100%;
  }
  .proizvodstvo_sert-img {
    width: 100%;
    margin-left: 0;
  }
  .form .btn-all {
    width: 50%;
    margin: 0 auto;
  }
  .form_all_cnt {
    display: block;
  }
  .form_all-block {
    width: 100%;
  }
  .form_all_image {
    width: 100%;
  }
  .footer_cnt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding-top: 15px;
  }
  .footer_logo {
    margin-bottom: 8px;
  }
  .footer_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer_menu ul li {
    border: 1px solid rgba(4, 201, 27, 0.337254902);
    border-radius: 4px;
    padding: 7px;
  }
  .footer_menu .footer_inf {
    background: rgba(4, 201, 27, 0.1882352941);
    border-radius: 5px;
    padding: 22px;
  }
  .footer_menu .footer_inf .work_time span {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .product_itm {
    margin-bottom: 12px;
    display: block;
  }
  .product_itm .product_image {
    width: 100%;
    margin-bottom: 8px;
  }
  .product_itm .product_inf {
    width: 100%;
    margin-left: 0;
    padding: 0 15px 20px 15px;
  }
  .product_itm:nth-child(2n) .product_image {
    order: 1;
  }
  .product_itm:nth-child(2n) .product_inf {
    order: 2;
  }
  .what-is_use_itm {
    flex-direction: column;
    align-items: center;
  }
  .what-is_use_itm span {
    margin: 0 0 10px 0;
  }
  .what-is_use_itm .what-is_use_txt h4, .what-is_use_itm .what-is_use_txt p {
    text-align: center;
  }
  .support_itm {
    flex-direction: column;
    align-items: center;
  }
  .support_itm .support_icon {
    margin: 0 0 8px 0;
  }
  .support_itm .support_txt h4, .support_itm .support_txt p {
    text-align: center;
  }
  .contact_cnt {
    display: block;
  }
  .contact_inf, .contact_map {
    width: 100%;
  }
  .copy_cnt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .copy_cnt .copy_site {
    margin-bottom: 7px;
  }
  .contact_inf {
    margin-bottom: 17px;
  }
  .contact_map {
    width: 100%;
    margin-left: 0;
    border-radius: 20px;
    height: 300px;
  }
  .video_fixed{
      left:25px;
      bottom:35px;
  }
  .video_fixed video {
      width:89px;
      height:159px;
  }
}
@media screen and (max-width: 690px) {
  .fancy_title {
    font-size: 3rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .header__group-inf .phone_group a {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    background: #10582E;
    border-radius: 50%;
  }
  .header__group-inf .phone_group a svg {
    display: block;
  }
  .header__group-inf .phone_group a:hover {
    box-shadow: 0 0 7px #04c91b;
  }
  .header__group-inf .phone_group span {
    display: none;
  }
  .header__group-inf .header_btn-phone {
    display: none;
  }
  .employees_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .what-is_use_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .form .form_item {
    width: 100%;
  }
  .form_all_image img {
    max-width: 350px;
  }
  .footer_menu {
    display: block;
  }
  .footer_menu ul {
    width: 100%;
    margin-bottom: 12px;
  }
  .footer_menu .footer_inf {
    width: 100%;
  }
}
@media screen and (max-width: 490px) {
  :root {
    font-size: 15px;
  }
  .testanim_cnt {
    flex-direction: column;
  }
  .testanim_col {
    width: 100%;
  }
  .testanim_col:nth-child(1) {
    margin-right: 0;
  }
  .preparats_end .btn-all, .what-is_use-end .btn-all, .form .btn-all {
    width: 100%;
  }
  .preparats_group {
    display: block;
  }
  .preparats_group .titleh2 {
    margin-bottom: 10px;
  }
  .preparats_group .preparats_sl-control {
    justify-content: center;
  }
}