

.about-header {
  margin: 0 20px;
  padding: 40px;
  padding-right: 75px;
  min-height: 400px;
  width: calc(100% - 40px);

  background: #FFFFFF;
  border-radius: 34px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.about-header::before {
	opacity: 0.5;
	background: url('/assets/img/about/cement-white.jpeg') center / cover no-repeat;
}

.about-header__content {}

.about-header__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}

.about-header__subtitle {
  margin-top: 10px;
  font-weight: 400;
  font-size: 28px;
  line-height: 135%;
  max-width: 550px;
}

.about-header__img {
  width: 433px;
  height: 320px;
}

.about-header__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.info {
  margin: 20px 20px 0;
}

.info__cards {
  display: flex;
  gap: 20px;

}

.info__card {
  padding: 50px 20px 50px 40px;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 30px;
  background: #FFFFFF;
  border-radius: 34px;
  overflow: hidden;
}

.info__card::before {
	opacity: 0.2;
	background: url('/assets/img/negative-balance/negative-balance-card.png') center / cover no-repeat;
}


.info__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #2C302B;
}

.info__img {
  width: 170px;
  height: 180px;
  flex-shrink: 0;
}

.info__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info__numbers {
  margin-top: 20px;
  padding: 40px;
  background: #1D1D1D;
  border-radius: 34px;
  overflow: hidden;
}

.info__numbers::before {
  opacity: 0.3;
	background: url('/assets/img/about/number-bg.jpeg') center / cover no-repeat;
}

.info__numbers-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  color: #FFFFFF;
  text-align: center;
}

.info__numbers-subtitle {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #B5B5B5;
  text-align: center;
}

.info__list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  /* justify-content: center; */
}

.info__li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.info__li-number {
  font-weight: 700;
  font-size: 64px;
  line-height: 116%;
  color: #FFFFFF;
}

.info__li-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
}


.history {
  margin: 20px 20px 0;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 34px;
  overflow: hidden;
}

.history::before {
  opacity: 0.4;
	background: url('/assets/img/about/cement-white.jpeg') center / contain repeat;
}

.history__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  text-align: center;
}

.history__band-wrap {
  position: relative;
  margin: 40px auto 0;
  max-width: 1240px;
}

.history__band {
  width: 100%;
}

.history__year {
  display: flex;
  gap: 70px;
  justify-content: center;

}

.history__year:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.history__year:last-of-type {
  justify-content: flex-start;
}

.history__year-content {
  width: calc(50% - 35px);
}

.history__year-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
}

.history__year-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.history__year-li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #5A5A5A;
}

.history__year-li_width {
  max-width: 470px;
}

.history__year-li::before {
  content: '\25CF';
  position: absolute;
  top: 0rem;
  left: 0;
  font-size: 8px;
  line-height: 26px;
}

.history__year-li span {
  font-weight: 700;
}

.history__year-li a {
  font-weight: 500;
  color: #9BD556;
}

.history__year-img {
  width: calc(50% - 35px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.history__year-img div {
  width: 100%;
  max-width: 360px;
}

.history__year-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.history__line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 2px;
  background: #9BD556;
}

.history__line span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 12px;
  height: 12px;
  background: linear-gradient(180deg, #5AA000 0%, #9AD556 100%);
  border-radius: 50%;
  z-index: 5;
}

.history__line span:last-of-type {
  top: unset;
  bottom: 0;
}


.market {
  margin: 20px 20px 0;
}

.market__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.market__card {
  width: calc(33.33% - 40px/3);
  padding: 20px;
  background: #1D1D1D;
  border-radius: 34px;
}

.market__card:not(:first-of-type) {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.market__card_full {
  padding: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}



.market__card-content {}

.market__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 136%;
  color: #9BD556;
}

.market__subtitle {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #B5B5B5;
}

.market__card-img {
  width: 600px;
  height: 288px;
  flex-shrink: 0;
}

.market__card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 14px;
}

.market__card svg {
  height: 44px;
  width: auto;
}

.market__card-title {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #E8EAE6;
}

.market__card-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  color: #B5B5B5;
}

.model {
  margin: 40px 20px 0;
}

.model__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  text-align: center;
}

.model__main {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.model__content {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.model__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
}

.model__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
}

.model__video {
  width: calc(50% - 10px);
  height: auto;
  flex-shrink: 0;
}

.model__video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 34px;
}

.model__list {
  margin-top: 20px;
  display: flex;
  gap: 20px;

}

.model__li {
  padding: 20px;
  width: calc(50% - 10px);
  border: 1px solid #9BD556;
  border-radius: 34px;
  text-align: center;
}

.model__li-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

.model__li-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
}

