@charset "UTF-8";
/*!
Theme Name: Pinaff
Theme URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pinaff
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.

Pinaff 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

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  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;
  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 {
  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] {
  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 {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Fonts (@font-face declarations)
--------------------------------------------- */
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("./fonts/GTEestiProText-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("./fonts/GTEestiProText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("./fonts/GTEestiProText-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("./fonts/GTEestiProText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("./fonts/GTEestiProText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "GT Eesti Pro Text", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  margin-top: 0;
}

h1, h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h1, h2 {
    font-size: 36px;
  }
}
h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
}

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 {
  background: #F4F5F9;
  font-family: "GT Eesti Pro Text", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}

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: #FF0000;
  /*
  &:visited {
  	color: $color__link-visited;
  }
  */
}
a:hover, a:focus, a:active {
  background: linear-gradient(90deg, #1E8CF8 0%, #5B50FD 25%, #CD4EDA 50%, #FF5AB6 74.52%, #FF7412 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.button {
  background: #CA0000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  margin: 20px 0;
  display: inline-block;
  cursor: pointer;
}
.button svg {
  vertical-align: middle;
  margin-left: 8px;
}
.button:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .button {
    width: auto;
    border-radius: 8px;
    font-size: 16px;
    margin: 20px auto;
    padding: 12px 80px;
  }
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Helpers
--------------------------------------------- */
.is-hidden {
  display: none !important;
}

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

.bg-gray {
  background: #EDEFF5;
}

.with-timer-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23818181' d='M8 15.167a6.34 6.34 0 0 1-6.333-6.334A6.34 6.34 0 0 1 8 2.5a6.34 6.34 0 0 1 6.333 6.333A6.34 6.34 0 0 1 8 15.167M8 3.5a5.34 5.34 0 0 0-5.333 5.333A5.34 5.34 0 0 0 8 14.167a5.34 5.34 0 0 0 5.333-5.334A5.34 5.34 0 0 0 8 3.5'/%3E%3Cpath fill='%23818181' d='M8 9.167a.504.504 0 0 1-.5-.5V5.333c0-.273.227-.5.5-.5s.5.227.5.5v3.334c0 .273-.227.5-.5.5M10 1.833H6a.504.504 0 0 1-.5-.5c0-.273.227-.5.5-.5h4c.273 0 .5.227.5.5 0 .274-.227.5-.5.5'/%3E%3C/svg%3E");
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
aside.sidebar {
  display: none;
}

@media (min-width: 768px) {
  aside.sidebar {
    width: 152px;
    min-width: 152px;
    display: block;
    align-self: flex-start;
    position: sticky;
    top: 104px;
  }
  aside.sidebar.sidebar-left {
    margin-right: 24px;
  }
  aside.sidebar.sidebar-right {
    margin-left: 24px;
  }
  aside.sidebar > * {
    margin: 0 auto 24px;
    display: block;
    border-radius: 20px;
    overflow: hidden;
  }
}
/*--------------------------------------------------------------
# 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 {
  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: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 1em 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.post-navigation .nav-title {
  vertical-align: middle;
}
.post-navigation a {
  text-decoration: none;
  line-height: 1;
}
.post-navigation svg {
  width: 18px;
  vertical-align: middle;
  fill: #FF0000;
  transition: fill 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.post-navigation .nav-previous {
  padding-left: 24px;
}
.post-navigation .nav-previous svg {
  left: 0;
}
.post-navigation .nav-previous a:hover svg {
  fill: #1E8CF8;
}
.post-navigation .nav-next {
  padding-right: 24px;
}
.post-navigation .nav-next svg {
  right: 0;
}
.post-navigation .nav-next a:hover svg {
  fill: #FF7412;
}
.post-navigation .nav-links {
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .post-navigation .nav-links {
    gap: 0;
    flex-direction: row;
  }
}

.custom-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.custom-tags li {
  display: block;
  margin: 0 4px 0 0;
}
.custom-tags a {
  display: block;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.2;
  color: #000;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 8px 10px;
  text-decoration: none;
  transition: border 0.3s, color 0.3s;
}
.custom-tags a:hover {
  border-color: #FF0000;
  color: #FF0000;
}

.back-to-feed {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  color: rgba(50, 60, 71, 0.8980392157);
  text-decoration: none;
  display: block;
  transition: color 0.3s;
  padding-left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M10.274 11.06 7.22 8l3.054-3.06-.94-.94-4 4 4 4 .94-.94Z' fill='%231D1D1B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center left;
}
.back-to-feed:hover {
  color: #FF0000;
}
@media (min-width: 768px) {
  .back-to-feed {
    font-size: 15px;
  }
}

.breadcrumbs {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  margin: 0 0 24px 0;
}
.breadcrumbs > span {
  color: #FF0000;
}
.breadcrumbs > span span, .breadcrumbs > span a {
  color: #929395;
}
.breadcrumbs a {
  transition: color 0.4s;
  cursor: pointer;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #FF0000;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0 0 30px 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 48px;
}
.pagination .page-numbers {
  border: none;
  border-radius: 0;
  background: none;
  transition: color 0.3s;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 4px;
  color: #818181;
  text-decoration: none;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers svg, .pagination .page-numbers path {
  fill: currentColor;
  transition: fill 0.3s;
  vertical-align: middle;
}
.pagination .page-numbers.pagination-dots {
  cursor: initial;
  color: #818181 !important;
}
.pagination .page-numbers.current {
  cursor: initial;
  color: #000 !important;
}
.pagination .page-numbers:hover {
  color: #FF0000;
}
@media (min-width: 768px) {
  .pagination {
    margin: 48px auto 72px;
  }
}

.table-of-contents {
  margin: 24px auto;
  padding: 24px 20px;
  border-radius: 16px;
  background-color: #DED4FB;
  color: #111;
}
@media (min-width: 768px) {
  .table-of-contents {
    margin: 30px auto;
  }
}
.table-of-contents h2 {
  margin: 0 auto 16px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
}
.table-of-contents ul {
  margin: 0;
  padding-left: 16px;
}
.table-of-contents a {
  font-size: 15px;
  line-height: 1.5;
  text-decoration: underline;
  color: #111;
}
.table-of-contents a:hover {
  color: #b73fea;
  text-decoration: none;
}

.meta-text {
  color: #818181;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
}

/* Search
--------------------------------------------- */
/* Search */
input,
input[type=submit],
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 {
  padding: 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.48);
}

