.dropdown-page {
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 850px) {
  .dropdown-page {
    width: 100%;
  }
}

.dropdown-menu-page {
  position: absolute;
  left: 0;
  top: 110%;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border-radius: 34px;
  z-index: 10000;
}
.dropdown-menu-page__wrapper {
  width: 100%;
  padding: 2.14rem 0;
  display: flex;
  flex-direction: column;
  font-size: 1.71rem;
  line-height: 2.06rem;
}
.dropdown-menu-page__wrapper.country {
  padding: 2.15rem 0;
}
.dropdown-menu-page__wrapper.country > .dropdown-el {
  padding: 0.855rem 2.15rem;
  align-items: center;
}

.dropdown-el {
  transition: all 0.3s;
  display: flex;
  gap: 1rem;
  cursor: pointer;
  padding: 0 5.5rem;
}
.dropdown-el:hover {
  background-color: #ededed;
}
.dropdown-el__img {
  height: 2.4rem;
  width: 2.4rem;
}
.dropdown-el__svg {
  height: 2.06rem;
  width: 2.06rem;
}
.dropdown-el__name {
  font-size: 1.71rem;
  line-height: 2.06rem;
}
.dropdown-el__ping {
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1.63rem;
  text-align: right;
  color: #7D808C;
}/*# sourceMappingURL=dropdown.css.map */