.mon__we {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.mon__we:has(.mon__we-footer-list) {
  gap: 145px;
}

.mon__we-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.03em;
  margin-top: 30px;
}

.mon__we:has(.mon__we-footer-list) .mon__we-title {
  margin-top: 0;
}

.mon__we-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 44px 20px;
  margin: 0;
  padding: 40px 52px 50px;
  list-style-type: none;
  background-color: #e7eff9;
  border-radius: 40px;
}

.mon__we-footer-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 140px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
}

.mon__we-list li {
  padding: 40px 25px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.03em;
  border-radius: 80px;
  background-color: var(--bg-gray);
  color: var(--m-blue);
  text-align: center;
}

.mon__we-list li:nth-child(n + 5) {
  color: var(--black);
  grid-column: 1/5;
  background-color: #e7eff9;
}

.mon__we-footer-list li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.mon__we-footer-list li span {
  color: var(--m-aqua);
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.special-research__info {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.03em;
}

.special-research__info span {
  color: var(--m-aqua);
}

.special-research__info p {
  width: 66%;
}

.special-research__info ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  padding: 0;
  margin-top: 80px;
  list-style-type: none;
}

.special-research__info ul > li {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.03em;
  position: relative;
  padding-left: 35px;
}

.special-research__info ul > li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 15L13.5 20L22 10' stroke='%23005396' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.mon-directions {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 425px auto;
  gap: 140px;
}

.mon-directions__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: var(--m-blue);
}

.mon-directions__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 66px;
  columns: 2;
}

.mon-directions__list li {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.mon-directions__list li:last-child {
  padding-bottom: 0;
}

.gathering__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 145px;
  margin-right: 115px;
}

.gathering__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.03em;
}

.gathering__desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.keys {
  margin-top: 80px;
}

.keys__block {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 60px;
}

.keys__item {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.keys__item:has(.keys__grid) {
  display: grid;
  grid-template-columns: 1fr 57%;
  gap: 40px;
}

.keys__title,
.keys__title p {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  gap: 30px;
}

.keys__title p {
  max-width: 450px;
}

.keys__title span {
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  background-color: var(--bg-gray);
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.03em;
  color: var(--m-aqua);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.keys__block-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: var(--m-blue);
}

.keys__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.keys__list-item {
  border-radius: 40px;
  padding: 40px 150px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.keys__list_full .keys__list-item {
  background-color: var(--bg-gray);
}

.keys__list-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.03em;
  max-width: 679px;
}

.keys__percent-block {
  max-width: 510px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 31px;
  align-items: center;
  width: 100%;
}

.keys__percent {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.keys__number {
  font-size: 85px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -0.03em;
  color: var(--m-aqua);
}

.keys__percent-block_low-high .keys__percent:nth-child(1) .keys__number {
  color: #b8bdcc;
}

.keys__year {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.03em;
}

.keys__arrow {
  width: 100%;
  min-width: 100px;
  height: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Crect class='st0' width='29' height='29' fill='none'/%3E%3Cpolygon fill='%23005396' points='15.5,1 29,14.5 15.5,28 13.5,26 25.1,14.5 13.5,3 '/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 29px 29px;
}

.keys__arrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 2px;
  height: 3px;
  background-color: #005396;
  top: 50%;
  transform: translateY(-50%);
}

.keys__grid .keys__list-item {
  padding: 0;
  display: block;
}

.keys__grid .keys__percent {
  padding: 40px;
}

.keys__grid .keys__arrow {
  min-width: 46px;
}

.keys__percent-trust {
  max-width: unset;
}

.keys__percent-trust .keys__percent:nth-child(1) {
  background-color: var(--m-aqua);
  color: white;
  border-radius: 40px;
}

.keys__percent-trust .keys__percent:nth-child(1) .keys__number {
  color: white;
}

.keys__percent-trust .keys__percent:nth-child(2) {
  background-color: var(--bg-gray);
  color: #545967;
  border-radius: 40px;
}

.keys__percent-trust .keys__percent:nth-child(2) .keys__number {
  color: #b8bdcc;
}

.keys__percent-block_tripple {
  grid-template-columns: repeat(5, auto);
  max-width: unset;
  background-color: var(--bg-gray);
  border-radius: 40px;
  gap: 30px;
  padding: 40px;
  align-items: flex-start;
}

.keys__percent-block_tripple .keys__percent {
  padding: 0;
}

.keys__list-item.keys__tip {
  cursor: pointer;
  user-select: none;
}

.keys__percent-block_tripple .keys__percent {
  padding: 0;
}

.mon__footer-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.03em;
  max-width: 988px;
}

.mon__rating-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.mon__rating-block {
  display: grid;
  grid-template-columns: 1fr 49.1%;
  gap: 140px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 100px;
}

.mon__rating-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  list-style-type: none;
  padding-left: 0;
}

.mon__rating-item {
  padding: 40px 65px;
  width: 100%;
  background-color: var(--m-aqua);
  color: white;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
}

.mon__rating-item:nth-child(2n) {
  background-color: #0094ae;
}

.mon__rating-number {
  font-size: 85px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -0.03em;
}

.mon__rating-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.03em;
  margin-top: 5px;
}

.mon__we_rating {
  margin-top: 100px;
}

.section.mon {
  padding-top: 150px;
}

@media screen and (max-width: 1699px) {
  .keys__number {
    font-size: 56px;
    line-height: 70px;
  }
  .keys__item:has(.keys__grid) {
    gap: 40px;
  }
}

@media screen and (max-width: 1599px) {
  .mon__rating-block {
    gap: 40px;
    grid-template-columns: 1fr 55.1%;
  }
}

@media screen and (max-width: 1650px) {
  .mon__we {
    flex-direction: column;
  }
}

