/*!
Theme Name: poosch-consulting-theme
Theme URI:
Author:
Author URI:
Description: poosch-consulting-theme
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: poosch-consulting.de
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
.pad-t-0 {
  padding-top: 0;
}

.pad-b-0 {
  padding-bottom: 0;
}

.pad-t-1 {
  padding-top: 32px;
}
@media (max-width: 820px) {
  .pad-t-1 {
    padding-top: 32px;
  }
}

.pad-b-1 {
  padding-bottom: 32px;
}
@media (max-width: 820px) {
  .pad-b-1 {
    padding-bottom: 32px;
  }
}

.pad-t-2 {
  padding-top: 144px;
}
@media (max-width: 1024px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}
@media (max-width: 820px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}

.pad-b-2 {
  padding-bottom: 144px;
}
@media (max-width: 1024px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 820px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}

.pad-t-3 {
  padding-top: 170px;
}
@media (max-width: 820px) {
  .pad-t-3 {
    padding-top: 100px;
  }
}

.pad-b-3 {
  padding-bottom: 170px;
}
@media (max-width: 820px) {
  .pad-b-3 {
    padding-bottom: 100px;
  }
}

.post-nav .nav-content .nav-list ul li::before, .post-item3__img img, .post-item2__img img, .post-item__link, .methodline__list-item.hidden-style .item-img,
.methodline__list-item.hidden-style .item-title,
.methodline__list-item.hidden-style .item-text, .methodline__list-item, .faq__list .faq-item__top-icon::after, .faq__list .faq-item__top-icon, .top-section__video-cover::before, .top-section__video-cover, #reading-progress-bar, .categs-list__item, .site-header, 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, .btn, a {
  transition: 0.25s ease-in-out;
}

.methodline__list-item::after, .methodline__list-item::before {
  transition: all 1s ease-out;
}

.small-banner::before, .cta-banner__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.grid-on-left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 820px) {
  .grid-on-left {
    grid-template-columns: 100%;
  }
}
.grid-on-left > * {
  grid-column: span 2;
}
@media (max-width: 820px) {
  .grid-on-left > * {
    grid-column: auto;
  }
}
.grid-on-left > *:nth-last-child(1):nth-child(odd) {
  grid-column: 2/span 2;
}
@media (max-width: 820px) {
  .grid-on-left > *:nth-last-child(1):nth-child(odd) {
    grid-column: auto;
  }
}

.grid-on-right {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 820px) {
  .grid-on-right {
    grid-template-columns: 100%;
  }
}
.grid-on-right > * {
  grid-column: span 2;
}
@media (max-width: 820px) {
  .grid-on-right > * {
    grid-column: auto;
  }
}
.grid-on-right > *:nth-last-child(2):nth-child(even) {
  grid-column: 2/span 2;
}
@media (max-width: 820px) {
  .grid-on-right > *:nth-last-child(2):nth-child(even) {
    grid-column: auto;
  }
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%;
}
@media (min-width: 1441px) {
  .container {
    padding: 0 10px;
  }
}
.container .container {
  padding: 0;
}

.container-without-right {
  max-width: calc(100% - (100% - 1280px) / 2);
  margin: 0;
  margin-left: auto;
  padding-left: 1.25rem;
  width: 100%;
}
@media (min-width: 1441px) {
  .container-without-right {
    padding: 0;
    padding-left: 10px;
  }
}
.container-without-right .container {
  padding: 0;
}

.container-full {
  margin: 0;
  width: 100%;
}
@media (min-width: 1441px) {
  .container-full {
    padding: 0;
  }
}
.container-full .container {
  padding: 0;
}

:root {
  --max-container: 1300px;
}

@media (min-width: 1025px) {
  .mt-desk_20 {
    margin-top: 20px;
  }
  .mt-desk_40 {
    margin-top: 40px;
  }
  .mt-desk_60 {
    margin-top: 60px;
  }
  .mt-desk_80 {
    margin-top: 80px;
  }
  .mt-desk_100 {
    margin-top: 100px;
  }
  .mt-desk_120 {
    margin-top: 120px;
  }
  .mt-desk_140 {
    margin-top: 140px;
  }
  .mt-desk_160 {
    margin-top: 160px;
  }
  .mt-desk_180 {
    margin-top: 180px;
  }
  .mt-desk_200 {
    margin-top: 200px;
  }
  .mb-desk_20 {
    margin-bottom: 20px;
  }
  .mb-desk_40 {
    margin-bottom: 40px;
  }
  .mb-desk_60 {
    margin-bottom: 60px;
  }
  .mb-desk_80 {
    margin-bottom: 80px;
  }
  .mb-desk_100 {
    margin-bottom: 100px;
  }
  .mb-desk_120 {
    margin-bottom: 120px;
  }
  .mb-desk_140 {
    margin-bottom: 140px;
  }
  .mb-desk_160 {
    margin-bottom: 160px;
  }
  .mb-desk_180 {
    margin-bottom: 180px;
  }
  .mb-desk_200 {
    margin-bottom: 200px;
  }
}
@media (max-width: 1024px) {
  .mt-mob_20 {
    margin-top: 20px;
  }
  .mt-mob_40 {
    margin-top: 40px;
  }
  .mt-mob_60 {
    margin-top: 60px;
  }
  .mt-mob_80 {
    margin-top: 80px;
  }
  .mt-mob_100 {
    margin-top: 100px;
  }
  .mb-mob_20 {
    margin-bottom: 20px;
  }
  .mb-mob_40 {
    margin-bottom: 40px;
  }
  .mb-mob_60 {
    margin-bottom: 60px;
  }
  .mb-mob_80 {
    margin-bottom: 80px;
  }
  .mb-mob_100 {
    margin-bottom: 100px;
  }
}
/*--------------------------------------------------------------
# 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;
  -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 {
  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
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #979796;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 820px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 17px;
    line-height: 25px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, sans-serif;
  color: #202428;
  font-weight: normal;
  clear: both;
  margin-top: 0;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  color: #0E68FF;
}
@media (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  h1 {
    font-size: 27px;
    line-height: 120%;
  }
}
h1.h1-small {
  font-size: 48px;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: 0.96px;
}
@media (max-width: 820px) {
  h1.h1-small {
    font-size: 38px;
    line-height: 50px;
  }
}
h1.wp-block-heading {
  font-size: 45px;
  line-height: 55px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  h1.wp-block-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 820px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
h2.wp-block-heading {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  h2.wp-block-heading {
    font-size: 24px;
    line-height: 36px;
  }
}

h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 18px;
  }
}
h3.wp-block-heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  h3.wp-block-heading {
    font-size: 22px;
    line-height: 36px;
  }
}

.title.h2-big {
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -0.02em;
}
@media (max-width: 820px) {
  .title.h2-big {
    font-size: 30px;
    line-height: 40px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 22px;
}
p strong {
  font-weight: 400;
  color: #202428;
}
p:last-child {
  margin-bottom: 0;
}

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

blockquote {
  margin: 0;
}

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: #fff;
}

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

ul,
ol {
  margin: 8px 0 16px 0;
  padding-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  padding-left: 25px;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.site-main ul {
  list-style: none;
}
.site-main ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 22px;
}
.site-main ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0E68FF;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}
.site-main ul li:last-child {
  margin-bottom: 0;
}
.site-main ul li strong {
  font-weight: 400;
  color: #202428;
}
.site-main ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
.site-main ol li {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #4b5158;
  counter-increment: item;
  position: relative;
  margin-bottom: 24px;
  padding-left: 42px;
}
.site-main ol li::before {
  content: counter(item, decimal-leading-zero) " ";
  display: inline-flex;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #0E68FF;
  border-left: 3px solid #0E68FF;
  padding-left: 5px;
  margin-right: 12px;
}
.site-main ol li:last-child {
  margin-bottom: 0;
}
.site-main ol li strong {
  font-weight: 600;
  color: #202428;
}

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

.Block {
  position: relative;
  margin-top: calc(var(--margin-top) * 1px);
  margin-bottom: calc(var(--margin-bottom) * 1px);
  padding-top: calc(var(--padding-top) * 1px);
  padding-bottom: calc(var(--padding-bottom) * 1px);
  border-radius: var(--border-radius);
}
.Block[data-aos]:first-child:not(.aos-init) {
  opacity: 1 !important;
  transform: none !important;
}
.Block:not(:first-child) .Breadcrumbs {
  display: none;
}
@media (max-width: 1025px) {
  .Block {
    margin-top: calc(var(--margin-top) * 0.75px);
    margin-bottom: calc(var(--margin-bottom) * 0.75px);
    padding-top: calc(var(--padding-top) * 0.75px);
    padding-bottom: calc(var(--padding-bottom) * 0.75px);
  }
}
@media (max-width: 768px) {
  .Block {
    margin-top: calc(var(--margin-top-mob) * 1px);
    margin-bottom: calc(var(--margin-bottom-mob) * 1px);
    padding-top: calc(var(--padding-top-mob) * 1px);
    padding-bottom: calc(var(--padding-bottom-mob) * 1px);
  }
}
@media (max-width: 768px) {
  .Block:first-child {
    padding-top: 90px;
  }
}

/* Links
--------------------------------------------- */
a {
  color: #0E68FF;
  word-break: break-word;
}
a:hover, a:focus, a:active {
  color: #181818;
}
a:hover, a:active {
  outline: 0;
}

.btn {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  background-color: #0E68FF;
  border-radius: 8px;
  padding: 18px 30px;
}
@media (max-width: 820px) {
  .btn {
    font-size: 13px;
  }
}
.btn:hover, .btn:focus, .btn:active {
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 820px) {
  .btn {
    max-width: 100%;
    text-align: center;
    padding: 22px 30px;
  }
}
.btn.mt-standart {
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .btn.mt-standart {
    margin-top: 24px;
  }
}
.btn.btn-with-icon {
  max-width: -moz-max-content;
  max-width: max-content;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 6px 6px 6px 15px;
  z-index: 1;
}
.btn.btn-with-icon:hover, .btn.btn-with-icon:focus, .btn.btn-with-icon:active {
  color: #fff;
  opacity: 1;
}
.btn.btn-with-icon .icon-btn-wrap {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 45px;
  height: 45px;
  background: #4a8eff;
  transform: scale3d(0, 0, 0);
  transform-style: preserve-3d;
  transition: transform 0.75s ease;
  z-index: -1;
}
.btn.btn-with-icon .icon-btn-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  width: 45px;
  height: 45px;
  background: #4a8eff;
  border-radius: 6px;
  margin-left: 14px;
  transition: transform 0.5s ease;
}
.btn.btn-with-icon .icon-btn-image svg {
  display: flex;
  width: 14px;
  height: 14px;
  transition: transform 0.5s ease;
}
.btn.btn-with-icon:hover .icon-btn-wrap {
  transform: scale3d(100, 100, -1);
  transform-style: preserve-3d;
}
.btn.btn-with-icon:hover .icon-btn-image svg {
  transform: rotateZ(45deg);
  transform-style: preserve-3d;
}
.btn.mt-30 {
  margin-top: 30px;
}

.border-link {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Inter, sans-serif;
  color: #0E68FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #0E68FF;
}

.arrow-link {
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0E68FF;
  border-bottom: 2px solid #0E68FF;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjAyNSA0Ljk0MTY1TDE3LjA4MzQgOS45OTk5OEwxMi4wMjUgMTUuMDU4MyIgc3Ryb2tlPSIjMEU2OEZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yLjkxNjY5IDEwSDE2Ljk0MTciIHN0cm9rZT0iIzBFNjhGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: calc(100% - 4px);
  padding: 0 30px 7px 4px;
}
.arrow-link:hover {
  color: #0E68FF;
  border-color: #202428;
}

