

button,
a {
  cursor: pointer;
}

span {
  font: inherit;
  color: inherit;
}

b {
  font-family: inherit;
  color: inherit;
}

.p1,
.info__list-element,
table tbody td,
table tbody th {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.info__list-element span {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.table-wrapper {
  margin-top: 36px;
  margin-bottom: 80px;
}
.box-section-info {
  background-color: #D8E5E5;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 16px;
}
/*.h1 {*/
/*  font-size: 80px;*/
/*  font-weight: 700;*/
/*  line-height: 100%;*/
/*}*/

.h2.section__title {
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
}

/*.h3 {*/
/*  font-size: 40px;*/
/*  font-weight: 400;*/
/*  line-height: 46px;*/
/*}*/

h4.info__title-h4, .h4.info__title--h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}
* + .info__title-h4 {
  margin-top: 36px;
}
.info__title-h4 + * {
  margin-top: 20px;
}
.h5.benefit-card__text,
table thead th {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

/*.h6 {*/
/*  font-size: 24px;*/
/*  font-weight: 700;*/
/*  line-height: normal;*/
/*}*/

.info__desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 80px;
  color: #465C5B;
}
.info__desc p{
    margin-bottom: 20px;
 }
.info__col_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}
.link_block {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: #03BE93;
  margin-top: 20px;
}
.link_block a {
  display: flex;
  align-content: center;
  margin-bottom: 12px;
}
.link_block a img {
   margin-left: 10px;
  flex-shrink: 0;
  width: 16px;
}

:root {
  --icon-gradient: linear-gradient(133deg, #0078BE 0%, #07302D 100%);
  --color-h-text: #07302D;
  --color-p-text: #465C5B;
  --primary: #03BE93;
}



.section:has(.swiper) {
  overflow: hidden;
}

.section + .section {
  margin-top: 140px;
}
.banner_rev ~ .section.info--green {
  padding: 0;
  background: #fff;
}
.banner_rev ~ .section {
  padding: 140px 0;
  background: #E5F2F2;
}
.banner_rev + .section {
   padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section__title {
  color: var(--color-h-text);
}

.section__title + * {
  margin-top: 80px;
}



.swiper {
  z-index: var(--z-index-background);
  overflow: visible;
}

.swiper-wrapper {
  height: auto;
}

.swiper-pagination {
  position: static;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 100px;
  margin: 0 !important;
  background: var(--color-p-text);
  opacity: 0.2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary);
}

.swiper-pagination--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}







.breadcrumbs {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.breadcrumbs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__link {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.breadcrumbs__link:last-child {
  opacity: 1;
  color: #D9D9D9;
}

.breadcrumbs__link:not(:last-child)::after {
  content: "/";
  color: #949494;
}

.base-input {
  padding: 14px 24px;
  max-width: 100%;
  width: 100%;
  border-radius: 100px;
  border: 1px solid var(--ASPHALT);
}

.base-input[type=date] {
  max-width: auto;
  width: auto;
}

.base-input[type=date]::-webkit-inner-spin-button,
.base-input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

.base-input:is(textarea) {
  min-height: 80px;
  resize: none;
  border-radius: 24px;
}

.base-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.base-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
}

.base-radio input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.base-radio__box {
  width: 24px;
  position: relative;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--ASPHALT);
}

.base-radio__box::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  background: var(--CLOVER);
  left: 50%;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}

.base-radio__text {
  color: var(--DARK-GREY);
}

.base-radio input:checked + .base-radio__box::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.base-radio input:checked ~ .base-radio__text {
  color: var(--CLOVER);
}

.base-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.base-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
}

.base-checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.base-checkbox__box {
  width: 24px;
  position: relative;
  height: 24px;
  border-radius: 8px;
  border: 2px solid var(--ASPHALT);
}

.base-checkbox__box::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  background: var(--CLOVER);
  left: 50%;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}

.base-checkbox__text {
  color: var(--DARK-GREY);
}

.base-checkbox input:checked + .base-checkbox__box::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.base-checkbox input:checked ~ .base-checkbox__text {
  color: var(--CLOVER);
}

.base-select {
  max-width: 100%;
  width: 100%;
  position: relative;
}

.base-select__header {
  padding: 14px 24px;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid var(--ASPHALT);
}

.base-select__list {
  background: var(--WHITE);
  z-index: var(--z-index-dropdown);
  border: 1px solid var(--ASPHALT);
  position: absolute;
  width: 100%;
  top: calc(100% + 16px);
  display: none;
  border-radius: 16px;
  overflow: hidden;
}

