.left-right-statistics .cols-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 22px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 55px 0;
}

.left-right-statistics .cols-wrap .col-right {
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  grid-column: 6 / 13;
  padding-left: 35px;
}

.left-right-statistics .cols-wrap .col-right .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-right-statistics .cols-wrap .col-right .single-item:first-child {
  padding-top: 0;
}

.left-right-statistics .cols-wrap .col-right .single-item:last-child {
  padding-bottom: 0;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap {
  min-width: 201px;
  background-color: var(--primary);
  padding: 10px 10px;
  font-weight: normal;
  font-family: 'HitachiSans-Bold';
  font-size: 88px;
  margin-right: 35px;
  letter-spacing: -5px;
  text-align: center;
  color: var(--white);
  line-height: 1.05;
  white-space: nowrap;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap.yes-special.num-3 {
  min-width: 240px;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap.yes-special.num-4 {
  min-width: 270px;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap.yes-special.num-5 {
  min-width: 305px;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap.yes-special.num-6 {
  min-width: 375px;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap.yes-special.num-7 {
  min-width: 440px;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap.no-special.num-3 {
  min-width: 205px;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap.no-special.num-4 {
  min-width: 270px;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap.no-special.num-5 {
  min-width: 300px;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap.no-special.num-6 {
  min-width: 340px;
}

.left-right-statistics .cols-wrap .col-right .cnt-wrap.no-special.num-7 {
  min-width: 375px;
}

.left-right-statistics .cols-wrap .col-left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / 6;
  padding-right: 10px;
}

.left-right-statistics .cols-wrap .col-left .h1 {
  line-height: 1.1;
}

.left-right-statistics .cols-wrap .col-left .subheading {
  font-size: 18px;
  font-weight: normal;
  font-family: 'HitachiSans-Bold';
}

.left-right-statistics .cols-wrap .col-left .text {
  font-weight: normal;
  font-family: 'HitachiSans-Bold';
  color: var(--text2);
  font-size: 18px;
  line-height: 1.2;
}

.left-right-statistics .cols-wrap .col-left .text li,
.left-right-statistics .cols-wrap .col-left .text p {
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .left-right-statistics .cols-wrap .col-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
  }
  .left-right-statistics .cols-wrap .col-right {
    padding: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
  }
  .left-right-statistics .cols-wrap .col-right .cnt-wrap {
    font-size: 84px;
    min-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .left-right-statistics .cols-wrap {
    display: block;
  }
  .left-right-statistics .cols-wrap .col-left {
    margin-bottom: 40px;
  }
  .left-right-statistics .cols-wrap .col-right {
    padding: 0;
  }
  .left-right-statistics .cols-wrap .col-right .cnt-wrap {
    font-size: 84px;
    min-width: 180px;
  }
  .left-right-statistics .cols-wrap .col-right .single-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .left-right-statistics .cols-wrap .col-right .single-item:first-child {
    padding-top: 0;
  }
  .left-right-statistics .cols-wrap .col-right .single-item:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .left-right-statistics .stats {
    margin-bottom: 30px;
  }
  .left-right-statistics .stats:last-child {
    margin-bottom: 70px;
  }
  .left-right-statistics .stats .cnt-wrap {
    font-size: 62px;
  }
  .left-right-statistics .stats .red-strip {
    font-size: 16px;
  }
  .left-right-statistics .cols-wrap {
    display: block;
    padding: 0;
  }
  .left-right-statistics .cols-wrap .col-left {
    margin-bottom: 28px;
  }
  .left-right-statistics .cols-wrap .col-right {
    padding: 0;
  }
  .left-right-statistics .cols-wrap .col-right .cnt-wrap {
    font-size: 62px;
    min-width: 140px;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0 0  20px;
    min-width: initial !important;
  }
  .left-right-statistics .cols-wrap .col-right .single-item {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .left-right-statistics .cols-wrap .col-right .single-item:first-child {
    padding-top: 0;
  }
  .left-right-statistics .cols-wrap .col-right .single-item:last-child {
    padding-bottom: 0;
  }
  .left-right-statistics .cols-wrap .col-right .single-item .h3 {
    font-size: 21px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (max-width: 1199px) {
  .left-right-statistics .cols-wrap:before, .left-right-statistics .cols-wrap:after {
    display: none;
  }
  .left-right-statistics .cols-wrap .col-left {
    padding-right: 0;
  }
}
/*# sourceMappingURL=left-right-statistics.css.map */