/* [project]/src/shared/ui/button/Button.module.scss.module.css [app-client] (css) */
:root {
  --font-family: var(--font-plus-jakarta-sans), sans-serif;
  --font-secondary: var(--font-inter), sans-serif;
  --content-width: 1440px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width)  + (var(--container-offset) * 2));
  --content-inner-width: 1196px;
  --container-inner-width: calc(var(--content-inner-width)  + (var(--container-offset) * 2));
  --color-bg-primary: #000052;
  --color-bg-secondary: #0000ae;
  --color-bg-secondary-80: #0000aecc;
  --color-accent: #dbdb12;
  --color-accent-80: #dbdb12cc;
  --color-text-primary: #fff;
  --color-text-secondary: #1f2226;
  --color-text-accent: #0057ff;
  --color-text-dark: #000;
  --color-border: #d1dbee;
  --color-error: #ff4d4f;
}

.Button-module-scss-module__pTLHlG__button {
  font-family: var(--font-secondary);
  color: var(--color-text-secondary);
  background-color: var(--color-accent);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: .625rem;
  font-size: .875rem;
  line-height: 130%;
  transition: background .3s;
  display: inline-flex;
}

@media (any-hover: hover) {
  .Button-module-scss-module__pTLHlG__button:hover svg {
    transform: translate(4px);
  }
}

.Button-module-scss-module__pTLHlG__button--ghost {
  color: var(--color-text-primary);
  border: 1px solid var(--color-text-primary);
  background-color: #0000;
  transition: background .3s, color .3s;
}

.Button-module-scss-module__pTLHlG__button--blue {
  color: var(--color-text-primary);
  background: linear-gradient(138deg, #0057ff 0%, #0000ae 100%);
}

.Button-module-scss-module__pTLHlG__button--transparent {
  color: var(--color-text-primary);
  background-color: #0000;
  border: none;
}

.Button-module-scss-module__pTLHlG__button svg {
  transition: transform .3s;
}

/* [project]/src/shared/ui/burger-menu/BurgerMenu.module.scss.module.css [app-client] (css) */
:root {
  --font-family: var(--font-plus-jakarta-sans), sans-serif;
  --font-secondary: var(--font-inter), sans-serif;
  --content-width: 1440px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width)  + (var(--container-offset) * 2));
  --content-inner-width: 1196px;
  --container-inner-width: calc(var(--content-inner-width)  + (var(--container-offset) * 2));
  --color-bg-primary: #000052;
  --color-bg-secondary: #0000ae;
  --color-bg-secondary-80: #0000aecc;
  --color-accent: #dbdb12;
  --color-accent-80: #dbdb12cc;
  --color-text-primary: #fff;
  --color-text-secondary: #1f2226;
  --color-text-accent: #0057ff;
  --color-text-dark: #000;
  --color-border: #d1dbee;
  --color-error: #ff4d4f;
}

.BurgerMenu-module-scss-module__WFM2KG__icon-menu {
  display: none;
}

