/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/poppins-v22-latin-regular.woff2") format("woff2"), url("../../assets/fonts/poppins-v22-latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/poppins-v22-latin-500.woff2") format("woff2"), url("../../assets/fonts/poppins-v22-latin-500.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/poppins-v22-latin-600.woff2") format("woff2"), url("../../assets/fonts/poppins-v22-latin-600.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/poppins-v22-latin-700.woff2") format("woff2"), url("../../assets/fonts/poppins-v22-latin-700.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input:focus-visible::-webkit-input-placeholder {
  font-size: 0;
}

input:focus-visible::-moz-placeholder {
  font-size: 0;
}

input:focus-visible:-ms-input-placeholder {
  font-size: 0;
}

input:focus-visible::-ms-input-placeholder {
  font-size: 0;
}

input:focus-visible::placeholder {
  font-size: 0;
}

button {
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}

main {
  overflow: hidden;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.h1 {
  font-size: 116px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .h1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .h1 {
    font-size: 45px;
  }
}

.section-title, .h2 {
  font-size: 72px;
  line-height: 110%;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .section-title, .h2 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .section-title, .h2 {
    font-size: 40px;
  }
}

.h3 {
  font-size: 64px;
  line-height: 110%;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .h3 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .h3 {
    font-size: 32px;
  }
}

.h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 1024px) {
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .h4 {
    font-size: 18px;
  }
}

