/*
Theme Name: www
Text Domain: www
*/
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
*[data-anim] {
  opacity: 0;
}
html {
  font-size: 8px;
}
body {
  color: #1D1C1B;
  font-family: 'Archivo', Tahoma, Verdana, Arial;
  font-weight: 300;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  background: #E7ECEF;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}
body.menu-active,
body.catmenu-active {
  overflow: hidden;
}
.fullwidth-parent > img,
img.fullwidth {
  display: block;
  width: 100%;
  height: auto;
}
.maxwidth-parent > img,
img.maxwidth {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
section,
.container {
  position: relative;
}
section:before,
.container:before,
section:after,
.container:after {
  content: " ";
  display: table;
}
section:after,
.container:after {
  clear: both;
}
.container {
  z-index: 3;
}
@media (min-width: 768px) {
  .flexbox-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
.flexbox-container-xs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .flexbox-row {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .flexbox-row:after,
  .flexbox-row:before {
    display: none;
  }
  .flexbox-row.row {
    width: calc(100% + 32px);
  }
}
.flexbox-row-xs {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexbox-row-xs:after,
.flexbox-row-xs:before {
  display: none;
}
.flexbox-row.nowrap {
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .stretched-row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .stretched-row-sm {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .reverse-row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .reverse-row-sm {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: row-reverse;
  }
}
nobr {
  white-space: nowrap;
}
.animation {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
p {
  margin: 0 0 18px;
}
.uppercase {
  text-transform: uppercase;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.content-paddings {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .content-paddings {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .content-paddings {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.skewed-block {
  clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
  position: relative;
  padding-top: 50px;
  padding-bottom: 90px;
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .skewed-block {
    margin: 0;
  }
}
.skewed-block::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 46px;
  background: #FC814A;
  clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
}
.skewed-block__type1 {
  background: url('img/background2.png') no-repeat center center;
  background-size: cover;
}
.skewed-block__type2 {
  background: url('img/background1.png') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
.skewed-block__type2 .section-header {
  color: #FC814A;
}
.skewed-block__type2 a {
  color: #ffffff;
}
#site-footer {
  background: transparent url('img/background1.png') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  padding: 63px 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #site-footer {
    text-align: left;
  }
}
#site-footer .footer-header {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 16px;
  color: #FC814A;
  text-transform: uppercase;
}
#site-footer .footer-icon,
#staff-section .employee-block a .icon {
  display: none;
  width: 19px;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 768px) {
  #site-footer .footer-icon,
  #staff-section .employee-block a .icon {
    display: inline-block;
  }
}
#site-footer a {
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#site-footer a:hover {
  text-decoration: underline;
}
#site-footer a:hover .footer-icon {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#site-footer li,
#site-footer p {
  list-style: none;
  padding: 4px 0;
  margin: 0;
}
#site-footer .footer-socials {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  #site-footer .footer-socials {
    margin-top: 42px;
    text-align: left;
  }
}
#site-footer .footer-socials a {
  display: inline-block;
  width: 28px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-right: 19px;
}
#site-footer .footer-socials a:last-of-type {
  margin-right: 0;
}
#site-footer .footer-socials a:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#site-footer .footer-cell {
  padding-bottom: 36px;
}
#site-footer .logo {
  width: 240px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #site-footer .logo {
    width: 169px;
    margin-left: 0;
  }
}
#header-menu-section {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 70px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: visible;
}
body.menu-active #header-menu-section,
#header-menu-section.scroll {
  max-height: 100vh;
  overflow: auto;
  background: #E7ECEF;
}
@media (min-width: 1280px) {
  body.menu-active #header-menu-section,
  #header-menu-section.scroll {
    overflow: visible;
  }
}
body.menu-active #header-menu-section .menu-toprow,
#header-menu-section.scroll .menu-toprow {
  height: 70px;
  margin-left: -16px;
  margin-right: -16px;
  background: #E7ECEF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1280px) {
  body.menu-active #header-menu-section .menu-toprow,
  #header-menu-section.scroll .menu-toprow {
    box-shadow: none;
  }
}
body.menu-active #header-menu-section .hamburger-inner,
#header-menu-section.scroll .hamburger-inner,
body.menu-active #header-menu-section .hamburger-inner::before,
#header-menu-section.scroll .hamburger-inner::before,
body.menu-active #header-menu-section .hamburger-inner::after,
#header-menu-section.scroll .hamburger-inner::after {
  background-color: #1D1C1B;
}
body.menu-active #header-menu-section .logo,
#header-menu-section.scroll .logo,
body.menu-active #header-menu-section .logo {
  width: 175px;
  left: 14px;
  top: 14px;
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
@media (min-width: 1280px) {
  body.menu-active #header-menu-section .logo,
  #header-menu-section.scroll .logo,
  body.menu-active #header-menu-section .logo {
    top: 12px;
  }
}
body.menu-active #header-menu-section .logo .logo_small,
#header-menu-section.scroll .logo .logo_small,
body.menu-active #header-menu-section .logo .logo_small {
  display: block;
}
body.menu-active #header-menu-section .logo .logo_big,
#header-menu-section.scroll .logo .logo_big,
body.menu-active #header-menu-section .logo .logo_big {
  display: none;
  max-width: 100%;
}
@media (min-width: 1280px) {
  body.menu-active #header-menu-section a,
  #header-menu-section.scroll a {
    color: #1D1C1B !important;
  }
  body.menu-active #header-menu-section a:hover,
  #header-menu-section.scroll a:hover {
    color: #FC814A !important;
  }
}
#header-menu-section.scroll {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body.menu-active #header-menu-section.scroll {
  box-shadow: none;
}
#header-menu-section.scroll #main-menu .menu-content ul.menu li.menu-item-has-children > a,
#header-menu-section.scroll #main-menu .menu-content ul.menu li.has-submenu > a {
  background-image: url('img/menu-arrow1.svg');
}
#header-menu-section .container {
  width: 100%;
}
@media (min-width: 1280px) {
  #header-menu-section .container {
    width: 1200px;
  }
}
#header-menu-section #menu-switcher {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 5;
  width: 36px;
  height: 36px;
  padding: 6px 0;
  display: block;
  background: transparent;
}
@media (min-width: 1280px) {
  #header-menu-section #menu-switcher {
    display: none;
  }
}
#header-menu-section .logo {
  position: absolute;
  left: 50%;
  top: 50px;
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  width: 80%;
  max-width: 370px;
}
@media (min-width: 768px) {
  #header-menu-section .logo {
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    left: 12px;
    top: 22px;
    width: 270px;
    max-width: unset;
  }
}
@media (min-width: 1280px) {
  body.scroll #header-menu-section .logo {
    width: 235px;
  }
}
#header-menu-section .logo .logo_small {
  display: none;
  width: 100%;
}
#header-menu-section .logo .logo_big {
  display: block;
  width: 100%;
}
#header-menu-section #main-menu {
  position: relative;
  z-index: 20;
}
@media (min-width: 1280px) {
  #header-menu-section #main-menu {
    position: absolute;
    z-index: 25;
    top: 0;
    right: 0;
    left: 250px;
    margin: 0;
  }
}
#header-menu-section #main-menu .menu-content {
  display: none;
  padding-top: 16px;
  font-size: 16px;
  text-align: left;
}
@media (min-width: 1280px) {
  #header-menu-section #main-menu .menu-content {
    padding: 0 85px 0 0;
    display: block;
  }
}
body.menu-active #header-menu-section #main-menu .menu-content {
  display: block;
}
#header-menu-section #main-menu .menu-content ul.menu {
  margin: 0;
}
@media (min-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.menu {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
  }
}
body.search-active #header-menu-section #main-menu .menu-content ul.menu {
  display: none;
}
#header-menu-section #main-menu .menu-content ul.menu li {
  list-style: none;
  margin: 0;
  padding: 14px 6px;
}
@media (min-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.menu li {
    padding: 20px 14px;
    position: relative;
  }
}
#header-menu-section #main-menu .menu-content ul.menu li.wpml-ls-item {
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.menu li.wpml-ls-item {
    display: inline-block;
    margin-top: 30px;
  }
}
@media (max-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.menu li.wpml-ls-item.wpml-ls-current-language > a {
    background: #FC814A;
    color: #39464D;
  }
}
#header-menu-section #main-menu .menu-content ul.menu li.wpml-ls-item ul.sub-menu,
#header-menu-section #main-menu .menu-content ul.menu li.wpml-ls-item ul.submenu {
  min-width: unset;
}
@media (min-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.menu li.wpml-ls-item ul.sub-menu,
  #header-menu-section #main-menu .menu-content ul.menu li.wpml-ls-item ul.submenu {
    left: 22px !important;
  }
}
@media (max-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.menu li.wpml-ls-item ul.sub-menu,
  #header-menu-section #main-menu .menu-content ul.menu li.wpml-ls-item ul.submenu {
    display: inline-block;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.menu li.wpml-ls-item a {
    padding: 6px 16px;
  }
}
#header-menu-section #main-menu .menu-content ul.menu li.menu-item-has-children,
#header-menu-section #main-menu .menu-content ul.menu li.has-submenu {
  margin-right: -15px;
}
#header-menu-section #main-menu .menu-content ul.menu li.menu-item-has-children > a,
#header-menu-section #main-menu .menu-content ul.menu li.has-submenu > a {
  padding-right: 15px;
  background: url('img/menu-arrow1.svg') no-repeat right center;
}
@media (min-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.menu li.menu-item-has-children > a,
  #header-menu-section #main-menu .menu-content ul.menu li.has-submenu > a {
    background-image: url('img/menu-arrow3.svg');
  }
}
#header-menu-section #main-menu .menu-content ul.menu li.menu-item-has-children.active > a,
#header-menu-section #main-menu .menu-content ul.menu li.has-submenu.active > a {
  color: #FC814A !important;
  background-image: url('img/menu-arrow2.svg') !important;
}
#header-menu-section #main-menu .menu-content ul.menu li.menu-item-has-children.active > ul,
#header-menu-section #main-menu .menu-content ul.menu li.has-submenu.active > ul {
  display: block;
}
@media (min-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.menu li.menu-item-has-children.active > ul,
  #header-menu-section #main-menu .menu-content ul.menu li.has-submenu.active > ul {
    position: absolute;
    left: 0;
    top: 48px;
  }
}
#header-menu-section #main-menu .menu-content ul.menu a {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #1D1C1B;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.menu a {
    color: #ffffff;
  }
}
#header-menu-section #main-menu .menu-content ul.menu a:hover {
  text-decoration: underline;
  color: #FC814A;
}
#header-menu-section #main-menu .menu-content ul.sub-menu,
#header-menu-section #main-menu .menu-content ul.submenu {
  display: none;
  background: #F4F4F4;
  margin: 16px -6px 26px -22px;
  padding: 18px 25px 18px 40px;
}
@media (min-width: 1280px) {
  #header-menu-section #main-menu .menu-content ul.sub-menu,
  #header-menu-section #main-menu .menu-content ul.submenu {
    padding: 15px;
    margin-top: 22px;
    min-width: 200px;
  }
}
#header-menu-section #main-menu .menu-content ul.sub-menu li,
#header-menu-section #main-menu .menu-content ul.submenu li {
  padding: 10px 0;
}
#header-menu-section #main-menu .menu-content ul.sub-menu a,
#header-menu-section #main-menu .menu-content ul.submenu a {
  font-size: 18px;
  color: #39464D;
}
#header-menu-section .header-search {
  display: none;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 1280px) {
  #header-menu-section .header-search {
    animation-duration: 0s;
  }
}
@media (min-width: 1280px) {
  #header-menu-section .header-search {
    width: 70%;
    position: absolute;
    z-index: 20;
    right: 80px;
    top: 9px;
    padding-bottom: 10px;
  }
}
body.search-active #header-menu-section .header-search,
body.menu-active #header-menu-section .header-search {
  display: block;
}
#header-menu-section .header-search_input {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  padding: 16px 38px;
  height: 50px;
  width: calc(100% - 25px);
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #9B9B9B;
}
#header-menu-section .header-search_submit {
  position: absolute;
  right: 0;
  top: 0;
}
.header-round_button {
  background: #FC814A url('img/search.svg') no-repeat center center;
  border: 6px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header-round_button:hover {
  background-image: url('img/search2.svg');
}
.overlay-background {
  display: none;
  position: fixed;
  z-index: 95;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E7ECEF;
}
body.menu-active .overlay-background {
  display: block;
}
#header-search-switcher {
  display: none;
}
@media (min-width: 1280px) {
  #header-search-switcher {
    display: block;
    position: absolute;
    z-index: 12;
    top: 9px;
    right: 16px;
  }
  body.search-active #header-search-switcher {
    background-color: #ffffff;
    border-color: #E7ECEF;
    background-image: url('img/close.svg');
  }
  body.search-active #header-search-switcher:hover {
    background-image: url('img/close2.svg');
  }
}
.button {
  display: block;
  text-decoration: none !important;
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 18px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 80%;
  margin: 0 auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .button {
    display: inline-block;
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .button {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.button-type1 {
  color: #39464D !important;
  background: #FC814A !important;
}
.button-type1:hover {
  color: #ffffff !important;
}
.button-type2 {
  color: #ffffff !important;
  background: #39464D !important;
  padding: 18px !important;
  margin: 9px;
}
.arrow-link {
  text-align: right;
}
.arrow-link > a {
  display: inline-block;
  position: relative;
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #39464D;
  text-decoration: none !important;
  padding-right: 33px;
}
@media (min-width: 768px) {
  .arrow-link > a {
    font-size: 20px;
  }
}
.arrow-link > a::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  height: 20px;
  width: 21px;
  background: url('img/icon-readmore.svg') no-repeat center center;
  background-size: cover;
}
.arrow-link > a:hover {
  color: #FC814A;
}
.arrow-link > a:hover::after {
  background-image: url('img/icon-readmore2.svg');
}
.download-link {
  text-align: right;
}
.download-link > a {
  display: inline-block;
  position: relative;
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #39464D;
  text-decoration: none !important;
  padding-left: 43px;
}
@media (min-width: 768px) {
  .download-link > a {
    font-size: 20px;
  }
}
.download-link > a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 30px;
  width: 31px;
  background: #FC814A url('img/icon-download.svg') no-repeat center center;
  background-size: 19px auto;
}
.download-link > a:hover::after {
  background-image: url('img/icon-download2.svg');
}
.subpage-header {
  font-family: 'Antonio';
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 768px) {
  .subpage-header {
    font-size: 70px;
    line-height: 80px;
  }
}
.section-header {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 0;
  margin: 60px 0 24px;
}
@media (min-width: 768px) {
  .section-header {
    font-size: 32px;
  }
}
.section-subheader {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  padding: 0;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .section-subheader {
    margin: 41px 0 26px;
    font-size: 26px;
  }
}
.section-subheader2,
.news-back {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  padding: 0;
  margin: 15px 0 29px;
}
@media (min-width: 768px) {
  .section-subheader2,
  .news-back {
    font-size: 20px;
  }
}
.section-subheader3 {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  padding: 0;
  margin: 40px 0 55px;
}
.nopadding-top {
  margin-top: 0 !important;
}
.content-block h3:not(.section-subheader) {
  font-family: 'Archivo';
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  padding: 20px 0 0 50px;
  position: relative;
}
.content-block h3:not(.section-subheader)::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  background: url('img/list-arrow.svg') no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 14px;
}
.text-input {
  position: relative;
  text-align: left;
  padding: 10px 0 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .text-input {
    padding-bottom: 20px;
  }
}
.text-input label {
  width: auto;
  color: #39464D;
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 49px;
  cursor: text;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .text-input label {
    top: 52px;
  }
}
.text-input label span {
  display: inline-block;
  color: #ff9999;
  padding-left: 5px;
}
.text-input input,
.text-input textarea {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #39464D;
  color: #1D1C1B;
  font-size: 16px;
  margin: 22px 0 0;
  padding: 14px 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.text-input input.error,
.text-input textarea.error {
  border-color: #ff9999 !important;
  margin-bottom: 18px;
}
.text-input textarea {
  resize: none;
  height: 126px;
}
.text-input textarea.error {
  margin-bottom: 12px;
}
.text-input.clicked label {
  top: 8px;
  left: 0;
  font-size: 14px;
}
.text-input span.error {
  color: #ff9999;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  left: 0;
  bottom: 17px;
}
.text-input.textarea-input span.error {
  top: auto;
  bottom: 0;
}
.text-input.textarea-input label {
  left: 18px;
}
.text-input.textarea-input.clicked label {
  left: 0;
}
.form-block .button-wrapper {
  text-align: center;
  margin: 39px 0 80px;
}
@media (min-width: 768px) {
  .form-block .button-wrapper {
    text-align: right;
    margin-top: 60px 0 52px;
  }
}
#aftersend {
  display: none;
}
input.hide {
  display: none !important;
}
/*
ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 8px;
}
*/
#map-section {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  #map-section {
    height: 505px;
    overflow: visible;
  }
}
#map-section .acf-map {
  width: 100%;
  height: 253px;
  position: relative;
  z-index: 1;
  background: #000;
}
@media (min-width: 768px) {
  #map-section .acf-map {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
#map-section .onmap-info {
  margin-top: -46px;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #map-section .onmap-info {
    margin-bottom: 0;
  }
}
#map-section .onmap-info a {
  color: #1D1C1B !important;
  text-decoration: none;
}
#map-section .onmap-info .icon {
  display: inline-block;
  width: 19px;
  vertical-align: middle;
  margin-right: 5px;
}
#request-section {
  background: #E7ECEF;
}
#request-section::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: calc(50% + 16px);
  z-index: 1;
  background: url('img/background3.jpg') no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  #request-section::before {
    display: block;
  }
}
#request-section .request-section_content {
  padding-bottom: 131px;
}
#request-section .button-wrapper {
  margin-top: 27px;
}
#partners-section {
  background: #ffffff;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #partners-section {
    padding-bottom: 50px;
  }
}
#partners-section .carousel-cell {
  padding: 3% 5%;
}
#partners-section .carousel-cell .logo-block {
  display: block;
  text-decoration: none !important;
  background: no-repeat center center;
  background-size: contain;
  padding: 0 0 50%;
}
#references-section {
  padding-top: 35px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #references-section {
    padding-top: 0;
  }
}
#references-section .carousel-cell {
  margin-bottom: 54px;
  min-height: 100%;
  width: 285px;
  height: 356px;
}
@media (min-width: 768px) {
  #references-section .carousel-cell {
    height: auto;
    width: 83.33333333%;
  }
}
#references-section .carousel-cell::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 30px;
  left: 16px;
  right: 16px;
  background: #ffffff;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
}
#references-section .carousel-cell .references-cell_content {
  padding: 30px 23px 60px;
  position: relative;
  z-index: 2;
  height: 100%;
  height: 320px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #references-section .carousel-cell .references-cell_content {
    height: auto;
  }
}
#references-section .carousel-cell .arrow-link {
  position: absolute;
  right: 40px;
  bottom: 50px;
  z-index: 3;
}
#references-section .carousel-cell .logo-block,
.reference-modal .logo-block {
  width: 140px;
  height: 60px;
  background: no-repeat left top;
  background-size: contain;
}
#references-section .carousel-cell .references-client,
.reference-modal .references-client {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0;
}
#references-section .flickity-button {
  display: none;
}
@media (min-width: 768px) {
  #references-section .flickity-button {
    display: block;
  }
}
.reference-modal .modal-dialog .modal-content {
  padding: 30px;
}
.reference-modal .gallery-wrapper {
  width: 100%;
  max-width: 370px;
  float: none;
  padding: 0;
  margin: 0;
}
.references-carousel {
  padding: 0;
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .references-carousel {
    padding: 0 30px;
    margin: 0;
  }
}
.references-carousel .flickity-button {
  background: transparent;
  margin-top: -27px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: none;
}
@media (min-width: 768px) {
  .references-carousel .flickity-button {
    display: block;
  }
}
.references-carousel .flickity-button:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  margin-top: -49px;
}
.references-carousel .flickity-button.next {
  right: -15px;
}
.references-carousel .flickity-button.previous {
  left: -15px;
}
.references-carousel .certificates-cell_content .cert-category {
  color: #FC814A;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
}
.references-carousel .certificates-cell_content .cert-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.references-carousel .certificates-cell_content .button {
  margin-top: 23px;
  width: 100%;
}
@media (min-width: 768px) {
  .references-carousel .certificates-cell_content .button {
    margin-top: 36px;
  }
}
#certificates-section .references-carousel {
  margin: 23px 0 81px;
}
#certificates-section .carousel-cell {
  min-height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#certificates-section .cert-image {
  width: 100%;
  padding: 0 0 140%;
  background: no-repeat center center;
  background-size: cover;
}
#landing-news-section {
  background: #ffffff;
  padding-bottom: 60px;
}
#landing-news-section .arrow-link {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .landing-news_wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    padding-top: 16px;
  }
}
.landing-news_link {
  display: block;
  width: 100%;
  color: #39464D;
  text-decoration: none !important;
  padding: 0;
  min-height: 93px;
}
@media (min-width: 768px) {
  .landing-news_link {
    padding: 16px;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .landing-news_link {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .landing-news_link:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  }
}
.landing-news_link .image-block {
  background: no-repeat center center;
  background-size: cover;
  padding: 0 0 83px;
  margin: 0 21px 10px 0;
  width: 83px;
  float: left;
}
@media (min-width: 768px) {
  .landing-news_link .image-block {
    width: auto;
    padding: 0 0 70%;
    margin: 0;
    float: none;
  }
}
.landing-news_date {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #FC814A;
  margin: 29px 0 12px;
  display: none;
}
@media (min-width: 768px) {
  .landing-news_date {
    display: block;
  }
}
.landing-news_text {
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 25px;
}
.landing-news_link2 {
  display: block;
  width: 100%;
  border-top: 1px solid #E7ECEF;
  color: #39464D;
  text-decoration: none !important;
  padding: 10px 0 0;
}
.landing-news_link2:hover {
  color: #39464D;
}
.landing-news_link2:last-child {
  border-bottom: 1px solid #E7ECEF;
}
.landing-news_link2 .landing-news_date {
  margin: 14px 0 5px;
}
.landing-news_link2 .landing-news_text {
  padding-bottom: 14px;
}
#landing-services-section {
  background: #ffffff;
}
@media (min-width: 768px) {
  #landing-services-section {
    background: #000 url('img/background4.jpg') no-repeat center center;
    background-size: auto 100%;
  }
}
#landing-services-section .skewed-block {
  margin-top: -46px;
}
@media (min-width: 768px) {
  #landing-services-section .skewed-block {
    margin-bottom: 112px;
  }
}
#landing-about-section {
  background: #ffffff;
  padding-bottom: 106px;
}
@media (min-width: 768px) {
  #landing-about-section {
    padding-bottom: 0;
  }
}
body.page-template-page-contact #landing-about-section {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #landing-about-section .arrow-link {
    margin-top: 35px;
    margin-bottom: 103px;
  }
}
#landing-about-section .skewed-block {
  margin-top: -46px;
}
@media (min-width: 768px) {
  #landing-about-section .skewed-block {
    height: calc(100% + 86px);
    margin-bottom: -40px;
  }
}
body.page-template-page-contact #landing-about-section .skewed-block {
  margin-bottom: -40px;
}
#hero-section {
  background: url('img/background5.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) {
  #hero-section .hero-button {
    position: absolute;
    right: 16px;
    bottom: 0;
  }
}
#hero-section2 {
  background: no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 200px 0 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #hero-section2 {
    padding: 95px 0 65px;
  }
}
@media (min-width: 768px) {
  #hero-section2 .hero-content {
    min-height: 215px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: flex-end;
  }
  body.page-template-page-services #hero-section2 .hero-content {
    min-height: 390px;
  }
}
#hero-section2 .hero-skewed-block1 {
  margin-bottom: -145px;
  margin-top: 60px;
  width: 100%;
}
@media (min-width: 768px) {
  #hero-section2 .hero-skewed-block1 {
    margin-bottom: -110px;
  }
}
@media (min-width: 1280px) {
  #hero-section2 .hero-skewed-block1 {
    padding-left: 125px;
    background: url('img/arrow2.svg') no-repeat left 130px, url('img/background1.png') no-repeat center center;
    background-size: auto, cover;
  }
}
#hero-section2 .service-button-wrapper {
  text-align: right;
  padding-top: 40px;
}
@media (min-width: 992px) {
  #hero-section2 .service-button-wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
#hero-section2 .service-button-wrapper .button {
  display: inline-block;
  width: auto;
  margin: 0;
}
.hero-carousel-video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
}
#hero-carousel {
  /*
    .carousel-controls-container {
        position: absolute;
        left: 50%;
        top: 50%;
        .move(-50%, -50%);

        @media (max-width: @screen-sm-min) {
            width: 100%;
        }
    }
*/
}
#hero-carousel .carousel-cell {
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: flex-end;
  padding: 0 38px;
}
@media (min-width: 768px) {
  #hero-carousel .carousel-cell {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  #hero-carousel .carousel-cell {
    min-height: 48vw;
  }
}
#hero-carousel .carousel-cell .button-wrapper {
  margin-top: 36px;
}
#hero-carousel .carousel-cell .button {
  width: 100%;
}
@media (min-width: 768px) {
  #hero-carousel .carousel-cell .button {
    width: auto;
  }
}
#hero-carousel .carousel-cell > .container {
  padding: 140px 16px;
}
@media (min-width: 768px) {
  #hero-carousel .carousel-cell > .container {
    padding: 140px 50px 60px;
  }
}
@media (min-width: 1280px) {
  #hero-carousel .carousel-cell > .container {
    padding-bottom: 108px;
  }
}
#hero-carousel .carousel-cell .slide-header {
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  #hero-carousel .carousel-cell .slide-header {
    font-size: 70px;
    line-height: 80px;
  }
}
#hero-carousel .carousel-cell .slide-text {
  line-height: 25px;
  margin-top: 7px;
}
#hero-carousel .flickity-button {
  background: transparent;
  margin-top: -27px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: none;
}
@media (min-width: 768px) {
  #hero-carousel .flickity-button {
    display: block;
  }
}
#hero-carousel .flickity-button:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  margin-top: -49px;
}
#hero-carousel .flickity-button path {
  fill: #ffffff;
}
#hero-carousel .flickity-page-dots {
  bottom: 70px;
}
@media (min-width: 768px) {
  #hero-carousel .flickity-page-dots {
    bottom: 50px;
  }
}
#hero-carousel .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  border: 1px solid #ffffff;
  vertical-align: middle;
  margin: 0 4px;
}
#hero-carousel .flickity-page-dots .dot.is-selected {
  border-color: #FC814A;
  width: 12px;
  height: 12px;
}
#mechpark-section {
  background: #39464D url('img/background3.png') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 57px 0 90px;
}
@media (min-width: 768px) {
  #mechpark-section {
    padding-bottom: 70px;
  }
}
#mechpark-section .section-header {
  margin-top: 0;
}
#mechpark-section .content-cell {
  padding: 22px 0 52px;
}
@media (min-width: 768px) {
  #mechpark-section .content-cell {
    padding: 0 32px;
  }
}
#mechpark-section .button-cell .download-link {
  margin: 49px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  #mechpark-section .button-cell .download-link {
    margin-top: 24px;
  }
}
#mechpark-section .button-cell .download-link a {
  color: #ffffff;
}
#quality-section {
  background: #ffffff;
}
@media (min-width: 768px) {
  #quality-section {
    padding-bottom: 0;
  }
}
#quality-section .services-menu {
  font-size: 20px;
}
#quality-section .services-menu li {
  padding: 10px 0;
}
@media (min-width: 768px) {
  #quality-section .arrow-link {
    margin-top: 35px;
    margin-bottom: 61px;
  }
}
#quality-section .skewed-block {
  margin-top: 60px;
  margin-bottom: -41px;
}
@media (min-width: 768px) {
  #quality-section .skewed-block {
    margin-top: -35%;
  }
}
.content-with-submenu-section {
  background: #ffffff;
}
.content-with-submenu-section .content-block {
  position: relative;
  z-index: 3;
  background: #ffffff;
  padding-top: 24px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .content-with-submenu-section .content-block {
    padding-bottom: 30px;
  }
}
.content-with-submenu-section .content-block a {
  color: #008BD2;
  text-decoration: underline;
  font-weight: bold;
}
.content-with-submenu-section .submenu-block {
  position: relative;
  z-index: 1;
  margin-bottom: -42px;
}
.content-with-submenu-section .submenu-block .skewed-block {
  margin-top: -46px;
  padding: 70px 0;
}
@media (min-width: 768px) {
  .content-with-submenu-section .submenu-block .skewed-block {
    position: sticky;
    top: 100px;
  }
}
.content-with-submenu-section .subpage-menu {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.content-with-submenu-section .subpage-menu li {
  list-style: none;
  padding: 8px 20px 8px 66px;
  background: url('img/submenu1.svg') no-repeat left center;
}
.content-with-submenu-section .subpage-menu li a:hover {
  color: #FC814A;
}
.content-with-submenu-section .subpage-menu li.current-menu-item {
  background-image: url('img/submenu2.svg');
  padding-left: 87px;
}
.content-with-submenu-section .subpage-menu li.current-menu-item a {
  color: #FC814A;
}
#certificates-section {
  background: #E7ECEF;
}
@media (min-width: 768px) {
  .newsfeed_wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    padding-top: 16px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .newsfeed_wrapper .landing-news_link {
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .newsfeed_wrapper .landing-news_link {
    width: 33%;
  }
}
.latestnews_wrapper .landing-news_link {
  width: 100%;
}
#staff-section {
  background: #E7ECEF;
  padding-bottom: 135px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #staff-section {
    padding-top: 0;
  }
}
#staff-section .employee-block {
  background: #ffffff;
  padding: 30px 30px 38px;
  margin-top: 48px;
  color: #000000;
}
#staff-section .employee-block .photo-block {
  width: 100%;
  padding: 0 0 100%;
  background: no-repeat center center;
  background-size: cover;
  /*
            &.bw {
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
            }
*/
}
#staff-section .employee-block .name-block {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  margin: 31px 0 5px;
}
@media (min-width: 992px) {
  #staff-section .employee-block .name-block {
    font-size: 20px;
  }
}
#staff-section .employee-block .occupation-block {
  margin-bottom: 28px;
}
#staff-section .employee-block a {
  color: #000000;
}
.content-section {
  background: #ffffff;
  padding: 22px 0;
}
@media (min-width: 768px) {
  .content-section {
    padding: 32px 0;
  }
}
.content-section_type2 {
  background: #E7ECEF;
}
.content-section p:last-child {
  margin-bottom: 0;
}
.content-section li {
  list-style: none;
  padding: 10px 0 10px 50px;
  position: relative;
}
.content-section li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  background: url('img/list-arrow.svg') no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 14px;
}
.breadcrumbs {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
  margin: 30px 0 -20px;
}
.breadcrumbs li {
  display: inline-block;
  list-style: none;
}
.breadcrumbs .separator {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs strong {
  font-weight: 400;
}
@media (min-width: 992px) {
  .gallery-wrapper {
    width: 40%;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
.gallery-big {
  margin: 40px -8px 0;
}
body.page-template-page-services .gallery-big {
  margin-top: 10px;
}
.gallery-small {
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .gallery-small {
    margin-bottom: 0;
  }
}
.gallery-small > .col-xs-4 {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .gallery-small .media-link {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .gallery-small .media-link:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.gallery-small .media-link.video::after {
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  background-size: 14px auto;
}
.media-link {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none !important;
  overflow: hidden;
}
.media-link .image {
  width: 100%;
  height: 100%;
  padding: 0 0 60%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.media-link:hover .image {
  -moz-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  -o-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.media-link.video::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  background: #39464D url('img/play.svg') no-repeat 55% center;
  width: 106px;
  height: 106px;
  margin: -53px 0 0 -53px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.media-link.video:hover::after {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.media-link .gallery-plus {
  position: absolute;
  z-index: 5;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: #39464D;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .media-link .gallery-plus {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.media-link_hidden {
  display: none !important;
}
.content-collapse {
  background: #ffffff;
  margin-bottom: 3px;
}
.content-collapse_header {
  display: block;
  padding: 12px 70px 12px 30px;
  background: url('img/collapse2.svg') no-repeat calc(100% - 21px) center;
  color: #FC814A !important;
  text-decoration: none !important;
  font-family: 'Antonio';
  font-weight: 700;
}
@media (min-width: 768px) {
  .content-collapse_header {
    padding-left: 68px;
  }
}
.content-collapse_header.collapsed {
  background-image: url('img/collapse1.svg');
  color: #1D1C1B !important;
}
.content-collapse_body {
  padding: 17px;
  overflow: auto;
}
@media (min-width: 768px) {
  .content-collapse_body {
    padding: 20px 68px;
  }
}
.content-collapse_body .buttons_block {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #39464D;
}
.content-collapse_body table {
  width: 100%;
}
.content-collapse_body table tr {
  background: #F4F4F4;
}
.content-collapse_body table tr:first-child {
  background: #E7ECEF;
}
.content-collapse_body table td {
  padding: 14px;
  text-align: center;
}
.specs-table th {
  background: #E7ECEF;
  color: #39464D;
  text-align: center;
  font-weight: 400;
  padding: 15px;
}
.specs-table td {
  background: #F4F4F4;
  text-align: center;
  padding: 15px;
}
.news-back {
  display: inline-block;
  margin-bottom: 0;
  color: #39464D;
  background: transparent;
}
.news-back .icon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: baseline;
}
.regular-content-section {
  background: #ffffff;
  padding-bottom: 130px;
}
.regular-content-section .content-collapse {
  background: #E7ECEF;
}
.regular-content-section .content-collapse .content-collapse_header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .regular-content-section .content-collapse .content-collapse_header {
    font-size: 26px;
  }
}
.regular-content-section .content-collapse .content-collapse {
  background: #ffffff;
}
.regular-content-section .content-collapse .content-collapse .content-collapse_header {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}
.services-menu {
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .services-menu {
    font-size: 26px;
  }
}
.services-menu li {
  list-style: none;
  padding: 20px 0;
}
.services-menu li.current-menu-item {
  display: none;
}
.services-menu a {
  color: #ffffff;
}
.services-menu a:hover {
  color: #FC814A;
}
.services-menu .standarts-menu {
  margin-bottom: 30px;
}
.services-menu .standarts-menu li {
  list-style: disc inside;
  font-size: 20px;
  padding: 10px 0;
}
.services-menu .standarts-menu a {
  color: #1D1C1B;
}
.services-menu .standarts-menu a:hover {
  color: #1D1C1B;
}
.afterlink-arrow {
  display: inline-block;
  background: url('img/arrow1.svg') no-repeat center center;
  width: 55px;
  height: 26px;
  margin-left: 12px;
  vertical-align: middle;
}
.news-share_header {
  font-family: 'Antonio';
  font-weight: 700;
  margin: 18px 0;
}
.news-share_link {
  display: inline-block;
  width: 42px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-right: 19px;
}
@media (min-width: 768px) {
  .news-share_link {
    width: 28px;
  }
}
.news-share_link:last-of-type {
  margin-right: 0;
}
.news-share_link:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.collapsable-content {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .collapsable-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    right: 16px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.collapsable-content.active {
  position: relative;
  left: unset;
  right: unset;
}
.collapsable-content.active .collapsable-content_readmore {
  background-image: url(img/menu-arrow4.svg);
}
.collapsable-content.active .collapsable-content_readmore .opened {
  display: block;
}
.collapsable-content.active .collapsable-content_readmore .closed {
  display: none;
}
.collapsable-content.active .collapsable-content_bottom {
  height: auto;
  background: transparent;
}
.collapsable-content .collapsable-content_bottom {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 69%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 69%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 69%, #ffffff 100%);
  display: none;
}
@media (min-width: 992px) {
  .collapsable-content .collapsable-content_bottom {
    display: block;
  }
}
.collapsable-content .collapsable-content_readmore {
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #39464D;
  background: transparent url(img/menu-arrow1.svg) no-repeat right center;
  padding-right: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.collapsable-content .collapsable-content_readmore .opened {
  display: none;
}
.collapsable-content .collapsable-content_readmore .closed {
  display: block;
}
.knowhow-content {
  padding-bottom: 20px;
}
.search-result {
  position: relative;
  padding-bottom: 40px;
}
.search-result::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  width: 75%;
  bottom: 0;
  height: 1px;
  background: #E7ECEF;
}
.search-result .arrow-link {
  text-align: left;
  margin-top: 40px;
}
.search-result .section-subheader a {
  color: #39464D !important;
  text-decoration: none !important;
}
.pagination {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .pagination {
    text-align: right;
  }
}
.pagination .screen-reader-text {
  display: none !important;
}
.pagination ul li {
  list-style: none;
  display: inline-block;
  font-family: 'Antonio';
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  width: 30px;
  height: 30px;
}
.pagination ul li a,
.pagination ul li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #39464D;
  color: #39464D;
  text-align: center;
  text-decoration: none !important;
  padding: 4px 8px;
  vertical-align: middle;
}
.pagination ul li a.prev,
.pagination ul li span.prev,
.pagination ul li a.next,
.pagination ul li span.next {
  text-indent: -9999px;
  background: no-repeat center center;
  background-size: auto 22px;
  overflow: hidden;
}
.pagination ul li a.prev:hover,
.pagination ul li span.prev:hover,
.pagination ul li a.next:hover,
.pagination ul li span.next:hover {
  background-color: #FC814A;
}
.pagination ul li a.prev,
.pagination ul li span.prev {
  background-image: url('img/pagination-prev.svg');
}
.pagination ul li a.next,
.pagination ul li span.next {
  background-image: url('img/pagination-next.svg');
}
.pagination ul li a:hover {
  background-color: #39464D;
  color: #ffffff;
}
.pagination ul li span.current {
  background: #FC814A;
}
.pagination ul li span.dots {
  border: none;
}
.modal-dialog {
  width: 96%;
  max-width: 1200px;
}
.modal-dialog .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 23px;
}
@media (min-width: 768px) {
  .modal-dialog .modal-content {
    padding: 0 69px 32px;
  }
}
.modal-dialog .close {
  font-size: 50px;
  opacity: 0.8;
  font-weight: 100;
  position: absolute;
  top: 6px;
  right: 16px;
}
.modal-dialog .content-collapse {
  background: #E7ECEF;
}
.modal-dialog .content-collapse .content-collapse_header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .modal-dialog .content-collapse .content-collapse_header {
    font-size: 26px;
  }
}
.modal-dialog .content-collapse .content-collapse {
  background: #ffffff;
}
.modal-dialog .content-collapse .content-collapse .content-collapse_header {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}
.modal-dialog .download-link {
  margin-top: 35px;
}
.modal-dialog .section-header {
  margin-bottom: 40px;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.fancybox-show-thumbs .fancybox-thumbs {
  width: 100%;
  top: unset;
  text-align: center;
  background: transparent;
}
.fancybox-show-thumbs .fancybox-thumbs .fancybox-thumbs__list {
  margin: 0 auto;
}
.fancybox-show-thumbs .fancybox-thumbs .fancybox-thumbs__list > a:before {
  border-color: #FC814A;
}
.flickity-prev-next-button .flickity-button-icon {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/*    
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
      background-color: @white; }
*/
.hamburger-box {
  width: 36px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 36px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
.otgs-development-site-front-end {
  display: none !important;
}
.buttonn {
  background: #212121;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none !important;
}
/* Privacy bar */
.bar_privacy {
  background: #E7ECEF;
  border-bottom: 1px solid #E7ECEF;
  bottom: 22px;
  color: #1D1C1B;
  /*display:none;*/
  font-size: 16px;
  left: 22px;
  line-height: 25px;
  padding: 15px;
  position: fixed;
  width: calc(100% - 44px);
  z-index: 100;
  text-align: left;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .bar_privacy {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.bar_privacy a {
  color: #008BD2;
  text-decoration: underline;
  display: inline-block;
  min-width: 48%;
  text-align: center;
}
@media (min-width: 768px) {
  .bar_privacy a {
    display: inline;
  }
}
.bar_privacy a:hover {
  color: #008BD2;
}
.bar_privacy .button {
  display: inline-block;
  min-width: 48%;
  width: auto;
  margin: 20px 0 0;
  padding: 7px 20px;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .bar_privacy .button {
    margin: 20px 8px 0 24px;
    min-width: unset;
  }
}
@media (min-width: 1280px) {
  .bar_privacy .button {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.button-dismiss {
  background-color: #eee;
  color: #333;
}
#privacy {
  font-size: 13px;
}
#privacy.modal .modal-content {
  border-radius: 0;
}
#privacy.modal .modal-footer {
  text-align: right;
}
#privacy.modal .modal-footer .buttonn {
  font-size: 16px;
  min-width: 140px;
  padding: 10px 15px;
}
