.modal__container_simple {
  margin-top: 7.813vw; // 150px;
  width: 644px;
  min-width: 644px;
}
.modal__container_search {
  margin-top: 0;
  width: 696px;
  min-width: 696px;
}
.modal__clear {
  font-family: SeroPro;
  font-size: 15px;
  color: #101c2d;
  letter-spacing: 0.11px;
  opacity: 50%;
  width: min-content;
  position: absolute;
  right: 20px;
}
.modal__title {
  font-family: SBSansInterface-Semibold;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  display: flex;
}
.modal__titleReset {
  position: absolute;
  right: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
}
.modal__footer_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2vw;
  & > :first-child {
    margin-right: calc(6 * var(--xxs-px));
  }
}