body {
  font-weight: 400;
  line-height: normal;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  background: #0A0A0A;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
body.no-scroll {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.contact-us {
  background: #FFF;
}

.container {
  width: 1240px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container.white {
  width: 1416px;
}

.contact-us .container.white {
  width: 1240px;
}

html::-webkit-scrollbar {
  display: none;
}

/* ::-webkit-scrollbar {
    width: 3px; 
    height: 1px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px; 
}

::-moz-scrollbar {
    width: 3px;
    height: 1px;
}

::-moz-scrollbar-track {
    background: #f1f1f1;
}

::-moz-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

::-ms-scrollbar {
    width: 3px;
    height: 1px;
}

::-ms-scrollbar-track {
    background: #f1f1f1;
}

::-ms-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
} */
html, body {
  cursor: url("https://onyxer-main.onyxer.agency/wp-content/uploads/2025/01/custom-cursor-small.svg") 0 0, auto;
}

.custom-tooltip {
  position: absolute;
  display: inline-block;
  padding: 5.5px 13px;
  background-color: #3E5DF9;
  border-top-left-radius: 4px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 15;
  white-space: nowrap;
}
.custom-tooltip.active {
  visibility: visible;
  opacity: 1;
}
.custom-tooltip p {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 32px;
  z-index: 105;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .header {
    padding-top: 20px;
  }
}
.header.scrolled {
  background-color: #0A0A0A;
  padding: 25px 0;
}
.header .container {
  width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .desktop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  .header .desktop-menu {
    position: static;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.header .desktop-menu > .menu-item-has-children:hover .submenu-arrow.level-0-arrow {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.header .desktop-menu > .menu-item {
  color: #DADADA;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header .desktop-menu > .menu-item {
    display: none;
  }
}
.header .desktop-menu > .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header .desktop-menu .menu-item.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .desktop-menu .menu-item.last a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 11px 23.4px;
  border-radius: 10px;
  background: #3E5DF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-left: 12px;
}
@media (max-width: 768px) {
  .header .desktop-menu .menu-item.last a {
    padding: 7.5px 14px;
    font-size: 11px;
  }
}
.header .desktop-menu .menu-item.last a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC4xIi8+CjxwYXRoIGQ9Ik03IDEySDE3TTE3IDEyTDEyIDdNMTcgMTJMMTIgMTciIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-size: cover;
  background-repeat: no-repeat;
}
.header .desktop-menu .icon_dark {
  display: none;
}
.header nav {
  margin-left: auto;
  margin-right: 34px;
}

.contact-us .header.scrolled {
  background-color: #fff;
}
.contact-us .desktop-menu > .menu-item {
  color: #272727;
}
.contact-us .desktop-menu > .menu-item > a > svg > path {
  stroke: #272727;
}
.contact-us .sub-menu-level-1 {
  background: #F6F6F6;
  color: #0A0A0A;
}
@media (max-width: 768px) {
  .contact-us .sub-menu-level-1 {
    background: #FFF;
  }
}
.contact-us .sub-menu-level-1 > li {
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .contact-us .sub-menu-level-1 > li {
    background: #FFF;
  }
}
.contact-us .sub-menu-level-1 > li:hover {
  background: #DADADA;
}
@media (max-width: 768px) {
  .contact-us .sub-menu-level-1 > li:hover {
    background: #FFF;
  }
}
.contact-us .sub-menu-level-1 > li:hover > a {
  background: #FFF;
}
.contact-us .sub-menu-level-1 > li > a {
  color: #0A0A0A;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .contact-us .sub-menu-level-1 > li > a {
    background: #FFF;
  }
}
.contact-us .sub-menu-level-2 {
  background: #FFF;
  color: rgba(183, 183, 183, 0.8);
}
@media (max-width: 768px) {
  .contact-us .sub-menu-level-2 {
    background: #FFF;
  }
}
.contact-us .sub-menu-level-2 > li > a:hover {
  color: #0A0A0A;
}
@media (max-width: 768px) {
  .contact-us .sub-menu-level-2 > li > a:hover {
    color: rgba(183, 183, 183, 0.8);
  }
}
.contact-us .sub-menu-level-2 > li > a > .submenu-arrow > path {
  stroke: #0A0A0A;
}
@media (max-width: 768px) {
  .contact-us .sub-menu-level-2 > li > a > .submenu-arrow > path {
    color: rgba(183, 183, 183, 0.8);
  }
}
.contact-us .sub-menu-level-3 {
  background: #FFF;
  color: rgba(183, 183, 183, 0.8);
}
.contact-us .sub-menu-level-3 > li > a:hover {
  color: #0A0A0A;
}
@media (max-width: 768px) {
  .contact-us .sub-menu-level-3 > li > a:hover {
    color: rgba(183, 183, 183, 0.8);
  }
}
.contact-us .icon_light {
  display: none;
}
.contact-us .icon_dark {
  display: block !important;
}
.contact-us .menu-item-description {
  color: #0A0A0A;
}
.contact-us .burger__img > svg > path {
  stroke: #B7B7B7;
}
.contact-us .mobile-menu {
  background: #FFF;
}
.contact-us .mobile-menu > li > a {
  color: #0A0A0A;
}

.sub-menu-level-1 {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateX(-345px);
      -ms-transform: translateX(-345px);
          transform: translateX(-345px);
  min-width: 558px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #171718;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}
@media (max-width: 1024px) {
  .sub-menu-level-1 {
    width: 100vw;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .sub-menu-level-1 {
    width: 100%;
    position: static;
    min-width: 100%;
    background: transparent;
    border-radius: 0;
    border: none;
    padding-top: 27.5px;
  }
}
.sub-menu-level-1 > li {
  max-width: 100%;
  padding: 12px 10px;
  background: #171718;
}
@media (max-width: 1024px) {
  .sub-menu-level-1 > li {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .sub-menu-level-1 > li {
    width: 100%;
    background: transparent;
    padding: 0 0 25px 0;
  }
}
.sub-menu-level-1 > li:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 47, 160, 0.3)), to(rgba(25, 47, 160, 0)));
  background: linear-gradient(90deg, rgba(25, 47, 160, 0.3) 0%, rgba(25, 47, 160, 0) 100%);
}
@media (max-width: 768px) {
  .sub-menu-level-1 > li:hover {
    background: transparent;
  }
}
.sub-menu-level-1 > li:hover > a {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgba(25, 47, 160, 0.16)), color-stop(32.84%, rgba(25, 47, 160, 0))), #0A0A0A;
  background: linear-gradient(90deg, rgba(25, 47, 160, 0.16) 0.01%, rgba(25, 47, 160, 0) 32.84%), #0A0A0A;
}
@media (max-width: 768px) {
  .sub-menu-level-1 > li:hover > a {
    background: transparent;
  }
}
.sub-menu-level-1 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 45px;
  color: #fff;
  border-radius: 16px;
  background: #171718;
}
@media (max-width: 768px) {
  .sub-menu-level-1 > li > a {
    border-radius: 0;
    background: transparent;
    padding: 0 0 0 30px;
    color: #DADADA;
  }
}
.sub-menu-level-1 > li > a > .menu-item-title {
  font-weight: 500;
}

.menu-item-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .menu-item-icon {
    left: 0;
  }
}

span.menu-item-title {
  max-width: 250px;
}

.menu-item-description {
  color: #B7B7B7;
  font-size: 12px;
  line-height: 160%;
  max-width: 250px;
}
@media (max-width: 768px) {
  .menu-item-description {
    display: none;
  }
}

.submenu-arrow {
  margin-left: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .submenu-arrow {
    margin-left: 15px;
  }
}

.sub-menu-level-2 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 12px;
  left: 285px;
  width: 261px;
  height: calc(100% - 24px);
  background: #0A0A0A;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10000;
}
@media (max-width: 1024px) {
  .sub-menu-level-2 {
    left: 275px;
    width: calc(50% - 143px);
  }
}
@media (max-width: 768px) {
  .sub-menu-level-2 {
    position: static;
    width: calc(100% - 32px);
    opacity: 1;
    pointer-events: all;
    background: transparent;
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 17.5px 0 0 0;
  }
}
.sub-menu-level-2:hover {
  border-radius: 16px 0 0 16px;
}
@media (max-width: 768px) {
  .sub-menu-level-2:hover {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .sub-menu-level-2 > li {
    color: #FFF;
  }
}
@media (max-width: 768px) {
  .sub-menu-level-2 > li:last-child > a {
    padding-bottom: 0;
  }
}
.sub-menu-level-2 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(183, 183, 183, 0.8);
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 0 15px 15px 15px;
}
@media (max-width: 768px) {
  .sub-menu-level-2 > li > a {
    padding: 0 0 15px 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sub-menu-level-2 > li > a:hover {
  color: #FFF;
}
@media (max-width: 768px) {
  .sub-menu-level-2 > li > a:hover {
    color: rgba(183, 183, 183, 0.8);
  }
}
@media (max-width: 768px) {
  .sub-menu-level-2 > li > a > .submenu-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.submenu-level-3-open {
  width: 817px;
}
@media (max-width: 1024px) {
  .submenu-level-3-open {
    width: 100%;
  }
}

.sub-menu-level-3 {
  left: 100%;
  height: 100%;
  max-width: 259px;
  width: 100%;
  background: #0a0a0a;
  border-radius: 0 16px 16px 0;
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  font-size: 12px;
  color: rgba(183, 183, 183, 0.8);
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1024px) {
  .sub-menu-level-3 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .sub-menu-level-3 {
    position: static;
    width: 100%;
    opacity: 1;
    pointer-events: all;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0 0 15px 30px;
  }
}
.sub-menu-level-3 > li > a {
  padding: 0 13px;
  width: 100%;
}
.sub-menu-level-3 > li > a:hover {
  color: #FFF;
}
@media (max-width: 768px) {
  .sub-menu-level-3 > li > a:hover {
    color: rgba(183, 183, 183, 0.8);
  }
}
@media (max-width: 768px) {
  .sub-menu-level-3 > li > a {
    padding: 0 0 15px 15px;
  }
}

.desktop-menu ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.desktop-menu li.menu-item-has-children:hover > ul.sub-menu,
.desktop-menu li.menu-item-has-children:focus-within > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.desktop-menu li.menu-item-has-children:hover > ul.sub-menu .submenu-arrow.level-0-arrow,
.desktop-menu li.menu-item-has-children:focus-within > ul.sub-menu .submenu-arrow.level-0-arrow {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.desktop-menu li.menu-item-has-children:hover > ul.sub-menu,
.desktop-menu li.menu-item-has-children:focus-within > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.desktop-menu li.menu-item-has-children:hover > ul.sub-menu .submenu-arrow.level-0-arrow,
.desktop-menu li.menu-item-has-children:focus-within > ul.sub-menu .submenu-arrow.level-0-arrow {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.mobile-menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.mobile-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu > li {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 107px 16px 16px 16px;
    background: #0A0A0A;
    z-index: -1;
  }
}
.mobile-menu.active {
  max-height: 100vh;
  opacity: 1;
}

.burger-menu {
  display: none;
}
@media (max-width: 768px) {
  .burger-menu {
    display: block;
  }
}

.burger__img path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke: white;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.burger__img.active path:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
      -ms-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}

.burger__img.active path:nth-child(2) {
  opacity: 0;
}

.burger__img.active path:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
      -ms-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}

.footer {
  padding-top: 80px;
  padding-bottom: 56px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 96px;
}
@media (max-width: 1024px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .footer__top {
    row-gap: 40px;
    margin-bottom: 40px;
  }
}
.footer__left {
  max-width: 379px;
  width: 100%;
}
.footer__logo {
  display: block;
  max-width: 125px;
  height: auto;
  margin-bottom: 24px;
}
.footer__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.footer__btn {
  margin-bottom: 24px;
}
.footer__description {
  color: #B7B7B7;
  line-height: 23px;
}
.footer__description strong {
  font-weight: 500;
}
.footer__description a {
  color: #FFF;
}
.footer__right {
  max-width: 584px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
@media (max-width: 575px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer__right nav {
  max-width: 173px;
  width: 100%;
}
.footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  width: 100%;
}
.footer .footer-menu .menu-item {
  color: #B7B7B7;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.footer .footer-menu .menu-item.title {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 575px) {
  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__bottom .footer-bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .footer__bottom .footer-bottom-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
.footer__bottom .footer-bottom-menu .menu-item {
  color: #B7B7B7;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding: 0px 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__bottom .footer-bottom-menu .menu-item:last-child {
  padding-right: 0px;
}
@media (max-width: 575px) {
  .footer__bottom .footer-bottom-menu .menu-item {
    padding: 0;
    border: none;
  }
}
.footer__copyright {
  color: #B7B7B7;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.footer__btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 12.1px 16.4px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-us .footer__title {
  color: #171718;
}
.contact-us .footer-menu .menu-item.title {
  color: #171718;
}
.contact-us .footer__description {
  color: #272727;
}
.contact-us .footer-menu .menu-item {
  color: #272727;
}
.contact-us .footer__btn-back {
  color: #171718;
  background: rgba(23, 23, 24, 0.05);
}
.contact-us .footer__copyright {
  color: #272727;
}
.contact-us .footer__bottom .footer-bottom-menu .menu-item {
  color: #272727;
}

.btn-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 16px 32px;
  background-color: #3E5DF9;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .btn-main {
    font-size: 14px;
    padding: 14px 24px;
  }
}
.btn-main.white {
  color: #3E5DF9;
  background-color: #FFF;
}

.btn-arrow {
  position: relative;
}
.btn-arrow::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC4xIi8+CjxwYXRoIGQ9Ik03IDEySDE3TTE3IDEyTDEyIDdNMTcgMTJMMTIgMTciIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-arrow.white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIgZmlsbD0iIzNFNURGOSIgZmlsbC1vcGFjaXR5PSIwLjA1Ii8+CjxwYXRoIGQ9Ik03IDEySDE3TTE3IDEyTDEyIDdNMTcgMTJMMTIgMTciIHN0cm9rZT0iIzNFNURGOSIvPgo8L3N2Zz4K");
}

@-webkit-keyframes rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
#blob {
  width: 675px;
  height: 675px;
  -webkit-transform: rotate(-1.387deg) translate(-50%, -50%);
      -ms-transform: rotate(-1.387deg) translate(-50%, -50%);
          transform: rotate(-1.387deg) translate(-50%, -50%);
  border-radius: 675px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(62, 93, 249, 0.5) 18.17%, rgba(10, 10, 10, 0.5) 100%);
  -webkit-filter: blur(70px);
          filter: blur(70px);
  position: absolute;
  left: 50%;
  top: 50%;
  /* translate: -50% -50%; */
  pointer-events: none;
  opacity: 0.8;
  z-index: 3;
}
@media (max-width: 768px) {
  #blob {
    width: 100%;
    height: 100%;
  }
}

