/* [project]/src/layouts/burger-menu-layout/style.module.scss.module.css [app-client] (css) */
.style-module-scss-module__9o0LkG__BurgerMenuLayout {
  top: 0;
  bottom: 0;
  left: env(safe-area-inset-left, 0);
  right: env(safe-area-inset-right, 0);
  background-color: var(--primary-reversed);
  z-index: 2;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: fixed;
  overflow-y: auto;
}

.style-module-scss-module__9o0LkG__BurgerMenuLayout > hr {
  border-color: var(--border);
  margin-top: 20px;
  margin-bottom: 20px;
}

.style-module-scss-module__9o0LkG__BurgerMenuLayout_top {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  display: flex;
}

.style-module-scss-module__9o0LkG__BurgerMenuLayout_flexEnd {
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.style-module-scss-module__9o0LkG__BurgerMenuLayout_flexEnd:last-child {
  margin-bottom: 0;
}

.style-module-scss-module__9o0LkG__BurgerMenuLayout_navigation {
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  display: flex;
}

.style-module-scss-module__9o0LkG__BurgerMenuNavLink {
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  display: flex;
}

.style-module-scss-module__9o0LkG__BurgerMenuNavLink > span {
  color: var(--primary);
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 80%;
}

/* [project]/src/components/language-switcher/style.module.scss.module.css [app-client] (css) */
.style-module-scss-module__95w7mG__LanguageSwitcher {
  position: relative;
}

.style-module-scss-module__95w7mG__trigger {
  box-sizing: border-box;
  border: 1px solid var(--accent);
  cursor: pointer;
  background: none;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  height: 43px;
  padding: 10px;
  transition: opacity .2s;
  display: flex;
}

.style-module-scss-module__95w7mG__trigger:hover {
  opacity: .8;
}

.style-module-scss-module__95w7mG__label {
  letter-spacing: -.04em;
  color: var(--accent);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}

.style-module-scss-module__95w7mG__arrow {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  transition: transform .2s;
  display: flex;
}

.style-module-scss-module__95w7mG__arrowOpen {
  transform: rotate(180deg);
}

.style-module-scss-module__95w7mG__dropdown {
  z-index: 100;
  background: #1d1d1d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-width: 215px;
  padding: 20px 30px;
  display: flex;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}

.style-module-scss-module__95w7mG__dropdownHeader {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  display: flex;
}

.style-module-scss-module__95w7mG__dropdownTitle {
  text-align: center;
  letter-spacing: -.02em;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.style-module-scss-module__95w7mG__divider {
  opacity: .2;
  border: none;
  border-top: 1px solid #fff;
  width: 100%;
  height: 0;
}

.style-module-scss-module__95w7mG__option {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  width: 100%;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.style-module-scss-module__95w7mG__option:hover {
  opacity: .7;
}

.style-module-scss-module__95w7mG__side {
  align-items: center;
  display: flex;
}

.style-module-scss-module__95w7mG__arrowLeft {
  transform: rotate(-90deg);
}

.style-module-scss-module__95w7mG__arrowLeft.style-module-scss-module__95w7mG__arrowOpen {
  transform: rotate(90deg);
}

.style-module-scss-module__95w7mG__dropdownSide {
  flex-direction: row;
  gap: 12px;
  min-width: auto;
  padding: 10px 14px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(100% + 10px);
  transform: translateY(-50%);
}

.style-module-scss-module__95w7mG__optionSide {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  gap: 7px;
  width: auto;
  padding: 8px 14px;
  transition: all .2s;
}

.style-module-scss-module__95w7mG__optionSide .style-module-scss-module__95w7mG__label {
  color: #fff;
}

.style-module-scss-module__95w7mG__optionSide:hover {
  opacity: 1;
  border-color: var(--accent);
}

.style-module-scss-module__95w7mG__optionActive {
  border-color: var(--accent) !important;
}

.style-module-scss-module__95w7mG__optionActive .style-module-scss-module__95w7mG__label {
  color: var(--accent);
}

/* [project]/src/layouts/header-layout/style.module.scss.module.css [app-client] (css) */
.style-module-scss-module__-3MoLq__HeaderLayout {
  background-color: var(--primary-reversed);
  z-index: 1;
  flex: none;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: 75px;
  padding: 0 20px;
  display: flex;
}

@media (min-width: 1440px) {
  .style-module-scss-module__-3MoLq__HeaderLayout {
    height: 90px;
    padding: 0 70px;
  }
}

.style-module-scss-module__-3MoLq__HeaderLayout_nav {
  align-items: center;
  gap: 20px;
  height: 100%;
  display: none;
}

@media (min-width: 1440px) {
  .style-module-scss-module__-3MoLq__HeaderLayout_nav {
    display: flex;
  }
}

.style-module-scss-module__-3MoLq__HeaderLayout_actions {
  align-items: center;
  gap: 20px;
  margin-left: auto;
  display: flex;
}

/* [project]/src/components/navigation-link/style.module.scss.module.css [app-client] (css) */
.style-module-scss-module__33HMNq__NavigationLink {
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  align-items: center;
  height: 100%;
  padding: 0 32px;
  transition: border-bottom .2s, background-color .2s;
  display: flex;
}

.style-module-scss-module__33HMNq__NavigationLink.style-module-scss-module__33HMNq__active {
  border-bottom: 3px solid var(--accent);
}

.style-module-scss-module__33HMNq__NavigationLink.style-module-scss-module__33HMNq__active > span {
  color: var(--accent);
}

@media (hover: hover) {
  .style-module-scss-module__33HMNq__NavigationLink:hover:not(.style-module-scss-module__33HMNq__active) > span {
    color: var(--secondary);
  }

  .style-module-scss-module__33HMNq__NavigationLink:hover:not(.style-module-scss-module__33HMNq__active) {
    background-color: var(--gray-bg);
    border-bottom: 3px solid var(--gray-bg);
  }
}

.style-module-scss-module__33HMNq__NavigationLink > span {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0;
  color: var(--primary);
  white-space: nowrap;
  font-size: 18px;
  line-height: 80%;
  transition: color .2s;
}

/*# sourceMappingURL=src_768d64f1._.css.map*/