.translatedLinks .translatedLinks__header {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px;
}
.translatedLinks .translatedLinks__list {
  list-style: none !important;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  color: #004494;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(9, 1fr);
  grid-auto-flow: column;
  padding: 0;
}
.translatedLinks .translatedLinks__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 5px;
}
.translatedLinks .translatedLinks__list li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #004494;
}
.translatedLinks .translatedLinks__list a,
.translatedLinks .translatedLinks__list a:link {
  color: #004494;
  border-bottom: solid 1px #cfd1e3;
  text-decoration: none;
}
.translatedLinks .translatedLinks__list a:hover,
.translatedLinks .translatedLinks__list a:active {
  color: #004494;
  border-bottom-color: #004494;
}
.translatedLinks__modal[open] {
  width: 52em;
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0px;
  gap: 24px;
}
.translatedLinks__modal::backdrop {
  background-color: rgba(102, 102, 102, 0.75);
  backdrop-filter: blur(3px);
}
.translatedLinks__modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 50px 0px 50px;
}
.translatedLinks__modal__header .translatedLinks__modal__title {
  height: 44px;
  font-family: Arial;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #004494;
  display: flex;
  align-items: center;
}
.translatedLinks__modal__content {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #666;
  padding: 0px 50px;
}
.translatedLinks__modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px 50px 50px;
}
.translatedLinks__modal__footer .translatedLinks__modal__actions {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.translatedLinks__modal__actions button {
  transition: background .25s;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: .015rem;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.translatedLinks__modal__actions .translatedLinks__modal__action__redirect {
  background: #6BB847;
  color: #fff;
}
.translatedLinks__modal__actions .translatedLinks__modal__action__redirect:hover {
  background: #60a540;
}
.translatedLinks__modal__actions .translatedLinks__modal__action__redirect:focus {
  background: #416f2b;
}
.translatedLinks__modal__close__btn {
  border: none;
  background: #FFFFFF;
}
.mt-close {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: 0.3;
}
.mt-close.medium {
  width: 20px;
  height: 20px;
}
.mt-close.thick:before,
.mt-close.thick:after {
  height: 3px;
}
.mt-close:before {
  transform: rotate(45deg);
}
.mt-close:after {
  transform: rotate(-45deg);
}
.mt-close:before,
.mt-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #666666;
}
@media (max-width: 1009px) {
  .translatedLinks .translatedLinks__list {
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row;
  }
}
@media (max-width: 750px) {
  .translatedLinks .translatedLinks__header {
    font-size: 21px;
    line-height: 26px;
  }
  .translatedLinks__modal[open] {
    gap: 24px;
    max-width: 100%;
  }
  .translatedLinks__modal__header {
    padding: 24px 24px 0px 24px;
    height: auto;
  }
  .translatedLinks__modal__content {
    padding: 0px 24px;
  }
  .translatedLinks__modal__footer {
    padding: 0px 24px 24px 24px;
  }
  .translatedLinks__modal__actions button {
    flex: 1 1 50%;
  }
}
@media (max-width: 480px) {
  .translatedLinks .translatedLinks__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
