@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);
.eshop-button {
  background: transparent;
  border: none;
  outline: none;
  margin-top: 20px;
  display: block;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  color: #306d81;
  white-space: nowrap;
  padding: 1px 6px;
}
.eshop-button img {
  margin-right: 6px;
}
.eshop-links div.countries {
  display: none;
}
.eshop-links.show div.countries {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eshop-links div.countries {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.eshop-links  div.countries > ul {
  list-style: none;
  padding: 0;
  z-index: 2;
  width: 100%;
  max-width: 128rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 100vh;
  margin: 2rem 0 !important;
  overflow: auto;
}
.eshop-links div.countries > ul > li {
  width: 30rem;
  background: #f1f5f6;
  margin: 1rem;
}
@media (max-width: 768px) {
  .eshop-links div.countries > ul {
    padding-top: 2rem;
  }
  .eshop-links div.countries > ul > li {
    margin: .5rem;
  }
}
.eshop-links div.countries > ul > li > div {
  display: flex;
  align-items: center;
  padding: 5px 0px 0px 10px;
}
.eshop-links div.countries > ul > li > div > a {
  pointer-events: none;
}
.eshop-links div.countries > ul > li > div > a:hover {
  text-decoration: underline !important;
}
.eshop-links  div.countries > ul > li > div > figure {
  width: 40px;
  margin-right: 11px;
}
.eshop-links  div.countries > ul > li > ul {
  list-style: none;
  padding: 0px 0 20px 60px;
}
.eshop-links  div.countries > ul > li > ul li {
  padding: 5px 0;
  margin-right: 1rem;
}
.eshop-links  div.countries > ul > li > ul li + li {
  border-top: 1px solid #306d814a;
}
.eshop-links  div.countries > ul > li > ul a {
  display: block;
  color: #000;
  font-size: 16px;
}
.eshop-links  div.countries > ul > li > ul a:hover {
  color: #f29f47;
}
.eshop-links .countries > ul > li:last-child a {
  color: #f29f47;
  text-align: center;
  font-weight: 600;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  padding: 2rem;
  position: relative;
}
.eshop-links .countries-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  z-index: 5;
  background: #fff;
  padding: 5px;
}
.eshop-links .countries-close:before,
.eshop-links .countries-close:after {
  content: '';
  position: relative;
  width: 4rem;
  display: block;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  transform: translateY(2rem) rotate(45deg);
}
.eshop-links .countries-close:before {
  transform: translateY(2rem) rotate(-45deg);
}
html,
body {
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0,0,0,0.8);
  position: relative;
  cursor: default;
  font-family: "Calibri", "Open Sans", Arial, sans-serif;
  background-repeat: repeat-x;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}
.text {
  word-wrap: break-word;
}
@media (min-width: 480px) {
  body {
    font-size: 17px;
  }
}
* {
  line-height: 135%;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}