@media (max-width: 62em) {
  .BurgerMenu-module-scss-module__WFM2KG__icon-menu {
    cursor: pointer;
    z-index: 5;
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.125rem;
    display: block;
    position: relative;
  }

  .BurgerMenu-module-scss-module__WFM2KG__icon-menu span {
    background-color: var(--color-text-primary);
    width: 100%;
    height: 2px;
    transition: transform .3s;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
  }

  .BurgerMenu-module-scss-module__WFM2KG__icon-menu span:first-child {
    top: 0;
  }

  .BurgerMenu-module-scss-module__WFM2KG__icon-menu span:last-child {
    top: auto;
    bottom: 0;
  }

  .BurgerMenu-module-scss-module__WFM2KG__icon-menu.BurgerMenu-module-scss-module__WFM2KG___active span {
    transform: scale(0);
  }

  .BurgerMenu-module-scss-module__WFM2KG__icon-menu.BurgerMenu-module-scss-module__WFM2KG___active span:first-child {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }

  .BurgerMenu-module-scss-module__WFM2KG__icon-menu.BurgerMenu-module-scss-module__WFM2KG___active span:last-child {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}

/* [project]/src/shared/ui/logo/Logo.module.scss.module.css [app-client] (css) */
:root {
  --font-family: var(--font-plus-jakarta-sans), sans-serif;
  --font-secondary: var(--font-inter), sans-serif;
  --content-width: 1440px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width)  + (var(--container-offset) * 2));
  --content-inner-width: 1196px;
  --container-inner-width: calc(var(--content-inner-width)  + (var(--container-offset) * 2));
  --color-bg-primary: #000052;
  --color-bg-secondary: #0000ae;
  --color-bg-secondary-80: #0000aecc;
  --color-accent: #dbdb12;
  --color-accent-80: #dbdb12cc;
  --color-text-primary: #fff;
  --color-text-secondary: #1f2226;
  --color-text-accent: #0057ff;
  --color-text-dark: #000;
  --color-border: #d1dbee;
  --color-error: #ff4d4f;
}

.Logo-module-scss-module__x_WmhG__logo {
  z-index: 5;
  flex-shrink: 0;
  align-items: center;
  gap: .25rem;
  display: flex;
  position: relative;
}

.Logo-module-scss-module__x_WmhG__logo__text {
  letter-spacing: .06em;
  font-size: 1.375rem;
  font-weight: 200;
}

/* [project]/src/widgets/header/ui/Header.module.scss.module.css [app-client] (css) */
:root {
  --font-family: var(--font-plus-jakarta-sans), sans-serif;
  --font-secondary: var(--font-inter), sans-serif;
  --content-width: 1440px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width)  + (var(--container-offset) * 2));
  --content-inner-width: 1196px;
  --container-inner-width: calc(var(--content-inner-width)  + (var(--container-offset) * 2));
  --color-bg-primary: #000052;
  --color-bg-secondary: #0000ae;
  --color-bg-secondary-80: #0000aecc;
  --color-accent: #dbdb12;
  --color-accent-80: #dbdb12cc;
  --color-text-primary: #fff;
  --color-text-secondary: #1f2226;
  --color-text-accent: #0057ff;
  --color-text-dark: #000;
  --color-border: #d1dbee;
  --color-error: #ff4d4f;
}

.Header-module-scss-module__ceVCPa__header {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  transition: background-color .3s;
  position: fixed;
}

.Header-module-scss-module__ceVCPa__header.Header-module-scss-module__ceVCPa___scrolled {
  background-color: var(--color-bg-secondary-80);
  box-shadow: 0 4px 20px #0000001a;
}

.Header-module-scss-module__ceVCPa__header.Header-module-scss-module__ceVCPa___scrolled .Header-module-scss-module__ceVCPa__header__container {
  min-height: 3.875rem;
}

.Header-module-scss-module__ceVCPa__header__container {
  justify-content: space-between;
  align-items: center;
  gap: .4375rem 1.25rem;
  min-height: 4.5rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  transition: min-height .3s;
  display: flex;
}

@media (max-width: 62em) {
  .Header-module-scss-module__ceVCPa__header__container {
    gap: .4375rem .9375rem;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }
}

@media (max-width: 40em) {
  .Header-module-scss-module__ceVCPa__header__container {
    gap: .4375rem .625rem;
  }
}

.Header-module-scss-module__ceVCPa__header__menu {
  flex-grow: 1;
}

.Header-module-scss-module__ceVCPa__header__actions {
  z-index: 5;
  align-items: center;
  gap: .625rem .125rem;
  margin-left: auto;
  display: flex;
  position: relative;
}

.Header-module-scss-module__ceVCPa__header__action {
  text-wrap: nowrap;
  min-height: 2.5rem;
  padding: .25rem 1.5rem;
  font-size: .75rem !important;
}

