@charset "UTF-8";
/*!
 Theme Name: Metec.ee
 Theme URI: http://metec.ee
 Author: Birk Oidram
 Author URI: http://zezz.ee
 Description: Metec
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: metec
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Estonian Log Cabins is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #313130;
  font-family: 'gira-sans', sans-serif;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: normal;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #fdf1e4;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #313130;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #313130;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: #313130;
  text-decoration: none;
}
a:visited {
  color: #313130;
}
a:hover, a:focus, a:active {
  color: #313130;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-right: 30px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul > li {
  position: relative;
  margin-right: 30px;
  height: 21px;
  display: flex;
  align-items: center;
  border-bottom: solid 2px transparent;
}
.main-navigation ul > li:last-child {
  margin-right: 0;
}
.main-navigation ul > li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #313130;
}
.main-navigation ul > li:nth-child(1) {
  padding-right: 30px;
  border-right: 1px solid #b4b5b4;
  margin-right: 30px;
}
.main-navigation ul > li:nth-child(1):after {
  content: '';
  background-image: url('./../img/down_arrow.svg');
  width: 10px;
  height: 5px;
  background-position: center center;
  margin-left: 7px;
  display: inline-block;
}
.main-navigation ul li.current_page_item {
  padding-bottom: 2px;
  border-bottom: solid 2px #345d75;
}
.main-navigation ul .hovered:nth-child(1):after {
  transform: rotate(180deg);
}
.main-navigation ul ul {
  background: #fff;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  flex-direction: column;
  box-shadow: none;
  max-width: 217px;
  min-width: 217px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin-right: 0 !important;
  border-right: 0 !important;
  background: #fff;
  border-bottom: solid 1px #d6d6d6;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #213744;
  text-transform: unset;
}
.main-navigation ul ul li:after {
  display: none !important;
}
.main-navigation ul ul li:hover {
  background: #d6d6d6;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul li:last-child {
  border: none;
}
.main-navigation ul ul a {
  padding: 10px 10px 10px 25px !important;
  display: block;
  width: auto;
  text-transform: unset;
  width: 100%;
  height: 100%;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
  font-weight: 400;
}
.nav_side {
  display: flex;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 400;
}
.nav_side a img {
  width: 12px;
  height: 12px;
}
.nav_side #open_search {
  margin-right: 30px;
}
.nav_side #open_facebook {
  margin-right: 15px;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #313130;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body, p {
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
img {
  display: block;
}
h3 {
  font-weight: 400;
}
.clear {
  clear: both;
}
/* VARIABLES */
.visible_xs {
  display: none;
}
.one_half {
  width: 50%;
}
.one_third {
  width: 33.33%;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}
