.numbers {
  width: 100%;
}
.numbers-statistics {
  display: flex;
  gap: 35px;
}
.numbers-statistics-left {
  background: #d9e8ff;
  padding: 38px 38px 30px 38px;
  /* width: 53.125rem; */
  width: 100%;
  display: flex;
  gap: 34px;
}

.numbers-statistics-left.uk-slideshow {
  padding: 0;
  flex-direction: column;
  position: relative;
}

.numbers-statistics-left.uk-slideshow .uk-slideshow-items {
  height: 100%;
}

.numbers-statistics-left__block {
  display: flex;
  height: 100%;
  gap: 34px;
  padding: 2.375rem;
}

.uk-slideshow-items .numbers-statistics-left__block--grid-4 {
  padding: 2.375rem;
}

.numbers-statistics-left__block--grid-4 {
  display: grid;
  height: 100%;
  gap: 30px;
  grid-template: repeat(2, 1fr) / repeat(2, 1fr);
}

.numbers-statistics-left .uk-dotnav li {
  padding: 0 0.625rem;
}

.numbers-statistics-left .uk-dotnav {
  margin-left: 0;
}

.statistics-left-left {
  width: 50%;
}
.left-left__item {
  background: #fff;
  padding: 15px 15px 7px 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.left-left__items {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.left-item__value {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(20px, 2.5rem, 40px);
  color: var(--text-blue);
  margin: 0;
}
.left-item__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(1.25rem);
  color: var(--text);
  margin: 0;
}
.left-left__contacts {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  gap: 10px;
}

.numbers-statistics-left__block--grid-4 .left-left__contacts {
  margin-top: 0px;
}

.left-left__items .left-left__contacts,
.numbers-statistics-left__block--grid-4 .left-left__contacts {
  margin-top: 0;
  background-color: transparent;
  padding: 0;
}

.left-contacts__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--text);
  margin: 0;
  margin-bottom: 1px;
}
.left-contacts__btns {
  height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.left-contacts__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: var(--text);
  margin: 0;
  margin-bottom: 1px;
}
.statistics-left-right {
  width: 50%;
}
.uk-slideshow-items .statistics-left-right {
  padding-top: 0;
}

.uk-slider-nav.uk-dotnav li a {
  background-color: #cbcbcb;
}

.uk-slider-nav.uk-dotnav li.uk-active a {
  background-color: #4370b7;
}

.numbers-statistics-right {
  width: 100%;
  /* width: 42rem; */
  /* width: 45%; */
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.numbers-statistics-right--short {
  gap: 1.25rem;
}

.statistics-right__item {
  background: #fff;
  width: 100%;
  padding: 43px 80px 43px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.statistics-right__item2 {
  padding: 18px 80px 18px 20px;
}

.numbers-statistics-right--short .statistics-right__item {
  padding: 1rem 80px 1rem 20px;
}

.statistics-right__item-svg {
  position: absolute;
  right: 20px;
  overflow: hidden;
}

.statistics-right__item .uk-svg {
  fill: var(--text);
  transition: all 0.25s ease-in-out;
  transform: translateX(0px);
  opacity: 1;
}

.statistics-right__item:hover {
  border: 1px solid #4370b7;
  color: var(--text-blue);
}

.statistics-right__item:hover .uk-svg {
  fill: #4370b7;
  transform: translateX(60px);
  transition: all 1s out;
}

.right-item__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--text);
  transition: all 0.25s ease-in-out;
  margin: 0;
}

.statistics-right__item:hover .right-item__text {
  color: var(--text-blue);
}

body.font-175 .left-left__item {
  width: 46% !important;
}

body.font-2 .left-left__item {
  width: 45% !important;
}

body.font-125 .left-left__item,
body.font-075 .left-left__item {
  width: 47% !important;
}

.facts_mobile {
	display: none;
}

@media screen and (max-width: 1550px){
	.numbers-statistics {
		flex-direction: column;
	}
}

@media screen and (max-width: 1440px) {
  .statistics-right__item:hover .uk-svg {
    opacity: 0;
  }
}

@media screen and (max-width: 648px){
	.statistics-left-left, .statistics-left-right {
		display: none;
	}
	.facts_mobile {
		display: block;
	}
}
