:root {
    --accent: #e30613; /* алый */
    --bg: #ffffff;
    --text: #000000;
    --gray: #e0e0e0;
}


.sidebar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
  color: #1efb9e; /* или другой акцент */
  margin-bottom: 16px;
}

.sidebar-icon {
  color: #fff200; /* ярко-жёлтый акцент или какой скажешь */
  font-weight: bold;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    display: flex;
}

.sidebar {
  position: fixed;
  overflow-y: auto;
    top: 0; left: 0;
    width: 220px;
    height: 100%;
    background: #000;
    color: white;
    padding: 30px 20px;
    font-size: 16px;
    scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE и Edge */
}

.sidebar::-webkit-scrollbar {
  display: none;               /* Chrome, Safari */
}

.sidebar a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.content {
    margin-left: 220px;
    width: calc(80% - 220px);
}

header {
    background: var(--bg);
    border-bottom: 2px solid var(--text);
    padding: 40px 30px;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
}

section {
    padding: 60px 30px;
    border-bottom: 1px solid var(--gray);
    font-weight: 400;
}

/* h2 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}
h2 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
} */
h1 {
    text-transform: uppercase;

}

button {
    background: var(--text);
    color: white;
    padding: 12px 24px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
/* Убираем стандартные буллеты и отступы */
.sidebar > ul,
.sidebar > ul > li > ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* Для пунктов групп — отступ слева не нужен */
.sidebar > ul > li > div {
  font-weight: bold;
  padding: 6px 12px;
  user-select: none;
  cursor: pointer;
}



/* Кастомные буллеты для секций */
.sidebar > ul > li > ul > li {
  position: relative;
  padding-left: 18px;
  margin: 4px 0;
}

.sidebar > ul > li > ul > li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fb1e9b;
  font-size: 12px;
}

/* Подсветка активного пункта */
.sidebar-subitem.active {
  font-weight: bold;
  color: #fb1e9b;
}

.sidebar-group-title {
  font-weight: bold;
  color: #fff200;
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 1rem;
}

.sidebar-sublist {
  list-style: none;
  padding: 0 0 10px 16px;
  margin: 0;
}

.sidebar-subitem-wrapper {
  margin-bottom: 6px;
}

.sidebar-subitem {
  color: #1efb9e;
  text-decoration: none;
  font-size: 0.92rem;
  display: inline-block;
  transition: color 0.2s;
}

.sidebar-subitem:hover,
.sidebar-subitem.active {
  color: #fb1e9b;
  font-weight: bold;
}

.modal-pr-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-image {
  display: block;
  margin: 20px auto;
  border-radius: 6px;
}

.modal-pr img {
  max-width: 33.33%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}

.modal-pr {
  max-height: 90vh;
  max-width: 90vw;  
  overflow-y: auto;
  padding: 30px;
  background: white;
  border-radius: 8px;
  font-weight: 400;
}

.modal h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.modal p {
    font-size: 16px;
    margin-bottom: 20px;
}

.modal input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
}

.submit-btn {
    width: 100%;
    background: var(--accent);
    font-size: 16px;
}

.close-btn {
    background: #666;
    width: 100%;
    margin-top: 10px;
}


div {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  
}

.dela-gothic-one-regular {
    font-family: "Dela Gothic One", serif;
    font-weight: 400;
    font-style: normal;
}
.roboto-400 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.name {
  background-color: #0c0722;
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-size: xx-large;
  font-style: normal;
  color: #fff;
  margin: 0% 5% 0 5%;
  padding: 0.5% 0 0.5% 0;
  text-align: center;
  display: flexbox;
}
.name2{
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-size: xx-large;
  font-style: normal;
  margin: 0% 5% 0 5%;
  padding: 0.5% 0 0.5% 0;
  display: flexbox;
}

.description {
  margin: 1.5% 10% 0 10%;
  padding: 0 0.5% 0 1%;
  /* font-size: large; */
  font-size: 150%;
  font-weight: 400;
  text-align: justify;
}

.pushka-bg-black {
  background-color: #0c0722;
}

.pushka-magenta {
  color: #fb1e9b;
}

.pushka-bg-magenta {
  background-color: #fb1e9b;
}

.pushka-lime {
  color: #53da3f;
}

.pushka-mint {
  color: #1efb9e;
}

.pushka-yellow {
  color: #e9fb1e
}

.ghm-red-bg{
  background-color: #ad271f;
}

.carousel-box {
  width: 70%;
  position: relative;
  margin: auto;
}

.b1{
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.borderless {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.epigraph {
  color: #000;
  position: relative;
  z-index: 2;
  background-color: #1efb9e;
  display: flex;
  /* transform: translate(-5%, 0rem); */
  width: 80%;
  text-align: justify;
}

.d1 {
  position: relative;
  z-index: 1;
  width: 30rem; 
  height: 30rem;
  background: #1efb9e;
  border-radius: 50%;
  margin-left: auto;
  transform: translate(-0rem, -15rem);
}

.d2 {
  position: relative;
  z-index: 0;
  width: 0; 
  height: 0;
  border-left: 30rem solid transparent ;
  border-bottom: 50rem solid  #e9fb1e;
  border-right: 10rem solid #fb1e9b ;
  margin-left: auto;
  rotate: z 5deg;
  overflow-x: hidden;
}

.p1 {
  height: 25%;
  width: 25%;
  z-index: -1;
  position: relative;
  transform: translate(70%, -35%) rotate(200deg);
  overflow: hidden;
}

.p2 {
  z-index: 100;
  position: sticky;
  overflow: hidden;
}

.title {
  font-size: 350%;
}

.market-pos{
  text-align: center;
}

.bg-white{
  background-color: #fff;
  padding: 5% 5% 5% 5%;
  border-radius: 15%;
}

.step{
  padding-top: 1%;
  padding-bottom: 1%;
}

.video-ghm{
  padding-top: 2%;
  padding-bottom: 2%;
}

.text{
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 150%;
  text-align: justify;
}

.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  margin: 20px 0;
}

.video-wrapper iframe {
  width: 100%;
  max-width: 853px;
  height: 480px;
  border-radius: 16px;
  border: none;
  display: block;
}

.image-single,
.image-carousel {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  margin: 16px auto;
  display: block;
}
.img-carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.img-carousel-btn {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
  font-size: 18px;
  cursor: pointer;
}