* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
}

*:not(i) {
  font-family: "Gilroy", Arial, sans-serif !important;
}

body {
  padding-top: 106px;
}

section {
  padding: 60px 0;
}

.sectionTitle {
  text-align: center;
}

.sectionTitle h2 {
  margin-bottom: 40px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.1;
  font-weight: bold;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: white;
  width: 100%;
}

.header .toogle_menu {
  display: none;
}
.header .headerTop .container{
    position: relative;
}
.header .headerMobile {
  display: none;
}
.header .logo{
    position: absolute;
    top: 5px;
    left: 15px;
    
}
.header .headerTop,
.header .headerBottom {
  border-bottom: 1px solid #eee;
}

.header .headerTop .container,
.header .headerBottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .headerTop {
  padding: 10px 0;
}

.header .headerTop a:not(.logo),  .languages a{
  margin-right: 4px;
  padding: 0 10px;
  color: #4d4d54;
  border-radius: 6px;
  font-size: 12px;
  line-height: 24px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: block;
  text-transform: capitalize;
}

.header .headerTop a.active, .header .headerTop a:not(.logo):hover,
.languages a.active, .languages a:hover {
  background-color: #f5f5f5;
}

.header .headerTop .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.header .headerTop  .logo img {
  max-height: 76px;
}