input[type=submit] {
  border: none;
  border-radius: 40px;
  margin-left: 16px;
  background: #ff1e4f;
  color: #fff;
}

body.error404 main .search-form,
body.search-results main .search-form {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
}

body.error404 .search-form main label,
body.search-results .search-form main label {
  width: 100%;
  max-width: 320px;
}

body.error404 main .search-form .search-field,
body.search-results main .search-form .search-field {
  width: 100%;
}

/* Header Search */
.site-header .drop-block.lang,
.header-social-primary-button {
  white-space: nowrap;
}

.site-header .drop-block.lang {
  margin-left: 16px;
}

.search-toggle {
  margin: auto 16px auto auto;
  font-size: 0;
  background: none;
  cursor: pointer;
}

.search-toggle svg {
  fill: rgba(0, 0, 0, 0.48);
  transition: 0.4s fill;
}

.search-toggle:hover svg {
  fill: rgb(0, 0, 0);
}

#header-search {
  margin: auto 0 auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header .search-toggle-close {
  margin: auto 16px;
}

.site-header .search-form {
  width: 100%;
  display: flex;
  max-width: 320px;
}

.site-header .search-form label {
  width: 100%;
}

.site-header .search-form input[type=search] {
  width: 100%;
}

@media (min-width: 768px) {
  #header-search:not(.is-hidden) + .search-toggle {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  /* 	.search-form {
  		display: none !important;
  	} */
  #header-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    height: 70px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .site-header .drop-block.lang {
    margin-left: 8px;
  }
  .search-toggle {
    margin: auto 8px auto auto;
  }
  .mobile-menu-button {
    margin-left: 16px;
  }
}
/* Posts and pages
--------------------------------------------- */
.site-wrap {
  max-width: 1440px;
  margin: auto;
}

main {
  margin: 32px 0 64px;
}

.container {
  max-width: 1440px;
  margin: auto;
}

