/*! 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;
}

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

.cky-consent-container .cky-consent-bar {
  border-radius: 0 !important;
  padding: 36px !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
}
@media (max-width: 576px) {
  .cky-consent-container .cky-consent-bar {
    padding: 16px !important;
  }
}

.cky-notice-btn-wrapper {
  margin-top: 0 !important;
}
.cky-notice-btn-wrapper button {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Montserrat", serif;
  font-weight: 700;
}
@media (max-width: 576px) {
  .cky-notice-btn-wrapper button {
    font-size: 16px;
  }
}

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

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

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

.cky-notice-group p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cky-notice-group p {
    font-size: 14px;
  }
}
.cky-notice-group p a {
  font-size: 20px !important;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cky-notice-group p a {
    font-size: 14px !important;
  }
}

div.cky-consent-container {
  width: 100%;
  max-width: 810px;
}
div.cky-consent-container .cky-notice-group {
  grid-column-gap: 24px;
}
div.cky-consent-container .cky-notice-group p {
  font-size: 14px;
}
@media (min-width: 768px) {
  div.cky-consent-container .cky-notice-group p {
    font-size: 18px;
  }
}
div.cky-consent-container .cky-notice-group p a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
div.cky-consent-container .cky-notice-group .cky-notice-btn-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  div.cky-consent-container .cky-notice-group .cky-notice-btn-wrapper {
    flex-direction: row;
  }
}
div.cky-consent-container .cky-notice-group .cky-notice-btn-wrapper .cky-btn-reject {
  font-size: 12px;
  margin-top: 0;
}
@media (min-width: 768px) {
  div.cky-consent-container .cky-notice-group .cky-notice-btn-wrapper .cky-btn-reject {
    margin-right: 24px;
    font-size: 18px;
  }
}
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;
}
@media (min-width: 768px) {
  button.cky-btn-accept {
    margin-top: 16px;
  }
}

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;
  font-size: 12px;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.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 {
    font-size: 16px;
    min-height: 46px;
    padding: 0 32px;
  }
}
.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;
  background: #fff;
}
@media (min-width: 992px) {
  .site-header {
    padding: 23px 0;
    background: transparent;
  }
}
.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.site-header__white .container .language-switcher-container span.selected-language {
	color: #515151;
}
.site-header.site-header__white .container .language-switcher-container a {
	border-color: #515151
}
.site-header.site-header__white .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.site-header__white .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;
}
.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;
  background-color: #515151;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.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;
}
.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;
  }
}
@media (min-height: 460px) {
	.site-header .custom-switcher {
		bottom: 60px;
	}
}
@media (min-height: 640px) {
	.site-header .custom-switcher {
		bottom: 120px;
	}
}
.site-header.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 3px 20px rgba(136, 136, 136, 0.1);
  z-index: 9;
  left: 0;
  right: 0;
  background: #fff;
}

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

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

.page-header {
  padding: 12px 0;
  background: #EEF3FA;
}
@media (min-width: 768px) {
  .page-header {
    padding: 14px 0;
  }
}
.page-header .page-title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-header .page-title {
    font-size: 18px;
  }
}

#loader {
  display: none;
}

.card.is-loading .image,
.card.is-loading h2,
.card.is-loading button,
.card.is-loading .cats,
.card.is-loading .exps,
.card.is-loading .dats,
.card.is-loading p {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  margin: 10px 0;
}
.card.is-loading button {
  height: 52px;
  width: 188px;
  border: 0;
}
@media (max-width: 576px) {
  .card.is-loading button {
    width: 100px;
    height: 18px;
    margin: 0;
  }
}
.card.is-loading .dats {
  width: 83px;
  height: 24px;
}
@media (max-width: 576px) {
  .card.is-loading .dats {
    width: 145px;
    height: 18px;
    margin: 0;
  }
}
.card.is-loading .foots {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 42px;
}
@media (max-width: 576px) {
  .card.is-loading .foots {
    margin-top: 16px;
  }
}
.card.is-loading .cats {
  height: 24px;
}
@media (max-width: 576px) {
  .card.is-loading .cats {
    display: none;
  }
}
.card.is-loading .exps {
  height: 112px;
  margin-top: 32px;
}
@media (max-width: 576px) {
  .card.is-loading .exps {
    display: none;
  }
}
.card.is-loading h2 {
  height: 44px;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .card.is-loading h2 {
    height: 24px;
    margin-bottom: 16px;
    margin-top: 0;
  }
}
.card.is-loading p {
  height: 70px;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.card {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 576px) {
  .card {
    box-shadow: 0 2px 4px rgba(158, 168, 179, 0.25);
    border-radius: 3px;
  }
}
.card .image img {
  max-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card .content {
  padding: 20px 30px;
}
@media (max-width: 576px) {
  .card .content {
    padding: 16px;
  }
}

.archive-career {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .archive-career {
    margin-bottom: 80px;
  }
}

.filter {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .filter {
    margin: 32px 0 24px;
  }
}
.filter form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
@media (min-width: 768px) {
  .filter form {
    display: flex;
    align-items: center;
    grid-column-gap: 33px;
  }
}

select.form-control {
  border: 2px solid #D1D1D1;
  padding: 10px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFFFFF url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjM4Mjc5IDQuNjM5NTdMMi4yMTk2NyAxLjI5OTA1QzEuOTUzNTIgMS4wMTc5NyAxLjUwNjI2IDEuMDE3MDIgMS4yMzg5MSAxLjI5Njk3QzAuOTg5MTU5IDEuNTU4NDkgMC45ODkxNTkgMS45NzAxNyAxLjIzODkxIDIuMjMxNjlMNS4xNjgzMiA2LjM0NjMxQzUuNjIxMzIgNi44MjA2NiA2LjM3ODY4IDYuODIwNjYgNi44MzE2OCA2LjM0NjMxTDEwLjc2MTEgMi4yMzE2OUMxMS4wMTA4IDEuOTcwMTcgMTEuMDEwOCAxLjU1ODQ5IDEwLjc2MTEgMS4yOTY5N0MxMC40OTM3IDEuMDE3MDIgMTAuMDQ2NSAxLjAxNzk3IDkuNzgwMzMgMS4yOTkwNUw2LjYxNzIxIDQuNjM5NTdDNi4yODE5MiA0Ljk5MzY3IDUuNzE4MDkgNC45OTM2NyA1LjM4Mjc5IDQuNjM5NTdaIiBmaWxsPSIjMTMxMzEzIiBzdHJva2U9IiMxMzEzMTMiIHN0cm9rZS13aWR0aD0iMC4zIi8+Cjwvc3ZnPgo=) no-repeat;
  background-position-x: calc(100% - 16px);
  background-position-y: 50%;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
  color: #515151;
	    min-height: 60px;
}
@media (min-width: 768px) {
  select.form-control {
    background-position-x: calc(100% - 36px);
    min-width: 327px;
    font-size: inherit;
    padding: 10px 36px;
    width: auto;
  }
}

.career-list {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .career-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .career-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pagination {
  margin-bottom: 80px;
  text-align: center;
  margin-top: 40px;
}

.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: inherit;
    margin-bottom: 32px;
  }
}
.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: 32px;
  display: none;
}
@media (min-width: 768px) {
  .career-item .career-excerpt {
    display: block;
    grid-column: 1/4;
  }
}
.career-item .career-excerpt .required {
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
}
.career-item .career-excerpt ul {
  padding-left: 18px;
  margin: 0;
}
.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: 42px 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;
  }
}

.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: 1.6;
  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;
  }
}