.base-select__item {
  padding: 14px 24px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.base-select__item:hover {
  background: var(--CLOVER-10);
}

.base-select.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.base-select.active .base-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-wrapper,
.modal-wrapper-success {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal-wrapper__content {
  padding: 12px;
  overflow: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-wrapper.active {
  opacity: 1;
  pointer-events: all;
}

.modal {
  padding: 24px;
  border-radius: 16px;
  background: var(--WHITE);
  margin: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: none !important;
}

.modal.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  pointer-events: all;
  -webkit-animation: modal 0.3s ease forwards;
  animation: modal 0.3s ease forwards;
}

.modal-callback {
  background: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.modal-callback__close {
  margin-left: auto;
}

.modal-partners,
.modal-partners-success {
  background: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.modal-partners__close {
  margin-left: auto;
}

@-webkit-keyframes modal {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modal {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hero {
  min-height: calc(100vh - 88px);
  position: relative;
}

.hero .container {
  position: relative;
  min-height: inherit;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #888888;
}

.hero__video-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.7;
  background: linear-gradient(91deg, rgba(3, 128, 115, 0) 53.9%, rgba(3, 128, 115, 0.8) 103.7%), linear-gradient(111deg, rgba(0, 120, 190, 0.7) 0%, rgba(0, 120, 190, 0) 44.29%), rgba(2, 38, 36, 0.7);
}

.hero__title {
  margin: auto;
  text-align: center;
  color: #fff;
}

.hero__column {
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__play-button {
  position: absolute;
  top: calc(100% + 60px);
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner_powers .banner__slide:after, .banner_powers .banner__slide:before {
  display: none;
}
@media (min-width: 1280px) {
  .banner_powers .banner__slide:after {
    display: block;
    background: linear-gradient(79.06deg, rgba(3, 128, 115, .8) -1.51%, rgba(3, 128, 115, 0) 26.87%);
    opacity: .5;
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .banner_powers .banner__slide:before {
    display: block;
    background: linear-gradient(115.7deg, rgba(0, 120, 190, .8) 3.95%, rgba(0, 120, 190, 0) 55.52%);
    mix-blend-mode: normal;
    opacity: .7;
  }

}

.info--green {
  padding: 140px 0;
  background: #E5F2F2;
}

.info__inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.info__inner-col {
  padding-left: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.info__inner-col li{
  color: var(--color-p-text);
  position: relative;
  padding-left: 20px;
}

.info__inner-col li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  left: 0px;
  top: 10px;
}

.info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

*:is(.info__row, .info__col, .swiper) + .info__row {
  margin-top: 56px;
}

.info__row--wrap {
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-direction: column;
}
.info__row_line {
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.info__row_line:first-child {
   justify-content: space-between;
   margin-bottom: 20px;
}
.info__row_line:last-child {
  justify-content: space-around;

}
.info__inner-col-ceh {
  margin-bottom: 56px;
  padding-left: 0;
}
.padl68 {
  padding-left: 68px;
}
.info__row--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

*:is(.info__row, .info__col, .swiper) + .info__col {
  margin-top: 56px;
}



.info__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.info__list-title {
  color: var(--color-p-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
}

.info__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

.info__button-title {
  color: var(--color-h-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
}

.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 642px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  gap: 24px;
}
.info__list--fill {
  max-width: 100%;
  margin-top: 20px;
}

.info__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 642px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.info__list_t2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  letter-spacing: 0.04em;
}
.info__list p {
  color: var(--color-p-text);
  position: relative;
  padding-left: 20px;
}
.info__list_t1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.02px;
}
.info__list-element {
  color: var(--color-p-text);
  position: relative;
  padding-left: 20px;
}

.info__list-element::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  left: 0px;
  top: 10px;
}

.info--partners {
  margin-top: 140px;
}


.info-swiper{
  overflow: hidden;
}

.info-swiper .swiper-pagination{
  margin-top: 45px;
}

.info-swiper .swiper-pagination.swiper-pagination-lock{
  display: none;
}

@media (max-width: 1023px) {
  .info__row--wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0; 
    margin-left: -20px;
  }
  .benefit-card{
    width: 50%;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .benefit-card:nth-child(1){
    order: 1;
  }
  .benefit-card:nth-child(2){
    order: 3;
  }
  .benefit-card:nth-child(3){
    order: 5;
  }
  .benefit-card:nth-child(4){
    order: 2;
  }
  .benefit-card:nth-child(5){
    order: 4;
  }
}

@media (max-width: 767px) {
   .benefit-card{
    width: 100%;
   }
}

.benefit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 574px;
}

.benefit-card__number-wrapper {
  width: 200px;
  height: 200px;
  background: #E5F2F2;
}

.benefit-card__number {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 96px;
  font-weight: 700;
  line-height: 37.5%;
  background: var(--icon-gradient, linear-gradient(133deg, #0078BE -3.61%, #07302D 100.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefit-card__text {
  margin-left: -16px;
  color: var(--color-p-text);
}

.benefit-card__text--small {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.benefit-card--white .benefit-card__number-wrapper {
  background: #D8ECEC;
}

.benefit-card--dynamic {
  max-width: unset;
}

.table-wrapper {
  overflow: auto;
  max-width: 100%;
}

table {
  min-width: 980px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #000;
}

table td,
table th {
  border: 1px solid #000;
  padding: 8px;
  color: var(--color-p-text);
}

table thead th {
  font-weight: 700;
  text-align: center;
}

table tbody td,
table tbody th {
  text-align: left;
}

.td_l_c table tbody td {
  text-align: center;
}
.chart {
  width: auto !important;
  height: 100% !important;
  margin: 0 auto;
}
.chart-wrapper {
  height: 620px;
  padding: 32px 0;
  background: white;
  overflow: auto;
}

.modal-partners-form {
  margin-top: 40px;
}

.modal-partners-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-partners-form__step {
  margin-top: 50px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.modal-partners-form__step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-partners-form__button {
  display: none;
  gap: 10px;
  min-width: 154px;
}

.modal-partners-form__button.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-partners-form #nextStep {
  margin: 0 auto;
}

.modal-partners-form #prevStep.active + #nextStep {
  margin: 0;
}

.modal-partners-form__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.modal-partners-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-partners-progress__line {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  border-top: 2px dashed #D9D9D9;
  position: relative;
}

.modal-partners-progress__line::before {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  position: absolute;
  border-top: 2px solid var(--primary);
  bottom: 0;
  width: 0;
}

.modal-partners-progress__line:has(+ .modal-partners-progress__step.active)::before {
  width: 100%;
}

.modal-partners-progress__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary);
  border-radius: 50%;
}

.modal-partners-progress__step:first-child .modal-partners-progress__title {
  left: -2px;
}

.modal-partners-progress__step:last-child .modal-partners-progress__title {
  right: -2px;
}

.modal-partners-progress__step.active {
  background: var(--primary);
}

.modal-partners-progress__title {
  position: absolute;
  bottom: calc(100% + 8px);
  white-space: nowrap;
  color: var(--Color-TT-menu, #465C5B);
  font-size: 12px;
  font-weight: 600;
}

.input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: relative;
}

.input-file__field {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

.input-file__box {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.input-file__box svg {
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input-file__box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  left: 0;
  background: rgba(7, 48, 45, 0.69);
}

.input-file__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.input-file__title {
  color: #465C5B;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.input-file__subtitle {
  color: #465C5B;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-file--filled .input-file__field {
  pointer-events: none;
}

.input-file--filled .input-file__subtitle {
  display: none;
}

.input-file--filled .input-file__box svg {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-file--filled .input-file__box svg path {
  stroke: #fff;
}

.input-file--filled .input-file__box::before {
  opacity: 1;
}



h2.section__title {
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
}
.info__img--full {
  max-width: 80%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mgt20 {
  margin-top: 20px;
}
.info__desc_img {
  display: flex;
  justify-content: space-around;
  margin-bottom: 56px;
}
.info__desc_img img {
  max-width: 400px;
  width: 100%;
}


@media screen and (max-width: 1900px) {
  h2.section__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1259px) {
  .benefit-card__number-wrapper {
    width: 135px;
    height: 135px;
  }

  .benefit-card__number {
    width: 135px;
    height: 135px;
    font-size: 60px;
  }

  .benefit-card__text {
    font-size: 18px;
  }

  .info__list_t1 {
    font-size: 20px;
  }

  .section + .section {
    margin-top: 70px;
  }

  .info--green {
    padding: 70px 0;
  }

  .info__inner-col-ceh {
    margin-bottom: 20px;
  }

  h2.section__title {
    font-size: 50px;
  }

  h4.info__inner-title {
    font-size: 35px;
  }
  .info__col_title {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
  }
  .info__desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .chart-wrapper {
    height: 500px;
  }
}






@media screen and (max-width: 768px) {
  .info__col_title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
  }
  .section + .section {
    margin-top: 60px;
  }

  .section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section__header + * {
    margin-top: 32px;
  }



  .footer {
    margin-top: 16px;
    padding: 40px 0px 64px;
  }

  .footer__row {
    gap: 24px 16px;
  }

  .footer__col {
    width: calc(50% - 8px);
  }

  .footer__col:last-child {
    max-width: 100%;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal {
    padding: 12px;
  }

  .chart-wrapper {
    padding: 8px 16px;
  }
  .info__row_line {
    justify-content: flex-start !important;
    margin-bottom: 0 !important;
  }
  h2.section__title {
    font-size: 36px;
  }
  h4.info__inner-title {
    font-size: 30px;
  }
  .info__desc_img {
    flex-direction: column;
    align-items: center;
  }
  .info__inner-col ul li span {
    font-size: 18px;
  }
  .info__img--full {
    max-width: 100%;
  }

  .chart-wrapper {
    padding: 32px 0;
  }
  .info__inner-col {
    padding-left: 0;
  }
}
@media screen and (max-width: 450px) {
  .hero__title.h1 {
    font-size: 28px;
    line-height: 30px;
  }
  h2.section__title {
    font-size: 25px;
  }
  .section + .section {
    margin-top: 35px;
  }
  .section__title + * {
    margin-top: 40px;
  }
  .info__list_t1 {
    font-size: 18px;
    line-height: 25px;
  }
  .info__list p {
    padding-left: 0;
  }
  .benefit-card__text {
    font-size: 14px;
  }
  h4.info__inner-title {
    font-size: 25px;
  }
  .info__inner-col {
    padding-left: 20px;
  }
  .padl68 {
    padding-left: 20px;
  }
  
}
@media (hover: hover) {


  .footer__link:hover {
    opacity: 0.5;
  }
}