.content {
  padding: 0 20px;
  width: 100%;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .content {
    padding: 0 36px;
    display: flex;
  }
}
@media (min-width: 1440px) {
  .content {
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  .row-3 .card {
    min-width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    margin: 0;
  }
}
.home h2 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .home-articles .card:nth-child(4), .home-articles .card:nth-child(5), .home-articles .card:nth-child(6) {
    display: none;
  }
}
.cases-slider {
  margin: 0 -10px;
}
.cases-slider .card {
  margin: 10px;
}
.cases-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 11;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 2px solid rgba(215, 217, 234, 0.8980392157);
  background-color: #fff;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: center center;
}
@media (min-width: 768px) {
  .cases-slider .slick-arrow {
    width: 54px;
    height: 54px;
  }
}
.cases-slider .slick-prev {
  left: 10px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.115 11.115 16.245 18l6.87 6.885L21 27l-9-9 9-9 2.115 2.115Z' fill='%23D7D9EA'/%3E%3C/svg%3E");
}
.cases-slider .slick-next {
  right: 10px;
  transform: translate(50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M12.885 24.885 19.755 18l-6.87-6.885L15 9l9 9-9 9-2.115-2.115Z' fill='%23D7D9EA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v36H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

@media (min-width: 768px) {
  .site-main {
    width: 100%;
  }
}
/* 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;
}

/* Site Header
--------------------------------------------- */
.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 11;
}
.site-header:before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #1E8CF8 0%, #5B50FD 25%, #CD4EDA 50%, #FF5AB6 74.52%, #FF7412 100%);
  filter: blur(17px);
  height: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-50%);
  z-index: -2;
  opacity: var(--header-glow-opacity, 0);
  transition: opacity 0.2s linear;
}
.site-header:after {
  content: "";
  display: block;
  width: 100%;
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .site-header .container {
    padding: 0 36px;
  }
}
@media (min-width: 1440px) {
  .site-header .container {
    padding: 0px;
  }
}
.site-header button {
  border: none;
  cursor: pointer;
}
.site-header .scroll-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(0, 0, 0, 0.06);
}
.site-header .scroll-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #1E8CF8 0%, #5B50FD 25%, #CD4EDA 50%, #FF5AB6 74.52%, #FF7412 100%);
  transition: width 0.1s linear;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.lang-switcher__item {
  text-decoration: none;
  color: #AEB5C3;
  font-weight: 500;
  transition: color 0.3s;
}
.lang-switcher__item:hover {
  color: #000;
}
.lang-switcher__item.is-active {
  color: #000;
  font-weight: 700;
}
.lang-switcher__divider {
  color: #ff0707;
  font-weight: 500;
}

.lang-switcher--desktop {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .lang-switcher--desktop {
    display: none;
  }
}

.lang-switcher--mobile {
  display: none;
}

@media (max-width: 767px) {
  .site-navigation-wrapper .lang-switcher--mobile {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 32px auto 48px;
    font-size: 24px;
  }
}
.site-logo {
  margin: auto auto auto 0;
  display: block;
}
.site-logo svg {
  height: auto;
  width: 72px;
}
@media (min-width: 768px) {
  .site-logo {
    margin: auto 0;
  }
}

.mobile-menu-button {
  margin-left: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13.269h18v-2.212H0v2.212ZM0 7.74h18V5.53H0V7.74ZM0 0v2.211h18V0H0Z' fill='%23011731'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 13px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 0;
  width: 32px;
  height: 32px;
}
.mobile-menu-button.is-close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z' fill='%23323232'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 24px 24px;
}
@media (min-width: 992px) {
  .mobile-menu-button {
    display: none;
  }
}

.site-navigation {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 40px;
  margin: auto;
}
.site-navigation li {
  margin: 0;
  padding: 0;
}
.site-navigation a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  font-weight: 400;
  transition: color 0.3s;
}
.site-navigation a:hover {
  color: #FF0000;
}

