@charset "UTF-8";
/*!
Theme Name: firmen
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: firmen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

firmen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Colors */
.body-text-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/Manrope-Light.woff2") format("woff2"), url("fonts/manrope/Manrope-Light.woff") format("woff"), url("fonts/manrope/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/Manrope-ExtraBold.woff2") format("woff2"), url("fonts/manrope/Manrope-ExtraBold.woff") format("woff"), url("fonts/manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/Manrope-Regular.woff2") format("woff2"), url("fonts/manrope/Manrope-Regular.woff") format("woff"), url("fonts/manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("fonts/manrope/Manrope-Bold.woff") format("woff"), url("fonts/manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/Manrope-Medium.woff2") format("woff2"), url("fonts/manrope/Manrope-Medium.woff") format("woff"), url("fonts/manrope/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/Manrope-SemiBold.woff2") format("woff2"), url("fonts/manrope/Manrope-SemiBold.woff") format("woff"), url("fonts/manrope/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope/Manrope-ExtraLight.woff2") format("woff2"), url("fonts/manrope/Manrope-ExtraLight.woff") format("woff"), url("fonts/manrope/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #070707;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1,
h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #070707;
}

h1,
.h1 {
  font-size: 42px;
  line-height: 1.24;
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.31;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.42;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 1.27;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.3;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 1.5;
}

.overline {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #070707;
  border-top: 1px solid #070707;
  border-bottom: 1px solid #070707;
}
@media (max-width: 767px) {
  .overline {
    border-bottom: 0;
    font-size: 22px;
  }
}
.overline.section-title {
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .overline.section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 17px;
    padding-bottom: 0;
  }
  .overline.section-title .title {
    border-bottom: 1px solid #070707;
    padding-bottom: 17px;
    margin-bottom: 25px;
    width: 100%;
  }
}
.overline .article-tags {
  gap: 15px;
}
@media (max-width: 767px) {
  .overline .article-tags {
    max-width: 100%;
    padding-bottom: 10px;
  }
  .overline .article-tags a {
    white-space: nowrap;
  }
}

blockquote {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.78;
  font-style: italic;
  font-weight: normal;
}

