/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
/* Vars, which are specific for current project */
/* Styles for UI-elements */
:root {
  --font-family: "Inter", sans-serif;
  --font-secondary: "Plus Jakarta Sans", sans-serif;
  --color-main: #1e1e1e;
  --color-stroke: #D4D4D4;
  --color-gray-bg: #F8F8F8;
  --color-gray-text: #5F5F5F;
  --transition: .3s ease-out;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-main);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-secondary);
  font-weight: bold;
  letter-spacing: -0.04em;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: var(--color-main);
  outline: none;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 0;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font-family);
  border-radius: 6px;
  height: 46px;
  padding: 0 2rem 1px;
  font-size: 0.875rem;
  font-weight: bold;
  gap: 6px;
}
.button:has(span) {
  padding-right: 1rem;
}
.button span {
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
}
.button span svg {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.button span svg:last-child {
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
}
.button--empty {
  background: none;
  padding: 0;
  height: initial;
}
.button:hover {
  background: #333;
  color: #fff;
}
.button:hover span svg {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.button:hover span svg:last-child {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.button--empty:hover {
  background: none;
}
.button--secondary {
  background: #fff;
  color: var(--color-main);
  border: 1px solid var(--color-main);
}
.button--secondary:hover {
  color: #fff;
  background: #333;
  border-color: #333;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.fadeIn_active {
  opacity: 1;
}
.fadeIn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.fadeIn:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fadeIn:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fadeIn:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* Common styles for current project */
html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: var(--color-main);
  font-size: 1rem;
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

.max-width {
  max-width: 1392px;
  padding: 0 3rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .max-width {
    padding: 0 1.25rem;
  }
}

/*! Hero Section
----------------------------
 */
.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-section__block {
  padding: 220px 0 112px;
  max-width: 568px;
  width: 44%;
}
@media (max-width: 1320px) {
  .hero-section__block {
    padding: 180px 0 90px;
  }
}
@media (max-width: 1180px) {
  .hero-section__block {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .hero-section__block {
    width: 100%;
    padding: 160px 0 40px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
}
.hero-section__title {
  font-size: 3.5rem;
  margin: 0 0 0.5rem;
}
@media (max-width: 1320px) {
  .hero-section__title {
    font-size: 3rem;
  }
}
@media (max-width: 1180px) {
  .hero-section__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .hero-section__title {
    font-size: 3rem;
  }
}
@media (max-width: 680px) {
  .hero-section__title {
    font-size: 2rem;
  }
}
.hero-section__desc {
  max-width: 510px;
  margin: 0 0 2.5rem;
  color: var(--color-gray-text);
  font-size: 1.125rem;
}
@media (max-width: 1180px) {
  .hero-section__desc {
    font-size: 1rem;
    max-width: 380px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 992px) {
  .hero-section__desc {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-section__buttons {
  display: -webkit-box;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .hero-section__buttons {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media (max-width: 680px) {
  .hero-section__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.hero-section__logos {
  margin: 120px 0 0;
}
@media (max-width: 1320px) {
  .hero-section__logos {
    margin: 80px 0 0;
  }
}
@media (max-width: 1180px) {
  .hero-section__logos {
    margin: 60px 0 0;
  }
}
@media (max-width: 992px) {
  .hero-section__logos {
    margin: 2.5rem 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.hero-section__image {
  display: none;
  margin: 0 -4rem -4rem;
}
@media (max-width: 992px) {
  .hero-section__image {
    display: block;
  }
}
.hero-section__image img {
  -webkit-filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
}
@media (max-width: 680px) {
  .hero-section__image img {
    min-width: 598px;
    min-height: 280px;
  }
}
.hero-section__gallery {
  position: absolute;
  top: 0;
  right: 1.875rem;
  gap: 2rem;
  display: -webkit-box;
  display: flex;
  pointer-events: none;
}
@media (max-width: 1320px) {
  .hero-section__gallery {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .hero-section__gallery {
    display: none;
  }
}
.hero-section__gallery img {
  -webkit-filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
}
.hero-section__gallery .scroll-banner {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100%;
  --image-width: 440px;
  --image-height: 1075px;
  --scroll-speed:40s;
  margin: -3rem;
  padding: 3rem;
}
@media (max-width: 1600px) {
  .hero-section__gallery .scroll-banner {
    --image-width: 340px;
    --image-height: 831px;
  }
}
@media (max-width: 1320px) {
  .hero-section__gallery .scroll-banner {
    --image-width: 280px;
    --image-height: 684px;
  }
}
@media (max-width: 1180px) {
  .hero-section__gallery .scroll-banner {
    --image-width: 220px;
    --image-height: 538px;
  }
}
.hero-section__gallery .scroll-banner__track {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: calc(var(--image-height) * 2);
  gap: 2rem;
}
.hero-section__gallery .scroll-banner__track img {
  width: var(--image-width);
  height: var(--image-height);
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.hero-section__gallery .scroll-banner_left .scroll-banner__track {
  -webkit-animation: scroll-top linear infinite;
          animation: scroll-top linear infinite;
  -webkit-animation-duration: var(--scroll-speed);
          animation-duration: var(--scroll-speed);
}
.hero-section__gallery .scroll-banner_right .scroll-banner__track {
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-animation: scroll-btm linear infinite;
          animation: scroll-btm linear infinite;
  -webkit-animation-duration: var(--scroll-speed);
          animation-duration: var(--scroll-speed);
}
@-webkit-keyframes scroll-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-50% - 2rem));
            transform: translateY(calc(-50% - 2rem));
  }
}
@keyframes scroll-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-50% - 2rem));
            transform: translateY(calc(-50% - 2rem));
  }
}
@-webkit-keyframes scroll-btm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(50% + 2rem));
            transform: translateY(calc(50% + 2rem));
  }
}
@keyframes scroll-btm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(50% + 2rem));
            transform: translateY(calc(50% + 2rem));
  }
}

/*! Themes Section
----------------------------
 */
.themes-section {
  background: var(--color-gray-bg);
  padding: 7.25rem 0;
}
@media (max-width: 1180px) {
  .themes-section {
    padding: 5rem 0;
  }
}
.themes-section__label {
  font-size: 1.375rem;
  margin: 0 0 1rem;
}
@media (max-width: 680px) {
  .themes-section__label {
    font-size: 1.25rem;
  }
}
.themes-section__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1rem;
}
.themes-section__item {
  background: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .themes-section__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.themes-section__about {
  padding: 5rem 0 5rem 5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
          flex: auto;
  position: relative;
}
@media (max-width: 1320px) {
  .themes-section__about {
    padding: 3rem 0 3rem 3rem;
  }
}
@media (max-width: 1180px) {
  .themes-section__about {
    padding-top: 7rem;
  }
}
@media (max-width: 992px) {
  .themes-section__about {
    padding: 2.5rem 2rem 0;
    margin: 0 0 -1rem;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    gap: 1rem;
  }
}
@media (max-width: 680px) {
  .themes-section__about {
    margin: 0;
    padding: 2rem 1.5rem 0;
  }
}
.themes-section__badges {
  display: -webkit-box;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1180px) {
  .themes-section__badges {
    position: absolute;
    top: 3rem;
    left: 3rem;
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .themes-section__badges {
    position: initial;
  }
}
@media (max-width: 680px) {
  .themes-section__badges {
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
  }
}
.themes-section__badges-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid var(--color-stroke);
  border-radius: 200px;
  padding: 0 10px 0 8px;
  font-size: 13px;
  height: 2rem;
  gap: 2px;
  color: var(--color-gray-text);
}
.themes-section__badges-item svg {
  -webkit-box-flex: 0;
          flex: none;
}
.themes-section__badges-item_new {
  border-color: #37B735;
}
.themes-section__title {
  margin: 0 0 0.5rem;
}
.themes-section__desc {
  max-width: 336px;
  color: var(--color-gray-text);
}
@media (max-width: 680px) {
  .themes-section__desc {
    font-size: 0.875rem;
  }
}
.themes-section__pic {
  -webkit-box-flex: 0;
          flex: none;
  width: 58%;
  max-width: 745px;
}
@media (max-width: 992px) {
  .themes-section__pic {
    max-width: 100%;
    width: 100%;
  }
}
.themes-section__pic img {
  -webkit-filter: drop-shadow(0 9px 27px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 9px 27px rgba(0, 0, 0, 0.05));
}

/*! Features Section
----------------------------
 */
.features-section {
  padding: 7.25rem 0 0;
}
@media (max-width: 1180px) {
  .features-section {
    padding: 5rem 0 0;
  }
}
.features-section__title {
  margin: 0 0 2.313rem;
}
@media (max-width: 680px) {
  .features-section__title {
    margin: 0 0 2rem;
  }
}
.features-section__grid {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .features-section__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    grid-row-gap: 2.5rem;
  }
}
@media (max-width: 680px) {
  .features-section__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.features-section__column {
  -webkit-box-flex: 1;
          flex: 1;
}
.features-section__icon {
  margin: 0 0 1.5rem;
}
@media (max-width: 680px) {
  .features-section__icon {
    margin: 0 0 1rem;
  }
}
.features-section__label {
  margin: 0 0 0.5rem;
  font-size: 1.375rem;
}
@media (max-width: 1180px) {
  .features-section__label {
    font-size: 1.125rem;
  }
}
.features-section__desc {
  font-size: 0.875rem;
  color: var(--color-gray-text);
  max-width: 280px;
}

/*! Support Section
----------------------------
 */
.support-section {
  padding: 7.25rem 0 0;
}
@media (max-width: 1180px) {
  .support-section {
    padding: 5rem 0 0;
  }
}
.support-section__block {
  border-radius: 6px;
  background: var(--color-gray-bg);
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1180px) {
  .support-section__block {
    -webkit-box-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 992px) {
  .support-section__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.support-section__about {
  -webkit-box-flex: 1;
          flex: auto;
  padding: 5rem 0 5rem 5rem;
}
@media (max-width: 1320px) {
  .support-section__about {
    padding: 3rem 0 3rem 3rem;
  }
}
@media (max-width: 1180px) {
  .support-section__about {
    padding: 2rem 0 2rem 2rem;
  }
}
@media (max-width: 992px) {
  .support-section__about {
    width: 100%;
    padding: 2.5rem 2rem 0;
    text-align: center;
    margin: 0 0 -1rem;
  }
}
@media (max-width: 680px) {
  .support-section__about {
    margin: 0;
    padding: 2rem 1.5rem 0;
  }
}
.support-section__badge {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid var(--color-stroke);
  border-radius: 200px;
  padding: 0 10px 0 8px;
  font-size: 13px;
  height: 2rem;
  margin: 0 0 1rem;
  gap: 2px;
  color: var(--color-gray-text);
}
.support-section__title {
  margin: 0 0 1rem;
}
@media (max-width: 1180px) {
  .support-section__title {
    font-size: 1.5rem;
  }
}
.support-section__desc {
  max-width: 390px;
  color: var(--color-gray-text);
}
@media (max-width: 1180px) {
  .support-section__desc {
    font-size: 0.875rem;
  }
}
@media (max-width: 992px) {
  .support-section__desc {
    margin: 0 auto;
  }
}
.support-section__button {
  margin: 1.5rem 0 0;
}
.support-section__pic {
  -webkit-box-flex: 0;
          flex: none;
  width: 58%;
  max-width: 745px;
}
@media (max-width: 992px) {
  .support-section__pic {
    max-width: 100%;
    width: 100%;
  }
}
.support-section__pic img {
  -webkit-filter: drop-shadow(0 5px 26px rgba(114, 114, 255, 0.12));
          filter: drop-shadow(0 5px 26px rgba(114, 114, 255, 0.12));
}

/*! Final Section
----------------------------
 */
.final-section {
  margin: 7.25rem 0 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .final-section {
    margin: 5rem 0 0;
  }
}
.final-section__title {
  max-width: 880px;
  margin: 0 auto 1rem;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .final-section__title {
    font-size: 2rem;
  }
}
@media (max-width: 680px) {
  .final-section__title {
    font-size: 1.75rem;
  }
}
.final-section__desc {
  max-width: 636px;
  text-align: center;
  margin: 0 auto;
  color: var(--color-gray-text);
}
@media (max-width: 680px) {
  .final-section__desc {
    font-size: 0.875rem;
  }
}
.final-section__button {
  margin: 2.5rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 680px) {
  .final-section__button {
    margin: 1.5rem 0 2.5rem;
  }
}
.final-section__pic {
  margin: 0 0 -9rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .final-section__pic {
    margin: 0 0 -3rem;
  }
}
@media (max-width: 680px) {
  .final-section__pic {
    margin: 0 -5rem -1rem;
  }
}
.final-section__pic img {
  -webkit-filter: drop-shadow(0 15px 46px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 15px 46px rgba(0, 0, 0, 0.05));
}
@media (max-width: 680px) {
  .final-section__pic img {
    min-width: 630px;
    min-height: 280px;
  }
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
/*! Header
----------------------------
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header_hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header__alarm {
  background: var(--color-main);
  display: -webkit-box;
  display: flex;
  height: 2rem;
  padding: 0 1.25rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .header__alarm {
    height: 3rem;
    font-size: 11px;
  }
}
.header__alarm .button {
  font-size: 12px;
  gap: 4px;
  -webkit-box-flex: 0;
          flex: none;
  padding: 0;
}
@media (max-width: 680px) {
  .header__alarm .button {
    font-size: 11px;
  }
}
.header__alarm .button span {
  width: 1rem;
  height: 1rem;
}
.header__alarm .button svg {
  width: 1rem;
  height: auto;
  -webkit-box-flex: 0;
          flex: none;
}
.header__grid {
  height: 76px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 680px) {
  .header__grid {
    height: 72px;
  }
}
@media (max-width: 680px) {
  .header__logo img {
    height: 30px;
  }
}
.header__nav {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 680px) {
  .header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    padding: 0 1.25rem 1rem;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    pointer-events: none;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    gap: 1.5rem;
  }
  .header__nav_show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
}
.header__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 37px;
  padding: 0 1.25rem;
  font-size: 0.875rem;
}
@media (max-width: 680px) {
  .header__item {
    padding: 0;
  }
}
.header__item:hover, .header__item_active {
  background: var(--color-gray-bg);
}
@media (max-width: 680px) {
  .header__item:hover, .header__item_active {
    background: none;
  }
}
.header__burger {
  display: none;
  position: relative;
  z-index: 10;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 26px;
}
@media (max-width: 680px) {
  .header__burger {
    display: -webkit-box;
    display: flex;
  }
}
.header__burger i {
  background: var(--color-main);
  width: 26px;
  display: block;
  height: 3px;
  margin: 2px 0;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.header__burger i:first-child {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header__burger i:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.header__burger i:nth-child(3) {
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header__burger_active i:first-child {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header__burger_active i:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.header__burger_active i:nth-child(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}

/*! Footer
-------------------
 */
.footer {
  padding: 3rem 0;
  border-top: 1px solid var(--color-stroke);
}
@media (max-width: 680px) {
  .footer {
    padding: 2rem 0;
  }
}
.footer__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .footer__grid {
    padding-top: 3rem;
  }
}
@media (max-width: 680px) {
  .footer__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
.footer__about {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .footer__about {
    gap: 1rem;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.footer__part {
  font-size: 12px;
}
.footer__part a {
  border-bottom: 1px solid currentColor;
}
.footer__part a:hover {
  color: var(--color-gray-text);
}
.footer__nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  gap: 2rem;
}
@media (max-width: 992px) {
  .footer__nav {
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
    bottom: initial;
  }
}
.footer__item {
  font-size: 0.875rem;
}
.footer__item:hover {
  color: var(--color-gray-text);
}
.footer__copy {
  font-size: 12px;
  font-weight: 400;
}

/*! Modal
------------------------
 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 2;
  padding: 20px;
  width: 100%;
}
.modal-container {
  width: 100%;
  position: relative;
  background: #fff;
  max-width: 1066px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 5rem;
  border-radius: 6px;
}
@media (max-width: 992px) {
  .modal-container {
    padding: 3rem;
  }
}
@media (max-width: 680px) {
  .modal-container {
    padding: 2rem;
  }
}
.modal.active .modal-container {
  -webkit-transform: none;
          transform: none;
}
.modal-close {
  cursor: pointer;
  -webkit-box-flex: 0;
          flex: none;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 5;
}
@media (max-width: 680px) {
  .modal-close {
    top: 1rem;
    right: 1rem;
  }
}
.modal-close:hover {
  opacity: 0.8;
}
.modal-title {
  margin: 0 0 0.5rem;
  font-size: 1.875rem;
}
@media (max-width: 680px) {
  .modal-title {
    font-size: 1.5rem;
  }
}
.modal-note {
  font-size: 0.875rem;
  margin: 0 0 1.5rem;
}
.modal-grid {
  display: -webkit-box;
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .modal-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.modal-content {
  -webkit-box-flex: 1;
          flex: auto;
}
.modal-content .ticket-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 680px) {
  .modal-content .ticket-form {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
.modal-content .ticket-form .ticket-support__form-item {
  position: relative;
}
.modal-content .ticket-form .ticket-support__form-item_big {
  grid-column: 1/-1;
}
.modal-content .ticket-form .ticket-support__form-item label:not(.ticket-support__file-label) {
  position: absolute;
  left: 21px;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--color-gray-text);
  pointer-events: none;
  top: 16px;
}
.modal-content .ticket-form .ticket-support__form-item .input-text {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  padding: 0 1.25rem;
  padding-top: 13px;
  border-radius: 6px;
  border: 1px solid var(--color-stroke);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: var(--color-main);
  letter-spacing: -0.02em;
  outline: none;
}
.modal-content .ticket-form .ticket-support__form-item .input-text:focus {
  border-color: var(--color-main);
}
.modal-content .ticket-form .ticket-support__form-item .input-text.just-validate-error-field {
  border-color: #b81111;
}
.modal-content .ticket-form .ticket-support__form-item .input-text::-webkit-input-placeholder {
  color: transparent;
}
.modal-content .ticket-form .ticket-support__form-item .input-text::-moz-placeholder {
  color: transparent;
}
.modal-content .ticket-form .ticket-support__form-item .input-text:-ms-input-placeholder {
  color: transparent;
}
.modal-content .ticket-form .ticket-support__form-item .input-text::-ms-input-placeholder {
  color: transparent;
}
.modal-content .ticket-form .ticket-support__form-item .input-text::placeholder {
  color: transparent;
}
.modal-content .ticket-form .ticket-support__form-item textarea.input-text {
  resize: none;
  height: 116px;
  padding: 24px 1.25rem 0;
}
.modal-content .ticket-form .ticket-support__form-item:has(.input-text_filled) label, .modal-content .ticket-form .ticket-support__form-item:has(.input-text:focus) label {
  top: 9px;
  font-size: 10px;
}
.modal-content .ticket-form .ticket-support__form-item .input-theme {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  padding: 0 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE5XzM3NCkiPgo8cGF0aCBkPSJNNy4zMjkyOCAxMS4xMjE1TDcuMzI5MjggMy4wMDY3N0w4LjY2MjQxIDMuMDA2NzdMOC42NjI4OCAxMS4xMjExTDEyLjIzODUgNy41NDU0NUwxMy4xODEzIDguNDg4MjZMNy45OTU4NCAxMy42NzM3TDIuODEwMzkgOC40ODgyNkwzLjc1MzIgNy41NDU0NUw3LjMyOTI4IDExLjEyMTVWMTEuMTIxNVoiIGZpbGw9IiMxRTFFMUUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xOV8zNzQiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat calc(100% - 1.25rem) 50%;
  border-radius: 6px;
  border: 1px solid var(--color-stroke);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: var(--color-main);
  letter-spacing: -0.02em;
  outline: none;
}
.modal-content .ticket-form .ticket-support__form-item .input-theme:focus {
  border-color: var(--color-main);
}
.modal-content .ticket-form .ticket-support__form-item .input-theme::-webkit-input-placeholder {
  color: var(--color-gray-text);
}
.modal-content .ticket-form .ticket-support__form-item .input-theme::-moz-placeholder {
  color: var(--color-gray-text);
}
.modal-content .ticket-form .ticket-support__form-item .input-theme:-ms-input-placeholder {
  color: var(--color-gray-text);
}
.modal-content .ticket-form .ticket-support__form-item .input-theme::-ms-input-placeholder {
  color: var(--color-gray-text);
}
.modal-content .ticket-form .ticket-support__form-item .input-theme::placeholder {
  color: var(--color-gray-text);
}
.modal-content .ticket-form .ticket-support__form-item .just-validate-error-label {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}
.modal-content .ticket-form .ticket-support__form-item .ticket-support__file-label {
  display: table;
  border-bottom: 1px solid currentColor;
  margin: 0 0 0.5rem;
  cursor: pointer;
  line-height: 1.2;
  font-size: 12px;
}
.modal-content .ticket-form .ticket-support__form-item .ticket-support__file-label:hover {
  color: var(--color-gray-text);
}
.modal-content .ticket-form .ticket-support__form-item .input-file-accept {
  font-weight: 500;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: var(--color-gray-text);
}
.modal-content .ticket-form .ticket-support__form-button {
  width: 155px;
  max-width: 155px;
  padding: 0;
}
@media (max-width: 680px) {
  .modal-content .ticket-form .ticket-support__form-button {
    margin-top: 1.5rem;
  }
}
.modal-content .ticket-form .ticket-support__form-button .sh-form-loader {
  display: none;
  height: 16px;
  width: 16px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  border: 3px solid;
  border-radius: 50%;
  border-right-color: #fff;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.modal-content .ticket-form.loading .ticket-support__form-button {
  width: 170px;
  max-width: 170px;
}
.modal-content .ticket-form.loading .ticket-support__form-button .sh-form-loader {
  display: block;
}
.modal-content .ticket-form .ticket-from-message {
  grid-column: 1;
  margin: 0;
  color: #b81111;
  font-size: 0.875rem;
}
.modal-content .ticket-form.success .ticket-from-message {
  color: green;
}
.modal-sidebar {
  -webkit-box-flex: 0;
          flex: none;
  width: 226px;
}
@media (max-width: 992px) {
  .modal-sidebar {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .modal-support {
    display: -webkit-box;
    display: flex;
    gap: 2.5rem;
  }
}
@media (max-width: 680px) {
  .modal-support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .modal-support__block {
    max-width: 233px;
  }
}
@media (max-width: 680px) {
  .modal-support__block {
    max-width: 100%;
  }
}
.modal-support__block:not(:last-child) {
  margin: 0 0 2.5rem;
}
@media (max-width: 992px) {
  .modal-support__block:not(:last-child) {
    margin: 0;
  }
}
.modal-support__label {
  margin: 0 0 1rem;
  font-weight: bold;
  font-size: 0.875rem;
}
.modal-support__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1rem;
}
.modal-support__item {
  font-size: 12px;
  line-height: 1.2;
  min-height: 1.25rem;
  color: var(--color-gray-text);
  padding-left: 28px;
  padding-top: 1px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDE3LjUwMDFDNS44NTc3NSAxNy41MDAxIDIuNSAxNC4xNDI0IDIuNSAxMC4wMDAxQzIuNSA1Ljg1Nzg3IDUuODU3NzUgMi41MDAxMiAxMCAyLjUwMDEyQzE0LjE0MjMgMi41MDAxMiAxNy41IDUuODU3ODcgMTcuNSAxMC4wMDAxQzE3LjUgMTQuMTQyNCAxNC4xNDIzIDE3LjUwMDEgMTAgMTcuNTAwMVpNMTAgMTYuMDAwMUMxMS41OTEzIDE2LjAwMDEgMTMuMTE3NCAxNS4zNjggMTQuMjQyNiAxNC4yNDI4QzE1LjM2NzkgMTMuMTE3NSAxNiAxMS41OTE0IDE2IDEwLjAwMDFDMTYgOC40MDg4MiAxNS4zNjc5IDYuODgyNyAxNC4yNDI2IDUuNzU3NDhDMTMuMTE3NCA0LjYzMjI2IDExLjU5MTMgNC4wMDAxMiAxMCA0LjAwMDEyQzguNDA4NyA0LjAwMDEyIDYuODgyNTggNC42MzIyNiA1Ljc1NzM2IDUuNzU3NDhDNC42MzIxNCA2Ljg4MjcgNCA4LjQwODgyIDQgMTAuMDAwMUM0IDExLjU5MTQgNC42MzIxNCAxMy4xMTc1IDUuNzU3MzYgMTQuMjQyOEM2Ljg4MjU4IDE1LjM2OCA4LjQwODcgMTYuMDAwMSAxMCAxNi4wMDAxWk05LjI1MjI1IDEzLjAwMDFMNi4wNyA5LjgxNzg3TDcuMTMwNSA4Ljc1NzM3TDkuMjUyMjUgMTAuODc5MUwxMy40OTQzIDYuNjM2MzdMMTQuNTU1NSA3LjY5Njg3TDkuMjUyMjUgMTMuMDAwMVoiIGZpbGw9IiMzN0I3MzUiLz4KPC9zdmc+Cg==") no-repeat 0 -2px;
}
.modal-support__block_false .modal-support__item {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDE3LjVDNS44NTc3NSAxNy41IDIuNSAxNC4xNDIzIDIuNSAxMEMyLjUgNS44NTc3NSA1Ljg1Nzc1IDIuNSAxMCAyLjVDMTQuMTQyMyAyLjUgMTcuNSA1Ljg1Nzc1IDE3LjUgMTBDMTcuNSAxNC4xNDIzIDE0LjE0MjMgMTcuNSAxMCAxNy41Wk0xMCAxNkMxMS41OTEzIDE2IDEzLjExNzQgMTUuMzY3OSAxNC4yNDI2IDE0LjI0MjZDMTUuMzY3OSAxMy4xMTc0IDE2IDExLjU5MTMgMTYgMTBDMTYgOC40MDg3IDE1LjM2NzkgNi44ODI1OCAxNC4yNDI2IDUuNzU3MzZDMTMuMTE3NCA0LjYzMjE0IDExLjU5MTMgNCAxMCA0QzguNDA4NyA0IDYuODgyNTggNC42MzIxNCA1Ljc1NzM2IDUuNzU3MzZDNC42MzIxNCA2Ljg4MjU4IDQgOC40MDg3IDQgMTBDNCAxMS41OTEzIDQuNjMyMTQgMTMuMTE3NCA1Ljc1NzM2IDE0LjI0MjZDNi44ODI1OCAxNS4zNjc5IDguNDA4NyAxNiAxMCAxNlpNMTAgOC45Mzk1TDEyLjEyMSA2LjgxNzc1TDEzLjE4MjMgNy44NzlMMTEuMDYwNSAxMEwxMy4xODIzIDEyLjEyMUwxMi4xMjEgMTMuMTgyM0wxMCAxMS4wNjA1TDcuODc5IDEzLjE4MjNMNi44MTc3NSAxMi4xMjFMOC45Mzk1IDEwTDYuODE3NzUgNy44NzlMNy44NzkgNi44MTc3NUwxMCA4LjkzOTVaIiBmaWxsPSIjRTAwMDI4Ii8+Cjwvc3ZnPgo=") no-repeat 0 -2px;
}