@charset "UTF-8";
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

@font-face { 
    font-family: "Montserrat"; 
    src: url("../fonts/Montserrat-VariableFont_wght.ttf");
    font-style: normal; 
    font-weight: 100 900;
}

html {
  overflow: auto !important;
  margin-right: 0 !important; 
  box-sizing: border-box;
}

* {
  box-sizing:border-box;
}

html, body {
  height: 100%; }

body {
  font-family: "Montserrat";
  font-size: 16px;
  margin: 0;
}

input[type="submit"], button {
  cursor: pointer; }
  input[type="submit"]:focus, button:focus {
    outline: none; }

button {
  background-color: transparent;
  border: none;
  display: flex;
  font-family: "Montserrat";
  font-size: 16px;  
}

a {
  text-decoration: none;
  color: #003079;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

input, textarea {
    font-family: "Montserrat";
    font-size: 16px;
}

input:focus {
  outline: none;
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background-color: white;
  box-shadow: #727272 0 0 16px 0;
  max-height: 100%;
  }
@media (min-width: 1024px) {
.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
}
  .site-header.scrolled .site-header-top {
    height: 0; }
  .site-header.scrolled .site-header-main-part {
    }
  @media print, screen and (min-width: 1024px) {
    .site-header.scrolled .site-logo {
      /* margin-top: 15px; */
      /* margin-bottom: 15px; */
      /* width: 59px; */
      }
    .site-header.scrolled #menu-main-menu > li > a {
      /* padding-top: 22px; */
      /* padding-bottom: 22px; */
      } }
.header-top-part {
  background-color: #323e48;
  padding-top: 10px;
  border-bottom: 2px rgba(255, 255, 255, 0.8) solid; }
  @media print, screen and (min-width: 1024px) {
    .header-top-part {
      display: flex;
      justify-content: space-between;
      padding-top: 12px;
      padding-bottom: 9px; }
      .header-top-part::before, .header-top-part::after {
        content: none; } }

.header-top-part-part {
  /*    display: flex;
      justify-content: space-between;*/
  margin-bottom: 10px;
  text-align: center; }
  @media print, screen and (min-width: 640px) {
    .header-top-part-part {
      display: flex;
      justify-content: center; } }
  @media print, screen and (min-width: 1024px) {
    .header-top-part-part {
      align-items: center;
      margin-bottom: 0; } }

.header-contact-item {
  margin-bottom: 5px; }
  .header-contact-item::after {
    content: "";
    display: inline-block;
    background-color: white;
    width: 1px;
    height: 16px;
    margin: 0 10px;
    margin-left: 9px;
    margin-right: 11px;
    position: relative;
    top: 4px; }
  .header-contact-item:last-child::after {
    display: none; }

.header-contact-item-icon {
  width: 20px;
  margin-right: 5px; }

.header-contact-item a, .header-contact-item span {
  color: white;
  font-weight: 400;
  font-size: 15px; }

.header-international-link {
  color: white;
  font-weight: 400;
  font-size: 15px; }
  .header-international-link:hover {
    color: white; }
  .header-international-link img {
    width: 55px;
    margin-left: 5px; }

.site-header-main-part {
  margin-left: auto;
  margin-right: auto;
  transition: background-color .4s, box-shadow .4s, height .4s;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 71px;
  flex-wrap: wrap;
  }
  @media print, screen and (min-width: 1024px) {
    .site-header-main-part {
      border: none;
      height: 96px;
      margin-left: 0;
      margin-right: 0;
      } 
    .site-header.scrolled .site-header-main-part {
      /* height: 63px; */
    }
  }

.site-header-languages {
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 10px; }
  .site-header-languages li {
    display: inline;
    font-size: 17px; }
    .site-header-languages li.current-lang a {
      font-weight: bold;
      color: red; }
    .site-header-languages li:not(:last-child)::after {
      content: " / "; }
  .site-header-languages a {
    text-transform: uppercase; }
  @media print, screen and (min-width: 1024px) {
    .site-header-languages {
      display: block;
      position: relative;
      margin: 21px 0 0 10px; } }

.site-logo {
  font-size: 0;
  transition: width .4s, margin .4s;
  width: 115px;
  margin-top: 3px;
  }
  @media print, screen and (max-width: 1023px) {
    .site-logo {
      display: block !important;
      height: auto !important; } }
  @media print, screen and (min-width: 1024px) {
    .site-logo {
      margin-top: 2px;
      width: 138px;
      } }

.site-logo-pic {
  height: 100%;
  width: 100%;
  }

/***********************************************
// Habmburger menu
***********************************************/
.menu-toggle {
  display: block;
  float: right;
  z-index: 3;
  width: 45px;
  height: 31px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  }
  @media print, screen and (min-width: 1024px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:focus {
    outline: 0; }

.menu-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #003079;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }

.menu-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.menu-toggle span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.menu-toggle span:nth-child(3) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.menu-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

.menu-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 29px;
  left: 8px; }

/*******************************************************************/
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: red; }

.site-header-eu-link {
  float: right;
  width: 70px;
  margin-top: 16px;
  margin-right: 30px; }
  @media print, screen and (min-width: 1024px) {
    .site-header-eu-link {
      position: absolute;
      right: 0;
      top: 0;
      margin-right: calc(50% - 30.55556rem + 15px);
      margin-top: 30px;
      width: 100px; } }

.site-header-eu-flag {
  /*height: 46px;*/
  height: 100%; }

.site-navigation {
  display: none;
  text-align: center;
  clear: both;
  /* padding-bottom: 15px; */
  padding-top: 15px;
  background-color: white;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  max-height: calc(100vh - 70px);
  overflow: auto;
  }
  .site-navigation .site-logo {
    display: none; }
  @media print, screen and (min-width: 640px) {
    .site-navigation {
      margin-left: -15px;
      margin-right: -15px; } }
  @media print, screen and (min-width: 1024px) {
    .site-navigation {
      background-color: transparent;
      display: flex !important;
      position: static;
      padding: 0;
      justify-content: space-between;
      transition: margin-top .4s, height .4s;
      float: right;
      clear: none;
      width: calc(100% - 180px);
      align-self: normal;
      flex-wrap: wrap;
      overflow: visible;
      }
      .site-navigation .site-logo {
        display: block; }
      .site-navigation::before {
        content: "";
        display: block;
        width: 0; } }
