:root {
  --content-width: 1200px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --font-family: "Gilroy", sans-serif;
}

/* stylelint-disable */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 230px;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 576px) {
  * {
    scroll-margin-top: 150px;
  }
}

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

body {
  height: 100%;
  font-family: "Gilroy", sans-serif;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
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;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  color: var(--black-color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background-color: #f6f7f9;
}

@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("/fonts/Gilroy-Bold.woff") format("woff"), url("/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("base/Gilroy-Semibold.eot");
  src: local("/fonts/Gilroy Semibold"), local("Gilroy-Semibold"), url("/fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("/fonts/Gilroy-Semibold.woff") format("woff"), url("/fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("base/Gilroy-Medium.eot");
  src: local("/fonts/Gilroy Medium"), local("Gilroy-Medium"), url("/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("/fonts/Gilroy-Medium.woff") format("woff"), url("/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("base/Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("/fonts/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("/fonts/Gilroy-MediumItalic.woff") format("woff"), url("/fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.main.padding-top {
  padding-top: 24px;
}
@media (max-width: 576px) {
  .main.padding-top {
    padding-top: 8px;
  }
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  padding: 0 var(--container-offset);
  max-width: calc(1200px + (15px * 2));
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

@media (max-width: 576px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-small-tablet {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .visible-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-small-tablet {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .visible-mobile {
    display: none !important;
  }
}

a,
button,
label,
input,
textarea,
select,
svg * {
  transition: all 0.2s ease-in;
}

input,
select {
  outline: transparent;
}

.margin-section {
  margin-bottom: 64px;
}
@media (max-width: 576px) {
  .margin-section {
    margin-bottom: 48px;
  }
}

.btn-gradient {
  background: linear-gradient(101.4deg, #41B690 0%, #1CF1AB 100%) !important;
}
.btn-1 {
  background-color: #41b690;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: normal;
  color: #f6f7f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (any-hover: hover) {
  .btn-1:hover {
    background-color: #48c79f;
  }
}
@media (max-width: 768px) {
  .btn-1 {
    padding: 12px 14px;
  }
}
@media (max-width: 576px) {
  .btn-1 {
    width: 100%;
  }
}

.btn-2 {
  font-size: clamp(14px, 3vw, 16px);
  line-height: normal;
  color: #f6f7f9;
  padding: 12px 24px;
  border-radius: 8px;
  background: #010101;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
@media (any-hover: hover) {
  .btn-2:hover {
    background-color: white;
    color: black;
  }
}
@media (max-width: 768px) {
  .btn-2 {
    padding: 12px 14px;
  }
}
@media (max-width: 576px) {
  .btn-2 {
    width: 100%;
  }
}

.header-wrapper {
    top: 0;
    position: sticky;
    z-index: 29;
    height: 55px;
    backdrop-filter: blur(26px);
    border-bottom: 1px solid #00000012;
    background-color:rgba(255, 255, 255, .9)
}
.btn-border {
  font-size: clamp(14px, 3vw, 16px);
  line-height: normal;
  color: #f6f7f9;
  padding: 12px 24px;
  border-radius: 8px;
  background: transparent;
  display: inline-flex;
  border: 1px solid #acb8c6;
  color: #acb8c6;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .btn-border {
    padding: 12px 14px;
  }
}
@media (max-width: 576px) {
  .btn-border {
    width: 100%;
  }
}

.title-2 {
  font-weight: 600;
  font-size: clamp(32px, 4vw, 64px);
  line-height: clamp(32px, 4vw, 64px);
  text-transform: lowercase;
  color: black;
}

.margin-section {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .margin-section {
    margin-bottom: 30px;
  }
}

.tag-border {
  line-height: normal;
  color: #acb8c6;
  font-size: clamp(14px, 3vw, 16px);
  padding: 12px 24px;
  border-radius: 24px;
  border: 1px solid #acb8c6;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .tag-border {
    padding: 12px 14px;
  }
}
@media (max-width: 576px) {
  .tag-border {
    width: 100%;
  }
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 768px) {
  .header__logo svg,
  .header__logo img {
    width: 100px;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.header__nav-link:hover {
    color: #10b981;
}
.header__links {
  display: flex;
  gap: 12px;
}
.header {
    height: 100%;
}

.header-container {
    height: 100%;
    margin: 0px 26px;
}
@media (max-width: 576px) {
  .header__link {
    width: auto;
  }
}


.header__link-auth {
    color: #000;
    background: transparent;
    border: 1px solid #00000021;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
    will-change: transform;
}

.header__link-reg {
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    font-weight: 650;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
    will-change: transform;
    color: #fff;
    border: none;
}

/* Language Dropdown Styles */
.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-dropdown__button {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
    min-width: 80px;
    justify-content: center;
}

.language-dropdown__button:hover {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.2);
}


.language-dropdown__flag {
    font-size: 16px;
    line-height: 1;
}

.language-dropdown__code {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.language-dropdown__arrow {
    transition: transform 0.2s ease;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 2px;
}

.language-dropdown__arrow--open {
    transform: rotate(180deg);
}

.language-dropdown__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 160px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    padding: 4px;
    z-index: 1000;
    overflow: hidden;
    transform-origin: top right;
}

.language-dropdown__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0px 8px;
    border-radius: 9px;
    height: 38px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.language-dropdown__item img {
    border-radius: 4px;
    width: 23px;
}

.language-dropdown__item:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.language-dropdown__item:focus {
    outline: none;
    background-color: rgba(25, 118, 210, 0.08);
}

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

/* Transitions for Material UI feel */
.transition-ease-out {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-ease-in {
    transition: all 0.15s cubic-bezier(0.4, 0, 1, 1);
}

/* Mobile responsive styles for language dropdown */
@media (max-width: 768px) {
    .language-dropdown {
        margin-right: 8px;
    }
    
    .language-dropdown__button {
        padding: 6px 10px;
        min-width: 70px;
        gap: 4px;
    }
    
    .language-dropdown__flag {
        font-size: 14px;
    }
    
    .language-dropdown__code {
        font-size: 11px;
    }
    
    .language-dropdown__menu {
        min-width: 140px;
        right: -8px;
    }
    
    .language-dropdown__item {
        padding: 10px 12px;
        font-size: 13px;
    }
}
.hero {
  margin: 26px;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  min-height: 600px;
  border-radius: 24px;
  padding-top: 64px;
}
@media (max-width: 768px) {
  .hero {
    background-position: center;
    min-height: 100vh;
    padding-top: 60px;
  }
}
@media (max-width: 576px) {
  .hero {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .hero__wrapper {
    flex: 1;
    display: flex;
  }
}
.hero__content {
  max-width: 610px;
}
@media (max-width: 576px) {
  .hero__content {
    display: flex;
    flex-direction: column;
  }
}
.hero__title {
  margin: 0;
  margin-bottom: 12px;
  color: white;
}
@media (max-width: 576px) {
  .hero__title {
    margin-bottom: 30px;
  }
}
.hero__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #f6f7f9;
  margin-bottom: 12px;
  max-width: 270px;
  display: block;
}
.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 100%;
  margin: 26px 0px 46px 0px;
}
.btn-auth {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
  font-weight: 500;
}
.hero__tag {
font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF; /* Белый текст */
  padding: 8px 14px; /* Чуть увеличим, чтобы текст дышал */
  border-radius: 20px; /* Более скругленный */
  background-color: transparent; /* Делаем фон прозрачным */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Еле заметная серая обводка */
}
@media (max-width: 576px) {
  .hero__link {
    margin-top: auto;
    margin-bottom: 40px;
  }
}

/* Running Line Styles */
.running-line {
  overflow: hidden;
  position: relative;
}

.running-line__wrapper {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.running-line__wrapper::before,
.running-line__wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.running-line__wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(246, 247, 249, 1) 0%, rgba(246, 247, 249, 0) 100%);
}

.running-line__wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(246, 247, 249, 1) 0%, rgba(246, 247, 249, 0) 100%);
}

.running-line__list {
  display: flex;
  align-items: center;
  gap: 80px;
  animation: scroll-infinite 40s linear infinite;
  width: fit-content;
  will-change: transform;
}

.running-line__list:hover {
  animation-play-state: paused;
}

.running-line__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.running-line__logo {
  height: 40px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.6);
  transition: all 0.3s ease;
}

.running-line__logo:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

@keyframes scroll-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .running-line__wrapper::before,
  .running-line__wrapper::after {
    width: 80px;
  }
  
  .running-line__list {
    gap: 60px;
    animation-duration: 30s;
  }
  
  .running-line__logo {
    height: 30px;
    max-width: 150px;
  }
}
.opportunities__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: clamp(20px, 3vw, 80px);
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .opportunities__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
}
.opportunities__title {
  width: 100%;
  max-width: 500px;
  margin: 0;
}
.opportunities__title span {
  display: block;
  text-align: right;
}
@media (max-width: 1024px) {
  .opportunities__title span {
    display: inline;
  }
}
@media (max-width: 1024px) {
  .opportunities__title {
    grid-column: 2 span;
  }
}
.opportunities__text {
  color: #010101;
  max-width: 184px;
}
.opportunities__links {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}
.opportunities__link {
  display: flex;
  flex: none;
}
@media (max-width: 768px) {
  .opportunities__link svg {
    width: 40px;
    height: 40px;
  }
  .opportunities__link:has(img) {
    display: none;
  }
}
.opportunities__link-img {
  position: relative;
  height: 56px;
  width: 126px;
  background-color: white;
  border-radius: 24px;
}
.opportunities__link-img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 110px;
}
.opportunities__content {
  border-radius: 24px;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 690px);
  min-height: 500px;
}
@media (max-width: 1024px) {
  .opportunities__content {
    grid-template-columns: 1fr;
  }
}
.opportunities__info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.opportunities__media {
  background-color: black;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  .opportunities__media {
    min-height: 300px;
  }
}
.opportunities__tabs-btns {
  border-radius: 8px;
  background: #f6f7f9;
  display: flex;
  gap: 6px;
  padding: 7px 4px;
  margin-bottom: 48px;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .opportunities__tabs-btns {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .opportunities__tabs-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.opportunities__tabs-btn {
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .opportunities__tabs-btn {
    flex: 1;
  }
}
.opportunities__tabs-btn--active {
  background-color: #070b19;
  color: #f6f7f9;
}
.opportunities__tabs-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.opportunities__tabs-item {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.opportunities__tabs-item--active {
  display: flex;
}
.opportunities__tabs-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}
.opportunities__tabs-text {
  margin-bottom: 30px;
}
.opportunities__tabs-link {
  margin-top: auto;
}

.social {
  display: flex;
  gap: 12px;
}
.social__link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #acb8c6;
}
@media (any-hover: hover) {
  .social__link:hover svg path {
    fill: #48c79f;
  }
}
.social__link-tg svg {
  transform: translate(-2px, 1px);
}

.for-whom__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 576px) {
  .for-whom__top {
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  .for-whom__list-links {
    justify-content: flex-end;
  }
}
.for-whom__title {
  margin-bottom: 24px;
}
.for-whom__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}
@media (max-width: 1024px) {
  .for-whom__content {
    grid-template-columns: 1fr;
  }
}
.for-whom__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.for-whom__item {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease-in;
}
.for-whom__item::after {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: black;
  bottom: 24px;
  left: 24px;
}
.for-whom__item--h-400 {
  min-height: 400px;
}
@media (max-width: 1024px) {
  .for-whom__item--h-400 {
    min-height: 0;
    min-height: initial;
  }
}
.for-whom__item--black {
  background-color: #010101;
  color: white;
}
.for-whom__item--black::after {
  background-color: white;
}
.for-whom__item--green {
  background: linear-gradient(135deg, #41b690 0%, #1cf1ab 100%);
  color: white;
}
.for-whom__item--green::after {
  background-color: white;
}
@media (any-hover: hover) {
  .for-whom__item:hover {
    box-shadow: 0 28px 135px -6px rgba(24, 39, 75, 0.14), 0 12px 43px -9px rgba(24, 39, 75, 0.12);
  }
}
.for-whom__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}
.for-whom__item-text {
  max-width: 180px;
}
.for-whom__item-img {
  align-self: flex-end;
  margin-top: auto;
  max-width: 170px;
}
.for-whom__item-img--w-125 {
  max-width: 125px;
}

.advantages {
  margin: 26px;
  padding: 100px 0;
  border-radius: 24px;
  background: #010101;
  position: relative;
  overflow: hidden;
  background-image: url(../images/advantages-bg.svg);
  background-size: cover;
}
@media (max-width: 576px) {
  .advantages {
    padding-top: 30px;
  }
}
.advantages__tag {
  margin-bottom: 24px;
}
.advantages__title {
  color: white;
  margin: 0;
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .advantages__title {
    margin-bottom: 30px;
  }
}
.advantages__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  grid-gap: clamp(20px, 3vw, 60px);
  gap: clamp(20px, 3vw, 60px);
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .advantages__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .advantages__content {
    grid-template-columns: 1fr;
  }
}
.advantages__item {
  background-color: white;
  border-radius: 24px;
  padding: 24px 60px 48px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.2s ease-in;
}
.advantages__item:nth-child(2) {
  margin-top: 24px;
}
.advantages__item:nth-child(3) {
  margin-top: -38px;
}
@media (max-width: 1024px) {
  .advantages__item:nth-child(n) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .advantages__item {
    padding: 24px 60px 48px 120px;
  }
}
@media (max-width: 576px) {
  .advantages__item {
    padding: 24px 24px 24px 80px;
  }
}
@media (any-hover: hover) {
  .advantages__item:hover {
    box-shadow: 0 28px 135px -6px rgba(255, 255, 255, 0.14), 0 12px 43px -9px rgba(255, 255, 255, 0.12);
  }
}
.advantages__item-title {
  font-weight: 600;
  font-size: clamp(20px, 3vw, 24px);
}
.advantages__item-img {
  position: absolute;
  top: -5px;
  left: -44px;
  max-width: 90px;
}
@media (max-width: 1024px) {
  .advantages__item-img {
    left: 0;
  }
}
@media (max-width: 576px) {
  .advantages__item-img {
    width: 65px;
  }
}
.advantages__bottom-text {
  position: absolute;
  font-weight: 600;
  font-size: clamp(5rem, -2.692rem + 30.77vw, 25rem);
  line-height: normal;
  text-transform: lowercase;
  background: linear-gradient(180deg, rgba(18, 23, 21, 0.4784313725) 45%, #393a3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .advantages__bottom-text {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .advantages__bottom-text {
    bottom: -10px;
  }
}

.pricing-plans__tag {
  margin-bottom: 24px;
}
.pricing-plans__title {
  margin: 0;
  margin-bottom: 24px;
}
.pricing-plans__btns {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 4px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .pricing-plans__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 30px;
  }
}
.pricing-plans__btn {
  font-size: 12px;
  line-height: normal;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #a6a5a7;
}
.pricing-plans__btn span {
  padding: 4px;
  background: #41b690;
  border-radius: 12px;
  color: white;
}
.pricing-plans__btn small {
  padding: 4px;
  background: #41b690;
  border-radius: 12px;
  color: white;
}
.pricing-plans__btn--active {
  background-color: #f6f7f9;
}
.pricing-plans__content {
  padding: 44px;
  border-radius: 24px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .pricing-plans__content {
    padding: 0;
  }
}
.pricing-plans__top-text {
  position: absolute;
  font-weight: 600;
  font-size: clamp(5rem, -2.692rem + 30.77vw, 25rem);
  line-height: 300px;
  text-transform: lowercase;
  background: linear-gradient(180deg, #f2f3f6 0%, #eceef2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 576px) {
  .pricing-plans__top-text {
    display: none;
  }
}
.pricing-plans__tariffs {
  display: grid;
  grid-template-columns: 180px 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .pricing-plans__tariffs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.pricing-plans__info {
  display: flex;
}
@media (max-width: 1024px) {
  .pricing-plans__info {
    display: none;
  }
}
.pricing-plans__info-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 10px 0;
  min-height: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .pricing-plans__info-item {
    padding: 0;
    min-height: 0;
    min-height: initial;
  }
}
.pricing-plans__info-item::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  right: -24px;
  left: 0;
  background-color: rgba(172, 184, 198, 0.25);
}
@media (max-width: 1024px) {
  .pricing-plans__info-item::after {
    display: none;
  }
}
.pricing-plans__info-wrapper {
  margin-top: auto;
  margin-bottom: 25px;
}
.pricing-plans__tariff {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid transparent;
}
.pricing-plans__tariff--active {
  box-shadow: 0 6px 12px 0 rgba(40, 39, 46, 0.15);
  border: 1px solid #41b690;
}
.pricing-plans__tariff--active .pricing-plans__tariff-btn {
  background-color: #48c79f;
  color: white;
  border: 1px solid transparent;
}
.pricing-plans__tariff--custom .pricing-plans__tariff-price-text {
  margin-bottom: 24px;
  min-height: 54px;
}
@media (max-width: 576px) {
  .pricing-plans__tariff--custom .pricing-plans__tariff-price-text {
    min-height: 0;
    min-height: initial;
  }
}
.pricing-plans__tariff-body {
  display: flex;
  flex-direction: column;
}
.pricing-plans__tariff-name {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 6px;
}
.pricing-plans__tariff-text {
  font-size: 12px;
  color: #a6a5a7;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .pricing-plans__tariff-text {
    margin-bottom: 20px;
  }
}
.pricing-plans__tariff-price {
  font-weight: 600;
  font-size: 44px;
  margin-bottom: 24px;
  line-height: normal;
}
.pricing-plans__tariff-price-text {
  font-size: 12px;
  color: #a6a5a7;
}

.pricing-plans__tariff-total {
  font-size: 14px;
  color: #a6a5a7;
  margin-bottom: 20px;
}
.pricing-plans__tariff-btn {
  margin-bottom: 24px;
}
.pricing-plans__tariff-info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.pricing-plans__tariff-info-item {
  padding: 14px 0;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .pricing-plans__tariff-info-item {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
.pricing-plans__tariff-info-item::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  right: -24px;
  left: -24px;
  background-color: rgba(172, 184, 198, 0.25);
}
.pricing-plans__tariff-check {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #41b690;
}
.pricing-plans__tariff-check--disable {
  background-color: transparent;
  border: 1px solid #a6a5a7;
}
.pricing-plans__tariff-info-text {
  font-size: 12px;
  padding: 12px 0;
  line-height: normal;
  min-height: 40px;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .pricing-plans__tariff-info-text {
    min-height: 0;
    min-height: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
  }
}
.pricing-plans__tariff-info-text::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  right: -24px;
  left: -24px;
  background-color: rgba(172, 184, 198, 0.25);
}
.ads {
  margin: 26px;
  background-color: #010101;
  border-radius: 24px;
  padding: 44px 0 60px 0;
  background-image: url(../images/ads-bg.svg);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .ads {
    padding: 30px 0 60px 0;
  }
}
.ads__img {
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: 1;
  width: clamp(18.75rem, -0.745rem + 77.98vw, 69.438rem);
}
@media (max-width: 1024px) {
  .ads__img {
    right: -40px;
  }
}
@media (max-width: 768px) {
  .ads__img {
    display: none;
  }
}
.ads__info {
  max-width: 400px;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .ads__info {
    max-width: 100%;
  }
}
.ads__title {
  color: #fff;
  margin: 0;
  margin-bottom: 24px;
}
.ads__text-bottom {
  font-weight: 600;
  font-size: clamp(5rem, -2.692rem + 30.77vw, 25rem);
  line-height: normal;
  text-transform: lowercase;
  background: linear-gradient(180deg, rgba(18, 23, 21, 0) 35%, rgba(57, 58, 58, 0.8156862745) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .ads__text-bottom {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .ads__text-bottom {
    bottom: -20px;
  }
}

.list-g {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .list-g {
    margin-bottom: 30px;
  }
}

.item-g {
  display: flex;
  align-items: center;
  gap: 8px;
}
.item-g::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #41b690 0%, #1cf1ab 100%);
  border-radius: 100%;
}

.faq__content {
  display: grid;
  grid-template-columns: minmax(300px, 400px) 1fr;
  grid-gap: 135px;
  gap: 135px;
}
@media (max-width: 1024px) {
  .faq__content {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.faq__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faq__tag {
  margin-bottom: 24px;
}
.faq__title {
  margin: 0;
  margin-bottom: 24px;
}
.faq__text {
  max-width: 230px;
  margin-bottom: 48px;
}
@media (max-width: 576px) {
  .faq__text {
    margin-bottom: 0;
  }
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.accordion__item {
  background-color: #fff;
  padding: 14px 14px 14px 24px;
  border-radius: 24px;
  transition: all 0.05s ease-in;
}
.accordion__item-button {
  font-weight: 600;
  font-size: clamp(18px, 3vw, 20px);
  line-height: 24px;
  color: #010101;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  text-align: left;
}
.accordion__item-chevron {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: rgba(1, 1, 1, 0.02);
  transition: all 0.2s ease-in;
}
.accordion__item-content {
  display: none;
  color: #a6a5a7;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 12px;
  max-width: 450px;
}
.accordion__item--active {
  background-image: url(../images/accord-bg.svg);
  background-size: cover;
}
.accordion__item--active .accordion__item-content {
  display: block;
}
.accordion__item--active .accordion__item-chevron {
  transform: rotate(180deg);
}
.accordion__item--active .accordion__item-button {
  color: white;
}
.accordion__item--active .accordion__item-chevron {
  background-color: rgba(255, 255, 255, 0.08);
}
.accordion__item--active .accordion__item-chevron svg path {
  stroke: white;
}

.footer {
  background-color: white;
  padding: 40px 0;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer__content {
    flex-direction: column;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
  grid-row-gap: 20px;
  row-gap: 20px;
}
.footer__nav-link {
  font-weight: 600;
  color: #acb8c6;
}
@media (any-hover: hover) {
  .footer__nav-link:hover {
    color: black;
  }
}
.footer__additionally {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 35px;
}
@media (max-width: 1024px) {
  .footer__additionally {
    align-items: flex-start;
  }
}
.footer__additionally-copyright {
  color: #acb8c6;
}

.reviews__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 48px;
}
.reviews__head {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  width: 100%;
}
@media (max-width: 768px) {
  .reviews__head {
    flex-direction: column;
    gap: 20px;
  }
}
.reviews__tag {
  transform: translateY(18px);
}
@media (max-width: 1024px) {
  .reviews__tag {
    transform: none;
    transform: initial;
  }
}
.reviews__title {
  margin: 0;
  line-height: 1;
  width: 100%;
  max-width: 530px;
}
@media (max-width: 768px) {
  .reviews__title {
    max-width: 100%;
  }
}
.reviews__title span {
  text-align: right;
  display: block;
}
@media (max-width: 768px) {
  .reviews__title span {
    display: inline;
  }
}
.reviews__icons {
  flex: none;
  display: flex;
}
@media (max-width: 768px) {
  .reviews__icons {
    display: none;
  }
}
.reviews__icon-media {
  position: relative;
  height: 56px;
  width: 126px;
  background-color: white;
  border-radius: 24px;
  display: block;
}
.reviews__icon-media img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 126px;
}
.reviews__list {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.review-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 12px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
  transition: all 0.2s ease-in;
}
@media (any-hover: hover) {
  .review-card:hover {
    box-shadow: 0 28px 135px -6px rgba(24, 39, 75, 0.14), 0 12px 43px -9px rgba(24, 39, 75, 0.12);
  }
}

.review-card--dark {
  background: #050505;
  color: #fff;
}

.review-card--green {
  background: linear-gradient(180deg, #53c7a1 0%, #20e2a0 100%);
  color: #fff;
}

.review-card__top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.review-card__avatar {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #000;
}

.review-card--dark .review-card__avatar,
.review-card--green .review-card__avatar {
  background: #f2f4f7;
}

.review-card__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.review-card__role {
  color: #acb8c6;
}

.review-card--dark .review-card__role,
.review-card--green .review-card__role {
  color: rgba(255, 255, 255, 0.8);
}

.review-card__text {
  font-style: italic;
  margin: 0 0 24px;
}

.review-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.review-card__company {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.review-card__dot {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #000;
  flex-shrink: 0;
}

.review-card--dark .review-card__dot,
.review-card--green .review-card__dot {
  background: #f2f4f7;
}

.review-card__company-name,
.review-card__date {
  color: #a7b0c2;
  white-space: nowrap;
}

.review-card--dark .review-card__company-name,
.review-card--dark .review-card__date,
.review-card--green .review-card__company-name,
.review-card--green .review-card__date {
  color: rgba(255, 255, 255, 0.85);
}

.reviews__more {
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  color: #a7b0c2;
}

.language-dropdown__button img {
    width: 22px;
    border-radius: 4px;
}

@media (max-width: 1024px) {
  .reviews__list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 768px) {
  .reviews__list {
    -moz-column-count: 1;
         column-count: 1;
  }
  .review-card {
    border-radius: 20px;
  }

}

.cookie-banner {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 850px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.cookie-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1a1d21;
    margin-bottom: 4px;
}

.cookie-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #64748b;
}

.cookie-text a {
    color: #10b981;
    text-decoration: none;
    font-weight: 500;
}

.cookie-text a:hover {
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    gap: 12px;
    white-space: nowrap;
}

.cookie-actions button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 8px;
    transition: all 0.2s ease;
    outline: none;
}

.cookie-btn-accept {
    background: #10b981;
    color: #ffffff;
    border: none;
}

.cookie-btn-accept:hover {
    background: #0d7f59;
}

.cookie-btn-decline {
    background: transparent;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.cookie-btn-decline:hover {
    background: #f8fafc;
    color: #1a1d21;
    border-color: #cbd5e1;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .cookie-banner {
        bottom: 12px;
        padding: 20px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .cookie-actions {
        width: 100%;
    }

    .cookie-actions button {
        flex: 1;
        text-align: center;
    }
}
.burger {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: none;
    background: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.burger__lines {
    width: 18px;
    height: 12px;
    position: relative;
}

.burger__lines span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #1f2937;
    border-radius: 2px;
}

.burger__lines span:nth-child(1) { top: 0; }
.burger__lines span:nth-child(2) { top: 5px; }
.burger__lines span:nth-child(3) { top: 10px; }

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 2000;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(360px, 92vw);
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 2001;
    display: flex;
    flex-direction: column;
    padding: 18px;
    gap: 14px;
    overflow: auto;
}

.mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mobile-menu__close {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    cursor: pointer;
    font-size: 22px;
    text-decoration: none;
    line-height: 1;
}

.mobile-menu__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #111827;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile-menu__section-title {
    font-weight: 600;
    color: #111827;
    margin-top: 4px;
}

.mobile-menu__langs {
    display: flex;
    gap: 10px;
}

.mobile-menu__lang {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: #111827;
    background: #fff;
}

body.mobile-menu-open {
    overflow: hidden;
}

body.mobile-menu-open .mobile-menu {
    transform: translateX(0);
}

body.mobile-menu-open .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
}
.mobile-menu__lang img {
    border-radius: 50%;
    width: 34px;
    height: 28px;
}

@media only screen and (max-width: 768px) {
    .header__nav {
        display: none !important;
    }
    .header__links {
        display: none !important;
    } 
    .burger {
        display: inline-flex !important;
    }
    
            
    .social.for-whom__list-links.list-reset {
        display: none !important;
    }
}