#trn-stats > * {
  font-family: "Poppins", sans-serif !important;
}

.trn-stats {
  position: relative;
  padding-bottom: 5px;
  background-color: #0c0b0b;
  height: inherit;
}

.elementor-element-eba725c {
  height: inherit;
}

.trn-stats::before {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: -399px;
  width: 100%;
  height: 400px;
  background: linear-gradient(181deg, #fff 0%, #e4e4e4 23.08%, #2b2a2a 86.54%, #0c0b0b 100%);
}

.trn-stats__container {
  display: flex;
  align-items: center;
  max-width: 1063px;
  padding: 0 15px;
  padding-top: 220px;
  margin: 0 auto;
}

.trn-stats__content {
  display: flex;
  flex-direction: column;
  row-gap: 72px;
  width: 100%;
}

.trn-stats__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 167%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fffefa;
}

.trn-stats__content-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 32px;
  max-width: 673px;
  margin: 0 auto;
}

.trn-stats-slider {
  position: relative;
  display: flex;
  column-gap: 46px;
  min-height: 486px;
}

.trn-stats-slider__column {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.1) 2.45%, rgba(0, 0, 0, 0.5) 49.68%, #000 100%);
}

.trn-stats-slider__column-right {
  position: absolute;
  right: 0;
  opacity: 0;
  min-width: 0;
  min-height: 486px;
  min-width: 400px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.trn-stats-slider__column_active {
  opacity: 1;
  pointer-events: auto;
}

/* right slider part */

.trn-stats-slider-right {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
}

.trn-stats-slider-right__row {
  position: relative;
  padding-top: 25px;
  padding-bottom: 24px;
}

.trn-stats-slider-right__row-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.trn-stats-slider-right__row:first-child {
  padding-top: 36px;
}

.trn-stats-slider-right__row:last-child {
  padding-bottom: 36px;
}

.trn-stats-slider-right__row:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(#fff 0%, #0c0b0b 52%, #fff 100%);
}

.trn-stats-slider-right__icon {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.trn-stats-slider-right__icon img {
  max-width: 40px;
  border-radius: 0;
}

.trn-stats-slider-right__icon span {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
}

.trn-stats-slider-right__count {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-align: right;
  color: #ffdd52;
}

/* left slider part */

.trn-stats-slider__column_left {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 586px;
  padding: 40px;
  height: 100%;
}

svg.trn-stats-slider__column_left-line {
  width: auto;
  position: absolute;
  right: -49px;
  top: 50.5%;
  transform: translateY(-2.1px);
}

.trn-stats-slider__logo img {
  position: absolute;
  z-index: 3;
  width: 193px;
  height: 61px;
  top: 50%;
  left: 50%;
  border-radius: 0;
  transform: translate(-50%, -50%);
}

.trn-stats-slider__logo::before {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: flex;
  width: 302px;
  height: 302px;
  border-radius: 100%;
  border: 1px solid #ffd522;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}

#trn-stats .trn-stats-slider__animation svg {
  width: auto;
}

.trn-stats-slider__animation {
  position: absolute;
  top: 51.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rotating-svg {
  animation: rotate-cw 30s linear infinite;
  transform-origin: 50% 50%;
}

.rotating-svg g {
  fill: none;
}

.trn-stats-slider-left__items {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
}

.trn-stats-slider-left__item {
  display: flex;
}

.trn-stats-slider-left__items > *:nth-child(1) {
  grid-area: 1 / 1;
}
.trn-stats-slider-left__items > *:nth-child(2) {
  grid-area: 1 / 2;
  justify-content: flex-end;
}
.trn-stats-slider-left__items > *:nth-child(3) {
  grid-area: 2 / 2;
  align-items: end;
  justify-content: flex-end;
}
.trn-stats-slider-left__items > *:nth-child(4) {
  grid-area: 2 / 2;
  grid-area: 2 / 1;
  align-items: end;
}

.trn-stats-slider-left__item-inner svg {
  width: 27px;
}

.trn-stats-slider-left__item-inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 7px;
  height: min-content;
  cursor: pointer;
  max-width: 174px;
  padding: 16px 24px;
  border-radius: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  box-shadow: 0 0 24px 0 rgba(255, 213, 34, 0.4);
  background: linear-gradient(
      180deg,
      rgba(255, 213, 34, 0.53) 0%,
      rgba(0, 0, 0, 0.53) 46.14%,
      rgba(255, 213, 34, 0.53) 100%
    ),
    #000000;
}

.trn-stats-slider-left__item {
  color: #fff;
}

.trn-stats-slider-left__item span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.3s ease;
}

.trn-stats-slider-left__item path {
  transition: fill 0.3s ease;
}

.trn-stats-slider-left__item_active .trn-stats-slider-left__item-inner {
  color: #000;
  background: linear-gradient(0deg, #ffe77e 0%, #ffd522 38.46%, #7a650c 100%);
}

.trn-stats-slider-left__item_active span {
  color: #000;
}

.trn-stats-slider-left__item-inner-icons {
  display: flex;
  align-items: center;
  column-gap: 11px;
}

.trn-stats-slider-left__item-inner-icons svg {
  width: auto;
}

.trn-stats-slider-content-rights {
  display: flex;
  flex-direction: column;
  padding: 35px;
}

.trn-stats-slider-content-rights__year {
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  margin-bottom: 26px;
}

.trn-stats-slider-content-rights__schedule-numbers {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0;
  list-style: none;
  row-gap: 25px;
}

.trn-stats-slider-content-rights__schedule-numbers-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0;
  list-style: none;
  row-gap: 20px;
}

.trn-stats-slider-content-rights__schedule-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffdd49;
}

