@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

:root {
  --main-color: #80b8fe;
  --secondary-color: #80b8fe;
  --background-color: #070707;
  --background-color-secondary: #131519;
  --border-color: #042151;
  --text-main: #94A2B6;
  --text-secondary: #94A2B6;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  padding-right: 0 !important;
}

body {
  background: var(--background-color);
  font-family: "Onest", sans-serif;
}

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ul li {
  list-style: none;
}

input,
textarea,
button,
select {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

input::-ms-clear {
  display: none;
}

button.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  background-image: var(--bs-navbar-toggler-icon-bg) !important;
}

button.btn-close {
  border: none !important;
  box-shadow: none !important;
}

.btn-close,
.btn-close-white {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat !important;
  filter: none !important;
  opacity: 1 !important;
}

.btn-close:hover {
  opacity: 0.75 !important;
}

.btn-close:focus {
  opacity: 1 !important;
}

img {
  max-width: 100%;
}

.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none !important;
}

.modal-open {
  padding-right: 0 !important;
}

.offcanvas-body,
.offcanvas-header {
  background-color: transpanent;
    border-radius: 65px;
}

.mw-copy {
  max-width: 385px;
}

.text-ln-main {
  color: #94A2B6 !important;
  font-size: 14px;
}

.text-ln-secondary {
  color: var(--text-secondary);
}

.btn-def {
  display: inline-block;
  color: #070707;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 17px 45px;
  border-radius: 65px;
  white-space: nowrap;
  transition: 0.3s;
}

.btn-def:hover {
  color: #6896d0;
  background-color: transparent;
  border: 1px solid #6896d0;
  transition: 0.3s;
}

.text-bg-dark {
    background: #131519 !important;
}