.sub_page.slider_wrapper {
  z-index: 2;
}
.fbx-count {
  display: none;
}
.left_arrow_box, .right_arrow_box {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background-color: #313130;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbx-flat .fbx-prev, .fbx-flat .fbx-next {
  width: 60px;
  height: 60px;
  background-color: #313130;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbx-flat .fbx-prev {
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}
.fbx-flat .fbx-next {
  left: auto;
  top: auto;
  right: 0;
  bottom: 60px;
  border-bottom: 2px solid #fff;
}
.fbx-modal.fbx-arrows-3 .fbx-next:before {
  content: '';
  background-image: url(./../img/right_arrow.svg);
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 13px;
  display: block;
}
.fbx-modal.fbx-arrows-3 .fbx-prev:before {
  content: '';
  background-image: url(./../img/left_arrow.svg);
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 13px;
  display: block;
}
.oval {
  width: 47px;
  height: 47px;
  background-color: #fdf1e4;
  border-radius: 50%;
  display: block;
}
.current {
  position: relative;
}
.current:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  width: 47px;
  height: 47px;
  background-color: #fdf1e4;
  border-radius: 50%;
  display: block;
}
.btn {
  display: flex;
  font-size: 11px;
  letter-spacing: 1.3px;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  padding-left: 37px;
  position: relative;
  cursor: pointer;
}
.btn:before {
  content: '';
  background-image: url('./../img/before_btn.svg');
  width: 14px;
  height: 13px;
  position: absolute;
  left: 0;
  transition: left 0.5s;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn:after {
  content: '';
  background-image: url('./../img/after_btn.svg');
  width: 18px;
  height: 5px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn span {
  padding-bottom: 3px;
  border-bottom: solid 2px #345d75;
  display: block;
  font-weight: 300;
  letter-spacing: 1.3px;
}
.btn:hover:before {
  left: 14px;
}
.title {
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: 'Dapifer', sans-serif, Helvetica, Arial;
}
.title .nr {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-right: 20px;
}
.title .pipe {
  height: 39px;
  width: 1px;
  background-color: #313130;
  margin-right: 15px;
  flex-shrink: 0;
}
.title.left {
  justify-content: flex-start;
  padding-left: 70px;
}
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 35px;
  height: 26px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -27px;
}
label.css-label {
  background-image: url('./../img/checkbox-2.svg');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
}
.down_button, .up_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #313130;
  z-index: 2;
  margin-top: 18px;
}
.down_button span, .up_button span {
  display: block;
  margin-top: 5px;
  color: #313130;
}
.down_button:hover, .up_button:hover {
  color: #313130;
}
.down_button:focus, .up_button:focus {
  outline: none;
}
.down_button svg #Rectangle-4, .up_button svg #Rectangle-4 {
  animation: MoveUpDown 3s linear infinite;
  y: 0;
}
@-webkit-keyframes MoveUpDown {
  0%, 100% {
    y: 6;
  }
  50% {
    y: 22;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    y: 6;
  }
  50% {
    y: 22;
  }
}
.button, .woocommerce .button, .woocommerce button#wp-submit {
  min-width: 166px;
  height: 33px;
  background-color: #213744;
  padding-left: 27px;
  padding-right: 24px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.3px;
}
.button span, .woocommerce .button span, .woocommerce button#wp-submit span, .button div, .woocommerce .button div, .woocommerce button#wp-submit div {
  letter-spacing: 1.3px !important;
  position: relative;
  padding-left: 40px;
  display: flex;
  align-self: center;
  align-items: center;
}
.button span:before, .woocommerce .button span:before, .woocommerce button#wp-submit span:before, .button div:before, .woocommerce .button div:before, .woocommerce button#wp-submit div:before {
  content: '';
  background-image: url('./../img/oval_white.svg');
  width: 14px;
  height: 13px;
  position: absolute;
  left: 0;
  transition: left 0.5s;
}
.button span:after, .woocommerce .button span:after, .woocommerce button#wp-submit span:after, .button div:after, .woocommerce .button div:after, .woocommerce button#wp-submit div:after {
  content: '';
  background-image: url('./../img/right_white.svg');
  width: 18px;
  height: 5px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button img, .woocommerce .button img, .woocommerce button#wp-submit img {
  margin-right: 14px;
}
.button:hover span:before, .woocommerce .button:hover span:before, .woocommerce button#wp-submit:hover span:before {
  left: 14px;
}
.anim_button {
  width: 26px;
  border: 1px solid #213744;
  height: 40px;
  border-radius: 30px;
  overflow: hidden;
  margin: auto;
  margin-top: 9px;
}
.anim_button .indicator-arrow {
  background-image: url(./../img/nool.svg);
  width: 15px;
  height: 17px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.anim_button span {
  height: 4px;
  width: 4px;
  background: #213744;
  border-radius: 50%;
  margin: 0 auto;
  animation: bounce 2s infinite alternate;
  -webkit-animation: bounce 2s infinite alternate;
  transform: translateY(0px);
}
.anim_button .top {
  margin-top: -100%;
  animation: arrowAnimation1 infinite 1.1s ease-in-out;
}
.anim_button .bottom {
  margin-top: 100%;
}
@keyframes arrowAnimation1 {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 40%;
  }
}
@keyframes bounce {
  from {
    transform: translateY(4px);
  }
  to {
    transform: translateY(15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(3px);
  }
  to {
    transform: translateY(15px);
  }
}
.up_button {
  position: relative;
  bottom: auto;
  margin-top: 83px;
  margin-bottom: 75px;
}
.slick-slide img {
  width: 100%;
  object-fit: cover;
}
.slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
}
video {
  width: 77%;
  display: block;
  margin: 0 auto;
}
.fbx-rounded .fbx-inner {
  border: none !important;
}
.fbx-light .fbx-close {
  background-color: transparent;
  border: none;
  box-shadow: none;
  right: -40px;
  top: -40px;
}
.fbx-close:before {
  content: '';
  background-image: url('./../img/close_white.svg');
  width: 30px;
  height: 30px;
  background-size: cover;
  display: block;
}
.wide_image {
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
}
.search_overlay, .lang_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(33, 55, 68, 0.90);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.search_overlay #close_search, .lang_overlay #close_search, .search_overlay #close_lang, .lang_overlay #close_lang {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  font-size: 20px;
}
.search_overlay #ajaxsearchpro1_1, .lang_overlay #ajaxsearchpro1_1, .search_overlay #ajaxsearchpro1_2, .lang_overlay #ajaxsearchpro1_2, .search_overlay div.asp_m.asp_m_1, .lang_overlay div.asp_m.asp_m_1 {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
.search_overlay #ajaxsearchpro1_1 .probox, .lang_overlay #ajaxsearchpro1_1 .probox, .search_overlay #ajaxsearchpro1_2 .probox, .lang_overlay #ajaxsearchpro1_2 .probox, .search_overlay div.asp_m.asp_m_1 .probox, .lang_overlay div.asp_m.asp_m_1 .probox {
  background: transparent;
}
.search_overlay #ajaxsearchpro1_1 .probox .promagnifier, .lang_overlay #ajaxsearchpro1_1 .probox .promagnifier, .search_overlay #ajaxsearchpro1_2 .probox .promagnifier, .lang_overlay #ajaxsearchpro1_2 .probox .promagnifier, .search_overlay div.asp_m.asp_m_1 .probox .promagnifier, .lang_overlay div.asp_m.asp_m_1 .probox .promagnifier {
  box-shadow: none;
}
.search_overlay .wpml-ls-legacy-list-horizontal a, .lang_overlay .wpml-ls-legacy-list-horizontal a {
  color: #fff;
  font-weight: 300;
}
.popup {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  overflow-x: scroll;
}
.popup #close_popup {
  width: 25px;
}
.popup .head {
  padding: 37px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup .content .content_row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.popup .content .full_col {
  width: 100%;
  max-width: 1020px;
  margin-top: 100px;
  margin-left: 80px;
}
.popup .content .full_col .title {
  margin-bottom: 20px;
  padding-left: 0;
}
.popup .content .full_col > p {
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-bottom: 60px;
  padding-left: 57px;
}
.popup .content .full_col .row {
  padding-left: 57px;
}
.popup .content .col {
  width: 49%;
  flex-shrink: 0;
}
.popup .content .col_left {
  width: 51%;
  margin: 0 auto;
  display: flex;
  padding: 0 80px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.popup .content .col_left .contact .wpcf7-form .row .col .field.textfield label {
  margin-bottom: 24px;
}
.popup .content .col_left .contact .wpcf7-form .row .col .field.textfield textarea {
  min-height: 160px;
}
.popup .content .col_left .title {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 25px;
  justify-content: flex-start;
}
.popup .content .col_left .text {
  font-size: 13px;
  letter-spacing: 1.2px;
  line-height: 21px;
  margin-bottom: 25px;
}
.popup .foot {
  position: relative;
  width: 100%;
  bottom: 0;
  background-color: #e9eaeb;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .foot > span {
  margin-right: 30px;
}
.site-content {
  padding-top: 80px;
}
/* HEADER */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 0 45px;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #fff;
  transition: height 0.5s;
}
.site-header .site-branding {
  width: 180px;
  max-width: 180px;
  transition: max-width 1s;
  flex-shrink: 0;
}
.site-header .site-branding a {
  display: block;
  width: 100%;
}
.site-header .site-branding a img {
  width: 100%;
}
.site-header.shrink {
  height: 60px;
  border-bottom: 1px solid #efefef;
}
.site-header.shrink .site-branding {
  max-width: 150px;
}
#open_lang {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  height: 32px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
#open_lang:before {
  content: '';
  background-image: url('./../img/down_arrow.svg');
  width: 10px;
  height: 5px;
  background-position: center center;
  /* background-size: cover; */
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 7px;
  right: -14px;
}
#open_lang .wpml-ls {
  display: none;
  position: absolute;
  top: 32px;
  z-index: 10;
  padding: 0;
  left: -10px;
  background: #fff;
  border-top: solid 1px #d6d6d6;
}
#open_lang .wpml-ls ul li {
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin-right: 0 !important;
  border-right: 0 !important;
  background: #fff;
  border-bottom: solid 1px #d6d6d6;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #213744;
  text-transform: unset;
}
#open_lang .wpml-ls ul li:last-child {
  border: none;
}
#open_lang .wpml-ls ul li:hover {
  background-color: #e9eaeb;
}
#open_lang .wpml-ls ul li a {
  padding: 10px 10px 10px 10px !important;
  width: 100%;
  height: 100%;
}
#open_lang .wpml-ls ul li.wpml-ls-current-language {
  display: none;
}
#open_lang:hover:before {
  transform: rotate(180deg);
}
#open_lang:hover .wpml-ls {
  display: block;
}
/* HOME */
.a-right.slick-next, .a-left.slick-prev {
  width: 60px;
  height: 60px;
  background-color: #313130;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.a-right.slick-next:before, .a-left.slick-prev:before {
  display: none;
}
.a-right.slick-next:hover, .a-left.slick-prev:hover {
  opacity: 1;
  background-color: #313130;
}
.a-right.slick-next {
  right: 0;
}
.a-left.slick-prev {
  left: 0;
}
.slider_wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
}
.slider_wrapper .slider_container {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider_wrapper .slider_container .bottom_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  z-index: 3;
  bottom: 13px;
  width: 50%;
  padding-left: 73px;
  max-width: 505px;
}
.slider_wrapper .slider_container .bottom_nav button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_wrapper .slider_container .bottom_nav button span {
  display: block;
  padding: 0 28px;
  font-size: 11px;
}
.slider_wrapper .slider_container .bottom_nav .sep {
  height: 24px;
  width: 1px;
  background: #313130;
  flex-shrink: 0;
}
.slider_wrapper .slider_container .bottom_nav ul {
  padding: 0;
  margin: 0 26px;
}
.slider_wrapper .slider_container .bottom_nav ul li {
  list-style: none;
  padding: 0;
  line-height: 24px;
  display: flex;
  justify-content: center;
}
.slider_wrapper .slider_container .bottom_nav ul li a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slider_wrapper .slider_container .bottom_nav ul li:nth-child(2) {
  padding: 0 16px;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  margin: 0 16px;
}
.slider_wrapper .slider_container .pagingInfo {
  font-family: 'Dapifer', sans-serif, Arial, Helvetica;
  position: absolute;
  width: 74px;
  height: 74px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #d6d6d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_wrapper .slider_container .pagingInfo span {
  height: auto;
}
.slider_wrapper .slider_container .pagingInfo .first {
  font-size: 30px;
  position: relative;
  top: -8px;
}
.slider_wrapper .slider_container .pagingInfo .second {
  font-size: 30px;
  position: relative;
  top: -8px;
}
.slider_wrapper .slider_container .pagingInfo .divider {
  width: 1px;
  height: 28px;
  background: #313130;
  margin-left: 10px;
  margin-right: 10px;
  flex-shrink: 0;
}
.slider_wrapper .slider_container .slider, .slider_wrapper .slider_container .news_slider {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.slider_wrapper .slider_container .slider .slide, .slider_wrapper .slider_container .news_slider .slide {
  position: relative;
  display: flex !important;
  align-items: center;
  align-content: flex-start;
}
.slider_wrapper .slider_container .slider .slide .slide_img, .slider_wrapper .slider_container .news_slider .slide .slide_img {
  width: 50%;
  height: 100%;
}
.slider_wrapper .slider_container .slider .slide .content, .slider_wrapper .slider_container .news_slider .slide .content {
  position: relative;
  padding-left: 73px;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.slider_wrapper .slider_container .slider .slide .content .image_left, .slider_wrapper .slider_container .news_slider .slide .content .image_left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.slider_wrapper .slider_container .slider .slide .content .small, .slider_wrapper .slider_container .news_slider .slide .content .small {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1.2px;
  color: #313130;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 475px;
  overflow: hidden;
}
.slider_wrapper .slider_container .slider .slide .content .big, .slider_wrapper .slider_container .news_slider .slide .content .big {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: 'Dapifer', sans-serif, Arial, Helvetica;
  color: #313130;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 4px;
}
.slider_wrapper .slider_container .slider .slide .content .big:before, .slider_wrapper .slider_container .news_slider .slide .content .big:before {
  content: '';
  width: 1px;
  height: 36px;
  background: #313130;
  position: absolute;
  left: -15px;
  top: 5px;
  flex-shrink: 0;
  z-index: 2;
}
.slider_wrapper .slider_container .slider .slide .content .button, .slider_wrapper .slider_container .news_slider .slide .content .button {
  position: relative;
  z-index: 1;
  min-width: 166px;
  height: 33px;
  background-color: #213744;
  padding-left: 27px;
  padding-right: 24px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  margin-top: 40px;
}
.slider_wrapper .slider_container .slider .slide .content .button span, .slider_wrapper .slider_container .news_slider .slide .content .button span, .slider_wrapper .slider_container .slider .slide .content .button div, .slider_wrapper .slider_container .news_slider .slide .content .button div {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
}
.slider_wrapper .slider_container .slider .a-right, .slider_wrapper .slider_container .news_slider .a-right, .slider_wrapper .slider_container .slider .a-left, .slider_wrapper .slider_container .news_slider .a-left {
  width: 60px;
  height: 60px;
  background-color: #313130;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_wrapper .slider_container .slider .a-right:before, .slider_wrapper .slider_container .news_slider .a-right:before, .slider_wrapper .slider_container .slider .a-left:before, .slider_wrapper .slider_container .news_slider .a-left:before {
  display: none;
}
.slider_wrapper .slider_container .slider .a-right:hover, .slider_wrapper .slider_container .news_slider .a-right:hover, .slider_wrapper .slider_container .slider .a-left:hover, .slider_wrapper .slider_container .news_slider .a-left:hover {
  opacity: 1;
}
.slider_wrapper .slider_container .slider .a-right, .slider_wrapper .slider_container .news_slider .a-right {
  right: -60px;
  margin-top: -31px;
}
.slider_wrapper .slider_container .slider .a-left, .slider_wrapper .slider_container .news_slider .a-left {
  margin-top: 31px;
  right: -60px;
  left: auto;
}
.slider_wrapper .slider_container .slider .slick-dots, .slider_wrapper .slider_container .news_slider .slick-dots {
  top: 151px;
  bottom: auto;
  display: inline-block !important;
  width: auto;
  left: 77px;
}
.slider_wrapper .slider_container .slider .slick-dots li, .slider_wrapper .slider_container .news_slider .slick-dots li {
  width: 10px;
  margin: 0;
  margin-right: 21px;
}
.slider_wrapper .slider_container .slider .slick-dots li.slick-active button:before, .slider_wrapper .slider_container .news_slider .slick-dots li.slick-active button:before {
  opacity: 0.25;
}
.slider_wrapper .slider_container .slider .slick-dots li button:before, .slider_wrapper .slider_container .news_slider .slick-dots li button:before {
  width: 10px;
  opacity: 1;
  font-size: 30px;
  color: #313130;
}
.slider_wrapper .slider_container .news_slider .pagingInfo {
  font-family: 'Dapifer', sans-serif, Arial, Helvetica;
  position: absolute;
  width: 74px;
  height: 74px;
  top: 0;
  bottom: 0;
  left: auto;
  right: -38px;
  margin: auto;
  background-color: #d6d6d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_wrapper .slider_container .news_slider .pagingInfo span.first, .slider_wrapper .slider_container .news_slider .pagingInfo span.second {
  min-width: 30px;
  text-align: center;
}
.slider_wrapper .slider_container .news_slider .pagingInfo .divider {
  margin-left: 5px;
  margin-right: 5px;
}
.slider_wrapper .slider_container .news_slider .slide {
  align-items: flex-start;
}
.slider_wrapper .slider_container .news_slider .slide .slide_img {
  width: 66%;
  height: calc(100vh - 160px);
}
.slider_wrapper .slider_container .news_slider .slide .content {
  height: 100%;
  width: 34%;
  padding-right: 73px;
}
.slider_wrapper .slider_container .news_slider .slide .content .big {
  font-size: 24px;
}
.slider_wrapper .slider_container .news_slider .slide .content .small {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1.2px;
  color: #313130;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 475px;
  overflow: hidden;
}
.slider_wrapper .slider_container .news_slider .slide .content .small:after {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 2;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.7), #fff);
}
.home .slider_wrapper .slider_container .slider .slide .content .small {
  max-width: 475px;
}
.page-template-social .slider_wrapper .slider_container .slider .slide .content {
  padding-top: 0;
  justify-content: center;
}
.page-template-news .slider_wrapper .slider_container .news_slider .slide .content {
  padding-top: 0;
  justify-content: center;
  min-height: 522px;
}
.page-template-job_offers .slider_wrapper .slider_container .slider .slide .content {
  padding-top: 0;
  justify-content: center;
}
.link_slider {
  width: 100%;
}
.link_slider button {
  flex-shrink: 0;
}
.home .slider_wrapper {
  margin-bottom: 50px;
}
.home_row {
  display: flex;
  height: auto;
  padding-top: 95px;
  padding-bottom: 145px;
  padding-left: 172px;
  padding-right: 172px;
}
.home_row .col {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.home_row .col h3, .home_row .col span {
  color: #313130;
}
.home_row .col h3 {
  display: flex;
  margin-top: 38px;
  margin-bottom: 0;
  justify-content: center;
}
.home_row .col h3 img {
  margin-right: 14px;
}
.home_row .col h3 span {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 3px solid #213744;
}
.home_row .col.col_1 h3, .home_row .col.col_1 span {
  color: #4b4b4b;
}
.home_icon_row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 72px;
}
.home_icon_row .col {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 80px;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
}
.home_icon_row .col .image_holder {
  width: 103px;
  height: 103px;
  border: 1px solid #213744;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.home_icon_row .col_4 span, .home_icon_row .col_5 span {
  margin-bottom: 0;
}
.home_icon_row .col_6 .image_holder {
  border: none;
}
.metec_numbers {
  margin-bottom: 0px;
}
.home .metec_numbers {
  margin-bottom: 0;
}
.company_row {
  width: 100%;
  display: flex;
  padding: 0 50px;
  margin-bottom: 118px;
  flex-wrap: wrap;
}
.company_row .text_col {
  width: 37.6%;
  background-color: #e9eaeb;
  padding: 56px 66px 50px 66px;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1.2px;
}
.company_row .text_col p {
  margin: 0;
  font-weight: 300;
}
.company_row .text_col .title {
  padding: 0;
  margin-bottom: 40px;
}
.company_row .text_col .btn {
  margin-top: 50px;
}
.company_row .image_col {
  width: 62.4%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.company_row .image_col img {
  width: 100%;
}
.job_container .job_row {
  width: 100%;
  display: flex;
  padding: 0 50px;
  padding-bottom: 52px;
}
.job_container .job_row .col {
  width: 50%;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1.2px;
  max-width: 471px;
}
.job_container .job_row .col .title {
  padding: 0;
}
.job_container .job_row .col_1 {
  margin-left: 66px;
  margin-right: 63px;
}
.job_container .job_row .col_1 .btn {
  margin-top: 50px;
}
.job_container .title {
  margin-bottom: 49px;
}
.job_container .job_image {
  padding: 0 50px;
  width: 100%;
}
.job_container .job_images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job_container .job_images .col {
  width: 32%;
}
.job_container .job_images .col .image img {
  width: 100%;
}
.testimonial_slider {
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
  font-weight: 300;
  margin-top: 160px;
  margin-bottom: 46px !important;
}
.testimonial_slider img {
  max-width: 50px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.testimonial_slider .text {
  max-width: 461px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1.4px;
}
.testimonial_slider .text .with_image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
.testimonial_slider .text .with_image .content .name {
  margin-top: 0;
}
.testimonial_slider .text .with_image .image {
  margin-right: 20px;
}
.testimonial_slider .text .with_image .image img {
  border-radius: 50%;
  margin-bottom: 0;
  max-width: 75px;
}
.testimonial_slider .name {
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-top: 39px;
  margin-bottom: 5px;
}
.testimonial_slider .position {
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
}
.testimonial_slider .a-right, .testimonial_slider .a-left {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.testimonial_slider .a-right:before, .testimonial_slider .a-left:before {
  display: none;
}
.testimonial_slider .a-right span, .testimonial_slider .a-left span {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonial_slider .a-right:hover, .testimonial_slider .a-left:hover {
  background: none;
}
.testimonial_slider .a-right span {
  right: 0;
  background-image: url('./../img/right.svg');
}
.testimonial_slider .a-left span {
  background-image: url('./../img/left.svg');
  left: 0;
}
.testimonial_slider .slick-dots {
  position: relative;
  margin-top: 59px;
  bottom: 0;
}
.testimonial_slider .slick-dots li {
  width: 20px;
  margin: 0;
}
.testimonial_slider .slick-dots li.slick-active button:before {
  color: #313130;
  opacity: 0.5;
}
.testimonial_slider .slick-dots li button:before {
  width: 20px;
  opacity: 1;
  font-size: 30px;
  color: #313130;
}
.home .testimonial_slider {
  margin-top: 120px;
  margin-bottom: 75px !important;
}
.product_slider .content_wrap, .plan_slider .content_wrap {
  position: relative;
}
.product_slider .a-right, .plan_slider .a-right, .product_slider .a-left, .plan_slider .a-left {
  width: 60px;
  height: 60px;
  background-color: #313130;
  background-image: url('./../img/nupp_2.svg');
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.product_slider .a-right:before, .plan_slider .a-right:before, .product_slider .a-left:before, .plan_slider .a-left:before {
  display: none;
}
.product_slider .a-right:hover, .plan_slider .a-right:hover, .product_slider .a-left:hover, .plan_slider .a-left:hover {
  background-image: url('./../img/nupp_2.svg');
}
.product_slider .a-right, .plan_slider .a-right {
  right: 0;
  bottom: 60px;
  border-bottom: 2px solid #fff;
}
.product_slider .a-left, .plan_slider .a-left {
  left: auto;
  right: 0;
  bottom: 0px;
}
.product_slider .slick-dots, .plan_slider .slick-dots {
  position: relative;
  margin-top: 36px;
}
.product_slider .slick-dots li, .plan_slider .slick-dots li {
  width: 10px;
  margin: 0;
  margin-right: 21px;
}
.product_slider .slick-dots li.slick-active button:before, .plan_slider .slick-dots li.slick-active button:before {
  color: #313130;
  opacity: 0.5;
}
.product_slider .slick-dots li button:before, .plan_slider .slick-dots li button:before {
  width: 10px;
  opacity: 1;
  font-size: 30px;
  color: #313130;
}
.plan_slider .a-right {
  bottom: 115px;
}
.plan_slider .a-left {
  bottom: 55px;
}
.home .product_slider .a-left {
  bottom: 0;
}
.home .product_slider .a-right {
  bottom: 60px;
}
/* COMPANY */
.page-template-company .company_wide {
  margin-top: 50px;
}
.page-template-company .timeline {
  position: relative;
  margin-bottom: 124px;
}
.page-template-company .timeline:after, .page-template-company .timeline:before {
  z-index: 1;
  content: '';
  position: absolute;
  right: 0;
  width: 200px;
  background: #fff;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 46%, rgba(255, 255, 255, 0.51) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.84) 84%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(46%, rgba(255, 255, 255, 0.46)), color-stop(51%, rgba(255, 255, 255, 0.51)), color-stop(60%, rgba(255, 255, 255, 0.6)), color-stop(84%, rgba(255, 255, 255, 0.84)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 46%, rgba(255, 255, 255, 0.51) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.84) 84%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 46%, rgba(255, 255, 255, 0.51) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.84) 84%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 46%, rgba(255, 255, 255, 0.51) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.84) 84%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 46%, rgba(255, 255, 255, 0.51) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.84) 84%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.page-template-company .timeline:before {
  width: 100px;
  left: 0;
  right: auto;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 46%, rgba(255, 255, 255, 0.51) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.84) 84%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(right top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(46%, rgba(255, 255, 255, 0.46)), color-stop(51%, rgba(255, 255, 255, 0.51)), color-stop(60%, rgba(255, 255, 255, 0.6)), color-stop(84%, rgba(255, 255, 255, 0.84)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 46%, rgba(255, 255, 255, 0.51) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.84) 84%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 46%, rgba(255, 255, 255, 0.51) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.84) 84%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 46%, rgba(255, 255, 255, 0.51) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.84) 84%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 46%, rgba(255, 255, 255, 0.51) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.84) 84%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.page-template-company .timeline .scroll-box {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 43px;
  padding-right: 43px;
  margin-bottom: 20px;
  position: relative;
}
.page-template-company .timeline .scroll-box img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-company .timeline .scroll-box .overflow_box {
  width: 2100px;
  height: 500px;
}
.page-template-company .timeline .scroll-arrows {
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-template-company .timeline .scroll-arrows .sep {
  height: 24px;
  width: 1px;
  background: #313130;
  flex-shrink: 0;
  margin: 0 14px;
}
.page-template-company .timeline .scroll-arrows div {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.page-template-company .timeline .scroll-arrows div span {
  padding: 0 28px;
}
.page-template-company .timeline .scroll-arrows #arrow-up:before {
  content: '';
  background-image: url(./../img/left_slider.svg);
  width: 39px;
  height: 9px;
  display: inline-block;
  margin-right: 14px;
}
.page-template-company .timeline .scroll-arrows #arrow-down:after {
  content: '';
  background-image: url(./../img/right_slider.svg);
  width: 39px;
  height: 9px;
  display: inline-block;
  margin-left: 14px;
}
.page-template-company .timeline .wide_image {
  margin-top: 50px;
  padding: 0;
}
.page-template-company .timeline .title {
  justify-content: center;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 0px;
}
.page-template-company .timeline img {
  margin: 0 auto;
}
.page-template-company .timeline .timeline_container {
  width: 100%;
  overflow: hidden;
  height: 500px;
}
.page-template-company .timeline .timeline_container img {
  width: 2200px;
  max-width: 2200px;
  position: absolute;
  left: 0%;
  transition: left 25s;
}
.page-template-company .timeline .timeline_container:hover img {
  left: -100%;
}
.page-template-company .numbers {
  margin-bottom: 0px;
}
.page-template-company .company {
  margin-top: 44px;
  background: #e9eaeb;
}
.page-template-company .company .company_row {
  padding-top: 66px;
  padding-bottom: 66px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 70px;
}
.page-template-company .company .company_row .text_col {
  padding: 0;
  padding-right: 0px;
  width: 50%;
  padding-left: 71px;
}
.page-template-company .company .company_row .text_col .title {
  padding-left: 0;
  align-items: flex-start;
}
.page-template-company .company .company_row .text_col .title .nr {
  top: 6px;
  position: relative;
}
.page-template-company .company .company_row .text_col .title .pipe {
  top: 6px;
  position: relative;
}
.page-template-company .company .company_row .text_col .text {
  padding-left: 42px;
  max-width: 416px;
}
.page-template-company .company .company_row .text_col .bottom_link {
  display: flex;
  margin-top: 31px;
  max-width: 310px;
  width: 100%;
  justify-content: space-between;
}
.page-template-company .company .company_row .text_col .bottom_link > span {
  font-size: 11px;
}
.page-template-company .company .company_row .text_col .btn {
  margin: 0;
}
.page-template-company .company .company_row .image_col {
  width: 50%;
}
.page-template-company .group .group_container .group_row {
  display: flex;
  margin-top: 40px;
}
.page-template-company .group .group_container .group_row .col_2 {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px 5;
  letter-spacing: 1.2px;
  color: #313130;
  position: relative;
  margin-bottom: 70px;
}
.page-template-company .group .group_container .group_row .col_2 img {
  margin-bottom: 21px;
}
.page-template-company .group .group_container .group_row .sep {
  width: 40px;
  display: flex;
  align-items: center;
  margin-right: 43px;
}
.page-template-company .group .group_container .group_row .sep span {
  height: 1px;
  width: 40px;
  background: #979797;
}
.page-template-company .group .group_container .group_row .col_3 {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #313130;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-company .group .group_container .group_row .col_3 h4 {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px 5;
  letter-spacing: 1.2px;
  color: #313130;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0px;
}
.page-template-company .group .group_container .group_row .col_3 h4:after {
  margin-top: 10px;
  content: '';
  width: 39px;
  height: 1px;
  background-color: #979797;
  display: block;
}
.page-template-company .group .group_container .group_row .col_3 .second {
  margin-top: 37px;
}
.home .company_row {
  margin-bottom: 95px;
  padding: 0;
}
.sertifikaadid {
  margin-top: 70px;
  margin-bottom: 78px;
  background: #e9eaeb;
  padding-top: 68px;
  padding-bottom: 95px;
}
.sertifikaadid .title {
  margin-bottom: 76px;
}
.sertifikaadid .certificate_row {
  margin: auto;
}
.sertifikaadid .certificate_row ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.sertifikaadid .certificate_row ul li {
  list-style: none;
  width: 33%;
}
.sertifikaadid .certificate_row ul li .certificate-single-content img {
  margin: 0 auto;
  margin-bottom: 15px;
}
.sertifikaadid .certificate_row ul li .certificate-single-content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.sertifikaadid .certificate_row ul li .certificate-single-content .text a {
  display: flex;
  max-width: 80px;
  margin: 0 auto;
}
.sertifikaadid .certificate_row ul li img {
  max-height: 129px;
  height: 129px;
  margin-bottom: 15px;
}
.sertifikaadid .certificate_row ul li .name {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px 5;
  letter-spacing: 1.2px;
  color: #313130;
  display: block;
  margin-bottom: 15px;
}
.sertifikaadid .wide_image {
  width: 100%;
  margin-top: 92px;
  padding: 0 50px;
}
.home .sertifikaadid {
  margin-top: 0;
}
.graafikud {
  padding-top: 70px;
  padding-bottom: 61px;
  background: #e9eaeb;
}
.graafikud .tabs {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.graafikud ul#tabs-nav {
  list-style: none;
  margin: 0;
  overflow: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.graafikud ul#tabs-nav li {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.3px;
  color: #213744;
  cursor: pointer;
  padding: 0 20px;
}
.graafikud ul#tabs-nav li a {
  display: inline-block;
  padding-bottom: 2px;
}
.graafikud ul#tabs-nav li:hover a, .graafikud ul#tabs-nav li.active a {
  border-bottom: solid 2px #213744;
}
.graafikud #tabs-nav li a {
  text-decoration: none;
}
.graafikud .tab-content {
  padding: 0 30px;
}
.graafikud .title {
  margin-top: 0px;
  margin-bottom: 40px;
}
.videod {
  margin-bottom: 103px;
}
.videod .title {
  margin-bottom: 70px;
}
.videod #video_container {
  padding: 0 50px;
}
/* JOB OFFERS */
.offers {
  background: #e9eaeb;
  padding-top: 84px;
  margin-top: 55px;
  background-image: url(./../img/hall_metec_taust.jpg);
  background-size: cover;
  background-position: center center;
}
.offers .title {
  margin-bottom: 20px;
}
.offers .container {
  padding: 0px 94px 0px 111px;
}
.offers .container ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.offers .container ul li {
  list-style: none;
  width: 33.33%;
  margin-bottom: 60px;
}
.offers .container ul li .offer-single-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 300px;
  position: relative;
  min-height: 180px;
  line-height: 15px;
}
.offers .container ul li .offer-single-content img {
  padding-left: 15px;
}
.offers .container ul li .offer-single-content .tiitel {
  position: relative;
  font-family: 'Dapifer', sans-serif, Arial, Helvetica;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #313130;
  display: flex;
  align-items: flex-end;
  padding-left: 16px;
  margin-bottom: 15px;
  height: 38px;
}
.offers .container ul li .offer-single-content .tiitel:before {
  content: '';
  height: 38px;
  width: 1px;
  background: #313130;
  flex-shrink: 0;
  position: absolute;
  left: -1px;
  bottom: 0;
}
.offers .container ul li .offer-single-content .text {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  padding-left: 16px;
  margin-bottom: 26px;
  line-height: 21px;
  padding-right: 10px;
}
.offers .container ul li .offer-single-content .btn {
  margin-left: 16px;
  margin-top: 30px;
}
.offers .container ul .offer-4, .offers .container ul .offer-5, .offers .container ul .offer-6 {
  margin-bottom: 0;
}
.offers .foot {
  position: relative;
  width: 100%;
  bottom: 0;
  background-color: #213744;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  color: #fff;
}
.offers .foot a:before {
  background-image: url(./../img/oval_white.svg);
}
.offers .foot a:after {
  background-image: url(./../img/right_white.svg);
}
.offers .foot a span {
  color: #fff;
}
.offers .foot > span {
  margin-right: 30px;
}
.testimonials .testimonial_slider {
  margin-top: 140px;
}
.testimonials .wide_image {
  padding: 0 50px;
}
.page-template-job_offers .testimonials {
  padding-top: 70px;
}
.page-template-job_offers .testimonials .testimonial_slider {
  margin-top: 100px;
  margin-bottom: 0 !important;
}
.page-template-job_offers .benefits {
  padding-top: 80px;
}
.page-template-job_offers .videod {
  background: #e9eaeb;
  padding: 80px 0;
}
.page-template-job_offers .videod .title {
  margin-bottom: 70px;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
}
.benefits {
  background-image: url(./../img/valge_metec_taust.jpg);
  background-size: 70%;
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 93px;
}
.benefits .title {
  margin-bottom: 40px;
}
.benefits ul {
  padding-left: 110px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.benefits ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  display: block;
  margin-bottom: 50px;
  width: 33%;
}
.benefits ul li .benefit_content {
  max-width: 80%;
}
.benefits ul li .benefit_content img {
  margin-bottom: 30px;
}
.benefits ul li ul {
  padding: 0;
  display: block;
}
.benefits ul li ul li {
  width: 100%;
  font-size: 10px;
  line-height: 21px;
  margin-bottom: 12px;
  display: flex;
  margin-left: -10px;
}
.benefits ul li ul li:before {
  content: '-';
  margin-right: 5px;
}
.benefits ul li .heading {
  font-family: 'Dapifer', sans-serif, Arial, Helvetica;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #313130;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  height: 42px;
  color: #313130;
  max-width: 295px;
  position: relative;
}
.benefits ul li .heading:before {
  content: '';
  height: 38px;
  width: 1px;
  background: #313130;
  flex-shrink: 0;
  position: absolute;
  left: -16px;
  bottom: 3px;
}
.benefits ul li .text {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 1px;
  margin-bottom: 27px;
  display: block;
  min-height: 145px;
}
.benefits ul li .text:after {
  content: '';
  clear: both;
  display: block;
}
.benefits ul li .nr {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #345d75;
  margin-right: 14px;
}
.benefits ul li a {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 12px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #345d75;
}
.benefits ul li a:after {
  content: '';
  background-image: url(./../img/down_arrow.svg);
  width: 10px;
  height: 5px;
  background-position: center center;
  margin-left: 7px;
  display: inline-block;
}
.benefits ul li a.active:after {
  transform: rotate(180deg);
}
.benefits ul li .hidden-text {
  display: none;
  font-size: 10px;
  letter-spacing: 1.2px;
  line-height: 2;
  margin-top: 18px;
  max-width: 282px;
}
.benefits ul li .hidden-text:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.benefits ul li:nth-child(1), .benefits ul li:nth-child(4) {
  padding-left: 0;
}
.benefits ul li:nth-child(3n), .benefits ul li:last-child {
  border: none;
}
.benefits .wide_image {
  margin-top: 30px;
  margin-bottom: 93px;
}
.page-template-job_offers .benefits ul {
  padding-left: 126px;
}
.page-template-job_offers .benefits ul li ul {
  padding-left: 10px;
}
.page-template-job_offers .benefits ul li ul p {
  margin: 0;
}
.contact {
  padding-bottom: 93px;
}
.contact .row {
  max-width: 1163px;
  margin: 0 auto;
}
.contact .title {
  margin-bottom: 71px;
}
.contact .wpcf7-form {
  max-width: 1020px;
  margin: auto;
}
.contact .wpcf7-form .ajax-loader {
  display: none;
}
.contact .wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
}
.contact .wpcf7-form .row .col .field {
  position: relative;
  height: 40px;
  margin-bottom: 39px;
}
.contact .wpcf7-form .row .col .field label {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #313130;
}
.contact .wpcf7-form .row .col .field input, .contact .wpcf7-form .row .col .field textarea {
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.contact .wpcf7-form .row .col .field input {
  height: 40px;
  padding-top: 13px;
  padding-left: 10px;
  font-size: 11px;
  letter-spacing: 1.2px;
  font-weight: 400;
}
.contact .wpcf7-form .row .col .field.textfield {
  height: auto;
  margin-bottom: 33px;
}
.contact .wpcf7-form .row .col .field.textfield label {
  position: relative;
  display: block;
  margin-bottom: 27px;
}
.contact .wpcf7-form .row .col .field.textfield textarea {
  border: 1px solid #979797;
  max-height: 80px;
  font-size: 11px;
  padding: 12px;
  letter-spacing: 1.2px;
}
.contact .wpcf7-form .row .col .field.textfield ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #313130;
}
.contact .wpcf7-form .row .col .field.textfield ::-moz-placeholder {
  /* Firefox 19+ */
  color: #313130;
}
.contact .wpcf7-form .row .col .field.textfield :-ms-input-placeholder {
  /* IE 10+ */
  color: #313130;
}
.contact .wpcf7-form .row .col .field.textfield :-moz-placeholder {
  /* Firefox 18- */
  color: #313130;
}
.contact .wpcf7-form .row .col .field.upload {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #979797;
}
.contact .wpcf7-form .row .col .field.upload .file {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  left: auto;
  align-self: flex-end;
}
.contact .wpcf7-form .row .col .field.upload .file span {
  color: #fff;
}
.contact .wpcf7-form .row .col .field.upload .file img {
  margin-right: 18px;
}
.contact .wpcf7-form .row .col .field.upload .file input {
  display: none;
}
.contact .wpcf7-form .row .col.left {
  padding-right: 60px;
  width: 42.8%;
}
.contact .wpcf7-form .row .col.right {
  width: 57.2%;
}
.contact .wpcf7-form .submit_row {
  justify-content: flex-end;
  width: 100%;
}
.contact .wpcf7-form .submit_row .button {
  display: flex;
  align-items: center;
}
.contact .wpcf7-form .submit_row input {
  background: none;
  border: none;
  width: 100%;
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: solid 2px #345d75;
  border-radius: 0;
  width: auto;
  font-size: 11px;
  letter-spacing: 1.3px;
  padding-bottom: 2px;
}
/* CONTACT */
.page-template-contact .wpgmp_map_container {
  width: 50%;
}
.page-template-contact .wpgmp_map_container .wpgmp_map {
  max-height: 518px;
}
.personel, .sales {
  background: #e9eaeb;
}
.personel ul, .sales ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
}
.personel ul li, .sales ul li {
  list-style: none;
  width: 33%;
  display: flex;
  flex-direction: column;
  margin-bottom: 55px;
}
.personel ul li span, .sales ul li span {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: #313130;
}
.personel ul li .name, .sales ul li .name {
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 36px;
}
.personel ul li .name:before, .sales ul li .name:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  max-height: 16px;
  background: #313130;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.personel {
  padding-top: 55px;
  margin-top: 45px;
  background-image: url(./../img/hall_metec_taust.jpg);
  background-size: cover;
  background-position: center center;
}
.personel .title {
  margin-bottom: 45px;
}
.sales {
  padding-top: 20px;
  padding-bottom: 17px;
}
.sales .title {
  margin-bottom: 45px;
}
section.contact_form .top_row {
  display: flex;
  padding-right: 100px;
}
section.contact_form .top_row .form_content {
  max-width: 589px;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #313130;
}
section.contact_form .field.textfield textarea {
  max-height: 158px !important;
}
section.contact_details {
  padding: 100px 0;
}
section.contact_details .row {
  display: flex;
}
section.contact_details .row .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.contact_details .row .content .title {
  margin-bottom: 50px;
}
section.contact_details .row .content .row {
  max-width: 1020px;
  margin: 0 auto;
  padding-right: 0;
  width: 100%;
}
section.contact_details .row .content .row .text {
  width: 50%;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: #313130;
}
section.contact_details .row .content .row .text .col {
  width: 50%;
}
section.contact_details .row .content .row .text .col_left {
  padding-right: 15px;
}
section.contact_details .row .content .row .text .col_right {
  padding-left: 15px;
}
section.contact_details .row .content .row .text .name {
  font-weight: 400;
  line-height: 36px;
  position: relative;
}
section.contact_details .row .content .row .text .name:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  max-height: 16px;
  background: #313130;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.contact_details .row .content .row .text:nth-child(1) {
  width: 35%;
}
section.contact_details .row .map {
  width: 57.6%;
}
section.contact_details .row .map .wpgmp_map_parent {
  margin-bottom: 0;
}
.page-template-contact section.contact_form .top_row {
  justify-content: flex-start;
}
.page-template-contact .contact .title {
  width: 48%;
}
/* Social */
.page-template-social section .title {
  margin-bottom: 77px;
}
.page-template-social section ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 149px;
  margin-bottom: 78px;
}
.page-template-social section ul li {
  width: 100%;
  max-width: 227px;
  margin-right: 127px;
  list-style: none;
  text-align: center;
}
.page-template-social section ul li .image {
  min-height: 133px;
  display: flex;
  margin-bottom: 27px;
  align-items: flex-end;
  justify-content: center;
}
.page-template-social section ul li .name {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 1.2px;
  color: #313130;
  margin-bottom: 7px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.page-template-social section ul li .name:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #313130;
  position: absolute;
  left: -9px;
  top: 5px;
}
.page-template-social section ul li .text {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #313130;
  display: none;
}
.page-template-social .section_1 {
  padding-top: 69px;
  margin-top: 45px;
}
.page-template-social .section_1 .wide_image {
  margin-bottom: 78px;
}
.page-template-social .section_2 {
  padding-bottom: 66px;
}
.page-template-social .section_3 {
  background: #e9eaeb;
  padding-top: 57px;
  padding-bottom: 83px;
}
.page-template-social .section_3 ul {
  margin-bottom: 0;
}
.page-template-social .section_3 .wide_image {
  display: none;
}
.page-template-social .section_4 {
  margin-bottom: 108px;
  padding-top: 105px;
  display: flex;
  padding-right: 41px;
  justify-content: space-between;
}
.page-template-social .section_4 .col.content {
  width: 56.3%;
}
.page-template-social .section_4 .col.content ul {
  padding-left: 73px;
}
/* NEWS */
.news-title {
  padding-top: 69px;
  margin-bottom: 60px;
}
.news_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1131px;
  margin: 0 auto;
  width: 100%;
}
.news_container .news-item {
  width: 33.33%;
  display: flex;
  justify-content: center;
  margin-bottom: 86px;
}
.news_container .news-item .item_content {
  max-width: 316px;
}
.news_container .news-item .item_content .date {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #313130;
  margin-top: 16px;
  margin-bottom: 7px;
}
.news_container .news-item .item_content h3 {
  font-family: 'Dapifer';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #213744;
  margin-bottom: 15px;
  margin-top: 0;
  min-height: 58px;
  position: relative;
  max-height: 58px;
  overflow: hidden;
}
.news_container .news-item .item_content > span {
  display: block;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1.2px;
  color: #313130;
  margin-bottom: 15px;
  min-height: 87px;
  position: relative;
  overflow: hidden;
  max-height: 87px;
}
.news_container .news-item .item_content > span:after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 2;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.7), #fff);
}
/* COMING SOON */
.page-template-comingsoon .site-content {
  background: #213744;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 0;
}
.page-template-comingsoon .site-content .content {
  max-width: 522px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
}
.page-template-comingsoon .site-content .content .main_text {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.page-template-comingsoon .site-content .content .main_text:before {
  content: '';
  position: absolute;
  left: -16px;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
}
.page-template-comingsoon .site-content .content .secondary_text {
  margin-bottom: 30px;
}
.page-template-comingsoon .site-content .content .secondary_text a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
.page-template-comingsoon .site-content .content .button {
  background-color: #374d5b;
  color: #fff;
  display: inline-flex;
}
/* SINGLE */
.article_container {
  display: flex;
  position: relative;
}
.article_container .col {
  width: 50%;
}
.article_container .col.left {
  padding-left: 72px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-height: 522px;
  width: 34%;
}
.article_container .col.left .date {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.article_container .col.left .title {
  padding-left: 0;
  margin-bottom: 45px;
  padding-right: 20px;
  position: relative;
}
.article_container .col.left .title:before {
  content: '';
  width: 1px;
  height: 36px;
  background: #313130;
  position: absolute;
  left: -9px;
  top: 7px;
}
.article_container .col.left .entry-content {
  padding-right: 95px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: 1.2px;
  padding-bottom: 86px;
  position: relative;
  margin-top: 0;
}
.article_container .col.left .entry-content .article_bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.article_container .col.left .entry-content .article_bottom .post_nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-height: 33px;
  margin-right: 30px;
}
.article_container .col.left .entry-content .article_bottom .post_nav .sep {
  height: 24px;
  width: 1px;
  background: #313130;
}
.article_container .col.left .entry-content .article_bottom .post_nav a {
  display: flex;
  font-size: 11px;
  letter-spacing: 1.2px;
}
.article_container .col.left .entry-content .article_bottom .post_nav a span {
  padding: 0 28px;
}
.article_container .col.left .entry-content .article_bottom .post_nav .post-counter {
  margin: 0 60px;
}
.article_container .col.left .entry-content .article_bottom .post_nav .post-counter span {
  font-family: Dapifer;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4px;
}
.article_container .col.left .entry-content .article_bottom .post_nav .post-counter .slash {
  height: 28px;
  width: 1px;
  background: #313130;
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
}
.article_container .col.left .entry-content .article_bottom .button {
  color: #fff;
}
.article_container .col.left .entry-content .article_bottom .button img {
  transform: rotate(180deg);
}
.article_container .col.right {
  background-size: cover;
  background-repeat: no-repeat;
  width: 66%;
}
.article_container .col.right img {
  width: 100%;
  display: block;
  min-height: 522px;
}
.more_posts .title {
  margin-top: 70px;
  margin-bottom: 56px;
}
.more_posts .date {
  margin-top: 0;
}
.more_posts .item_content h3 {
  display: flex;
  align-items: flex-end;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
}
.more_posts .item_content h3:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #313130;
  position: absolute;
  left: -15px;
  top: 0px;
}
/* FOOTER */
footer {
  width: 100%;
  margin: 0 auto;
}
footer .top_row {
  background-color: #e9eaeb;
  height: 61px;
  width: 100%;
  align-items: center;
  display: flex;
}
footer .top_row .contain {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .top_row .block {
  display: flex;
  width: 43%;
}
footer .top_row .block > span {
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-right: 40px;
}
footer .top_row .block a {
  display: flex;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: none;
}
footer .top_row .block a span {
  padding-bottom: 3px;
  border-bottom: solid 2px #345d75;
  display: block;
}
footer .top_row .block img {
  display: inline-block;
  margin-right: 14px;
}
footer .top_row .pipe {
  width: 1px;
  background: #323232;
  height: 100%;
  display: inline-block;
  height: 23px;
}
footer .footer_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-image: url(./../img/footer_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 52px;
  padding-bottom: 91px;
  color: #fff;
  font-weight: 400;
}
footer .footer_row .contain {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
footer .footer_row .footer_col {
  width: 25%;
}
footer .footer_row .footer_col h3 {
  font-family: 'Dapifer', sans-serif, Arial, Helvetica;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1.6px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  width: calc(100% - 70px);
  margin-bottom: 38px;
  margin-top: 0;
}
footer .footer_row .footer_col a:hover {
  opacity: 0.5;
}
footer .footer_row .footer_col img {
  display: block;
  width: 100%;
}
footer .footer_row .footer_col:last-child {
  border: none;
}
footer .footer_row .footer_col ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
footer .footer_row .footer_col ul li {
  list-style: none;
  line-height: 0;
  display: inline-block;
}
footer .footer_row .footer_col ul li a {
  text-decoration: none;
  font-size: 11px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}
footer .footer_row .footer_col .address {
  font-size: 11px;
  line-height: 23px;
}
footer .footer_row .footer_col .social {
  width: 100%;
  background-size: cover;
  height: 65px;
  display: flex;
}
footer .footer_row .footer_col .social img {
  width: 21px;
  height: 21px;
  margin-right: 20px;
}
footer .footer_row .footer_logo_container {
  width: 100%;
  text-align: center;
}
footer .footer_row .footer_logo_container img {
  margin: 0 auto;
  margin-bottom: 80px;
}
/* ALL JOB OFFERS */
.page-template-all_job_offers .top_row {
  display: none;
}
.page-template-all_job_offers .all_job_offers {
  background: #e9eaeb;
  padding-right: 140px;
  padding-top: 50px;
  padding-bottom: 80px;
}
.page-template-all_job_offers .all_job_offers > .title {
  margin-bottom: 80px;
}
.page-template-all_job_offers .all_job_offers .job-single {
  display: flex;
  align-items: center;
  padding-bottom: 70px;
  border-bottom: 1px solid #d8d8d8;
  margin-left: 73px;
  margin-bottom: 35px;
}
.page-template-all_job_offers .all_job_offers .job-single .title {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  flex-shrink: 0;
  min-width: 300px;
  padding-left: 0;
}
.page-template-all_job_offers .all_job_offers .job-single .sep {
  width: 30px;
  height: 1px;
  background: #313130;
  flex-shrink: 0;
}
.page-template-all_job_offers .all_job_offers .job-single .content {
  font-size: 11px;
  padding-left: 50px;
  max-width: 600px;
  position: relative;
}
.page-template-all_job_offers .all_job_offers .job-single a {
  position: absolute;
  margin-top: 20px;
}
.page-template-all_job_offers .all_job_offers .job-single:last-child {
  border-bottom: 0;
}
/* EQUIPMENT */
.page-template-equipment iframe {
  width: 100%;
  border: none;
  height: 100vh;
}
/* HIDE IN DESKTOP */
.overflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mobile_menu, #mobile-toggle, .mobile_social {
  display: none;
}
.hide-desktop {
  display: none;
}
.visible-xs {
  display: none !important;
}
/* LANGUAGE SPECIFIC */
body.ru .slider_wrapper .slider_container .slider .slide .content .big, body.ru .slider_wrapper .slider_container .news_slider .slide .content .big {
  font-size: 36px;
}
body.ru .title {
  font-size: 33px;
}
body.ru footer .top_row .block > span {
  font-size: 10px;
  margin-right: 10px;
}
body.ru footer .footer_row .footer_col {
  padding-right: 10px;
}
body.ru .personel ul li span, body.ru .sales ul li span {
  font-size: 9px;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Slick
 --------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*--------------------------------------------------------------
 # Responsive
 --------------------------------------------------------------*/
@media only screen and (min-width: 1440px) {
  .page-template:not(.page-template-news) .slider_wrapper .slider_container .slider .slide .content .big {
    font-size: calc(2.5rem + ((1vw - 14.4px) * 6.25));
    line-height: 1.1;
    width: 80%;
    margin-bottom: 7%;
  }
  .page-template:not(.page-template-news) .slider_wrapper .slider_container .slider .slide .content .small {
    max-width: 80%;
  }
  .page-template:not(.page-template-news) .slider_wrapper .slider_container .slider .slide .content .big:before {
    height: 100%;
  }
  .page-template:not(.page-template-news) .slider_wrapper .slider_container .slider .slide .content .small {
    font-size: calc(0.8125rem + ((1vw - 14.4px) * 1.4583));
    line-height: normal;
  }
  .page-template:not(.page-template-news) .slider_wrapper .slider_container .slider .slide .content .button {
    margin-top: 7%;
  }
}
/* Prevent font scaling beyond this breakpoint */
@media only screen and (min-width: 1920px) {
  .page-template:not(.page-template-news) .slider_wrapper .slider_container .slider .slide .content .big {
    font-size: 70px;
  }
  .page-template:not(.page-template-news) .slider_wrapper .slider_container .slider .slide .content .small {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .page-template-company .group .group_container .group_row .col_1 {
    width: 50%;
  }
  .page-template-company .group .group_container .group_row .col_1 img {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .page-template-company .group .group_container .group_row .col_1 {
    width: 50%;
  }
}
@media only screen and (max-width: 990px) {
  #open_lang {
    display: none;
  }
  .title {
    font-size: 30px;
    letter-spacing: 3px;
  }
  footer .top_row {
    display: none;
  }
  .site-header {
    position: fixed;
    z-index: 9;
  }
  .site-content {
    padding-top: 97px;
  }
  .mobile_menu {
    overflow-y: scroll;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #213744;
    width: 100%;
    z-index: 10;
    top: 0px;
    flex-direction: column;
  }
  .mobile_menu .head {
    width: 100%;
    display: flex;
    align-items: center;
    height: 97px;
    justify-content: space-between;
    padding: 0 30px;
    flex-shrink: 0;
  }
  .mobile_menu .head .burger img {
    max-width: 36px;
  }
  .mobile_menu .contain {
    max-width: 225px;
    background: #213744;
    margin-left: 70px;
    margin-top: 30px;
    height: 100%;
  }
  .mobile_menu .contain #toggle_submenu {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
  }
  .mobile_menu .contain #toggle_submenu img {
    margin-left: 5px;
  }
  .mobile_menu .contain #toggle_submenu.active img {
    transform: rotate(180deg);
  }
  .mobile_menu .contain .first {
    padding-left: 10px;
    display: none;
    margin-bottom: 40px;
  }
  .mobile_menu .contain .first ul li a {
    text-transform: none;
  }
  .mobile_menu .contain ul {
    margin: 0;
    padding: 0;
  }
  .mobile_menu .contain ul li {
    margin-bottom: 15px;
    list-style: none;
    display: flex;
  }
  .mobile_menu .contain ul li a {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
  }
  .mobile_menu .contain ul li.current_page_item a {
    font-weight: bold;
  }
  .mobile_menu .contain h3 {
    font-family: 'Dapifer', sans-serif, Arial, Helvetica;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1.6px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 21px;
    margin-top: 0;
    display: none;
  }
  .mobile_menu .lang {
    display: block;
    margin-top: 140px;
  }
  .mobile_menu .lang > div {
    padding: 0;
  }
  .mobile_menu .lang > div ul {
    display: flex;
  }
  .mobile_menu .lang > div ul li {
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
  }
  .mobile_menu .lang > div ul li a {
    font-size: 18px;
    padding: 0;
  }
  .mobile_menu .lang > div ul li:last-child {
    border-right: none;
  }
  .mobile_menu .lang > div ul .wpml-ls-current-language a {
    font-weight: bold;
  }
  .mobile_menu .social_block {
    margin-top: 28px;
  }
  .mobile_menu .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 70px;
    padding-right: 26px;
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .mobile_menu .foot .button {
    color: #fff;
    padding: 0;
  }
  .mobile_menu .foot .button span {
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 2px solid #fff;
  }
  .mobile_menu .foot #open_language {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
  }
  .mobile_menu .foot #open_language:after {
    content: '';
    background-image: url(./../img/white_down_arrow.svg);
    width: 10px;
    height: 5px;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mobile_menu .social {
    position: relative;
    display: flex;
  }
  .mobile_menu .social a {
    margin-right: 18px;
  }
  .main-navigation.toggled .menu-menu-1-container {
    display: flex;
  }
  .site-header {
    height: 97px;
    padding: 0 30px;
  }
  .site-header .site-branding {
    max-width: 181px;
    display: flex;
  }
  .main-navigation {
    display: none;
  }
  #mobile-toggle {
    border-radius: 0;
    background-color: transparent;
    width: 36px;
    height: 19px;
    background-image: url(./../img/burger.svg);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* COMPANY*/
  /* JOB OFFERS */
  /* PERSONEL */
  /* NEWS */
  /* NEWS SINGLE */
  /* FOOTER */
  video {
    width: 100%;
  }
  .slider_wrapper .slider_container .slider .slide {
    height: auto !important;
  }
  .page-template-all_job_offers .all_job_offers {
    padding: 30px 30px 30px 30px;
  }
  .page-template-all_job_offers .all_job_offers > .title {
    margin-bottom: 30px;
    font-size: 27px;
  }
  .page-template-all_job_offers .all_job_offers .job-single {
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .page-template-all_job_offers .all_job_offers .job-single .content {
    padding-left: 19px;
    margin-top: 20px;
  }
  .page-template-all_job_offers .all_job_offers .job-single .sep {
    display: none;
  }
  .home .slider_wrapper .slider_container .slider .slide .content .small {
    display: none;
  }
  .mobile_slider_images .image_box {
    width: 100%;
    height: 332px;
    background-size: cover;
    margin-left: 0;
    position: relative;
    z-index: 2;
    margin-left: auto;
  }
  .title .nr {
    display: none;
  }
  .page-template-comingsoon .site-content {
    padding: 0 30px;
  }
  #mobile-toggle {
    background-image: url(./../img/burger.svg);
  }
  .title.left {
    padding-left: 0 !important;
  }
  .nav_side {
    display: none;
  }
  .hidden_xs {
    display: none !important;
  }
  .visible_xs {
    display: block;
  }
  .title.left {
    padding-left: 20px;
  }
  .slider_wrapper {
    padding: 0 30px;
  }
  .slider_wrapper .slider_container .bottom_nav {
    padding: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .slider_wrapper .slider_container .pagingInfo {
    display: none;
  }
  .slider_wrapper .slider_container .slider .slide {
    flex-direction: column;
  }
  .slider_wrapper .slider_container .slider .slide .image_left {
    display: none;
  }
  .slider_wrapper .slider_container .slider .slide .image_box {
    width: 100%;
    height: 332px;
    background-size: cover;
    margin-left: 0;
    position: relative;
    z-index: 2;
    margin-left: auto;
  }
  .slider_wrapper .slider_container .slider .slide .content {
    position: relative;
    padding: 0;
    padding-left: 15px;
    width: 100%;
    padding-top: 0 !important;
  }
  .slider_wrapper .slider_container .slider .slide .content .big {
    font-size: 27px;
    letter-spacing: 3px;
    margin-top: 10px;
    z-index: 2;
    margin-bottom: 31px;
  }
  .slider_wrapper .slider_container .slider .slide .content .small {
    margin-bottom: 0px;
  }
  .slider_wrapper .slider_container .slider .slide .content .small br:nth-child(2) {
    display: none;
  }
  .slider_wrapper .slider_container .slider .slide .content .button {
    margin-top: 0px;
  }
  .slider_wrapper .slider_container .slider .slide .down_arrow {
    display: none;
  }
  .company_row {
    padding: 20px 30px;
    margin-bottom: 64px;
  }
  .company_row .text_col {
    width: 100%;
    order: 2;
    padding: 0;
    margin-top: 19px;
  }
  .company_row .text_col .title {
    padding-left: 30px !important;
  }
  .company_row .text_col .text {
    padding-left: 47px;
    padding-right: 30px;
  }
  .company_row .text_col .btn {
    margin-top: 36px;
  }
  .company_row .image_col {
    width: 100%;
    order: 1;
    height: 210px;
  }
  .home .company_row {
    margin-bottom: 40px;
    background: #e9eaeb;
    padding-bottom: 40px;
  }
  .metec_numbers {
    padding: 0 30px;
    margin-bottom: 117px;
  }
  .metec_numbers .home_icon_row {
    margin-top: 26px;
  }
  .metec_numbers .home_icon_row .col {
    width: 50%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    margin-bottom: 0;
  }
  .metec_numbers .home_icon_row .col .image_holder {
    margin-bottom: 26px;
  }
  .metec_numbers .home_icon_row .col span {
    font-size: 9px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.9px;
    color: #313130;
    margin-bottom: 75px;
    display: flex;
    align-items: center;
  }
  .metec_numbers .home_icon_row .col span:before {
    content: '';
    width: 1px;
    height: 32px;
    background-color: #313130;
    display: inline-block;
    margin-right: 9px;
    flex-shrink: 0;
  }
  .metec_numbers .home_icon_row .col span br {
    display: none;
  }
  .metec_numbers .home_icon_row .col:nth-child(even) {
    padding-left: 30px;
  }
  .metec_numbers .home_icon_row .col:nth-child(5) span {
    margin-bottom: 0;
  }
  .metec_numbers .home_icon_row .col:last-child span {
    margin-bottom: 0;
  }
  .certs_wide {
    padding: 0;
    height: 210px;
    object-fit: cover;
    margin-top: 40px;
  }
  .sertifikaadid {
    padding: 40px 30px;
    margin-bottom: 0;
  }
  .sertifikaadid .title.left {
    margin-bottom: 40px;
  }
  .sertifikaadid .certificate_row {
    padding: 0;
  }
  .sertifikaadid .certificate_row ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sertifikaadid .certificate_row ul li {
    display: flex;
    justify-content: center;
    width: 50%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .sertifikaadid .certificate_row ul li img {
    padding-right: 10px;
  }
  .sertifikaadid .certificate_row ul li:last-child {
    margin-bottom: 0;
  }
  .trust_row {
    padding: 0 30px;
  }
  .trust_row .title {
    margin-bottom: 60px;
  }
  .trust_row .home_row {
    padding: 0;
    flex-direction: column;
  }
  .trust_row .home_row .col {
    width: 100%;
    padding-left: 30px;
  }
  .trust_row .home_row .col h3 {
    text-align: left;
    margin-top: 28px;
    margin-bottom: 50px;
    justify-content: flex-start;
  }
  .job_container {
    margin-top: 0px;
    padding-top: 40px;
  }
  .job_container .inner {
    padding: 0 30px;
  }
  .job_container .inner .title {
    margin-bottom: 26px;
  }
  .job_container .inner .job_row {
    padding: 0;
  }
  .job_container .inner .job_row .col {
    margin: 0;
    width: 100%;
    padding-left: 17px;
  }
  .job_container .inner .job_row .col .btn {
    margin-top: 57px;
    margin-bottom: 40px;
  }
  .job_container .inner .job_row .col_2 {
    display: none;
  }
  .job_container .job_image {
    width: 100%;
    padding: 0;
  }
  .testimonial_slider {
    margin-top: 80px;
    margin-bottom: 80px !important;
    padding: 0 35px;
  }
  .testimonial_slider .text {
    text-align: center;
  }
  .testimonial_slider .text .name, .testimonial_slider .text .position {
    font-weight: 400;
  }
  .testimonial_slider .a-right {
    right: 20px;
  }
  .testimonial_slider .a-left {
    left: 20px;
  }
  .home .testimonial_slider {
    margin-top: 80px;
    margin-bottom: 80px !important;
  }
  .page-template-company .timeline .scroll-box {
    padding-left: 0;
  }
  .page-template-company .benefits ul li:last-child {
    margin-bottom: 0;
  }
  .page-template-company .company {
    margin-top: 40px;
  }
  .page-template-company .company .company_row {
    padding: 40px 30px;
    background: #e9eaeb;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .page-template-company .company .company_row .image_col {
    width: 100%;
  }
  .page-template-company .company .company_row .text_col {
    padding: 0;
    width: 100%;
    margin-top: 43px;
  }
  .page-template-company .company .company_row .text_col .title {
    padding-left: 0 !important;
  }
  .page-template-company .company .company_row .text_col .text {
    padding-left: 16px;
  }
  .page-template-company .company .company_row .text_col .bottom_link {
    flex-direction: column;
  }
  .page-template-company .company .company_row .text_col .bottom_link span {
    margin: 0;
    margin-bottom: 11px;
  }
  .page-template-company .group_wide {
    width: 100%;
    padding: 0;
    height: 143px;
    object-fit: cover;
    margin-bottom: 40px;
  }
  .page-template-company .group {
    padding: 0 30px;
    padding-bottom: 40px;
  }
  .page-template-company .group .group_container .group_row {
    flex-direction: column;
  }
  .page-template-company .group .group_container .group_row .col_1 {
    display: none;
  }
  .page-template-company .group .group_container .group_row .col_2 {
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 20px;
    max-width: 164px;
    margin-left: 30px;
  }
  .page-template-company .group .group_container .group_row .sep {
    width: 100%;
    justify-content: center;
    max-width: 164px;
    margin-bottom: 23px;
    margin-left: 30px;
  }
  .page-template-company .group .group_container .group_row .sep span {
    height: 39px;
    width: 1px;
  }
  .page-template-company .group .group_container .group_row .col_3 .first:after {
    content: '';
    display: block;
    width: 100%;
    margin-bottom: 20px;
    max-width: 164px;
    margin-top: 20px;
    height: 39px;
    width: 1px;
    background-color: #979797;
    margin-left: 112px;
  }
  .page-template-company .group .group_container .group_row .col_3 .second {
    margin-top: 0;
  }
  .page-template-company .group .group_container .group_row .col_3 .second p {
    margin-bottom: 0;
  }
  .page-template-company .sertifikaadid {
    background: #e9eaeb;
    padding: 40px 30px;
    margin-bottom: 0px;
    margin-top: 0;
  }
  .page-template-company .sertifikaadid .title {
    margin-bottom: 40px;
  }
  .page-template-company .sertifikaadid .certificate_row {
    padding: 0;
  }
  .page-template-company .sertifikaadid .certificate_row ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-template-company .sertifikaadid .certificate_row ul li {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }
  .page-template-company .sertifikaadid .certificate_row ul li .certificate-single-content {
    max-width: none;
  }
  .page-template-company .sertifikaadid .certificate_row ul li:last-child {
    margin-bottom: 0;
  }
  .page-template-company .company_wide {
    margin: 0;
    padding: 0;
  }
  .page-template-company .numbers, .page-template-company .videod, .page-template-company .graafikud {
    display: none;
  }
  .page-template-company .timeline {
    margin-bottom: 40px;
  }
  .page-template-company .timeline:before, .page-template-company .timeline:after {
    width: 30px;
  }
  .page-template-company .timeline .overflow_box {
    height: 450px !important;
  }
  .page-template-company .timeline .scroll-box {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .page-template-company .timeline .title {
    margin-top: 40px;
  }
  .contact .wpcf7-form .row .col .field.textfield textarea {
    font-size: 10px;
    max-height: 82px !important;
  }
  .page-template-job_offers .title {
    margin-bottom: 40px;
  }
  .page-template-job_offers .videod {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page-template-job_offers .videod #video_container {
    padding: 0;
  }
  .page-template-job_offers .offers {
    padding-top: 40px;
  }
  .page-template-job_offers .offers .title {
    padding: 0 30px !important;
  }
  .page-template-job_offers .offers .foot {
    flex-direction: column;
    padding: 58px 0;
    height: auto;
  }
  .page-template-job_offers .offers .foot > span {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .page-template-job_offers .offers .container {
    padding: 0;
  }
  .page-template-job_offers .offers .container ul li {
    padding: 0 30px;
    margin-bottom: 0;
  }
  .page-template-job_offers .offers .container ul li .offer-single-content {
    max-width: none;
  }
  .page-template-job_offers .offers .container ul li .offer-single-content .tiitel {
    height: auto;
    align-items: center;
  }
  .page-template-job_offers .offers .container ul li .offer-single-content .text br {
    display: none;
  }
  .page-template-job_offers .offers .container ul li .offer-single-content .btn {
    padding: 0;
    padding-left: 37px;
    position: relative;
    margin-top: 0;
  }
  .page-template-job_offers .offers .container ul li .offer-single-content img {
    display: none;
  }
  .page-template-job_offers .offers .container .job_offers .slick-dots {
    position: relative;
    margin-top: 36px;
    top: 4px;
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .page-template-job_offers .offers .container .job_offers .slick-dots li {
    padding: 0 15px;
    width: 20px;
    margin: 0;
  }
  .page-template-job_offers .offers .container .job_offers .slick-dots li button:before {
    width: 20px;
    opacity: 1;
    font-size: 30px;
    color: #313130;
  }
  .page-template-job_offers .offers .container .job_offers .slick-dots li.slick-active button:before {
    color: #313130;
    opacity: 0.5;
  }
  .page-template-job_offers .testimonials {
    padding: 40px 0;
  }
  .page-template-job_offers .testimonials .title {
    padding-left: 35px !important;
  }
  .page-template-job_offers .testimonials .testimonial_slider {
    margin-bottom: 0 !important;
    margin-top: 40px !important;
  }
  .page-template-job_offers .testimonials .wide_image {
    padding: 0;
    height: 178px;
    object-fit: cover;
  }
  .page-template-job_offers .benefits {
    background-color: #e9eaeb;
    padding: 40px 30px;
    background-image: none;
  }
  .page-template-job_offers .benefits ul {
    padding: 0;
  }
  .page-template-job_offers .benefits ul li {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 17px;
  }
  .page-template-job_offers .benefits ul li ul li {
    margin-bottom: 12px;
  }
  .page-template-job_offers .benefits ul li .heading {
    height: auto;
  }
  .page-template-job_offers .benefits ul li .heading:before {
    display: none;
  }
  .page-template-job_offers .benefits ul li .text {
    max-width: none;
    min-height: auto;
  }
  .page-template-job_offers .benefits ul li:last-child {
    margin-bottom: 0;
  }
  .page-template-job_offers .benefits .wide_image {
    display: none;
  }
  .page-template-job_offers .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-template-job_offers .contact .title {
    padding-left: 30px !important;
    margin-bottom: 64px;
  }
  .page-template-job_offers .contact .wpcf7-form .row {
    padding: 0 30px;
  }
  .page-template-job_offers .contact .wpcf7-form .row .col.left, .page-template-job_offers .contact .wpcf7-form .row .col.right {
    width: 100%;
    padding: 0;
  }
  .a-left.slick-prev, .a-right.slick-next {
    top: auto;
    bottom: -21px;
    transform: unset;
    background-color: transparent;
  }
  .a-left.slick-prev:focus, .a-right.slick-next:focus, .a-left.slick-prev:hover, .a-right.slick-next:hover {
    background-color: transparent !important;
  }
  .a-left.slick-prev span, .a-right.slick-next span {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .a-right.slick-next {
    right: 20px;
  }
  .a-right.slick-next span {
    right: 0;
    background-image: url(./../img/right.svg);
  }
  .a-left.slick-prev {
    left: 20px;
  }
  .a-left.slick-prev span {
    background-image: url(./../img/left.svg);
    left: 0;
  }
  .popup {
    overflow: scroll;
  }
  .popup .content {
    padding: 0 30px;
    flex-direction: column;
    position: relative;
  }
  .popup .content .contact {
    padding-bottom: 140px;
  }
  .popup .content .content_row {
    display: flex;
    flex-direction: column;
  }
  .popup .content .col_left {
    order: 2;
    width: 100%;
    padding: 0;
  }
  .popup .content .col_right {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .popup .content .full_col {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .popup .content .full_col > p {
    margin-bottom: 0;
    padding-left: 17px;
  }
  .popup .content .full_col .row {
    padding: 0;
    padding-left: 17px;
  }
  .popup .content .foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 30px 0;
    height: auto;
  }
  .popup .content .foot > span {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .benefits ul li .benefit_content {
    max-width: 100%;
  }
  .page-template-contact section.contact_details .row .content .row .text:nth-child(1) {
    width: 100%;
  }
  .page-template-contact .site-content {
    display: flex;
    flex-direction: column;
  }
  .page-template-contact .site-content .slider_wrapper {
    order: 0;
    padding: 0;
  }
  .page-template-contact .site-content .slider_wrapper .image_box {
    width: calc(100% - 60px) !important;
    margin: 0 auto;
    background-position: center;
    min-height: 332px;
  }
  .page-template-contact .site-content .slider_wrapper .content {
    padding: 0 47px !important;
    margin-bottom: 40px;
  }
  .page-template-contact .site-content .slider_wrapper .content .button {
    display: none !important;
  }
  .page-template-contact .site-content .slider_wrapper .slider_container .slider .slide .wpgmp_map_container {
    width: 100%;
  }
  .page-template-contact .site-content .slider_wrapper .slider_container .slider .slide .wpgmp_map_container .wpgmp_map_parent {
    margin-bottom: 0;
  }
  .page-template-contact .site-content .slider_wrapper .slider_container .slider .slide .wpgmp_map_container .wpgmp_map {
    max-height: 282px;
  }
  .page-template-contact .site-content .contact_down {
    width: 10px;
    height: 29px;
    margin: auto;
    margin-top: 27px;
    margin-bottom: 64px;
    display: none !important;
  }
  .page-template-contact .site-content .contact_details {
    order: 2;
    background: #e9eaeb;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .page-template-contact .site-content .contact_details .row {
    padding: 0;
    flex-direction: column;
  }
  .page-template-contact .site-content .contact_details .row .content {
    width: 100%;
    order: 2;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
  }
  .page-template-contact .site-content .contact_details .row .content .title {
    margin-bottom: 44px;
  }
  .page-template-contact .site-content .contact_details .row .content .text {
    padding: 0;
    padding-left: 10px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.83px;
    width: 100%;
    margin-bottom: 18px;
  }
  .page-template-contact .site-content .contact_details .row .content .text .col {
    padding: 0;
  }
  .page-template-contact .site-content .contact_details .row .content .text:nth-child(2) {
    width: 100%;
    margin-bottom: 0;
  }
  .page-template-contact .site-content .contact_details .row .map {
    order: 1;
    width: 100%;
  }
  .page-template-contact .site-content .contact_details .row .map .wpgmp_map {
    max-height: 282px !important;
  }
  .page-template-contact .site-content .contact {
    padding-top: 50px;
    padding: 50px 30px 64px 30px;
    order: 3;
    flex-direction: column;
  }
  .page-template-contact .site-content .contact .top_row .form_content {
    display: none;
  }
  .page-template-contact .site-content .contact .wpcf7-form .row {
    padding: 0px;
  }
  .page-template-contact .site-content .contact .wpcf7-form .row .col.left, .page-template-contact .site-content .contact .wpcf7-form .row .col.right {
    width: 100%;
    padding: 0;
  }
  .page-template-contact .site-content .personel, .page-template-contact .site-content .sales {
    background: transparent;
    padding: 0 30px;
  }
  .page-template-contact .site-content .personel .title, .page-template-contact .site-content .sales .title {
    margin-bottom: 44px;
  }
  .page-template-contact .site-content .personel .title:nth-child(3), .page-template-contact .site-content .sales .title:nth-child(3) {
    margin-top: 40px;
  }
  .page-template-contact .site-content .personel ul, .page-template-contact .site-content .sales ul {
    justify-content: space-between;
  }
  .page-template-contact .site-content .personel ul li, .page-template-contact .site-content .sales ul li {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 10px;
  }
  .page-template-contact .site-content .personel ul li span, .page-template-contact .site-content .sales ul li span {
    font-size: 9px;
  }
  .page-template-contact .site-content .personel ul li:last-child, .page-template-contact .site-content .sales ul li:last-child {
    margin-bottom: 0;
  }
  .page-template-contact .site-content .personel {
    order: 4;
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .page-template-contact .site-content .sales {
    order: 5;
  }
  .page-template-social .wide_image {
    width: 100%;
    padding: 0;
    min-height: 203px;
    object-fit: cover;
  }
  .page-template-social section {
    margin-bottom: 44px;
  }
  .page-template-social .culture, .page-template-social .charity, .page-template-social .exchange, .page-template-social .education {
    background: #fff;
    padding: 0;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .page-template-social .culture .title, .page-template-social .charity .title, .page-template-social .exchange .title, .page-template-social .education .title {
    margin-bottom: 0px;
    padding-left: 30px !important;
  }
  .page-template-social .culture .col.content, .page-template-social .charity .col.content, .page-template-social .exchange .col.content, .page-template-social .education .col.content, .page-template-social .culture .col.image, .page-template-social .charity .col.image, .page-template-social .exchange .col.image, .page-template-social .education .col.image {
    width: 100%;
  }
  .page-template-social .culture .col.content .name, .page-template-social .charity .col.content .name, .page-template-social .exchange .col.content .name, .page-template-social .education .col.content .name {
    letter-spacing: 0.9px;
    font-size: 9px;
    display: flex;
    align-items: center;
  }
  .page-template-social .culture .col.content .name:before, .page-template-social .charity .col.content .name:before, .page-template-social .exchange .col.content .name:before, .page-template-social .education .col.content .name:before {
    position: relative;
    margin-right: 4px;
    display: inline-block;
    top: 0;
    left: 0;
  }
  .page-template-social .culture .col.content img, .page-template-social .charity .col.content img, .page-template-social .exchange .col.content img, .page-template-social .education .col.content img {
    max-width: 105px;
  }
  .page-template-social .culture .col.image, .page-template-social .charity .col.image, .page-template-social .exchange .col.image, .page-template-social .education .col.image {
    padding: 0 30px;
  }
  .page-template-social .culture ul, .page-template-social .charity ul, .page-template-social .exchange ul, .page-template-social .education ul {
    padding: 0 30px;
    margin-bottom: 50px;
    justify-content: space-between;
  }
  .page-template-social .culture ul li, .page-template-social .charity ul li, .page-template-social .exchange ul li, .page-template-social .education ul li {
    width: 50%;
    margin: 0;
    max-width: none;
  }
  .page-template-social .culture ul li .image, .page-template-social .charity ul li .image, .page-template-social .exchange ul li .image, .page-template-social .education ul li .image {
    margin-top: 0;
  }
  .page-template-social .culture ul li .name, .page-template-social .charity ul li .name, .page-template-social .exchange ul li .name, .page-template-social .education ul li .name {
    letter-spacing: 0.9px;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-template-social .culture ul li .name:before, .page-template-social .charity ul li .name:before, .page-template-social .exchange ul li .name:before, .page-template-social .education ul li .name:before {
    position: relative;
    margin-right: 4px;
    display: inline-block;
    top: 0;
    left: 0;
    flex-shrink: 0;
    display: none !important;
  }
  .page-template-social .culture ul li img, .page-template-social .charity ul li img, .page-template-social .exchange ul li img, .page-template-social .education ul li img {
    max-width: 105px;
    margin-bottom: 0px;
  }
  .page-template-social .culture ul li:nth-child(even), .page-template-social .charity ul li:nth-child(even), .page-template-social .exchange ul li:nth-child(even), .page-template-social .education ul li:nth-child(even) {
    padding-left: 30px;
  }
  .page-template-social .culture {
    margin-top: 81px;
  }
  .page-template-social .section_1 .wide_image {
    margin-bottom: 0;
  }
  .page-template-social .section_3 .title {
    justify-content: flex-start;
  }
  .page-template-social .section_4 {
    margin-bottom: 40px;
  }
  .page-template-social .section_4 .col.image {
    display: none;
  }
  .page-template-social .section_4 .col.content ul {
    padding: 0 30px;
    margin-bottom: 0;
  }
  .page-template-social .section_4 .col.content ul li:last-child {
    margin-bottom: 0;
  }
  .page-template-news .pagingInfo {
    display: none !important;
  }
  .page-template-news .slider_wrapper .slider_container .news_slider .slide {
    flex-direction: column;
  }
  .page-template-news .slider_wrapper .slider_container .news_slider .slide .image_box {
    min-height: 332px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page-template-news .slider_wrapper .slider_container .news_slider .slide .content {
    width: 100%;
    min-height: auto;
    padding-left: 15px;
    justify-content: flex-start;
  }
  .page-template-news .slider_wrapper .slider_container .news_slider .slide .content .big {
    font-size: 27px;
    letter-spacing: 3px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .page-template-news .slider_wrapper .slider_container .news_slider .slide .content .small {
    margin-bottom: 27px;
    display: none;
  }
  .page-template-news .site-content .title {
    padding-left: 30px !important;
  }
  .page-template-news .site-content .news_container {
    padding: 0 30px;
    flex-direction: column;
  }
  .page-template-news .site-content .news_container .news-item {
    width: 100%;
    margin-bottom: 68px;
    padding-left: 15px;
  }
  .page-template-news .site-content .news_container .news-item img {
    display: none;
  }
  .page-template-news .site-content .news_container .news-item .item_content .date {
    margin-top: 0;
  }
  .page-template-news .site-content .news_container .news-item .item_content > span:after {
    display: none;
  }
  .page-template-news .site-content .news_container .news-item .item_content h3 {
    position: relative;
  }
  .page-template-news .site-content .news_container .news-item .item_content h3:before {
    content: '';
    width: 1px;
    height: 23px;
    background: #313130;
    position: absolute;
    left: -15px;
    top: 5px;
    flex-shrink: 0;
    z-index: 2;
  }
  .single-post .article_container {
    flex-direction: column;
    padding: 0 30px;
    margin-bottom: 63px;
  }
  .single-post .article_container .col {
    width: 100%;
  }
  .single-post .article_container .col.right {
    order: 1;
  }
  .single-post .article_container .col.right img {
    min-height: auto;
  }
  .single-post .article_container .col.left {
    order: 2;
    padding-left: 10px;
    min-height: auto;
    padding-top: 0;
  }
  .single-post .article_container .col.left .title {
    margin-top: 16px;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .single-post .article_container .col.left .date {
    display: none;
  }
  .single-post .article_container .col.left .entry-content {
    padding: 0;
    font-size: 10px;
  }
  .single-post .article_container .col.left .entry-content .article_bottom {
    margin-top: 40px;
    position: relative;
    justify-content: left;
  }
  .single-post .article_container .col.left .entry-content .article_bottom .post_nav {
    display: none;
  }
  .single-post .article_container .col.left .entry-content .article_bottom .post_nav .post-counter {
    display: none;
  }
  .single-post .more_posts {
    display: none;
  }
  footer .footer_row {
    padding-left: 60px;
    background-image: url(./../img/mobile_footer.jpg);
    padding-bottom: 17px;
  }
  footer .footer_row .footer_logo_container {
    display: none;
  }
  footer .footer_row .contain {
    max-width: 201px;
    margin: 0;
    flex-direction: column;
  }
  footer .footer_row .contain h3 {
    width: 100%;
    margin-bottom: 38px;
  }
  footer .footer_row .contain .footer_col {
    width: 100%;
    margin-bottom: 30px;
    height: auto !important;
  }
  footer .footer_row .contain .footer_col .address {
    border: none;
    width: 100%;
    padding: 0;
  }
  footer .footer_row .social_block {
    display: none;
  }
  .testimonial_slider .a-left, .testimonial_slider .a-right {
    top: auto;
    bottom: -21px;
    transform: unset;
  }
  .testimonial_slider .a-left:focus, .testimonial_slider .a-right:focus, .testimonial_slider .a-left:hover, .testimonial_slider .a-right:hover {
    background-color: #fdf1e4 !important;
  }
  .testimonial_slider .slick-dots {
    position: relative;
    margin-top: 36px;
    top: 4px;
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
  }
  .down_button {
    display: none;
  }
  .visible-xs {
    display: block !important;
  }
  .up_button {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
