/*! normalize.css v8.0.1 | 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 */
	scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
p {
  margin: 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

body {
  font-family: "OpenSans", sans-serif;
  color: #515151;
  font-size: 16px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: min-content;
  min-height: 100vh;
}

.cky-notice-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1360px) {
	.cky-consent-container .cky-policy {
		display: block;
		width: max-content;
	}
}
@media (max-width: 800px) {
	body.lang-ua .cky-notice-group {
		flex-direction: column;
	}
	
	body.lang-ua .cky-btn-reject,
	body.lang-ua .cky-btn-accept {
		width: 133px !important;
		max-width: 133px !important;
	}
}
@media (max-width: 592px) {
	.cky-btn-reject,
	.cky-btn-accept {
		width: 133px !important;
		max-width: 133px !important;
	}
}
@media (min-width: 592px) {
	.cky-notice-group {
		flex-direction: row;
	}
}

.cky-btn.cky-btn-reject {
	border: unset;
}

.cky-title {
  display: none !important;
}

.cky-consent-container .cky-consent-bar {
  border: unset !important;
  border-radius: 0 !important;
  padding: 16px !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
}

.cky-notice-btn-wrapper {
  margin-top: 0 !important;
}
.cky-notice-btn-wrapper button {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Montserrat", serif;
  font-weight: 700;
}

.cky-revisit-bottom-left {
  display: none !important;
}

@media (max-width: 576px) {
  .cky-notice-btn-wrapper {
    padding: 0 !important;
  }
}

.cky-notice-des {
	overflow-y: unset !important;
}

@media (max-width: 576px) {
  .cky-notice-des {
    padding: 0 !important;
  }
}

.cky-notice-group p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.cky-notice-group p a {
  font-size: 16px !important;
  line-height: 1.4;
  font-weight: 400;
  text-decoration: none !important;
}

div.cky-consent-container {
  width: calc(100% - 32px);
  max-width: 960px;
}
@media (min-width: 1120px) {
	div.cky-consent-container {
		width: 50vw;
	}
}
div.cky-consent-container .cky-notice-group .cky-notice-btn-wrapper {
  flex-wrap: nowrap;
  flex-direction: row;
}
@media (max-width: 1119px) {
	.cky-consent-container.cky-box-bottom-left {
		left: 16px;
		bottom: 40px;
	}
}
div.cky-consent-container .cky-notice-group .cky-notice-btn-wrapper .cky-btn-reject {
  margin-top: 0;
  order: 1;
}
@media (min-width: 768px) {
  div.cky-consent-container .cky-notice-group .cky-notice-btn-wrapper .cky-btn-reject {
    margin-right: 24px;
  }
}
div.cky-consent-container .cky-notice-group .cky-notice-btn-wrapper .cky-btn-accept {
	order: 2;
}
div.cky-consent-container .cky-banner-btn-close {
  right: 14px;
  top: 14px;
}
div.cky-consent-container .cky-banner-btn-close img {
  width: 12px;
  height: 12px;
}

button.cky-btn-accept {
  background: #1D9ED8;
  color: #fff;
  margin-top: 0 !important;
	border: unset !important;
}
@media (min-width: 768px) {
  button.cky-btn-accept {
    margin-top: 16px;
  }
}

.cky-notice-group .cky-notice-des a.cky-policy {
	white-space: break-spaces;
}

h1 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 1;
  }
}

h2 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #515151;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #515151;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}