/* 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;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #0E68FF;
}
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 {
  color: #0E68FF;
}

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 {
  font-family: Inter, sans-serif;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #2d4025;
  border-radius: 0;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  padding: 15px 24px;
  margin-top: 4px;
  margin-bottom: 16px;
}
@media (max-width: 820px) {
  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 {
    font-size: 15px;
  }
}
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 {
  outline: none;
  border: 1px solid #0E68FF;
}
input[type=text].empty, input[type=text].not-valid,
input[type=email].empty,
input[type=email].not-valid,
input[type=url].empty,
input[type=url].not-valid,
input[type=password].empty,
input[type=password].not-valid,
input[type=search].empty,
input[type=search].not-valid,
input[type=number].empty,
input[type=number].not-valid,
input[type=tel].empty,
input[type=tel].not-valid,
input[type=range].empty,
input[type=range].not-valid,
input[type=date].empty,
input[type=date].not-valid,
input[type=month].empty,
input[type=month].not-valid,
input[type=week].empty,
input[type=week].not-valid,
input[type=time].empty,
input[type=time].not-valid,
input[type=datetime].empty,
input[type=datetime].not-valid,
input[type=datetime-local].empty,
input[type=datetime-local].not-valid,
input[type=color].empty,
input[type=color].not-valid,
textarea.empty,
textarea.not-valid {
  border-color: red;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled {
  opacity: 0.4;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: #979797;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #979797;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 76px;
}

.valid-msg {
  margin-top: -15px;
  margin-bottom: 20px;
  display: block;
  color: red !important;
}

.btn[type=submit] {
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .btn[type=submit] {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}

.wpcf7-form h3 {
  color: #181818;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 820px) {
  .wpcf7-form h3 {
    font-size: 21px;
    text-align: center;
  }
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form label {
  width: 100%;
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 4px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 15px;
}
.wpcf7-form br {
  display: none;
}

.inputs-cols-2 {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  .inputs-cols-2 {
    flex-direction: column;
    grid-gap: 0;
  }
}
.inputs-cols-2 p {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
  align-items: center;
}
@media (max-width: 1024px) {
  .inputs-cols-2 p {
    flex-direction: column;
    grid-gap: 0;
  }
}
.inputs-cols-2 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.niceselect {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 20px;
}
.niceselect::after {
  width: 8px;
  height: 8px;
  border-color: #2d4025;
}
.niceselect ul.list {
  width: 100%;
  margin-left: 0;
}

.wpcf7-acceptance {
  display: block;
}
@media (max-width: 820px) {
  .wpcf7-acceptance {
    padding-top: 20px;
  }
}
.wpcf7-acceptance label {
  color: #979797;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + .wpcf7-list-item-label, input[type=checkbox] + label {
  display: inline-flex;
  position: relative;
  padding-left: 28px;
}
input[type=checkbox] + .wpcf7-list-item-label::before, input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ebebeb;
  position: absolute;
  left: 0;
  top: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before, input[type=checkbox]:checked + label::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUwMDI0NCIgd2lkdGg9IjE5IiBoZWlnaHQ9IjE5IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIwLjUiIHk9IjAuNTAwMjQ0IiB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHN0cm9rZT0iI0VCRUJFQiIvPgo8cGF0aCBkPSJNNiA5Ljk0NDY5TDkuMDM0NDggMTMuMDAwMkwxNiA2LjAwMDI0IiBzdHJva2U9IiM4QTE4MUEiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
  background-size: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#masthead {
  min-height: 86px;
}

.site-header {
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 44px 0;
  z-index: 99;
}
@media (max-width: 1024px) {
  .site-header {
    padding: 20px 0;
  }
}
.site-header.fixed {
  position: fixed;
  top: 0;
  inset-inline: 0;
  padding: 15px 0;
}
.site-header.fixed #reading-progress-bar {
  opacity: 1;
}
.site-header__wrap {
  display: flex;
  align-items: center;
  grid-gap: 50px;
  justify-content: space-between;
}
.site-header__right {
  display: flex;
  align-items: center;
  grid-gap: 35px;
}
.site-header .site-branding {
  position: relative;
  z-index: 100;
}
@media (max-width: 1024px) {
  .site-header .headet-cta {
    display: none;
  }
}
.site-header .headet-cta.headet-cta-mobile {
  display: none !important;
}
.site-header #reading-progress-bar {
  opacity: 0;
}

.site-footer {
  background-color: #202428;
  padding: 66px 0 100px 0;
}
@media (max-width: 820px) {
  .site-footer {
    padding-bottom: 60px;
  }
}
.site-footer__wrap {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
}
@media (max-width: 1024px) {
  .site-footer__wrap {
    flex-direction: column;
  }
}
.site-footer__info {
  max-width: 480px;
}
.site-footer__info .info-text {
  margin-bottom: 23px;
}
.site-footer__info .info-text h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 5px;
}
@media (max-width: 820px) {
  .site-footer__info .info-text h2 {
    font-size: 25px;
  }
}
.site-footer__info .info-customers {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  grid-gap: 20px;
  margin-top: 36px;
}
@media (max-width: 820px) {
  .site-footer__info .info-customers {
    grid-template-columns: 100%;
    grid-gap: 15px;
  }
}
.site-footer__info .info-customers__img {
  display: flex;
}
.site-footer__menu ul.menu {
  list-style: none;
  display: flex;
  grid-gap: 90px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .site-footer__menu ul.menu {
    flex-wrap: wrap;
    grid-gap: 40px 60px;
    margin-top: 30px;
  }
}
.site-footer__menu ul.menu > li.menu-item a {
  color: #979796;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
.site-footer__menu ul.menu > li.menu-item a:hover {
  text-decoration: underline;
}
.site-footer__menu ul.menu ul.sub-menu {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}
@media (max-width: 820px) {
  .site-footer__menu ul.menu ul.sub-menu {
    margin-top: 20px;
  }
}
.site-footer__menu ul.menu ul.sub-menu > li.menu-item {
  margin-bottom: 29px;
}
@media (max-width: 820px) {
  .site-footer__menu ul.menu ul.sub-menu > li.menu-item {
    margin-bottom: 12px;
  }
}
.site-footer__menu ul.menu ul.sub-menu > li.menu-item:last-child {
  margin-bottom: 0;
}
.site-footer__menu ul.menu ul.sub-menu > li.menu-item a {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 820px) {
  .site-footer__menu ul.menu ul.sub-menu > li.menu-item a {
    font-size: 18px;
  }
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 180px;
  padding-top: 35px;
}
@media (max-width: 820px) {
  .site-footer__bottom {
    flex-direction: column-reverse;
    margin-top: 55px;
    padding-top: 22px;
  }
}
@media (max-width: 820px) {
  .site-footer__bottom-copyright {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}

.site-footer__bottom-copyright span,
.info-customers__text span {
  color: #ffffff;
}

.not-found__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(img/bg-gray-big.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 32px 0 48px 0;
}
@media (max-width: 820px) {
  .not-found__wrap {
    margin-right: -15px;
    margin-left: -15px;
    padding: 32px 12px 88px 12px;
  }
}
.not-found__image {
  display: flex;
  margin-bottom: 32px;
}
.not-found__title {
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  .not-found__title {
    font-size: 32px;
    line-height: 39px;
  }
}
.not-found__text {
  max-width: 543px;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #4b5158;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .not-found__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.not-found__btn {
  min-width: 288px;
}

.title-icon {
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-gap: 4px;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0E68FF;
}
.title-icon img {
  display: flex;
}

.blog-all__top {
  display: grid;
  grid-template-columns: 1fr 294px;
  grid-gap: 10px;
  background-color: #f5f6f7;
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .blog-all__top {
    grid-template-columns: 100%;
    grid-gap: 24px;
    margin-bottom: 40px;
  }
}
.blog-all__intro {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 0.32fr;
  margin-bottom: 112px;
}
@media (max-width: 1024px) {
  .blog-all__intro {
    grid-template-columns: 100%;
    grid-gap: 40px;
    margin-bottom: 80px;
  }
}
.blog-all__categs-item {
  margin-bottom: 100px;
}
@media (max-width: 820px) {
  .blog-all__categs-item {
    margin-bottom: 80px;
  }
}
.blog-all__categs-item .categ-title {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-gap: 16px;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .blog-all__categs-item .categ-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.blog-all__categs-item .categ-title img {
  display: flex;
}
.blog-all__videos {
  margin-bottom: 100px;
}
@media (max-width: 820px) {
  .blog-all__videos {
    margin-bottom: 80px;
  }
}
.blog-all__videos .categ-title {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .blog-all__videos .categ-title {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 8px;
  }
}
.blog-all__videos .categ-title img {
  display: flex;
}
@media (max-width: 820px) {
  .blog-all__videos .categ-title img {
    max-width: 130px;
  }
}
.blog-all__videos .btn {
  min-width: 197px;
}
.blog-all__videos .btn .btn-text {
  margin: 0 auto;
}
@media (max-width: 820px) {
  .blog-all__videos .btn .btn-text {
    font-size: 16px;
    margin: 0;
  }
}
.blog-all__videos .btn.on-mobile {
  width: 100%;
  max-width: 100%;
}
.blog-all .categ-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 820px) {
  .blog-all .categ-top {
    margin-bottom: 16px;
  }
}
.blog-all .blog-categs .title-icon {
  margin-left: 12px;
}
.blog-all .latest-post .title-icon {
  margin-bottom: 16px;
}
.blog-all .latest-post .post-item3 {
  height: 92.3333333%;
}
@media (max-width: 1024px) {
  .blog-all .latest-post .post-item3 {
    height: auto;
  }
}
@media (max-width: 820px) {
  .blog-all .on-desctop {
    display: none;
  }
}
.blog-all .on-mobile {
  display: none;
}
@media (max-width: 820px) {
  .blog-all .on-mobile {
    display: flex;
    margin: 40px auto 0 auto;
  }
}
.blog-all .post-item2 {
  max-width: 100%;
}

.categs-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 820px) {
  .categs-list {
    grid-template-columns: 100%;
    grid-gap: 0;
    margin-top: 16px;
    border-radius: 8px;
    background: linear-gradient(242.21deg, #212529 -12.36%, #132940 98.66%);
    overflow: hidden;
    padding-bottom: 16px;
  }
}
.categs-list.show .categs-list__item {
  display: grid;
}
.categs-list.show .toggle-btn {
  transform: rotate(180deg);
}
@media (max-width: 820px) {
  .categs-list:not(.show) .categs-list__item.active {
    padding-top: 16px;
    padding-bottom: 0;
  }
}
.categs-list__item {
  max-width: 190px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  grid-gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(242.21deg, #212529 -12.36%, #132940 98.66%);
  border-radius: 8px;
  padding: 16px;
}
@media (max-width: 820px) {
  .categs-list__item {
    display: none;
    max-width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 8px 16px;
  }
}
@media (max-width: 820px) {
  .categs-list__item:first-child {
    padding: 16px 16px 0 16px;
  }
}
@media (max-width: 820px) {
  .categs-list__item:nth-child(2) {
    padding-top: 16px;
  }
}
.categs-list__item.active {
  background: linear-gradient(240.01deg, #0e68ff 15.84%, #1660db 116.45%);
}
@media (max-width: 820px) {
  .categs-list__item.active {
    display: grid;
    background: linear-gradient(242.21deg, #212529 -12.36%, #132940 98.66%);
  }
}
.categs-list__item.active:hover, .categs-list__item.active:focus, .categs-list__item.active:active {
  color: #ffffff;
  background: linear-gradient(240.01deg, #0e68ff 15.84%, #1660db 116.45%);
}
.categs-list__item:hover, .categs-list__item:focus, .categs-list__item:active {
  color: #ffffff;
  background: linear-gradient(242.21deg, #212529 -12.36%, #023a73 98.66%);
}
.categs-list__item img {
  display: flex;
}
.categs-list .toggle-btn {
  display: none;
}
@media (max-width: 820px) {
  .categs-list .toggle-btn {
    display: flex;
    padding: 5px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 10px;
  }
}

.posts-list-3cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .posts-list-3cols {
    grid-template-columns: 100%;
    grid-gap: 16px;
  }
}

.posts-list-4cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .posts-list-4cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .posts-list-4cols {
    grid-template-columns: 100%;
    grid-gap: 16px;
  }
}

.blog-search {
  max-width: 100%;
}
.blog-search__wrap {
  padding: 13px 24px;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 10px;
}
.blog-search form {
  display: flex;
  grid-gap: 20px;
  border-bottom: 1px solid #edf0f1;
}
.blog-search input[type=text] {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background-color: #ffffff;
  border: 0;
  padding: 0;
}
.blog-search input[type=text]::-moz-placeholder {
  color: #979796;
}
.blog-search input[type=text]::placeholder {
  color: #979796;
}
.blog-search button {
  width: 24px;
  background: transparent;
  padding: 0;
  border: 0;
}

.blog-banner {
  margin-bottom: 100px;
}
@media (max-width: 820px) {
  .blog-banner {
    margin-bottom: 80px;
  }
}
.blog-banner.blog-banner--archive {
  grid-column: span 4;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .blog-banner.blog-banner--archive {
    grid-column: span 2;
  }
}
@media (max-width: 820px) {
  .blog-banner.blog-banner--archive {
    grid-column: auto;
  }
}
.blog-banner.blog-banner--small .small-banner {
  padding: 56px;
}
@media (max-width: 820px) {
  .blog-banner.blog-banner--small .small-banner {
    padding: 24px;
  }
}
.blog-banner.blog-banner--small .small-banner__wrap {
  grid-template-columns: 1fr 0.51fr;
}
@media (max-width: 820px) {
  .blog-banner.blog-banner--small .small-banner__wrap {
    grid-template-columns: 100%;
    grid-gap: 68px;
  }
}
.blog-banner.blog-banner--small .small-banner__text {
  font-size: 35px;
  line-height: 43px;
}
@media (max-width: 820px) {
  .blog-banner.blog-banner--small .small-banner__text {
    font-size: 28px;
    line-height: 34px;
  }
}
.blog-banner.blog-banner--small .small-banner__customers {
  max-width: 100%;
}

.pagination {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  justify-content: center;
  margin: 48px auto 0 auto;
}
.pagination.no-pagination {
  display: none;
}
.pagination .page-numbers {
  width: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 60px;
}
.pagination .page-numbers.prev {
  margin-right: 8px;
}
.pagination .page-numbers.next {
  margin-left: 8px;
}
.pagination .page-numbers.dots {
  color: #818181;
}
.pagination a.page-numbers {
  color: #818181;
}
.pagination a.page-numbers:hover {
  color: #0E68FF;
}
.pagination span.page-numbers {
  color: #0E68FF;
}
.pagination img {
  width: 60px;
  min-width: 60px;
  height: auto;
  cursor: pointer;
}

.single-post h2.big-title {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 820px) {
  .single-post h2.big-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.single-post p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #4b5158;
  margin-bottom: 12px;
}
.single-post p strong {
  font-weight: 600;
}
.single-post ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 8px;
}
.single-post ul li:last-child {
  margin-bottom: 0;
}
.single-post .wp-block-image {
  display: flex;
}
.single-post .wp-block-image img {
  border-radius: 12px;
}
.single-post .post-header {
  margin-bottom: 64px;
}
@media (max-width: 820px) {
  .single-post .post-header {
    margin-bottom: 32px;
  }
}
.single-post .post-header__wrap {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-gap: 30px;
  background: #f5f6f7;
  border-radius: 22px;
  padding: 8px;
}
@media (max-width: 1024px) {
  .single-post .post-header__wrap {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.single-post .post-header__info {
  padding: 40px;
}
@media (max-width: 820px) {
  .single-post .post-header__info {
    order: 2;
    padding: 16px;
  }
}
.single-post .post-header__info h1.post-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .single-post .post-header__info h1.post-title {
    font-size: 20px;
    line-height: 32px;
  }
}
.single-post .post-header__info .post-meta {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .single-post .post-header__info .post-meta {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
  }
}
.single-post .post-header__info .post-meta__item {
  padding: 0 16px;
  position: relative;
}
@media (max-width: 820px) {
  .single-post .post-header__info .post-meta__item {
    padding: 5px 0;
  }
}
.single-post .post-header__info .post-meta__item::after {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  top: 5px;
  right: 0;
  display: block;
  position: absolute;
  background: #d1d3dc;
}
.single-post .post-header__info .post-meta__item:first-child {
  padding-left: 0;
}
@media (max-width: 820px) {
  .single-post .post-header__info .post-meta__item:first-child {
    width: 100%;
    grid-column: span 2;
    padding-bottom: 12px;
    margin-bottom: 5px;
  }
}
@media (max-width: 820px) {
  .single-post .post-header__info .post-meta__item:first-child::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }
}
.single-post .post-header__info .post-meta__item:last-child {
  padding-right: 0;
}
@media (max-width: 820px) {
  .single-post .post-header__info .post-meta__item:last-child {
    padding-left: 16px;
  }
}
.single-post .post-header__info .post-meta__item:last-child::after {
  display: none;
}
.single-post .post-header__info .post-meta__item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.single-post .post-header__info .post-meta__item-text span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #979796;
}
.single-post .post-header__info .post-meta__item a {
  text-decoration: none;
  color: #000000;
}
.single-post .post-header__info .post-meta__item a:hover {
  color: #0E68FF;
}
.single-post .post-header__info .post-meta__author {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-gap: 16px;
  align-items: center;
}
.single-post .post-header__info .post-meta__author .author-photo {
  display: flex;
  max-width: 48px;
}
.single-post .post-header__info .post-meta__author .author-photo img {
  width: 100%;
  border-radius: 50%;
}
.single-post .post-header__info .post-descr {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #4b5158;
}
@media (max-width: 820px) {
  .single-post .post-header__info .post-descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #979796;
  }
}
.single-post .post-header__info .post-categories {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6px;
  margin-top: 24px;
}
.single-post .post-header__info .post-categories__item {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0e68ff;
}
.single-post .post-header__info .post-categories__item:hover {
  color: #181818;
}
.single-post .post-header__media .post-image {
  display: flex;
  height: 100%;
}
.single-post .post-header__media .post-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.single-post .post-content {
  max-width: 1287px;
  margin: 0 auto;
}
.single-post .post-content__wrap {
  display: grid;
  grid-template-columns: 1fr 0.52fr;
  grid-gap: 55px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .single-post .post-content__wrap {
    grid-template-columns: 100%;
    grid-gap: 32px;
    padding-bottom: 80px;
  }
}
.single-post .post-content__left {
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .single-post .post-content__left {
    order: 2;
  }
}
.single-post .post-sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f5f6f7;
  border-radius: 22px;
  padding: 32px;
  position: sticky;
  top: 120px;
}
@media (max-width: 820px) {
  .single-post .post-sidebar {
    padding: 20px;
  }
}
.single-post .post-sidebar .nav-title {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0E68FF;
}
.single-post .post-sidebar .nav-title span {
  display: flex;
  width: 24px;
}
.single-post .post-sidebar .nav-title img {
  display: flex;
}

#reading-progress-bar {
  width: 100%;
  max-width: 1320px;
  height: 4px;
  background-color: #dfe2e3;
  margin-top: 18px;
  margin-bottom: -15px;
  position: relative;
}
#reading-progress-bar .progress-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background-color: #0E68FF;
  transition: width 0.2s ease-out;
}

.post-content__related {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 820px) {
  .post-content__related {
    position: relative;
    padding-bottom: 92px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.post-content__related-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.post-content__related .related-list {
  overflow: hidden;
}
@media (max-width: 820px) {
  .post-content__related .related-list {
    margin-right: -15px;
  }
}

.related-title {
  font-size: 35px;
  margin-bottom: 0;
}

.related-list-nav {
  display: flex;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 820px) {
  .related-list-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
  }
}
.related-list-nav .button-next {
  transform: none;
}
.related-list-nav .button-prev,
.related-list-nav .button-next {
  display: flex;
  cursor: pointer;
}
.related-list-nav .button-prev.swiper-button-disabled,
.related-list-nav .button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

#cta-banner-blog .cta-banner__title {
  margin-top: 0;
}

.search-results {
  margin-bottom: 100px;
}
@media (max-width: 820px) {
  .search-results {
    margin-bottom: 80px;
  }
}
.search-results__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .search-results__top {
    grid-gap: 10px;
    margin-bottom: 30px;
  }
}
.search-results__title {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 820px) {
  .search-results__title {
    font-size: 25px;
    line-height: 35px;
  }
}
.search-results__count {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2px 16px;
  background: rgba(14, 104, 255, 0.12);
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #0e68ff;
  border-radius: 32px;
}
@media (max-width: 820px) {
  .search-results__count {
    font-size: 18px;
    line-height: 35px;
  }
}
.search-results__item {
  margin-bottom: 80px;
}
@media (max-width: 820px) {
  .search-results__item {
    margin-bottom: 50px;
  }
}
.search-results .not-found__image {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.search-results .blog-search {
  max-width: 640px;
  background: #f5f6f7;
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 40px;
}
.search-results .blog-banner {
  margin-top: 100px;
}
.search-results #results-found-hide {
  display: none;
}

.author-profile h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 4px;
}
@media (max-width: 820px) {
  .author-profile h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.author-profile h2 {
  font-size: 40px;
  line-height: 48px;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .author-profile h2 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 32px;
  }
}
.author-profile p {
  font-weight: 300;
  color: #4b5158;
  margin-bottom: 12px;
}
.author-profile p:last-child {
  margin-bottom: 0;
}
.author-profile ul li {
  font-weight: 300;
  color: #000000;
  margin-bottom: 8px;
}
.author-profile ul li:last-child {
  margin-bottom: 0;
}
.author-profile blockquote {
  border: 3px solid #0E68FF;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 48px;
  margin: 48px 0;
  position: relative;
}
@media (max-width: 820px) {
  .author-profile blockquote {
    padding: 48px 24px;
  }
}
.author-profile blockquote::before, .author-profile blockquote::after {
  content: "";
  display: block;
  width: 110px;
  height: 32px;
  background-image: url(img/quote.svg);
  background-repeat: no-repeat;
  background-size: 110px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.author-profile blockquote::before {
  top: -16px;
}
.author-profile blockquote::after {
  bottom: -16px;
}
.author-profile blockquote p {
  color: #000000;
}
.author-profile__top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: flex-start;
  background-color: #f5f6f7;
  border-radius: 22px;
  padding: 8px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .author-profile__top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 820px) {
  .author-profile__top {
    grid-template-columns: 100%;
  }
}
.author-profile__top .author-image {
  display: flex;
}
@media (max-width: 820px) {
  .author-profile__top .author-image {
    margin-bottom: 10px;
  }
}
.author-profile__top .author-image img {
  width: 100%;
  border-radius: 20px;
}
.author-profile__top .author-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 44px;
}
@media (max-width: 1024px) {
  .author-profile__top .author-about {
    grid-template-columns: 100%;
    grid-gap: 24px;
    padding: 34px;
  }
}
@media (max-width: 820px) {
  .author-profile__top .author-about {
    padding: 16px;
  }
}
.author-profile__top .author-about__cont {
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .author-profile__top .author-about__cont {
    padding-right: 0;
  }
}
.author-profile__top .author-about__cont .author-job {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4b5158;
}
.author-profile__top .author-about__cont .author-bio {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #4b5158;
  margin-top: 24px;
}
@media (max-width: 820px) {
  .author-profile__top .author-about__cont .author-bio {
    font-size: 16px;
    line-height: 26px;
  }
}
.author-profile__top .author-about__skills {
  border-left: 1px solid #d1d3dc;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .author-profile__top .author-about__skills {
    border-left: 0;
    padding-left: 0;
  }
}
.author-profile__info, .author-profile__posts {
  margin-bottom: 100px;
}
@media (max-width: 820px) {
  .author-profile__info, .author-profile__posts {
    margin-bottom: 80px;
  }
}
.author-profile__info {
  max-width: 805px;
}
.author-profile .skills-title {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 8px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 820px) {
  .author-profile .skills-title {
    margin-bottom: 12px;
  }
}
.author-profile .skills-title img {
  display: flex;
}
.author-profile .skills-cont {
  margin-bottom: 24px;
}
.author-profile .skills-cont:last-of-type {
  margin-bottom: 0;
}
.author-profile .skills-cont .bordered-item {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  color: #4b5158;
  border: 1px solid #d1d3dc;
  border-radius: 100px;
  padding: 5px 24px;
}
@media (max-width: 820px) {
  .author-profile .skills-cont .bordered-item {
    padding: 7px 24px;
  }
}
.author-profile .skills-cont a.bordered-item {
  text-decoration: none;
  color: #0E68FF;
}
.author-profile .skills-cont a.bordered-item:hover {
  border-color: #0E68FF;
}
.author-profile .skills-cont .skills-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 8px;
}
@media (max-width: 820px) {
  .author-profile .skills-cont .skills-list .bordered-item {
    font-size: 12px;
    line-height: 20px;
  }
}
.author-profile .author-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 5px 16px;
}
.author-profile .author-socials__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #0E68FF;
  border-radius: 50%;
  text-decoration: none;
}
.author-profile .author-socials__item:hover {
  background: #083e99;
}
.author-profile .author-socials__item.share-url {
  position: relative;
  padding: 0;
  border: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
@media (max-width: 1024px) {
  .main-navigation {
    position: absolute;
    top: 8px;
    right: 5px;
    left: 0;
    background-color: #ffffff;
    z-index: 99;
  }
}
@media (max-width: 1024px) {
  .main-navigation.toggled .menu-banner.menu-banner-mobile {
    display: flex;
    flex-direction: column;
    margin-top: -5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
  }
}
.main-navigation.toggled .headet-cta.headet-cta-mobile {
  display: flex !important;
  color: #fff;
  text-transform: none;
  max-width: 90%;
  margin: 5px 15px 30px 15px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  top: 100%;
  z-index: 99999;
}
.main-navigation ul ul ul {
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
@media (max-width: 1024px) {
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: inherit;
    left: inherit;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
.main-navigation li {
  position: relative;
}
@media (max-width: 1024px) {
  .main-navigation li {
    margin-right: 0;
    padding: 10px 0;
  }
}
.main-navigation li:not(:last-of-type) {
  margin-right: 24px;
}
@media (max-width: 1024px) {
  .main-navigation li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #0E68FF;
}
.main-navigation a {
  display: flex !important;
  align-items: center;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.main-navigation a img.menu-icon {
  width: 24px;
  margin-right: 16px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 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%;
}

@media (max-width: 1024px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    padding: 20px;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover a.mega-menu-link {
  color: #0E68FF;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu {
  margin-left: -257%;
}
@media (max-width: 1024px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu {
    margin-left: 0;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  display: flex;
  align-items: center;
  font-family: Inter, sans-serif;
  color: #202428;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    justify-content: space-between;
    padding: 27px 0;
    border-bottom: 1px solid #eff2f3 !important;
    background: none;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-sub-menu > li.mega-menu-item {
  padding: 0 !important;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  width: 100%;
  line-height: 28px !important;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
    padding: 10px !important;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-column.add-left-padding {
  padding-left: 16px;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu {
  display: flex;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu > .mega-menu-column {
  display: flex;
}
@media (max-width: 1024px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu > .mega-menu-column.menu-right-image {
    display: none;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu > .mega-menu-column.menu-right-image > .mega-sub-menu {
  display: flex;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu > .mega-menu-column .mega-menu-item {
  display: flex;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu > .mega-menu-column .mega-menu-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item h4.mega-block-title {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 29px !important;
  letter-spacing: -0.12px !important;
  color: #959698 !important;
  padding-bottom: 16px !important;
}
.site-header .main-navigation li.mega-current-menu-item a.mega-menu-link {
  height: 25px !important;
  border-bottom: 3px solid #0E68FF !important;
}
@media (max-width: 1024px) {
  .site-header .main-navigation li.mega-current-menu-item a.mega-menu-link {
    border-bottom: 0 !important;
  }
}

.menu-banner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: 0;
  align-items: center;
  grid-gap: 32px;
  border-radius: 12px;
  background-color: #eff2f3;
  margin-left: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .menu-banner {
    display: none;
    grid-gap: 0;
  }
}
.menu-banner__cont {
  max-width: 388px;
  border-radius: 12px 0 0 12px;
  padding: 32px;
}
@media (max-width: 1024px) {
  .menu-banner__cont {
    max-width: 100%;
    padding: 24px;
  }
}
.menu-banner__img {
  display: flex;
  width: 100%;
  height: 100%;
}
.menu-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 12px 12px 0;
}
@media (max-width: 1024px) {
  .menu-banner__img img {
    height: 190px;
  }
}
.menu-banner__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: -0.26px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .menu-banner__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.menu-banner__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.1px;
  color: #959698;
}
.menu-banner a.menu-banner__btn {
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  color: #0e68ff;
  text-transform: none;
  text-decoration: none;
  padding: 6px 36px 6px 0;
  margin-top: 16px;
  position: relative;
}
.menu-banner a.menu-banner__btn::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(img/btn-arr.svg);
  background-repeat: no-repeat;
  background-size: 28px;
}
.menu-banner.menu-banner-mobile {
  display: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  padding-top: 5px;
}

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

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

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

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

/* 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: flex;
  max-width: 103px;
}

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

/* Breadcrumbs
--------------------------------------------- */
.site-breadcrumb {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #F4F4F4;
  padding: 5px 8px;
  margin-bottom: 12px;
}
.site-breadcrumb a,
.site-breadcrumb span {
  color: #979797;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 3px;
}
.site-breadcrumb a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-breadcrumb span {
  color: #8A181A;
}

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

