/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/footer/footer.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__mQF6i {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 0, 55, 0.9490196078) 0%, rgba(99, 102, 241, 0.1019607843) 50%, rgba(139, 92, 246, 0.0509803922) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-top: 1px solid rgba(99, 102, 241, 0.2);
  overflow: hidden;
  margin-top: 170px;
  color: #ffffff;
}

.footer_footerGlow__LGEHp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(99, 102, 241, 0.1019607843) 0%, transparent 70%);
  pointer-events: none;
}

.footer_footerContent__giD9w {
  position: relative;
  z-index: 2;
  max-width: 1230px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}

.footer_mainSection__CluVP {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 180px;
  gap: 180px;
  margin-bottom: 60px;
}

.footer_brand__72rO7 .footer_logo__z_NFK a {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer_brand__72rO7 .footer_logo__z_NFK a span {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.footer_brand__72rO7 .footer_description__EiuEG {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer_socialLinks__2JK6F {
  display: flex;
  gap: 15px;
}
.footer_socialLinks__2JK6F .footer_socialLink__rZu0B {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135dSg, rgba(255, 255, 255, 0.1019607843) 0%, rgba(255, 255, 255, 0.0509803922) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.footer_socialLinks__2JK6F .footer_socialLink__rZu0B:hover {
  color: #ffffff;
  border-color: rgba(99, 102, 241, 0.5019607843);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(139, 92, 246, 0.1019607843) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.5019607843);
}
.footer_socialLinks__2JK6F .footer_socialLink__rZu0B svg {
  width: 20px;
  height: 20px;
}

.footer_linksSection__idqtF {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  gap: 15px;
}

.footer_linksColumn__Wvxo1 .footer_columnTitle__a3f0_ {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
}
.footer_linksColumn__Wvxo1 .footer_columnTitle__a3f0_::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  border-radius: 1px;
}

.footer_linksList__RC_TV {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_linksList__RC_TV li {
  margin-bottom: 10px;
}
.footer_linksList__RC_TV li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 7px;
  font-size: 16px;
}
.footer_linksList__RC_TV li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #6366f1;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.footer_linksList__RC_TV li a:hover {
  color: #ffffff;
  padding-left: 16px;
}
.footer_linksList__RC_TV li a:hover::before {
  opacity: 1;
}

.footer_contactsList__XG_kb {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_contactsList__XG_kb .footer_contactItem__E9HjI {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.footer_contactsList__XG_kb .footer_contactItem__E9HjI svg {
  width: 18px;
  height: 18px;
  color: #6366f1;
  flex-shrink: 0;
}
.footer_contactsList__XG_kb .footer_contactItem__E9HjI span, .footer_contactsList__XG_kb .footer_contactItem__E9HjI a {
  font-size: 16px;
  line-height: 1.4;
}
.footer_contactsList__XG_kb .footer_contactItem__E9HjI:hover {
  color: #ffffff;
}
.footer_contactsList__XG_kb .footer_contactItem__E9HjI:hover svg {
  color: #8b5cf6;
}

.footer_bottomSection__fO2Yy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer_bottomSection__fO2Yy .footer_copyright__dtYhr {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.footer_legalLinks__cp9iZ {
  display: flex;
  gap: 20px;
}
.footer_legalLinks__cp9iZ a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s ease;
}
.footer_legalLinks__cp9iZ a:hover {
  color: #ffffff;
}

@media (max-width: 968px) {
  .footer_mainSection__CluVP {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer_linksSection__idqtF {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer_footer__mQF6i {
    margin-top: 120px;
  }
  .footer_footerContent__giD9w {
    padding: 40px 20px 20px;
  }
  .footer_linksSection__idqtF {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer_bottomSection__fO2Yy {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .footer_legalLinks__cp9iZ {
    flex-direction: column;
  }
  .footer_legalLinks__cp9iZ a {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .footer_contactsList__XG_kb .footer_contactItem__E9HjI span, .footer_contactsList__XG_kb .footer_contactItem__E9HjI a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .footer_brand__72rO7 .footer_logo__z_NFK a {
    margin-bottom: 25px;
  }
  .footer_brand__72rO7 .footer_description__EiuEG {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .footer_description__EiuEG {
    font-size: 14px;
  }
  .footer_linksList__RC_TV li a {
    font-size: 14px;
  }
}
.footer_footer__mQF6i {
  margin-top: 100px;
}

@media (max-width: 510px) {
  .footer_title__T0JgS {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .footer_footer__mQF6i {
    margin-top: 70px;
  }
  .footer_footerContent__giD9w {
    padding: 20px;
  }
  .footer_mainSection__CluVP {
    gap: 20px;
  }
  .footer_brand__72rO7 .footer_logo__z_NFK a {
    font-size: 28px;
  }
  .footer_brand__72rO7 .footer_description__EiuEG {
    font-size: 14px;
  }
  .footer_socialLinks__2JK6F .footer_socialLink__rZu0B {
    width: 45px;
    height: 45px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/header/header.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header_header__w2BOs {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  background: rgba(0, 0, 55, 0.02);
  box-shadow: 0 0 25px 5px rgba(99, 102, 241, 0.3);
  width: 100%;
  z-index: 1000;
}

.header_header_wrapper__41_b6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  height: 90px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@keyframes header_glow__18rld {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.header_logo__9b1Md {
  width: 150px;
  height: 50px;
  z-index: 1001;
  order: 1;
}

.header_burger__5M9TH {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.header_burger__5M9TH span {
  display: block;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.header_rightSection__k39R1 {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1001;
  order: 3;
}

.header_icons__q4dGC {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header_icons__q4dGC a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 6px;
  transition: all 0.3s ease;
}
.header_icons__q4dGC a:hover {
  transform: scale(1.1);
}
.header_icons__q4dGC a:active {
  opacity: 0.7;
  transform: scale(1.05);
}

.header_icon__6EP1l {
  width: 30px;
  filter: brightness(0) invert(1);
  height: 30px;
}

.header_iconButtonDesktop__kyqIF {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.header_iconButtonDesktop__kyqIF:hover {
  transform: scale(1.1);
}
.header_iconButtonDesktop__kyqIF:active {
  transform: scale(1.05);
  opacity: 0.7;
}

.header_icons__q4dGC .header_iconButtonMobile__HDNcd {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.header_icons__q4dGC .header_iconButtonMobile__HDNcd:hover {
  transform: scale(1.1);
}
.header_icons__q4dGC .header_iconButtonMobile__HDNcd:active {
  transform: scale(1.05);
  opacity: 0.7;
}

.header_dropdownWrapper__ccz1B {
  position: relative;
}
.header_dropdownWrapper__ccz1B:hover .header_dropdown__AuIdn, .header_dropdownWrapper__ccz1B:focus-within .header_dropdown__AuIdn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header_dropdownWrapper__ccz1B .header_dropdown__AuIdn {
  position: fixed;
  top: 120%;
  right: 20px;
  left: auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
}
.header_dropdownWrapper__ccz1B .header_dropdown__AuIdn a {
  white-space: nowrap;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
.header_dropdownWrapper__ccz1B .header_dropdown__AuIdn a:hover {
  color: #8b5cf6;
}

.header_nav__Aoml7 {
  order: 2;
}

.header_navList__Y9fFQ {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header_navList__Y9fFQ li {
  position: relative;
  font-size: 18px;
}
.header_navList__Y9fFQ li:not(.header_iconLink__5GB31) a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 8px 0;
  position: relative;
  transition: all 0.3s ease;
}
.header_navList__Y9fFQ li:not(.header_iconLink__5GB31) a:active {
  font-size: 18.09px;
}
.header_navList__Y9fFQ li:not(.header_iconLink__5GB31) a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #6366f1, #ffffff, #6366f1);
  transition: width 0.3s ease;
  border-radius: 1px;
}
.header_navList__Y9fFQ li:not(.header_iconLink__5GB31) a:hover {
  color: rgba(255, 255, 255, 0.9019607843);
}
.header_navList__Y9fFQ li:not(.header_iconLink__5GB31) a:hover::after {
  width: 100%;
}
.header_navList__Y9fFQ li.header_iconLink__5GB31 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.header_navList__Y9fFQ li.header_iconLink__5GB31 a:hover {
  transform: scale(1.1);
}
.header_navList__Y9fFQ li.header_iconLink__5GB31 a:active {
  transform: scale(1.05);
  opacity: 0.7;
}

.header_navList__Y9fFQ li:last-child a {
  color: rgba(255, 255, 255, 0.9019607843);
  font-weight: 500;
  position: relative;
}
.header_navList__Y9fFQ li:last-child a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #6366f1, #ffffff, #6366f1);
  border-radius: 1px;
}
.header_navList__Y9fFQ li:last-child a:hover {
  color: #8b5cf6;
}
.header_navList__Y9fFQ li:last-child a:active {
  color: rgba(139, 92, 246, 0.2);
}

@media (max-width: 1050px) {
  .header_logo__9b1Md {
    width: 100px;
    height: 30px;
  }
  .header_navList__Y9fFQ {
    gap: 20px;
  }
}
@media (max-width: 880px) {
  .header_navList__Y9fFQ {
    gap: 15px;
    text-align: center;
  }
  .header_iconLink__5GB31 {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .header_burger__5M9TH {
    display: flex;
  }
  .header_icons__q4dGC {
    display: flex;
  }
  .header_rightSection__k39R1 {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .header_nav__Aoml7 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 33, 0.7), rgba(0, 0, 55, 0.7));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(99, 102, 241, 0.3);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 999;
    box-shadow: 0 0 25px 5px rgba(99, 102, 241, 0.3);
  }
  .header_navOpen__ylxtD {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header_navList__Y9fFQ {
    flex-direction: column;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    gap: 0;
    padding: 20px;
    align-items: stretch;
  }
  .header_navList__Y9fFQ li {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header_navList__Y9fFQ li:last-child {
    border-bottom: none;
  }
  .header_navList__Y9fFQ li:not(.header_iconLink__5GB31) a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
  }
  .header_navList__Y9fFQ li:not(.header_iconLink__5GB31) a::after {
    display: none;
  }
  .header_navList__Y9fFQ li:not(.header_iconLink__5GB31) a:hover {
    color: #8b5cf6;
  }
  .header_header_wrapper__41_b6 {
    height: 70px;
  }
}
@media (max-width: 600px) {
  .header_iconButtonDesktop__kyqIF {
    display: none;
  }
  .header_icons__q4dGC .header_iconButtonMobile__HDNcd {
    display: flex;
    pointer-events: auto;
  }
  .header_dropdown__AuIdn {
    display: none;
  }
  .header_header_wrapper__41_b6 {
    height: 60px;
  }
  .header_logo__9b1Md {
    width: 90px;
    height: 20px;
  }
}
@media (max-width: 460px) {
  .header_icon__6EP1l {
    width: 25px;
    height: 25px;
  }
  .header_burger__5M9TH {
    width: 25px;
    height: 20px;
  }
  .header_navList__Y9fFQ li {
    font-size: 14px;
  }
  .header_navList__Y9fFQ li:not(.header_iconLink__5GB31) a {
    font-size: 14px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/styles/global.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Jost";
  src: url("/fonts/Jost-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  scrollbar-gutter: stable;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  background-color: #000021;
  color: #ffffff;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

section {
  scroll-margin-top: 120px;
}

main {
  width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  font-size: 18px;
}

a {
  color: inherit;
  text-decoration: none;
  font-size: 18px;
}

p {
  font-size: 18px;
}

button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  margin: 0;
}

input,
textarea {
  font-family: inherit;
  background: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

#root {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 0;
}

@media (max-width: 768px) {
  section {
    scroll-margin-top: 70px;
  }
}
@media (max-width: 600px) {
  section {
    scroll-margin-top: 60px;
  }
}