.site-navigation-wrapper {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .site-navigation-wrapper {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .site-navigation-wrapper .site-navigation {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .site-navigation-wrapper .site-navigation a {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    position: relative;
  }
  .site-navigation-wrapper .site-navigation a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ff0707 0%, #b73fea 100%);
  }
  .site-navigation-wrapper.is-shown {
    display: flex;
  }
}

/* Site Sidebar
--------------------------------------------- */
body.no-scroll {
  overflow: hidden;
}

.site-sidebar {
  box-shadow: 0px 4px 80px 0px rgba(183, 188, 209, 0.2509803922);
  background: #F7F8FC;
  width: 100%;
  padding: 24px 0 24px 20px;
  display: none;
  max-height: calc(100svh - 80px);
  overflow-y: scroll;
  position: sticky;
  top: 80px;
}
@media (max-width: 991px) {
  .site-sidebar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11111;
  }
  .site-sidebar.showed {
    display: block;
  }
}
@media (min-width: 992px) {
  .site-sidebar {
    display: block;
    max-width: 326px;
    min-width: 326px;
    padding: 24px 0 24px 36px;
  }
}
.site-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-sidebar a {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0em;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s;
}
.site-sidebar a.primary {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  padding: 8px;
  border: 1px solid #CA0000;
  border-radius: 8px;
  margin: 8px 0;
}
.site-sidebar a:hover {
  color: #CA0000;
}
.site-sidebar li.primary a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  padding: 8px;
  border: 1px solid #CA0000;
  border-radius: 8px;
  margin: 8px 0;
}
.site-sidebar .socials-list {
  display: flex;
  margin: 32px 0 70px;
}
.site-sidebar .socials-list li {
  margin-right: 10px;
}
.site-sidebar .socials-list li a {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(215, 217, 234, 0.8980392157);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: border 0.3s;
}
.site-sidebar .socials-list li a:hover {
  border-color: #CA0000;
}

/* Site Footer
--------------------------------------------- */
.site-footer {
  background: #473581;
  background: linear-gradient(90deg, #1E8CF8 0%, #5B50FD 25%, #CD4EDA 50%, #FF5AB6 74.52%, #FF7412 100%);
  color: #fff;
  padding: 32px 0;
}
.site-footer a {
  display: block;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 16px 20px;
  min-height: 125px;
}
@media (min-width: 768px) {
  .site-footer .container {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px 36px;
  }
}
@media (min-width: 1440px) {
  .site-footer .container {
    padding: 32px 0px;
  }
}
.site-footer .col {
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .col {
    width: auto;
  }
}
.site-footer .footer-logo {
  width: 72px;
  margin: 0 auto 32px;
}
.site-footer .footer-navigation {
  list-style: none;
  padding: 0;
  margin: 0 auto 32px;
}
@media (max-width: 767px) {
  .site-footer .footer-navigation {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-navigation {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 120px;
    gap: 20px 100px;
    align-items: flex-start;
  }
}
.site-footer .footer-navigation li {
  margin: 0;
  padding: 0;
}
.site-footer .footer-navigation a {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.site-footer .footer-navigation a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FF0000;
  background: #fff;
}
.site-footer .rules-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .rules-list a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s;
}
.site-footer .rules-list a:hover, .site-footer .rules-list a:focus, .site-footer .rules-list a:active {
  color: #fff;
}
.site-footer .rules-list .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .site-footer .rules-list {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
  }
  .site-footer .rules-list .copyright {
    order: -1;
    margin: auto auto auto 0;
  }
}

/* Home
--------------------------------------------- */
.home-slider {
  max-width: 100%;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 32px;
  width: 100%;
}
.home-slider:not(.slick-initialized) {
  display: flex;
}
.home-slider:not(.slick-initialized) .home-slider-item {
  min-width: 100%;
}
.home-slider a {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
}
.home-slider a:hover {
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  color: initial !important;
  -webkit-text-fill-color: initial !important;
}
.home-slider h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  position: absolute;
  bottom: 64px;
  left: 24px;
  right: 24px;
  z-index: 10;
  margin: 0;
}
@media (min-width: 768px) {
  .home-slider h3 {
    font-size: 40px;
    bottom: 24px;
    max-width: 666px;
  }
}

/* Partners Logos */
.logo-slider .slick-slide {
  padding: 0 12px;
}

.logo-slider a {
  display: block;
  transition: transform 0.4s;
}

.logo-slider a:hover {
  transform: scale(1.1);
}

.logo-slider img {
  border-radius: 4px;
  display: block;
}