@media (max-width: 48em) {
  .Header-module-scss-module__ceVCPa__header__action {
    min-height: 2.1875rem;
    padding: .25rem .625rem;
  }
}

.Header-module-scss-module__ceVCPa__header__action {
  transition: background-color .3s, border-color .3s, color .3s;
}

@media (any-hover: hover) {
  .Header-module-scss-module__ceVCPa__header__action:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-text-secondary);
  }
}

/* [project]/src/widgets/header/ui/HeaderMenu.module.scss.module.css [app-client] (css) */
:root {
  --font-family: var(--font-plus-jakarta-sans), sans-serif;
  --font-secondary: var(--font-inter), sans-serif;
  --content-width: 1440px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width)  + (var(--container-offset) * 2));
  --content-inner-width: 1196px;
  --container-inner-width: calc(var(--content-inner-width)  + (var(--container-offset) * 2));
  --color-bg-primary: #000052;
  --color-bg-secondary: #0000ae;
  --color-bg-secondary-80: #0000aecc;
  --color-accent: #dbdb12;
  --color-accent-80: #dbdb12cc;
  --color-text-primary: #fff;
  --color-text-secondary: #1f2226;
  --color-text-accent: #0057ff;
  --color-text-dark: #000;
  --color-border: #d1dbee;
  --color-error: #ff4d4f;
}

.HeaderMenu-module-scss-module__OSCHhG__menu__body {
  align-items: stretch;
  gap: .625rem 1.25rem;
  display: flex;
}

@media (max-width: 62em) {
  .HeaderMenu-module-scss-module__OSCHhG__menu__body {
    background-color: var(--color-bg-secondary);
    flex-direction: column;
    align-items: start;
    gap: 1.875rem 1.25rem;
    width: 100%;
    height: 100%;
    padding: 7.5rem .9375rem 1.5625rem;
    transition: left .3s;
    position: fixed;
    top: 0;
    left: -100%;
    overflow: auto;
  }

  .HeaderMenu-module-scss-module__OSCHhG__menu__body:before {
    content: "";
    background-color: var(--color-bg-secondary-80);
    z-index: 2;
    width: 100%;
    height: 4.0625rem;
    transition: left .3s;
    position: fixed;
    top: 0;
    left: -100%;
  }

  .HeaderMenu-module-scss-module__OSCHhG__menu__body.HeaderMenu-module-scss-module__OSCHhG___active, .HeaderMenu-module-scss-module__OSCHhG__menu__body.HeaderMenu-module-scss-module__OSCHhG___active:before {
    left: 0;
  }
}

.HeaderMenu-module-scss-module__OSCHhG__menu__list {
  flex-grow: 1;
}

@media (min-width: 62.0625em) {
  .HeaderMenu-module-scss-module__OSCHhG__menu__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: .3125rem min(60px, max(5.01672vw, 20px));
    display: flex;
  }
}

@media (max-width: 62em) {
  .HeaderMenu-module-scss-module__OSCHhG__menu__list {
    flex-direction: column;
    row-gap: 2.5rem;
    width: 100%;
    display: flex;
  }
}

.HeaderMenu-module-scss-module__OSCHhG__menu__link {
  font-size: .8125rem;
  font-weight: 400;
  transition: color .3s;
  position: relative;
}

.HeaderMenu-module-scss-module__OSCHhG__menu__link:after {
  content: "";
  background: currentColor;
  width: 0;
  height: 1px;
  transition: all .3s;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%);
}

@media (any-hover: hover) {
  .HeaderMenu-module-scss-module__OSCHhG__menu__link:hover:after {
    width: 100%;
  }
}

.HeaderMenu-module-scss-module__OSCHhG__menu__link:focus-visible {
  outline: 2px solid var(--color-text-primary);
}

.HeaderMenu-module-scss-module__OSCHhG__menu__link_active {
  font-weight: 600;
}