.overlined-title .section-title {
  font-weight: 600;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .overlined-title .section-title {
    font-weight: 700;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #070707;
  text-decoration: none;
}
a:visited {
  color: #070707;
}
a:hover, a:focus, a:active {
  color: #070707;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  outline: none;
  background-color: transparent;
}

button {
  cursor: pointer;
}

.btn {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.btn[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn.btn-arrow-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #070707;
}
.btn.btn-arrow-right:after {
  margin-left: 8px;
  content: url("data:image/svg+xml,%3Csvg width='25' height='8' viewBox='0 0 25 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='3.5' width='20' height='1' fill='%230B0909'/%3E%3Cpath d='M25 4L19.75 7.03109L19.75 0.968911L25 4Z' fill='%230B0909'/%3E%3C/svg%3E%0A");
}
.btn.bold-btn {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #070707;
}
.btn.btn-black {
  background-color: #070707;
  color: #fff;
  padding: 12px 25px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn.btn-black:after {
  background-color: #003FE0;
  border-radius: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-104%, 0) rotate(10deg);
  transform: translate(-104%, 0) rotate(10deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out;
  transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
  z-index: 0;
}
.btn.btn-black span {
  position: relative;
  z-index: 1;
}
.btn.btn-black:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn.btn-black:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn.btn-black.btn-arrow-right:after {
  content: url("data:image/svg+xml,%3Csvg width='25' height='8' viewBox='0 0 25 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='3.5' width='20' height='1' fill='%23FFFFFF'/%3E%3Cpath d='M25 4L19.75 7.03109L19.75 0.968911L25 4Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.btn.btn-white {
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  height: 45px;
  color: #070707;
  border: 1px solid #070707;
  padding: 12px 25px;
  overflow: hidden;
}
.btn.btn-white:after {
  background-color: #003FE0;
  border-radius: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0) rotate(10deg);
  transform: translate(-100%, 0) rotate(10deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out;
  transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
  z-index: 0;
}
.btn.btn-white span {
  position: relative;
  z-index: 1;
}
.btn.btn-white:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border: 0;
  color: #fff;
}
.btn.btn-white:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: -1;
}
.btn.btn-border-black {
  border: 1px solid #070707;
  color: #070707;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  height: 45px;
}
.btn.btn-border-black:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: #E5ECFC;
  border-color: #003FE0;
  color: #003FE0;
}
.btn.btn-round {
  border-radius: 0px;
}
.btn.btn-simple {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  padding: 0;
  color: #070707;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn.btn-simple:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #003FE0;
}

.btn-advert {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #070707;
  padding: 5px 15px;
  border: 1px solid #070707;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.btn-search {
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
}
@media (max-width: 1023px) {
  .btn-search {
    margin-right: 20px;
  }
}
.btn-search .icon-open {
  position: absolute;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-top: 55px;
}
@media (max-width: 1023px) {
  .btn-search .icon-open {
    margin-top: 0;
  }
}
.btn-search .icon-open circle,
.btn-search .icon-open path {
  stroke: #0B0909;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-search .icon-open circle:hover,
.btn-search .icon-open path:hover {
  stroke: #003FE0;
}
.btn-search:hover .icon-open circle,
.btn-search:hover .icon-open path {
  stroke: #003FE0;
}
.btn-search .icon-close {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body.search-active .btn-search {
  background-color: #070707;
}
body.search-active .btn-search .icon-close {
  visibility: visible;
  opacity: 1;
}
body.search-active .btn-search .icon-open {
  visibility: hidden;
  opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0B0909;
}

@media (max-width: 767px) {
  .swiper-navigation {
    display: none;
  }
}
.swiper-navigation .swiper-button-prev:after {
  content: url("data:image/svg+xml,%3Csvg width='26' height='8' viewBox='0 0 26 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='1' transform='matrix(-1 0 0 1 25.5 3.5)' fill='%230B0909'/%3E%3Cpath d='M0.5 4L5.75 7.03109L5.75 0.968911L0.5 4Z' fill='%230B0909'/%3E%3C/svg%3E%0A");
}
.swiper-navigation .swiper-button-next:after {
  content: url("data:image/svg+xml,%3Csvg width='26' height='8' viewBox='0 0 26 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='3.5' width='20' height='1' fill='%230B0909'/%3E%3Cpath d='M25.5 4L20.25 7.03109L20.25 0.968911L25.5 4Z' fill='%230B0909'/%3E%3C/svg%3E%0A");
}

.article-tags {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-tags li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.article-tags a {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #070707;
  padding: 5px 15px;
  border: 1px solid #070707;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.article-tags a:hover {
  background-color: #E5ECFC;
  border-color: #003FE0;
  color: #003FE0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.article-tags a.active {
  background: #070707;
  color: #fff;
  border-color: transparent;
}
.article-tags .nochet {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.btn-tag {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-tag:hover {
  background-color: #E5ECFC;
  border-color: #003FE0;
  color: #003FE0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a.btn-black-rounded {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #070707;
  border: 1px solid #070707;
  padding: 12px 25px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
a.btn-black-rounded:hover {
  background-color: #e5ecfc;
  border-color: #003fe0;
  color: #003fe0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media (max-width: 767px) {
  a.btn-black-rounded.desktop {
    display: none;
  }
}

a.btn-black-rounded.mobile {
  margin-top: 25px;
}
@media (max-width: 767px) {
  a.btn-black-rounded.mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  a.btn-black-rounded.mobile {
    display: none;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #070707;
  border-radius: 3px;
  padding: 3px;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #070707;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
.comment-navigation .nav-links .nav-prev,
.comment-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-prev,
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-prev,
.post-navigation .nav-links .nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 16px;
}
.comment-navigation .nav-links .nav-prev svg,
.comment-navigation .nav-links .nav-next svg,
.posts-navigation .nav-links .nav-prev svg,
.posts-navigation .nav-links .nav-next svg,
.post-navigation .nav-links .nav-prev svg,
.post-navigation .nav-links .nav-next svg {
  min-width: 25px;
}
.comment-navigation .nav-links .nav-prev:hover .nav-title,
.comment-navigation .nav-links .nav-next:hover .nav-title,
.posts-navigation .nav-links .nav-prev:hover .nav-title,
.posts-navigation .nav-links .nav-next:hover .nav-title,
.post-navigation .nav-links .nav-prev:hover .nav-title,
.post-navigation .nav-links .nav-next:hover .nav-title {
  color: #515151;
}
.comment-navigation .nav-links .nav-prev .item,
.comment-navigation .nav-links .nav-next .item,
.posts-navigation .nav-links .nav-prev .item,
.posts-navigation .nav-links .nav-next .item,
.post-navigation .nav-links .nav-prev .item,
.post-navigation .nav-links .nav-next .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comment-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
  text-align: right;
}
.comment-navigation .nav-links .nav-subtitle,
.posts-navigation .nav-links .nav-subtitle,
.post-navigation .nav-links .nav-subtitle {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  color: #8C8C8C;
}
.comment-navigation .nav-links .nav-title,
.posts-navigation .nav-links .nav-title,
.post-navigation .nav-links .nav-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #0B0909;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.container {
  width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.breadcrumbs {
  padding-top: 15px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
.breadcrumbs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  overflow: auto;
  padding-bottom: 10px;
}
.breadcrumbs__items li {
  white-space: nowrap;
}
.breadcrumbs__items li + li:before {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumbs__items li a {
  color: #070707;
}
.breadcrumbs__items li span {
  color: #757575;
}

.article-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
.article-author__image {
  min-width: 118px;
  width: 118px;
  max-width: 118px;
  height: 118px;
  max-height: 118px;
}
@media (max-width: 1023px) {
  .article-author__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.article-author__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.article-author__content .author-name {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #070707;
}
.article-author__content .author-info {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #070707;
}
.article-author__content .btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 5px 15px;
  color: #070707;
  height: 27px;
  border-radius: 0px;
}
@media (max-width: 1023px) {
  .article-author__content .btn {
    height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

.article-anchors {
  margin-bottom: 40px;
}
.article-anchors.mobile {
  margin-bottom: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.article-anchors.mobile .article-anchors__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article-anchors.mobile .article-anchors__title .anchors-block__arrow {
  padding: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-anchors.mobile .article-anchors__title .anchors-block__arrow .icon-close {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.article-anchors.mobile .article-anchors__title .anchors-block__arrow .icon-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}
.article-anchors.mobile .article-anchors__title .anchors-block__arrow.opened .icon-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.article-anchors.mobile .article-anchors__title .anchors-block__arrow.opened .icon-open {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.article-anchors.mobile .article-anchors__items {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.article-anchors.mobile .article-anchors__items a:last-child {
  margin-bottom: 20px;
}
.article-anchors.mobile .article-anchors__items a:before {
  min-width: 24px;
}
@media (min-width: 1024px) {
  .article-anchors.mobile {
    display: none;
  }
}
.article-anchors.mobile.opened .anchors-links {
  max-height: 600px;
}
@media (max-width: 1023px) {
  .article-anchors.desktop {
    display: none;
  }
}
.article-anchors__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #070707;
  border-top: 1px solid #070707;
  border-bottom: 1px solid #070707;
  margin-bottom: 25px;
}
.article-anchors__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  counter-reset: section;
}
.article-anchors__items a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #070707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article-anchors__items a:hover span {
  color: #003FE0;
  -webkit-text-decoration: underline #003FE0;
  text-decoration: underline #003FE0;
}
.article-anchors__items a:before {
  counter-increment: section;
  content: counter(section) ".";
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003FE0;
}

.article-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #070707;
}
.article-favorite__title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #070707;
}
@media (max-width: 1023px) {
  .article-favorite__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .article-favorite {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article-favorite .article-favorite__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.article-share ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .article-share.mobile {
    display: none;
  }
}

.category-page .category-articles {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .category-page .category-articles {
    margin-bottom: 80px;
  }
}
.category-page .category-articles .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .category-page .category-articles .section-title {
    margin-bottom: 30px;
  }
}
.category-page .category-articles .loadmore {
  margin-top: 50px;
}
.category-page .interesting-articles {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .category-page .interesting-articles {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
.category-page .interesting-articles .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .category-page .interesting-articles .section-title {
    margin-bottom: 30px;
  }
}
.category-page .interesting-articles .loadmore {
  margin-top: 50px;
}

.search-page {
  margin-bottom: 0px;
}
.search-page__header {
  background: #F4F4F6;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .search-page__header {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.search-page .search-results .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .search-page .search-results .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 1025px) {
  .search-page .search-results .section-title .title {
    min-width: 40%;
  }
}
.search-page .loadmore {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .search-page .loadmore {
    margin-top: 40px;
  }
}
.search-page .interesting-wrap .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .search-page .interesting-wrap .section-title {
    margin-bottom: 30px;
  }
}

.page-404 {
  background: #E3F5FF;
}
.page-404 .container {
  width: 1300px;
  max-width: 100%;
}
.page-404__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  gap: 70px;
}
@media (max-width: 767px) {
  .page-404__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 60px;
  }
}
.page-404__art {
  width: 565px;
  max-width: 50%;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
@media (max-width: 767px) {
  .page-404__art {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
.page-404__art img {
  display: block;
}
.page-404__content {
  width: 50%;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 605px;
}
@media (max-width: 767px) {
  .page-404__content {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    width: 100%;
  }
}
.page-404__content .section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #070707;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-404__content .section-title {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-404__content .section-title {
    font-size: 30px;
  }
}
.page-404__content .section-info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(7, 7, 7, 0.8);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-404__content .section-info {
    margin-bottom: 40px;
  }
}
.page-404__content .button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-id-3 .entry-content p > a {
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .home-lastnews .section-title .title {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .category-block .section-title .title {
    margin-bottom: 0;
  }
}

body.privacy-policy article {
  word-wrap: break-word;
}

/* Header
--------------------------------------------- */
.site-header {
  background: #FFFFFF;
  margin-bottom: 0px;
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 1023px) {
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-header__nav {
    width: 100%;
  }
}
.site-header__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  height: 92px;
}
@media (max-width: 1023px) {
  .site-header__inner {
    padding-top: 21px;
    padding-bottom: 21px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.site-header .search_burger {
  display: inline-block;
  float: right;
  margin-top: 0px;
}
.site-header__logo {
  margin-right: 147px;
}
@media (max-width: 1023px) {
  .site-header__logo {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .site-header__logo img {
    height: auto;
    max-width: 85%;
  }
}
.site-header .nav-menu {
  margin-right: auto;
}
@media (max-width: 1023px) {
  .site-header .nav-menu {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding-top: 64px;
  }
  .site-header .nav-menu .site-header__logo_nav {
    display: none;
  }
}
.site-header .nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .site-header .nav-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    gap: 30px;
  }
}
.site-header .nav-menu ul a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #070707;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border: 1px solid #070707;
  border-radius: 0px;
  padding: 5px 15px;
}
@media (max-width: 1023px) {
  .site-header .nav-menu ul a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 0px 0px 1px 0px;
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 16px;
    font-size: 20px;
  }
}
.site-header .nav-menu ul a:hover {
  background: #E5ECFC;
  border: 1px solid #003FE0;
  color: #003FE0;
}
@media (max-width: 1023px) {
  .site-header .nav-menu {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 48px;
    align-items: center;
    text-align: center;
    z-index: 9;
    background: #fff;
    top: 0px;
  }
}
.site-header .btn-search {
  position: absolute;
  right: 20px;
  top: 35px;
}
@media (max-width: 1023px) {
  .site-header .btn-search {
    position: static;
  }
}
@media (min-width: 1024px) {
  .site-header .hamburger {
    display: none;
  }
}
.site-header .hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .site-header .hamburger {
    display: none;
  }
}
.site-header .hamburger.is-active .hamburger-inner,
.site-header .hamburger.is-active .hamburger-inner:after,
.site-header .hamburger.is-active .hamburger-inner:before {
  background-color: #0B0909;
}
.site-header .hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
}
.site-header .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.site-header .hamburger-inner,
.site-header .hamburger-inner:after,
.site-header .hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 2px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #0B0909;
}
.site-header .hamburger-inner:after,
.site-header .hamburger-inner:before {
  display: block;
  content: "";
}
.site-header .hamburger-inner:before {
  top: -8px;
}
.site-header .hamburger-inner:after {
  bottom: -8px;
}
.site-header .hamburger--squeeze .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
}
.site-header .hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.site-header .hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.site-header .hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header .hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.site-header .hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.site-header .search-bar {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 140px;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
@media (max-width: 1023px) {
  .site-header .search-bar {
    top: 70px;
  }
}
.site-header .search-bar__inner {
  border: 8px solid #EBEBEB;
  -webkit-box-shadow: 0px 16px 44px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 16px 44px rgba(0, 0, 0, 0.08);
  padding-left: 22px;
  background: #fff;
}
.site-header .search-bar form {
  margin: 0;
}
.site-header .search-bar .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  cursor: text;
}
@media (max-width: 1023px) {
  .site-header .search-bar .input-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.site-header .search-bar .input-wrap input {
  width: 100%;
  height: 48px;
  border: 0;
  outline: none;
}
.site-header .search-bar .input-wrap input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #8C8C8C;
}
.site-header .search-bar .input-wrap input::-moz-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #8C8C8C;
}
.site-header .search-bar .input-wrap input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #8C8C8C;
}
.site-header .search-bar .input-wrap input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #8C8C8C;
}
.site-header .search-bar .input-wrap input::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #8C8C8C;
}
.site-header .search-bar input#setter {
  left: -4000px;
  position: absolute;
  opacity: 0;
}
.site-header .search-bar .cursor {
  font-size: 12px;
  background-color: #0B0909;
  position: relative;
  opacity: 0.5;
  height: 48px;
  width: 1px;
  max-width: 3px;
  overflow: hidden;
  text-indent: -5px;
  display: inline-block;
  text-decoration: blink;
  -webkit-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .site-header .search-bar .cursor {
    height: 32px;
  }
}
.site-header .search-bar #terminal {
  margin: 8px;
  cursor: text;
  height: 500px;
  overflow: auto;
}
.site-header .search-bar #writer {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  font-family: "Manrope", sans-serif;
  margin-left: 20px;
  line-height: 1;
  color: #0B0909;
}
@media (max-width: 1023px) {
  .site-header .search-bar #writer {
    font-size: 20px;
  }
}
.site-header .search-bar #getter {
  margin: 5px;
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

body:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  height: 100vh;
  min-height: 130vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body.nav-active {
  overflow: hidden;
}
body.nav-active:before {
  visibility: visible;
  opacity: 1;
}
body.nav-active .nav-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  max-width: calc(100vw - 40px);
}

.site-header__logo_nav {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .site-header__logo_nav {
    display: none;
  }
}

body.search-active .search-bar {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 1;
}
body.search-active main {
  -webkit-filter: blur(4.5px);
  filter: blur(4.5px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* Footer
--------------------------------------------- */
.footer {
  background-color: #070707;
  padding-top: 43px;
  color: #ECECEC;
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 1023px) {
  .footer {
    padding-top: 43px;
  }
}
.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer .footer-info {
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .footer .footer-info {
    padding-bottom: 20px;
  }
}
.footer .footer-info .footer-logo {
  display: block;
}
.footer .footer-info .footer-logo svg,
.footer .footer-info .footer-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .footer .footer-info .footer-logo svg,
  .footer .footer-info .footer-logo img {
    width: 216px;
    display: block;
    height: auto;
  }
}
@media (max-width: 768px) {
  .footer .footer-info .footer-logo svg,
  .footer .footer-info .footer-logo img {
    height: auto;
    width: 197.19px;
  }
}
.footer .footer-info .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer .footer-info .footer-socials a {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .footer-info .footer-socials a:hover img {
  -webkit-filter: invert(0.01) sepia(1) saturate(1) hue-rotate(187deg);
  filter: invert(0.01) sepia(1) saturate(1) hue-rotate(187deg);
}
.footer .footer-about {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #ECECEC;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .footer .footer-about {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .footer .footer-about {
    font-size: 17px;
  }
}
.footer .footer-about p {
  margin: 0;
}
.footer .footer-tags {
  max-width: 260px;
}
@media (max-width: 1023px) {
  .footer .footer-tags {
    max-width: 100%;
  }
}
.footer .footer-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1023px) {
  .footer .footer-tags ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
}
.footer .footer-tags ul a {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ECECEC;
  text-decoration: none;
  border: 1px solid #ECECEC;
}
.footer .footer-tags ul a:hover {
  background: rgba(236, 236, 236, 0.15);
}
.footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 37px 0 20px 0;
}
@media (max-width: 1023px) {
  .footer .footer-links {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer .footer-links .separator {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .footer .footer-links .separator {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer .footer-links a {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ECECEC;
}
.footer .footer-links a:hover {
  text-decoration: underline;
}
.footer .separator {
  content: url("data:image/svg+xml,%3Csvg width='4' height='5' viewBox='0 0 4 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2.5' r='2' fill='%23ECECEC'/%3E%3C/svg%3E%0A");
}
.footer .footer-copy {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
@media (max-width: 1023px) {
  .footer .footer-copy {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    width: 100%;
  }
}
.footer .footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #FFFFFF;
}
@media (max-width: 1023px) {
  .footer .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .footer .footer-bottom .footer-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) and (min-width: 576px) {
  .footer .footer-bottom .footer-nav {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer-bottom .footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .footer .footer-bottom .footer-nav ul {
    gap: 10px;
  }
}
.footer .footer-bottom .footer-nav ul a {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 5px 15px;
  color: #ECECEC;
  border: 1px solid #ECECEC;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .footer-bottom .footer-nav ul a:hover {
  background: rgba(236, 236, 236, 0.15);
}

/* Single
--------------------------------------------- */
.single-article .article-header {
  background: #F4F4F6;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .single-article .article-header .container {
    padding-left: 125px;
  }
}
.single-article .breadcrumbs {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .single-article .breadcrumbs {
    margin-bottom: 40px;
  }
}
.single-article .article-title .article-tags {
  margin-bottom: 16px;
  gap: 15px;
}
.single-article .article-title .article-tags li span,
.single-article .article-title .article-tags li a {
  padding: 8px 17px;
}
.single-article .article-title .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #070707;
}
.single-article .article-title .article-info .article-tags {
  margin-bottom: 0;
  margin-left: 20px;
}
.single-article .article-title .title {
  max-width: 910px;
  margin-top: 0;
  margin-bottom: 10px;
}
.single-article .separator {
  content: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='4' height='4' fill='%23003FE0'/%3E%3C/svg%3E%0A");
  margin-left: 15px;
  margin-right: 15px;
}
.single-article .article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 70px;
  padding-top: 30px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .single-article .article-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .single-article .article-wrap {
    gap: 35px;
  }
}
@media (max-width: 768px) {
  .single-article .article-wrap {
    padding-top: 25px;
  }
}
.single-article .article-wrap__content {
  -webkit-box-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
  width: 70%;
}
@media (max-width: 1023px) {
  .single-article .article-wrap__content {
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .single-article .article-wrap__content {
    -webkit-box-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
    width: 60%;
  }
}
.single-article .article-wrap__content .article-image {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .single-article .article-wrap__content .article-image {
    padding-left: 95px;
  }
}
@media (max-width: 1023px) {
  .single-article .article-wrap__content .article-image {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single-article .article-wrap__content .article-image {
    margin-bottom: 20px;
  }
}
.single-article .article-wrap__content .article-image figure {
  margin-top: 0;
  margin-bottom: 0;
}
.single-article .article-wrap__content .article-image figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-article .article-wrap__content .article-content-wrap {
  position: relative;
}
@media (min-width: 576px) {
  .single-article .article-wrap__content .article-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 576px) {
  .single-article .article-wrap__content .article-content-wrap .article-share {
    top: 65px;
    position: sticky;
    height: 150px;
    padding-right: 70px;
    padding-top: 40px;
  }
}
.single-article .article-wrap__content .article-content-wrap .article-share li:hover a svg path {
  fill: #003FE0;
}
@media (max-width: 1023px) {
  .single-article .article-wrap__content .article-content-wrap .article-share.desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .single-article .article-wrap__content .article-content-wrap .article-share.desktop ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-article .article-wrap__content .article-text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 32px */
  color: #070707;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .single-article .article-wrap__content .article-text h2 {
    font-size: 24px;
  }
}
.single-article .article-wrap__content .article-text a {
  color: #003FE0;
}
.single-article .article-wrap__content .article-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #070707;
}
.single-article .article-wrap__content .article-text p strong {
  font-weight: 700;
}
.single-article .article-wrap__content .article-text p a {
  color: #003FE0;
}
.single-article .article-wrap__content .article-text hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-article .article-wrap__content .article-text ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.single-article .article-wrap__content .article-text ul li:before {
  content: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8' height='8' fill='%23003FE0'/%3E%3C/svg%3E%0A");
  display: inline-block;
  margin-right: 12px;
  position: relative;
  line-height: 1.1;
  padding: 8px;
  margin-right: 10px;
}
.single-article .article-wrap__content .article-text ul li + li {
  margin-top: 10px;
}
.single-article .article-wrap__content .article-text .block-cta-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-article .article-wrap__content .article-text .block-cta-button .btn {
  height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-article .article-wrap__content .article-text .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .single-article .article-wrap__content .article-text .wp-block-gallery figure {
    width: 100% !important;
  }
}
.single-article .article-wrap__content .article-text .cta-block.version-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-article .article-wrap__content .article-text .cta-block.version-4 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-article .article-wrap__content .article-text h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .single-article .article-wrap__content .article-text h3 {
    font-size: 22px;
  }
}
.single-article .article-wrap__sidebar {
  max-width: 400px;
  -webkit-box-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
}
@media (min-width: 1024px) {
  .single-article .article-wrap__sidebar {
    top: 10px;
    position: sticky;
  }
}
@media (max-width: 1023px) {
  .single-article .article-wrap__sidebar {
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-article .article-wrap__sidebar .article-author {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
    gap: 30px;
    margin-bottom: 0;
  }
  .single-article .article-wrap__sidebar .article-favorite {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.single-article .interesting-articles {
  margin-bottom: 100px;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .single-article .interesting-articles {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.single-article .interesting-articles .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .single-article .interesting-articles .section-title {
    margin-bottom: 30px;
  }
}
.single-article .interesting-articles .loadmore {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .single-article .interesting-articles .loadmore {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .single-article .cta-block.version-1 .cta-block-wrap:after {
    width: 118px;
    right: 10px;
  }
  .single-article .cta-block.version-1 .cta-block-wrap:before {
    left: 10px;
    bottom: 10px;
  }
  .single-article .cta-block.version-1 .cta-block-wrap .cta-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .single-article .cta-block.version-1 .cta-block-inner {
    max-width: 740px;
  }
}
@media (max-width: 767px) {
  .single-article .interesting-articles .articles-wrap {
    gap: 0;
  }
  .single-article .interesting-articles .articles-wrap .article {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
  }
  .single-article .interesting-articles .articles-wrap .article:last-child {
    margin-bottom: 0;
  }
}
.single-article .wpulike .wp_ulike_general_class {
  background: #E5ECFC !important;
  border-radius: 0 !important;
}
.single-article .post-views.entry-meta > span.post-views-icon.dashicons {
  display: none !important;
}

.article-author-print {
  display: none;
}

/* Articles cards
--------------------------------------------- */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.weight-500 {
  font-weight: 500;
}

.articles-wrap {
  display: grid;
}
.articles-wrap .cta-block {
  margin-top: 0;
  margin-bottom: 0;
}
.articles-wrap.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 3fr;
  gap: 40px 30px;
}
@media (max-width: 767px) {
  .articles-wrap.columns-3 {
    grid-template-columns: 1fr;
  }
}
.articles-wrap.columns-3 .article__image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-wrap.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 3fr;
  gap: 40px 30px;
}
@media (max-width: 767px) {
  .articles-wrap.columns-4 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .articles-wrap.columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}
.articles-wrap.columns-4 .article__title {
  font-size: 18px !important;
}
.articles-wrap.columns-4 .article__image {
  height: auto !important;
}
@media (max-width: 599px) {
  .articles-wrap.columns-4 .article__image {
    height: 230px;
  }
}
@media (min-width: 599px) and (max-width: 767px) {
  .articles-wrap.columns-4 .article__image {
    height: 320px;
  }
}
.articles-wrap.columns-4 .article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__title a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.article__title a:hover {
  color: #070707;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
}
.article__image {
  margin: 0;
}
.article__image img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .article__image img {
    *height: 230px;
  }
}
@media (min-width: 599px) and (max-width: 767px) {
  .article__image img {
    *height: 320px;
  }
}
.article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 576px) {
  .article-content {
    min-width: 60%;
  }
}
.article .readmore-mobile {
  color: #070707;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 18px;
  text-transform: uppercase;
}
@media (min-width: 1023px) {
  .article .readmore-mobile {
    display: none;
  }
}
.article.version-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .article.version-1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .article.version-1 > a:first-child {
    width: 100%;
  }
}
.article.version-1 .article__image {
  margin-bottom: 20px;
}
.article.version-1 .article-tags {
  gap: 10px;
}
.article.version-1 .article__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .article.version-1 .article__title {
    font-size: 20px;
  }
}
.article.version-1 .article__more {
  margin-top: 18px;
}
.article.article-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .article.article-horizontal {
    font-size: 20px;
  }
}
.article.article-horizontal .article__title {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .article.article-horizontal .article__title {
    font-size: 16px;
  }
}
.article.article-horizontal .article__excerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #757575;
}
@media (max-width: 767px) {
  .article.article-horizontal .article__excerpt {
    font-size: 16px;
  }
}

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #070707;
  margin-top: 10px;
}