/* Services grid (home page) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 0 32px;
}
@media (min-width: 576px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 200px;
  padding: 32px 16px 24px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.service-item:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.service-item .service-item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  margin-bottom: 16px;
}
.service-item .service-item-logo img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.service-item .service-item-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

/* Card
--------------------------------------------- */
.card {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card .card-image-wrap {
  position: relative;
}
.card .card-image-wrap img {
  display: block;
  width: 100%;
}
.card .card-image-wrap div {
  position: absolute;
  background: rgba(68, 63, 65, 0.8);
  border-radius: 0 10px 0 0;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  padding: 8px 22px 8px 10px;
  white-space: nowrap;
}
.card .card-image-wrap div a {
  color: #fff;
}
.card .card-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 12px;
  color: #000;
}
.card .card-content-wrap h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 768px) {
  .card .card-content-wrap h3 {
    font-size: 18px;
  }
}
.card .card-metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Partners
--------------------------------------------- */
.partners .partners-item {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 0 0 10px 0;
}
.partners .partners-item-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  margin: 16px 0 24px;
}
.partners h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.partners .partners-item-description {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partners .partners-item-description p {
  margin: 0;
}
.partners .partners-item-link {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff0707 0%, #b73fea 100%);
  padding: 12px;
  color: #fff;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .partners .partners-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
  }
  .partners .partners-item-content {
    border-top: none;
    padding-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 24px;
    margin: 0 24px 0 48px;
  }
  .partners .partners-item-link {
    font-size: 18px;
    padding: 16px 24px;
    width: auto;
  }
}

/* Vacancies
--------------------------------------------- */
.vacancies .vacancies-item {
  border-radius: 12px;
  background: #fff;
  padding: 16px 12px;
  display: flex !important;
  align-items: start;
  margin: 0 0 10px 0;
  display: block;
  text-decoration: none;
}
.vacancies .vacancies-item-image {
  width: 46px;
  height: auto;
  margin-right: 8px;
}
.vacancies .vacancies-item-preheader {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  color: rgba(50, 60, 71, 0.8980392157);
  margin-bottom: 2px;
}
.vacancies .vacancies-item-headline {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 2px;
  color: #000;
}
@media (min-width: 768px) {
  .vacancies .vacancies-item {
    border-radius: 24px;
    padding: 20px;
    margin: 0 0 20px 0;
  }
  .vacancies .vacancies-item-image {
    width: 60px;
    height: auto;
    margin-right: 20px;
  }
  .vacancies .vacancies-item-preheader {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .vacancies .vacancies-item-headline {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

.vacancies-item-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.vacancies-item-tags li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.8980392157);
  border-radius: 4px;
  background-color: rgba(224, 229, 237, 0.5019607843);
  margin: 0 8px 12px 0;
  padding: 8px 8px 8px 32px;
  background-position: 8px center;
}
.vacancies-item-tags li:first-child {
  font-weight: 600;
  padding: 8px;
  background-color: rgba(202, 0, 0, 0.0705882353);
  color: rgba(202, 0, 0, 0.8980392157);
}
@media (min-width: 768px) {
  .vacancies-item-tags li {
    font-size: 16px;
    border-radius: 8px;
    margin: 0 20px 16px 0;
    padding: 10px 12px 10px 38px;
    background-position: 12px center;
  }
  .vacancies-item-tags li:first-child {
    padding: 10px 12px;
  }
}

.vacancies-item-salary {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #FFBB36;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .vacancies-item-salary {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.vacancies-item-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #AEB5C3;
}
.vacancies-item-date span {
  font-weight: 400;
}
@media (min-width: 768px) {
  .vacancies-item-date {
    font-size: 16px;
  }
}

/* Author
--------------------------------------------- */
.author-headline img {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
}

.author-socials-list {
  display: flex;
  margin: 16px 0;
  list-style: none;
  padding: 0;
}
.author-socials-list li {
  margin-right: 10px;
}
.author-socials-list li a {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(215, 217, 234, 0.8980392157);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: border 0.3s;
}
.author-socials-list li a:hover {
  border-color: #CA0000;
}

/* Advertising Banners
--------------------------------------------- */
/* Banners */
.banner-horizontal {
  margin: 24px 0;
  display: block;
}
.banner-horizontal img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.banner-horizontal.is-mobile img {
  width: 100vw;
}
.banner-horizontal.is-desktop {
  display: none;
}
@media (min-width: 768px) {
  .banner-horizontal.is-mobile {
    display: none;
  }
  .banner-horizontal.is-desktop {
    display: block;
  }
}

.single-post div:has(.banner-horizontal) {
  /* 	overflow: auto; */
}

.single-post div:has(.banner-horizontal):before,
.single-post div:has(.banner-horizontal):after {
  content: "";
  clear: both;
  display: table;
}

/* Slick Slider
--------------------------------------------- */
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Custom theme */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
  border: none;
  transition: background-color 0.3s ease;
}
.slick-arrow svg, .slick-arrow path {
  fill: currentColor;
  transition: fill 0.3s;
}
.slick-arrow:hover {
  background-color: rgb(255, 255, 255);
  color: #FF0000;
}
.slick-arrow.slick-prev {
  left: 24px;
}
.slick-arrow.slick-next {
  right: 24px;
}

