/*! 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: 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: 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: calc(100% - 80px);
  max-width: 960px;
}
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.sticky .container .language-switcher-container span.selected-language {
	color: #515151;
}
.site-header.site-header__white .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.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.sticky .container .language-switcher-container span.selected-language::after {
	background-image: url("../../../../../uploads/2023/02/lang-arrow-dark.svg");
}
.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;
}

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

section.page .container {
  display: grid;
/*  grid-template-columns: max-content 1fr;*/

  padding-bottom: 80px;
}
section.page .container .head {
  grid-column: 1/3;
  border-bottom: 1px solid #D1D1D1;
  padding: 32px 0 8px;
}
section.page .container .head h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #515151;
}
section.page .container .content {
  max-width: 800px;
  padding-top: 20px;
}
section.page .container .content > * {
  margin: 1rem 0;
}
section.page .container .content h2 {
  font-size: 20px;
}
section.page .container .content h3 {
  font-size: 18px;
}
section.page .container .content p {
  line-height: 1.3;
}
section.page .container .sidebar {
  justify-self: flex-end;
}

body.error404 {
  grid-template-rows: min-content 1fr min-content;
}
body.error404 #errorPage {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.error404 #errorPage h1 {
  color: #1D9ED8;
  font-weight: 700;
  font-size: 140px;
  margin-bottom: 8px;
}
body.error404 #errorPage .descr {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1D9ED8;
  margin-bottom: 24px;
}