.separator {
  content: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='4' height='4' fill='%23003FE0'/%3E%3C/svg%3E%0A");
  margin-left: 15px;
  margin-right: 15px;
}

.article-teg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-item .article-teg-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .top-item .article-teg-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-item .article-info {
  margin-top: 0;
  margin-bottom: 16px;
}

/* Category
--------------------------------------------- */
/* Search
--------------------------------------------- */
.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.search-form form .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  .search-form form .input-wrap {
    width: 100%;
  }
}
.search-form form input {
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(200, 200, 200, 0.3);
  border-radius: 4px;
  padding-left: 16px;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .search-form form input {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(200, 200, 200, 0.3);
    border-radius: 4px;
  }
}
.search-form form button {
  width: 40px;
  height: 40px;
  background: #45A6FF;
  border-radius: 4px;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
}

.nofound-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #474F58;
  margin-bottom: 24px;
}

.search-header .search-form {
  margin-top: 24px;
}
.search-header .search-form .input-wrap {
  width: 290px;
}
.search-header .search-form .input-wrap input {
  width: 100%;
}

.search-news {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .search #search_trend {
    margin-top: 40px;
  }
  .search #search_trend .cta-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .search #search_trend .cta-block-wrap {
    padding: 20px 20px 40px;
  }
  .search #search_trend .cta-title {
    margin-bottom: 10px;
  }
}

