.disp_none {
  display: none;
}
header,
main {
  position: relative;
}
header .container {
  display: flex;
  flex-direction: column;
}
nav {
  padding-top: 15px;
  margin-bottom: 40px;
}
.logo {
  max-height: 50px;
}
.bg_img {
  background-image: url("../images/bg-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.other_nav_style {
  background: linear-gradient(180deg, #0b0915 29.58%, #0e2449 89.74%);
}
.other_nav_style nav {
  margin-bottom: 0px;
  padding-bottom: 15px;
  height: auto;
}
.nav_list_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_list_container a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.nav_list_container > div {
  display: flex;
  align-items: center;
  gap: 58px;
}
.titles {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.titles h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  margin: 0px;
}
.titles h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
  width: 70%;
}
.elements {
  margin-bottom: 32px;
  gap: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.element_item {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(11, 9, 21, 0.5) 29.58%,
    rgba(14, 36, 73, 0.5) 89.74%
  );
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
#mbNavList {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
}
#mbNavList .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#mbNavList a {
  color: #000;
  font-size: 28px;
}
#mbNavBtn,
#mbNavCloseBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.main_bg_img {
  background-image: url("../images/main-bg.webp");
  opacity: 20%;
}
.description {
  margin-bottom: 3px;
  border-radius: 16px;
  border: 1px solid #e0dfec;
  background-color: #fff;
  padding: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #282740;
}
footer {
  background: linear-gradient(180deg, #0b0915 29.58%, #0e2449 89.74%);
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
.footer_images {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  gap: 40px 70px;
  justify-content: center;
  align-items: center;
}
.mt-90{
  margin-top: 90px;
}
.footer_images img {
  max-height: 60px;
}
.footer_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
@media (max-width: 360px) {
  .footer_text{
    width: 100%;
    word-wrap: break-word;
  }
}
.footer_text a {
  color: #fcdc5e;
}
.footer_bottom {
  width: 100%;
}
.footer_bottom .line {
  width: 100%;
  height: 1px;
  background-color: #757575;
}
.footer_bottom .links {
  margin-block: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright {
  margin-top: 32px;
  margin-bottom: 42px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #fff;
}
.footer_bottom .links a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 1000px) {
  nav {
    margin-bottom: 35px;
  }
  .titles {
    gap: 8px;
  }
  .titles h1,
  .titles h2 {
    width: 100%;
  }
  .titles h1 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .titles h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
  }
  .description {
    padding: 16px;
    font-size: 12px;
  }
  .footer_bottom .links {
    flex-direction: column;
    gap: 20px;
  }
  .logo {
    max-height: 40px;
  }
  .footer_images img {
    max-height: 50px;
  }
}
.pages ul,
.pages ol {
  margin: 0px;
  margin-block: 5px;
  padding: 0px;
}