* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Montserrat";
  box-sizing: border-box;
}
#main_header {
	display:none;
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  width: 100%;
}
body {
  background-color: #f3f5f8;
}
body.fixed {
  overflow: hidden;
}
.hero {
  background: url("./img/lp-img/new-hero-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.wrapper {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-wrapper {
  padding-bottom: 100px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header nav {
  display: flex;
  gap: 45px;
}
.header nav a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.header-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.btn button {
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 12px;
  background-color: #fff;
  color: #192748;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.btn.transp button {
  background-color: transparent;
  color: #fff;
}
.btn.blue button {
  background-color: #273556;
  border: 2px solid #273556;
  color: #fff;
}
.hero-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 45px;
}
.hero-left {
  max-width: 497px;
}
.hero-right {
  max-width: 619px;
}
h1 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #fff;
}
.hero-left-txt p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.hero-left-btn {
  margin-top: 65px;
}
.hero-bg-bot {
  position: absolute;
  width: 100%;
  bottom: -100px;
  height: 120px;
  /* background-image: url("./img/lp-img/new-hero-bg-line.png"); */
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-arrow-bot {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background-image: url("./img/lp-img/arrow-bot.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.first {
  margin-top: 45px;
}
.first-logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 40px;
}
.second {
  margin-top: 50px;
}
.second-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  padding: 50px;
  text-align: center;
}
.second-item {
  max-width: 386px;
}
.second-item-title span {
  font-size: 96px;
  line-height: 100%;
  color: #344876;
  font-weight: 700;
}
.second-item-title {
  border-bottom: 1px solid #d7dae2;
  padding: 10px 50px;
}
.second-item-sub {
  margin-top: 20px;
}
.second-item-sub span {
  font-size: 16px;
  line-height: 24px;
  color: #555a65;
  font-weight: 400;
}
.third {
  margin-top: 50px;
}
.third-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(180deg, #141c2f 0%, #192a4f 100%);
  border-radius: 20px;
  padding: 40px;
}
.third-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
  max-width: 580px;
}
.third .btn.blue button {
  padding: 10px;
}
.third-main-content {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
}
.third-sub-content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 29px;
  color: #fff;
  font-weight: 400;
  max-width: 480px;
}
.fourth {
  margin-top: 20px;
}
.fourth-wrapper {
  border-radius: 20px;
  background-color: #fff;
}
.fourth-list {
  display: flex;
  justify-content: center;
  gap: 180px;
}
.fourth-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
  max-width: 323px;
}
.fourth-item-txt span {
  color: #2b2d33;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.sections-group {
  border-radius: 30px;
  background: linear-gradient(172.02deg, #191c21 32.01%, #2762b6 92.31%);

  /* background: linear-gradient(180deg, #141c2f 0%, #192a4f 100%); */
}
.fifth {
  margin-top: 144px;
  padding-top: 60px;
}
h2 {
  font-size: 64px;
  line-height: 64px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.fifth-content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.fifth-content-right img {
  border-radius: 14px;
}
.fifth-content-left-item {
  padding: 10px 14px;
}
.fifth-content-left-item-title span {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
}
.fifth-content-left-item-txt {
  margin-top: 16px;
  max-width: 487px;
}
.fifth-content-left-item-txt p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  opacity: 0.5;
}
.fifth-content-left-item.active {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding-left: 54px;
  position: relative;
}
.fifth-content-left-item.active::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("./img/lp-img/arrow-right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 14px;
  top: 14px;
}
.fifth-btn {
  margin-top: 50px;
  text-align: center;
}
.sixth {
  margin-top: 100px;
}
.sixth-wrapper > span {
  font-size: 40px;
  line-height: 54px;
  color: #fff;
  font-weight: 700;
}
.sixth-list {
  margin-top: 45px;
  border-radius: 12px;
  background-color: #253049;
  display: flex;
  padding: 13px 11px;
  gap: 20px;
}
.sixth-item {
  display: flex;
  gap: 5px;
  position: relative;
}
.sixth-item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background-color: #344978;
  right: -10px;
  top: 0;
}
.sixth-item-txt p {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  font-weight: 400;
}
.sixth-item-date span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.seventh-wrapper {
  margin-top: 110px;
  padding: 24px 0 114px 0;
  border-top: 2px solid #344978;
  border-bottom: 2px solid #344978;
}
.seventh-list {
  display: flex;
  gap: 10px;
}
.seventh-item span {
  display: inline-block;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 64px;
  border: 2px solid rgba(52, 73, 120, 1);
}
.seventh-item.active span {
  color: #192748;
  background-color: #fff;
  border: 2px solid #fff;
}
.seventh-img {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.eighth-list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.eighth-item {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.eighth-item-number span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  color: #192748;
  font-size: 40px;
  line-height: 100%;
  width: 64px;
  height: 64px;
  font-weight: 700;
}
.eighth-item-title span {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}
.eighth-item-desc span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.ninth {
  margin-top: 110px;
}
.ninth-title h2 {
  color: #2b2d33;
}
.ninth-title p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #555a65;
  text-align: center;
}
.ninth-content {
  margin-top: 40px;
}
.ninth-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ninth-item {
  padding: 30px 24px;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  border-radius: 13px;
  background-color: #eceff4;
  position: relative;
}
.ninth-item-title span {
  color: #1d1d37;
  font-size: 30px;
  line-height: 118%;
  font-weight: 700;
  text-transform: uppercase;
}
.ninth-item::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  left: 24px;
  top: 30px;
  background-image: url("./img/lp-img/icon-logo.svg");
  background-position: center;
  background-size: contain;
}
.ninth-item:first-child,
.ninth-item:nth-child(2) {
  width: 27%;
}
.ninth-item:nth-child(3) {
  width: calc(46% - 32px);
  background-image: url("./img/lp-img/bg-third.png");
  background-position: left top;
  background-size: cover;
}
.ninth-item:nth-child(3) .ninth-item-title span,
.ninth-item:nth-child(4) .ninth-item-title span {
  color: #fff;
}
.ninth-item:nth-child(4) {
  width: calc(54% + 16px);
  background-image: url("./img/lp-img/bg-fourth.png");
  background-position: left top;
  background-size: cover;
}
.ninth-item:nth-child(5) {
  width: calc(46% - 32px);
}
.ninth-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ninth-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.ninth-btn {
  margin-top: 40px;
  text-align: center;
}
.ninth-btn.blue button {
  background-color: #516aa3;
  border: 2px solid #516aa3;
}
.tenth {
  margin-top: 177px;
}
.tenth-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tenth-title h2 {
  color: #2b2d33;
}
.tenth-btn.blue button {
  background-color: #516aa3;
  border: 2px solid #516aa3;
}
.tenth-content {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.tenth-right {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: calc(46% - 32px);
  flex-direction: column;
}
.tenth-right-top {
  display: flex;
  gap: 16px;
  height: calc(50% - 8px);
}
.tenth-right-bot {
  height: calc(50% - 8px);
}
.tenth-left {
  width: calc(54% + 16px);
}
.tenth-item {
  border-radius: 8px;
  padding: 23px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("./img/lp-img/img5.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tenth-left .tenth-item {
  min-height: 585px;
}
.thenth-item-tag span {
  display: inline-block;
  padding: 5px 13px;
  background-color: #b49a64;
  font-size: 10px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
}
.tenth-item-title span {
  font-size: 37px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
}
.tenth-item-bot > span {
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
}
.tenth-right-top .tenth-item {
  height: 100%;
}
.tenth-right-bot .tenth-item {
  height: 100%;
}
.tenth-right-top .tenth-item-title span {
  font-size: 14px;
}
.tenth-right-bot .tenth-item-title span {
  font-size: 25px;
}
.thenth-item-tag.blue span {
  background-color: #0088ff;
}
.thenth-item-tag.aqua span {
  background-color: #49cfe8;
}
.eleventh {
  margin-top: 24px;
  padding: 18px 58px;
  background-color: #2b2d33;
  overflow: hidden;
}
.eleventh-list {
  display: flex;
  gap: 20px;
}
.eleventh-item {
  position: relative;
}
.eleventh-item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #516aa3;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.eleventh-item a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff!important;
}
footer {
  margin-top: 136px;
  background-color: #1c1d20;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-top-left-title span {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
}
.footer-top-left-sub {
  margin-top: 16px;
}
.footer-top-left-sub span {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: #e6e6e6;
}
.footer-top-left-btn {
  margin-top: 40px;
}
.footer-top-left-btn button {
  color: #516aa3;
}
.footer-top-rigth-sup span {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: #e6e6e6;
}
.footer-top-right-img {
  margin-top: 10px;
  max-width: 170px;
}
.footer-top-right-sub {
  margin-top: 10px;
}
.footer-top-right-sub span {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #516aa3;
  text-decoration: underline;
}
.footer-bot {
  margin-top: 68px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 5px;
}
.footer-nav nav {
  display: flex;
  gap: 32px;
}
.footer-nav nav a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.footer-bot-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-bot-right {
  margin-top: 28px;
}
.footer-bot-left-bot span {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 140%;
  font-weight: 500;
  color: #e6e6e6;
  opacity: 0.6;
}
.footer-bot-left-bot-email {
  margin-top: 12px;
}
.footer-bot-left-bot-email a {
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  color: #e6e6e6;
}
.footer-bot-right-list span,
.footer-bot-right-list a {
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
  color: #e6e6e6;
  text-align: right;
}
.footer-bot-right-list {
  text-align: right;
}
.footer-bot-right-item:last-child {
  margin-top: 8px;
}
.lang {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.lang a {
  display: block;
  position: relative;
}
.lang a::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background-image: url("./img/lp-img/drop-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.burger {
  width: 28px;
  height: 21px;
  background-image: url("./img/lp-img/burger.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
.header-left {
  width: 285px;
}
.header-logo {
  max-width: 120px;
}
.marquee {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.first-logo-wrapper {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.first-logo-item {
  flex: 0 0 auto;
  margin: 0 20px;
}
.img-mob {
  display: none;
}
.sixth-marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 12px;
  background-color: #253049;
  margin-top: 45px;
}

.sixth-list {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  margin-top: 0;
}

.sixth-items {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
}

.sixth-list.animate {
  animation: scroll-marquee linear infinite;
}
.ninth-item:nth-child(3)::before,
.ninth-item:nth-child(4)::before {
  display: none;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sixth-item {
  width: 300px;
}
.eleventh-wrapper {
  overflow: hidden;
  position: relative;
}

.eleventh-marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  gap: 20px;
  animation: eleventh-marquee-scroll linear infinite;
}

@keyframes eleventh-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.eleventh-marquee-inner {
  display: flex;
  gap: 20px;
}

.eleventh-item {
  flex-shrink: 0;
  white-space: nowrap;
}
.footer-bot-right-list span,
.footer-bot-right-list a {
  opacity: 0.5;
}
.footer-top-rigth-sup span.slash {
  display: inline-block;
  color: #516aa3;
  font-weight: 900;
  margin-right: 15px;
}
.mob-menu {
  display: none;
}
.seventh-img img {
  display: none;
}
.seventh-img img.active {
  display: block;
}
.seventh-item:hover {
  cursor: pointer;
}
.seventh-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.seventh-list::-webkit-scrollbar {
  display: none;
}

.seventh-item span {
  display: inline-block;
  white-space: nowrap;
}
.mob-menu-right:hover {
	cursor:pointer;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 24px 16px;
  }
  .header-mid .nav-item:not(.lang) {
    display: none;
  }
  .header-right {
    display: none;
  }
  .burger {
    display: block;
  }
  .hero-wrapper {
    padding: 24px 16px;
    padding-bottom: 100px;
  }
  .header-logo {
    max-width: 80px;
  }
  .hero-main {
    margin-top: 30px;
  }
  .hero-main {
    flex-direction: column;
    gap: 40px;
  }
  .hero-left {
    order: 2;
    max-width: 100%;
  }
  .hero-right {
    max-width: 100%;
  }
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .hero-left-txt p {
    font-size: 14px;
    line-height: 18px;
  }
  .hero-left-btn {
    margin-top: 40px;
    width: 100%;
  }
  .hero-left-btn button {
    width: 100%;
  }
  .second-list {
    flex-direction: column;
    padding: 0;
    margin-top: 20px;
    gap: 40px;
  }
  .second-item {
    max-width: 100%;
  }
  .second-item-title span {
    font-size: 60px;
    line-height: 100%;
  }
  .second-item-sub span {
    font-size: 14px;
  }
  .second-item-sub {
    margin-top: 16px;
  }
  .third {
    margin-top: 40px;
  }
  .third-right {
    display: none;
  }
  .img-mob {
    display: block;
    margin-top: 30px;
  }
  .third-wrapper {
    padding: 16px;
  }
  .third-left {
    padding: 0;
    max-width: 100%;
  }
  .third-main-content {
    margin-top: 33px;
  }
  .third-main-content {
    font-size: 18px;
    line-height: 24px;
  }
  .third-sub-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .third-btn {
    margin-top: 30px;
  }
  .fourth-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .fourth-item-txt span {
    font-size: 18px;
  }
  .fourth-wrapper {
    border-radius: 30px;
  }
  .fifth {
    margin-top: 30px;
    padding-top: 0;
  }
  .fifth-wrapper {
    padding: 16px;
  }
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .fifth-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .fifth-content-left {
    order: 2;
  }
  .fifth-content-left-item:not(:first-child) {
    margin-top: 30px;
  }
  .fifth-content-left-item-title span {
    font-size: 18px;
    line-height: 24px;
  }
  .fifth-content-left-item-txt p {
    font-size: 14px;
    line-height: 18px;
  }
  .fifth-btn {
    margin-top: 20px;
  }
  .sixth {
    margin-top: 60px;
  }
  .sixth-wrapper > span {
    font-size: 20px;
    line-height: 30px;
  }
  .sixth-item {
    min-width: 300px;
  }
  .seventh-wrapper {
    margin-top: 40px;
  }
  .seventh-img {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .eighth-list {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
  .eighth-item-number span {
    width: 54px;
    height: 54px;
    font-size: 34px;
  }
  .eighth-item {
    align-items: flex-start;
  }
  .eighth-item-txt {
    text-align: left;
  }
  .eighth-item-title span {
    font-size: 18px;
  }
  .eighth-item-desc span {
    font-size: 14px;
  }
  .ninth {
    margin-top: 44px;
  }
  .ninth-title p {
    font-size: 14px;
  }
  .ninth-content {
    margin-top: 24px;
  }
  .ninth-scroll-wrapper {
    padding-left: 16px;
  }

  .ninth-list {
    flex-wrap: nowrap;
  }

  .ninth-item {
    flex: 0 0 auto;
    padding: 24px 30px;
    min-height: 200px;
    height: 200px;
  }
  .ninth-item:first-child,
  .ninth-item:nth-child(2),
  .ninth-item:nth-child(3),
  .ninth-item:nth-child(4),
  .ninth-item:nth-child(5) {
    width: auto;
  }
  .ninth-item::before {
    top: 22px;
    width: 55px;
    height: 55px;
  }
  .ninth-btn {
    width: 100%;
    margin-top: 24px;
  }
  .ninth-btn button {
    width: 100%;
  }
  .ninth-item-title span {
    font-size: 24px;
  }
  .tenth {
    margin-top: 60px;
  }
  .tenth-title .btn {
    display: none;
  }
  .tenth-title {
    align-items: center;
    justify-content: center;
  }
  .tenth-title h2 {
    max-width: 239px;
  }
  .tenth-content {
    flex-direction: column;
    margin-top: 24px;
  }
  .tenth-left {
    width: 100%;
  }
  .tenth-right {
    width: 100%;
  }
  .tenth-left .tenth-item {
    min-height: 343px;
  }
  .tenth-item {
    padding: 13px;
  }
  .tenth-item-title span {
    font-size: 18px;
    line-height: 100%;
  }
  .tenth-right-top .tenth-item,
  .tenth-right-bot .tenth-item {
    min-height: 197px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .tenth-right-top .tenth-item-title {
    font-size: 10px;
  }
  .tenth-right-bot .tenth-item-title span {
    font-size: 17px;
    line-height: 100%;
  }
  .eleventh {
    margin-top: 0;
  }
  footer {
    margin-top: 78px;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-wrapper {
    padding: 40px 16px;
  }
  .footer-top-left-title span {
    font-size: 20px;
  }
  .footer-top-left-btn button {
    width: 100%;
  }
  .footer-top-right {
    margin-top: 30px;
  }
  .footer-bot {
    flex-direction: column;
  }
  .footer-bot-left {
    align-items: center;
  }
  .footer-bot-left-bot {
    text-align: center;
    margin-top: 14px;
  }
  .footer-logo img {
    max-width: 120px;
  }
  .footer-bot-right {
    text-align: center;
  }
  .footer-bot-right-list {
    text-align: center;
    margin-top: 30px;
  }
  .mob-menu {
    display: block;
    min-height: 100vh;
    background: linear-gradient(180deg, #141c2f 0%, #192a4f 100%);
    padding: 32px 16px;
    position: absolute;
    top: -100vh;
    left: 0;
    right: 0;
    transition: all 0.6s;
    z-index: 100;
  }
  .mob-menu.open {
    top: 0;
  }
  .mob-menu-left {
    max-width: 90px;
  }
  .mob-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mob-close {
    width: 27px;
    height: 27px;
    background-image: url("./img/lp-img/close.svg");
    background-position: center;
    background-size: contain;
  }
  .mob-menu-right span {
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
  }
  .mob-menu-right {
    display: flex;
    align-items: center;
  }
  .mob-menu nav {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 45px;
    width: 100%;
    text-align: center;
  }
  .mob-menu .burger {
    display: none;
  }
  .mob-menu .nav-item a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
  }
  .mob-menu .lang {
    justify-content: center;
  }
  .mob-menu-btns {
    margin-top: 100px;
  }
  .mob-menu-btns button {
    width: 100%;
  }
  .mob-menu-btns .header-btn:last-child {
    margin-top: 14px;
  }
}