.btn-def-outline {
  display: block;
  color: var(--text-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: transparent;
  border: 1px solid var(--main-color);
  padding: 15px 25px;
  border-radius: 10px;
  transition: 0.3s;
}

div.dt-container div.dt-layout-table>div {
    display: block !important;
    background: #131519 !important;
    padding: 15px !important;
    border-radius: 30px !important;
}

.btn-def-outline:hover {
  color: var(--background-color-secondary);
  background-color: var(--main-color);
  border: 1px solid var(--secondary-color);
  transition: 0.3s;
}

.btn-white-profile {
  border-radius: 4px;
  background-color: var(--text-main);
  border: 1px solid var(--text-main);
  padding: 5px 19px;
  transition: 0.3s;
}

.btn-white-profile:hover {
  background-color: var(--text-main);
  border: 1px solid var(--text-main);
  opacity: 0.5;
  transition: 0.3s;
}

.btn-def-profile {
  border-radius: 4px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 5px 19px;
  transition: 0.3s;
}

.navbar-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-buttons .btn-def,
.navbar-buttons .btn-def-outline {
  padding: 10px 15px;
}

.dropdown-menu {
  color: var(--text-main);
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: var(--background-color);
}

ul.dropdown-menu {
  min-width: 92px;
  margin-top: 5px;
}

.dropdown-menu li {
  padding: 4px 0;
}

.dropdown-item {
  color: var(--text-main);
  background: var(--background-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--text-main);
  background: var(--background-color-secondary);
}

header {
  background-color: var(--background-color);
}

.bg-sdr {
  background-color: var(--background-color-secondary);
}

.header-info {
  background-color: #131519;
    height: 50px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 65px;
    margin-top: 20px;
    width: 660px;
}

.user-info {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
}

.user-info p {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.user-info p b {
  color: #80b8fe;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-info span {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hi-start {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 60px;
}

.hi-end {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  gap: 25px;
}

.hi-end a {
  color: var(--text-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s;
}

.hi-end a:hover {
  cursor: pointer;
  color: var(--main-color);
  transition: 0.3s;
}

.wth-icon {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 5.5px;
}

.wth-icon img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

nav.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-item {
  border-bottom: 3px solid transparent;
  position: relative;
  transition: 0.3s;
}

/* .nav-item:hover, .nav-item.active {
  border-bottom: 3px solid var(--main-color);
  transition: 0.3s;
} */



a.nav-link {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s;
}

.nav-item.active a.nav-link {
      background: #80b8fe;
    color: #070707;
    border-radius: 65px;
    padding: 15px 25px;
  font-style: normal;
  line-height: normal;
  transition: 0.3s;
}

a.nav-link:hover {
    color:#80b8fe;
}

.hero-start {
  padding: 55px 0;
}

.hero-start h1 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.26px;
  text-transform: uppercase;
}

.hero-start span {
  color: var(--main-color);
}

.hero-start p {
  color: #94A2B6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.faq {
  padding: 55px 0;
}

/* FAQ Modern Accordion Styles */
.faq-container {
  padding: 0 15px;
}

.accordion-modern {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion-item {
  border-radius: 16px;
  border: 1px solid rgba(128, 184, 254, 0.15);
  background: rgba(19, 21, 25, 0.6);
  backdrop-filter: blur(10px);
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.accordion-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--main-color), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.accordion-item:hover {
  border-color: rgba(128, 184, 254, 0.4);
  transform: translateY(-2px);
}

.accordion-item:hover::before {
  opacity: 0;
}

.accordion-item:not(:last-child) {
  margin-bottom: 0;
}

.accordion-button {
  border-radius: 16px;
  background: transparent;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 20px 24px;
  box-shadow: none !important;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 16px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: linear-gradient(135deg, rgba(128, 184, 254, 0.1) 0%, rgba(128, 184, 254, 0.05) 100%);
  border-radius: 16px 16px 0 0;
}

.accordion-button:hover {
  background: rgba(128, 184, 254, 0.08);
}

.accordion-button:not(.collapsed):hover {
  background: linear-gradient(135deg, rgba(128, 184, 254, 0.15) 0%, rgba(128, 184, 254, 0.08) 100%);
}

.accordion-icon {
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .accordion-icon {
  transform: scale(1.1);
}

.accordion-title {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}

.accordion-button:not(.collapsed) .accordion-title {
  color: #fff;
}

.accordion-body {
  background: rgba(19, 21, 25, 0.4);
  color: #94A2B6;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  padding: 15px 15px 15px 15px;
  border-top: 1px solid rgba(128, 184, 254, 0.1);
  animation: slideDown 0.3s ease-out;
}

.accordion-body p {
  margin-bottom: 12px;
  color: #94A2B6;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-body p strong {
  color: #80b8fe;
  font-weight: 600;
}

.accordion-body .formula {
  background: rgba(128, 184, 254, 0.1);
  border-left: 3px solid var(--main-color);
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 12px;
  font-family: 'Courier New', monospace;
  font-weight: 600;
  color: #80b8fe;
  font-size: 14px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%2380b8fe' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: contain;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%2380b8fe' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .accordion-button {
    padding: 18px 20px;
    font-size: 15px;
  }
  
  .accordion-body {
    padding: 20px 20px 20px 20px;
    font-size: 14px;
  }
  
  .accordion-icon {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .faq-container {
    padding: 0;
  }
  
  .accordion-button {
    padding: 16px 18px;
    gap: 12px;
  }
  
  .accordion-title {
    font-size: 15px;
  }
  
  .accordion-body {
    padding: 18px 18px 18px 18px;
    font-size: 14px;
  }
  
  .accordion-icon {
    font-size: 18px;
  }
}

.accordion {
  margin-bottom: 0;
}

.footer {
  background-color: #070707;
}

.footer h5 {
  color: #80b8fe;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 20px;
}

.footer .nav-link {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.footer .nav-link:hover {
  color: #80b8fe;
}

.footer .nav-item {
  border: none !important;
}

.long-text p {
  color: var(--text-main);
}

.long-text p span {
  color: var(--main-color);
}

.article {
  border-radius: 30px;
  background: var(--background-color-secondary);
  padding: 34px;
}

.article p {
  color: var(--text-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.article-cols {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ac-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ac-col p:first-child {
  color: var(--text-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.ac-col p:last-child {
  color: #80b8fe;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.about .article {
  min-height: 155px;
}

.section-title h1 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.26px;
  text-transform: uppercase;
}

.section-title h1 span {
  color: #80b8fe;
}

.article .section-title h2 {
  color: #80b8fe;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-title h2 {
  text-align: center;
  color: #80b8fe;
  font-size: 30px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-title p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.graph-down {
  color: #FF453A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.graph-up {
  color: #68ff3a;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sec-def {
  padding: 29px 0;
}

/* Table Responsive - Modern UI/UX */
.table-responsive {
  border-radius: 16px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

table.table.dataTable>tbody>tr {
    background-color: rgba(255, 255, 255, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

table.table.dataTable>:not(caption)>*>* {
    background-color: transparent !important;
}

.table {
  font-family: "Inter", sans-serif;
  --bs-table-color: var(--text-main);
  --bs-table-bg: transparent;
  --bs-table-border-color: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0;
}

.table tr:hover {
  cursor: pointer;
  transform: translateY(-1px);
}

.table tr th {
  color: #80b8fe;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 18px 16px;
  border-bottom: 2px solid rgba(128, 184, 254, 0.2);
  background: rgba(128, 184, 254, 0.05);
  transition: all 0.2s ease;
}

.table tr th:hover {
  color: #a0c8fe;
  background: rgba(128, 184, 254, 0.1);
}

table.table.dataTable.table-hover>tbody>tr>* {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

table.table.dataTable.table-hover>tbody>tr:hover>* {
  box-shadow: inset 0 0 0 9999px rgba(128, 184, 254, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.table-hover>tbody>tr:hover>* {
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.table tbody tr td {
  color: var(--text-main);
  padding: 18px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  vertical-align: middle;
  transition: all 0.2s ease;
}

.pagination {
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: transparent;
  --bs-pagination-border-radius: 15px;
  --bs-pagination-color: var(--text-secondary);
  --bs-pagination-hover-color: var(--text-main);
  --bs-pagination-hover-bg: var(--main-color);
  --bs-pagination-focus-color: var(--text-main);
  --bs-pagination-focus-bg: var(--main-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: var(--text-main);
  --bs-pagination-active-bg: var(--main-color);
  --bs-pagination-active-border-color: transparent;
  color: #848484;
  justify-content: center;
  gap: 5px;
}

.disabled>.page-link,
.page-link.disabled {
  color: #848484;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.page-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  width: 27px;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  width: 27px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #94A2B6;
  line-height: normal;
}

.page-link img {
  min-width: 27px;
  flex-shrink: 0;
}

.site-desc h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
}

.site-desc h2 span {
  color: var(--main-color);
}

.site-desc p {
  color: #94A2B6;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.description-text {
  color: var(--text-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.desc-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.desc-text {
  display: block;
  margin-bottom: 15px;
}

.xinput {
  position: relative;
}

.xinput input,
.xinput textarea {
  border-radius: 5px;
  border: 1px solid #F6F8FA;
  background: #F6F8FA;
  padding: 15px;
  color: #94A2B6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.xinput:has(.xinput-icon) input {
  padding-left: 45px;
}

.xinput input::placeholder,
.xinput textarea::placeholder {
  color: #828392;
}

.xinput .xinput-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
}

.contacts-blocks {
  display: block;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contact-block {
  display: flex;
  padding-bottom: 15px;
  align-items: center;
  gap: 15px;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  background: #469CFF;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.contact-text h4 {
  color: var(--text-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact-text p {
  color: var(--text-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Modern Contact Form Styles */
.contacts-wrapper {
  padding: 0 15px;
}

.contact-form-modern {
  background: #181a1f;
  backdrop-filter: blur(10px);
  border-radius: 24px;
  border: 1px solid rgba(128, 184, 254, 0.15);
  padding: 40px;
  transition: all 0.3s ease;
}

.form-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}

.form-subtitle {
  color: #94A2B6;
  font-size: 15px;
  margin-bottom: 32px;
  line-height: 1.6;
}

.modern-form {
  margin-top: 32px;
}

.form-group-modern {
  margin-bottom: 24px;
}

.form-label-modern {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}

.input-icon img {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.form-input-modern {
  width: 100%;
  padding: 16px 18px 16px 52px;
  background: #131519;
  border: 1px solid rgba(128, 184, 254, 0.2);
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}

.form-input-modern::placeholder {
  color: #6b7280;
  opacity: 0.7;
}

.form-input-modern:focus {
  background: #131519;
  border-color: var(--main-color);
  box-shadow: 0 0 0 3px rgba(128, 184, 254, 0.15);
}

.form-input-modern:focus + .input-icon,
.input-wrapper:has(.form-input-modern:focus) .input-icon img {
  opacity: 1;
}

.form-textarea-modern {
  padding: 18px;
  min-height: 160px;
  resize: vertical;
  font-family: inherit;
}

.input-wrapper:has(.form-textarea-modern) .input-icon {
  top: 18px;
  left: 18px;
  align-items: flex-start;
}

.btn-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: #80b8fe;
  border-radius: 65px;
  border: 1px solid #80b8fe;
  color: #070707;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  justify-content: center;
}

.btn-form-submit:hover {
  background: transparent;
  border: 1px solid #80b8fe;
  color: #80b8fe;
  transform: translateY(-2px);
}

.btn-form-submit:active {
  transform: translateY(0);
}

.btn-form-submit svg {
  transition: transform 0.3s ease;
}

.btn-form-submit:hover svg {
  transform: translateX(4px);
}

.contact-info-modern {
  background: #181a1f;
  backdrop-filter: blur(10px);
  border-radius: 24px;
  border: 1px solid rgba(128, 184, 254, 0.15);
  padding: 40px;
  height: 100%;
  transition: all 0.3s ease;
}

.info-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 1.3;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item-modern {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: rgba(128, 184, 254, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(128, 184, 254, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-item-modern:hover {
  background: rgba(128, 184, 254, 0.1);
  border-color: rgba(128, 184, 254, 0.3);
  transform: translateX(4px);
}

.contact-icon-modern {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: linear-gradient(135deg, var(--main-color) 0%, #5a9fd4 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(128, 184, 254, 0.3);
}

.contact-item-modern:hover .contact-icon-modern {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 16px rgba(128, 184, 254, 0.4);
}

.contact-icon-modern img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.contact-content-modern {
  flex: 1;
}

.contact-content-modern h4 {
  color: #80b8fe;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}

.contact-content-modern p,
.contact-content-modern a {
  color: #94A2B6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-content-modern a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .contact-form-modern,
  .contact-info-modern {
    padding: 30px 24px;
  }
  
  .form-title {
    font-size: 24px;
  }
  
  .info-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .contacts-wrapper {
    padding: 0;
  }
  
  .contact-form-modern,
  .contact-info-modern {
    padding: 24px 20px;
    border-radius: 20px;
  }
  
  .form-title {
    font-size: 22px;
  }
  
  .form-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
  
  .form-input-modern {
    padding: 14px 16px 14px 48px;
    font-size: 14px;
  }
  
  .input-icon {
    left: 16px;
  }
  
  .input-icon img {
    width: 18px;
    height: 18px;
  }
  
  .btn-form-submit {
    padding: 14px 24px;
    font-size: 15px;
  }
  
  .contact-item-modern {
    padding: 16px;
    gap: 12px;
  }
  
  .contact-icon-modern {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  
  .contact-icon-modern img {
    width: 20px;
    height: 20px;
  }
}

/* XL MAX */
@media(max-width: 1399px) {}

/* LG MAX */
@media(max-width: 1199px) {}

/* MD MAX */
@media(max-width: 991px) {
  .hero-end {
    margin-top: 0rem;
    padding: 0;
  }
  
  table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    width: 0px !important;
}
  
  div.dt-container div.dt-layout-table>div {
    background: transparent !important;
}
  
  .bg-sdr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  nav.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

  .hero-start {
    padding-top: 40px;
  }

  .hero-nb {
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .header-info {
    height: auto;
    padding: 10px;
  }

.img-xrp {
    display:none;
}

  .user-info,
  .hi-start,
  .hi-end {
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .contacts-blocks {
    flex-wrap: wrap;
  }

  .article {
    padding: 30px;
  }

  .nav-item:hover::after,
  .nav-item.active::after {
    bottom: -1px;
  }
}

/* SM MAX */
@media(max-width: 767px) {
  .header-info {
    display: none;
  }
}

/* XS MAX */
@media(max-width: 575px) {}

/* XS MIN */
@media(min-width: 576px) {}

/* SM MIN */
@media(min-width: 768px) {}

/* MD MIN */
@media(min-width: 992px) {
  .navbar-nav {
    margin-top: 3px;
    align-items: center;
  }

  .offcanvas-body .nav-item {
    margin-left: 17px;
    margin-right: 17px;
  }
}

/* LG MIN */
@media(min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* XL MIN */
@media(min-width: 1400px) {}

/* CONTAINER */
@media(min-width: 1480px) {}

@keyframes finding {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.01);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes breathing {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes mynown {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* SortTable - Enhanced Styling */
#sortTable {
    border-collapse: separate;
    border-spacing: 0 12px;
    width: 100%;
}

#sortTable tbody tr {
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

#sortTable tbody tr::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--main-color);
    opacity: 0;
    transition: opacity 0.3s ease;
}

#sortTable tbody tr:hover::before {
    opacity: 1;
}

#sortTable tbody tr:hover {
    background: rgba(128, 184, 254, 0.12);
    transform: translateY(-2px);
}

#sortTable tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 20px;
}

#sortTable tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-right: 20px;
}

#sortTable tbody tr td,
#sortTable tbody tr th {
    padding: 18px 16px;
    text-align: left;
    vertical-align: middle;
    border: none;
}

#sortTable tbody tr td {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    transition: color 0.2s ease;
}

#sortTable tbody tr:hover td {
    color: #fff;
}

#sortTable tbody tr td strong,
#sortTable tbody tr td .wth-icon {
    font-weight: 600;
    color: #fff;
}

#sortTable thead th {
    padding: 18px 16px;
    text-align: left;
    border-radius: 12px;
    background: rgba(128, 184, 254, 0.1);
    border: none;
    color: #80b8fe;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    position: relative;
}

#sortTable thead th:hover {
    background: rgba(128, 184, 254, 0.15);
    color: #a0c8fe;
}

#sortTable thead th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 20px;
}

#sortTable thead th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-right: 20px;
}

#sortTable thead {
    border-spacing: 0;
    margin-bottom: 12px;
}

/* Responsive table improvements */
@media (max-width: 768px) {
    .table-responsive {
        padding: 12px;
        border-radius: 12px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }
    
    /* Скроллбар для мобильных (WebKit браузеры) */
    .table-responsive::-webkit-scrollbar {
        height: 6px;
    }
    
    .table-responsive::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
    }
    
    .table-responsive::-webkit-scrollbar-thumb {
        background: #80b8fe;
        border-radius: 10px;
        opacity: 0.6;
    }
    
    .table-responsive::-webkit-scrollbar-thumb:hover {
        opacity: 1;
    }
    
    /* Скроллбар для Firefox */
    .table-responsive {
        scrollbar-width: thin;
        scrollbar-color: #80b8fe rgba(255, 255, 255, 0.05);
    }
    
    /* Минимальная ширина для таблицы на мобильных */
    #sortTable {
        min-width: 800px;
    }
    
    #sortTable tbody tr td,
    #sortTable thead th {
        padding: 14px 10px;
        font-size: 12px;
        white-space: nowrap;
    }
    
    /* Уменьшаем размеры иконок */
    #sortTable tbody tr td .wth-icon img {
        width: 16px !important;
        height: 16px;
    }
    
    #sortTable tbody tr td:first-child {
        padding-left: 12px;
        min-width: 40px;
    }
    
    #sortTable tbody tr td:last-child {
        padding-right: 12px;
    }
    
    #sortTable thead th:first-child {
        padding-left: 12px;
        min-width: 40px;
    }
    
    #sortTable thead th:last-child {
        padding-right: 12px;
    }
    
    /* Улучшаем заголовки на мобильных */
    #sortTable thead th {
        font-size: 10px;
        letter-spacing: 0.5px;
        padding: 12px 8px;
    }
    
    /* Компактные строки */
    #sortTable tbody tr {
        border-radius: 10px;
    }
}

/* Очень маленькие экраны (до 480px) */
@media (max-width: 480px) {
    .table-responsive {
        padding: 8px;
        margin-left: -12px;
        margin-right: -12px;
        border-radius: 0;
    }
    
    #sortTable {
        min-width: 900px;
        border-spacing: 0 8px;
    }
    
    #sortTable tbody tr td,
    #sortTable thead th {
        padding: 10px 8px;
        font-size: 11px;
    }
    
    /* Компактные иконки */
    #sortTable tbody tr td .wth-icon {
        font-size: 11px;
    }
    
    #sortTable tbody tr td .wth-icon img {
        width: 14px !important;
        height: 14px;
        margin-right: 4px;
    }
    
    #sortTable thead th {
        font-size: 9px;
        padding: 10px 6px;
    }
    
    /* Улучшенный заголовок секции */
    .section-title h2 {
        font-size: 20px !important;
        margin-bottom: 12px;
    }
}
  
  .active>.page-link, .page-link.active {
    color: #070707 !important;
}

.page-link:hover {
    color: #070707 !important;
}

.hero-nb {
  width: 100%;
  height: auto;
  display: block;
}

.image-wrapper img {
  float: right;
  margin-right: 20px;
  max-width: 400px;
  height: auto;
}

@media (max-width: 991px) {
  .image-wrapper {
    max-width: 100%;
    text-align: center;
  }
}

/* About Page Modern Styles */
.about-wrapper {
  padding: 0 15px;
}

.about-hero-block {
  background: #131519;
  border-radius: 24px;
  padding: 50px;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.about-hero-block:hover {
  border-color: rgba(128, 184, 254, 0.3);
}

.about-hero-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(128, 184, 254, 0.05);
  padding: 20px;
  transition: transform 0.3s ease;
}

.about-hero-image:hover {
  transform: scale(1.02);
}

.about-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.about-hero-content {
  padding-left: 20px;
  text-align: center;
}

.hero-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.hero-description {
  color: #94A2B6;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-block {
  background: #131519;
  border-radius: 24px;
  border: 1px solid rgba(128, 184, 254, 0.15);
  padding: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.feature-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--main-color), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-block:hover {
  border-color: rgba(128, 184, 254, 0.3);
  transform: translateY(-4px);
}

.feature-block:hover::before {
  opacity: 0;
}

.feature-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/10;
  transition: transform 0.3s ease;
}

.feature-block:hover .feature-image {
  transform: scale(1.03);
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.feature-content {
  padding: 0 20px;
}

.feature-number {
  display: inline-block;
  color: var(--main-color);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.3;
  font-family: 'Onest', sans-serif;
  letter-spacing: -2px;
}

.feature-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.feature-description {
  color: #94A2B6;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 32px;
  }
  
  .feature-title {
    font-size: 28px;
  }
  
  .feature-number {
    font-size: 64px;
  }
}

@media (max-width: 991px) {
  .about-wrapper {
    padding: 0;
  }
  
  .about-hero-block,
  .feature-block {
    padding: 40px 30px;
    border-radius: 20px;
  }
  
  .about-hero-content {
    padding-left: 0;
    padding-top: 30px;
  }
  
  .hero-title {
    font-size: 28px;
  }
  
  .hero-description {
    font-size: 15px;
  }
  
  .feature-title {
    font-size: 24px;
  }
  
  .feature-number {
    font-size: 56px;
  }
  
  .feature-description {
    font-size: 15px;
  }
  
  .feature-content {
    padding: 20px 0 0 0;
  }
  
  .about-features {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .about-hero-block,
  .feature-block {
    padding: 30px 20px;
    border-radius: 16px;
  }
  
  .hero-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  
  .hero-description {
    font-size: 14px;
    line-height: 1.7;
  }
  
  .feature-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  
  .feature-number {
    font-size: 48px;
    margin-bottom: 12px;
  }
  
  .feature-description {
    font-size: 14px;
    line-height: 1.7;
  }
  
  .about-features {
    gap: 24px;
  }
  
  .feature-image {
    border-radius: 16px;
  }
  
  .feature-image img {
    border-radius: 16px;
  }
  
  .about-hero-image {
    padding: 15px;
    border-radius: 16px;
  }
  
  .about-hero-image img {
    border-radius: 12px;
  }
}

.mb-8 {
  margin-bottom: 3rem !important;
}