/* 404
--------------------------------------------- */
.page404-content {
  padding-top: 62px;
  padding-bottom: 80px;
  text-align: center;
}
.page404-content .section-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #070707;
  margin-bottom: 20px;
  margin-top: 50px;
}
.page404-content .section-info {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #474F58;
  max-width: 522px;
  margin-left: auto;
  margin-right: auto;
}
.page404-content .btn-wrap {
  margin-top: 48px;
}
.page404-content .art svg, .page404-content .art img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .page404-content .art svg, .page404-content .art img {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Blocks & Elements */
.home-topnews {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .home-topnews {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .home-topnews {
    margin-bottom: 50px;
  }
}
.home-topnews__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #070707;
  margin-bottom: 30px;
}
.home-topnews .article-tags {
  margin-bottom: 10px;
  gap: 10px;
}
.home-topnews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1023px) {
  .home-topnews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
}
.home-topnews__inner .left-items {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  width: 30%;
  min-width: 322px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .home-topnews__inner .left-items {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 991px) {
  .home-topnews__inner .left-items {
    max-width: 100%;
    width: 100%;
  }
}
.home-topnews__inner .left-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.home-topnews__inner .left-items .article__image {
  width: 323px;
  height: auto;
  *height: 237px;
  min-width: 323px;
  *min-height: 237px;
}
.home-topnews__inner .left-items .article {
  padding-bottom: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .home-topnews__inner .left-items .article {
    padding-bottom: 40px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 40px;
  }
}
.home-topnews__inner .left-items .article.dNone {
  display: none;
}
.home-topnews__inner .left-items .article__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
.home-topnews__inner .top-item {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 30px;
  background-color: #F4F4F6;
}
@media (min-width: 767px) {
  .home-topnews__inner .top-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 690px;
  }
}
@media (max-width: 991px) {
  .home-topnews__inner .top-item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px 30px 15px;
  }
}
.home-topnews__inner .top-item .article-content {
  padding: 0;
}
.home-topnews__inner .top-item .article__image {
  margin-bottom: 25px;
}
.home-topnews__inner .top-item .article__title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 28px;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .home-topnews__inner .top-item .article__title {
    font-size: 27px;
  }
}
.home-topnews__inner .top-item .article-tags {
  margin-bottom: 16px;
}
.home-topnews__inner .top-item .article__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-topnews__inner .top-item .article__excerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #757575;
}
.home-topnews__inner .top-item .article__excerpt a {
  color: #757575;
}
.home-topnews__inner .right-items {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  width: 30%;
  min-width: 322px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .home-topnews__inner .right-items {
    max-width: 100%;
    width: 100%;
  }
}
.home-topnews__inner .right-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: block;
  gap: 15px;
}
@media (max-width: 991px) {
  .home-topnews__inner .right-items a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.home-topnews__inner .right-items .article__image {
  width: 323px;
  *height: 237px;
  height: auto;
  min-width: 323px;
  *min-height: 237px;
}
.home-topnews__inner .right-items .article__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  margin-top: 15px;
}
.home-topnews__inner .right-items .btn-advert {
  margin-top: 0px;
}
.home-topnews__inner .right-items .article {
  padding-bottom: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .home-topnews__inner .right-items .article {
    padding-bottom: 40px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 40px;
  }
  .home-topnews__inner .right-items .article:last-child {
    border-bottom: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .home-topnews__inner .article__image img {
    *height: 230px;
  }
}
@media (min-width: 599px) and (max-width: 767px) {
  .home-topnews__inner .article__image img {
    *height: 320px;
  }
}

.home-trend {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .home-trend {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .home-trend {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.home-trend .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .home-trend .section-title {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .home-trend .articles-wrap {
    gap: 0;
  }
  .home-trend article {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
  }
  .home-trend article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.home-lastnews {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .home-lastnews {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .home-lastnews {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.home-lastnews .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .home-lastnews .section-title {
    margin-bottom: 42px;
  }
}
.home-lastnews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .home-lastnews__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1023px) {
  .home-lastnews__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home-lastnews__wrap .left-col {
  width: 50%;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  background: #F4F4F6;
  padding: 30px;
}
@media (max-width: 767px) {
  .home-lastnews__wrap .left-col {
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding: 20px 15px 30px 15px;
  }
}
@media (min-width: 1024px) {
  .home-lastnews__wrap .left-col {
    max-width: 675px;
    width: 60%;
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
  }
}
.home-lastnews__wrap .left-col .article__excerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #757575;
  margin-top: 30px;
}
.home-lastnews__wrap .left-col .article__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
}
.home-lastnews__wrap .right-col {
  width: 50%;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  padding-left: 30px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .home-lastnews__wrap .right-col {
    padding-left: 15px;
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-right: 15px;
    margin-top: 50px;
  }
  .home-lastnews__wrap .right-col:empty {
    display: none;
  }
}
.home-lastnews__wrap .right-col .article__image {
  width: 205px;
  height: 212px;
}
@media (max-width: 767px) {
  .home-lastnews__wrap .right-col .article__image {
    width: 115px;
    height: 115px;
  }
}
.home-lastnews__wrap .right-col .article__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-news {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .home-news {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .home-news {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.home-news .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .home-news .section-title {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .home-news .articles-wrap {
    gap: 0;
  }
  .home-news .articles-wrap .article {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
  }
  .home-news .articles-wrap .article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.home-allnews {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .home-allnews {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .home-allnews {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.home-allnews .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .home-allnews .section-title {
    margin-bottom: 42px;
  }
}
.home-allnews .loadmore {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-allnews .loadmore {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .home-allnews .articles-wrap {
    gap: 0;
  }
  .home-allnews .articles-wrap .article {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
  }
  .home-allnews .articles-wrap .article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.cta-block {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .cta-block {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .cta-block {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.cta-block .cta-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta-block .cta-content {
  max-width: 535px;
}
.cta-block.version-1 .cta-block-wrap {
  background: #E3F5FF;
  padding: 63px 130px;
  position: relative;
}
@media (max-width: 767px) {
  .cta-block.version-1 .cta-block-wrap {
    padding: 30px 30px 60px 30px;
  }
}
.cta-block.version-1 .cta-block-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 168px;
  background-image: url(img/cta-v1-left.svg);
  background-size: 168px 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .cta-block.version-1 .cta-block-wrap:before {
    display: none;
  }
}
.cta-block.version-1 .cta-block-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 168px;
  background-image: url(img/cta-v1-right.svg);
  background-size: 168px 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-block.version-1 .cta-block-inner {
  max-width: 924px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .cta-block.version-1 .cta-block-inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .cta-block.version-1 .cta-block-inner .separator {
    display: none;
  }
}
.cta-block.version-1 .cta-block__left {
  width: 50%;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: calc(50% - 20px);
  position: relative;
}
@media (max-width: 767px) {
  .cta-block.version-1 .cta-block__left {
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.cta-block.version-1 .cta-block__left:before {
  content: "";
  display: block;
  width: 390px;
  max-width: 100%;
  height: 1px;
  background-color: #070707;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .cta-block.version-1 .cta-block__left:before {
    display: none;
  }
}
.cta-block.version-1 .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-block.version-1 .cta-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 36px;
  color: #070707;
}
@media (max-width: 1023px) {
  .cta-block.version-1 .cta-title {
    text-align: left;
    font-size: 27px;
    margin-bottom: 20px;
  }
}
.cta-block.version-1 .cta-title strong {
  font-weight: inherit;
  color: #003FE0;
}
.cta-block.version-1 .cta-title p {
  margin: 0;
}
.cta-block.version-1 .cta-block__right {
  width: 50%;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .cta-block.version-1 .cta-block__right {
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.cta-block.version-1 .cta-block__right .cta-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 30px;
  max-width: 445px;
  color: rgba(7, 7, 7, 0.8);
}
@media (max-width: 1023px) {
  .cta-block.version-1 .cta-block__right .cta-text {
    margin-bottom: 24px;
  }
}
.cta-block.version-1 .separator:after {
  content: url("data:image/svg+xml,%3Csvg width='45' height='162' viewBox='0 0 45 162' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='43.7057' y1='0.474594' x2='0.482961' y2='161.784' stroke='%23515151'/%3E%3C/svg%3E%0A");
}
.cta-block.version-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #EBF8FF;
  position: relative;
}
.cta-block.version-2:after {
  content: url(img/cta-v1-left.svg);
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.cta-block.version-2 .cta-block-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .cta-block.version-2 .cta-block-inner {
    min-height: 420px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.cta-block.version-2 .cta-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #070707;
  margin-bottom: 20px;
}
.cta-block.version-2 .cta-title strong {
  color: #003FE0;
}
.cta-block.version-2 .cta-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(7, 7, 7, 0.8);
}
.cta-block.version-2 .cta-button {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-block.version-2 .cta-button .btn {
  font-weight: 600;
}
.cta-block.version-3 {
  background: #003FE0;
  position: relative;
}
.cta-block.version-3:before {
  content: "";
  display: block;
  background-image: url(img/cta-v3-left.svg);
  width: 145px;
  height: 194px;
  max-height: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  bottom: 10px;
  top: 10px;
}
@media (max-width: 840px) {
  .cta-block.version-3:before {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .cta-block.version-3:before {
    display: none;
  }
}
.cta-block.version-3:after {
  content: "";
  display: block;
  background-image: url(img/cta-v3-right.svg);
  width: 112px;
  height: 112px;
  max-height: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.cta-block.version-3 .cta-block-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cta-block.version-3 .cta-block-inner {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 420px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.cta-block.version-3 .cta-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.cta-block.version-3 .cta-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 26px;
}
.cta-block.version-3 .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-block.version-3 .cta-button .btn {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 12px 25px;
  color: #070707;
}
.cta-block.version-4 {
  background: #F4F4F6;
  position: relative;
}
.cta-block.version-4:before {
  content: "";
  display: block;
  background-image: url(img/cta-v4-left.svg);
  width: 112px;
  height: 112px;
  max-height: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  bottom: 10px;
  top: 10px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .cta-block.version-4:before {
    display: none;
  }
}
.cta-block.version-4:after {
  content: "";
  display: block;
  background-image: url(img/cta-v4-right.svg);
  width: 112px;
  height: 112px;
  max-height: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.cta-block.version-4 .cta-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .cta-block.version-4 .cta-block-inner {
    min-height: 448px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 25px;
  }
}
.cta-block.version-4 .cta-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #070707;
}
.cta-block.version-4 .cta-title strong,
.cta-block.version-4 .cta-title span {
  color: #003FE0;
}
.cta-block.version-4 .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-buttons .wp-block-button__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  height: 45px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 12px 25px;
  color: #070707;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #070707;
  min-width: 245px;
  height: 45px;
}

.wp-block-quote {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #070707;
  border-bottom: 1px solid #070707;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .wp-block-quote {
    gap: 15px;
  }
}
.wp-block-quote:before {
  content: "“";
  font-size: 120px;
  line-height: 1;
  color: #003FE0;
  line-height: 120px;
  height: 70px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.wp-block-quote:after {
  content: "“";
  font-size: 120px;
  line-height: 1;
  color: #003FE0;
  line-height: 120px;
  height: 70px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.wp-block-quote__inner {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 656px;
}
.wp-block-quote .quote-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #070707;
}
.wp-block-quote .quote-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #070707;
}
.wp-block-quote .quote-text a {
  color: #003FE0;
}
.wp-block-quote .quote-author {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
.wp-block-quote .quote-author strong {
  font-weight: 700;
}

.block-post-links {
  margin-top: 50px;
}
.block-post-links__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #070707;
  margin-bottom: 25px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .block-post-links__title {
    font-size: 24px;
  }
}
.block-post-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-post-links__items > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .block-post-links__items > a {
    border-top: 1px solid #EBEBEB;
    padding-top: 15px;
  }
}
.block-post-links__items > a + a {
  padding-top: 15px;
  border-top: 1px solid #EBEBEB;
}
.block-post-links__items > a .item-image {
  margin-right: 10px;
  width: 64px;
  min-width: 64px;
  height: 64px;
}
.block-post-links__items > a .item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-post-links__items > a .item-title {
  margin-right: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #070707;
}
.block-post-links__items > a .item-button {
  margin-left: 15px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding: 12px 25px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .block-post-links__items > a .item-button {
    display: none;
  }
}

.search-block__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  color: #070707;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .search-block__title {
    font-size: 27px;
  }
}
@media (max-width: 599px) {
  .search-block__title {
    text-align: left;
  }
}
.search-block-results {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.search-block-results .q {
  color: #003FE0;
  overflow-wrap: break-word;
}
.search-block form {
  width: 673px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.search-block form .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
@media (max-width: 599px) {
  .search-block form .input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search-block form .input-wrap .input-wrap_inpup {
  border: 1px solid #070707;
  border-radius: 100px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #070707;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 18C12.275 17.9996 13.9988 17.4054 15.397 16.312L19.793 20.708L21.207 19.294L16.811 14.898C17.905 13.4997 18.4996 11.7754 18.5 10C18.5 5.589 14.911 2 10.5 2C6.089 2 2.5 5.589 2.5 10C2.5 14.411 6.089 18 10.5 18ZM10.5 4C13.809 4 16.5 6.691 16.5 10C16.5 13.309 13.809 16 10.5 16C7.191 16 4.5 13.309 4.5 10C4.5 6.691 7.191 4 10.5 4Z' fill='%23070707'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px center;
  width: 100%;
  height: 45px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-block form .input-wrap input {
  border: 0px solid #070707;
  background-color: transparent;
  width: 80%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 700px) {
  .search-block form .input-wrap input {
    width: 75%;
  }
}
@media (max-width: 599px) {
  .search-block form .input-wrap input {
    width: 100%;
  }
}
.search-block form .input-wrap button {
  position: absolute;
  height: 45px;
  right: 0;
}
@media (max-width: 599px) {
  .search-block form .input-wrap button {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/* Hovers */
.button-hover-blue .button-hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.button-hover-blue:hover .button-hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-color: #003FE0;
  color: #003FE0;
  background-color: #E5ECFC;
}

/* Home
--------------------------------------------- */
.MainBG .section-title {
  margin: 50px 0 50px 0;
}
.MainBG .loadmore {
  margin-top: 50px;
}
.MainBG .container {
  margin-bottom: 100px;
}

.page-template-landing-page-template {
  /* start header/footer style*/
  /* end header/footer style*/
}
.page-template-landing-page-template .site-header__main {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-template-landing-page-template .site-header__nav,
.page-template-landing-page-template .site-header__mob-search,
.page-template-landing-page-template .site-header__search-wrap,
.page-template-landing-page-template .search_burger,
.page-template-landing-page-template .footer-about {
  display: none;
}
.page-template-landing-page-template .site-header__inner {
  width: 100%;
}
.page-template-landing-page-template .site-header__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-template-landing-page-template .site-header .nav-menu {
  margin-right: 0;
}
.page-template-landing-page-template .footer .footer-info {
  padding-bottom: 0;
}
.page-template-landing-page-template__container {
  color: #0D0D0D;
  max-width: 1218px;
  margin: 0 auto;
  padding: 48px 24px;
}
@media (max-width: 768px) {
  .page-template-landing-page-template__container {
    padding: 0 24px 48px;
  }
}
.page-template-landing-page-template__subtitle, .page-template-landing-page-template__title {
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 56px;
  word-break: break-word;
}
@media (max-width: 768px) {
  .page-template-landing-page-template__subtitle, .page-template-landing-page-template__title {
    margin-bottom: 24px;
  }
}
.page-template-landing-page-template__subtitle {
  font-size: 33px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .page-template-landing-page-template__subtitle {
    font-size: 20px;
  }
}
.page-template-landing-page-template__subtitle span {
  color: #0057FF;
}
.page-template-landing-page-template__title {
  font-size: 28px;
}
@media (max-width: 768px) {
  .page-template-landing-page-template__title {
    font-size: 18px;
  }
}
.page-template-landing-page-template__columns {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .page-template-landing-page-template__columns {
    grid-template-columns: 100%;
  }
}
.page-template-landing-page-template__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1023px) {
  .page-template-landing-page-template__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-landing-page-template__icon_wrap {
  width: 64px;
  height: 64px;
  background: #F4F4F4;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 28px 0 0;
}
@media (max-width: 1023px) {
  .page-template-landing-page-template__icon_wrap {
    margin: 0 auto 20px;
  }
}
@media (max-width: 1023px) {
  .page-template-landing-page-template__text_wrap {
    text-align: center;
  }
}
.page-template-landing-page-template__text_wrap h5 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .page-template-landing-page-template__text_wrap h5 {
    font-size: 18px;
  }
}
.page-template-landing-page-template__text_wrap p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.page-template-landing-page-template__btn_wrap {
  text-align: center;
}
.page-template-landing-page-template__btn {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #0057FF;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  padding: 20px 32px;
  font-weight: 900;
  letter-spacing: 0.095em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 9px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-template-landing-page-template__btn {
    font-size: 14px;
    line-height: 18px;
  }
}
.page-template-landing-page-template__btn:visited, .page-template-landing-page-template__btn:active, .page-template-landing-page-template__btn:hover {
  color: #fff;
}
.page-template-landing-page-template__btn:hover {
  background: #0D0D0D;
}
.page-template-landing-page-template__powered {
  margin: 46px 0 0;
  font-size: 28px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page-template-landing-page-template__powered {
    font-size: 18px;
  }
}
.page-template-landing-page-template__powered svg {
  margin-left: 21px;
}
.page-template-landing-page-template__powered a {
  font-size: 0;
}
.page-template-landing-page-template .page-template-landing-page-template__text_wrap h5 {
  margin-top: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
  }
  @page {
    size: auto;
    margin: 10mm 10mm 10mm 20mm;
  }
  html {
    margin: 0;
  }
  .site-header .search_burger,
  .nav-menu,
  .article-share,
  .article-anchors.mobile .article-anchors__title .anchors-block__arrow,
  .article-author__content .btn,
  .article-wrap__sidebar,
  .cta-block,
  .single-article .interesting-articles,
  .footer-about,
  .footer .footer-links,
  .single-article .article-wrap__sidebar .article-favorite,
  .single-article .article-wrap__sidebar .article-author,
  .cky-consent-container {
    display: none !important;
  }
  .site-header .container,
  .article-author-print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-author-print {
    padding-left: 0;
    padding-right: 0;
  }
  .single-article .article-wrap__content .article-image {
    padding-left: 0;
  }
  .single-article .article-header .container {
    padding-left: 30px;
  }
  .site-header__inner {
    margin: 0 auto;
  }
  .article-anchors.mobile .article-anchors__items {
    max-height: 100%;
    border-bottom: 1px solid #070707;
    margin-bottom: 30px;
  }
  .single-article .article-wrap__content .article-text h2,
  .single-article .article-wrap__content .article-text h3 {
    font-size: 20px;
  }
  .article-author__image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .article-text img,
  .article-image img,
  .article-image {
    display: block;
    height: auto;
    page-break-before: auto;
    page-break-after: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .article-image img {
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  figure {
    page-break-inside: avoid;
  }
  .article-author-print {
    margin-bottom: 0;
  }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-copy {
    margin-bottom: 12px;
    width: auto;
  }
  .single-article .article-header {
    background: none;
  }
  body {
    background: white;
    font-size: 10pt;
  }
  #sidebar {
    display: none;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  .demo .red {
    color: black;
    font-weight: bold;
  }
  #content a {
    font-weight: bold;
    color: #000066;
    text-decoration: underline;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  #footer,
  .ad {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h3 {
    margin-left: 10px;
    margin-bottom: 8px;
    padding-bottom: 0px;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-inside: avoid;
  }
  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }
  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  .site-header__logo {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .single-article .article-title .article-info {
    margin-bottom: 30px;
  }
  .single-article .article-title .title {
    margin-bottom: 25px;
  }
  .single-article .article-wrap {
    padding-top: 40px;
  }
  .single-article .article-wrap__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-anchors.mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-article .article-wrap__content .article-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-article .article-wrap__content .article-content-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media print and (max-width: 1023px) {
  .single-article .article-header .container {
    padding-left: 15px;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */