/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./styles/main.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * GLOBAL STYLESHEET
 * Use this file for styles that apply to EVERY page.
 * Examples: typography, color palette, CSS variables, resets/normalization,
 * layout primitives (containers, grid, spacing), basic components (buttons, forms).
 *
 * Do NOT put page-specific styles here.
 * Per-page styles live under: src/styles/pages/<page>/index.scss
 * and are imported from:      src/js/pages/<page>/index.js
 */
/* -------------------------------------------------------
 * 🌍 Reset & Normalize Base Styles
 * -----------------------------------------------------*/
/* Universal box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* Reset margins, paddings, and set base styles */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* Links without color and underline reset */
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: inherit;
}

/* Lists reset */
ul,
ol {
  list-style: none;
}

/* Buttons reset */
button {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

/* Input fields reset */
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: none;
}

/* Appearance reset for Safari and iOS */
button,
input,
textarea,
select {
  -webkit-appearance: none;
          appearance: none;
}

/* Images and videos responsiveness */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Tables reset (optional) */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* Опціонально: плавні анімації появи */
:root {
  --c-menu-arrow: #121318;
  --c-black: #000000;
  --c-white: #ffffff;
  --c-scrollbar-track: #181c25;
  --c-scrollbar-thumb: #51603b;
  --c-scroller-top: 207, 208, 209;
  --c-bg1: #121318;
  --c-bg2: #ffffff;
  --c-bg-cards: #f0f0f0;
  --c-prime: #51603b;
  --c-prime-rgb: 81, 96, 59;
  --c-alt: #3b4828;
  --c-title: #121318;
  --c-text1: #515151;
  --c-text2: #ffffff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes revealLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes revealRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
.wrapper {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(15px, 15px + 15 * (100vw - 320px) / 1600, 30px);
}
@media (max-width: 1024px) {
  .wrapper {
    max-width: 100%;
  }
}

h1 {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15;
  font-size: clamp(32px, 32px + 24 * (100vw - 320px) / 1600, 56px);
  text-transform: uppercase;
}

h2 {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15;
  font-size: clamp(26px, 26px + 22 * (100vw - 320px) / 1600, 48px);
}

h3 {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  font-size: clamp(20px, 20px + 6 * (100vw - 320px) / 1600, 26px);
}

.lead-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px);
}

.text1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px);
}

.text2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.35;
  font-size: clamp(12px, 12px + 2 * (100vw - 320px) / 1600, 14px);
}

.text-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (max-width: 1024px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  background: var(--c-bg2);
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: var(--c-scrollbar-track);
}
body::-webkit-scrollbar-thumb {
  background: var(--c-scrollbar-thumb);
  border-radius: 6px;
}

section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

section:not(.not-found,
.banner,
.subheader,
.history,
.why,
.careers,
.principles,
.analytics,
.account,
.faq,
.extensions,
.learn,
.regulatory,
.terms) {
  padding: clamp(50px, 50px + 50 * (100vw - 320px) / 1600, 100px) 0;
}
@media (max-width: 768px) {
  section:not(.not-found,
  .banner,
  .subheader,
  .history,
  .why,
  .careers,
  .principles,
  .analytics,
  .account,
  .faq,
  .extensions,
  .learn,
  .regulatory,
  .terms) {
    padding: clamp(35px, 35px + 35 * (100vw - 320px) / 1600, 70px) 0;
  }
}

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

.title-gradient {
  background-clip: text;
  background: var(--gr-main);
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-common {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.btn-reg {
  padding: 16px 24px;
  min-width: 204px;
  width: -webkit-fit-content;
  width: fit-content;
  color: var(--c-white);
  background: var(--c-prime);
  border-radius: 30px;
}
.btn-reg:hover {
  color: var(--c-white);
  background: var(--c-alt);
  transform: translateY(-2px);
}
.btn-reg:active {
  color: var(--c-white);
  background: var(--c-alt);
}

.btn-go-home {
  background: transparent;
  color: var(--c-btn-reg);
  position: relative;
}
.btn-go-home:hover {
  background: transparent;
  color: var(--c-btn-reg);
}
.btn-go-home:hover::before {
  z-index: -2;
  animation: 0.5s zoomOut forwards;
}
.btn-go-home:hover::after {
  z-index: -1;
  animation: 0.5s zoomIn forwards;
}
.btn-go-home::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gr-main);
  border-radius: 12px;
  animation: 0.5s zoomIn forwards;
}
.btn-go-home::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gr-main-hover);
  border-radius: 12px;
  animation: 0.5s zoomOut forwards;
}

.header {
  height: clamp(60px, 60px + 40 * (100vw - 320px) / 1600, 100px);
}
.header .header__attached {
  height: clamp(60px, 60px + 40 * (100vw - 320px) / 1600, 100px);
  position: relative;
  z-index: 99;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  background: var(--c-bg2);
}
.header .header__attached.active {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  animation: slideDownIn 0.4s ease-out forwards;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@keyframes slideDownIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.header .header__attached .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header .header__attached .header__inner .header__logo img {
  max-width: 200px;
  width: 100%;
}
.header .header__attached .header__inner .header__menu {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  border-radius: 32px;
  background: var(--c-card-bg1);
  height: 54px;
}
@media (max-width: 1024px) {
  .header .header__attached .header__inner .header__menu {
    display: none;
  }
}
.header .header__attached .header__inner .header__menu .main-menu {
  display: flex;
  align-items: center;
  width: 100%;
  gap: clamp(10px, 10px + 30 * (100vw - 320px) / 1600, 40px);
  padding: 0 clamp(14px, 14px + 16 * (100vw - 320px) / 1600, 30px);
}
.header .header__attached .header__inner .header__menu .main-menu a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px);
  color: var(--c-title);
  white-space: nowrap;
  position: relative;
}
.header .header__attached .header__inner .header__menu .main-menu a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: var(--c-prime);
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.header .header__attached .header__inner .header__menu .main-menu .current-menu-item {
  cursor: pointer;
}
.header .header__attached .header__inner .header__menu .main-menu .current-menu-item > a {
  color: var(--c-prime);
}
.header .header__attached .header__inner .header__menu .main-menu .current-menu-item > a::before {
  width: 100%;
}
.header .header__attached .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 {
  position: relative;
}
.header .header__attached .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 > a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header .header__attached .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 > a svg {
  transition: all 0.3s ease-in-out;
}
.header .header__attached .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 ul.submenu {
  display: grid;
  grid-gap: 8px 0;
  z-index: 2;
}
.header .header__attached .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 ul.submenu.submenu-lvl-1 {
  position: absolute;
  top: calc(100% + 8px);
  padding: 8px;
  background: rgba(0, 0, 0, 0.2);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(var(--c-prime-rgb), 0.85);
}
.header .header__attached .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 {
  /* Виключення hover-ефекту випадаючого меню для активного пункту */
}
.header .header__attached .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1:not(.current-menu-item):hover > a svg {
  transform: translateY(-50%) rotate(180deg);
}
.header .header__attached .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1:not(.current-menu-item):hover ul.submenu-lvl-1 {
  transform: scaleY(1);
}
.header .header__attached .header__inner .header__menu .main-menu > li:not(.current-menu-item):not(.menu-item-has-children) > a, .header .header__attached .header__inner .header__menu .main-menu > li > ul.submenu > li:not(.current-menu-item) > a {
  transition: all 0.3s ease-in-out;
}
.header .header__attached .header__inner .header__menu .main-menu > li:not(.current-menu-item):not(.menu-item-has-children) > a::before, .header .header__attached .header__inner .header__menu .main-menu > li > ul.submenu > li:not(.current-menu-item) > a::before {
  width: 0;
}
.header .header__attached .header__inner .header__menu .main-menu > li:not(.current-menu-item):not(.menu-item-has-children) > a:hover::before, .header .header__attached .header__inner .header__menu .main-menu > li > ul.submenu > li:not(.current-menu-item) > a:hover::before {
  width: 100%;
}
@media (max-width: 1024px) {
  .header .header__attached .header__inner .lang-switcher {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}
.header .header__attached .header__inner .lang-switcher ul.lang-switcher__list a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px);
  color: var(--c-title);
  display: flex;
  align-items: center;
  gap: 6px;
}
.header .header__attached .header__inner .lang-switcher ul.lang-switcher__list a img {
  margin-right: unset;
}
.header .header__attached .header__inner .lang-switcher ul.lang-switcher__list li.parent-menu-item-lvl-1 {
  position: relative;
}
.header .header__attached .header__inner .lang-switcher ul.lang-switcher__list li.parent-menu-item-lvl-1:hover > a svg {
  transform: translateY(-50%) rotate(180deg);
}
.header .header__attached .header__inner .lang-switcher ul.lang-switcher__list li.parent-menu-item-lvl-1:hover ul.submenu-lvl-1 {
  transform: scaleY(1);
}
.header .header__attached .header__inner .lang-switcher ul.lang-switcher__list li.parent-menu-item-lvl-1 > a svg {
  transition: all 0.3s ease-in-out;
}
.header .header__attached .header__inner .lang-switcher ul.lang-switcher__list li.parent-menu-item-lvl-1 ul.submenu-lvl-1 {
  position: absolute;
  top: calc(100% + 8px);
  padding: 8px;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  display: grid;
  gap: 8px;
}
.header .header__attached .header__btns {
  display: flex;
  align-items: center;
  gap: clamp(10px, 10px + 20 * (100vw - 320px) / 1600, 30px);
}
@media (max-width: 576px) {
  .header .header__attached .header__btns {
    display: none;
  }
}
.header .header__attached .header__btns a {
  min-width: unset;
}
@media (min-width: 577px) {
  .header .header__attached .header__btns--mob {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header .header__attached .header__burger {
    display: none;
  }
}
.header .header__attached .header__burger {
  cursor: pointer;
  height: 30px;
}
.header .header__attached .header__burger span {
  position: relative;
  display: block;
  width: 40px;
  box-shadow: 0 2px 10px 0 var(--c-prime);
  border-radius: 3px;
  height: 3px;
  background: var(--c-prime);
}
.header .header__attached .header__burger span::before, .header .header__attached .header__burger span::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  box-shadow: 0 2px 10px 0 var(--c-prime);
  border-radius: 3px;
  height: 3px;
  background: var(--c-prime);
}
.header .header__attached .header__burger span::before {
  top: -12px;
}
.header .header__attached .header__burger span::after {
  top: 12px;
}

.footer {
  background: url(../../public/img/footer/footer_bg.webp) no-repeat center/cover;
  display: flex;
  align-items: center;
}
.footer .footer__inner {
  padding: 52px 0;
}
.footer .footer__inner .footer__info {
  max-width: clamp(400px, 400px + 76 * (100vw - 320px) / 1600, 476px);
  margin: clamp(80px, 80px + 90 * (100vw - 320px) / 1600, 170px) 0 clamp(80px, 80px + 70 * (100vw - 320px) / 1600, 150px);
}
.footer .footer__inner .footer__info h3 {
  margin-bottom: 22px;
  color: var(--c-text2);
}
.footer .footer__inner .footer__copy {
  margin-top: clamp(50px, 50px + 100 * (100vw - 320px) / 1600, 150px);
  color: var(--c-text2);
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.5s ease-in-out 0.5s, visibility 0.5s ease 0.5s;
  visibility: hidden;
}
.mobile-nav.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.5s ease-in-out 0s, visibility 0.5s ease 0s;
}
.mobile-nav.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, all 0.5s ease-in-out 0.5s;
}
.mobile-nav .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--c-black);
  opacity: 0.5;
}
.mobile-nav .mobile-nav__content {
  width: 300px;
  background: var(--c-white);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, all 0.5s ease-in-out 0s;
}
.mobile-nav .mobile-nav__content::-webkit-scrollbar {
  width: 6px;
}
.mobile-nav .mobile-nav__content::-webkit-scrollbar-track {
  background: var(--c-scrollbar-track);
}
.mobile-nav .mobile-nav__content::-webkit-scrollbar-thumb {
  background: var(--c-scrollbar-thumb);
  border-radius: 6px;
}
.mobile-nav .mobile-nav__content .mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
}
.mobile-nav .mobile-nav__content .mobile-nav__top .mobile-nav__logo img {
  max-width: 150px;
  width: 100%;
}
.mobile-nav .mobile-nav__content .mobile-nav__top .mobile-nav__close {
  cursor: pointer;
  font-family: "Didact Gothic", sans-serif;
  font-size: 40px;
  color: var(--c-black);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list {
  border-top: 1px solid var(--c-stroke);
  border-bottom: 1px solid var(--c-stroke);
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li:not(:last-child) {
  border-bottom: 1px solid var(--c-stroke);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px);
  color: var(--c-title);
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li .current-menu-item a {
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children > a:hover {
  cursor: pointer;
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children > a:hover span {
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children .sub-menu a[href]:hover {
  cursor: pointer;
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.current-menu-parent > a {
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.current-menu-parent > a span {
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.expanded > a span {
  transform: rotate(90deg);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.expanded ul {
  border-top: 1px solid var(--c-stroke);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children a {
  justify-content: space-between;
  transition: 0.5s;
  padding: 10px 0;
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children a span {
  width: 30px;
  height: 30px;
  color: var(--c-title);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  font-size: 24px;
  transform: rotate(180deg);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children ul {
  height: 0;
  overflow: hidden;
  transition: height 0.6s ease-in-out;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact {
  margin: 40px 0 0;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li:first-of-type a[data-link=log] {
  min-width: 204px;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li:not(:first-of-type) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li + li {
  margin: 20px 0 0;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li a:not(.btn-common) {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
  transition: all 0.5s ease-in-out;
  color: var(--c-title);
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li a:not(.btn-common):hover {
  color: var(--c-prime);
}
