:root {
  --color-1: #00e1d6;
  --background: #1c1c1c;
  --grey: #262626;
  --white: #fff;
  --background-menu: #262626;
  --color-text2: rgba(245, 245, 245, 0.6);
  --color-2: #28aee2;
  --color-3: #507bed;
}


.text-block {
  display: flex;
  gap: 12px;
}

.big-text {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #80b122;
}

.small-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #80b122;
}

.text-blocks-23 {
  position: relative;
}

.text-block-1 {
  margin-bottom: 62px;
  display: inline-flex;
}

.text-block-2 {
  margin-bottom: 78px;
}

.text-block-3 {
  display: inline-flex;
  position: relative;
}

.text-block-2,
.text-block-3 {
  padding-left: 67px;
}

.arr-2 {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.relative {
  position: relative;
  display: inline-block;
}

.arr-1 {
  position: absolute;
  right: -45px;
  top: 3px;
  width: 37px;
}

.mask-container {
  width: 234px;
  height: 137px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.background-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}



.anim-1 * {
  font-family: "Montserrat";
}

.content-mask {
  position: relative;
  z-index: 2;
  padding: 10px 0 0 64px;
  color: white;
  font-family: sans-serif;
}

.content-mask p {
  color: var(--white);
}

.arr-3 {
  position: absolute;
  bottom: 18px;
  right: -109px;
}

.anim-icon-1 path {
  visibility: hidden;
}

.char {
  display: inline-block;
  opacity: 0;
}

.texts p {
  margin: 0;
  padding: 0;
}

.anim-icon-1 path,
.arr-1 path,
.anim-icon-2 path {
  visibility: hidden;
}

.final-icon,
.final-bar {
  /* Убрали stroke-width: 1px */
  fill: none !important; /* Гарантируем, что нет заливки, только контур */
  vector-effect: non-scaling-stroke; /* Чтобы линии не искажались при масштабировании */
}

.anim-1-1 .text-block-1 {
  margin-bottom: 33px;
  position: relative;
}

.anim-1-1 .text-block-2 {
  margin-bottom: 49px;
}

.big-text {
  line-height: 120%;
}

.anim-1-1 .content-mask {
  padding-left: 60px;
}

.anim-1-1 .arr-3 {
  bottom: 64px;
  right: -82px;
}

.anim-1-1 .mask-container {
  bottom: 40px;
}



.anim-1-0 {
  background-image: url("./images/anim-1-0.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.anim-1-1 {
  background-image: url("./images/anim-1-1.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.anim-1-1 .arr-2 {
  top: 40%;
  transform: translateY(-50%);
}


/* anim 2 */
.anim-2 {
  position: relative;
  min-height: 500px;
  width: 100%;
  background-image: url("./images/bg-team.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.anim-2-item {
  position: absolute;
  width: 110px; 
  height: 110px;
  border: 2px solid #80b122;
  border-radius: 50%;
  padding: 4px;
  opacity: 0;
  will-change: transform;
  
}

.anim-2-item div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
  filter: grayscale(100%);
}

/* Настройки позиций и размеров под картинку */
.anim-2-item {
  width: 110px;
  height: 110px;
}

.anim-2 > :nth-child(1) {
  top: 5%;
  left: 32%;
}
.anim-2 > :nth-child(2) {
  top: 5%;
  right: 28%;
}
.anim-2 > :nth-child(3) {
  top: 32%;
  right: 8%;
}
.anim-2 > :nth-child(4) {
  top: 30%;
  left: 43%;
}
.anim-2 > :nth-child(5) {
  top: 40%;
  left: 12%;
}
.anim-2 > :nth-child(6) {
  bottom: 8%;
  left: 28%;
}
.anim-2 > :nth-child(7) {
  bottom: 10%;
  right: 32%;
}

/* anim 3 */
.map-svg path,
.es,
.canada,
.usa {
  fill: rgba(116, 116, 116, 0.12);
}

.anim-3 {
  position: relative;
  overflow: hidden;
  max-height: 474px;
  padding: 20px;
}

.rel-4 {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: left center;
}

.usa-img,
.es-img,
.canada-img {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  z-index: 10;
  max-width: 70px;
}

.usa-img {
  top: 40%;
  left: 13%;
}

.es-img {
  top: 34%;
  left: 45%;
}

.canada-img {
  top: 25%;
  left: 5%;
}


/* анимация 1 адаптив */

.roadmap-wrapper {
  width: auto;
  max-width: fit-content;
  overflow: hidden;
}

.roadmap-section {
  transform-origin: top left;
  transition: transform 0.1s ease-out;
}

/* 


anim-5


 */

.anim-5 {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  padding: 10px;
  background-image: url("./images/anim-5.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.anim-5__item {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  padding: 12px 16px 12px 12px;
  box-shadow: 0 0 24px 0 rgba(88, 88, 88, 0.07);
  background: var(--white);
  gap: 8px;
}

.anim-5__column {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: flex-end;
}

.anim-5 > :last-child {
  align-items: flex-start;
}

.anim-5__column {
  min-width: 180px;
}

.anim-5__column--left {
  margin-right: 19px;
}

.anim-5__column--right {
  margin-left: 19px;
}

.anim-5__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 143%;
  color: #383838;
  font-family: "Montserrat";
}

.anim-2-item,
.char,
path {
  will-change: transform, opacity;
}



.anim-1-1 .arr-1 {
  width: 86px;
  right: -90px;
  top: 8px;
}


.lat {
  fill: rgba(148, 188, 73, 0.25)!important;
}


.lat-img {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  z-index: 10;
  max-width: 70px;
}

.lat-img {
  top: 65%;
  left: 25%;
}


/* anim7 */
.anim-7 {
  padding: 13px 16px;
  border-radius: 16px;
  background: var(--ffffff);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.anim-7__column {
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: 0;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 5%,
    black 95%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 5%,
    black 95%,
    transparent 100%
  );
}

.anim-7__track {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px; 
  width: max-content;
  flex-shrink: 0;
  opacity: 0;
  will-change: transform;
}

.anim-7__item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.anim-7__item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 196%;
  color: #383838;
  margin: 0;
  white-space: nowrap;
}

.anim-7 {
  position: relative;
}

.anim-7-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  border-radius: 16px;
  box-shadow: 0 4px 72px 0 rgba(23, 23, 23, 0.16);
  background: #fff;
  min-width: 360px;
}

.anim-7-abs p {
  font-weight: 900;
  font-size: 34px;
  line-height: 126%;
  text-transform: uppercase;
  color: #383838;
  font-family: "Montserrat", sans-serif;
}

.overlay-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 10;
}