/* Sections
--------------------------------------------- */
.top-section__wrap {
  background-image: url(img/lines-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  padding: 48px 50px 0 50px;
}
@media (max-width: 1024px) {
  .top-section__wrap {
    padding: 20px 25px 0px 20px;
  }
}
.top-section__intro {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  grid-gap: 30px;
}
@media (max-width: 1024px) {
  .top-section__intro {
    grid-template-columns: 100%;
  }
}
.top-section__intro-left {
  padding-top: 27px;
}
.top-section__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 5px;
}
.top-section__text {
  margin-bottom: 20px;
}
.top-section__video {
  display: flex;
  position: relative;
  aspect-ratio: 1/0.56;
}
.top-section__video:hover .top-section__video-cover::before {
  transform: scale(1.1);
}
.top-section__video-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.top-section__video-cover::before {
  content: "";
  position: absolute;
  display: block;
  width: 126px;
  height: 126px;
  background-image: url(img/play-icon.svg);
  background-repeat: no-repeat;
  background-size: 126px;
  z-index: 2;
}
@media (max-width: 820px) {
  .top-section__video-cover::before {
    width: 75px;
    height: 75px;
    background-size: 75px;
  }
}
.top-section__video-cover.cover-hide {
  opacity: 0;
  pointer-events: none;
}
.top-section__video-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.top-section__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  z-index: 0;
}
.top-section__video-iframe iframe {
  width: 100%;
  height: 100%;
}
.top-section__video .video-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 23px;
  color: #000000;
  cursor: pointer;
  z-index: 0;
}
.top-section__bottom {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  grid-gap: 40px;
  padding-top: 80px;
}
@media (max-width: 820px) {
  .top-section__bottom {
    grid-template-columns: 100%;
    grid-gap: 30px;
    padding-top: 20px;
  }
}
.top-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px;
  padding-bottom: 42px;
}
@media (max-width: 820px) {
  .top-section__list {
    grid-template-columns: 100%;
    padding-bottom: 25px;
  }
}
.top-section__list-item {
  display: grid;
  grid-template-columns: 12px 1fr;
  grid-gap: 9px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #979796;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 15px;
}
.top-section__list-item strong {
  font-weight: 400;
  color: #24282c;
}
.top-section__customers {
  background: #ffffff;
  margin-right: -50px;
  height: 100%;
  border-radius: 22px 0 0 0;
  padding: 20px 20px 30px 35px;
  position: relative;
}
@media (max-width: 820px) {
  .top-section__customers {
    margin-right: -25px;
  }
}
.top-section__customers::before, .top-section__customers::after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 36px;
  background: url(img/triangle.svg) no-repeat;
  background-size: 36px;
  background-repeat: no-repeat;
}
.top-section__customers::after {
  top: -28px;
  right: 0px;
}
.top-section__customers::before {
  left: -36px;
  bottom: -2px;
}
@media (max-width: 820px) {
  .top-section__customers::before {
    left: -30px;
  }
}
.top-section__customers-image {
  display: flex;
  margin-bottom: 4px;
}
.top-section__customers-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #979796;
}
.top-section__customers-text strong {
  font-weight: 500;
  color: #24282c;
}