.header  .languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .headerTop .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .headerBottom a {
  color: #4d4d54;
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  line-height: 21px;
  padding: 11px 0;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .headerBottom a:hover {
  color: #212129;
}

.header .headerBottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .headerBottom .right a {
  margin-right: 30px;
}

.carousel {
  height: 700px;
}

.carousel .carousel-inner,
.carousel .carousel-item {
  height: 100%;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  height: 100%;
}

.carousel .carousel-control-next .carousel-control-next-icon,
.carousel .carousel-control-next .carousel-control-prev-icon,
.carousel .carousel-control-prev .carousel-control-next-icon,
.carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.carousel .carousel-item img {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel .carousel-item img.sun {
  -o-object-position: 0 8%;
     object-position: 0 8%;
}

.carousel .carousel-item img.remenol {
  -o-object-position: 0 60%;
     object-position: 0 60%;
}

.carousel .carousel-item .carouselCaption {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel .carousel-item .carouselCaption .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel .carousel-item .carouselCaption .container h3 {
  color: #77c503;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 4px 4px 11px rgba(43, 43, 43, 0.4);
  text-align: center;
}

.carousel .carousel-item .carouselCaption .container h1 {
  text-align: center;
  font-size: 6vh;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.carousel .carousel-item .carouselCaption .container p {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5em;
  color: white;
  text-align: center;
}

.carousel .carousel-item .carouselCaption .container a {
  color: white;
  padding: 25px 40px;
  margin-top: 40px;
  border-radius: 10px;
  background-color: #77c503;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.carousel .carousel-item .carouselCaption .container a:hover {
  -webkit-box-shadow: inset 0px 300px 0px 0px rgba(248, 248, 248, 0.15), 0px 2px 12px -2px rgba(42, 188, 98, 0.52);
          box-shadow: inset 0px 300px 0px 0px rgba(248, 248, 248, 0.15), 0px 2px 12px -2px rgba(42, 188, 98, 0.52);
}

.about .firstCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.about .firstCol::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #046b61;
  opacity: 0.8;
}

.about .firstCol img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .firstCol h2 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 500;
  z-index: 1;
  margin-bottom: 0;
}

.about .row {
  margin-left: 0;
  margin-right: 0;
}

.about .row > div {
  padding: 0;
}

.about .secondCol {
  padding: 70px 0 !important;
}

.about .secondCol .aboutTitle {
  border-bottom: 1px solid rgba(57, 51, 48, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  padding-left: 130px;
  position: relative;
}

.about .secondCol .aboutTitle h3 {
  color: rgba(57, 51, 48, 0.4);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-bottom: 0;
  color: #393330;
  position: relative;
}

.about .secondCol .aboutTitle h3::before {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -31px;
  height: 1px;
  background-color: black;
  content: '';
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.about .secondCol .aboutDescription {
  padding-top: 80px;
  padding-left: 130px;
}

.about .secondCol .aboutDescription h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 47px;
}

.about .secondCol .aboutDescription .aboutDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}
.about .secondCol .aboutDescription .aboutDetail .detail:first-child{
    margin-right: 10px;
}
.about .secondCol .aboutDescription .aboutDetail .detail h4 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 500;
  margin-bottom: 0;
}

.about .secondCol .aboutDescription .aboutDetail .detail h5 {
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 0;
}

.about .secondCol .aboutDescription .aboutDetail .detail p {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1rem;
  color: rgba(57, 51, 48, 0.4);
  margin-top: .375rem;
}

.popularProducts {
  background-color: #f2f2f2;
}

.popularProducts .popularRow {
  background-color: white;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}

.popularProducts .popularRow > div {
  padding-left: 5px;
  padding-right: 5px;
}

.popularProducts .productImgCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popularProducts .productImg {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popularProducts .productImg img {
  max-width: 100%;
  max-height: 90%;
}

.popularProducts .description {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popularProducts .description h1 {
  font-weight: bold;
  color: #222;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 0;
}

.popularProducts .description p {
  margin-bottom: 1em;
  font-size: 18px;
  color: #444;
  font-weight: 300;
  line-height: 1.5;
}

.popularProducts .description .properties {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.popularProducts .description .properties > div {
  padding-left: 5px;
  padding-right: 5px;
}

.popularProducts .description .properties .property h6 {
  text-transform: lowercase;
  font-weight: 700;
  font-size: 15px;
}

.popularProducts .description .properties .property .line {
  height: 5px;
  margin-bottom: 12px;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.popularProducts .description .properties .property .line .percent {
  content: '';
  position: absolute;
  top: 0;
  border-radius: 5px;
  left: 0;
  height: 5px;
}

.popularProducts .description .properties .property .line.orange {
  background-color: #fff0d8;
}

.popularProducts .description .properties .property .line.orange .percent {
  background-color: #ffb33a;
}

.popularProducts .description .properties .property .line.red {
  background-color: #ffe4dd;
}

.popularProducts .description .properties .property .line.red .percent {
  background-color: #fe7955;
}

.popularProducts .description .properties .property .line.green {
  background-color: #e4f5dd;
}

.popularProducts .description .properties .property .line.green .percent {
  background-color: #7acd56;
}

.popularProducts .description .properties .property span {
  text-transform: uppercase;
  font-size: 12px;
  color: #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popularProducts .description .properties .property span h6 {
  margin-bottom: 0;
  margin-right: 5px;
}

.popularProducts .detailCol {
  border-left: 1px solid #e2e2e2;
}

.popularProducts .detailCol.order-first {
  border-right: 1px solid #e2e2e2;
  border-left: none;
}

.popularProducts .detailCol .detail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popularProducts .detailCol .detail h2 {
  font-weight: bold;
  color: #77c503;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.popularProducts .detailCol .detail p {
  color: #999;
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
}

.popularProducts .detailCol .detail a {
  padding: 4px 8px;
  border: 2px solid #77c50363;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #77c503;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.popularProducts .detailCol .detail a:hover {
  border-color: #77c503;
}

.blogs {
  background-color: #141111;
  color: white;
}

.blogs .row {
  margin-right: -16px;
  margin-left: -16px;
}

.blogs .row > div {
  padding-left: 16px;
  padding-right: 16px;
}

.blogs .blog:hover {
  color: #77c503;
}

.blogs .blog:hover img {
  border: 2px solid #77c503;
}

.blogs .blog img {
  height: 275px;
  width: 100%;
  border-radius: 11px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid transparent;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.blogs .blog .description {
  padding: 16px 0;
}

.blogs .blog .description .descriptionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.blogs .blog .description .descriptionTitle .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogs .blog .description .descriptionTitle .left span {
  font-size: 14px;
  line-height: 1.2;
}

.blogs .blog .description .descriptionTitle .left .name {
  background: rgba(119, 197, 3, 0.3);
  border: 1px solid #77c503;
  border-radius: 8px;
  padding: 5px 8px 3px;
  color: #77c503;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #77c503;
  margin-right: 16px;
  opacity: .4;
}

.blogs .blog .description .descriptionTitle .left .date {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.blogs .blog .description .descriptionTitle .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.blogs .blog .description .descriptionTitle .right i {
  margin-right: 5px;
}

.blogs .blog .description h3 {
  font-weight: 700;
  max-width: 468px;
  margin-bottom: 8px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.blogs .blog .description p {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}

.blogs .allBlogs {
  margin-top: 40px;
  text-align: center;
}

.blogs .allBlogs a {
  background: #77c503;
  border-radius: 11px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.2;
  padding: 11px 12px 8px;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.blogs .allBlogs a:hover {
  background-color: white;
}

.vacancies {
  background-color: #f2f2f2;
}

.vacancies .vacancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 47px;
}

.vacancies .vacancy * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vacancies .vacancyDescription img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    margin-bottom: 20px;
}
.vacancies .vacancy h4 {
  padding: 0 18px;
  background: #252b33;
  color: white;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  width: 50%;
  margin-bottom: 0;
}

.vacancies .vacancy h5 {
  width: 50%;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  background-color: white;
  text-transform: uppercase;
}

.vacancies .allBlogs {
  margin-top: 40px;
  text-align: center;
}

.vacancies .allBlogs a {
  background: #77c503;
  border-radius: 11px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.2;
  padding: 11px 12px 8px;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.vacancies .allBlogs a:hover {
  background-color: white;
}

.join .owl-carousel .owl-item.hidden {
  visibility: hidden;
}

.join .owl-carousel img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 8px 14px #0000000c;
          box-shadow: 0 8px 14px #0000000c;
}

.join .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.join .row .firstCol {
  position: relative;
}

.join .row .firstCol .owl-carousel {
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.join .joinContainer {
    display: block;
  padding: 4px;
  background: -webkit-gradient(linear, right top, left top, from(#FFD565), to(#7AFF65));
  background: linear-gradient(270deg, #FFD565 0%, #7AFF65 100%);
  border-radius: 14px;
}

.join .joinContainer .joinText {
  padding: 32px 32px 32px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11px;
  background-color: white;
}

.join .joinContainer .joinText h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 72px;
  letter-spacing: -0.1px;
  color: #77c503;
  margin-right: 16px;
  margin-bottom: 0;
}

.join .joinContainer .joinText h3 {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #909090;
  font-weight: 400;
  max-width: 206px;
  margin-bottom: 0;
}

.advantages {
  background-color: #f8f8f8;
}

.advantages .box {
  padding: 32px;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.advantages .box h4 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
}

.advantages .box p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #909090;
  margin-bottom: 0;
}

.partnyors .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partnyors .partnyorBox {
  padding: 16px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  margin: 0 4px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partnyors .partnyorBox img {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}

.callToAction {
  padding: 86px 0;
  background-color: #323439;
  color: white;
  position: relative;
  overflow: hidden;
}

.callToAction .firstCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callToAction svg {
  position: absolute;
  right: 0;
  bottom: -65px;
  max-width: 50%;
}

.callToAction svg * {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  fill-opacity: 0;
  fill: #606266 !important;
  stroke: #606266;
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

@-webkit-keyframes Bb {
  to {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 0;
  }
}

@keyframes Bb {
  to {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 0;
  }
}

.callToAction .secondCol {
  z-index: 1;
}

.callToAction h1 {
  font-size: 44px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 0;
}

.callToAction p {
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 30px;
}

.callToAction a {
  border: 1px solid #323439;
  background-color: #dfc797;
  font-size: 13px;
  padding: 21px 56px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: black;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.callToAction a:hover {
  background-color: #ebdcbe;
}

footer {
  background-color: #F7F7F7;
  border-top: 1px solid #DDDDDD;
}

footer .footerTop {
  padding: 48px 0;
}

footer .footerTop h3 {
  color: #222222;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

footer .footerTop a {
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-top: 16px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

footer .footerTop a:hover {
  color: inherit;
}

footer .footerBottom {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footerBottom .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footerBottom .left .copy {
  margin-right: 19px;
  position: relative;
}

footer .footerBottom .left .copy::before {
  position: absolute;
  background-color: black;
  height: 2px;
  width: 2px;
  border-radius: 50%;
  content: '';
  right: -10px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .footerBottom .left .okmedia img {
  margin-left: 3px;
}

footer .footerBottom .left a,
footer .footerBottom .left span {
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}

footer .footerBottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .footerBottom .right .lang {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

footer .footerBottom .right .lang:hover .langDropDown {
  right: 100%;
  opacity: 1;
  z-index: 0;
}

footer .footerBottom .right .lang .langDropDown {
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}

footer .footerBottom .right .lang .langDropDown a {
  padding: 5px 10px;
  line-height: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

footer .footerBottom .right .lang .langDropDown a:not(:last-child) {
  border-right: 1px solid lightgray;
}

footer .footerBottom .right .lang .langDropDown a:hover {
  background-color: lightgray;
}

footer .footerBottom .right .lang svg {
  margin-right: 8px;
}

footer .footerBottom .right .lang a,
footer .footerBottom .right .lang span {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}

footer .footerBottom .right .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footerBottom .right .socials a {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-left: 24px;
  line-height: 1;
}

footer .footerBottom .right .socials a:hover {
  opacity: .8;
}

footer .footerBottom .right .socials a i {
  font-size: 18px;
  color: black;
}
.innerBlogs{
    background-color: white;
    color:black;
}

.innerBlogs .blog{
        color:black;
}

.innerBlogs .blog .description .descriptionTitle .right{
    color:black;
}


.fullStory, .productFullStory {
  padding: 60px 0;
}

 .fullStory img{
        max-width:80%;
        border-radius: 10px;
        margin-bottom:30px;
    }
     .displayFlex img{
        width:100%;
        max-width:unset;
        border-radius: 10px;
        margin-top:30px;
            height: 250px;
    object-fit: cover;
    margin-bottom: 0;
    }
    .productFullStory .leftCol{
        text-align: center;
    }
    
    .productFullStory .leftCol img{
        max-width: 100%;
        max-height: 300px;
    }
    
    .productFullStory .rightCol h1{
        font-weight:bold;
    }
      .productFullStory .rightCol h6{
    color: #b7b1b1;
      }
 .productFullStory   .properties {
  text-align: center;
  width: 60%;
  margin: 50px auto;
}
.productFullStory .properties .property {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:13px 70px;
  font-size:13px
}
.productFullStory .properties .property .value{
    text-align: right;
    margin-left: 50px;
}
.productFullStory .properties .property:nth-child(odd){
        background-color: #fcfcfc;
}
.productFullStory .properties .property h4{
    font-size:16px;
    font-weight: 700;
    margin-bottom:0;
}

.contactSection{
background-color:#f7f7f7;
}

.contactSection .infos .infoTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    padding-right: 30px;
    background-color: white;
    border-radius: 10px;
    cursor:pointer;
}

.contactSection .infoTitle.active{
      background-color: rgb(38,38,43);
      color: white;
       transition: .5s ease;
}
.contactSection .infoTitle.active .arrow{
    transform: rotateZ(-180deg);
}
.contactSection .infoTitle.active .arrow i{
    color: black;
}
.contactSection .info {
        background-color: white;
        margin-bottom: 20px;
          border-radius: 10px;
}
.contactSection .infos .infoTitle h3{
    font-weight: 500;
    margin-right: 30px;
    font-size: 20px;
    margin-bottom: 0;
}
.contactSection .arrow{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color:#77c503;
    display: flex;
    align-items: center;
    justify-content: center;
        transition: .5s ease;
}

.contactSection .arrow i{
    color:white;
    transition: .5s ease;
}
.contactSection .infos .infoDescription{
        border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
        background-color: white;
        padding: 30px;
        display: none;
}
.contactSection .infos .infoDescription p{
    color: rgb(43,43,43);
}
.contactInfo h1{
        font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px;
}
.contactSection .contactForm{
         background-color:#77c503;
         padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
      
    border-radius: 12px;
    color: white;
}
.contactSection .contactForm h2{
      font-size: 16px;
    font-weight: 400;
}


#map{
    height:400px;
    margin:50px 0;
    border-radius: 10px;
    box-shadow: #0000001f 0px 1px 2px 0px;
}
#map div>img{
    height:100% !important;
    width:100% !important;
}

.gm-svpc{
  display:none !important;
}
.blogs a{
    color:white;
}

.vacancies a{
    color:black;
}

.blogs #dle-content, .vacancies #dle-content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.titleStatic {
    background-color: #3f7d00;
    width: 100%;
    color: white;
}

.titleStatic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
}

.titleStatic .container .text {
    max-width: 700px;
}

.titleStatic .container .text h1 {
    line-height: 1.14;
    font-size: 42px;
    margin-bottom: 23px;
    font-weight: 700;
}

.titleStatic .container .text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
}

.titleStatic .container .text p a {
    color: white;
}

.main {
    padding: 60px 0;
}

.main .part {
    padding: 80px 32px 80px 64px;
    border-radius: 4px;
    margin-bottom: 16px;
   box-shadow: 0px 1px 16px 4px #22427d14;
    display: flex;
    align-items: flex-start;
}


.main .part .text p {
    font-size: 18px;
    line-height: 1.56;
    font-weight: 400;
}

.vacancyDescription{
    background-color:white;
    padding: 25px;
}
.vacancyDescription p{
    margin-bottom: 0;
    font-size: 14px;
}

.productsRow .row{
    background: white;
    padding: 15px 0;
}
.productsRow .row .productImg{
    border: 1px solid #efefef;
    height: 100%;
    width: 100%;
}
.productsRow .row .productImg img{
    max-height: 100%;
    object-fit: contain;
}
.productsRow .row .productDescription h1{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.productsRow .row .productDescription ul{
    margin-left: 20px;
    list-style-type: none;
}
.productsRow .row .productDescription ul li{
    list-style-image: url("../img/pill.png");
}
.productsRow .row .productDescription a{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: normal;
    border-width: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none!important;
    padding: 7px 20px 6px;
    border-radius: 50px;
    outline: none!important;
    transition: background-color .2s ease,color .2s ease,border-color .2s ease;
    color: #616161;
    background-color: #fff;
    border:2px solid #e8e8e8;
    position: relative;
    padding-left: 60px;
}
.productsRow .row .productDescription a:hover{
     border:2px solid #77c503;
     color: #77c503 ;
}
.productsRow .row .productDescription a i{
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: auto;
    background: #77c503;
    border-radius: 50px 0 0 50px;
    padding: 0 0 0 5px;
    margin: 0!important;
    color: #fff;
}
@media only screen and (max-width: 1200px) {
  .header .headerBottom .left a {
    margin-right: 20px;
  }
  .join .joinContainer .joinText h2 {
    line-height: 1;
  }
}

@media only screen and (max-width: 992px) {
    .headerMobile .languages{
        justify-content: center;
        margin-bottom: 20px;
    }
    .header .headerTop .languages{
        display: none;
    }
    .header .headerTop .logo img{
            max-height: 51px;
    }
    .header .headerTop{
        padding: 20px 0;
    }
    .header .logo{
        top:-10px;
    }
              .productFullStory .properties {
      width: 100%;
           }
           
  body {
    padding-top: 71px;
  }
  .header .toogle_menu {
    z-index: 1;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .toogle_menu.open {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .toogle_menu.open .menu_line:nth-child(1) {
    -webkit-transform: rotate(-90deg) translateX(-14px);
            transform: rotate(-90deg) translateX(-14px);
  }
  .header .toogle_menu.open .menu_line:nth-child(3) {
    -webkit-transform: rotate(-90deg) translateX(6.5px) translateY(-7.5px);
            transform: rotate(-90deg) translateX(6.5px) translateY(-7.5px);
  }
  .header .toogle_menu .menu_line {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: black;
    display: block;
  }
  .header .toogle_menu .menu_line:nth-child(3) {
    width: 50%;
  }
  .header .headerTop .right a {
    display: none;
  }
  .header .headerBottom {
    display: none;
  }
  .header .headerMobile {
    right: -100%;
    display: block;
    background-color: white;
    position: absolute;
    width: 100%;
    top: 71px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    height: calc(100vh - 71px);
    padding: 20px 0;
  }
  .header .headerMobile.open {
    right: 0;
  }
  .header .headerMobile .dropDown {
    display: none;
  }
  .header .headerMobile .mobileLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .headerMobile .mobileLinks span a {
    text-transform: capitalize;
    color: black;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 10px 0;
    display: block;
  }
  .header .headerMobile .mobileLinks span a:hover {
    color: #77c503;
  }
  .header .headerMobile .mobileLinks span a.productsDropDown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .headerMobile .mobileLinks span a.productsDropDown i {
    margin-left: 5px;
  }
  .popularProducts .popularRow {
    padding: 20px;
  }
  .popularProducts .popularRow .detailCol {
    border: none;
  }
  .popularProducts .popularRow .description h1 {
    font-size: 22px;
  }
  .popularProducts .popularRow .description p {
    font-size: 16px;
  }
  .about .secondCol {
    padding: 40px 0 !important;
  }
  .about .secondCol .aboutTitle {
    padding-left: 50px;
    padding-bottom: 20px;
  }
  .about .secondCol .aboutTitle h3::before {
    bottom: -21px;
  }
  .about .secondCol .aboutDescription {
    padding-left: 50px;
    padding-top: 20px;
  }
  .about .secondCol .aboutDescription h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about .secondCol .aboutDescription .aboutDetail .detail:not(:last-child) {
    margin-right: 10px;
  }
  .blogs .blog {
    margin-bottom: 20px;
  }
  .vacancies .vacancy {
    margin-bottom: 20px;
  }
  .join .row .firstCol .owl-carousel {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 20px;
  }
  .join .joinContainer .joinText h2 {
    font-size: 30px;
  }
  .join .joinContainer .joinText h3 {
    font-size: 18px;
  }
  .advantages .box {
    margin-bottom: 20px;
  }
  .callToAction h1 {
    font-size: 30px;
  }
  footer .row > div {
    margin-bottom: 20px;
  }
  footer .footerBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footerBottom .left {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
        .titleStatic img {
        display: none;
    }

    .titleStatic .container .text h1 {
        font-size: 40px;
    }

    .titleStatic .container .text p {
        font-size: 14px;
    }
    .main{
        padding: 50px 0;
    }
      .main .part {
              padding: 40px 30px;
      }
       .main .part .text p{
             font-size: 16px;
      }
   .productFullStory .properties .property .value{
 
    margin-left: 20px !important;
}
     .productFullStory .rightCol{
         text-align: center;
     }
   .productFullStory  .properties .property{
         padding: 13px 20px !important;
     }
  .sectionTitle h2 {
    font-size: 30px;
  }
  .about .firstCol {
    display: none;
  }
 
  .carousel {
    height: 400px;
  }
  .carousel .carousel-item .carouselCaption .container h1 {
    font-size: 22px;
  }
  .carousel .carousel-item .carouselCaption .container p {
    font-size: 18px;
    max-width: 400px;
  }
  .carousel .carousel-item .carouselCaption .container a {
    margin-top: 20px;
    padding: 10px 20px;
  }
  .callToAction h1 {
    margin-bottom: 20px;
  }
  .callToAction a {
    padding: 10px 30px;
  }
  .callToAction p {
    margin-bottom: 20px;
  }
  footer .footerBottom .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  footer .footerBottom .left .copy {
    margin-bottom: 10px;
  }
  footer .footerBottom .left .copy::before {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
    .contactSection .contactForm{
        padding: 30px;
    }
    .contactSection .infos .infoTitle{
        padding: 20px !important;
    }
    .contactSection .infos .infoDescription{
        padding: 20px;
    }
    .productFullStory .rightCol h1{
        font-size: 22px;
    }
    .productFullStory .rightCol h2{
        font-size: 18px;
    }
  .about .aboutDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .about .aboutDetail .detail {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .blogs .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .join .joinContainer .joinText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .join .joinContainer .joinText h3,
  .join .joinContainer .joinText h2 {
    text-align: center;
  }
  .join .joinContainer .joinText h2 {
    margin-bottom: 15px;
  }
  footer .lang {
    display: none !important;
  }
}

