.our-indicators {
  padding: 0 2%;
}
.our-indicators .our-indicators-block {
  border-style: solid;
  border-color: rgba(115, 115, 115, 0.5);
  border-width: 0px 1px 0px 1px;
  padding: 154px 8.671875vw 173px;
  display: flex;
  flex-direction: row-reverse;
  gap: 94px;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.our-indicators .oi-left-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  row-gap: 0px;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 1;
}

.our-indicators .green-icon-1 {
  flex-shrink: 0;
  width: calc(61*100vw/2560);
  height: auto;
  overflow: visible;
} 
.our-indicators .oi-left-description {
  padding: 0px 0px 12px 0px;
  display: flex;
  flex-direction: row-reverse;
  gap: 61px;
  row-gap: 0px;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 1;  
}
.our-indicators .oi-left-number {
  flex-shrink: 0;
  width: calc(423*100vw/2560);
  height: auto;
  overflow: visible;
}
.our-indicators .oi-left-text {
  color: #2c3537;
  font-size: 22px;
  line-height: 150.87%;
}
.our-indicators.about-indicators .oi-left-text {
  max-width: 609px;
  width: 100%;
}
.our-indicators.about-indicators .oi-left-description img{
  width: 423px;
  height: auto;
}
.our-indicators.about-indicators .our-indicators-block {
  padding-top: 75px;
  padding-bottom: 163px;
  gap: 86px;
}
.our-indicators.about-indicators .oi-right-text {
  max-width: 237px;
  width: 100%;
}
.our-indicators.about-indicators .oi-right-description img{
  width: 200px;
  height: auto;
}
.our-indicators .oi-left-text b, .our-indicators .oi-left-text strong {
  font-weight: 700;
}
 
.our-indicators .text-divide {
  margin-top: -1px;
  border-style: solid;
  border-color: #939393;
  border-width: 1px 0 0 0;
  opacity: 0.5;
  flex-shrink: 0;
  width: 126px;
  height: 0px;
  transform-origin: 0 0;
  transform: rotate(-90deg) scale(1, 1);
}
.our-indicators .oi-right-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 23px;
  row-gap: 0px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 562px;
} 


.our-indicators .green-icon-2 {
  flex-shrink: 0;
  width: calc(61*100vw/2560);
  height: auto;
  overflow: visible;
}
.our-indicators .oi-right-description {
  padding: 0px 0px 12px 0px;
  color: #2c3537;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  padding-bottom: 12px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 41px;
  flex: 1;
  flex-direction: row-reverse;
}
.our-indicators .oi-right-description b, .our-indicators .oi-right-description strong {
  font-weight: 700;
}

.our-indicators .oi-right-number {
  flex-shrink: 0;
  width: calc(200*100vw/2560);
  height: auto;
  overflow: visible;
}
.our-indicators .oi-left-content::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: 0;
  width: 1px;
  height: 88%;
  background: #939393;
  opacity: 0.5;
}
html[lang="en-US"] .our-indicators .our-indicators-block {
  flex-direction: row;
} 
html[lang="en-US"] .our-indicators .oi-left-description {
  flex-direction: row;
}
html[lang="en-US"] .our-indicators .oi-left-content {
  flex-direction: row;
} 
html[lang="en-US"] .our-indicators .oi-right-content {
  flex-direction: row;
}
html[lang="en-US"] .our-indicators .oi-right-description {
  flex-direction: row;
} 