.top-section2__wrap {
  background-color: #f5f6f7;
  border-radius: 22px;
  padding: 78px 45px 39px 45px;
}
@media (max-width: 820px) {
  .top-section2__wrap {
    padding: 45px 25px 20px 25px;
  }
}
.top-section2__intro {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
}
@media (max-width: 1024px) {
  .top-section2__intro {
    grid-template-columns: 100%;
    grid-gap: 50px;
  }
}
.top-section2__intro-right {
  position: relative;
}
.top-section2__title {
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  .top-section2__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.top-section2__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #ABABAB;
  margin-bottom: 20px;
}
.top-section2__text {
  max-width: 608px;
  margin-bottom: 35px;
}
.top-section2__img {
  display: flex;
  justify-content: flex-end;
  max-width: 533px;
  margin-left: auto;
}
@media (max-width: 820px) {
  .top-section2__img {
    margin-right: auto;
  }
}
.top-section2__img img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 820px) {
  .top-section2__img {
    justify-content: center;
  }
}
.top-section2__icons-item {
  position: absolute;
  max-width: -moz-max-content;
  max-width: max-content;
}
.top-section2__icons-item:nth-child(1) {
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 820px) {
  .top-section2__icons-item:nth-child(1) {
    top: -30px;
  }
}
.top-section2__icons-item:nth-child(2) {
  left: 11%;
  top: 53%;
}
@media (max-width: 820px) {
  .top-section2__icons-item:nth-child(2) {
    left: 0%;
    top: 57%;
    max-width: 120px;
  }
}
.top-section2__icons-item:nth-child(3) {
  right: -15px;
  top: 45%;
}
@media (max-width: 820px) {
  .top-section2__icons-item:nth-child(3) {
    top: 95%;
  }
}
.top-section2__icons-item img {
  width: 100%;
  max-width: 180px;
}
.top-section2 .top-section__list {
  margin-top: 88px;
  padding-bottom: 0;
}
.top-section2 .top-section__list-item {
  padding: 15px 22px;
}
.top-section2 .honors {
  max-width: 580px;
}

.logos-grid__slider {
  max-width: 100%;
  overflow: hidden;
}
.logos-grid__images {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 10px;
  margin-top: 30px;
  box-sizing: border-box;
}
@media (max-width: 820px) {
  .logos-grid__images {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 10px 0;
    padding: 0 15px;
    box-sizing: content-box;
    margin-top: 10px;
  }
}
.logos-grid__images-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f6f7;
  border: 1px solid #ffffff;
  border-radius: 8px;
  width: 100%;
  height: 82px;
  padding: 13px;
}
@media (max-width: 820px) {
  .logos-grid__images-item {
    width: auto;
    height: auto;
  }
}
.logos-grid__images-item:nth-child(1), .logos-grid__images-item:nth-child(4), .logos-grid__images-item:nth-child(13), .logos-grid__images-item:nth-child(16) {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}
@media (max-width: 820px) {
  .logos-grid__images-item:nth-child(1), .logos-grid__images-item:nth-child(4), .logos-grid__images-item:nth-child(13), .logos-grid__images-item:nth-child(16) {
    grid-column: auto;
    grid-row: auto;
    height: auto;
  }
}

.text-images {
  background-image: url(img/text-images-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 50px 0;
}
@media (max-width: 820px) {
  .text-images {
    padding-top: 50px;
  }
}
.text-images__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 820px) {
  .text-images__wrap {
    grid-template-columns: 100%;
  }
}
.text-images__title {
  font-size: 35px;
  line-height: 42px;
}
@media (max-width: 820px) {
  .text-images__title {
    font-size: 27px;
    line-height: 33px;
  }
}
.text-images__content {
  padding-top: 30px;
}
.text-images__logos {
  margin-top: 25px;
}
.text-images__logos-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 25px;
  margin-top: 8px;
}
.text-images__logos-list .list-item {
  display: flex;
  max-width: 220px;
}
.text-images__media {
  display: flex;
  align-items: center;
}
.text-images__media-item {
  display: flex;
}
.text-images__media-item.media-lottie-1 {
  margin-right: 15px;
}
.text-images__media-item.media-lottie-1 .lottie-image {
  display: flex;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}
.text-images__btn {
  margin-top: 25px;
}

.faq__wrap {
  display: grid;
  grid-template-columns: 1fr 460px;
  grid-gap: 58px;
}
@media (max-width: 1024px) {
  .faq__wrap {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.faq__title {
  margin-right: auto;
}
@media (max-width: 1024px) {
  .faq__title {
    order: 1;
  }
}
.faq__title .title {
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .faq__content {
    order: 2;
  }
}
.faq__list .faq-item {
  background: #f5f6f7;
  border-radius: 12px;
  padding: 34px 47px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 820px) {
  .faq__list .faq-item {
    padding: 25px;
  }
}
.faq__list .faq-item:last-child {
  margin-bottom: 0;
}
.faq__list .faq-item__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 60px;
}
@media (max-width: 820px) {
  .faq__list .faq-item__top {
    grid-gap: 30px;
  }
}
.faq__list .faq-item__top-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #7e7f7f;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .faq__list .faq-item__top-title {
    font-size: 17px;
    line-height: 23px;
  }
}
.faq__list .faq-item__top-title span {
  color: #000000;
}
.faq__list .faq-item__top-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 55px;
  width: 55px;
  height: 52px;
  background: #edf0f1;
  border-radius: 6px;
  cursor: pointer;
}
.faq__list .faq-item__top-icon::after {
  content: "";
  position: absolute;
  top: 13.5px;
  left: 26.5px;
  width: 2px;
  height: 23px;
  display: block;
  background: #b1b5b5;
  border-radius: 6px;
}
.faq__list .faq-item__body {
  max-width: 660px;
  overflow: hidden;
  transition: 0.3s;
  height: 0px;
}
.faq__list .faq-item.active .faq-item__top-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.single-post .faq .faq__wrap {
  grid-template-columns: 100%;
  grid-gap: 0;
}
.single-post .faq .faq__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
}
.single-post .faq .faq__title .title.h2-big {
  margin-bottom: 24px;
}
.single-post .faq .faq__content {
  order: 2;
}
.single-post .faq .faq__list .faq-item {
  padding: 20px 16px;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .single-post .faq .faq__list .faq-item {
    margin-bottom: 16px;
  }
}
.single-post .faq .faq__list .faq-item:last-child {
  margin-bottom: 0;
}
.single-post .faq .faq__list .faq-item__top-title {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .single-post .faq .faq__list .faq-item__top-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.single-post .faq .faq__list .faq-item__content-descr {
  margin-top: 10px;
}
.single-post .faq .faq__list .faq-item__content-descr p {
  color: #818181;
}

.location-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 820px) {
  .location-block {
    background-size: contain;
    background-position-y: bottom;
    padding-bottom: 210px !important;
  }
}
.location-block__wrap {
  max-width: 700px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 70px 60px 60px 75px;
  margin-left: auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 820px) {
  .location-block__wrap {
    padding: 50px 40px;
  }
}
.location-block__contacts {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .location-block__contacts {
    margin-top: 27px;
  }
}
.location-block__contacts .contacts-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #202428;
  margin-bottom: 20px;
}
.location-block__contacts .contacts-list__item {
  display: grid;
  grid-template-columns: 22px 1fr;
  grid-gap: 16px;
  align-items: center;
  color: #818181;
  text-decoration: none;
  margin-bottom: 14px;
}
.location-block__contacts .contacts-list__item:last-child {
  margin-bottom: 0;
}
.location-block__contacts .contacts-list__item .item-icon {
  display: flex;
}
.location-block__contacts .contacts-list__item a {
  color: #818181;
  text-decoration: none;
}
.location-block__contacts .contacts-list__item a:hover {
  color: #0E68FF;
}

.cta-banner__wrap {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-color: #202428;
  border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  padding: 70px 45px 50px 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  .cta-banner__wrap {
    background-size: cover;
    background-position-y: top;
    padding: 40px 30px;
  }
}
.cta-banner__wrap::before {
  content: "";
  background: linear-gradient(0deg, rgba(32, 36, 40, 0.64), rgba(32, 36, 40, 0.64));
  border-radius: 12px;
  opacity: 0;
}
@media (max-width: 820px) {
  .cta-banner__wrap::before {
    opacity: 1;
  }
}
.cta-banner__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  color: #a2a2a2;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .cta-banner__title {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 180px;
  }
}
.cta-banner__btn {
  margin-top: 50px;
}
@media (max-width: 820px) {
  .cta-banner__btn {
    margin-top: 20px;
  }
}
.cta-banner__customers {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  grid-gap: 20px;
  margin-top: 36px;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  .cta-banner__customers {
    grid-template-columns: 109px 1fr;
    grid-gap: 8px;
    margin-top: 12px;
    margin-bottom: 22px;
  }
}
.cta-banner__customers-image {
  display: flex;
}
.cta-banner__customers-text {
  max-width: 340px;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 820px) {
  .cta-banner__customers-text {
    font-size: 11px;
    line-height: 18px;
  }
}
.cta-banner .honors {
  max-width: 600px;
}
@media (max-width: 820px) {
  .cta-banner .honors {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 10px;
  }
}
@media (max-width: 820px) {
  .cta-banner .honors__trustpilot {
    max-width: 190px;
    height: 100px;
  }
}
@media (max-width: 820px) {
  .cta-banner .honors__certificates {
    margin-top: 5px;
  }
}

.plate-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.plate-banner__wrap {
  max-width: 53.333333%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 73px 48px;
  margin-left: auto;
}
@media (max-width: 820px) {
  .plate-banner__wrap {
    max-width: 100%;
    margin-left: 0;
    padding: 53px 28px;
  }
}
.plate-banner__text p {
  color: #818181;
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .plate-banner__text p {
    margin-bottom: 10px;
  }
}
.plate-banner__text p:last-child {
  margin-bottom: 0;
}
.plate-banner__btn {
  margin-top: 30px;
}
@media (max-width: 820px) {
  .plate-banner .title.h2-big {
    font-size: 23px;
    line-height: 28px;
  }
}