.error-page {
  position: relative;
}
.error-page__wrapper {
  padding-top: 262px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .error-page__wrapper {
    padding-top: 180px;
  }
}
.error-page__text {
  color: #CBCBCB;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .error-page__text {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.error-page__title {
  font-size: 500px;
  font-weight: 700;
  line-height: 400px;
  color: #121012;
  text-align: center;
  margin: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .error-page__title {
    font-size: 350px;
  }
}
@media (max-width: 768px) {
  .error-page__title {
    font-size: 45vw;
    line-height: 1;
  }
}
.error-page__bg {
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: -1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 849.356px;
  height: 599.649px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .error-page__bg {
    width: 100%;
    height: auto;
  }
}
.error-page__home-link {
  z-index: 2;
}

.post {
  min-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  padding-top: 240px;
}
@media (max-width: 768px) {
  .post {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
.post .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .post-header {
    margin-bottom: 40px;
  }
}
.post-header__image {
  width: 88px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.post-title {
  line-height: 100%;
  text-align: center;
}
.post-thumbnail {
  max-width: 1200px;
  height: 470px;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .post-thumbnail {
    height: 300px;
    margin-bottom: 50px;
  }
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
.post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-content p {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .post-content p {
    margin-bottom: 30px;
  }
}
.post-content p strong {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
}
@media (max-width: 768px) {
  .post-content p strong {
    font-size: 18px;
  }
}
.post-content ul, .post-content ol {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .post-content ul, .post-content ol {
    margin-bottom: 30px;
  }
}
.post-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.post-content ul li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  min-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'><path d='M14.748 0.25C15.5445 0.25 16.3083 0.564206 16.8711 1.12305C17.4338 1.68206 17.75 2.44063 17.75 3.23047C17.7499 4.02018 17.4337 4.77799 16.8711 5.33691L13.3613 8.82129L13.1826 8.99805L13.3604 9.17578L16.8711 12.6631C17.1497 12.9398 17.3708 13.2685 17.5215 13.6299C17.6722 13.9912 17.75 14.3785 17.75 14.7695C17.75 15.1607 17.6722 15.5487 17.5215 15.9102C17.3708 16.2714 17.1496 16.6003 16.8711 16.877C16.5925 17.1536 16.2616 17.3726 15.8975 17.5225C15.5332 17.6724 15.1425 17.75 14.748 17.75C14.3538 17.75 13.9637 17.6723 13.5996 17.5225C13.2353 17.3726 12.9036 17.1537 12.625 16.877L9.11426 13.3896L8.93848 13.2139L8.76172 13.3896L5.26367 16.8682C4.69219 17.381 3.94338 17.6566 3.17285 17.6367C2.40233 17.6168 1.66978 17.3024 1.12598 16.7607C0.582138 16.219 0.268861 15.4907 0.250977 14.7266C0.233234 13.9648 0.509549 13.2246 1.02441 12.6592L4.5166 9.17578L4.69434 8.99805L4.5166 8.82129L1.02441 5.33984C0.509861 4.77445 0.233241 4.03499 0.250977 3.27344C0.268861 2.50928 0.582139 1.78097 1.12598 1.23926C1.66978 0.697582 2.40233 0.383248 3.17285 0.363281C3.94338 0.3434 4.69219 0.61897 5.26367 1.13184L8.7627 4.60742L8.93848 4.78223L9.11426 4.60742L12.625 1.12305C13.1877 0.564088 13.9516 0.250079 14.748 0.25Z' stroke='white' stroke-opacity='0.4' stroke-width='0.5'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.post-content h2, .post-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 768px) {
  .post-content h2, .post-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.post-content h2 + ul, .post-content h3 + ul {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .post-content h2 + ul, .post-content h3 + ul {
    padding-top: 10px;
  }
}
.post__image-top-left {
  position: absolute;
  top: -19px;
  left: -239px;
  z-index: -2;
}
.post__image-top-right {
  position: absolute;
  top: -88px;
  right: 0px;
  z-index: -2;
}
.post__image-main {
  position: absolute;
  right: 0px;
  top: 212px;
  z-index: -1;
}
@media (max-width: 768px) {
  .post__image-main {
    top: 100px;
  }
}

.blog-archive {
  min-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  padding-top: 238px;
}
@media (max-width: 768px) {
  .blog-archive {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
.blog-archive .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.blog-archive__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .blog-archive__top {
    margin-bottom: 70px;
    gap: 20px;
  }
}
.blog-archive__image-top {
  width: 481px;
  height: 144px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .blog-archive__image-top {
    max-width: 70%;
    height: auto;
  }
}
.blog-archive__list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .blog-archive__list-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog-archive__list-items {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog-archive__list-items {
    grid-template-columns: 1fr;
  }
}
.blog-archive__item {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0A0A0A;
}
@media (max-width: 768px) {
  .blog-archive__item {
    padding: 20px;
  }
}
.blog-archive__item-title {
  font-weight: 400;
  margin-bottom: 16px;
}
.blog-archive__item-img {
  display: block;
  width: 100%;
  height: 180px;
  margin-bottom: 24px;
  border-radius: 6px;
  overflow: hidden;
}
.blog-archive__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive__item-description {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 20px;
}
.blog-archive__item-button {
  padding: 0;
  margin-top: auto;
  background-color: unset !important;
}
.blog-archive .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .blog-archive .swiper-navigation {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    margin-top: 30px;
  }
}
.blog-archive .swiper-navigation .swiper-button-prev-posts, .blog-archive .swiper-navigation .swiper-button-next-posts {
  width: 56px;
  height: 56px;
  position: static;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .blog-archive .swiper-navigation .swiper-button-prev-posts, .blog-archive .swiper-navigation .swiper-button-next-posts {
    width: 40px;
    height: 40px;
  }
}
.blog-archive .swiper-navigation .swiper-button-prev-posts svg, .blog-archive .swiper-navigation .swiper-button-next-posts svg {
  width: 100%;
  height: 100%;
}
.blog-archive .swiper-navigation .swiper-button-prev-posts rect, .blog-archive .swiper-navigation .swiper-button-next-posts rect {
  fill: white;
}
.blog-archive .swiper-navigation .swiper-button-prev-posts path, .blog-archive .swiper-navigation .swiper-button-next-posts path {
  stroke: #fff;
}
.blog-archive .swiper-navigation .swiper-button-prev-posts {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blog-archive .swiper-navigation .swiper-button-disabled {
  opacity: 0.5;
}
.blog-archive__image-top-left {
  position: absolute;
  top: -19px;
  left: -100px;
  z-index: -2;
}
.blog-archive__image-top-right {
  position: absolute;
  top: -88px;
  right: 0px;
  z-index: -2;
}
.blog-archive__image-main {
  position: absolute;
  right: 0px;
  top: 212px;
  z-index: -1;
}
@media (max-width: 768px) {
  .blog-archive__image-main {
    top: 100px;
  }
}