h4 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #515151;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.container {
  margin: auto;
  padding: 0 16px;
  width: calc(100% - 32px);
  max-width: calc(100vw - 32px);
}
@media (min-width: 1920px) {
  .container {
    max-width: 1408px !important;
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1144px;
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
	.site-header .container {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
}

.button,
button.cky-btn-accept {
  display: inline-flex;
  background: #1D9ED8;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  min-height: 36px;
  justify-content: center;
  border-radius: 3px;
  padding: 0 40px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  border: 2px solid transparent;
	min-width: 133px;
}
.button:hover,
button.cky-btn-accept:hover {
  background: #0A598F;
}
.button:focus,
button.cky-btn-accept:focus {
  border: 2px solid #1DD8B6;
  background: #1D9ED8;
}
.button:disabled,
button.cky-btn-accept:disabled {
  background: rgb(187, 226, 243);
}
@media (min-width: 768px) {
  .button,
  button.cky-btn-accept {
    min-height: 46px;
    padding: 0 36px;
  }
}
.button.primary,
button.cky-btn-accept.primary {
  background-color: #1D9ED8;
  color: #fff;
}
.button.primary:hover,
button.cky-btn-accept.primary:hover {
  background-color: #177dab;
}

/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
p {
  margin: 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.site-header {
  padding: 16px 0;
  z-index: 999;
  align-self: flex-start;
  position: absolute;
  left: 0;
  right: 0;
}

.site-header.opened-menu {
	background-color: #fff;
}
@media (min-width: 992px) {
  .site-header {
    padding: 23px 0;
  }
}
.site-header .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .site-header .container {
    align-items: center;
  }
}
.site-header .container ul.tmenu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  grid-column-gap: 24px;
}
.site-header .container ul.tmenu li a {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.site-header .container ul.tmenu li.current_page_item a,
.site-header .container ul.tmenu li.current-menu-item a {
  font-weight: 600;
}
.site-header .container .menu-container {
	display: flex;
}
.site-header .container .language-switcher-container {
	position: relative;
}
.site-header .container .language-switcher-container a {
	display: flex;
	align-items: center;
	padding: 4px 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff;
}
.site-header .container .language-switcher-container span.selected-language {
	display: flex;
	align-items: center;
	padding: 4px 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff;
}
.site-header .container .language-switcher-container li a {
	border-top: unset;
}
.site-header .container .language-switcher-container a {
	color: #515151;
}
.site-header .container .language-switcher-container span.selected-language {
	color: #515151;
}
.site-header .container .language-switcher-container span.selected-language {
	color: #fff;
}
.site-header.sticky .container .language-switcher-container span.selected-language {
	color: #515151;
}
.site-header.sticky .container .language-switcher-container a {
	border-color: #515151
}
.site-header.sticky .container .language-switcher-container span.selected-language {
	border-color: #515151
}
.site-header .container .language-switcher-container span.selected-language::after {
	content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  background-image: url("../../../../../uploads/2023/02/lang-arrow.svg");
  background-size: cover;
}
.site-header .container .language-switcher-container:hover span.selected-language::after {
	transform: rotate(180deg);
}
.site-header.sticky .container .language-switcher-container span.selected-language::after {
	background-image: url("../../../../../uploads/2023/02/lang-arrow-dark.svg");
}
.site-header .container .language-switcher-container .language-switcher {
	padding: 0;
  position: absolute;
	margin-block: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease-in-out;
  background: #fff;
  width: 100%;
  z-index: 1;
}
.site-header .container .language-switcher-container:hover .language-switcher {
	opacity: 1;
	transform: translateY(0);
}
.site-header .container .language-switcher-container .language-switcher a:hover {
	background-color: #E1F5FC;
}
.translatepress-uk .site-header .container .language-switcher .ua-item a {
	background-color: #BBE2F3;
}
.translatepress-en_US .site-header .container .language-switcher .en-item a {
	background-color: #BBE2F3;
}
.site-header .container .trp-language-switcher-container {
    display: none;
  }
.menu-container .menu-main-menu-container {
	margin-right: 24px;
}
@media (max-width: 991px) {
	.site-header .container .language-switcher-container {
		display: none;
	}
	
	.menu-container .menu-main-menu-container {
		margin-right: 0;
		width: 100%;
	}
}
.site-header .container .mob-sidebar {
  display: none;
}
@media (min-width: 992px) {
  .site-header .container .mob-sidebar {
    display: block;
  }
}
.site-header .container .mob-sidebar.active {
  position: fixed;
  width: 100%;
  height: calc(100vh - 55px);
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 55px;
  z-index: 9;
  background: #EEF3FA;
}
.site-header .container .mob-sidebar.active .tmenu {
  flex-direction: column;
  align-items: initial;
  text-align: center;
  background: #fff;
}
.site-header .container .mob-sidebar.active .tmenu li {
  padding: 16px;
  border-bottom: 1px solid #F5F5F5;
}
@media (max-height: 450px) {
	.site-header .container .mob-sidebar.active .tmenu li {
		padding: 8px;
	}
}
.site-header .container .mob-sidebar.active .tmenu li a {
  color: #515151;
  font-size: 14px;
}
.site-header .container .toggle-mnu {
  display: flex;
  width: 19px;
  height: 13px;
  justify-self: flex-end;
  align-items: flex-start;
  z-index: 11;
  background-color: transparent;
}
.site-header .container .toggle-mnu.active {
  background-color: transparent;
}
.site-header .container .toggle-mnu span:after,
.site-header .container .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}
.site-header .container .toggle-mnu span:after {
  top: 12px;
}
.site-header .container .toggle-mnu span {
  position: relative;
  display: block;
}
.site-header .container .toggle-mnu span,
.site-header .container .toggle-mnu span:after,
.site-header .container .toggle-mnu span:before {
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.site-header .container .toggle-mnu span,
.site-header .container .toggle-mnu span:after,
.site-header .container .toggle-mnu span:before {
  background-color: #fff;
}
.site-header.sticky .container .toggle-mnu span,
.site-header.sticky .container .toggle-mnu span:after,
.site-header.sticky .container .toggle-mnu span:before {
  background-color: #515151;
}

.site-header .container .toggle-mnu.active span {
  background-color: transparent;
}
.site-header .container .toggle-mnu.active span:before {
  transform: rotate(45deg) translate(1px, 0px);
	background-color: #515151;
}
.site-header .container .toggle-mnu.active span:after {
  transform: rotate(-45deg) translate(4px, -3px);
	background-color: #515151;
}
@media (min-width: 992px) {
  .site-header .container .toggle-mnu {
    display: none;
  }
}
.site-header.opened-menu {
  box-shadow: 0 2px 4px rgba(158, 168, 179, 0.25);
}
.site-header .site-logo.light, .site-header .site-logo__mob.light {
	display: block;
}
.site-header .site-logo.dark,
.site-header .site-logo__mob.dark {
	display: none;
}

.site-header.opened-menu .container .site-logo__mob.light,
.site-header.opened-menu .container .site-logo.light {
	display: none;
}
.site-header.sticky .container .site-logo.light,
.site-header.sticky .container .site-logo__mob.light {
	display: none;
}
.site-header.site-header__white .container .site-logo.light,
.site-header.site-header__white .container .site-logo__mob.light {
	display: none;
}
.site-header.site-header__white .site-logo.dark,
.site-header.sticky .site-logo.dark,
.site-header.site-header__white .site-logo__mob.dark,
.site-header.sticky .site-logo__mob.dark,
.site-header.opened-menu .site-logo.dark,
.site-header.opened-menu .site-logo__mob.dark {
	display: block;
}
@media (min-width: 992px) {
	.site-header .container .site-logo__mob.light,
	.site-header .container .site-logo__mob.dark {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.site-header .container .site-logo {
		display: none !important;
	}
}
@media (min-width: 1200px) {
  .site-header .site-logo.light {
    width: 175px;
    height: auto;
  }
}
.site-header__white, .site-header.sticky {
  background: #fff;
  box-shadow: 0 3px 20px rgba(136, 136, 136, 0.1);
  position: relative;
  padding: 14px 0;
}
@media (max-width: 576px) {
  .site-header__white, .site-header.sticky {
    box-shadow: 0 2px 4px rgba(158, 168, 179, 0.25);
  }
}

.site-header__white ul.tmenu, .site-header.sticky ul.tmenu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  grid-column-gap: 24px;
}
.site-header__white ul.tmenu li a, .site-header.sticky ul.tmenu li a {
  color: #515151 !important;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
}
.site-header__white .container, .site-header.sticky .container {
  align-items: center;
}
.site-header .custom-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-column-gap: 16px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
}
@media (min-height: 460px) {
	.site-header .custom-switcher {
		bottom: 60px;
	}
}
@media (min-height: 640px) {
	.site-header .custom-switcher {
		bottom: 120px;
	}
}
.site-header .custom-switcher li a {
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  color: #515151;
}
@media (min-width: 992px) {
  .site-header .custom-switcher {
    display: none;
  }
}
.site-header.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 3px 20px rgba(136, 136, 136, 0.1);
  z-index: 1009;
  left: 0;
  right: 0;
  background: #fff;
}