.icon-boxes__title {
  margin-bottom: 18px;
}
.icon-boxes__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}
@media (max-width: 820px) {
  .icon-boxes__list {
    grid-template-columns: 100%;
    grid-gap: 16px;
    margin-top: 30px;
  }
}
.icon-boxes__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f6f7;
  border-radius: 12px;
  padding: 40px;
}
@media (max-width: 820px) {
  .icon-boxes__list-item {
    display: grid;
    grid-template-columns: 0.23fr 1fr;
    text-align: left;
    grid-gap: 20px;
    align-items: flex-start;
    padding: 25px 25px 25px 20px;
  }
}
.icon-boxes__list-item.none-text {
  padding-bottom: 66px;
}
@media (max-width: 820px) {
  .icon-boxes__list-item.none-text {
    grid-template-columns: 100%;
    grid-gap: 27px;
    padding: 24px;
  }
}
@media (max-width: 820px) {
  .icon-boxes__list-item.none-text .item-img {
    max-width: 80px;
    margin: 0 auto;
  }
}
@media (max-width: 820px) {
  .icon-boxes__list-item.none-text .item-title {
    text-align: center;
  }
}
.icon-boxes__list-item .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .icon-boxes__list-item .item-img {
    max-width: 60px;
    margin-bottom: 15px;
  }
}
.icon-boxes__list-item .item-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #979796;
  margin-bottom: 5px;
}
.icon-boxes__list-item .item-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #00348b;
  margin-bottom: 3px;
}
@media (max-width: 820px) {
  .icon-boxes__list-item .item-title {
    font-size: 20px;
    text-align: left;
  }
}
@media (max-width: 820px) {
  .icon-boxes__list-item .item-text {
    text-align: left;
  }
}

.icon-boxes2 {
  background-color: #f5f6f7;
  background-image: url(img/lines-bg-full.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 87%;
}
.icon-boxes2__wrap {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 1024px) {
  .icon-boxes2__wrap {
    grid-template-columns: 100%;
    grid-gap: 50px;
  }
}
.icon-boxes2__wrap.boxes-col3 {
  grid-template-columns: 100%;
  grid-gap: 55px;
}
.icon-boxes2__wrap.boxes-col3 .icon-boxes2__text {
  margin-bottom: 15px;
}
.icon-boxes2__wrap.boxes-col3 .icon-boxes2__list {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 63px;
}
@media (max-width: 820px) {
  .icon-boxes2__wrap.boxes-col3 .icon-boxes2__list {
    grid-template-columns: 100%;
  }
}
.icon-boxes2__left-inner {
  position: sticky;
  top: 100px;
}
.icon-boxes2__title {
  margin-bottom: 15px;
}
.icon-boxes2__text {
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  .icon-boxes2__text {
    margin-bottom: 25px;
  }
}
.icon-boxes2__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 33px 23px;
}
@media (max-width: 820px) {
  .icon-boxes2__list {
    grid-template-columns: 100%;
  }
}
.icon-boxes2__list-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 40px;
}
@media (max-width: 820px) {
  .icon-boxes2__list-item {
    padding: 25px 30px;
  }
}
.icon-boxes2__list-item .item-img {
  display: flex;
  max-width: 120px;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .icon-boxes2__list-item .item-img {
    margin-bottom: 20px;
  }
}
.icon-boxes2__list-item .item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #00348b;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .icon-boxes2__list-item .item-title {
    font-size: 19px;
  }
}