.trn-stats-slider-content-rights__schedule {
  display: flex;
  column-gap: 23px;
}

.trn-stats-slider-content-rights__schedule-img-month {
  display: flex;
  padding: 0;
  list-style: none;
  column-gap: 12px;
}

.trn-stats-slider-content-rights__schedule-img {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 7px;
  margin-bottom: -23px;
}

.trn-stats-slider-content-rights__schedule-img img {
  width: 214px;
  height: 235px;
  border-radius: 0;
}

.trn-stats-slider-content-rights__schedule-img-month-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffdd49;
}

.trn-stats-slider-content-rights__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  column-gap: 37px;
  margin-top: 55px;
}

.trn-stats-slider-content-rights__legend-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
}

.trn-stats-slider-content-rights__legend-item-icon {
  width: 31px;
  height: 13px;
  border-radius: 2px;
  background-color: #ffd522;
}

.trn-stats-slider-content-rights__legend-item-icon_transparent {
  background-color: #7a650c;
}

.trn-stats-slider-promotion__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.trn-stats-slider-promotion__item-name {
  display: flex;
  flex-grow: 1;
  font-weight: 600;
  font-size: 24px;
  line-height: 83%;
  letter-spacing: -0.02em;
  color: #fff;
  padding-left: 47px;
}

.trn-stats-slider-promotion {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  padding: 47px 50px;
}

.trn-stats-slider-promotion__list {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  list-style: none;
  padding: 0;
}

.trn-stats-slider-promotion__item {
  display: flex;
  align-items: center;
}

.trn-stats-slider-promotion__item-count {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffdd49;
  margin-left: auto;
}

.trn-stats-slider-promotion__item-icon {
  display: flex;
  align-items: center;
}

.trn-stats-slider-promotion__item-icon img {
  max-width: 38px;
  border-radius: 0;
}

.trn-stats-slider-payout {
  padding: 56px 32px;
  height: 100%;
  justify-content: center;
}

.trn-stats-slider-payout__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  margin-top: auto;
}

.trn-stats-slider-payout__icon {
  position: relative;
  margin-top: auto;
}

.trn-stats-slider-payout__icon img {
  max-width: 337px;
  border-radius: 0;
}

.trn-stats-slider-payout__icon-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffdd49;
}

@keyframes rotate-cw {
  100% {
    transform: rotate(360deg);
  }
}

.trn-stats-slider-right__row-inner-mobile {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding-left: 22px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

.trn-stats-slider-right__icon-text {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  color: #ffffff;
}

svg.trn-stats-slider__column_left-line line {
  stroke-dashoffset: 0;
  animation: dash-move 0.7s linear infinite;
}

.trn-stats-slider__column-left {
  min-width: 586px;
}

#line-mobile {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  transform: translateX(-50%);
  bottom: -20px;
}

svg#line-mobile line {
  stroke-dashoffset: 0;
  animation: dash-move 0.7s linear infinite;
}

