@font-face {
    font-family: 'Strongarm';
    src: url('../fonts/strongarm.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Departure';
    src: url('../fonts/departure_mono.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/geist.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Departure', sans-serif;
    background-color: #151517;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%3E%3Cpath%20d='M%200%200%20L%200%2040%20M%200%200%20L%2040%200'%20stroke='%23363636'%20stroke-width='1'%20stroke-dasharray='2%2C4'/%3E%3C/svg%3E");
    background-size: 100px 100px;
}

.strongarm {
    font-family: 'Strongarm', sans-serif;
}

.depar {
    font-family: 'Departure', sans-serif;
}

.geist {
    font-family: 'Geist', sans-serif;
}

#content-area>h2:first-child {
    font-family: 'Strongarm', sans-serif;
    color: #97FF65;
    font-size: 3.5rem;
    padding-top: 24px;
}

hr {
    color: #97FF65;

}

.footer-gradient {

    background-color: #7762FF;
    /* Фолбэк на случай если градиент не поддерживается */
}

footer {
    font-size: 11px;
    color: #151517 !important;
}

.nav-link.active {
    border-left: 2px solid #7762FF;
    color: #7762FF;
}

.social {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    border: #7762FF 1px solid;
}
.social:hover{
    border: #97FF65 1px solid;
        background: #97FF65;

}

/* Базовый sidebar — прозрачный */
#sidebar {
    background-color: transparent;
    backdrop-filter: none;
}

@media (max-width: 767.98px) {
    #sidebar {
        background: linear-gradient(22deg, rgb(177, 126, 217) 0%, rgb(249, 237, 252) 100%);
        backdrop-filter: blur(8px);
    }
}

header.scrolled {
    background-color: #151517 !important;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #97FF65;
}

.bg-transparent {
    transition: background-color 0.3s ease;
}

@media (max-width: 767.98px) {
    .offcanvas-fullscreen {
        width: 100vw !important;
        max-width: 100vw !important;
    }
}

.foo-link {
    font-size: 16px;
}

footer {
    position: relative;
}

.foot-mail {
    gap: 32px;
}

.foo-join {
    font-size: 80px;
}

@media (max-width: 767.98px) {

    .top-menu-row {
        position: relative;
    }

    .bur-menu{
        position: absolute;
        right: 0;
        top:5px;
    }

    .foot-mail {
        gap: 0px;
        flex-direction: column;

    }

    .foo-link {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .foo-join {
        font-size: 32px;
    }
}

.custom-burger {
    background: transparent;
        /*border: 1px solid #fff;*/
    border-radius: 5px;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0;
}

.custom-burger .burger-line {
    width: 30px;
    height: 1px;
    background-color: white;
    border-radius: 1px;
    transition: all 0.3s ease;
}



.btn-close.custom {
    position: relative;
    opacity: 1;
    margin-right: 20px;
    margin-top: 0px;

       background: transparent;
        /*border: 1px solid #151517;*/
    border-radius: 5px;
    width: 44px;
    height: 44px;
}

.btn-close.custom::before,
.btn-close.custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 1px;
    background-color: #151517;
    transform-origin: center;
}

.btn-close.custom::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close.custom::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Убираем стандартный X Bootstrap */
/* .btn-close.custom>* {
    display: none;
} */


.nav-link {
    color: #151517;
}

.nav-link:focus,
.nav-link:hover {
    color: #7762FF;
}

.marquee3k__copy {
    padding-right: 90px;
    /*box-sizing: border-box;*/
    /*margin:0px;*/
    /*padding:0px;*/
}

header {
    background: #151517;
    border-bottom: 1px solid #97FF65;
}

body {
    color: #fff;
}

a {
    color: #97FF65;
}

/* Общий стиль */
.custom-offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  height: 100%;
  z-index: 1050;
  background: #97FF65;
  overflow-y: auto;
  transition: right 0.3s ease-in-out;
  padding: 0;

}

#sidebarLabel{
        padding-left: 20px;
    font-size: 56px;
}

/* Показать */
.custom-offcanvas.show {
  right: 0;
}

/* При необходимости блокируем скролл body */
body.sidebar-open {
  overflow: hidden;
}

.offcanvas-header{
    /* background: #151517; */
    /* color: #97FF65; */
    color: #151517;
    margin-top: 17px;
}

#content-area>p>img {
    max-width: 550px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    border-radius: 8px;
}



aside {
    background-color: #97FF65;
    color: #151517;
}



footer {
    position: relative;
    overflow: hidden;
    /* min-height: 800px; */
    /*z-index:-1;*/
}

#marquee {
    font-size: 80px;

}
.marq-link{
        transition: all .3s ease;
            color: #151517;

}

.marq-link:hover{
            color: #97FF65;

}

.top-menu-row {
    justify-content: center;
}

        .newsletter .label {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 2px;
  display: block;
  text-align: left;
}

.form {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  width: 350px;

}

input[type="email"] {
  flex: 1;
  border: none;
  padding: 9px;
  background: transparent;
  color: black;
  font-size: 12px;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

button {
  background: none;
  border: none;
  padding: 0 20px;
  font-size: 18px;
  color: black;
  cursor: pointer;
  transition: .3s all ease;
}

.foo-sub {
      transition: .3s all ease;

}

.foo-sub:hover {
  opacity: 0.7;
  color: #97FF65;
}

.list-unstyled>li>a{
    color: #151517!important;
        font-size: 1.25rem;
        transition: all .3s ease;
        font-family: 'Geist', sans-serif;

}

.list-unstyled>li>a:hover{
    color: #97FF65!important;

}

.doc-link{
            transition: all .3s ease;

}
.doc-link:hover{
    color: #97FF65!important;

}

#content-area a {
                transition: all .3s ease;
}

#content-area a:hover {
        color: #7762FF!important;
}

#content-area p,
.nav-link {
    font-size: 1.25rem;
}

@media (max-width: 523.98px) {
    .wrap-downfoo{
            gap: 13px!important;
    flex-wrap: wrap-reverse;
        justify-content: center!important;
    }
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}

/* Зеленый фон для всех строк */
.wp-block-table .tr-title {
    font-family: 'Strongarm', sans-serif;
  /*background-color: #7762FF;*/
    background-color: #97FF65;

  color: #151517;
  font-size: 24px;
}

.wp-block-table .tr-title td {
text-align: center;
}

/* Альтернативно — можно окрасить только четные строки: */

.wp-block-table tr:nth-child(even) {
  background-color: #1d4522;
  color: #fff;
}


.wp-block-table th {
  background-color: #144a1f;
  color: #fff;
}

.table-responsive-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.wp-block-table table {
  min-width: 600px; /* можно больше, зависит от содержания */
}

.wp-block-table td,
.wp-block-table th {
  padding: 12px;
  border: 1px solid #ccc;
  /*white-space: nowrap;*/
}