.resourses-hero {
      padding: 186px 0 150px;
}
@media (max-width: 768px) {
  .resourses-hero {
    padding: 228px 0 120px;
  }
}

.resourses-hero__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resourses-hero__inner img{
    max-width: 514px;
    position: relative;
}
@media (max-width: 992px){
  .resourses-hero__inner .image-wrapper{
    display: none;
  }
}

.resourses-hero__inner .resourses-hero-content{
  max-width: 785px;
  margin-top: -41px;
}

.resourses-hero__inner .image-wrapper{
  position: relative;
}

.resourses-hero__inner .image-wrapper::before{
    content: '';
    background-image: url(/images/resourses-hero-bg.svg);
    background-size: contain;
    width: 400px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resourses-hero__inner h4 {
  color: var(--title-color);
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .resourses-hero__inner h4 {
    font-size: 32px;
  }
}
.resourses-hero__inner p {
  color: var(--text-gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.resources-media {
    margin: 164px 0 0;
}
.resources-media__inner {
  text-align: center;
}
.resources-media__inner h4 {
  color: var(--title-color);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .resources-media__inner h4 {
    font-size: 28px;
  }
}
.resources-media__inner .scroll-wrapper {
  position: relative;
  padding-bottom: 40px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .resources-media__inner .scroll-wrapper {
    margin-top: 48px;
  }
}
.resources-media__inner .scroll-wrapper .scroll-container {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 48px;
}
.resources-media__inner .scroll-wrapper .scroll-container::-webkit-scrollbar {
  display: none;
}
.resources-media__inner .scroll-wrapper .scroll-container .scroll-item {
  flex: 0 0 100%;
  scroll-snap-align: start;
  color: white;
  box-sizing: border-box;
  border-radius: 12px;
  max-width: 330px;
}
.resources-media__inner .scroll-wrapper .scroll-container .scroll-item .video-wrapper{
  margin-bottom: 24px;
}

.resources-media__inner .scroll-wrapper .scroll-container .scroll-item .video-wrapper iframe{
  width: 100%;
  height: 384px;
  border: 1px solid #33333A;
  border-radius: 12px;
}
.resources-media__inner .scroll-wrapper .scroll-container .scroll-item__heading {
  margin-bottom: 24px;
  color: var(--title-color);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.resources-media__inner .scroll-wrapper .scroll-container .scroll-item p {
  color: var(--text-gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}
.resources-media__inner .scroll-wrapper .scroll-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.resources-media__inner .scroll-wrapper .scroll-controls .progress-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.resources-media__inner .scroll-wrapper .scroll-controls .progress-wrapper .scroll-progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  position: relative;
}
.resources-media__inner .scroll-wrapper .scroll-controls .progress-wrapper .scroll-progress .scroll-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(267.34deg, #EBBD84 4.45%, #3353A8 95.55%);
  backdrop-filter: blur(4.2px);
  border-radius: 12px;
  transition: width 0.1s ease-out;
}
.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons {
  display: flex;
  gap: 16px;
}
.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons button {
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(274.43deg, #EBBD84 -3.28%, #3353A8 132.5%);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons button[disabled]{
  background: #33333A!important;
  cursor: not-allowed;
}

.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons button[disabled] svg path{
  stroke: #000;
}

.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons button:hover{
  background: transparent;
}

.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons button[disabled]:hover::before{
  display: none;
  background-color: #33333A!important;
}

.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons button:hover::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(274.43deg, #EBBD84 -3.28%, #3353A8 132.5%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons .scroll-button {
  width: 32px;
  height: 32px;
  border: none;
  background: #33333A;
  border-radius: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.1s;
}
.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons .scroll-button:hover, .resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons .scroll-button:active {
  background: linear-gradient(274.43deg, #EBBD84 -3.28%, #3353A8 132.5%);
}
.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons .scroll-button:active {
  transform: scale(0.9);
}
.resources-media__inner .scroll-wrapper .scroll-controls .scroll-buttons .scroll-button img {
  filter: brightness(0) invert(1);
}

.resourses-downloads{
  position: relative;
  z-index: 2;
}

.resourses-downloads__inner .cols {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .resourses-downloads__inner .cols {
    flex-direction: column;
  }
}
.resourses-downloads__inner .cols h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  flex: 1;
}
@media (max-width: 900px) {
  .resourses-downloads__inner .cols h4 {
    font-size: 28px;
  }
}
.resourses-downloads__inner .cols .items {
  flex: 1;
}








.download-core-accordion {
  --text: #e9ecef;
  --accent: #f7c57b;
  --muted: #a6abb2;
  --border: #2a2e33;
  color: var(--text);
  max-width: 480px;
  margin: 40px auto;
  font-family: "Manrope", sans-serif;
}

.accordion-item {
  border: none;
  margin-bottom: 32px;
}

.accordion-header {
    font-family: Lexend, sans-serif;
    color: #D6D6D6;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: opacity .25s ease;
    border: 1px solid #33333A;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    vertical-align: bottom;
    padding: 10px 5px;
    background: #5353620D;
    border-radius: 8px;
}

.resourses-downloads .accordion-header h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #D6D6D6;
}

.resourses-downloads .accordion-header h4 span{
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #D6D6D6;
}

/* При открытии — заголовок исчезает */
.accordion-item.open .accordion-header {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  padding: 0 5px;
}

/* Контейнер контента */
.accordion-body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height .4s ease, opacity .3s ease;
}

/* Открытое состояние */
.accordion-item.open .accordion-body {
  opacity: 1;
  height: auto;
}

/* Содержимое */
.accordion-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 0 44px;
}

@media (max-width: 768px){
  .accordion-content{
    padding: 0 0 0 20px;
  }
}

.accordion-content a {
  color: var(--text);
  text-decoration: none;
  font-weight: 400;
  transition: opacity .2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.accordion-content a:hover {
  opacity: .7;
}










.resourses-downloads__inner .cols .items h3{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: #EBBD84;
    padding-left: 16px;
    font-family: Lexend;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    vertical-align: bottom;
}

.resourses-downloads__inner .cols .items h3 span{
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #D6D6D6;
}

.resourses-downloads__inner .cols .items ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
      margin-left: 44px;
  margin-bottom: 32px;
}
.resourses-downloads__inner .cols .items ul li a {
  border-radius: 8px;
  display: flex;
  gap: 8px;
  padding: 0;
  align-items: center;
  color: var(--text-gray-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  max-height: 48px;
}
@media (max-width: 768px) {
  .resourses-downloads__inner .cols .items ul li a {
    font-size: 16px;
    max-height: max-content;
  }
}
.resourses-downloads__inner .cols .items ul li a svg {
  min-width: 24px;
}

.resourses-downloads__inner .cols .items .investor-materials-btn{
  padding: 10px 6px;
  border: 1px solid #33333A;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  background: #5353620D;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  vertical-align: bottom;
  color: #D6D6D6;
  text-decoration: none;
}