.slick-dots {
  position: absolute;
  bottom: 24px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  opacity: 0.3;
  background: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  opacity: 1;
}
@media (min-width: 768px) {
  .slick-dots {
    right: 24px;
    transform: translateX(0);
  }
}

/*--------------------------------------------------------------
# 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);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}

/* Single Post
--------------------------------------------- */
/* Anchor targets (TOC headings etc.) must land below the 80px sticky header —
   covers native hash jumps too (direct links with #headline-N). */
[id] {
  scroll-margin-top: 104px;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body.single .single-article {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  body.single .single-article {
    padding: 36px;
  }
}
body.single .single-image {
  display: block;
  width: calc(100% + 32px);
  margin: 0 -16px;
  max-width: initial;
  border-radius: 20px;
}
@media (min-width: 768px) {
  body.single .single-image {
    margin: 0 -36px;
    width: calc(100% + 72px);
  }
}
body.single .banner-horizontal {
  margin: 16px -16px;
  width: calc(100% + 32px);
}
@media (min-width: 768px) {
  body.single .banner-horizontal {
    margin: 32px -36px;
    width: calc(100% + 72px);
  }
}
body.single .page-title h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 20px 0;
  background: linear-gradient(90deg, #ff0707 0%, #b73fea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  body.single .page-title h1 {
    font-size: 40px;
  }
}
body.single .single-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
body.single .single-header .button {
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  body.single .single-header {
    flex-direction: row;
    align-items: center;
    margin: 12px 0;
  }
  body.single .single-header .button {
    padding: 12px 40px;
    margin: auto 254px auto auto;
  }
}
body.single .single-container .single-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 12px;
  margin: 24px 0;
}
@media (min-width: 768px) {
  body.single .single-container .single-meta {
    margin: 30px 0;
  }
}
body.single .single-container .single-meta .custom-tags {
  margin: 0 16px 0 0;
}
body.single .single-container .single-meta .meta-text {
  margin: 0 16px 0 0;
}
body.single .single-container .meta-author a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
body.single .single-container .meta-author a:hover {
  color: #FF0000;
}
body.single .single-container .meta-author img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
}
body.single .single-container .single-content ul {
  padding: 0;
  margin: 0;
  padding-left: 24px;
}
body.single .single-container .single-content ul li {
  padding-left: 16px;
  margin: 0 0 16px 0;
}
body.single .single-container .single-content ul li::marker {
  color: #FF0000;
}
body.single .single-container .single-content ol {
  padding: 0;
  margin: 0;
  padding-left: 24px;
}
body.single .single-container .single-content ol li {
  margin: 0 0 16px 0;
}
body.single .single-container .single-content ol li::marker {
  color: #FF0000;
}
body.single .single-container .vacancies-item-date {
  text-align: center;
}
body.single .related-posts {
  margin: 24px 0;
}
@media (min-width: 768px) {
  body.single .related-posts {
    margin: 24px 0 48px;
    /*
    .row-3 {
        margin: -8px;

        .card {
            min-width: calc(33% - 16px);
            max-width: calc(33% - 16px);
            margin: 8px
        }
    }
    */
  }
}
body.single .related-posts p.text-center {
  margin: 24px auto;
}
@media (min-width: 768px) {
  body.single .related-posts p.text-center {
    margin: 32px auto;
  }
}
body.single .related-posts .button-more {
  background: linear-gradient(90deg, #ff0707 0%, #b73fea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  body.single .single-container section.bg-gray {
    padding: 8px 24px;
  }
}

.single-post main h3 {
  font-size: 18px;
}

.single-post picture:has(img.alignleft) {
  float: left;
  margin-right: 24px;
}

@media (max-width: 576px) {
  .single-post picture:has(img.alignleft) {
    max-width: 30%;
  }
}

/*# sourceMappingURL=style.css.map */