@media (max-width: 1920px) {
  /*.our-indicators .oi-left-number {*/
  /*  width: 200px;*/
  /*}*/
  /*.our-indicators .oi-right-number {*/
  /*  width: 120px;*/
  /*}*/
  .our-indicators .oi-left-text {
    font-size: 18px;
  }
  .our-indicators .oi-right-description {
    font-size: 18px;
  }
  .our-indicators .oi-right-content {
    gap: 8px;
    max-width: 445px;
  }
  .our-indicators .oi-right-description {
    gap: 18px;
  }
  .our-indicators .oi-left-description {
    gap: 24px;
  }
  .our-indicators .oi-left-content {
    gap: 8px;
  }
}
@media (max-width: 1366px) {
  .our-indicators .oi-left-description {
    /* flex-direction: column */
  }
  .our-indicators .green-icon-2 {
    width: 24px;
    height: 24px;
  }
  .our-indicators .green-icon-1 {
    width: 24px;
    height: 24px;
  }
  .our-indicators .oi-right-content {
    max-width: 254px;
  }
  .our-indicators .our-indicators-block {
    gap: 36px;
  }
  .our-indicators .oi-left-content::after {
    right: -18px;
  }
  /*.our-indicators .oi-left-number {*/
  /*  width: 160px;*/
  /*}*/
  /*.our-indicators .oi-right-number {*/
  /*  width: 80px;*/
  /*}*/
}
@media (max-width: 1024px) {
  .our-indicators .our-indicators-block {
    padding: 128px 8.671875vw;
    flex-direction: column;
  }
  .our-indicators .oi-left-content {
    order: 2;
  }
  .our-indicators .oi-right-content {
    order: 1;
    max-width: 100%;
    align-items: flex-start;
  }
  .our-indicators .oi-left-content::after {
    top: -33px;
    bottom: auto;
    width: 100%;
    height: 1px;
    right: 0;
  }
  .our-indicators .oi-left-number {
    width: 160px;
  }
  .our-indicators .oi-right-number {
    width: 106px;
  }
  .our-indicators .our-indicators-block {
    align-items: start;
  }
  .our-indicators .oi-right-content {
    gap: 23px;
  }
  .our-indicators .our-indicators-block {
    gap: 64px;
  }
  html[lang="en-US"] .our-indicators .our-indicators-block {
    flex-direction: column;
  }
  html[lang="en-US"] .our-indicators .our-indicators-block {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .our-indicators {
    padding: 0; 
  }
  .our-indicators .our-indicators-block {
    border: none;
  }
  .our-indicators .oi-left-number {
    width: 222px;
    align-self: start;
  }
  .our-indicators .oi-left-description {
    flex-direction: column;
  }
  .our-indicators .our-indicators-block {
    padding: 40px 0 30px 0;
  }
  .our-indicators .oi-right-description {
    font-size: 16px;
    gap: 9px;
    justify-content: start;
  }
  .our-indicators .oi-left-text {
    font-size: 16px;
  }
  .our-indicators .oi-left-content {
    display: block;
  }
  .our-indicators .green-icon-1 {
    position: absolute;
    right: 236px;
    top: 50px;
  }
  .our-indicators .green-icon-img {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
  }
  .our-indicators .oi-right-content {
    display: block;
  }
  .our-indicators .green-icon-2 {
    position: absolute;
    left: -4px;
    top: 0;
  }
  .our-indicators .oi-right-text {
    max-width: 280px;
    margin-bottom: 0;
  }
  .our-indicators .oi-left-text {
    margin-bottom: 0;
  }
  .our-indicators.about-indicators .oi-right-description img {
    width: 127px;
    max-width: 127px;
  }
  .our-indicators.about-indicators .green-icon-2 {
    right: 144px;
    left: auto;
    left: -13px;
    top: -9px;
    width: 30px;
    height: 30px;
  }
  .our-indicators.about-indicators .our-indicators-block {
    padding: 60px 0 30px 0;
  }
  .our-indicators.about-indicators .oi-left-description img {
    width: 274px;
    max-width: 274px;
  }
  .our-indicators.about-indicators .our-indicators-block {
    gap: 80px;
  }
  .our-indicators.about-indicators .oi-left-description {
    gap: 40px;
    align-items: start;
  }
  .our-indicators.about-indicators .oi-left-content::after {
    top: -44px;
    bottom: auto;
    width: 103%;
    right: 0;
  }
  .our-indicators.about-indicators .green-icon-1 {
    width: 45px;
    height: 45px;
    right: auto;
    left: -4px;
    top: 45px;
  }
  .our-indicators.about-indicators  .oi-left-text {
    font-size: 18px;
  }
  .our-indicators.about-indicators .oi-right-description {
    font-size: 18px;
  }
  html[lang="en-US"] .our-indicators .oi-left-number {
    align-self: flex-end;
  }
  html[lang="en-US"] .our-indicators.about-indicators .oi-left-description{
    align-items: flex-end;
  }
  html[lang="en-US"] .our-indicators .oi-right-description {
    justify-content: end;
  }
  html[lang="en-US"] .our-indicators .oi-left-description {
    flex-direction: column;
  }
  html[lang="en-US"] .our-indicators .green-icon-2 {
    top: -14px;
  }
}
@media (max-width: 440px) {
  .our-indicators .oi-right-text {
    max-width: 246px;
  }
}
@media (max-width: 420px) {
  .our-indicators.about-indicators .green-icon-2 {
    right: 136px;
    left: auto;
    top: -28px;
  }
  .our-indicators .green-icon-2 {
    left: -8px;
  }
  html[lang="en-US"] .our-indicators .green-icon-2 {
    top: -23px;
  }
}
@media (max-width: 360px) {
  .our-indicators.about-indicators .oi-left-description img {
    width: 245px;
    max-width: 245px;
  }
}
/*# sourceMappingURL=our_indicators.css.map */