@media screen and (max-width: 1419px) {
  .mon__rating-block {
    gap: 60px;
    grid-template-columns: 1fr;
  }
  .mon__rating-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 0;
  }
  .mon__we:has(.mon__we-footer-list) {
    gap: 40px
  }
  .mon__we-footer-list {
    grid-template-columns: repeat(1, auto);
    gap: 40px;
  }
  .keys__item:has(.keys__grid) {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .keys__number {
    font-size: 48px;
    line-height: 54px;
  }
  .keys__percent-block_tripple {
    gap: 20px;
  }
  .section.mon {
    padding-top: 60px;
  }
  .mon__we-list {
    grid-template-columns: repeat(2, auto);
    gap: 20px;
  }
  .mon__we-list li:nth-child(n + 5) {
    grid-column: 1 / 3;
  }
  .mon__we-list li {
    font-size: 24px;
    line-height: 40px;
  }
  .mon-directions__list {
    columns: 1;
  }
  .mon-directions {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .gathering__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .keys__percent-trust .keys__percent:nth-child(1),
  .keys__percent-trust .keys__percent:nth-child(2) {
    border-radius: 30px;
  }
  .keys__percent-block_tripple {
    border-radius: 30px;
  }
  .mon__rating-item {
    border-radius: 30px;
  }
  .keys__list-item {
    border-radius: 30px;
  }
  .keys__block {
    gap: 60px;
  }
  .keys__grid .keys__list-item {
    width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .special-research__info p {
    width: unset;
  }
  .special-research__info ul {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  .keys__list-item {
    flex-direction: column;
  }
}

@media screen and (max-width: 747px) {
  .mon__we {
    flex-direction: column;
    gap: 20px;
  }
  .mon__we-title {
    font-size: 32px;
    line-height: 42px;
  }
  .mon__we-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: unset;
    padding: 0;
  }
  .mon__we-list li {
    background-color: #e7eff9;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .mon__we-list li:nth-child(n + 5) {
    color: #545967;
  }
  .mon-directions {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mon-directions__list {
    columns: 1;
  }
  .mon-directions__list li {
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .gathering__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .keys {
    margin-top: 60px;
  }
  .keys__item {
    gap: 20px;
  }
  .keys__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .keys__block {
    gap: 40px;
  }
  .keys__item:has(.keys__grid) {
    grid-template-columns: 1fr;
    gap: 20px
  }
  .keys__list-item {
    padding: 40px;
    flex-direction: column;
    border-radius: 30px;
  }
  .keys__list-item-title {
    font-size: 18px;
    line-height: 22px;
  }
  .keys__number {
    font-size: 32px;
    line-height: 32px;
    word-break: break-word;
  }
  .keys__year {
    font-size: 16px;
    line-height: 22px;
  }
  .special-research .content_gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .special-research__info ul {
    margin-top: 40px;
  }
  .gathering__title {
    font-size: 24px;
    line-height: 28px;
  }
  .gathering__desc {
    font-size: 20px;
    line-height: 28px;
  }
  .mon__we-footer-list {
    grid-template-columns: repeat(1, auto);
    gap: 30px;
  }
  .mon__we-footer-list li {
    font-size: 20px;
    line-height: 28px;
  }
  .mon__we-footer-list li span {
    font-size: 24px;
    line-height: 32px;
  }
  .mon__we:has(.mon__we-footer-list) {
    gap: 20px;
  }
  .mon .content_gray {
    padding-bottom: 60px;
  }
  .mon__footer-title {
    font-size: 24px;
    line-height: 26px;
  }
  .mon__rating-block {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px;
  }
  .mon__rating-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding-left: 0;
    gap: 16px;
  }
  .mon__rating-text {
    font-size: 20px;
    line-height: 28px;
  }
  .mon__rating-item {
    padding: 20px;
    border-radius: 30px;
  }
  .mon__rating-number {
    font-size: 32px;
    line-height: 42px;
  }
  .mon__rating-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .mon__we_rating {
    margin-top: 30px;
  }
  .mon__we:has(.mon__we-footer-list) {
    gap: 0;
  }
  .section.mon {
    padding-top: 60px;
  }
  .keys__title span {
    font-size: 32px;
    line-height: 54px;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }
  .keys__title, .keys__title p {
    font-size: 20px;
    line-height: 28px;
  }
  .keys__percent-block {
    gap: 16px;
  }
  .keys__percent-block_tripple {
    gap: 13px;
    padding: 20px;
    border-radius: 30px;
  }
  .keys__percent-trust .keys__percent:nth-child(1),
  .keys__percent-trust .keys__percent:nth-child(2){
    border-radius: 30px;
  }
  .keys__arrow::after {
    content: none;
  }
  .keys__arrow {
    min-width: 18px;
    background-image: url('data:image/svg+xml,<svg width="13" height="22" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.25 2L10.25 11M10.25 11H9.72917M10.25 11L2.25 20" stroke="%23005396" stroke-width="3" stroke-linecap="round"/></svg>');
    background-position: center;
    background-size: 12px 21px;
  }
  .keys__grid .keys__arrow {
    min-width: 12px;
  }
  .keys__percent-block.keys__percent-trust {
    grid-template-columns: 1fr 1fr !important;
  }
  .special-research__info p {
    font-size: 24px;
    line-height: 28px;
  }
  .special-research__info ul > li {
    font-size: 18px;
    line-height: 22px;
  }
  .mon-directions__title {
    font-size: 24px;
    line-height: 28px;
  }
  .gathering__content {
    margin-right: 0;
  }
  .keys__block-title {
    font-size: 24px;
    line-height: 28px;
  }
  .keys__word1 {
    display: none;
  }
  .keys__percent-trust .keys__percent {
    padding: 20px;
  }
}

