.leader-section {
  width: 100%;
  overflow: hidden;
}

.leader-section.fonts-normal b {
    font-weight: 400 !important;
}

.leader__header {
  margin-bottom: 0px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.leader__header::before {
  content: '';
  background-color: #ffc601;
  height: 80px;
  width: 100%;
  display: block;
  position: absolute;
}

.leader-section.long-header .leader__header::before {
  height: 135px;
}

.leader__header__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  gap: 10px;
}

.leader__header__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 15px;
  max-width: 555px;
  gap: 30px;
}

.leader__medal {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 130px;
  width: 100%;
}

.leader__medal img {
  width: 100%;
}

.leader__title {
  font-size: 45px;
  color: #273e5d;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.leader__title__wrapper {
  position: relative;
}

.leader__text {
  font-size: 20px;
  color: #273e5d;
  line-height: 1.3;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

.leader__text--main {
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}

.leader__main {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  width: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 0 80px;
}

.leader__main .leader__text-wrapper {
  width: 40%;
}

.leader__main .leader__images {
  width: 60%;
}

.leader__row {
  display: flex;
  flex-direction: row;
}

a.leader__row,
a.leader__col {
  transition: 0.2s transform ease;
}

a.leader__row:hover,
a.leader__col:hover {
  transform: scale(1.02);
}

.leader__col {
  display: flex;
  flex-direction: column;
}

.leader__big-image {
  width: 215px;
  position: relative;
  margin-top: -50px;
}

.leader__big-image img {
  width: 100%;
}

.leader__images {
  gap: 35px 0;
}

.leader__images .leader__row:first-of-type {
  gap: 0 10px;
  margin: 0 auto;
}

/*.leader__images .leader__row:first-of-type .leader__col {
  width: 130px;
}*/

.leader__images .leader__row.leader__badges {
  gap: 0 30px;
}

.leader__badges .leader__col {
  gap: 30px 0;
}

@media screen and (max-width: 1250px) {
  .leader__big-image {
    left: 0;
  }

  .leader__main {
    gap: 0 40px;
  }
}

@media screen and (max-width: 998px) {
  .leader__main {
    flex-direction: column;
    gap: 30px 0;
  }

  .leader__images {
    width: 100% !important;
  }

  .leader__text-wrapper {
    width: 100% !important;
  }

  .leader__main .leader__text-wrapper {
    margin-left: 0;
    padding-left: 0;
  }

  .leader__big-image {
    margin-top: 10px;
    width: 200px;
  }

  .leader__main .leader__images {
    align-items: center;
  }

  .leader__medal {
    max-width: 70px;
  }

  .leader__title {
    font-size: 45px !important;
    line-height: 55px !important;
  }

  .leader__text--main {
    font-size: 20px !important;
    line-height: 32px !important;
  }

  .leader__text {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .leader__medal {
    position: absolute;
    top: -30px;
    max-width: 50px;
  }

  .leader__medal:last-of-type {
    right: 40%;
  }

  .leader__medal:first-of-type {
    left: 40%;
  }

  .leader__text--main {
    padding-left: 0;
    padding-right: 0;
  }

  .leader__header__main {
    flex-direction: column-reverse;
    align-items: center;
  }

  .leader__header__content {
    align-items: center;
  }

  .leader__text--main {
    text-align: center;
  }

  .leader__title__wrapper {
    background-color: #ffc601;
    padding: 10px 0;
    width: 770px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .leader__title {
    margin-bottom: 0 !important;
    padding: 0 15px;
  }

  .leader__header::before {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .leader__big-image {
    left: 0;
    top: 0;
    position: static;
    margin: 0 auto;
    transform: none;
  }

  .leader__main .leader__text-wrapper {
    padding-left: 0;
    margin-left: 0;
  }

  .leader__main .leader__text-wrapper,
  .leader__main .leader__images {
    width: 100%;
  }

  .leader__images .leader__row:first-of-type {
    width: 100%;
  }

  .leader__images .leader__row:first-of-type .leader__col {
    /*max-width: 130px;*/
    width: 100%;
  }

  .leader__images .leader__row:first-of-type .leader__col img {
    width: 100%;
  }

  .leader__title {
    font-size: 39px !important;
    line-height: 50px !important;
  }

  .leader__header__content {
    margin-top: 0px;
  }

  .leader__medal:last-of-type {
    right: 35%;
  }

  .leader__medal:first-of-type {
    left: 35%;
  }

  .leader__title__wrapper {
    width: 110%;
  }
}

@media screen and (max-width: 480px) {
  .leader__main {
    padding: 15px;
  }

  .leader__big-image {
    width: 130px;
  }

  .leader__title {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}

@media screen and (max-width: 400px) {
  .leader__medal:last-of-type {
    right: 30%;
  }

  .leader__medal:first-of-type {
    left: 30%;
  }
}