.facts {
  background-image: url(img/grid-pattern-dark.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.facts__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -0.02em;
  color: #a5a5a5;
  margin-bottom: 13px;
}
@media (max-width: 820px) {
  .facts__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.facts__text {
  font-size: 20px;
  line-height: 26px;
}
.facts__list {
  margin-top: 55px;
}
@media (max-width: 820px) {
  .facts__list {
    margin-top: 40px;
  }
}
.facts__list-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 60px;
  background: #2f3336;
  border: 1px solid #555555;
  border-radius: 16px;
  padding: 35px 45px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 820px) {
  .facts__list-item {
    grid-template-columns: 100%;
    grid-gap: 40px;
    padding: 27px 25px;
    margin-bottom: 16px;
  }
}
.facts__list-item:last-child {
  margin-bottom: 0;
}
.facts__list-item::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkyIiBoZWlnaHQ9IjUyNyIgdmlld0JveD0iMCAwIDQ5MiA1MjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDUyNi4zODhMMTcyIDAuMjgzOTM2SDQwN0wyMjIuNSA1MjYuMzg4SDBaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNDAxNl82MikiIGZpbGwtb3BhY2l0eT0iMC40Ii8+CjxwYXRoIGQ9Ik0yNTYgNTI2LjM4OEw0MjggMC4yODM5MzZINDkyTDMwNy41IDUyNi4zODhIMjU2WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzQwMTZfNjIpIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzQwMTZfNjIiIHgxPSIyMDMuNSIgeTE9IjAuMjgzOTM2IiB4Mj0iMjAzLjUiIHkyPSI1MjYuMzg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8c3RvcCBvZmZzZXQ9IjAuNDE1Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl80MDE2XzYyIiB4MT0iNDU5LjUiIHkxPSIwLjI4MzkzNiIgeDI9IjQ1OS41IiB5Mj0iNTI2LjM4OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSIwLjQxNSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 153px;
  width: 490px;
  height: 527px;
  z-index: -1;
}
.facts__list-item:nth-child(even)::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkyIiBoZWlnaHQ9IjU2NiIgdmlld0JveD0iMCAwIDQ5MiA1NjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00OTIgNTY1LjY4NEwzMjAgMC40OTc1NTlIODVMMjY5LjUgNTY1LjY4NEg0OTJaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNDAxNl8xMjApIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8cGF0aCBkPSJNMjM2IDU2NS42ODRMNjQgMC40OTc1NTlIMEwxODQuNSA1NjUuNjg0SDIzNloiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl80MDE2XzEyMCkiIGZpbGwtb3BhY2l0eT0iMC40Ii8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNDAxNl8xMjAiIHgxPSIyODguNSIgeTE9IjAuNDk3NTU5IiB4Mj0iMjg4LjUiIHkyPSI1NjUuNjg0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8c3RvcCBvZmZzZXQ9IjAuNDE1Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl80MDE2XzEyMCIgeDE9IjMyLjUiIHkxPSIwLjQ5NzU1OSIgeDI9IjMyLjUiIHkyPSI1NjUuNjg0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8c3RvcCBvZmZzZXQ9IjAuNDE1Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
  width: 492px;
  height: 556px;
  left: auto;
  right: 94px;
}
.facts__list-item:nth-child(even) .item-col.column-image {
  order: 2;
}
@media (max-width: 820px) {
  .facts__list-item:nth-child(even) .item-col.column-image {
    order: inherit;
  }
}
.facts__list-item:nth-child(even) .item-col__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .facts__list-item:nth-child(even) .item-col__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.facts__list-item:nth-child(even) .item-col__bottom .bottom-item {
  padding-left: 20px;
}
@media (max-width: 820px) {
  .facts__list-item:nth-child(even) .item-col__bottom .bottom-item {
    padding-left: 0;
  }
}
.facts__list-item:nth-child(even) .item-col__bottom .bottom-item:first-child {
  padding-left: 0;
}
.facts__list-item:nth-child(3) .item-col__bottom {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 820px) {
  .facts__list-item:nth-child(3) .item-col__bottom {
    grid-template-columns: 100%;
  }
}
.facts__list .item-col__abovtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #edf0f1;
  margin-bottom: 3px;
}
.facts__list .item-col__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #979796;
  padding-right: 60px;
}
@media (max-width: 820px) {
  .facts__list .item-col__title {
    font-size: 25px;
    line-height: 33px;
    text-align: center;
    padding-right: 0;
  }
}
.facts__list .item-col__text {
  margin-top: 30px;
}
@media (max-width: 820px) {
  .facts__list .item-col__text {
    margin-top: 25px;
  }
}
.facts__list .item-col__text .text-item {
  display: flex;
  align-items: flex-start;
  grid-gap: 22px;
  margin-bottom: 35px;
}
@media (max-width: 820px) {
  .facts__list .item-col__text .text-item {
    grid-template-columns: 27px 1fr;
    grid-gap: 15px;
  }
}
.facts__list .item-col__text .text-item:last-child {
  margin-bottom: 0;
}
.facts__list .item-col__text .text-item__img {
  display: flex;
  max-width: 40px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .facts__list .item-col__text .text-item__img {
    min-width: 30px;
  }
}
.facts__list .item-col__text .text-item__info {
  max-width: 530px;
  padding-right: 35px;
}
@media (max-width: 820px) {
  .facts__list .item-col__text .text-item__info {
    padding-right: 0;
  }
}
.facts__list .item-col__text .text-item__info .info-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .facts__list .item-col__text .text-item__info .info-title {
    font-size: 18px;
  }
}
.facts__list .item-col__text.text-style-2 .text-item:not(:last-child) {
  margin-bottom: 17px;
}
.facts__list .item-col__img {
  display: flex;
  margin-bottom: 16px;
}
.facts__list .item-col__img.show-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #292c2f;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 15px;
}
.facts__list .item-col__bottom {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: center;
  max-width: 100%;
  min-height: 70px;
  background: linear-gradient(92.06deg, rgba(255, 255, 255, 0.01) -2.45%, rgba(89, 89, 89, 0.5) 24.04%, rgba(51, 51, 51, 0.5) 91.52%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 12px;
  padding: 10px 15px;
}
@media (max-width: 820px) {
  .facts__list .item-col__bottom {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
}
.facts__list .item-col__bottom .bottom-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.facts__list .item-col__bottom .bottom-item::before {
  content: "";
  display: block;
  width: 2px;
  height: 44px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDIgNDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIxLjM3NTQ5IiB5MT0iMC41NjI3NDQiIHgyPSIxLjM3NTQ5IiB5Mj0iNDMuNjc4MSIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfNDAxNl8zMDEpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNDAxNl8zMDEiIHgxPSIwLjM3NTQ4OCIgeTE9IjAuNTYyNzQ0IiB4Mj0iMC4zNzU0ODciIHkyPSI0My42NzgxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzOTNENDAiIHN0b3Atb3BhY2l0eT0iMCIvPgo8c3RvcCBvZmZzZXQ9IjAuNSIgc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMzkzRDQwIiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
  position: absolute;
  left: 0;
}
@media (max-width: 820px) {
  .facts__list .item-col__bottom .bottom-item::before {
    display: none;
  }
}
.facts__list .item-col__bottom .bottom-item:first-child::before {
  display: none;
}
@media (max-width: 820px) {
  .facts__list .item-col__bottom .bottom-item br {
    display: none;
  }
}
.facts__btn {
  margin: 55px auto 0 auto;
}

.numbers {
  background-image: url(img/numbers-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.numbers__title {
  margin-bottom: 10px;
}
.numbers__list {
  display: grid;
  grid-template-columns: 0.93fr 0.7fr 0.54fr;
  grid-gap: 35px;
  margin-top: 40px;
}
@media (max-width: 820px) {
  .numbers__list {
    grid-template-columns: 100%;
    grid-gap: 16px;
    margin-top: 30px;
  }
}
.numbers__list-item {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 12px;
  height: -moz-min-content;
  height: min-content;
  position: relative;
  overflow: hidden;
}
.numbers__list-item:nth-child(1) .item-img img {
  width: 100%;
}
.numbers__list-item:nth-child(1) .item-cont {
  margin-top: -50px;
}
.numbers__list-item:nth-child(2) .item-img {
  justify-content: center;
  padding: 10px 30px;
}
.numbers__list-item:nth-child(3) .item-img {
  justify-content: center;
  padding: 10px 10px 0 24px;
}
.numbers__list-item:nth-child(4) {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.numbers__list-item:nth-child(4) .item-img {
  padding-top: 30px;
  margin-bottom: -6px;
}
.numbers__list-item:nth-child(4) .item-cont {
  max-width: 190px;
  position: absolute;
  right: 26px;
  bottom: 20px;
  padding: 0;
}
@media (max-width: 820px) {
  .numbers__list-item:nth-child(4) .item-cont {
    max-width: 100%;
    position: relative;
    right: auto;
    bottom: 0;
    padding: 30px;
  }
}
.numbers__list-item:nth-child(5) {
  grid-column: span 2;
  transform: translate(0, -15.33333333%);
}
@media (max-width: 820px) {
  .numbers__list-item:nth-child(5) {
    grid-column: auto;
    transform: none;
  }
}
.numbers__list-item:nth-child(5) .item-cont {
  max-width: 270px;
  position: absolute;
  right: 50px;
  bottom: 30px;
  padding: 0;
}
@media (max-width: 820px) {
  .numbers__list-item:nth-child(5) .item-cont {
    max-width: 100%;
    position: relative;
    right: auto;
    bottom: 0;
    padding: 0;
    padding: 10px 30px 30px 30px;
  }
}
.numbers__list-item .item-img {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.numbers__list-item .item-cont {
  padding: 0 30px 30px 30px;
}
.numbers__list-item .item-cont__number {
  font-weight: 600;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -0.02em;
  color: #00348b;
  padding-bottom: 5px;
}
@media (max-width: 820px) {
  .numbers__list-item .item-cont__number {
    font-size: 37px;
    line-height: 45px;
  }
}
.numbers__list-item .item-cont__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #7e7f7f;
}
@media (max-width: 820px) {
  .numbers__list-item .item-cont__text {
    font-size: 17px;
  }
}

.benefits {
  background-color: #202428;
}
.benefits__wrap {
  position: relative;
}
.benefits__circle {
  position: relative;
}
.benefits__circle-img {
  display: flex;
  justify-content: center;
  max-width: 1230px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .benefits__circle-img {
    display: none;
  }
}
@media (max-width: 1220px) {
  .benefits__circle-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
}
.benefits__circle-list .list-item {
  max-width: 380px;
  background: #2f3336;
  border: 1px solid #555555;
  border-radius: 16px;
  padding: 52px 25px;
  position: absolute;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item {
    max-width: 580px !important;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding: 35px 20px;
    margin-bottom: 50px;
  }
  .benefits__circle-list .list-item:last-child {
    margin-bottom: 0;
  }
}
.benefits__circle-list .list-item:nth-child(1) {
  top: 13%;
  left: 7%;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item:nth-child(1) {
    top: auto;
    left: auto;
  }
}
.benefits__circle-list .list-item:nth-child(2) {
  top: 10%;
  left: 64%;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item:nth-child(2) {
    top: auto;
    left: auto;
  }
}
.benefits__circle-list .list-item:nth-child(2) .list-item__icon {
  left: -35px;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item:nth-child(2) .list-item__icon {
    right: auto;
    bottom: auto;
    left: 0;
    top: 0;
  }
}
.benefits__circle-list .list-item:nth-child(3) {
  max-width: 356px;
  top: 43%;
  left: 0;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item:nth-child(3) {
    top: auto;
    left: auto;
  }
}
.benefits__circle-list .list-item:nth-child(3) .list-item__icon {
  right: -45px;
  top: 33.33333%;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item:nth-child(3) .list-item__icon {
    right: auto;
    bottom: auto;
    top: 0;
  }
}
.benefits__circle-list .list-item:nth-child(3) .plate-text {
  padding-right: 30px;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item:nth-child(3) .plate-text {
    padding-right: 0;
  }
}
.benefits__circle-list .list-item:nth-child(4) {
  max-width: 356px;
  top: 43%;
  right: 0;
  left: auto;
  padding-left: 60px;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item:nth-child(4) {
    top: auto;
    left: auto;
    padding-left: 20px;
  }
}
.benefits__circle-list .list-item:nth-child(4) .list-item__icon {
  left: -45px;
  top: 33.33333%;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item:nth-child(4) .list-item__icon {
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
  }
}
.benefits__circle-list .list-item:nth-child(5) {
  max-width: 356px;
  top: 78%;
  right: 37%;
  padding-top: 55px;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item:nth-child(5) {
    top: auto;
    right: 0;
    left: auto;
    padding-top: 20px;
  }
}
.benefits__circle-list .list-item:nth-child(5) .list-item__icon {
  top: -43px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item:nth-child(5) .list-item__icon {
    right: auto;
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item__plate {
    text-align: center;
  }
}
.benefits__circle-list .list-item__plate .plate-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 3px;
}
.benefits__circle-list .list-item__icon {
  width: 78px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #0E68FF;
  position: absolute;
  right: -35px;
  bottom: -35px;
}
@media (max-width: 1220px) {
  .benefits__circle-list .list-item__icon {
    position: relative;
    right: auto;
    bottom: auto;
    top: 0;
    display: flex;
    justify-content: center;
    margin: -60px auto 20px auto !important;
  }
}
.benefits__circle-list .list-item__icon img {
  max-width: 50px;
}

.textimage__title {
  font-size: 37px;
  line-height: 45px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .textimage__title {
    font-size: 27px;
    line-height: 35px;
  }
}
.textimage__list {
  margin-top: 58px;
}
@media (max-width: 1024px) {
  .textimage__list {
    margin-top: 40px;
  }
}
.textimage__list-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 55px;
  background: #f5f6f7;
  border: 1px solid #ffffff;
  border-radius: 16px;
  padding: 45px 50px;
  margin-bottom: 38px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .textimage__list-item {
    grid-template-columns: 100%;
    grid-gap: 25px;
    padding: 35px 25px;
  }
}
@media (max-width: 820px) {
  .textimage__list-item {
    margin-bottom: 16px;
  }
}
.textimage__list-item::before {
  content: "";
  display: block;
  width: 495px;
  height: 570px;
  position: absolute;
  top: 0;
  right: 100px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDk2IiBoZWlnaHQ9IjU2NyIgdmlld0JveD0iMCAwIDQ5NiA1NjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDU2Ni4xOTJMMTczLjIzMyAwLjAwMzkwNjI1SDQwOS45MThMMjI0LjA5NSA1NjYuMTkySDBaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjU3LjgzNSA1NjYuMTkyTDQzMS4wNjggMC4wMDM5MDYyNUg0OTUuNTI3TDMwOS43MDQgNTY2LjE5MkgyNTcuODM1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  z-index: -1;
}
.textimage__list-item:last-child {
  margin-bottom: 0;
}
.textimage__list-item:nth-child(even)::before {
  right: auto;
  left: 85px;
}
.textimage__list-item:nth-child(even) .item-cont {
  order: 2;
}
.textimage__list-item .item-img {
  display: flex;
}
@media (max-width: 820px) {
  .textimage__list-item .item-img {
    order: 1;
  }
}
.textimage__list-item .item-img img {
  width: 100%;
  border-radius: 12px;
}
@media (max-width: 820px) {
  .textimage__list-item .item-cont {
    order: 2;
  }
}
.textimage__list-item .item-cont h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #24282c;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  .textimage__list-item .item-cont h3 {
    font-size: 23px;
    line-height: 35px;
  }
}
.textimage__list-item .item-cont ul li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzU1NDIgMTIuMzExNkM0Ljk2NTg0IDEyLjMxMTYgNC41NzIyMSAxMi4xNjI5IDQuMjg4MTQgMTEuODY1NEwwLjUyMjIzIDguMjU3NjJDLTAuMTE4OTQ4IDcuNjI0NDUgLTAuMTg3OTM2IDYuNTgzMzMgMC40MTY3MiA1Ljg3NzkxQzEuMDIxMzggNS4yMDY1IDIuMDE1NjEgNS4xMzQyNSAyLjY4OTI1IDUuNzY3NDNMNi40NTUxNiA5LjM3NTIzQzcuMDk2MzQgMTAuMDA4NCA3LjE2NTMzIDExLjA0OTUgNi41NjA2NyAxMS43NTQ5QzYuMjAzNTYgMTIuMTI4OSA1Ljc3NzQ2IDEyLjMxMTYgNS4zNTEzNiAxMi4zMTE2SDUuMzU1NDJaIiBmaWxsPSIjMEU2OEZGIi8+CjxwYXRoIGQ9Ik01LjM1NjA0IDEyLjMxMjNDNS4wMzU0NiAxMi4zMTIzIDQuNzE0ODcgMTIuMjAxOCA0LjQ2NzMyIDEyLjAxNDhDMy43MjA2MyAxMS40OTIxIDMuNTQyMDggMTAuNDUxIDQuMDQxMjIgOS42NjkwOEw5LjgzMjEyIDAuNzQwOTI3QzEwLjMzMTMgLTAuMDQwOTc3MyAxMS4zMjU1IC0wLjIyNzk1NCAxMi4wNzIyIDAuMjk0NzMyQzEyLjgxODkgMC44MTc0MTcgMTIuOTk3NCAxLjg1ODU0IDEyLjQ5ODMgMi42NDA0NEw2LjcwNzM5IDExLjU2ODZDNi4zNTAyOCAxMi4wNTMgNS44NTUxOSAxMi4zMTIzIDUuMzU2MDQgMTIuMzEyM1oiIGZpbGw9IiMwRTY4RkYiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left 7px;
}
.textimage__list-item .item-cont ul li::before {
  content: none;
}

.info-images__wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 1024px) {
  .info-images__wrap {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.info-images__btn {
  margin-top: 20px;
}
.info-images__column.column-1 {
  padding-top: 33px;
  padding-left: 45px;
}
@media (max-width: 820px) {
  .info-images__column.column-1 {
    padding-left: 0;
  }
}
.info-images__gallery .gallery-item {
  display: flex;
}
.info-images__gallery .gallery-item img {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-images__gallery.gallery-1 {
  display: grid;
  grid-template-columns: 0.54fr 1fr;
  align-items: center;
  grid-gap: 35px 50px;
  margin-top: 110px;
  margin-left: -45px;
}
@media (max-width: 1024px) {
  .info-images__gallery.gallery-1 {
    grid-template-columns: 0.5fr 1fr;
    grid-gap: 15px 20px;
    margin-top: 40px;
    margin-left: 0;
  }
}
.info-images__gallery.gallery-1 .gallery-item {
  position: relative;
}
.info-images__gallery.gallery-1 .gallery-item:nth-child(1) img {
  aspect-ratio: 1/1.098;
}
.info-images__gallery.gallery-1 .gallery-item:nth-child(2) {
  grid-row: span 2;
  margin-top: -43.33333%;
}
@media (max-width: 1024px) {
  .info-images__gallery.gallery-1 .gallery-item:nth-child(2) {
    margin-top: 0;
  }
}
.info-images__gallery.gallery-1 .gallery-item:nth-child(2) img {
  aspect-ratio: 1/1.165;
}
.info-images__gallery.gallery-1 .gallery-item:nth-child(3) img {
  aspect-ratio: 1/1.19;
}
.info-images__gallery.gallery-1 .gallery-item__descr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  display: flex;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  border-radius: 12px;
  padding: 25px 30px;
}
@media (max-width: 820px) {
  .info-images__gallery.gallery-1 .gallery-item__descr {
    padding: 20px;
  }
}
.info-images__gallery.gallery-1 .gallery-item__descr span {
  font-family: Montserrat, sans-serif;
  width: 100%;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding-top: 13px;
  margin-top: auto;
}
@media (max-width: 820px) {
  .info-images__gallery.gallery-1 .gallery-item__descr span {
    font-size: 12px;
    line-height: 20px;
  }
}
.info-images__gallery.gallery-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 38px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .info-images__gallery.gallery-2 {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    grid-gap: 20px;
    margin-bottom: 40px;
  }
}
.info-images__gallery.gallery-2 .gallery-item:nth-child(1) {
  padding-left: 35px;
}
@media (max-width: 820px) {
  .info-images__gallery.gallery-2 .gallery-item:nth-child(1) {
    padding-left: 0;
  }
}
.info-images__gallery.gallery-2 .gallery-item:nth-child(1) img {
  max-width: 355px;
}
.info-images__gallery.gallery-2 .gallery-item:nth-child(2) img {
  max-width: 225px;
}
.info-images__gallery.solo-image {
  margin-top: 25px;
}
.info-images__gallery.solo-image .gallery-item {
  max-width: 303px;
  grid-column-start: 2;
  grid-column-end: 2;
  margin-left: auto;
}
.info-images__text.smaller-block {
  max-width: 594px;
}
.info-images__text.text-2 {
  padding-left: 35px;
  padding-right: 45px;
}
@media (max-width: 820px) {
  .info-images__text.text-2 {
    padding: 0;
  }
}

.postsslider {
  overflow: hidden;
  background-color: #edf0f1;
}
.postsslider__wrap {
  padding-left: 45px;
}
@media (max-width: 820px) {
  .postsslider__wrap {
    padding-left: 0;
  }
}
.postsslider__title {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .postsslider__pagin {
    display: none;
  }
}
.postsslider__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 25px;
}
.postsslider__list {
  margin-top: 30px;
}
.postsslider__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 35px;
  margin-top: 40px;
}
.postsslider .swiper-slide {
  height: auto !important;
}
.postsslider .swiper-content {
  height: 100% !important;
}

.button-next {
  transform: rotate(180deg);
}

.services__list {
  display: grid;
  grid-template-columns: 0.526fr 1fr;
  align-items: flex-start;
  grid-gap: 25px;
  margin-top: 33px;
}
@media (max-width: 820px) {
  .services__list {
    grid-template-columns: 100%;
    grid-gap: 16px;
  }
}
.services__list-item {
  background-color: #f5f6f7;
  border-radius: 12px;
  overflow: hidden;
}
.services__list-item .item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #00348b;
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .services__list-item .item-title {
    font-size: 20px;
    line-height: 22px;
  }
}
.services__list-item .item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979796;
}
.services__list-item .item-img {
  display: flex;
  justify-content: center;
}
.services__list-item .item-img img {
  width: 100%;
}
.services__list-column.column-left {
  display: flex;
  flex-direction: column;
  grid-gap: 35px;
}
.services__list-column.column-left .services__list-item:nth-child(1) .item-cont {
  padding: 40px 30px 15px 50px;
}
@media (max-width: 820px) {
  .services__list-column.column-left .services__list-item:nth-child(1) .item-cont {
    padding-left: 30px;
  }
}
.services__list-column.column-left .services__list-item:nth-child(2) .item-cont {
  padding: 28px 33px 0 37px;
}
@media (max-width: 820px) {
  .services__list-column.column-left .services__list-item:nth-child(2) .item-cont {
    padding-left: 30px;
  }
}
.services__list-column.column-left .services__list-item:nth-child(2) .item-img {
  padding: 10px 15px 0 10px;
}
.services__list-column.column-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px 17px;
}
@media (max-width: 820px) {
  .services__list-column.column-right {
    grid-template-columns: 100%;
  }
}
.services__list-column.column-right .services__list-item:nth-child(1) {
  grid-column: span 2;
  position: relative;
  min-height: 350px;
  z-index: 1;
}
@media (max-width: 820px) {
  .services__list-column.column-right .services__list-item:nth-child(1) {
    grid-column: auto;
  }
}
.services__list-column.column-right .services__list-item:nth-child(1) .item-cont {
  display: flex;
  grid-gap: 45px;
  padding: 33px 38px;
}
@media (max-width: 820px) {
  .services__list-column.column-right .services__list-item:nth-child(1) .item-cont {
    flex-direction: column;
    grid-gap: 0;
    padding: 30px;
  }
}
.services__list-column.column-right .services__list-item:nth-child(1) .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 820px) {
  .services__list-column.column-right .services__list-item:nth-child(1) .item-img {
    position: relative;
    height: auto;
  }
}
.services__list-column.column-right .services__list-item:nth-child(1) .item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.services__list-column.column-right .services__list-item:nth-child(2) {
  display: flex;
  flex-direction: column-reverse;
}
.services__list-column.column-right .services__list-item:nth-child(2) .item-cont {
  padding: 32px 38px;
}
@media (max-width: 820px) {
  .services__list-column.column-right .services__list-item:nth-child(2) .item-cont {
    padding: 30px;
  }
}
.services__list-column.column-right .services__list-item:nth-child(2) .item-img {
  background: #ffffff;
  margin: 20px 25px 0 25px;
  padding: 20px;
}
.services__list-column.column-right .services__list-item:nth-child(3) {
  display: flex;
  flex-direction: column;
  padding: 36px 25px 25px 25px;
}
.services__list-column.column-right .services__list-item:nth-child(3) .item-img {
  background: #ffffff;
  height: 100%;
  margin-top: 10px;
}

