* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Regular";
}

@font-face {
  font-family: "Italic";
  src: url(../fonts/Euclid-Italic.ttf);
  font-style: italic;
}
@font-face {
  font-family: "Medium";
  src: url(../fonts/Euclid-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Regular";
  src: url(../fonts/Euclid-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "SemiBold";
  src: url(../fonts/Euclid-SemiBold.ttf);
  font-weight: 600;
}
.header {
  background: url(../img/bg-1.jpg) center center/cover no-repeat;
  padding-bottom: 124px;
}
.header .header-block {
  padding-top: 172px;
}
.header .header-block .text {
  width: 100%;
  max-width: 501px;
}
.header .header-block .text h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  color: #fff;
  margin-bottom: 32px;
}
.header .header-block .text h1 span {
  background: -webkit-linear-gradient(45deg, rgb(86, 224, 234) 0%, rgb(19, 145, 154) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}
.header .header-block .text p {
  font-size: 18px;
  color: #A3A4B6;
  margin-bottom: 48px;
}
.header .header-block .img {
  display: none;
}

.header-top {
  padding: 16px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header-top .header-container {
  border-radius: 24px;
  border: 1px solid rgba(195, 193, 233, 0.12);
  background: rgba(195, 193, 233, 0.08);
  -webkit-backdrop-filter: blur(74px);
          backdrop-filter: blur(74px);
  box-shadow: inset 0px 9px 24px 0px rgba(163, 164, 182, 0.08);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top .header-container .bl-1 {
  text-align: left;
  width: 20%;
}
.header-top .header-container .bl-1 .logo img {
  width: 81px;
}
.header-top .header-container .bl-2 {
  text-align: center;
  width: 60%;
}
.header-top .header-container .bl-2 nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.header-top .header-container .bl-2 nav ul .fg {
  background-color: rgba(214, 214, 222, 0.08);
  width: 1px;
  height: 12px;
}
.header-top .header-container .bl-2 nav ul li {
  list-style-type: none;
}
.header-top .header-container .bl-2 nav ul li a {
  padding: 6px 12px;
  color: #A3A4B6;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.3s all;
  border: 1px solid rgba(195, 193, 233, 0);
}
.header-top .header-container .bl-2 nav ul li a:hover {
  color: #fff;
  background: rgba(195, 193, 233, 0.12);
  border: 1px solid rgba(195, 193, 233, 0.16);
  box-shadow: inset 0px 9px 24px 0px rgba(163, 164, 182, 0.08);
}
.header-top .header-container .bl-3 {
  text-align: right;
  width: 20%;
}

.a-btn {
  border-radius: 12px;
  color: #fff;
  background: rgba(195, 193, 233, 0.12);
  border: 1px solid rgba(195, 193, 233, 0.16);
  box-shadow: inset 0px 9px 24px 0px rgba(163, 164, 182, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s all;
  text-decoration: none;
  display: inline-flex;
  text-align: left;
  white-space: nowrap;
  gap: 8px;
}
.a-btn img {
  width: 24px;
}
.a-btn:hover {
  color: #fff;
  background: rgba(195, 193, 233, 0.24);
}

.a-btn-2 {
  border-radius: 18px;
  padding: 4px;
  background: rgba(195, 193, 233, 0.08);
  border: 1px solid rgba(195, 193, 233, 0.16);
  text-decoration: none;
  display: inline-block;
  transition: 0.3s all;
}
.a-btn-2 span {
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(180deg, rgb(86, 224, 234) 0%, rgb(19, 145, 154) 100%);
  font-size: 18px;
  line-height: 28px;
  padding: 14px 32px;
  display: block;
  transition: 0.3s all;
}
.a-btn-2:hover {
  border: 1px solid rgba(195, 193, 233, 0);
  background: linear-gradient(180deg, rgb(86, 224, 234) 0%, rgb(19, 145, 154) 100%);
}

.block-2 {
  background: #080814;
  padding: 64px 0;
}
.block-2 .block-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
  border-radius: 32px;
  background: rgba(195, 193, 233, 0.04);
  border: 1px solid rgba(195, 193, 233, 0.12);
  box-shadow: inset 0px 9px 24px 0px rgba(163, 164, 182, 0.08);
}
.block-2 .block-bg .fg {
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 200px;
  background-color: rgba(214, 214, 222, 0.08);
}
.block-2 .block-bg .item {
  width: 100%;
  max-width: 310px;
  text-align: center;
}
.block-2 .block-bg .item img {
  width: 102px;
  margin-bottom: 25px;
}
.block-2 .block-bg .item h3 {
  background: -webkit-linear-gradient(45deg, rgb(86, 224, 234) 0%, rgb(19, 145, 154) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 38px;
}
.block-2 .block-bg .item p {
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
  line-height: 32px;
}

.block-3 {
  background: url(../img/bg-3.jpg) center center/cover no-repeat;
  padding-top: 108px;
  padding-bottom: 114px;
}
.block-3 .title {
  text-align: center;
}
.block-3 .main {
  width: 100%;
  margin-bottom: 56px;
}
.block-3 .btn-block {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-3 .number-items {
  display: none;
}

.title h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
  margin-bottom: 32px;
}
.title h2 span {
  background: -webkit-linear-gradient(45deg, rgb(86, 224, 234) 0%, rgb(19, 145, 154) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}
.title p {
  font-size: 18px;
  color: #A3A4B6;
  line-height: 28px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 415px;
}

.block-4 {
  background: url(../img/bg-4.png) center center/cover no-repeat;
  padding-top: 108px;
  padding-bottom: 148px;
}
.block-4 .title {
  margin-bottom: 70px;
  width: 100%;
  max-width: 414px;
}
.block-4 .title p {
  max-width: 100%;
  justify-content: start;
}
.block-4 .container {
  position: relative;
}
.block-4 .container .pos-ab {
  position: absolute;
  width: 260px;
  top: -80px;
  right: -15px;
}
.block-4 .container .block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.block-4 .container .block .item {
  padding: 24px;
  border-radius: 32px;
  background: rgba(195, 193, 233, 0.04);
  border: 1px solid rgba(195, 193, 233, 0.12);
  box-shadow: inset 0px 9px 24px 0px rgba(163, 164, 182, 0.08);
}
.block-4 .container .block .item img {
  width: 48px;
  margin-bottom: 18px;
}
.block-4 .container .block .item h4 {
  color: #A3A4B6;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.block-4 .container .block .item .h3 {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  margin-bottom: 8px;
}
.block-4 .container .block .item .h3 h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
  color: #fff;
}
.block-4 .container .block .item .h3 h5 {
  color: #A3A4B6;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 26px;
}
.block-4 .container .block .item .txt {
  background-color: rgba(214, 214, 222, 0.02);
  border: 1px solid rgba(214, 214, 222, 0.04);
  padding: 16px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.block-4 .container .block .item .txt .p {
  display: flex;
  align-items: center;
  gap: 12px;
}
.block-4 .container .block .item .txt .p img {
  width: 20px;
  margin: 0;
}
.block-4 .container .block .item .txt .p p {
  margin: 0;
  color: #A3A4B6;
  font-size: 16px;
  line-height: 20px;
}
.block-4 .container .block .item .txt .p p span {
  color: #fff;
}
.block-4 .container .block .item-border {
  border: 1px solid #51DAE4;
  position: relative;
}
.block-4 .container .block .item-border .dec {
  top: 24px;
  right: 24px;
  border-radius: 999px;
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 24px;
  background: rgb(86, 224, 234);
  background: linear-gradient(0deg, rgba(86, 224, 234, 0.12) 0%, rgba(19, 145, 154, 0.12) 100%);
  border: 1px solid #56E0EA;
  position: absolute;
}

.block-5 {
  padding: 16px;
  background-color: #080814;
}
.block-5 .block {
  background: url(../img/bg-5.png) center center/cover no-repeat;
  padding: 150px 0;
  border-radius: 40px;
  border: 1px solid rgba(195, 193, 233, 0.12);
  box-shadow: inset 0px 9px 24px 0px rgba(163, 164, 182, 0.08);
}
.block-5 .block .text {
  width: 100%;
  max-width: 501px;
  margin-left: auto;
  margin-right: 128px;
}
.block-5 .block .text h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  color: #fff;
  margin-bottom: 32px;
}
.block-5 .block .text h1 span {
  background: -webkit-linear-gradient(45deg, rgb(86, 224, 234) 0%, rgb(19, 145, 154) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}
.block-5 .block .text p {
  font-size: 18px;
  color: #A3A4B6;
  margin-bottom: 48px;
}

.footer {
  background: url(../img/bg-6.jpg) center center/cover no-repeat;
  padding: 16px;
}
.footer .footer-container {
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-container .bl-1 {
  text-align: left;
  width: 20%;
}
.footer .footer-container .bl-1 .logo img {
  width: 81px;
}
.footer .footer-container .bl-2 {
  text-align: center;
  width: 60%;
}
.footer .footer-container .bl-2 nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.footer .footer-container .bl-2 nav ul .fg {
  background-color: rgba(214, 214, 222, 0.08);
  width: 1px;
  height: 12px;
}
.footer .footer-container .bl-2 nav ul li {
  list-style-type: none;
}
.footer .footer-container .bl-2 nav ul li a {
  padding: 6px 12px;
  color: #A3A4B6;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.3s all;
  border: 1px solid rgba(195, 193, 233, 0);
}
.footer .footer-container .bl-2 nav ul li a:hover {
  color: #fff;
  background: rgba(195, 193, 233, 0.12);
  border: 1px solid rgba(195, 193, 233, 0.16);
  box-shadow: inset 0px 9px 24px 0px rgba(163, 164, 182, 0.08);
}
.footer .footer-container .bl-3 {
  text-align: right;
  width: 20%;
}
.footer .footer-container .bl-3 p {
  color: #A3A4B6;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}

.menu-header {
  display: none;
}
.menu-header .menu-button {
  border-radius: 12px;
  border: 1px solid rgba(195, 193, 233, 0.12);
  background: rgba(195, 193, 233, 0.08);
  -webkit-backdrop-filter: blur(74px);
  backdrop-filter: blur(74px);
  box-shadow: inset 0px 9px 24px 0px rgba(163, 164, 182, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 13px;
  right: 13px;
}
.menu-header .menu-button img {
  width: 20px;
}
.menu-header .menu {
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-header .menu.active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.menu-header .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #444;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  font-family: "Segoe UI", sans-serif;
}

.modal-content {
  background: linear-gradient(45deg, rgb(86, 224, 234) 0%, rgb(19, 145, 154) 100%);
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  position: relative;
}

.modal-content h2 {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}

.platform-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal-btn {
  transition: background-color 0.3s ease;
}
.modal-btn img {
  width: 230px;
}

.close {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s;
}

.close:hover {
  color: #00f0ff;
}

@media (max-width: 1300px) {
  .block-5 .block .text {
    margin-right: 70px;
  }
}
@media (max-width: 1200px) {
  .block-5 .block .text {
    margin-right: 30px;
  }
  .header .header-top .header-container .bl-2 nav ul {
    gap: 15px;
  }
}
@media (max-width: 1100px) {
  .block-5 .block .text {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header .header-top .header-container .bl-2 {
    display: none;
  }
  .header .header-top .header-container .bl-3 .a-btn-menu {
    display: none;
  }
  .header {
    background: url(../img/bg-1-m.jpg) center center/cover no-repeat;
    padding-bottom: 35px;
  }
  .header .header-block {
    padding-top: 132px;
  }
  .header .header-block .img {
    display: block;
    width: 100%;
  }
  .header .header-block .img img {
    width: 100%;
  }
  .header .header-block .text {
    width: 100%;
    max-width: 100%;
  }
  .header .header-block .text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .header .header-block .text h1 span {
    font-size: 32px;
    line-height: 40px;
  }
  .header .header-block .text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .a-btn-2 {
    width: 100%;
    text-align: center;
  }
  .block-2 {
    padding: 16px 0;
  }
  .block-2 .block-bg {
    flex-direction: column;
    gap: 27px;
  }
  .block-2 .block-bg .fg {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
  }
  .block-2 .block-bg .item img {
    width: 72px;
    margin-bottom: 25px;
  }
  .block-2 .block-bg .item h3 {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 32px;
  }
  .block-2 .block-bg .item p {
    font-size: 20px;
    line-height: 28px;
  }
  .block-3 {
    padding: 56px 0;
    background: url(../img/bg-3-m.png) center center/cover no-repeat;
  }
  .block-3 .main {
    display: none;
  }
  .block-3 .number-items {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 48px auto;
    width: 100%;
    text-align: center;
  }
  .block-3 .number-items .item {
    text-align: center;
  }
  .block-3 .number-items .item img {
    width: 88px;
    margin-bottom: 23px;
  }
  .block-3 .number-items .item p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .title h2 span {
    font-size: 32px;
    line-height: 40px;
  }
  .title p {
    font-size: 16px;
    line-height: 24px;
  }
  .block-4 .container .pos-ab {
    display: none;
  }
  .block-4 {
    padding: 56px 0;
    background: url(../img/bg-4-m.png) center center/cover no-repeat;
  }
  .block-4 .container .block {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-5 .block {
    background: url(../img/bg-5-m.png) center center/cover no-repeat;
    padding: 44px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 475px;
  }
  .block-5 .block .text {
    width: 100%;
    max-width: 100%;
  }
  .block-5 .block .text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .block-5 .block .text h1 span {
    font-size: 32px;
    line-height: 40px;
  }
  .block-5 .block .text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .footer .footer-container {
    padding: 40px 0;
    flex-direction: column;
    gap: 40px;
  }
  .footer .footer-container .bl-1, .footer .footer-container .bl-2, .footer .footer-container .bl-3 {
    width: 100%;
    text-align: center;
  }
  .footer .footer-container .bl-2 nav ul {
    flex-direction: column;
  }
  .footer .footer-container .bl-2 nav ul .fg {
    background-color: rgba(214, 214, 222, 0.08);
    width: 12px;
    height: 1px;
  }
  .header .header-block .img img {
    transform: scale(1.08);
  }
  .menu-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .header-top .header-container {
    flex-wrap: wrap;
  }
  .header-top .header-container .bl-1 {
    width: 50%;
  }
  .header-top .header-container .bl-3 {
    width: 50%;
  }
  .menu-header {
    width: 100%;
  }
  .menu {
    text-align: center;
  }
  .menu ul {
    width: 100%;
    padding: 18vh 0;
    gap: 56px;
    display: flex;
    flex-direction: column;
  }
  .menu ul li {
    list-style-type: none;
  }
  .menu ul li a {
    padding: 10px 24px;
    color: #A3A4B6;
    border-radius: 999px;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    transition: 0.3s all;
    border: 1px solid rgba(195, 193, 233, 0);
  }
  .menu ul li a:hover {
    color: #fff;
    background: rgba(195, 193, 233, 0.12);
    border: 1px solid rgba(195, 193, 233, 0.16);
    box-shadow: inset 0px 9px 24px 0px rgba(163, 164, 182, 0.08);
  }
  .a-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    display: inline-block;
    align-items: center;
    text-align: center;
  }
  .a-btn img {
    margin-right: 8px;
  }
  .menu-header .menu {
    width: 100%;
  }
}
@media (max-height: 700px) {
  .menu ul {
    padding: 14vh 0;
  }
}
@media (max-height: 600px) {
  .menu ul {
    padding: 12vh 0;
    gap: 32px;
  }
}
@media (max-height: 500px) {
  .menu ul {
    padding: 10vh 0;
    gap: 32px;
  }
}/*# sourceMappingURL=style.css.map */