@media (max-width: 62em) {
  .HeaderMenu-module-scss-module__OSCHhG__menu__link {
    width: 100%;
    font-size: 1.25rem;
  }
}

/* [project]/src/widgets/footer/ui/Footer.module.scss.module.css [app-client] (css) */
:root {
  --font-family: var(--font-plus-jakarta-sans), sans-serif;
  --font-secondary: var(--font-inter), sans-serif;
  --content-width: 1440px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width)  + (var(--container-offset) * 2));
  --content-inner-width: 1196px;
  --container-inner-width: calc(var(--content-inner-width)  + (var(--container-offset) * 2));
  --color-bg-primary: #000052;
  --color-bg-secondary: #0000ae;
  --color-bg-secondary-80: #0000aecc;
  --color-accent: #dbdb12;
  --color-accent-80: #dbdb12cc;
  --color-text-primary: #fff;
  --color-text-secondary: #1f2226;
  --color-text-accent: #0057ff;
  --color-text-dark: #000;
  --color-border: #d1dbee;
  --color-error: #ff4d4f;
}

.Footer-module-scss-module__Zrxyoa__footer {
  padding: 5rem 0 2.5rem;
}

@media (max-width: 48em) {
  .Footer-module-scss-module__Zrxyoa__footer {
    padding: 2.5rem 0;
  }
}

.Footer-module-scss-module__Zrxyoa__footer__main {
  flex-direction: column;
  align-items: flex-start;
  gap: 3.75rem;
  margin-bottom: 5rem;
  display: flex;
}

@media (min-width: 64.0625em) {
  .Footer-module-scss-module__Zrxyoa__footer__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.Footer-module-scss-module__Zrxyoa__footer__brand {
  flex-direction: column;
  flex-shrink: 0;
  gap: 1.25rem;
  display: flex;
}

.Footer-module-scss-module__Zrxyoa__footer__address {
  font-size: .75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}

.Footer-module-scss-module__Zrxyoa__footer__nav {
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 2.5rem 3.75rem;
  display: flex;
}

@media (min-width: 64em) {
  .Footer-module-scss-module__Zrxyoa__footer__nav {
    justify-content: flex-end;
    gap: 1.875rem 3.75rem;
  }
}

.Footer-module-scss-module__Zrxyoa__footer__column {
  flex: 0 auto;
  min-width: 8.75rem;
}

@media (max-width: 30em) {
  .Footer-module-scss-module__Zrxyoa__footer__column {
    flex: 40%;
  }
}

.Footer-module-scss-module__Zrxyoa__footer__caption {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .8125rem;
  font-weight: 600;
}

.Footer-module-scss-module__Zrxyoa__footer__list {
  flex-direction: column;
  gap: .9375rem;
  display: flex;
}

.Footer-module-scss-module__Zrxyoa__footer__link {
  font-size: .8125rem;
  line-height: 1.3;
  text-decoration: none;
}

.Footer-module-scss-module__Zrxyoa__footer__link:hover {
  text-decoration: underline;
}

.Footer-module-scss-module__Zrxyoa__footer__bottom {
  border-top: 1px solid #0e0e74;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2.5rem;
  display: flex;
}

@media (min-width: 48.0625em) {
  .Footer-module-scss-module__Zrxyoa__footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.Footer-module-scss-module__Zrxyoa__footer__copyright {
  font-size: .75rem;
  font-weight: 300;
}

.Footer-module-scss-module__Zrxyoa__footer__socials {
  align-items: center;
  gap: .625rem;
  display: flex;
}

.Footer-module-scss-module__Zrxyoa__footer__socials a {
  transition: color .3s;
}

.Footer-module-scss-module__Zrxyoa__footer__socials a:hover {
  color: var(--color-accent);
}

.Footer-module-scss-module__Zrxyoa__footer__socials a svg {
  width: 1.25rem;
  height: 1.25rem;
}

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