@media print, screen and (min-width: 1400px) {
    .site-navigation {
      margin-left: 0;
      margin-right: 0;
    }
}
#menu-main-menu {
  clear: both;
  margin: 0;
  padding: 0;
  }
  #menu-main-menu a {
    text-align: center;
    padding: 15px;
    font-size: 16px;
    color: #424242;
    white-space: nowrap;
    font-weight: 600;
    }
  #menu-main-menu > li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }

/*  #menu-main-menu > li.menu-item-has-children > a::after {
     content: ""; 
    background-image: url("../images/arrow-grey.svg");
    display: inline-block;
    width: 9px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 7px;
    margin-bottom: 2px;
    transition: transform .4s, background-image .4s;
    border: none;
    position: static;
    }*/
  #menu-main-menu > li.menu-item-has-children[aria-expanded="true"] > a::after {
    transform: rotateX(180deg); }
  #menu-main-menu > li ul {
    margin-left: 0;
    list-style: none;
    background-color: #003079;
    width: 100%;
    padding-left: 0;
    }
    #menu-main-menu > li ul a {
      text-transform: none;
      font-size: 13px;
      font-weight: 400;
      color: white;
      display: block;
      padding: 4px;
      padding: 9px;
      }

  #menu-main-menu li[aria-label="Subkategórie"] {
    display: none; }
  @media print, screen and (min-width: 1024px) {
    #menu-main-menu {
      float: left;
      padding: 0;
      justify-content: space-around;
      justify-content: space-evenly;
      flex-grow: 1;
      display: flex;
      }
      #menu-main-menu > li {
        flex-grow: 1;
        position: relative; }
        #menu-main-menu > li > a {
          transition: padding .4s, color .1s;
          padding: 36px 0;
          position: relative;
          }
          #menu-main-menu > li > a:after {
            content: "";
            display: block;
            height: 4px;
            width: 100%;
            background-color: #003079;
            opacity: 0;
            transition: opacity .2s;
            position: absolute;
            top: 0;
            }
        #menu-main-menu > li:hover > a, #menu-main-menu > li:focus > a, #menu-main-menu > li.current-anchor > a {
          color: #003079;
          }
          #menu-main-menu > li:hover > a::after, #menu-main-menu > li:focus > a::after, #menu-main-menu > li.current-anchor > a::after {
            opacity: 1; }
        #menu-main-menu > li:last-child > a {
          }
        #menu-main-menu > li:last-child:hover > a, #menu-main-menu > li:last-child:focus > a, #menu-main-menu > li:last-child.current-anchor > a {
          }
      #menu-main-menu > li > ul > li:first-child::before {
        /* content: ''; */
        position: absolute;
        top: -22px;
        left: 50px;
        border-style: solid;
        border-width: 6px;
        border-color: transparent transparent white transparent;
        display: block;
        }
      #menu-main-menu > li > ul > li > ul {
        left: calc(100% + 15px);
        }
      #menu-main-menu > li ul {
        /* padding: 7px 5px; */
        border: none;
        left: 23px;
        }
        #menu-main-menu > li ul li {
          position: relative; }
          #menu-main-menu > li ul li.is-dropdown-submenu-parent.opens-right > a {
            padding-right: 30px; }
            #menu-main-menu > li ul li.is-dropdown-submenu-parent.opens-right > a:hover::after, #menu-main-menu > li ul li.is-dropdown-submenu-parent.opens-right > a:focus::after {
              border-left-color: white; }
          #menu-main-menu > li ul li a {
            padding: 4px 0;
            color: white;
            text-align: left;
            }
/*            #menu-main-menu > li ul li a::before {
              content: "";
              background-image: url("../images/arrow-white-right.svg");
              display: inline-block;
              width: 7px;
              height: 9px;
              background-repeat: no-repeat;
              background-position: center;
              margin-right: 5px;
              margin-bottom: 1px; }*/
          #menu-main-menu > li ul li:last-child > a, #menu-main-menu > li ul li li:last-child > a {
            border-bottom: none; } }
  @media print, screen and (min-width: 1200px) {
    #menu-main-menu {
      display: flex;
      } }

.site-header-social-link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity .4s; }
  .site-header-social-link:hover, .site-header-social-link:focus {
    opacity: .8; }
  @media print, screen and (min-width: 1024px) {
    .site-header-social-link {
      margin-top: 35px; } }

.site-header-placeholder {
  height: 71px;
  }
  @media print, screen and (min-width: 1024px) {
    .site-header-placeholder {
      height: 164px;
      } }
  @media print, screen and (min-width: 1400px) {
    .site-header-placeholder {
      height: 97px;
      } }
.header-contact-info {
  background-color: red;
  position: relative;
  display: none; }

.header-contact-info-content {
  color: white;
  padding: 10px 0;
  text-align: center; }
  .header-contact-info-content a {
    text-align: center;
    display: block;
    color: white; }
    @media print, screen and (min-width: 640px) {
      .header-contact-info-content a {
        display: inline-block; } }

.header-contact-info-divider {
  display: none; }
  @media print, screen and (min-width: 640px) {
    .header-contact-info-divider {
      display: inline; } }

.header-contact-info-close {
  font-size: 0;
  position: absolute;
  right: 10px;
  color: white;
  top: 0;
  bottom: 0; }
  .header-contact-info-close::after {
    font-size: 30px;
    content: '×'; }

.header-contact-info-placeholder {
  display: none;
  height: 47px; }

/*# sourceMappingURL=app.css.map */


.header-help {
    background-color: #00722c;
    color: white;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding-right: 15px;
    margin-left: 19px;
    margin-top: 10px;
  transition: transform .4s;
}

.header-help:hover {
  transform: scale(1.1);
}

@media (min-width: 1024px) {
.header-help {
    height: 38px;
    margin-top: 0;
    align-self: center;
    position: relative;
}
}

.header-help-icon-wrap {
    width: 38px;
    height: 38px;
    display: inline-flex;
    background-color: #003079;
    border-radius: 19px;
    align-items: center;
    justify-content: center;
    margin-left: -19px;
    margin-right: 10px;
}

.header-social {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-right: 5px;
    background-image: url("../images/top-bar-background-blue.jpg");
    background-size: cover;
    background-position: center;
}