.container-main {
  background: #fff;
  padding-top: 9px;
}
.clickable {
  cursor: pointer;
}
.offset-20 {
  margin-top: 20px;
}
a {
  cursor: pointer;
  color: #306d81;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #306d81;
}
img {
  max-width: 100%;
}
.relative {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.noscroll {
  position: fixed;
  overflow: hidden;
}
.centered {
  text-align: center;
}
.alert {
  padding: 0px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
label div {
  display: inline-block;
}
table tr th,
table tr td {
  white-space: nowrap;
}
table tr th.wrap,
table tr td.wrap {
  white-space: initial !important;
}
.uppercase {
  text-transform: uppercase;
}
.top-bar {
  text-align: right;
}
.top-bar .languages {
  display: inline-block;
  padding-bottom: 6px;
  padding-top: 8px;
}
.top-bar .languages ul {
  display: inline-block;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.top-bar .languages ul li {
  margin-right: 3px;
  display: inline-block;
}
.top-bar .languages ul li a {
  display: inline-block;
}
.top-bar .languages ul li a img {
  width: 26px;
}
.top-bar .nav {
  display: inline-block;
}
.top-bar .nav ul {
  display: inline-block;
  padding-left: 20px;
  list-style-type: none;
  margin-bottom: 0;
}
.top-bar .nav ul li {
  display: inline-block;
}
.top-bar .nav ul li a {
  color: ;
}
.header .cover {
  border-bottom: 2px dashed #999d9e;
  width: 1000px;
  height: 149px;
  width: 100%;
  background: url('') no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
}
.header .cover .logo {
  max-width: 70%;
  position: absolute;
  bottom: 34px;
  left: 21px;
}
.categories-big a {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.categories-big .title {
  color: #fff;
  background: #efefef;
  background-image: url("../images/title-bg.png");
  background-repeat: repeat-y;
  padding: 0px 25px;
  font-size: 32px;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.categories-big .desc {
  color: rgba(0,0,0,0.8);
  background: #286c8d;
  background: #F4F4F4;
  background-repeat: repeat-y;
  font-size: 19px;
  padding: 11px 25px;
  padding-bottom: 20px;
}
.categories-big .image {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: 100%;
  background: url('') no-repeat center center;
  margin-bottom: 8px;
  background-color: #f2f2f2;
}
.categories-big .img {
  margin-bottom: 8px;
}
.categories-big .img img {
  width: 100%;
}
.categories a,
.categories-title a {
  display: block;
}
.categories .col-sm-4,
.categories-title .col-sm-4 {
  margin-bottom: 5px;
}
.categories .title,
.categories-title .title {
  color: #fff;
  padding: 0px 25px;
  font-size: 23px;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.categories-title a {
  display: block;
  margin-bottom: 14px;
  padding: 3px 0px;
}
.article {
  padding-top: 25px;
  padding-bottom: 15px;
}
article {
  margin-bottom: 30px;
}
.news-item-content .left-site {
  margin-bottom: 16px;
}
.products .item {
  margin-bottom: 24px;
}
.products .item .title {
  color: #fff;
  background: #ca4c4a;
  background-image: url("../images/title-bg-red.png");
  background-repeat: repeat-y;
  padding: 3px 25px;
  font-size: 28px;
  margin-top: 2px;
}
.products .item .title a {
  color: #fff;
  display: block;
}
.products .item .image {
  text-align: center;
  padding: 15px;
  border: 1px solid #515151;
  height: 294px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  background: url('') no-repeat center center;
  background-size: contain;
}
.products .item .desc {
  background: #f1f5f6;
}
.products .item .desc .text p {
  padding: 11px 25px;
  padding-bottom: 20px;
  font-size: 19px;
}
.product .main-image-wrapper {
  height: 340px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.product .main-image-wrapper {
  border: 1px solid #515151;
  margin-top: 10px;
  text-align: center;
}
.product .main-image,
.product .img-wrap {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  background: url('') no-repeat center center;
  background-size: contain;
}
.zoomImg {
  max-width: 700px !important;
  width: auto !important;
  height: auto !important;
}
@media (min-width: 1280px) {
  .product .main-image-wrapper {
    height: 470px;
  }
}
@media (min-width: 1280px) {
  .zoomImg {
    max-width: 900px !important;
  }
}
.tech-table table {
  width: 100%;
  background: #f1f5f6;
}
.tech-table table td {
  border: 1px solid white;
  padding: 3px 10px;
  font-size: 18px;
}
.eshop-link-wrapper {
  margin-top: 40px;
}
.eshop-link-wrapper .btn-eshop {
  background: #ca4c4a;
  position: relative;
  color: #fff;
  padding: 5px 20px;
  padding-left: 40px;
}
.eshop-link-wrapper .btn-eshop:before {
  background: url('../images/cart-white.png');
  width: 20px;
  height: 20px;
  content: '';
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 9px;
  display: inline-block;
}
.documents {
  margin-left: 40px;
}
.documents a {
  background-color: #f1f5f6;
  display: block;
  margin-bottom: 10px;
  color: rgba(0,0,0,0.8);
  font-size: 22px;
  padding: 4px 15px;
}
.documents a i {
  margin-right: 14px;
  vertical-align: middle;
}
.gallery {
  padding-bottom: 60px;
}
.gallery .heading {
  padding-left: 20px;
  margin-bottom: 14px;
  font-size: 24px;
}
.gallery .images a {
  width: 191px;
  height: 193px;
  border: 1px solid #515151;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.gallery .images a .img-wrap {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
i.pdf {
  background-image: url("../images/pdf.png");
  background-size: 100%;
  width: 34px;
  height: 34px;
  display: inline-block;
}
i.video {
  background-image: url("../images/video.png");
  background-size: 100%;
  width: 34px;
  height: 34px;
  display: inline-block;
}
.footer-1 {
  padding-top: 27px;
  padding-bottom: 22px;
}
.footer-1 .item {
  margin-bottom: 8px;
  display: block;
  color: #fff;
}
.footer-2 {
  text-align: right;
}
.footer-2 ul {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
}
.footer-2 ul li {
  display: inline-block;
  text-decoration: underline;
}
.footer-2 ul li a {
  color: rgba(0,0,0,0.8);
}
.footer-2 ul li:after {
  content: '|';
  display: inline-block;
}
.footer-2 ul li:last-child:after {
  display: none;
}
.contact-map {
  margin-top: 30px;
  margin-bottom: 30px;
}
.videos {
  margin-left: 40px;
}
.videos a {
  background-color: #f1f5f6;
  display: block;
  margin-bottom: 10px;
  color: rgba(0,0,0,0.8);
  font-size: 16px;
  padding: 2px 8px;
  position: relative;
}
.videos a:before {
  background: url('../images/video.png');
  display: block;
  margin-left: -38px;
  background-size: 22px 22px;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
}
.versions {
  display: none;
}
#print,
#share {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#print span,
#share span {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-left: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#print {
  margin-right: 20px;
}
#share .addthis_native_toolbox {
  position: absolute;
  display: none;
  top: 38px;
  left: -4px;
  background: white;
}
.print-share {
  position: relative;
  margin-left: 10px;
}
.gallery .images {
  margin-left: 10px;
}
.gallery {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .header .cover .logo {
    max-width: 450px;
  }
  .categories-big .image {
    background-size: contain !important;
    height: 360px;
  }
  .categories .title {
    font-size: 21px;
    padding: 0px 10px;
  }
  .categories-big .title {
    padding: 0px 15px;
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .header .cover {
    background-size: 100%;
  }
  .categories .title {
    font-size: 27px;
    padding: 0px 25px;
  }
  .categories-big .title {
    padding: 0px 25px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .versions {
    display: block !important;
    text-align: center;
  }
  .versions a {
    margin: 0px 10px;
    margin-bottom: 5px;
    display: inline-block;
  }
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  margin-bottom: 0px !important;
}
.products {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap: 2rem;
}
.products .item {
  display: flex;
  flex-direction: column;
}
.products .item .desc {
  display: flex;
  flex-grow: 1;
}
.products .item .desc .text {
  width: 100%;
}
.products .item .desc .text p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.products .item .desc .text {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 440px) {
  .top-bar .languages ul li a img {
    width: 18px;
  }
  .container-language {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hide-this {
  display: none !important;
}
@media (min-width: 480px) {
  .products .item .title a {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .products .item .title a {
    font-size: 23px;
  }
}
.header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-options {
  text-align: right;
}
.header-options .search {
  background: #F0F0F0;
  display: inline-block;
  padding: 1px 4px;
}
.header-options .search input[type="text"] {
  color: #000;
  font-size: 15px;
  background: #F0F0F0;
  border: none;
  padding: 1px 4px;
}
.header-options .search input[type="submit"] {
  width: 17px;
  height: 17px;
  position: relative;
  background: #F0F0F0;
  color: #F0F0F0;
  border: none;
  background: url(../images/search.png);
  background-color: 100px;
}
.header-options .change-language {
  display: inline-block;
  background: #F0F0F0;
  padding: 1px 5px;
  margin-top: 8px;
}
.header-options .change-language .flag {
  display: inline-block;
}
.header-options .change-language .flag img {
  width: 24px;
}
.header-options .change-language select {
  border: none;
  background: #F0F0F0;
  font-size: 15px;
}
a.logo {
  display: table;
  font-size: 13px;
  color: rgba(0,0,0,0.8);
  vertical-align: middle;
}
a.logo img {
  max-width: 80px;
  margin-right: 6px;
}
a.logo .img,
a.logo .textt {
  display: table-cell;
  vertical-align: middle;
}
a.logo .textt {
  line-height: 120%;
}
@media (min-width: 360px) {
  a.logo {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  a.logo {
    font-size: 16px;
  }
}
.main-nav {
  text-align: right;
}
.main-nav ul {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0;
}
.main-nav ul li {
  display: inline-block;
  list-style-type: none;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 7px;
}
.main-nav ul li a {
  text-transform: uppercase;
  color: rgba(0,0,0,0.8);
}
@media (min-width: 1200px) {
  .categories-big a .img {
    overflow: hidden;
  }
}
.footer-1 {
  background: #5A5A5A;
  background: #666666;
}
.footer-1 h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 4px;
}
.footer-1 a h3 {
  color: white;
}
.footer-1 ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-1 ul li {
  margin-top: -1px;
}
.footer-1 ul li a {
  color: white;
  font-size: 15px;
}
.footer-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #B0B0B0;
  background: #b3b3b3;
}
.footer-2 .languages-list {
  margin-bottom: 0px;
}
.footer-2 .languages-list-flags {
  margin-bottom: 8px;
}
.footer-2 .languages-list-flags li:after {
  content: '';
  display: none;
}
.page-box {
  padding: 14px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 40px;
}
.page-box .page-box-heading {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  margin-top: -14px;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 7px;
  padding: 0px 25px;
  font-size: 26px;
}
.page-box .page-box-heading-2 {
  margin-top: 0px;
  font-size: 22px;
}
.page-box .read-more {
  background: #F0F0F0;
  color: rgba(0,0,0,0.8);
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px 10px;
  padding-right: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.page-box .read-more:after {
  width: 13px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 8px;
  content: '';
  background: url(../images/read-more.png);
}
.news-item-content {
  padding-bottom: 20px;
  padding-top: 10px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.socials a {
  margin: 1px;
  display: inline-block;
}
.page .page-box h2 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin-left: -14px;
  padding-left: 14px;
  margin-right: -14px;
  padding-right: 14px;
}
.page .page-box table {
  width: 100%;
  margin-left: -5px;
  position: relative;
}
.page .page-box table td {
  padding: 5px;
}
.admin-page {
  display: inline-block;
}
.admin-page .redactor_box table {
  width: 100%;
}
.documents a {
  font-size: 16px;
  padding: 2px 8px;
}
.documents a i.pdf {
  width: 22px;
  height: 22px;
  margin-right: 0;
  margin-left: -37px;
  position: absolute;
}
.site-gallery {
  padding: 10px;
}
.site-gallery a {
  display: block;
  text-align: center;
  margin: 5px;
}
.site-gallery a .img-wrap {
  display: inline-block;
  max-width: 100%;
  background-size: cover !important;
  height: 110px;
  width: 100%;
  background-position: center center;
}
@media (min-width: 480px) {
  .site-gallery {
    padding: 15px;
  }
  .site-gallery a {
    margin: 10px;
  }
  .site-gallery a .img-wrap {
    height: 130px;
  }
}
@media (min-width: 580px) {
  .site-gallery a .img-wrap {
    height: 150px;
  }
}
@media (min-width: 640px) {
  .site-gallery a .img-wrap {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .site-gallery a .img-wrap {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .site-gallery a .img-wrap {
    height: 160px;
  }
}
@media (min-width: 1080px) {
  .site-gallery a .img-wrap {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .site-gallery a .img-wrap {
    height: 170px;
  }
}
.product .main-image-wrapper {
  border: none;
}
.gallery .images a {
  border: 1px solid #eee;
}
.gallery .images a {
  width: 50px;
  height: 36px;
}
.gallery .images a {
  width: 86px;
  height: 72px;
}
.page-box-heading h1 {
  font-size: inherit;
  margin-top: 4px;
  margin-bottom: 4px;
}
.gallery {
  padding-bottom: 10px;
}
.article {
  padding-top: 10px;
  padding-bottom: 15px;
}
.categories.sticky {
  position: fixed;
}
.categories {
  transition: all 0.5s ease;
}
.products_list {
  padding: 3px 15px;
}
.products_list {
  border: none !important;
  border-left: 1px solid #5dacb9 !important;
  border-right: 1px solid #5dacb9 !important;
}
.categories .title {
  font-size: 22px;
  font-weight: 400;
  padding: 0px 16px;
}
.categories .title a {
  color: #fff;
}
.categories .title.active {
  padding-bottom: 0px;
}
.button-default {
  display: inline-block;
  padding: 2px 6px;
  background: #5dacb9;
  color: #fff;
}
.categories .subtitle {
  border-left: 1px solid #5dacb9;
  border-right: 1px solid #5dacb9;
}
.categories .subtitle a {
  font-weight: bold;
  padding-left: 10px;
}
.categories .products_sublist {
  padding-left: 30px;
}
.categories-big a .img {
  background: #f4f4f4;
  background: -moz-linear-gradient(top,#f4f4f4 0%,#ffffff 72%,#ffffff 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#f4f4f4),color-stop(72%,#ffffff),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#f4f4f4 0%,#ffffff 72%,#ffffff 100%);
  background: -o-linear-gradient(top,#f4f4f4 0%,#ffffff 72%,#ffffff 100%);
  background: -ms-linear-gradient(top,#f4f4f4 0%,#ffffff 72%,#ffffff 100%);
  background: linear-gradient(to bottom,#f4f4f4 0%,#ffffff 72%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#ffffff',GradientType=0);
}
.hidden-gallery {
  display: none;
}
.main-image-wrapper {
  cursor: pointer;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 5px;
  padding-left: 5px;
}
.category-column-img-wrapper {
  display: table;
  width: 100%;
}
.category-column-img-wrapper .img {
  display: table-cell;
  vertical-align: middle;
}
.categories-big a .img {
  height: 310px;
  text-align: center;
}
.categories-big .title {
  padding: 5px 15px;
}
.categories-big .desc {
  padding: 11px 15px;
}
.categories-big {
  margin-top: 10px;
}
.categories-big .img img {
  width: 64%;
  margin: 20px;
  max-width: 200px;
}
.main-nav ul {
  margin-left: 0px;
  text-align: center;
  padding-left: 0;
}
@media (min-width: 480px) {
  a.logo {
    font-size: 22px;
  }
  a.logo img {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .categories-big .img img {
    width: 100%;
    margin: 0px;
    max-width: none;
  }
  a.logo {
    font-size: 24px;
  }
  .uzline-column {
    width: 30%;
  }
  .uzline-column .img img {
    max-width: 200px;
  }
  .bline-column {
    width: 30%;
  }
  .bline-column .img img {
    max-width: 260px;
  }
  .pipeline-column {
    width: 20%;
  }
  .pipeline-column .img img {
    max-width: 150px;
    float: right;
  }
  .tools-column {
    width: 20%;
  }
  .tools-column .img img {
    max-width: 115px;
    float: right;
  }
}
@media (min-width: 768px) {
  a.logo {
    font-size: 24px;
  }
}
@media (min-width: 1080px) {
  .main-nav ul {
    text-align: right;
  }
}
#share .addthis_native_toolbox {
  z-index: 1000;
}
@media (min-width: 1280px) {
  .main-nav ul {
    text-align: right;
  }
}
table tr th,
table tr td {
  white-space: normal;
  vertical-align: top;
}
.page .page-box h2 {
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.categories-wrapper {
  display: block;
  width: 100%;
}
.page-contact td {
  width: 50%;
}
@media (max-width: 768px) {
  .page-contact td {
    display: block;
    width: 100%;
  }
}
#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input {
  display: block;
  position: absolute;
  width: 33px;
  height: 27px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
  margin: 0;
}
#menuToggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
#menuToggle .menu-icon span:first-child,
#menuToggle .menu-icon2 span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle .menu-icon span:nth-last-child(2),
#menuToggle .menu-icon2 span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle .menu-icon {
  position: relative;
  z-index: 0;
}
#menuToggle .menu-icon,
#menuToggle .menu-icon2 {
  display: inline-block;
}
#menuToggle input:checked {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 110;
}
#menuToggle input:checked + .menu-icon2 {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 100;
}
#menuToggle input:checked + .menu-icon2 span:nth-last-child(1) {
  opacity: 1;
  transform: rotate(-45deg) translate(-2px,1px);
  background: #222;
}
#menuToggle input:checked + .menu-icon2 span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(45deg) translate(0,-2px);
  top: 5px;
  left: 1px;
  background: #222;
}
#menuToggle input:checked + .menu-icon2 span:nth-last-child(2) {
  opacity: 0;
  background: #222;
}
#menu-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  left: -100%;
  padding: 25px;
  padding-top: 0;
  min-height: 100vh;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%,0);
  overflow: scroll;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
#menu-mobile li {
  padding: 10px 0;
  font-size: 22px;
}
#menuToggle input:checked ~ div#menu-mobile {
  transform: scale(1.0,1.0);
  opacity: 1;
  left: 0;
}
#menuToggle input:checked ~ div#menu-mobile {
  transform: scale(1.0,1.0);
  opacity: 1;
  left: 0;
}
.mobile-menu {
  margin-top: 10px;
  text-align: left;
}
#menuToggle .menu-icon2 {
  display: none;
}
#menuToggle input:checked + .menu-icon2 {
  display: block;
}
#menuToggle ul li {
  display: block;
}
#menuToggle ul a {
  color: #222;
}
.mobile-menu {
  padding-bottom: 3px;
}
.mobile-menu ul li {
  text-align: left;
}
.products_list a:hover {
  color: #F17F00;
}
.products_list a.active {
  font-weight: 600;
}
.menu-icon {
  float: left;
  margin-bottom: 0;
}
.search-mobile-trigger {
  display: inline-block;
  float: left;
  background: url('../images/search-icon.svg');
  width: 23px;
  height: 23px;
  margin-left: 14px;
  top: -1px;
  position: relative;
  cursor: pointer;
  z-index: -1;
}
.mobile-menu .change-language {
  display: inline-block;
  float: right;
}
.mobile-menu .change-language .flag {
  display: inline-block;
}
.search-container-mobile {
  overflow: hidden;
  display: none;
}
.search-container-mobile .search {
  margin-bottom: 6px;
  text-align: left;
}
.search-container-mobile input[type="text"] {
  color: #000;
  font-size: 15px;
  background: #fff;
  border: none;
  padding: 3px 10px;
  width: 90%;
}
.search-container-mobile input[type="submit"] {
  width: 17px;
  height: 17px;
  position: relative;
  background: #fff;
  border: none;
  background: url(../images/search-icon.svg);
  background-size: 17px 17px !important;
  background-color: 100px;
  margin-left: 6px;
}
@media (min-width: 768px) {
  .search-container-mobile {
    display: none;
  }
}
.print-gallery {
  display: none;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
.print-gallery .img-wrap {
  display: inline-block;
  max-width: 18%;
  margin-right: 2%;
  margin-bottom: 0;
  height: auto;
}
#menu-mobile {
  text-align: center;
  padding-top: 90px !important;
}
#menu-mobile li {
  text-align: center;
}
#menu-mobile .logo {
  position: fixed;
  width: auto;
  top: 20px;
  left: 20px;
  display: block;
  text-align: left;
}
#menu-mobile .logo span {
  height: auto;
  background: transparent;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .pipeline-column .img,
  .tools-column .img {
    text-align: right !important;
  }
  .pipeline-column .img img,
  .tools-column .img img {
    margin-right: 0 !important;
  }
}
.article table tr th,
.article table tr td {
  padding: 0px 6px;
}
.container {
  width: auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .exhibition-gallery .gallery .images a {
    width: 191px;
    height: 147px;
  }
}
.tech-table table td {
  border: 1px solid #515151;
}
.tech-table table tr:first-child td {
  background: #dbe6e2;
}