.methodline {
  background-color: #202428;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top center;
}
.methodline__top {
  text-align: center;
  padding-bottom: 90px;
}
.methodline__top .methodline__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.methodline__top .methodline__btn {
  margin: 45px auto 0 auto;
}
.methodline__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 140px;
}
@media (max-width: 820px) {
  .methodline__wrap {
    grid-template-columns: 100%;
    grid-gap: 50px;
  }
}
.methodline__left-wrap {
  position: sticky;
  top: 100px;
}
.methodline__right {
  margin-left: auto;
}
@media (max-width: 820px) {
  .methodline__right {
    margin-right: auto;
  }
}
.methodline__list {
  position: relative;
}
.methodline__list::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxMTQzIiB2aWV3Qm94PSIwIDAgMSAxMTQzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDAuNjM4NjcyTDAuNSAxMTQyLjUiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzQwODRfNDkzKSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzQwODRfNDkzIiB4MT0iLTAuNSIgeTE9IjAuNjM4NjcyIiB4Mj0iLTAuNDk5OTM4IiB5Mj0iMTQxNy42NCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSJ3aGl0ZSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzOTNENDAiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -78px;
  top: 7px;
  z-index: 0;
}
@media (max-width: 820px) {
  .methodline__list::after {
    display: none;
  }
}
.methodline__list-item {
  max-width: 550px;
  background: #2f3336;
  border: 1px solid #555555;
  border-radius: 12px;
  padding: 50px 58px;
  margin-bottom: 75px;
  position: relative;
}
@media (max-width: 1024px) {
  .methodline__list-item {
    padding: 35px 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 820px) {
  .methodline__list-item {
    display: grid;
    grid-template-columns: 0.23fr 1fr;
    text-align: left;
    grid-gap: 20px;
    align-items: flex-start;
    padding: 25px 30px;
    margin-bottom: 16px;
    z-index: 1;
  }
}
.methodline__list-item::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -90px;
  z-index: 1;
}
@media (max-width: 820px) {
  .methodline__list-item::before {
    display: none;
  }
}
.methodline__list-item::after {
  content: "";
  width: 1px;
  height: calc(100% + 75px);
  display: block;
  background: #ffffff;
  position: absolute;
  left: -79px;
  top: 7px;
  z-index: 0;
}
@media (max-width: 820px) {
  .methodline__list-item::after {
    display: none;
  }
}
.methodline__list-item:last-child {
  margin-bottom: 0;
}
.methodline__list-item.itemstyle-image {
  padding: 44px 40px 40px 40px;
}
@media (max-width: 820px) {
  .methodline__list-item.itemstyle-image {
    grid-template-columns: 100%;
    grid-gap: 0;
    padding: 25px;
  }
}
.methodline__list-item.itemstyle-image .item-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
}
.methodline__list-item.itemstyle-image .item-text {
  color: #a2a2a2;
}
.methodline__list-item .item-img {
  display: flex;
  max-width: 100px;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  .methodline__list-item .item-img {
    max-width: 55px;
  }
}
.methodline__list-item .item-img.item-img-big {
  max-width: 100%;
  margin-bottom: 30px;
}
.methodline__list-item .item-img.item-img-big.show-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #292c2f;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 15px 20px;
}
.methodline__list-item .item-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .methodline__list-item .item-title {
    font-size: 25px;
  }
}
@media (max-width: 820px) {
  .methodline__list-item .item-title {
    font-size: 23px;
    line-height: 30px;
  }
}
.methodline__list-item .item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #f5f6f7;
}
.methodline__list-item.hidden-style {
  background: #2f3336;
  border: 1px solid #555555;
}
@media (max-width: 1024px) {
  .methodline__list-item.hidden-style {
    background: #2f3336;
    border: 1px solid #555555;
  }
}
.methodline__list-item.hidden-style::before {
  background: #2f3336;
}
.methodline__list-item.hidden-style::after {
  height: 0;
  opacity: 0;
}
.methodline__list-item.hidden-style .item-img,
.methodline__list-item.hidden-style .item-title,
.methodline__list-item.hidden-style .item-text {
  opacity: 0.4;
}
@media (max-width: 820px) {
  .methodline__list-item.hidden-style .item-img,
  .methodline__list-item.hidden-style .item-title,
  .methodline__list-item.hidden-style .item-text {
    opacity: 1;
  }
}
.methodline__btn {
  margin-top: 40px;
}
.methodline.style-2 .methodline__wrap {
  grid-template-columns: 100%;
}
.methodline.style-2 .methodline__list::after {
  width: 2px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIyNzc5IiB2aWV3Qm94PSIwIDAgMiAyNzc5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAwTDAuOTk5ODc5IDI3NzkiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzQ4MTVfMjU1MykiIHN0cm9rZS13aWR0aD0iMiIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzQ4MTVfMjU1MyIgeDE9IjEuNSIgeTE9IjIuMTg1NTZlLTA4IiB4Mj0iMS40OTk4OCIgeTI9IjI3NzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0IwQjJCMyIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMC4wNTc2OTIzIiBzdG9wLWNvbG9yPSIjQjBCMkIzIiBzdG9wLW9wYWNpdHk9IjAuNzgiLz4KPHN0b3Agb2Zmc2V0PSIwLjgwNzY5MiIgc3RvcC1jb2xvcj0iI0IwQjJCMyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNCMEIyQjMiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  left: 50%;
}
.methodline.style-2 .methodline__list-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  grid-gap: 178px;
  max-width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
}
@media (max-width: 820px) {
  .methodline.style-2 .methodline__list-item {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.methodline.style-2 .methodline__list-item::before {
  top: 45%;
  left: 49.2%;
}
.methodline.style-2 .methodline__list-item::after {
  display: none;
  z-index: -1;
}
.methodline.style-2 .methodline__list-item .item-cont {
  max-width: 480px;
  text-align: right;
  margin-left: auto;
  padding-bottom: 70px;
}
@media (max-width: 820px) {
  .methodline.style-2 .methodline__list-item .item-cont {
    text-align: center;
    margin-right: auto;
    padding-bottom: 25px;
  }
}
.methodline.style-2 .methodline__list-item .item-img {
  background: transparent;
  padding: 30px 55px;
}
@media (max-width: 820px) {
  .methodline.style-2 .methodline__list-item .item-text {
    font-size: 17px;
    line-height: 25px;
  }
}

.boxes-grid__text {
  max-width: 800px;
  margin: 0 auto;
}
.boxes-grid__wrap {
  padding: 0 43px;
}
@media (max-width: 1404px) {
  .boxes-grid__wrap {
    padding: 0;
  }
}
.boxes-grid__list {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-gap: 22px 40px;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .boxes-grid__list {
    grid-template-columns: 100%;
  }
}
.boxes-grid__list-item {
  background-color: #f5f6f7;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .boxes-grid__list-item {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
.boxes-grid__list-item.img-align-left, .boxes-grid__list-item.img-align-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}
@media (max-width: 820px) {
  .boxes-grid__list-item.img-align-left, .boxes-grid__list-item.img-align-right {
    grid-template-columns: 100%;
  }
}
.boxes-grid__list-item.img-align-right .item-img, .boxes-grid__list-item.img-align-bottom .item-img {
  order: 2;
}
@media (max-width: 820px) {
  .boxes-grid__list-item.img-align-right .item-img, .boxes-grid__list-item.img-align-bottom .item-img {
    order: initial;
  }
}
.boxes-grid__list-item.img-align-bottom {
  display: flex;
  flex-direction: column;
}
.boxes-grid__list-item .item-img {
  display: flex;
  justify-content: center;
}
@media (max-width: 820px) {
  .boxes-grid__list-item .item-img {
    padding: 25px !important;
  }
}
.boxes-grid__list-item .item-img.show-bg img {
  background-color: #ffffff;
  border-radius: 12px;
}
.boxes-grid__list-item .item-img img {
  width: 100%;
  border-radius: 12px;
}
.boxes-grid__list-item .item-img .lottie-image {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 820px) {
  .boxes-grid__list-item .item-cont {
    padding: 0 25px 25px 25px !important;
  }
}
.boxes-grid__list-item .item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #00348b;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .boxes-grid__list-item .item-title {
    font-size: 20px;
  }
}
.boxes-grid__btn {
  margin: 40px auto 0 auto;
}
.boxes-grid__topimage {
  display: flex;
  justify-content: center;
}
.boxes-grid__topimage img {
  width: 100%;
}
.boxes-grid.with-image .boxes-grid__topimage {
  margin-bottom: -140px;
}
@media (max-width: 820px) {
  .boxes-grid.with-image .boxes-grid__topimage {
    margin-bottom: -35px;
  }
}
.boxes-grid.with-image .boxes-grid__wrap {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 43px 60px 43px;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  .boxes-grid.with-image .boxes-grid__wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.checklist {
  background: linear-gradient(180deg, #f5f6f7 72.5%, #ffffff 100%);
}
.checklist ul {
  margin: 0;
}
.checklist ul li {
  font-size: 15px;
  line-height: 24px;
  color: #979796;
  margin-bottom: 17px;
}
.checklist ul li::before {
  content: none;
}
.checklist ul li:last-child {
  margin-bottom: 0;
}
.checklist ul li strong {
  font-weight: 400;
  color: #202428;
}
.checklist h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -0.02em;
}
@media (max-width: 820px) {
  .checklist h2 {
    font-size: 27px;
    line-height: 33px;
  }
}
.checklist__list {
  max-width: 1080px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin: 45px auto 0 auto;
}
@media (max-width: 820px) {
  .checklist__list {
    grid-template-columns: 100%;
    grid-gap: 20px;
    margin-top: 30px;
  }
}
.checklist__list-item {
  padding: 50px;
}
@media (max-width: 820px) {
  .checklist__list-item {
    padding: 25px;
  }
}
.checklist__list-item.checked-style {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.checklist__list-item.checked-style ul li {
  background-image: url(img/check-icon.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left 7px;
}
.checklist__list-item.checked-style h3,
.checklist__list-item.checked-style h4,
.checklist__list-item.checked-style h5 {
  color: #0E68FF;
}
.checklist__list-item ul li {
  background-image: url(img/uncheck.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left 7px;
}
.checklist__list-item h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #7e7f7f;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  .checklist__list-item h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.checklist__list-item h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #7e7f7f;
  margin-bottom: 20px;
}

.note-block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
}
.note-block__title {
  font-size: 24px !important;
  line-height: 32px !important;
  color: #000000;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.note-block__icon {
  display: flex;
  max-width: 42px;
  min-width: 32px;
}
.note-block__text {
  margin-top: 12px;
}
.note-block__wrap {
  padding: 24px 24px 24px 48px;
  border-radius: 12px;
  position: relative;
}
.note-block__wrap::before {
  content: "";
  position: absolute;
  left: 24px;
  display: block;
  width: 2px;
  height: calc(100% - 48px);
}

.quote-block {
  max-width: 950px;
  margin: 0 auto;
}
.quote-block__wrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  background: #ffffff;
  border: 3px solid #0E68FF;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 820px) {
  .quote-block__wrap {
    padding: 48px 24px;
  }
}
.quote-block__wrap::before, .quote-block__wrap::after {
  content: "";
  display: block;
  width: 110px;
  height: 32px;
  background-image: url(img/quote.svg);
  background-repeat: no-repeat;
  background-size: 110px;
  position: absolute;
}
.quote-block__wrap::before {
  top: -16px;
}
.quote-block__wrap::after {
  bottom: -16px;
}
.quote-block__text p {
  color: #000000;
}
.quote-block__author {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-gap: 16px;
  align-items: center;
}
.quote-block__author-img {
  display: flex;
  width: 48px;
}
.quote-block__author-img img {
  width: 100%;
  border-radius: 50%;
}
.quote-block__author .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.quote-block__author .prof {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #979796;
}

.small-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 32px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  .small-banner {
    padding: 24px;
  }
}
.small-banner::before {
  content: "";
  background: linear-gradient(0deg, rgba(23, 27, 31, 0.72), rgba(23, 27, 31, 0.72));
  border-radius: 12px;
}
.small-banner__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 90px;
}
@media (max-width: 820px) {
  .small-banner__wrap {
    grid-template-columns: 100%;
    grid-gap: 55px;
  }
}
.small-banner__text {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #a2a2a2;
}
.small-banner__btn.btn {
  max-width: 100%;
}
.small-banner__btn.btn span {
  display: block;
  width: 100%;
}
.small-banner__customers {
  max-width: 312px;
  display: grid;
  grid-template-columns: 109px 1fr;
  grid-gap: 8px;
  align-items: center;
  margin-top: 16px;
}
.small-banner__customers-image {
  display: flex;
}
.small-banner__customers-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #979796;
}
@media (max-width: 820px) {
  .small-banner__customers-text br {
    display: none;
  }
}