.translatepress-en_US .en a {
  color: #1D9ED8 !important;
}

.translatepress-uk .ua a {
  color: #1D9ED8 !important;
}

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  max-height: 272px;
}
@media (min-width: 768px) {
  .hero {
    max-height: 800px;
  }
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero .container h1 {
  color: #fff;
}
.hero .container .descr {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero .container .descr {
    font-size: 36px;
    line-height: 2;
  }
}
.hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

@media (max-width: 1100px) {
		.banner_slider .swiper-autoheight .swiper-wrapper {
			height: 100vh !important;
		}
	
	.banner_slider .swiper-slide .slide-content {
		position: absolute;
		top: 80px;
	}
	}

.banner_slider {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 1366px) and (max-height: 768px) {
	.banner_slider {
		height: 100vh;
	}
}
.banner_slider .swiper-container {
  width: 100%;
}
.banner_slider .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_slider .swiper-slide {
  position: relative;
  height: 400px;
  min-height: 400px;
}
@media (min-width: 768px) {
  .banner_slider .swiper-slide {
    height: 100vh;
    min-height: 768px;
  }
}
.banner_slider .swiper-slide img,
.banner_slider .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.banner_slider .swiper-slide .media_overlay {
  background: rgba(10, 89, 143, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.banner_slider .slide-content {
  color: #fff;
  z-index: 10;
  text-align: left;
  padding: 0 16px;
  width: calc(100% - 32px);
  max-width: calc(100vw - 32px);
  position: relative;
}
@media (min-width: 768px) {
  .banner_slider .slide-content {
    max-width: 1144px;
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}
@media (min-width: 1920px) {
  .banner_slider .slide-content {
    max-width: 1408px !important;
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
	.banner_slider .slide-content {
		top: -80px;
	}
}
.banner_slider .slide-content h1 {
  margin-bottom: 8px;
  max-width: 826px;
}
.banner_slider .slide-content p {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .banner_slider .slide-content p {
    font-size: 16px;
    line-height: 110%;
  }
}
.banner_slider .slide-content .hidden-title,
.banner_slider .slide-content .hidden-descr {
  display: none;
}
.banner_slider .slide-content .arrow {
  position: absolute;
  bottom: -80px;
  height: 56px;
}

.banner_slider .arrow-mobile {
	position: absolute;
	right: 20px;
	bottom: 56px;
	display: none;
	height: 56px;
}
@media (max-width: 1100px) {
	.banner_slider .slide-content .arrow {
		display: none;
	}
	
	.banner_slider .arrow-mobile {
		display: block;
	}
}
@media (min-width: 768px) {
  .banner_slider .slide-content .arrow {
    left: 32px;
    bottom: -250px;
    height: auto;
  }
}
.banner_slider div.swiper-nav {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  right: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  justify-items: flex-end;
  margin: 0 auto 40px;
  padding: 0 16px;
  width: calc(100% - 32px);
  max-width: calc(100vw - 32px);
}
@media (min-width: 768px) {
  .banner_slider div.swiper-nav {
    max-width: 1144px;
    width: calc(100% - 60px);
    padding: 0 30px;
    display: flex;
  }
}

@media (max-width: 1100px) {
	.banner_slider div.swiper-nav.swiper-pagination-bullets {
		top: 50vh;
		display: flex;
		align-content: flex-start;
		align-items: flex-start;
		max-height: 50vh;
		flex-wrap: wrap;
	}
}
@media (min-width: 1920px) {
  .banner_slider div.swiper-nav {
    max-width: 1408px !important;
    width: calc(100% - 60px);
    padding: 0 30px;
    display: flex;
  }
}
@media (max-width: 1100px) {
  .banner_slider div.swiper-nav {
    display: none;
  }
}
.banner_slider div.swiper-nav .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  text-align: right;
  border-right: 1px solid #fff;
  padding: 16px;
  position: relative;
}
@media (max-width: 1100px) {
	.banner_slider div.swiper-nav .swiper-pagination-bullet {
		right: 20px;
		padding-right: 8px;
		text-align: left;
		border-right: unset;
	}
}
@media (max-width: 1366px) and (max-height: 768px) {
	.banner_slider div.swiper-nav .swiper-pagination-bullet {
		padding-block: 8px;
	}
}
.banner_slider div.swiper-nav .swiper-pagination-bullet-active::after {
  content: "";
  height: 100%;
  width: 4px;
  background: #fff;
  display: block;
  position: absolute;
  right: -4px;
  top: 0;
}
@media (max-width: 1100px) {
	.banner_slider div.swiper-nav .swiper-pagination-bullet-active::after {
		display: none;
	}
	
	.banner_slider div.swiper-nav .swiper-pagination-bullet::after {
		content: "";
		top: 14px;
		right: unset;
		left: 8px;
		display: block;
 		 position: absolute;
		height: 19px;
		width: 1px;	
		background: #fff;
	}
}
.banner_slider div.swiper-nav .nav_title {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.banner_slider div.swiper-nav .nav_descr {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
	.banner_slider div.swiper-nav .nav_title {
		font-size: 16px;
	}
	
	.banner_slider div.swiper-nav .nav_descr {
		font-size: 14px;
		text-align: left;
	}
}
.banner_slider .swiper-pagination-bullet {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.banner_slider .swiper-pagination-bullet-active {
  background-color: #000;
}

.steps {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .steps {
    padding: 88px 0;
  }
}
.steps .step {
  max-width: 928px;
  text-align: center;
  margin: auto;
}
.steps .step h2 {
  margin-bottom: 16px;
}

.steps .step p {
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .steps .step p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.steps img {
  display: block;
  width: 34px;
  height: 34px;
  margin: 8px auto 16px;
}
@media (min-width: 768px) {
  .steps img {
    width: 46px;
    height: 46px;
    margin: 16px auto 24px;
  }
}

.cards {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .cards {
    padding: 80px 0;
  }

  #about-us {
	padding-bottom: 104px;
  }
	
  #services {
	padding-top: 40px;
  }
}
.cards h2 {
  text-align: center;
  margin-bottom: 32px;
}
.cards .description {
  text-align: center;
  max-width: 928px;
  margin: 0 auto 32px;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .cards .description {
    font-size: 18px;
    line-height: 1.6;
  }
}
.cards .certificates-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .cards .certificates-row {
    grid-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.cards .certificate {
  padding: 16px;
}
@media (min-width: 768px) {
  .cards .certificate {
    padding: 32px;
  }
}
.cards .certificate img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 16px;
  width: 64px;
  height: 64px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .cards .certificate img {
    width: 128px;
    height: 128px;
  }
}
.cards .certificate h4 {
  margin-bottom: 8px;
}
.cards .certificate p {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .cards .certificate p {
    line-height: 1.5;
    font-size: inherit;
    text-align: left;
  }
}
.cards.alignleft img {
  margin-left: 0;
}
.cards.alignleft .certificate p {
  text-align: left;
}
.cards.alignright img {
  margin-right: 0;
}

.banner-info {
  padding: 16px;
  text-align: center;
  color: #fff;
  margin: auto;
}
@media (min-width: 768px) {
  .banner-info {
    padding: 32px 16px;
  }
}
.banner-info h2 {
  color: #fff;
  margin: 0 auto 16px;
  max-width: 1024px;
}
.banner-info h3 {
  font-weight: 500;
  color: #fff;
}
.banner-info .descr {
  font-size: 12px;
  line-height: 1.4;
  max-width: 1024px;
  margin: auto;
}
@media (min-width: 768px) {
  .banner-info .descr {
    font-size: 18px;
    line-height: 1.6;
  }
}

.globe {
  background: #0A598F;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .globe {
	height: 100vh;
    max-height: 1000px;
  }
}
.globe .container {
	display: flex;
	flex-direction: column;
    padding-block: 32px;
}
@media (min-width: 1200px) {
	.globe .container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
.globe .globe_canvas {
  align-self: center;	
  width: 95vw;
  height: 95vw;
  display: block;
  cursor: move;
}
@media (min-width: 768px) {
  .globe .globe_canvas {
    width: 80vw;
    height: 80vw;
    max-width: 870px;
    max-height: 870px;
  }
}
@media (min-width: 992px) {
  .globe .globe_canvas {
    width: 60vw;
    height: 60vw;
    max-width: 870px;
    max-height: 870px;
  }
}
.globe_info h2,
.globe_info h3 {
	color: #fff;
}

.globe_info h3 {
	margin-top: 16px;
	line-height: 31.2px;
}

.globe_info h3.client {
	margin-top: 8px;
}

.technologies {
  padding: 24px 0;
  overflow: hidden;
}
.technologies .tech-slider {
  position: relative;
}
@media (min-width: 768px) {
  .technologies {
    padding: 107px 0;
  }
}
.technologies h2 {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .technologies h2 {
    margin-bottom: 56px;
  }
}
.technologies .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.technologies .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto auto;
}
@media (min-width: 768px) {
  .technologies .swiper-wrapper {
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto;
  }
}
.technologies .swiper-slide {
  text-align: center;
  background: #fff;
  height: 70px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .technologies .swiper-slide {
    height: 124px;
  }
}
.technologies .swiper-slide:nth-child(2n) {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .technologies .swiper-slide:nth-child(2n) {
    border-bottom: 0;
  }
}
.technologies .swiper-slide:not(last-child) {
  border-right: 1px solid #EBEBEB;
}
.technologies .swiper-slide img {
  display: block;
  width: auto;
  height: 20px;
}
@media (min-width: 768px) {
  .technologies .swiper-slide img {
    height: 40px;
    width: auto;
  }
}
.technologies .swiper-button-next,
.technologies .swiper-button-prev {
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-top: -48px;
  display: none;
}
@media (min-width: 768px) {
  .technologies .swiper-button-next,
  .technologies .swiper-button-prev {
    display: block;
  }
}
.technologies .swiper-button-next::after,
.technologies .swiper-button-prev::after {
  font-size: 24px;
}
.technologies .swiper-button-prev {
  transform: translateX(-56px);
}
.technologies .swiper-button-next {
  transform: translateX(56px);
}
.technologies .swiper-pagination {
  position: relative;
  bottom: auto !important;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .technologies .swiper-pagination {
    margin-top: 56px;
  }
}
.technologies .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
@media (min-width: 768px) {
  .technologies .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.technologies .swiper-pagination .swiper-pagination-bullet-active {
  background: #1D9ED8;
}

.career-slider {
  padding: 24px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .career-slider {
    padding: 80px 0;
  }
}
.career-slider .career-sl {
  position: relative;
}
.career-slider .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .career-slider .head {
    margin-bottom: 56px;
  }
}
.career-slider .head a {
  margin-right: 32px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #158AC5;
  display: none;
  align-items: center;
  grid-column-gap: 8px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .career-slider .head a {
    display: inline-flex;
  }
}

.career-slider div.mobile a {
	display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #158AC5;
  align-items: center;
  grid-column-gap: 8px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.career-slider div.mobile a svg {
	transition: all 0.25s ease-in-out;
  fill: #1D9ED8;
}

.career-slider div.mobile a:hover {
	color: #0A598F;
}

.career-slider div.mobile a:hover svg {
	transform: translateX(-3px);
  fill: #0A598F !important;
}

.career-slider div.mobile {
	display: none;
}
@media (max-width: 768px) {
	.career-slider div.mobile {
		display: flex;
		justify-content: flex-end;
	}
}
.career-slider .head a svg {
  transition: all 0.25s ease-in-out;
  fill: #1D9ED8;
}
.career-slider .head a:hover {
  color: #0A598F;
}
.career-slider .head a:hover svg {
  transform: translateX(-3px);
  fill: #0A598F !important;
}
.career-slider .swiper-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .career-slider .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
    transform: translateX(-15px);
  }
}
.career-slider .swiper-container .swiper-wrapper {
  align-items: stretch;
  flex-direction: column;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .career-slider .swiper-container .swiper-wrapper {
    flex-direction: row;
    grid-gap: unset;
  }
}
@media (max-width: 1100px) {
	.banner_slider .swiper-slide {
		height: 100% !important;
	}
}
.career-slider .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
.career-slider .swiper-container .swiper-wrapper .swiper-slide .career-item {
  width: 100%;
}
.career-slider .swiper-button-next,
.career-slider .swiper-button-prev {
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-top: -12px;
}
.career-slider .swiper-button-next::after,
.career-slider .swiper-button-prev::after {
  font-size: 24px;
}
.career-slider .swiper-button-prev {
  transform: translateX(-56px);
}
.career-slider .swiper-button-next {
  transform: translateX(32px);
}
@media (min-width: 1920px) {
  .career-slider .swiper-button-next {
    transform: translateX(56px);
  }
}
.career-slider .swiper-pagination {
  position: relative;
  bottom: auto !important;
  margin-top: 41px;
}
@media (max-width: 576px) {
  .career-slider .swiper-pagination {
    display: none;
  }
}
.career-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
@media (min-width: 768px) {
  .career-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.career-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #1D9ED8;
}
@media (max-width: 576px) {
  .career-slider .swiper-navigation {
    display: none;
  }
}

.career-item {
  background: #FFFFFF;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(158, 168, 179, 0.25);
  border-radius: 3px;
  display: grid;
  grid-template-rows: min-content min-content 1fr min-content;
  grid-template-columns: 1fr 1fr 2fr;
}
@media (min-width: 768px) {
  .career-item {
    box-shadow: 0 3px 20px rgba(136, 136, 136, 0.1);
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
.career-item .career-title {
  margin-bottom: 16px;
  font-size: 14px;
  grid-column: 1/4;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .career-item .career-title {
    min-height: 48px;
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.career-item .career-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 32px;
  color: #515151;
  text-decoration: none;
}
@media (min-width: 768px) {
  .career-item .career-title a {
    grid-column: unset;
    display: block;
    grid-column-gap: unset;
  }
}
.career-item .career-title a svg {
  display: block;
}
@media (min-width: 768px) {
  .career-item .career-title a svg {
    display: none;
  }
}
.career-item .career-categories {
  display: flex;
  align-items: center;
  grid-column-gap: 24px;
}
@media (min-width: 768px) {
  .career-item .career-categories {
    grid-column: 1/4;
  }
}
.career-item .career-categories .cat {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
  color: #8B8B8B;
  font-size: 12px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .career-item .career-categories .cat {
    font-size: inherit;
  }
}
.career-item .career-categories .cat svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
@media (min-width: 768px) {
  .career-item .career-categories .cat svg {
    width: auto;
    height: auto;
    min-width: unset;
  }
}
.career-item .career-excerpt {
  margin-top: 24px;
  display: none;
}
@media (min-width: 768px) {
  .career-item .career-excerpt {
    display: -webkit-box;
	-webkit-box-orient: vertical;
	max-height: 88px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
    grid-column: 1/4;
  }
	.career-item {
		height: 308px;
	}
}
.career-item .career-excerpt .required {
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.career-item .career-excerpt ul {
  padding-left: 18px;
  margin: 0;
  list-style: none
}
.career-item .career-excerpt ul li {
  line-height: 1.3;
  color: #515151;
}
.career-item .career-footer {
  justify-self: flex-end;
  justify-content: space-between;
  width: 100%;
  grid-column: 3/4;
  margin: 0 0 0 auto;
  display: block;
  text-align: right;
}
@media (min-width: 768px) {
  .career-item .career-footer {
    display: flex;
    text-align: left;
    margin: 32px 0 0;
    grid-column: unset;
  }
}
.career-item .career-footer .date {
  color: #8B8B8B;
  line-height: 1.5;
  align-self: flex-end;
  font-size: 12px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .career-item .career-footer .date {
    font-size: inherit;
  }
}
.career-item .career-footer .button {
  display: none;
}
@media (min-width: 768px) {
  .career-item .career-footer .button {
    display: flex;
	font-size: 14px;
	line-height: 20px;
  }
}

.contact-block {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .contact-block {
    padding: 80px 0;
  }
}
.contact-block .container {
  grid-column-gap: 80px;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

@media (min-width: 1100px) {
  .contact-block .container {
    flex-direction: row;
	  align-items: center;
  }
}
.contact-block .container .map {
  width: 100%;
  height: 325px;
  max-width: unset;
}
@media (min-width: 768px) {
  .contact-block .container .map {
    max-width: 1064px;
    height: 755px;
    display: block;
  }
}
.contact-block .container .map_img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  .contact-block .container .map_img {
    position: absolute;
    right: auto;
    left: auto;
    width: 55vw;
    max-width: 1064px;
  }
}
.contact-block .container .contact_text {
  margin-bottom: 16px;
  white-space: nowrap;
}
@media (min-width: 1100px) {
  .contact-block .container .contact_text {
    margin-bottom: 0;
  }
}
.contact-block .container .contact_text h2 {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .contact-block .container .contact_text h2 {
    margin-bottom: 56px;
  }
}
.contact-block .container .contact_text h4 {
  color: #515151;
  margin-top: 16px;
}
.contact-block .container .contact_text p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .contact-block .container .contact_text p {
	margin-top: 8px;
    font-size: 20px;
  }
}
.contact-block .container .contact_text a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #1D9ED8;
  text-decoration: none;
}
@media (min-width: 768px) {
  .contact-block .container .contact_text a {
    font-size: 20px;
  }
}

.site-footer {
  padding: 24px 0 0;
  background: #EEF3FA;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 46px 0 0;
  }
}
.site-footer .trp-language-switcher-container {
  display: none;
}
.site-footer > .container {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer > .container {
    grid-template-columns: 2fr 1fr 1fr 2fr;
    text-align: inherit;
  }
}
.site-footer .logo {
  display: block;
  margin: 0 auto 24px;
  width: 70px;
  height: 42px;
}
@media (min-width: 768px) {
  .site-footer .logo {
    margin: 0;
    width: auto;
    height: auto;
  }
}
.site-footer .custom-widget-area__menu1 {
  display: none;
}
@media (min-width: 768px) {
  .site-footer .custom-widget-area__menu1 {
    display: block;
  }
}
.site-footer .custom-widget-area__menu2 {
  order: 3;
}
@media (min-width: 768px) {
  .site-footer .custom-widget-area__menu2 {
    order: inherit;
  }
}
.site-footer .custom-widget-area__menu2 .widget-title {
  display: none;
}
@media (min-width: 768px) {
  .site-footer .custom-widget-area__menu2 .widget-title {
    display: block;
  }
}
.site-footer .custom-widget-area__menu2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 16px;
}
@media (min-width: 768px) {
  .site-footer .custom-widget-area__menu2 ul {
    display: block;
  }
}
.site-footer .custom-widget-area__social {
  display: flex;
  margin: 0 auto 28px;
  order: 2;
}
@media (min-width: 768px) {
  .site-footer .custom-widget-area__social {
    align-items: flex-start;
    margin: 0 0 0 auto;
  }
}
.site-footer .custom-widget-area__social ul {
  margin: 0;
}
.site-footer .custom-widget-area__social .wp-block-social-link {
  border-radius: 4px;
  background-color: #1D9ED8;
}
.site-footer .widget-title {
  font-family: "OpenSans";
  font-size: 20px;
  line-height: 32px;
  color: #515151;
  font-weight: 600;
  margin-bottom: 8px;
}
.site-footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .menu li {
  margin-bottom: 4px;
}
.site-footer .menu li a {
  font-size: 12px;
  color: #515151;
  text-decoration: none;
  line-height: 1.5;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .site-footer .menu li a {
    font-size: 16px;
  }
}
.site-footer .menu li a:hover {
  color: #1D9ED8;
  text-decoration: underline;
}
.site-footer .subfooter {
  background: #1D9ED8;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  margin-top: 22px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .site-footer .subfooter {
    font-size: 16px;
    margin-top: 46px;
  }
}
