body {
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #24272c;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  font-weight: 600 !important;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  line-height: 1.2;
}

::selection {
  background: #2f333a;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.section-two {
  padding: 48px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(22, 28, 45, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.title-heading .heading {
  font-size: 42px !important;
  letter-spacing: 0.2px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 34px !important;
  }
}

.title-heading .heading.sub-heading {
  font-size: 32px !important;
}

@media (max-width: 768px) {
  .title-heading .heading.sub-heading {
    font-size: 28px !important;
  }
}

.title-heading .letter-spacing {
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 18px;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .title-heading .para-desc {
    font-size: 16px;
  }
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 36px !important;
}

@media (max-width: 768px) {
  .section-title .title {
    font-size: 26px !important;
  }
}

.para-desc {
  max-width: 550px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.shape {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
}

@media (max-width: 425px) {
  .shape {
    bottom: -4px;
  }
}

.shape>svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}

.shape.crypto-bottom {
  bottom: 0 !important;
}

.shape.crypto-bottom .crypto-border {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .laptop-image img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 425px) {
  .feature-posts-placeholder {
    height: 80%;
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.features-absolute {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.features-absolute {
  margin: -200px 0 0px;
}

@media (max-width: 768px) {
  .features-absolute {
    margin: -140px 0 0;
  }
}

.features-absolute.blog-search {
  margin: -120px 0 0px;
}

@media (max-width: 768px) {
  .features-absolute.blog-search {
    margin: -90px 0 0px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}

.row>* {
  position: relative;
}

h1,
.fs-1,
.h1,
.fs-1 {
  font-size: 42px !important;
}

h2,
.fs-2,
.h2,
.fs-2 {
  font-size: 36px !important;
}

h3,
.fs-3,
.h3,
.fs-3 {
  font-size: 30px !important;
}

h4,
.fs-4,
.h4,
.fs-4 {
  font-size: 24px !important;
}

h5,
.fs-5,
.h5,
.fs-5 {
  font-size: 18px !important;
}

h6,
.fs-6,
.h6,
.fs-6 {
  font-size: 16px !important;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

.display-5 {
  font-size: 48px !important;
}

.display-6 {
  font-size: 40px !important;
}

.bg-primary {
  background: var !important;
}

.bg-gradient-primary {
  background: linear-gradient(45deg, var(--grd1), var(--grd2)) !important;
}

.text-primary {
  color: var(--grd1) !important;
}

.text-gradient-primary {
  background: -webkit-linear-gradient(45deg, var(--grd1), var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-primary:hover,
a.text-primary:focus {
  color: var(--grd1) !important;
}

a.text-gradient-primary:hover,
a.text-gradient-primary:focus {
  background: -webkit-linear-gradient(45deg, var(--grd1), var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-blue {
  background: #9ad379 !important;
}

.bg-gradient-blue {
  background: linear-gradient(45deg, #9ad379, var(--grd2)) !important;
}

.text-blue {
  color: #9ad379 !important;
}

.text-gradient-blue {
  background: -webkit-linear-gradient(45deg, #9ad379, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #9ad379 !important;
}

a.text-gradient-blue:hover,
a.text-gradient-blue:focus {
  background: -webkit-linear-gradient(45deg, #9ad379, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-secondary {
  background: #5a6d90 !important;
}

.bg-gradient-secondary {
  background: linear-gradient(45deg, #5a6d90, var(--grd2)) !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

.text-gradient-secondary {
  background: -webkit-linear-gradient(45deg, #5a6d90, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #5a6d90 !important;
}

a.text-gradient-secondary:hover,
a.text-gradient-secondary:focus {
  background: -webkit-linear-gradient(45deg, #5a6d90, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-success {
  background: #52CC99 !important;
}

.bg-gradient-success {
  background: linear-gradient(45deg, #52CC99, var(--grd2)) !important;
}

.text-success {
  color: #52CC99 !important;
}

.text-gradient-success {
  background: -webkit-linear-gradient(45deg, #52CC99, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-success:hover,
a.text-success:focus {
  color: #52CC99 !important;
}

a.text-gradient-success:hover,
a.text-gradient-success:focus {
  background: -webkit-linear-gradient(45deg, #52CC99, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-warning {
  background: #FFBF66 !important;
}

.bg-gradient-warning {
  background: linear-gradient(45deg, #FFBF66, var(--grd2)) !important;
}

.text-warning {
  color: #FFBF66 !important;
}

.text-gradient-warning {
  background: -webkit-linear-gradient(45deg, #FFBF66, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #FFBF66 !important;
}

a.text-gradient-warning:hover,
a.text-gradient-warning:focus {
  background: -webkit-linear-gradient(45deg, #FFBF66, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-info {
  background: #66CCFF !important;
}

.bg-gradient-info {
  background: linear-gradient(45deg, #66CCFF, var(--grd2)) !important;
}

.text-info {
  color: #66CCFF !important;
}

.text-gradient-info {
  background: -webkit-linear-gradient(45deg, #66CCFF, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-info:hover,
a.text-info:focus {
  color: #66CCFF !important;
}

a.text-gradient-info:hover,
a.text-gradient-info:focus {
  background: -webkit-linear-gradient(45deg, #66CCFF, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-danger {
  background: var(--grd2) !important;
}

.bg-gradient-danger {
  background: linear-gradient(45deg, var(--grd2), var(--grd2)) !important;
}

.text-danger {
  color: var(--grd2) !important;
}

.text-gradient-danger {
  background: -webkit-linear-gradient(45deg, var(--grd2), var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-danger:hover,
a.text-danger:focus {
  color: var(--grd2) !important;
}

a.text-gradient-danger:hover,
a.text-gradient-danger:focus {
  background: -webkit-linear-gradient(45deg, var(--grd2), var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-dark {
  background: #24272c !important;
}

.bg-gradient-dark {
  background: linear-gradient(45deg, #24272c, var(--grd2)) !important;
}

.text-dark {
  color: #24272c !important;
}

.text-gradient-dark {
  background: -webkit-linear-gradient(45deg, #24272c, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #24272c !important;
}

a.text-gradient-dark:hover,
a.text-gradient-dark:focus {
  background: -webkit-linear-gradient(45deg, #24272c, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-muted {
  background: #8492a6 !important;
}

.bg-gradient-muted {
  background: linear-gradient(45deg, #8492a6, var(--grd2)) !important;
}

.text-muted {
  color: #8492a6 !important;
}

.text-gradient-muted {
  background: -webkit-linear-gradient(45deg, #8492a6, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-muted:hover,
a.text-muted:focus {
  color: #8492a6 !important;
}

a.text-gradient-muted:hover,
a.text-gradient-muted:focus {
  background: -webkit-linear-gradient(45deg, #8492a6, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-light {
  background: var(--bg) !important;
}

.bg-gradient-light {
  background: linear-gradient(45deg, var(--bg), var(--grd2)) !important;
}

.text-light {
  color: var(--bg) !important;
}

.text-gradient-light {
  background: -webkit-linear-gradient(45deg, var(--bg), var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-light:hover,
a.text-light:focus {
  color: var(--bg) !important;
}

a.text-gradient-light:hover,
a.text-gradient-light:focus {
  background: -webkit-linear-gradient(45deg, var(--bg), var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-footer {
  background: #202942 !important;
}

.bg-gradient-footer {
  background: linear-gradient(45deg, #202942, var(--grd2)) !important;
}

.text-footer {
  color: #202942 !important;
}

.text-gradient-footer {
  background: -webkit-linear-gradient(45deg, #202942, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.text-footer:hover,
a.text-footer:focus {
  color: #202942 !important;
}

a.text-gradient-footer:hover,
a.text-gradient-footer:focus {
  background: -webkit-linear-gradient(45deg, #202942, var(--grd2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.d-flex .flex-1 {
  flex: 1;
}

.bg-black {
  background: #161c2d !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

video:focus {
  outline: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.border-primary {
  border-color: var(--grd1) !important;
}

.border-blue {
  border-color: #9ad379 !important;
}

.border-secondary {
  border-color: #5a6d90 !important;
}

.border-success {
  border-color: #52CC99 !important;
}

.border-warning {
  border-color: #FFBF66 !important;
}

.border-info {
  border-color: #66CCFF !important;
}

.border-danger {
  border-color: var(--grd2) !important;
}

.border-dark {
  border-color: #24272c !important;
}

.border-muted {
  border-color: #8492a6 !important;
}

.border-light {
  border-color: var(--bg) !important;
}

.border-footer {
  border-color: #202942 !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.opacity-05 {
  opacity: 0.05;
}

.opacity-075 {
  opacity: 0.075;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.small,
small {
  font-size: 90%;
}

.card {
  border: none;
}

.card .card-body {
  padding: 1.5rem;
}

.card .card-img {
  position: relative;
}

.card .card-img .card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 25%, transparent 35%, rgba(22, 28, 45, 0.9) 100%);
  transition: all 0.5s ease;
}

.card:hover .card-img .card-overlay {
  opacity: 1;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }

  .display-2 {
    font-size: 50px !important;
  }

  .display-3 {
    font-size: 42px !important;
  }

  .display-4 {
    font-size: 36px !important;
  }

  .display-5 {
    font-size: 30px !important;
  }

  .display-6 {
    font-size: 24px !important;
  }
}

.form-signin {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.mt-74 {
  margin-top: 74px;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-m-1 {
  z-index: -1;
}

.ms-n3 {
  margin-left: -16px;
}

.mt-n3 {
  margin-top: -16px;
}

.mt-n4 {
  margin-top: -24px;
}

.mt-n5 {
  margin-top: -48px;
}

.mt-n80 {
  margin-top: -80px;
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-radius: 0;
  background-color: var(--primary);
  color: var(--grd1);
  border-radius: 20px;
}

.btn:hover {
  background-color: var(--grd1);
  color: var(--primary);
}

.shadow {
  box-shadow: 0 0 3px rgba(36, 39, 44, 0.15) !important;
}

.bg-home {
  height: 100vh;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-home {
    padding: 150px 0 !important;
    height: auto;
  }
}

.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}

.accordion-wrapper {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 700px;
  overflow: hidden;
}

.accordion {
  border-top: 1px solid #eee;
}

.accordion:first-child {
  border-top: none;
}

.accordion-header {
  padding: 18px 24px;
  background: #fafafa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background: #f0f0f0;
}

.accordion-header::after {
  content: "＋";
  font-size: 20px;
  transition: transform 0.3s;
}

.accordion.active .accordion-header::after {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
}

.accordion-content-inner {
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* Аккордеон с изображениями */
.accordion-content img {
  width: 100%;
  border-radius: 12px;
  margin-top: 12px;
}

@media (max-width: 600px) {
  .accordion-header {
    font-size: 15px;
    padding: 16px 18px;
  }

  .accordion-content-inner {
    padding: 14px 18px;
    font-size: 14px;
  }
}

#cookPopup {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999
}

#cookPopup p {
  margin: 0;
  text-align: left
}

.cookPopup_btn {
  padding: 7px 15px;
  cursor: pointer;
  border: 0;
  background: #46BCD9;
  border-radius: 4px;
  font-weight: 800;
  color: #fff
}

.cookPopup_btn:hover {
  background: #000;
}

#cookPopup a {
  color: #46BCD9;
}

@media(min-width:576px) {
  #cookPopup.show {
    display: flex;
    align-items: center
  }
}

@media(max-width:575px) {
  #cookPopup.show {
    display: block;
    text-align: left
  }

  .cookPopup_btn {
    margin: 10px 0 0 0
  }
}

.cookPopup_title {
  font-size: 16px;
  font-weight: 700
}

.cookPopup_desc {
  font-size: 16px
}

.show {
  display: flex !important
}