.about .assets-form {
  margin: 20px;
  justify-content: space-between;
}

.about .assets-form__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 123%;
  color: #1D1D1D;
  text-transform: none;
}

.about .assets-form__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 142%;
  /* or 142% */
  color: #1D1D1D;
  max-width: 450px;
}

.iti--allow-dropdown.iti--separate-dial-code {
  margin-top: 10px;
}


.about-bg {
  position: relative;
}

.about-bg > * {
	position: relative;
	z-index: 10;
}

.about-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1440px) {
  .info__list {
    justify-content: center;
  }

  .info__li {
    min-width: calc(33.33% - 40px/3);
  }

  .market__card-content,
  .market__card-img {
    width: calc(50% - 12px);
  }

  .market__card_full {
    
  }
}

@media (max-width: 1000px) {
  .info__card {
    flex-direction: column;
    text-align: center;
  }

  .info__text {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .about-header {
    flex-direction: column;
    gap: 30px;
  }

  .info__list {
    justify-content: space-between;
  }

  .info__li {
    order: 1;
  }

  .info__li_last {
    margin: 0 auto;
    order: 5;
  }

  .history__year,
  .history__year:nth-of-type(2n) {
    flex-direction: column;
  }

  .history__year-content,
  .history__year-img {
    width: 100%;
  }

  .history__line {
    left: -20px;
    transform: translate(0, 0);
    height: calc(100% - 60px);
    top: 10px;
  }

  .market__cards {
    justify-content: center;
  }

  .market__card_full {
    flex-direction: column;
  }

  .market__card-content, 
  .market__card-img {
    width: 100%;
  }

  .market__card-img {
    height: auto;
  }

  .market__card:not(:first-of-type) {
    width: calc(50% - 20px);
    
  }

  .model__main {
    flex-direction: column;
  }

  .model__video {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .about-header {
    padding: 20px;
    align-items: flex-start;
  }

  .about-header__title {
    font-size: 34px;
    line-height: 130%;
  }

  .about-header__subtitle {
    max-width: 300px;
    font-size: 16px;
    line-height: 160%;
  }

  .about-header__img {
    margin: 0 auto;
    max-width: 270px;
    height: auto;
  }

  .info__cards {
    flex-direction: column;
  }

  .info__card {
    padding: 20px;
    width: 100%;
  }

  .info__img {
    width: 120px;
    height: auto;
  }

  .info__numbers {
    padding: 20px;
  }

  .info__numbers-title {
    font-size: 24px;
    line-height: 140%;
  }

  .info__numbers-subtitle {
    font-size: 16px;
    line-height: 150%;
  }

  .info__list {
    gap: 20px;
  }
  
  .info__li {
    width: calc(50% - 10px);
    text-align: center;
  }

  .info__li_last {
    width: 100%;
  }

  .info__li-number {
    font-size: 44px;
    line-height: 54px;
  }

  .history {
    padding: 20px 10px 20px 30px;
  }

  .history__title {
    font-size: 24px;
    line-height: 140%;
  }

  .history__band-wrap {
    margin-top: 10px;
  }

  .history__year {
    gap: 10px ;
  }

  .history__year-title {
    font-size: 20px;
    line-height: 150%;
  }

  .history__year-list {
    margin-top: 5px;
  }

  .history__year-li {
    font-size: 14px;
    line-height: 20px;
  }

  .history__year-li::before {
    line-height: 20px;
  }

  .history__year-img {
    margin: 0 auto;
    width: 215px;
    height: 200px;
  }

  .history__year-img div,
  .history__year-img img {
    width: 100%;
    height: 100%;
  }

  .history__line {
    height: calc(100% - 45px);
  }

  .market__title {
    font-size: 22px;
    line-height: 145%;
  }

  .market__subtitle {
    font-size: 16px;
    line-height: 155%;
  }

  .market__card_full {
    padding: 20px;
    gap: 20px;
  }

  .market__card:not(:first-of-type) {
    width: 100%;
  }

  .market__card-title {
    font-size: 18px;
    line-height: 140%;
  }

  .model__main {
    margin-top: 20px;
  }

  .model__content {
    padding-left: 0;
    gap: 0;
  }

  .model__content > *:not(:first-child) {
    margin-top: 10px;
  }
 
  .model__text {
    font-size: 16px;
    line-height: 150%;
  }

  .model__content .model__subtitle {
    margin: 20px 0;
    margin-top: 20px;
  }

  .model__list {
    flex-direction: column;
    gap: 10px;
  }

  .model__li {
    width: 100%;
  }

  .about .assets-form__title {
    font-size: 34px;
    line-height: 130%;
  }

  .about .assets-form__text {
    font-size: 18px;
    line-height: 140%;
  }
}

