.svg-decoration {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  height: auto !important;
  float: none;
  clear: both;
}

.push {
  position: relative;
}

.flex-center {
  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;
}

.flex-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;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.lg-visible, .lg-visible-flex {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .lg-hidden {
    display: none !important;
  }
  .lg-visible {
    display: block !important;
  }
  .lg-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.md-visible, .md-visible-flex {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .md-hidden {
    display: none !important;
  }
  .md-visible {
    display: block !important;
  }
  .md-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.sm-visible, .sm-visible-flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
  .sm-visible {
    display: block !important;
  }
  .sm-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.xs-visible, .xs-visible-flex {
  display: none !important;
}

@media screen and (max-width: 575px) {
  .xs-hidden {
    display: none !important;
  }
  .xs-visible {
    display: block !important;
  }
  .xs-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.sub-xs-visible, .sub-xs-visible-flex {
  display: none !important;
}

@media screen and (max-width: 479px) {
  .sub-xs-hidden {
    display: none !important;
  }
  .sub-xs-visible {
    display: block !important;
  }
  .sub-xs-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#pojo-a11y-toolbar {
  z-index: 500 !important;
}

body {
  color: #58595b;
  background: #fff;
}
body.modal-visible {
  overflow: hidden;
}

picture, figure, iframe {
  display: block;
}

a, button {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

.synergy-pages-wrapper {
  overflow-x: hidden;
  font-weight: 400;
}
.synergy-pages-wrapper p {
  font-weight: 400;
}

.contact-us-link {
  display: none !important;
}

.video-block {
  position: relative;
}
.video-block:before {
  content: "";
  display: block;
  padding-top: 60.15%;
}
.video-block.smaller:before {
  padding-top: 45.3125%;
}
.video-block .block-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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;
  z-index: 3;
  background: rgba(196, 196, 196, 0.5);
  padding: 25px;
}
.video-block .block-overlay p {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 62px;
}
.video-block .play-btn {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  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;
  position: relative;
}
.video-block .play-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #158f45;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
.video-block .play-btn:after {
  content: "";
  display: block;
  width: 66px;
  height: 76px;
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 76'%3E%3Cpath d='M66 38L1 75V0l65 38z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center/contain;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
.video-block .play-btn:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-block video,
.video-block img,
.video-block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 991px) {
  .video-block .play-btn {
    width: 90px;
    height: 90px;
  }
  .video-block .play-btn:after {
    -webkit-transform: scale(0.6) translateX(10%);
            transform: scale(0.6) translateX(10%);
  }
  .video-block .block-overlay p {
    font-size: 26px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .video-block .play-btn {
    width: 70px;
    height: 70px;
  }
  .video-block .play-btn:after {
    -webkit-transform: scale(0.4) translateX(10%);
            transform: scale(0.4) translateX(10%);
  }
}

.side-nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  z-index: 200;
}
.side-nav li {
  margin-bottom: 30px;
}
.side-nav li:last-child {
  margin-bottom: 0;
}
.side-nav li a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9D9D9D;
  position: relative;
}
.side-nav li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #158f45;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-nav li a:after {
  content: "";
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.side-nav li a .link-text {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  -webkit-transform: translate(-40px, -50%);
          transform: translate(-40px, -50%);
  visibility: hidden;
  opacity: 0;
  padding: 7px 28px;
  border-radius: 7px;
  background: #158f45;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-nav li a.active:before {
  width: 130%;
  height: 130%;
}
.side-nav li a:hover:before, .side-nav li a:focus:before {
  width: 130%;
  height: 130%;
}
.side-nav li a:hover .link-text, .side-nav li a:focus .link-text {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1399px) {
  .side-nav {
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .side-nav {
    right: 3px;
  }
  .side-nav li {
    margin-bottom: 12px;
  }
  .side-nav li a {
    width: 8px;
    height: 8px;
  }
  .side-nav li a:after {
    height: 20px;
    width: 40px;
  }
  .side-nav li a .link-text {
    font-size: 16px;
    line-height: 1.1;
    border-radius: 3px;
    padding: 5px 15px;
    right: calc(100% + 8px);
  }
}

.page-info-section {
  font-family: "MyriadPro", Arial, sans-serif;
  padding-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .page-info-section {
    text-align: center;
  }
}
.page-info-section h1 {
  color: #58595b !important;
  text-transform: uppercase;
  font-weight: bold !important;
}
.page-info-section h1:first-child {
  margin-top: 0;
}
.page-info-section h1 em {
  font-weight: 400 !important;
  text-transform: none;
}
.page-info-section h2 {
  font-weight: bold !important;
}
.page-info-section p {
  font-size: 20px;
  font-weight: 400 !important;
}
.page-info-section p:last-child {
  margin-bottom: 0;
}
.page-info-section .free-text-wrap {
  max-width: 1080px;
}

.synergy-sections {
  width: 1334px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: calc((100vw - 1492px) / 2);
}
@media screen and (max-width: 1399px) {
  .synergy-sections {
    max-width: calc(100% - 50px);
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .synergy-sections {
    width: 100%;
    max-width: unset;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .synergy-sections {
    text-align: center;
  }
}

.synergy-section {
  width: calc(100% + 200px - 42px);
  margin-left: -79px;
  margin-right: -79px;
  padding: 40px 100px 50px;
}
@media screen and (max-width: 1399px) {
  .synergy-section {
    width: 100%;
    padding: 40px 50px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .synergy-section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .synergy-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.synergy-section:nth-child(odd) {
  background: #EEEEEE;
}
.synergy-section .section-header {
  padding-bottom: 30px;
}
.synergy-section .section-header h1, .synergy-section .section-header h2, .synergy-section .section-header h3 {
  font-weight: bold;
}
.synergy-section .section-header h1:last-child, .synergy-section .section-header h2:last-child, .synergy-section .section-header h3:last-child {
  margin-bottom: 0;
}
.synergy-section .section-header h1 strong, .synergy-section .section-header h2 strong, .synergy-section .section-header h3 strong {
  font-size: 1.2em;
}
.synergy-section .section-video {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 575px) {
  .synergy-section .section-video {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.synergy-section .section-content {
  padding-top: 40px;
}
.synergy-section .small-description {
  margin-bottom: 30px;
}
.synergy-section .small-description:last-child {
  margin-bottom: 0;
}
.synergy-section .small-description p {
  font-size: 22px;
  line-height: 1.3;
  color: #58595b;
  margin-bottom: 1.3em;
}
.synergy-section .small-description p:last-child {
  margin-bottom: 0;
}
.synergy-section .products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -30px;
}
.synergy-section .products-list .item {
  padding: 0 10px;
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .synergy-section .products-list .item {
    width: 100%;
  }
}
.synergy-section .synergy-product-card {
  line-height: 1.3;
}
.synergy-section .synergy-product-card .card-caption {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #158f45;
}
.synergy-section .synergy-product-card .card-caption a {
  color: inherit;
  font-weight: inherit;
}
.synergy-section .synergy-product-card .card-caption a:hover {
  text-decoration: underline;
}
.synergy-section .synergy-product-card p {
  font-size: 17px;
  color: #58595b;
}
.synergy-section .synergy-product-card p a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.synergy-section .synergy-product-card p a:hover {
  text-decoration: none;
}

.view-full-video-section {
  background: #EEEEEE;
  width: calc(100% + 200px - 42px);
  margin-left: -79px;
  margin-right: -79px;
  padding: 40px 100px 50px;
}
@media screen and (max-width: 1399px) {
  .view-full-video-section {
    width: 100%;
    padding: 40px 50px 25px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .view-full-video-section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-full-video-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.view-full-video-section .section-header {
  padding-bottom: 30px;
}
.view-full-video-section .section-header h1, .view-full-video-section .section-header h2, .view-full-video-section .section-header h3 {
  text-align: center;
  font-weight: bold;
}
.view-full-video-section .section-header h1:last-child, .view-full-video-section .section-header h2:last-child, .view-full-video-section .section-header h3:last-child {
  margin-bottom: 0;
}
.view-full-video-section .section-header h1 strong, .view-full-video-section .section-header h2 strong, .view-full-video-section .section-header h3 strong {
  font-size: 42px;
}
.view-full-video-section .section-video {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
.view-full-video-section .section-footer {
  padding: 15px 0;
  text-align: center;
  margin-bottom: -25px;
}
@media screen and (min-width: 576px) {
  .view-full-video-section .section-footer {
    display: none;
  }
}
.view-full-video-section .section-footer p {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #158f45;
}

.sticky-contacts-form-section {
  height: 100vh;
  background: #158f45;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5000;
  -webkit-transform: translateY(calc(100% - 70px));
          transform: translateY(calc(100% - 70px));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .sticky-contacts-form-section {
    -webkit-transform: translateY(calc(100% - 50px));
            transform: translateY(calc(100% - 50px));
  }
}
.sticky-contacts-form-section.opened {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sticky-contacts-form-section.overscrolled {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sticky-contacts-form-section.overscrolled.opened {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sticky-contacts-form-section .section-content {
  height: calc(100vh - 70px);
  background: #fff;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.sticky-contacts-form-section .section-content > img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  .sticky-contacts-form-section .section-content {
    height: calc(100vh - 50px);
  }
}
.sticky-contacts-form-section .section-header {
  position: relative;
  width: 100%;
  cursor: pointer;
  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;
  height: 70px;
  text-align: center;
}
.sticky-contacts-form-section .section-header .sh-inner {
  max-width: 1334px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .sticky-contacts-form-section .section-header .sh-inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 575px) {
  .sticky-contacts-form-section .section-header .sh-inner {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 575px) {
  .sticky-contacts-form-section .section-header {
    height: 50px;
  }
}
.sticky-contacts-form-section .sh-text {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .sticky-contacts-form-section .sh-text {
    font-size: 14px;
  }
}
.sticky-contacts-form-section .close-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  right: -6px;
  width: 30px;
  height: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}
.sticky-contacts-form-section .close-btn:before, .sticky-contacts-form-section .close-btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #158f45;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sticky-contacts-form-section .close-btn:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sticky-contacts-form-section .close-btn:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sticky-contacts-form-section.opened .close-btn {
  opacity: 1;
}
.sticky-contacts-form-section .about-contact .top-radio-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sticky-contacts-form-section .about-contact .top-radio-wrap .wpcf7-form-control-wrap {
  margin-right: 20px;
}
.sticky-contacts-form-section .about-contact .top-radio-wrap .wpcf7-form-control-wrap:last-child {
  margin-right: 0;
}

.sticky-contacts-form-holder {
  height: 70px;
  background: #158f45;
}
@media screen and (max-width: 575px) {
  .sticky-contacts-form-holder {
    height: 50px;
  }
}
.sticky-contacts-form-holder .section-header {
  position: relative;
  width: 100%;
  cursor: pointer;
  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;
  height: 70px;
}
.sticky-contacts-form-holder .section-header .sh-inner {
  max-width: 1334px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .sticky-contacts-form-holder .section-header .sh-inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 575px) {
  .sticky-contacts-form-holder .section-header .sh-inner {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 575px) {
  .sticky-contacts-form-holder .section-header {
    height: 50px;
  }
}
.sticky-contacts-form-holder .sh-text {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .sticky-contacts-form-holder .sh-text {
    font-size: 14px;
  }
}

.download-brochure-section {
  background: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download-brochure-section .section-content {
  background: #158f45;
  padding: 100px 60px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #fff;
  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;
}
.download-brochure-section .section-content h2 {
  color: #fff;
  margin-bottom: 24px;
  font-weight: bold;
}
.download-brochure-section .section-image {
  width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.download-brochure-section .section-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .download-brochure-section .section-content {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .download-brochure-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .download-brochure-section .section-image {
    width: 100%;
  }
  .download-brochure-section .section-content {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .download-brochure-section .select-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 439px) {
  .download-brochure-section .section-content {
    padding: 40px 20px;
  }
}
.download-brochure-section .custom-select {
  color: #57585b;
}