.index-numbers {
  background: url(/img/numbers_back.png);
  background-size: cover;
  background-position: left;
  padding: 3.75rem;
  border-radius: 0.75rem;
  margin-top: 7.5rem !important;
}

.index-numbers .numbers_card{
  display: flex;
  flex-direction: column;
  gap: 6.5125rem;
}

.index-numbers .numbers_card h2{
  font-weight: 500;
  font-size: 2.25rem;
  letter-spacing: -0.09rem;
  line-height: 2.5rem;
  color: white;
  margin-bottom: 0.75rem;
}

.index-numbers .numbers_card p{
  font-weight: 400;
  font-size: 1rem;
  line-height: 115%;
  color: white;
  max-width: 21rem;
}

.index-numbers .numbers_card .price_box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.index-numbers .numbers_card .price_box .numbers_value{
  font-size: 7.7rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.3rem;
  color: white;
}

.index-numbers .numbers_card .price_box .RUB_numbers{
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 100%;
  margin-left: 0.6rem;
  letter-spacing: -0.3rem;
  color: white;
}

.index-numbers .main_block_numbers{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index-numbers-mobile{
  display: none;
}

/*Моб версия отдельно */

@media (max-width: 849.99px) {
  .index-numbers{
    display: none;
  }

  .index-numbers-mobile{
    display: block;
    background: url(/img/numbers_back.png);
    background-size: cover;
    background-position: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-top: 3.75rem !important;
  }
}

.index-numbers-mobile .logo_number{
  margin-bottom: 3.75rem;
  width: 100% !important;
  max-width: 8.5rem;
}

.index-numbers-mobile .numbers_card h2{
  font-weight: 500;
  letter-spacing: -0.09rem;
  font-size: 1.5rem;
  line-height: 1.6875rem;
  max-width: 18.3125rem;
  color: white;
  margin-bottom: 0.75rem;
}

.index-numbers-mobile .numbers_card p{
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 115%;
  color: white;
  max-width: 21rem;
  margin-bottom: 3.1rem;
}

.index-numbers-mobile .box_value{
  display: flex;
  flex-direction: column;
  margin-bottom: 3.375rem;
}

.index-numbers-mobile .numbers_card .numbers_value{
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.3rem;
  color: white;
}

.index-numbers-mobile .numbers_card .price_box .RUB_numbers{
  font-size: 2.8rem;
  font-weight: 600;
  text-align: right;
  line-height: 100%;
  letter-spacing: -0.3rem;
  color: white;
}
.button{
  cursor: pointer;
}

.index-numbers-mobile .button{
  max-width: 70%;
  cursor: pointer;
}

.logo_number{
  width: 10% !important;
}

.numbers_value.animated {
  color: #28a745;
}