.trn-stats-slider-models-list {
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.trn-stats-slider-models {
  padding: 40px;
  height: 100%;
}

.trn-stats-slider-models-item {
  display: flex;
  align-items: center;
  color: white;
  flex-grow: 1;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #ffdc527d;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

@keyframes dash-move {
  to {
    stroke-dashoffset: -6;
  }
}

@media (max-width: 1440px) {
  .trn-stats__text {
    font-size: 20px;
  }
  .trn-stats__content-top {
    row-gap: 24px;
  }
}

@media (max-width: 1024px) {
  .trn-stats-slider-models-item {
    max-width: 95px;
    width: 95px;
  }
  .trn-stats__content {
    row-gap: 0;
  }
  .trn-stats-slider-models-list {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }
  .trn-stats-slider-models {
    padding: 15px;
  }
  .trn-stats__text {
    font-size: 16px;
  }
  .trn-stats-slider-right {
    align-items: center;
  }
  .trn-stats-slider {
    flex-direction: column;
    row-gap: 20px;
    min-height: 990px;
  }
  .trn-stats-slider__column-left {
    height: 484px;
  }
  .trn-stats-slider__column {
    width: 586px;
    margin: 0 auto;
  }
  .trn-stats-slider__column-right {
    top: 504px;
    left: 0;
  }
  .trn-stats-slider__column_active.trn-stats-slider__column-right-1 {
    height: auto;
    min-height: 206px;
  }
  .trn-stats-slider__column_active.trn-stats-slider__column-right-2 {
    height: auto;
    min-height: 115px;
  }
  .trn-stats-slider__column_active.trn-stats-slider__column-right-3 {
    min-height: 288px;
  }
  .trn-stats-slider__column_active.trn-stats-slider__column-right-4 {
    min-height: 320px;
  }
  .trn-stats-slider-right-owners {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .trn-stats-slider-right__row {
    width: 50%;
  }
  .trn-stats-slider-right {
    width: inherit;
  }
  .trn-stats-slider-right__icon {
    column-gap: 13px;
  }
  .trn-stats-slider-right__row-inner {
    height: 1px;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
  }
  .trn-stats-slider-right__row-inner-mobile {
    opacity: 1;
    visibility: visible;
    position: static;
    pointer-events: auto;
  }
  .trn-stats-slider-right__count {
    text-align: left;
    font-size: 20px;
  }
  .trn-stats-slider-right__count br {
    display: none;
  }
  .trn-stats-slider-right__row:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    height: 100%;
    width: 1px;
    background: linear-gradient(#fff 0%, #0c0b0b 52%, #fff 100%);
  }
  .trn-stats-slider-right__row {
    position: static;
  }
  .trn-stats-slider-right__row:not(:last-child)::after {
    bottom: 50%;
    max-width: 584px;
    background: linear-gradient(90deg, #fff 0%, #0c0b0b 52%, #fff 100%);
  }
  .trn-stats-slider-right__row {
    padding-top: 20px;
    padding-bottom: 19px;
  }
  .trn-stats-slider-right__row:first-child {
    padding-top: 19px;
  }
  .trn-stats-slider-right__row:last-child {
    padding-bottom: 19px;
  }
  svg.trn-stats-slider__column_left-line {
    top: auto;
    transform: translateX(50%) rotate(90deg);
    right: 50%;
    bottom: -30px;
  }
  .trn-stats-slider-payout__icon {
    margin-top: 27px;
  }
  .trn-stats-slider-payout__title {
    margin-top: 0;
  }
  .trn-stats-slider-payout {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .trn-stats-slider-promotion__item {
    width: 50%;
    padding-left: 23px;
  }
  .trn-stats-slider-promotion__item-name {
    flex-direction: column;
    padding-left: 30px;
    row-gap: 15px;
  }
  .trn-stats-slider-promotion__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .trn-stats-slider-promotion {
    padding: 0;
  }
  .trn-stats-slider-promotion__item-count {
    margin-left: 0;
  }
  .trn-stats-slider-promotion__list {
    padding-bottom: 28px;
  }
  .trn-stats-slider-promotion {
    row-gap: 45px;
  }
  #line {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  #line-mobile {
    left: 50%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .trn-stats-slider-payout {
    padding: 23px 40px;
  }
  .trn-stats__content-top {
    max-width: 440px;
    row-gap: 16px;
  }
  .trn-stats-slider-promotion {
    padding: 20px;
  }
  .trn-stats-slider-content-rights__schedule-img > img:nth-child(1) {
    width: 180px;
    height: auto;
  }
  .trn-stats-slider-content-rights__schedule-numbers {
    row-gap: 12px;
  }
  .trn-stats-slider-content-rights__schedule-numbers-right {
    row-gap: 8px;
  }
  .trn-stats-slider-content-rights__year {
    margin-bottom: 0;
  }
  .trn-stats-slider-content-rights {
    padding: 20px;
  }
  .trn-stats-slider-content-rights__legend {
    margin-top: 40px;
  }
  .trn-stats__container {
    padding-top: 100px;
  }
}

@media (max-width: 600px) {
  .trn-stats::before {
    opacity: 1;
  }
  .trn-stats__container {
    padding-top: 0;
  }
  .trn-stats-slider-promotion {
    row-gap: 18px;
  }
  .trn-stats-slider-promotion__item-name {
    padding-left: 10px;
  }
  .trn-stats-slider__column-right {
    top: 304px;
  }
  .trn-stats-slider__column {
    width: 100%;
  }
  .trn-stats-slider-payout {
    padding: 20px;
  }
  .trn-stats-slider__column_active.trn-stats-slider__column-right-4 {
    min-height: 239px;
  }
  div.trn-stats-slider__column:nth-child(1) {
    width: 100%;
    height: 284px;
    min-width: auto;
  }
  .trn-stats-slider__column_left {
    min-width: inherit;
    padding: 17px;
  }
  .trn-stats-slider__logo > img:nth-child(1) {
    width: 110px;
    height: 40px;
  }
  .trn-stats-slider__logo::before {
    width: 176px;
    height: 176px;
  }
  .trn-stats-slider-left__item span {
    font-size: 12px;
  }
  .trn-stats-slider-left__item-inner svg {
    width: 20px;
  }
  .trn-stats-slider-left__item-inner {
    margin-top: 0;
    row-gap: 3px;
    max-width: 120px;
    margin-bottom: 0;
    padding: 10px 16px;
  }
  .trn-stats-slider-left__item-inner-icons {
    column-gap: 5px;
  }
  .rotating-svg {
    width: 230px;
    height: 230px;
  }
  div.trn-stats-slider-right__row:nth-child(1) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1) {
    max-width: 30px;
  }
  .trn-stats-slider-right__icon img {
    max-width: 21px;
  }
  .trn-stats-slider-right__icon-text {
    font-size: 12px;
    line-height: 100%;
  }
  .trn-stats-slider-right__count {
    font-size: 14px;
  }
  .trn-stats-slider-content-rights__schedule-img > img:nth-child(1) {
    width: 142px;
    height: 127px;
  }
  .trn-stats-slider__column_active.trn-stats-slider__column-right-1 {
    min-height: 142px;
  }
  .trn-stats-slider__column_active.trn-stats-slider__column-right-2 {
    min-height: 241px;
  }
  .trn-stats-slider__column_active.trn-stats-slider__column-right-3 {
    min-height: 243px;
  }
  .trn-stats-slider-content-rights__schedule-img-month {
    column-gap: 9px;
  }
  .trn-stats-slider-content-rights__schedule-img-month-item {
    font-size: 7px;
  }
  .trn-stats-slider-content-rights__schedule-item {
    font-size: 7px;
  }
  .trn-stats-slider-content-rights__schedule-numbers {
    row-gap: 10px;
  }
  .trn-stats-slider-content-rights__schedule-numbers-right {
    row-gap: 8px;
  }
  .trn-stats-slider-content-rights__legend-item {
    font-size: 7px;
  }
  .trn-stats-slider-content-rights__legend-item-icon {
    width: 19px;
    height: 7px;
  }
  .trn-stats-slider-content-rights__legend {
    margin-top: 38px;
  }
  .trn-stats-slider {
    min-height: 600px;
  }

  .trn-stats-slider-payout__icon > img:nth-child(1) {
    max-width: 253px;
  }

  .trn-stats-slider-payout__icon img {
    max-width: 253px;
  }

  .trn-stats-slider-payout__icon-count {
    font-size: 18px;
  }

  .trn-stats-slider-payout__title {
    font-size: 15px;
  }
  .trn-stats-slider-promotion__title {
    font-size: 15px;
  }
  .trn-stats-slider-promotion__item-name {
    font-size: 12px;
    row-gap: 9px;
  }
  .trn-stats-slider-promotion__item-count {
    font-size: 14px;
  }
  .trn-stats-slider-content-rights__year {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .trn-stats-slider-content-rights__schedule {
    padding-top: 6px;
  }
  #line-mobile {
    height: 50px;
  }
  .trn-stats-slider__column-right {
    min-width: 100%;
  }
  .trn-stats::after {
    opacity: 1;
  }
  .trn-stats-slider__logo::before {
    width: 165px;
    height: 165px;
  }
  .trn-stats-slider-left__item-inner svg {
    width: 18px;
  }
  .trn-stats-slider-left__item span {
    font-size: 11px;
  }
  .trn-stats__text {
    max-width: 280px;
  }
  .trn-stats__content-top {
    max-width: 360px;
  }
  .trn-stats-slider-models-item {
    max-height: 28px;
    font-size: 14px;
    padding: 0 10px;
  }
  .trn-stats-slider-models {
    padding: 10px;
  }
  div.trn-stats-slider__column:nth-child(3) {
    min-height: 113px;
  }
  .trn-stats__content-top {
    row-gap: 5px;
  }
}

@media (max-width: 415px) {
  .trn-stats-slider__column_left {
    padding: 10px;
  }
  .trn-stats__content-top {
    max-width: 300px;
  }
  .trn-stats-slider-right__row-inner-mobile {
    padding-left: 12px;
  }
  .trn-stats-slider-right__count {
    font-size: 12px;
  }
  .trn-stats__text {
    font-size: 14px;
    line-height: normal;
  }

  .trn-stats__text {
    font-size: 13px;
    line-height: 18px;
  }

  .trn-stats-slider-right__row:first-child {
    padding-top: 10px;
  }
  .trn-stats-slider-right__row {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .trn-stats-slider-right__row:last-child {
    padding-bottom: 10px;
  }

  div.trn-stats-slider-right__row:nth-child(1) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1) {
    max-width: 20px;
  }

  div.trn-stats-slider__column:nth-child(2) {
    min-height: 105px;
  }
  .trn-stats-slider-content-rights__schedule-img > img:nth-child(1) {
    width: 120px;
  }
  .trn-stats-slider-content-rights {
    padding: 10px;
  }
  .trn-stats-slider__column-right {
    top: 295px;
  }
  #line-mobile {
    height: 40px;
    bottom: -10px;
  }

  .trn-stats-slider-content-rights__legend {
    margin-top: 20px;
  }

  .trn-stats-slider-content-rights__schedule-img {
    margin-bottom: -14px;
  }

  div.trn-stats-slider__column:nth-child(3) {
    min-height: 114px;
  }

  .trn-stats-slider-content-rights__schedule-img > img:nth-child(1) {
    width: 100px;
  }

  .trn-stats-slider-content-rights__schedule-item {
    font-size: 6px;
  }
  .trn-stats-slider-content-rights__schedule-img-month-item {
    font-size: 6px;
  }
  .trn-stats-slider-content-rights__legend-item {
    font-size: 6px;
  }

  .trn-stats-slider-content-rights__schedule-numbers {
    row-gap: 8px;
  }

  .trn-stats-slider-content-rights__schedule-numbers-right {
    row-gap: 6px;
  }

  .trn-stats-slider-content-rights__legend {
    margin-top: 20px;
  }

  .trn-stats-slider-payout__title {
    font-size: 12px;
  }

  .trn-stats-slider-payout__icon > img:nth-child(1) {
    max-width: 150px;
  }

  .trn-stats-slider-payout__icon-count {
    font-size: 10px;
    bottom: 0;
  }

  .trn-stats-slider-payout {
    padding: 10px;
  }

  div.trn-stats-slider__column:nth-child(5) {
    min-height: 185px;
  }

  .trn-stats-slider-payout__icon {
    margin-top: 10px;
  }

  .trn-stats-slider-promotion {
    padding: 10px;
  }

  .trn-stats-slider-promotion__title {
    font-size: 12px;
  }

  .trn-stats-slider-promotion__list {
    padding-bottom: 0;
    row-gap: 20px;
  }

  .trn-stats-slider-promotion__item-icon img {
    max-width: 20px;
  }

  div.trn-stats-slider__column:nth-child(4) {
    min-height: 125px;
  }

  .trn-stats-slider-promotion__item-count {
    font-size: 12px;
  }
  .trn-stats-slider-promotion__item-name {
    row-gap: 5px;
    font-size: 11px;
  }
}

@media (max-width: 320px) {
  .trn-stats-slider-left__item-inner-icons {
    column-gap: 3px;
  }
  .trn-stats-slider-left__item-inner {
    max-width: 110px;
    padding: 8px 10px;
  }
  .trn-stats-slider-models-item {
    max-width: 85px;
    width: 85px;
  }
}
