.v-main .g-indent .table__text {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.v-main .g-indent .table__row--title{
  color: white !important;
  font-weight: 200 !important;
  letter-spacing: 1.6px !important;
  line-height: 1 !important;
    font-size: 64px !important;
}
.v-main .g-indent .table__row--subtitle{
      font-size: 20px !important;
    color: rgba(250, 252, 254, .72) !important;
  font-weight: 300 !important;
  line-height: 1.4 !important;
}
.v-main .g-indent .table__row{
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
}

#ka-tekstovyi-blok .g-indent{
  background-color: #041b24 !important;
}


@media (max-width:1280px) {
  .v-main .v-main__wrap .g-indent .table__row--title{
    font-size: 30px !important;
  }
    .v-main .v-main__wrap .g-indent .table__row--subtitle{
    font-size: 18px !important;
  }
}

@media (min-width:768px) {
  .v-main .g-indent .table__row--subtitle {
    max-width: 50%;
  } 
  .v-main .g-indent .table__row--title {
    width: 50%;
  }
}

@media (max-width:768px) {
  .v-main .v-main__wrap .g-indent .table__row {
    flex-direction: column !important;
  }
}

.v-main .v-main__wrap .g-indent .dark{
  color: #000000 !important;
}

.v-main .g-indent .financial__title {
  font-size: 56px !important;
}