@media (min-width: 1024px) {
.header-social {
    margin-top: 0;
    align-items: center;
    padding-left: 225px;
    margin-left: -128px;
}
}
@media (min-width: 1400px) {
.header-social {
    padding-left: 140px;
}
}

@media (min-width: 1800px) {
.header-social {
    padding-left: 225px;
}
}

.header-social-link img {
  width: 22px;
  height: 22px;
  opacity: 0.5;
  display: block;
  transition: opacity .4s;
}

.header-social-link:hover img:hover {
    opacity: 1;
}

.header-social-link {
    padding: 5px;
    margin: 5px;
}

.site-intro {
  background-image: url("../images/slider-bg.jpg");
  background-size: cover;
  background-position: center;
}

.site-intro-items > .site-intro-item:not(:first-child) {
  display: none !important;
}



.site-intro-item-h {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-intro-item-h span {
  display: block;
}

.site-intro-item-h span:nth-child(1){
  color: #003079;
}

.site-intro-item-h span:nth-child(2){
  color: #00722c;
}

.site-intro-item {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.site-intro-item-text-text {
    font-size: 18px;
    line-height: 1.6;
    color: #424242;
    margin-bottom: 25px;
}

.site-intro-item-text-text p {
    margin-top: 0;
}

.site-intro-item-button {
    display: inline-block;
    background-color: #003079;
    padding: 10px 25px;
    color: white;
    transition: background-color .4s;
}

.site-intro-item-button:hover {
    background-color: #003fa0;
}

.solutions {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.solutions-h {
    text-align: center;
    font-size: 36px;
    font-size: 25px;
    color: #003079;
}

.solutions-item {
    border-right: 7px solid;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    transition: color .4s, background-color .4s, border-right-color .4s;
}

.solutions-item:hover {
    color: white;
    background-color: #003079;
    border-right-color: #00722c;
}

.solutions-item:hover a {
  color: white;
}

/*.solutions-item:nth-child(1)::after {
  content: "";
  background-image: url("../images/firma-a-priemysel-icon.svg");
  width: 121px;
  height: 127px;
  position: absolute;
  right: 5px;
  top: 15px;
  opacity: 0.1;
}*/

.solutions-item img {
  content: "";
  height: 120px;
  position: absolute;
  right: 5px;
  top: 6px;
  opacity: 1;
  transition: opacity .4s;
  width: auto;
}
.solutions-item:hover img {
  opacity: 0.1;
}

.solutions-item-h {
    font-size: 22px;
    margin-bottom: 8px;
}

.solutions-item-text {
    font-weight: 300;
    position: relative;
    z-index: 1;
    max-width: 530px;
}

.solutions-item-text p {
  line-height: 1.4;
}

.solutions-item-subitem {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    gap: 5px;
}

.solutions-item-subitem::before {
  content: "";
  background-image: url(../images/arrow-green.svg);
  width: 8px;
  height: 13px;
  position: relative;
  top: 6px;
}

.solutions-item {
  background-color: #f4f4f4;
  border-right-color: #003079;
}

.solutions-item-h {
  color: #003079;
  position: relative;
  z-index: 1;
}

.solutions-item:hover .solutions-item-h {
  color: white;
}

.solutions-help {
    color: #00722c;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    border: 1px solid #00722c;
    padding: 8px 19px;
    transition: color .4s, background-color .4s;
}

.solutions-help img {
  transition: filter .4s;
}

.solutions-help:hover {
  background-color: #00722c;
  color: white;
}

.solutions-help:hover img {filter: brightness(0) invert(1);}

.solutions-help-wrap {
    display: flex;
    justify-content: center;
}

.about-us {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.about-us-img-wrap {
    border-right: 7px solid #003079;
    position: relative;
    margin-bottom: 30px;
}

.about-us-img-text {
    background-color: #003079;
    color: white;
    position: absolute;
    bottom: 25px;
    left: 20px;
    padding: 9px 60px 10px 18px;
}

.about-us-img-text-part:nth-child(1) {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: -1px;
}

.about-us-img-text-part:nth-child(2) {
    font-size: 21px;
    margin-bottom: 5px;
}

.about-us-img-text-part:nth-child(3) {
    font-size: 11px;
}

.about-us-img-wrap img {
    display: block;
}

.about-us-h span {
    display: block;
    color: #00722c;
    font-size: 19px;
}

.about-us-h {
    font-size: 25px;
    color: #003079;
    margin-bottom: 10px;
}

.about-us-text-text p {
    line-height: 1.6;
}

.about-us-text-text {
    color: #424242;
    margin-bottom: 30px;
}

.about-us-link {
    border: 1px solid #00722c;
    color: #00722c;
    display: inline-block;
    font-size: 14px;
    padding: 10px 32px;
    transition: color .4s, background-color .4s;
}

.about-us-link:hover {
  background-color:#00722c;
  color: white;
}

.references {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.references-h {
    font-size: 25px;
    color: #003079;
    text-align: center;
}

.references-text {
    text-align: center;
    color: #424242;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.references-logo {
    opacity: 0.5;
    padding: 10px;
    filter: grayscale(1);
    aspect-ratio: 2;
    object-fit: contain;
}

.references-text p {
    line-height: 1.6;
}

.references-logos .slick-arrow::before {
    display: none;
}

.references-logos .slick-arrow {
  width: 52px;
  height: 52px;
}

.references-logos .slick-prev {
    background-image: url("../images/arrow2-left.svg");
    left: -70px;
}

.references-logos .slick-next {
    background-image: url("../images/arrow2-right.svg");
    right: -70px;
}

.references-more {
    color: #003079;
    border: 1px solid #003079;
    padding: 10px 25px;
    display: inline-block;
    transition: background-color .4s, color .4s;    
}

.references-more:hover {
    color: white;
    background-color: #003079;
}

.references-more-wrap {
    text-align: center;
}

.references-logos {
    margin-bottom: 30px;
}

.references-logos:not(.slick-slider) {
  height: 70px;
  visibility: hidden;
}

.why {
    padding-left: 15px;
    padding-right: 15px;
}

.why-h {
    font-size: 25px;
    color: #003079;
    text-align: center;
}

.why-item img {
    height: 76px;
    width: 87px;
    margin-bottom: 10px;
}

.why-item {
    text-align: center;
    margin-bottom: 30px;
}

.why-item-text {font-size: 18px;color: #424242;font-weight: 500;}

.help {
    color: white;
    background-image: url("../images/top-bar-background-blue.jpg");
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center;
}

.help-h {
    font-size: 25px;
    margin-bottom: 10px;
}

.help-text-text {
    margin-bottom: 30px;
}

.help-button:nth-child(1) {
    border-color: white;
    background-color: white;
    color: #003079;
    font-weight: 700;
    transition: background-color .4s, color .4s;
    min-width: 163px;
    text-align: center;
}

.help-button:nth-child(1):hover {
    background-color: #003079;
    color: white;
}

.help-button:nth-child(2) {
    border-color: white;
    color: white;
    transition: background-color .4s, color .4s;        
}

.help-button:nth-child(2):hover {
    background-color: white;
    color: #003079;
}

.help-button {
    border: 1px solid;
    padding: 9px 37px;
}

.help-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
}

.home-blog {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 70px;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.home-blog-h {
    font-size: 25px;
    color: #003079;
    text-align: center;
    margin-bottom: 10px;
}

.home-blog-text-text {
    text-align: center;
    color: #424242;
    line-height: 1.6;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.home-blog-text-text p {
    line-height: 1.6;
}

.home-blog-item {
    background-color: #f4f4f4;
    display: block;
    padding: 40px 35px 24px;
    margin-bottom: 20px;
    border-bottom: 7px solid #003079;
}

.home-blog-item-h {
    color: #003079;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.home-blog-item img {
    margin-bottom: 6px;
}

.home-blog-item-excerpt {
    color: black;
    line-height: 1.5;
    margin-bottom: 17px;
}

.home-blog-item-more-date {
    display: flex;
    justify-content: space-between;
}

.home-blog-item-more {
    color: #003079;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 7px;
}

.home-blog-item-more::before {
    content: "";
    background-image: url("../images/arrow3.svg");
    width: 9px;
    height: 15px;
}

.home-blog-item-date {
    color: #424242;
}

.home-blog-text {
    margin-bottom: 30px;
}

.home-blog-more-wrap {
    display: flex;
    justify-content: center;
}

.home-blog-more {
    background-color: #003079;
    color: white;
    padding: 10px 25px;
    transition: background-color .4s;
}

.home-blog-more:hover {
    background-color: #003fa0;
}

.home-blog-items {
    margin-bottom: 40px;
}

.site-footer {
}

.site-footer-part {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center;
    background-color: #003079;
}

.site-footer-contacts-item-icon-wrap {
    width: 64px;
    height: 64px;
    background-color: #00722c;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.site-footer-contacts-item-icon-wrap img {
    width: 35px;
    height: 40px;
}

.site-footer-contacts-item-label {
    font-size: 18px;
    color: #00722c;
    font-weight: 600;
    margin-bottom: 3px;
}

.site-footer-contacts-item-text a, .site-footer-contacts-item-value {
    color: white;
    font-size: 25px;
    font-weight: 700;
}

.site-footer-contacts-item {
    text-align: center;
    margin-bottom: 30px;
}

.site-footer-text img {
    width: 153px;
    margin-bottom: 10px;
}

.site-footer-part-part {
    color: white;
}

.site-footer-text p {
    line-height: 1.6;
}

.site-footer-text {
    text-align: center;
    margin-bottom: 30px;
}

.site-footer-contacts {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 40px;
}

.site-footer-col-h {
    color: #00722c;
    font-size: 20px;
    margin-bottom: 12px;
}

.site-footer-menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-menu .menu a {
  color: white;
  margin-bottom: 8px;
  display: block;
}

.site-footer-menu {
    text-align: center;
    margin-bottom: 30px;
}

.site-footer-social-link img {
    width: 22px;
    height: 22px;
}

.site-footer-social {
    text-align: center;
}

.site-footer-social-link {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}

.site-footer-signatures img {
    width: 102px;
    position: relative;
    top: 4px;
    margin-left: 8px;
}

.site-footer-signatures {
    background-color: #00722c;
    padding: 20px 10px 12px;
    color: white;
    text-align: center;
    font-weight: 300;
}

.site-footer-signatures-part {
    margin-bottom: 5px;
}

@media (min-width: 640px) {
.site-header-main-part {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1835px;
}

.site-intro-item {
    padding-left: 15px;
    padding-right: 15px;
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 0;
}

.solutions {
    padding-left: 15px;
    padding-right: 15px;
}

.about-us, .references, .why, .help, .home-blog, .site-footer-part, .site-footer-signatures {
    padding-left: 15px;
    padding-right: 15px;
}

.help {
    margin-left: 15px;
    margin-right: 15px;
}

.site-intro-item-text {
    width: 50%;
    max-width: 510px;
}

.slick-slide img {
    width: 50%;
    align-self: flex-end;
    flex-grow: 1;
}

.why-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.why-item {
    margin-bottom: 0;
}

.site-footer-text {
    text-align: left;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer-text img {
    float: left;
    margin-right: 20px;
    position: relative;
    top: 8px;
}
}

@media (min-width: 800px) {
.solutions-items {
  display:flex;
}

.solutions-items {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.solutions-item {
    width: 50%;
}

.about-us {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.about-us-img-wrap {
    width: 50%;
}

.about-us-img-text {
}

.about-us-text {
    width: 50%;
}

.help {
    display: flex;
    align-items: center;
    max-width: 1280px;
}

.help-buttons {
    flex-direction: row;
}

.home-blog-items {display: flex;flex-wrap: wrap;gap: 20px;justify-content: center;}

.home-blog-item {
    width: calc(50% - 10px);
    margin-bottom: 0;
}
}
@media (min-width: 1024px) {
.site-intro-item-h {
    font-size: 46px;
}

.solutions-h {
    font-size: 36px;
    margin-bottom: 40px;
}

.solutions-items {
    gap: 70px;
}

.solutions {}

.about-us {
    gap: 50px;
}

.about-us-h {
    font-size: 36px;
}

.references-h {
    font-size: 36px;
    margin-bottom: 10px;
}

.why-h {
    font-size: 36px;
}

.help-h {
    font-size: 36px;
}

.help {
    padding-left: 40px;
    padding-right: 90px;
}
}

.header-certificate {
  display: none;
}

@media (min-width: 1024px) {
  .header-certificate {
    display: block;
  }
}

.header-certificate img {
    width: 68px;
    height: 68px;
}

.header-certificate {
  align-self: center;
  margin-right: 40px;
}
@media (min-width: 1024px) {
    .header-certificate {
      margin-right: 40px;
    }
}
@media (min-width: 1400px) {
    .header-certificate {
      margin-right: 10px;
      margin-left: 10px;
    }
}
@media (min-width: 1800px) {
    .header-certificate {
      margin-right: 40px;
      margin-left: 0;
    }
}
@media (min-width: 1500px) {
  .header-certificate {
  }
}

.site-header > .header-info {
    display: none;
}
.site-navigation > .header-info {
}

@media (min-width: 1024px) {
.site-header > .header-info {
    display: flex;
    justify-content: right;
    margin-top: -15px;
    width: 100%;
    height: 82px;
    transition: height .4s;
  overflow: hidden;
}
  .site-header.scrolled > .header-info {
    height: 0;
  }
  .site-navigation > .header-info {
    display: none;
  }
}
@media (min-width: 1400px) {
.site-header > .header-info {
    display: none;
}
  .site-navigation > .header-info {
    display: flex;
  }
}

@media (min-width: 1024px) {
.home-blog-h {
    font-size: 36px;
}

.site-footer-contacts {
    display: flex;
    justify-content: space-between;
}

.site-footer-contacts-item {
    display: flex;
    text-align: left;
    gap: 15px;
    align-items: center;
}

.site-footer-contacts-item-icon-wrap {
    margin-bottom: 0;
}

.site-footer-part-part {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.site-footer-menu {
    text-align: left;
}

.site-footer-social {
    text-align: left;
}

.site-footer-social-link {
    margin-left: 0;
    margin-right: 20px;
}
.site-footer-text {
  margin-left: 0;
  margin-right: 0;
}

.site-footer-signatures-part {
  margin-bottom: 0;
}

.site-footer-signatures-part:last-child {
    position: absolute;
    right: 15px;
    top: -5px;
}

.site-footer-signatures {
    padding-top: 30px;
    padding-bottom: 30px;
}
}

@media (min-width: 1200px) {
.home-blog-item {
    width: calc(33.33% - 14px);
}
}

.site-footer-part-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer-signatures-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.home-background {
    background-image: url("../images/background.png");
    position: absolute;
    width: 100%;
    aspect-ratio: 2;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

@media (min-width: 1830px) {
.site-header {
    padding-left: calc(50% - 915px);
}

.header-social {
    padding-right: calc(50vw - 915px);
}
}

@media (min-width: 1024px) {
.references-logos {
    margin-left: 70px;
    margin-right: 70px;
}
}

.references-logos::before, .references-logos::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 90px;
  z-index: 1;
  background-size: 100% 100%;
  top: 0;
}

.references-logos::before {
    background-image: url("../images/gradient.svg");
    left: 0;
}
.references-logos::after {
    background-image: url("../images/gradient2.svg");
    right: 0;
}

@media (min-width: 1400px) {
.about-us-img-text {
    left: -25px;
}
}

.page-header {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    background-color: #d9d9d9;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("../images/tittle-bg.jpg");
    background-size: cover;
    background-position: center;
}

.page-h {
    color: #003079;
    font-size: 24px;
    margin-bottom: 10px;
}

.page-header-path-divider {
    display: inline-block;
    background-image: url("../images/arrow4.svg");
    width: 8px;
    height: 13px;
    background-size: contain;
    background-position: center;
    margin-left: 3px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.page-header-path-item {
    font-size: 18px;
    color: #424242;
}

.page-header-path-item:last-child {
    color: #003079;
    font-weight: 600;
}

.page-products-category {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    background-image: url("../images/background.png");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
@media (min-width: 640px) {
    .page-products-category {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-products-category-item-h {font-size: 20px;margin-bottom: 10px;}

.page-products-category-item {
    display: block;
    text-align: center;
    background-color: #f4f4f4;
    padding: 12px;
    border-bottom: 6px solid #003079;
}

.page-products-category-item-desc {
    color: #424242;
    margin-bottom: 20px;
}

.page-products-category-item img {
    margin-bottom: 10px;
}

.page-products-category-content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.page-products-category-item-more {
    font-size: 14px;
    color: #00722c;
    border: 1px solid #00722c;
    padding: 9px 33px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: color .4s, background-color .4s;
}

.page-products-category-item-more:hover {
    color: white;
    background-color: #00722c;
}

.page-products-category-item-more-wrap {
    display: flex;
    justify-content: center;
}

.page-header ~ .help {
    margin-bottom: 50px;
}

@media (min-width: 640px) {

.page-products-category-content {
    column-gap: 30px;
}

.page-products-category-item {
    width: calc(50% - 15px);
}
}
@media (min-width: 1310px) {
    .help {
        margin-left: auto;
        margin-right: auto;        
    }
}
@media (min-width: 1024px) {
.page-products-category-item {
    width: calc(33.33% - 44px);
}

.page-products-category-content {
    column-gap: 65px;
}

.page-h {
    font-size: 46px;
}

.page-header {
}

.page-products-category {padding-bottom: 70px;}

.page-header ~ .help {
    margin-bottom: 70px;
}
}

#menu-main-menu > li > ul {
    padding: 15px;
    display: none;
}

#menu-main-menu > li > ul > li > a {
    font-size: 16px;
    font-weight: 600;
}

#menu-main-menu > li > ul > li > ul {
    margin-bottom: 17px;
    margin-bottom: 5px;
}

@media (min-width: 1024px) {
    #menu-main-menu > li > ul {
    position: absolute;
    width: auto;
    top: calc(100% - 0px);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 28px;
    border-bottom: 5px solid #00722c;
    }
    #menu-main-menu > li > ul::before {
        content: "";
        border-width: 27px;
        border-style: solid;
        border-color: transparent transparent #003079 transparent;
        position: absolute;
        top: -54px;
        left: calc(50% - 27px);
    }
    #menu-main-menu > li > ul > li > ul {
        margin-bottom: 17px;
    }
    #menu-main-menu > li > ul > li > ul > li > a {
        display: flex;
        gap: 3px;
        align-items: center;
    }
    #menu-main-menu > li > ul > li > ul > li > a::before {
        content: "";
        background-image: url("../images/arrow5.svg");
        width: 6px;
        height: 10px;
    }
}

.page-product {
    padding-top: 30px;
    background-image: url(../images/background.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.page-product-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.page-product-content-content-content {
    color: #424242;
}

.page-product-content-content-content p {
    line-height: 1.6;
}

.page-product-content-content-content img {border-bottom: 6px solid #00722c;}

.page-product-content-content-content > img:first-child {
    margin-bottom: 15px;
    max-width: 370px;
    float: left;
    margin-right: 40px;
    width: 100%;
}

.page-product-side-products-menu-category-name, .blog-archive-side-categories-h,
.blog-archive-side-search-h {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #003079;
}

.page-product-side-products-menu-category-item, .blog-archive-side-categories-item {
    display: flex;
    font-size: 18px;
    gap: 3px;
    margin-bottom: 10px;
    position: relative;
}

.page-product-side-products-menu-category-item::before, .blog-archive-side-categories-item::before {
    content: "";
    background-image: url("../images/arrow6.svg");
    width: 7px;
    height: 11px;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}

.page-product-side-org-logo {
    width: 295px;
}

.page-product-side-org-link {
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

.page-product-side-products-menu, .blog-archive-side-categories, .blog-archive-side-search {background-color: #f4f4f4;padding: 20px 30px;margin-bottom: 30px;}

.page-product-side-products-menu-category {
    margin-bottom: 40px;
}

.page-product-side-agent {
    background-color: #f4f4f4;
    padding: 20px 30px 15px;
    color: #003079;
    margin-bottom: 30px;
}

.page-product-side-agent-h {
    font-size: 22px;
    margin-bottom: 15px;
}

.page-product-side-agent-name {
    font-size: 20px;
    font-weight: 700;
}

.page-product-side-agent-desc {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 16px;
}

.page-product-side-agent-contact {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
}


.page-product-documents {
    background-image: url("../images/document-download-background.jpg");
    background-size: cover;
    color: white;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.page-product-documents-item {
    display: flex;
    color: white;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 9px;
}

.page-product-documents-item::before {
    content: "";
    background-image: url("../images/arrow7.svg");
    width: 7px;
    height: 11px;
}

.page-product-documents-h {
    font-size: 22px;
}

.lg-outer .lg-thumb-item {
    border-color: #aaaaaa;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #003079;
}

.gallery-h {
    font-size: 36px;
    text-align: center;
    color: #003079;
    margin-bottom: 30px;
}

.gallery-items {}

.gallery-item {
    display: block;
}

.gallery-item img {
    display: block;
}

@media (min-width: 640px) {
    .page-product-content {
        padding-left: 15px;
        padding-right: 15px;
    }    
    .page-product-documents::after {
        content: "";
        background-image: url("../images/document-download-icon.svg");
        width: 155px;
        height: 172px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        right: 30px;
        opacity: 0.6;
        max-height: 100%;
        background-repeat: no-repeat;
    }
    .gallery-items {
        display: flex;
        flex-wrap: wrap;
    }    
    .gallery-item {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .page-product-content-content {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
    }
    .page-product-side {
        width: 396px;
        flex-shrink: 0;
    }
    .gallery-item {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .page-product-content-content {
        gap: 75px;
    }
}

.gallery {
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
}

.background-dots {
    background-image: url("../images/background.png");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.padding {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 640px) {
    .padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-contact {
    color: #424242;
    padding-top: 50px;
}

.page-contact-address, .page-contact-phones {
    background-color: #f4f4f4;
    border-right: 7px solid #003079;
    padding: 20px 30px;
    background-repeat: no-repeat;
    background-size: auto 144px;
    background-position: calc(100% - 7px) center;
}

.page-contact-address {
    margin-bottom: 40px;
    background-image: url("../images/contact-map-icon.svg");
}

.page-contact-phones {
    background-image: url("../images/contact-support-icon.svg");
    line-height: 1.6;
    margin-bottom: 30px;
}

.page-contact-address p {
    line-height: 1.6;
}

.page-contact-phones p {
    line-height: 1.6;
}

.page-contact-address-ids-small {
    font-size: 13px;
}

.page-contact-phones a {
    color: #424242;
    font-weight: bold;
}

.page-contact-h {
    font-size: 19px;
    color: #003079;
    margin-bottom: 5px;
}

.page-contact-form-text p {
    line-height: 1.6;
}

.page-contact-form-form input:not([type="submit"]), .page-contact-form-form textarea {
    font-family: "Montserrat";
    font-size: 14px;
    border: 1px solid #c1bfbf;
    padding: 9px;
    width: 100%;
}

.page-contact-form-form input:not([type="submit"]) {
}

.wpcf7-form.invalid .contact-form-submit-wrap {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 35px;
}

.page-contact-form-form input[type="submit"] {
    background-color: #003079;
    color: white;
    border: none;
    font-family: "Montserrat";
    font-size: 15px;
    padding: 10px 27px;
    background-image: url("../images/send-msg-icon.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 21px center;
    padding-left: 41px;
    position: absolute;
    bottom: 29px;
    right: 35px;
}

.wpcf7-form.invalid input[type="submit"] {position: static;}



.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px;
}

.contact-form-message {
    position: relative;
}

.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.page-contact-map-map {
    width: 100%;
    height: 344px;
}

.page-contact-map {
    font-size: 19px;
    color: #003079;
    margin-bottom: 15px;
}

.page-contact-departments-column {
    background-color: #f4f4f4;
    padding: 20px 30px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.page-contact-departments-column h3 {color: #003079;font-size: 19px;margin-bottom: 0;}

.page-contact-departments-h {
    color: #003079;
    font-size: 19px;
    margin-bottom: 17px;
}

.page-contact-departments {
    margin-bottom: 50px;
}

.page-contact-phones-part:first-child {
    margin-bottom: 16px;
}

@media (min-width: 640px) {
    .page-contact-part:nth-child(1) {
        display: flex;
        /* flex-wrap: wrap; */
        gap: 30px;
        margin-bottom: 40px;
    }
    .page-contact-address, .page-contact-phones {
        width: calc(50% - 15px);
        margin-bottom: 0;
    }
    .page-contact-address {
    }
    .page-contact-phones {
    }
    .contact-form-data {
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
    }
    .contact-form-data .wpcf7-form-control-wrap {
        width: calc(50% - 15px);
    }
    .page-contact-departments-columns {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .page-contact-departments-column {
        width: calc(50% - 15px);
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .page-contact-address, .page-contact-phones {
        display: flex;
    }
    .page-contact-address-address {
        width: 50%;
    }
    .page-contact-address-ids {
        width: 50%;
    }
    .page-contact-phones {
        gap: 30px;
    }
    .page-contact-part:nth-child(1) {
        gap: 60px;
        margin-bottom: 50px;
    }
    .page-contact-part:nth-child(2) {
    display: flex;
    gap: 60px;
    margin-bottom: 10px;
    }
    .page-contact-form {
        width: 50%;
    }
    .page-contact-map {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .page-contact-departments-columns {
    flex-wrap: nowrap;
    }
}

.page-contact-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.blog-archive-item {
    display: block;
    background-color: #f4f4f4;
    color: #424242;
    padding: 25px;
    margin-bottom: 25px;
    border-bottom: 6px solid #003079;
    padding-bottom: 35px;
}

@media (min-width: 1400px) {
    .blog-archive-items {
         display: flex; 
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-between;
    }
    
    .blog-archive-item {
        width: calc(50% - 15px); 
        margin-bottom: 0;
    }
}

.blog-archive-content {
    padding-top: 25px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.blog-archive-item img {
    margin-bottom: 7px;
    width: 100%;
}

.blog-archive-item-h {
    color: #003079;
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-archive-item-excerpt {
    line-height: 1.6;
    margin-bottom: 23px;
}

.blog-item-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
    min-height: 29px;
}

.home-blog-item .blog-item-info {justify-content: end;}

.blog-archive-item-date {
}

.blog-item-category {
    background-color: #00722c;
    color: white;
    padding: 5px 10px;
}

.blog-archive-item-more {
    color: #003079;
    font-weight: bold;
    display: flex;
    gap: 5px;
    align-items: center;
}

.blog-archive-item-more::before {
    content: "";
    background-image: url("../images/arrow8.svg");
    width: 9px;
    height: 15px;
}

@media (min-width: 1024px) {
    .blog-archive-content {
        display: flex;
        gap: 60px;
        margin-bottom: 30px;
    }
    .blog-archive-side {
        width: 396px;
        flex-shrink: 0;
    }
}

.blog-single-content {
    color: #424242;
    padding-top: 30px;
    padding-bottom: 10px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.blog-single-content p {
    line-height: 1.6;
}

.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6
{
    color: #003079;
}

.blog-single-content h2 {
}

@media (min-width: 1024px) {
.blog-single-content h2 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.blog-single-content h3 {
    font-size: 21px;
    margin-bottom: 5px;
}
}

.lg-sub-html {
    display: none;
}

.single-post .gallery {
    margin-bottom: 40px;
}

.page-header + .help {
    margin-top: 50px;
}

.header-search-form-button img {
    width: 19px;
    height: 23px;
    opacity: 0.4;
}

.header-search-form-input {
    color: #00722c;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    border: none;
    width: 130px;
}

.header-search-form-input::placeholder {
    color: #00722c;
    opacity: .5;
}

.header-search-form-input:focus {
    outline: none;
}

.header-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.header-search-form-button {
    display: flex;
}

@media (min-width: 1024px) {
    .header-search-form {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 40px;
    }
}

@media (min-width: 1400px) {
    .header-search-form {
        margin-right: 10px;
    }
}
@media (min-width: 1800px) {
    .header-search-form {
        margin-right: 40px;
    }
}

.search-results-item {
    display: block;
    background-color: #f4f4f4;
    color: #424242;
    padding: 25px;
    margin-bottom: 25px;
    border-bottom: 6px solid #003079;
    padding-bottom: 35px;
}

.search-results-content {
    padding-top: 25px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.search-results-item img {
    margin-bottom: 7px;
}

.search-results-item-h {
    color: #003079;
    font-size: 20px;
    margin-bottom: 10px;
}

.search-results-item-excerpt {
    line-height: 1.6;
    margin-bottom: 23px;
}

.search-results-item-date {
    margin-bottom: 16px;
}

.search-results-item-more {
    color: #003079;
    font-weight: bold;
    display: flex;
    gap: 5px;
    align-items: center;
}

.search-results-item-more::before {
    content: "";
    background-image: url("../images/arrow8.svg");
    width: 9px;
    height: 15px;
}

@media (min-width: 640px) {
    .search-results-item {
        display: flex;
        align-items: flex-start;
        gap: 30px;
    }
    .search-results-item img {
        width: 100px;
        width: 20%;
        flex-shrink: 0;
    }
}

.search-results-message {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 30px;
}

.search-results-items {
    padding-bottom: 20px;
}

.text-with-background {background-color: #f4f4f4;padding: 20px 28px 5px;margin-bottom: 23px;font-style: italic;font-weight: 500;}

.blog-archive-side-search-form-button img {
    width: 19px;
    height: 23px;
}

.blog-archive-side-search-form-input {
    border: none;
    color: #003079;
    font-weight: 500;
    padding: 13px;
    flex-grow: 1;
    padding-left: 7px;
}


.blog-archive-side-search-form {
    display: flex;
    align-items: center;
    background-color: white;
    padding-left: 13px;
    margin-bottom: 16px;
}

.about-us-link-wrap {
    text-align: center;
}

@media (min-width: 800px) {
.about-us-link-wrap {
    text-align: left;
}    
}

.solutions-item-subitems {
    display: none;
}

.page-realizations-item {
    position: relative;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-realizations-item-background {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #003079;
}

.page-realizations-item-background-photo {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    filter: grayscale(1);
    mix-blend-mode: multiply;
}

.page-realizations-item .page-realizations-item-background::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: 100% 100%;
}

.page-realizations-item:nth-child(odd) .page-realizations-item-background::after {
    background-image: url("../images/realizacie-gradient-modry.svg");
}
.page-realizations-item:nth-child(even) .page-realizations-item-background::after {
    background-image: url("../images/realizacie-gradient-sivy.svg");
}

.page-realizations-item-text-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding-left: 26px;
    padding-right: 26px;
}

.page-realizations-item-images {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    padding-left: 26px;
    padding-right: 26px;
}

.page-realizations-item-logo {
    margin-bottom: 15px;
}

.page-realizations-item-logo img {
    width: 220px;
}

.page-realizations-item-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.page-realizations-item-text p {
    line-height: 1.5;
}

.page-realizations-item-images-content {
    position: relative;
}

.page-realizations-item-images-content > img:nth-child(1) {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.page-realizations-item-images-divider {
    width: 5px;
    position: absolute;
    height: 100%;
    background-color: white;
    top: 0;
    left: 50%;
    translate: -50%;
}

.page-realizations-item-images-divider img {width: 51px;height: 51px;position: absolute;max-width: none;left: 50%;translate: -50% -50%;top: 50%;}

.page-realizations-item:nth-child(even) {
    color: #003079;
}

.page-realizations-item:nth-child(even) .page-realizations-item-background {
    background-color: #e5e5e5;
}

.page-realizations-item:nth-child(even) .page-realizations-item-background-photo {
    filter: grayscale(1) contrast(0.3) brightness(1.3);
    filter: grayscale(1) contrast(0.2) brightness(1.8);
}

.page-realizations-item-images-labels {
    display: flex;
    margin-bottom: 7px;
}

.page-realizations-item-images-label {
    width: 50%;
    text-align: center;
}

.page-realizations-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-realizations-button-products {
    background-color: #003079;
    color: white;
    display: block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11.5px 30px;
    transition: color .4s, background-color .4s;
}

.page-realizations-button-products:hover {
    background-color: #003fa0;
}

@media (min-width: 800px) {
    .page-realizations-item-content {
        display: flex;
        max-width: 1352px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-realizations-item:nth-child(even) .page-realizations-item-content {
        flex-flow: row-reverse;
    }
    .page-realizations-item-text-wrap {
        width: 50%;
        flex-grow: 1;
        margin-bottom: 0;
    }
    .page-realizations-item:nth-child(even) .page-realizations-item-text-wrap {
        text-align: right;
    }
    .page-realizations-item-images {
        width: 50%;
        max-width: 637px;
    }
}

@media (min-width: 1200px) {
    .page-realizations-item-content {
        gap: 30px;
    }
}

.page-about-us-header {text-align: center;margin-bottom: 20px;}

.page-about-us-header-logo {
  width: 175px;
}

.page-about-us-text-text p {
  line-height: 1.6;
}

.page-about-us-history-h-h {
    text-align: center;
    font-size: 36px;
    font-size: 25px;
    color: #003079;
    margin-bottom: 7px;
}

.page-about-us-history-h-text {
  text-align: center;
  color: #00722c;
  font-weight: 500;
}

.page-about-us-text-text {
  color: #424242;
  margin-bottom: 40px;
}

.page-about-us-history-item-year {
  color: #00722c;
  font-size: 36px;
  font-weight: 700;
}

.page-about-us-history-item-h {
  color: #424242;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
}

.page-about-us-history-item-text {
  color: #424242;
}

.page-about-us-history-item-text p {line-height: 1.4;}

.page-about-us-history-h {
  margin-bottom: 20px;
}

.page-about-us-history-item {
  margin-bottom: 40px;
}

.page-about-us-text .about-us-img-wrap {
    border-right: none;
}

@media (min-width: 640px) {
  .page-about-us-header {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
  }
  .page-about-us-header-line {
    height: 2px;
    background-color: #0c3664;
    flex-grow: 1;
  }
  .page-about-us-history-h-h {
    font-size: 36px;
  }
}

.page-about-us-history-items.large {
  display: none;
}

@media (min-width: 800px) {
  .page-about-us-history-h {
    margin-bottom: 30px;
  }
  .page-about-us-text .about-us-img-wrap {
    float: right;
    margin-left: 30px;
  }
  .page-about-us-history-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  }
  .page-about-us-history-item {
  width: calc(50% - 83px);
  position: relative;
  }
  .page-about-us-history-item:nth-child(odd) {
  margin-top: 20px;
  }
  .page-about-us-history-item:nth-child(odd):nth-last-child(1), 
  .page-about-us-history-item:nth-child(odd):nth-last-child(2), {
    flex-basis: 100%;
  }
  .page-about-us-history-item:nth-child(2n) {
    margin-top: 105px;
    text-align: right;
  }
  .page-about-us-history-items {
    /* display: none; */
  }
  .page-about-us-history-items.large {
    /* display: flex; */
  }
  .page-about-us-history-items-part {
    width: 50%;
  }
  .page-about-us-history-items-part:first-child {
    text-align: right;
    padding-top: 105px;
  }
  .page-about-us-history-items-part:last-child {
  padding-top: 15px;
  }
  .page-about-us-history-items-timeline {
    width: 10px;
    background-color: #e6e6e5;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
  }
  .page-about-us-history-item-point-point {
    position: absolute;
    background-image: url("../images/modry-kruzok.svg");
    width: 26px;
    height: 26px;
    top: 10px;
    left: -96px;
    z-index: 1;
    /* left: 0; */
  }
  .page-about-us-history-item:nth-child(even) .page-about-us-history-item-point-point {
  right: -96px;
  left: auto;
  background-image: url(../images/zeleny-kruzok.svg);
  }
  .page-about-us-history-item-point-line {
    position: absolute;
    width: 58px;
    height: 2px;
    border-radius: 1px;
    background-color: #e6e6e5;
    left: -63px;
    top: 21px;
  }
  .page-about-us-history-item:nth-child(even) .page-about-us-history-item-point-line {
  left: auto;
  right: -63px;
  }
  .page-about-us-history {
    margin-bottom: 50px;
  }
}

.contact-popup-wrap-wrap {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgb(0 48 121 / 85%);
  z-index: 3;
  display: none;
}

.contact-popup-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-popup {
  background-color: white;
  text-align: center;
  margin: 15px;
  border-radius: 30px;
  padding: 30px;
}

.contact-popup-text {
  font-size: 19px;
  color: #003079;
  font-weight: 600;
  max-width: 400px;
  margin: auto;
  margin-bottom: 20px;
}

.contact-popup-items {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.contact-popup-link-icon-wrap {
  width: 80px;
  height: 80px;
  background-color: #00722c;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.contact-popup-link-icon-wrap img {width: 47px;height: 48px;}

.contact-popup-link-label {
  color: #00722c;
  font-size: 14px;
  font-weight: 500;
}

.gtranslate_wrapper {
  display: flex;
  align-items: center;
}

a.glink {
  padding: 5px;
  margin: 5px;
}

a.glink span {
  display: none;
}

.glink.gt-current-lang {
  display: none;
}

.content-page {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    background-image: url(../images/background.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.content-page-content {
    max-width: 1280px;
    margin: auto;
}