.images-carousel__list {
  width: 100%;
  overflow: hidden;
}
.images-carousel__list .item-img {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
}
.images-carousel__list .item-img img {
  width: 100%;
  height: 294px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 820px) {
  .images-carousel__list .item-img img {
    height: 200px;
  }
}

@media (max-width: 820px) {
  .roi-calc {
    padding-top: 15px !important;
  }
}
.roi-calc__wrap {
  background-image: url(img/top-bg-gray.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-top: 78px;
}
@media (max-width: 820px) {
  .roi-calc__wrap {
    padding-top: 32px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.roi-calc__form {
  display: grid;
  grid-template-columns: 1fr 61px 0.5fr;
  max-width: 76.333%;
  background: #ffffff;
  border: 6px solid #0e68ff;
  box-shadow: 0px 1px 0px 8px rgba(14, 104, 255, 0.16);
  border-radius: 8px;
  padding: 48px;
  margin: 50px auto 100px auto;
}
@media (max-width: 1024px) {
  .roi-calc__form {
    grid-template-columns: 100%;
    max-width: 100%;
    padding: 24px 24px 20px 24px;
    margin: 24px 22px 70px 22px;
  }
}
.roi-calc__form-total {
  display: flex;
  flex-direction: column;
}
.roi-calc__divider {
  display: block;
  width: 1px;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSI1NzgiIHZpZXdCb3g9IjAgMCAxIDU3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC4yNSIgeT0iMC4yNSIgd2lkdGg9IjAuNSIgaGVpZ2h0PSI1NzciIHN0cm9rZT0iI0UwRTBFMCIgc3Ryb2tlLXdpZHRoPSIwLjUiIHN0cm9rZS1kYXNoYXJyYXk9IjQgNCIvPgo8L3N2Zz4K");
  background-size: 1px;
  background-repeat: repeat-y;
  margin: 0 30px;
}
@media (max-width: 1024px) {
  .roi-calc__divider {
    background-image: url(img/divider.png);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    height: 65px;
    margin: 0;
  }
}
.roi-calc__btn {
  margin-top: auto;
}
.roi-calc .form-title,
.roi-calc .total-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #202428;
}
@media (max-width: 820px) {
  .roi-calc .form-title,
  .roi-calc .total-title {
    margin-bottom: 8px;
  }
}
.roi-calc .item-title,
.roi-calc .total-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #4b5158;
}
.roi-calc .total-text {
  margin-bottom: 24px;
}
.roi-calc .form-fields__item .item-title {
  margin-top: 24px;
}
.roi-calc .form-fields__item .item-number {
  display: flex;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  padding: 16px;
  margin-top: 8px;
}
.roi-calc .form-fields__item .item-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #6b7280;
}
@media (max-width: 820px) {
  .roi-calc .total-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.roi-calc .total-fields__item {
  background-image: url(img/divider.png);
  background-size: auto;
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  .roi-calc .total-fields__item {
    padding-right: 25px;
  }
}
@media (max-width: 820px) {
  .roi-calc .total-fields__item:nth-child(2n) {
    padding-left: 25px;
    padding-right: 0;
    position: relative;
  }
}
@media (max-width: 820px) {
  .roi-calc .total-fields__item:nth-child(2n)::before {
    content: "";
    display: block;
    width: 1px;
    height: 83%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSI1NzgiIHZpZXdCb3g9IjAgMCAxIDU3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC4yNSIgeT0iMC4yNSIgd2lkdGg9IjAuNSIgaGVpZ2h0PSI1NzciIHN0cm9rZT0iI0UwRTBFMCIgc3Ryb2tlLXdpZHRoPSIwLjUiIHN0cm9rZS1kYXNoYXJyYXk9IjQgNCIvPgo8L3N2Zz4K");
    background-size: auto;
    background-repeat: repeat-x;
    background-position: left center;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 820px) {
  .roi-calc .total-fields__item.prelast-total {
    background-image: none;
  }
}
.roi-calc .total-fields__item.last-total {
  background-image: none;
}
.roi-calc .total-fields__item.last-total .item-number {
  color: #0E68FF;
}
.roi-calc .total-fields__item .item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #292929;
  margin-bottom: 8px;
}
.roi-calc .total-fields__item .item-number {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #202428;
}
@media (max-width: 820px) {
  .roi-calc .total-fields__item .item-number {
    font-size: 24px;
    line-height: 32px;
  }
}
.roi-calc input[type=range] {
  -webkit-appearance: none;
  display: block;
  width: calc(100% - 24px);
  height: 3px;
  background: #ebebeb;
  border-width: 0;
  border-radius: 3px 3px 0px 0px;
  outline: none;
  padding: 0;
  margin: -3px auto 8px auto;
  box-shadow: none;
}
.roi-calc input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: #0e68ff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
}
.roi-calc input[type=range]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  background: #0e68ff;
  border: 5px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.roi-calc input[type=range]::-moz-range-track {
  height: 5px;
  background: #ebebeb;
  border-radius: 4px;
}
.roi-calc input[type=range]::-moz-range-progress {
  height: 5px;
  background: #0e68ff;
  border-radius: 4px;
}

.appointment__wrap {
  background-image: url(img/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media (max-width: 820px) {
  .appointment__wrap {
    background-size: 100% 400px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 32px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .appointment__text br {
    display: none;
  }
}
.appointment__calendar {
  position: relative;
}
@media (max-width: 1024px) {
  .appointment__calendar {
    margin-top: 24px;
  }
}
.appointment__calendar::before {
  content: "";
  display: block;
  width: 390px;
  height: 156px;
  background-image: url(img/nice-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8%;
  left: 5%;
}
@media (max-width: 1024px) {
  .appointment__calendar::before {
    display: none;
  }
}

/* Items
--------------------------------------------- */
.post-item {
  max-width: 390px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding-bottom: 53px;
}
.post-item__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #7f7f7f;
  margin-top: 0;
  margin-bottom: 17px;
}
@media (max-width: 820px) {
  .post-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.post-item__title span {
  color: #000000;
}
.post-item__img {
  display: flex;
  aspect-ratio: 1/0.65;
}
.post-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item__info {
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
}
@media (max-width: 820px) {
  .post-item__info {
    padding: 20px;
  }
}
.post-item__categs {
  display: flex;
  grid-gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.post-item__categs-item {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #7e7f7f;
  text-transform: uppercase;
}
.post-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #202428;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #edf0f1;
  border-radius: 8px;
  padding: 15px 32px;
  position: absolute;
  left: 28px;
  bottom: 26px;
}
.post-item__link:hover {
  border-color: #202428;
}

.post-item2 {
  max-width: 418px;
  text-decoration: none;
  background-color: #f5f6f7;
  border-radius: 22px;
  padding: 8px;
}
.post-item2:hover .post-item2__btn {
  color: #0E68FF;
}
.post-item2__img {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 10px;
}
.post-item2__img:hover img {
  transform: scale(1.1);
}
.post-item2__img img {
  width: 100%;
  aspect-ratio: 1/0.73;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item2__info {
  padding: 24px;
}
@media (max-width: 820px) {
  .post-item2__info {
    padding: 16px;
  }
}
.post-item2__meta {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.post-item2__meta .meta-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #979796;
}
.post-item2__meta .meta-item.meta-author {
  text-decoration: none;
}
.post-item2__meta .meta-item.meta-author:hover {
  color: #0E68FF;
}
.post-item2__meta .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #979796;
  border-radius: 50%;
}
.post-item2__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #202428;
  margin: 0;
}
@media (max-width: 820px) {
  .post-item2__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.post-item2__title:hover {
  text-decoration: underline;
}
.post-item2__title a {
  color: #202428;
  text-decoration: none;
}
.post-item2__categs {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6px;
  margin-top: 8px;
}
.post-item2__categs-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0E68FF;
}
.post-item2__btn {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  grid-gap: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
  margin-top: 16px;
}
.post-item2.post-item--yt .post-item2__img img {
  aspect-ratio: 1/0.575;
}

.post-item3 {
  max-width: 970px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  grid-gap: 10px;
  background: #f5f6f7;
  text-decoration: none;
  border-radius: 22px;
  padding: 8px;
}
@media (max-width: 820px) {
  .post-item3 {
    grid-template-columns: 100%;
  }
}
.post-item3__img {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  aspect-ratio: 1/0.89;
  overflow: hidden;
}
@media (max-width: 820px) {
  .post-item3__img {
    aspect-ratio: 1/0.8;
  }
}
.post-item3__img:hover img {
  transform: scale(1.1);
}
.post-item3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item3__info {
  padding: 24px;
}
@media (max-width: 820px) {
  .post-item3__info {
    padding: 16px;
  }
}
.post-item3__meta {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.post-item3__meta .meta-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #979796;
}
.post-item3__meta .meta-item.meta-author {
  text-decoration: none;
}
.post-item3__meta .meta-item.meta-author:hover {
  color: #0E68FF;
}
.post-item3__meta .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #979796;
  border-radius: 50%;
}
.post-item3__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #202428;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .post-item3__title {
    font-size: 20px;
    line-height: 32px;
  }
}
.post-item3__title:hover {
  text-decoration: underline;
}
.post-item3__title a {
  text-decoration: none;
  color: #202428;
}
.post-item3__categs {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6px;
  margin-top: 8px;
}
.post-item3__categs-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0E68FF;
}
.post-item3__excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #979796;
  margin-bottom: 24px;
}

.post-item-mini {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #edf0f1;
  padding: 8px 0 12px 0;
}
.post-item-mini:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.post-item-mini__meta {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 6px;
}
.post-item-mini__meta .meta-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #979796;
}
.post-item-mini__meta .meta-item.meta-author {
  text-decoration: none;
}
.post-item-mini__meta .meta-item.meta-author:hover {
  color: #0E68FF;
}
.post-item-mini__meta .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #979796;
  border-radius: 50%;
}
.post-item-mini__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #202428;
  margin-bottom: 6px;
}
.post-item-mini__title a {
  color: #202428;
  text-decoration: none;
}
.post-item-mini__title a:hover {
  text-decoration: underline;
}
.post-item-mini__categs {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6px;
  margin-top: 8px;
}
.post-item-mini__categs-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #0E68FF;
  text-decoration: none;
}

.honors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 820px) {
  .honors {
    margin-top: 10px;
    grid-gap: 20px;
  }
}
.honors__trustpilot {
  height: 120px;
}
@media (max-width: 820px) {
  .honors__trustpilot {
    max-width: 145px;
  }
}
.honors__certificates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 24px;
  margin-top: 15px;
}
@media (max-width: 820px) {
  .honors__certificates {
    grid-gap: 15px;
    margin-top: 0;
  }
}
.honors__certificates-item {
  display: flex;
  max-width: 100px;
}

.post-share {
  margin-top: 32px;
}
.post-share__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 16px;
  margin-top: 16px;
}
.post-share__list-item {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 40px;
  text-decoration: none;
  padding: 0;
  background: transparent;
  border: 0;
}
.post-share__list-item img {
  width: 100%;
}
.post-share__list-item:hover img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(95%) saturate(5660%) hue-rotate(214deg) brightness(102%) contrast(100%);
}

#copy-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 12px;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.post-nav {
  margin-bottom: 0;
}
.post-nav .nav-content {
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .post-nav .nav-content {
    display: flex;
    align-items: flex-start;
    grid-gap: 8px;
  }
}
.post-nav .nav-content .nav-list ul {
  margin: 0;
}
.post-nav .nav-content .nav-list ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media (max-width: 1024px) {
  .post-nav .nav-content .nav-list ul li {
    display: none;
  }
}
@media (max-width: 1024px) {
  .post-nav .nav-content .nav-list ul li:first-child {
    display: block;
  }
}
.post-nav .nav-content .nav-list ul li::before {
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #d9d9d9;
  border-radius: 0;
}
.post-nav .nav-content .nav-list ul li.active::before {
  background-color: #0E68FF;
}
.post-nav .nav-content .nav-list ul li.active a {
  color: #000000;
}
.post-nav .nav-content .nav-list ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #979796;
  text-decoration: none;
}
.post-nav .nav-content .nav-list ul li a:hover {
  color: #767676;
}
.post-nav .nav-content .nav-list.show ul li {
  display: block;
}
.post-nav .nav-content .toggle-btn {
  display: none;
}
@media (max-width: 1024px) {
  .post-nav .nav-content .toggle-btn {
    display: flex;
    width: 24px;
    min-width: 24px;
  }
}
.post-nav .nav-content .toggle-btn.active {
  transform: rotate(180deg);
}

*, :after, :before {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}
html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

.container {
  max-width: 1404px;
  margin: auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 15px;
  }
}
.container.containermin {
  max-width: 1320px;
}
.container .container-inner {
  max-width: 1320px;
  margin: auto;
}
.container.align-left .container-inner {
  margin-right: auto;
  margin-left: 0;
}
.container.align-right .container-inner {
  margin-left: auto;
  margin-right: 0;
}

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

.span-white {
  color: #a2a2a2;
}
.span-white span {
  color: #ffffff;
}

.slider-arrows {
  display: flex;
  align-items: center;
  grid-gap: 18px;
}
.slider-arrows .button-prev,
.slider-arrows .button-next {
  display: flex;
  cursor: pointer;
}

.swiper-pagination {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 57px;
  height: 4px;
  background: rgba(151, 151, 150, 0.5);
  border-radius: 8px;
  opacity: 1;
  margin: 0 7px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0E68FF;
}

.php-error:empty {
  display: none !important;
}

#adminmenuwrap {
  margin-top: 0 !important;
}/*# sourceMappingURL=style.css.map */