.popup-menu__search {
  width: 90%;
  position: relative;
  margin: 0;
}

.popup-menu__search-input {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  flex-grow: 1;
  background: transparent;
  border: 1px solid #8B8B8B;
  border-radius: 99em;
  margin: 0;
  padding: 0 0 0 19px;
}

.popup-menu__search-input:focus {
  outline:none;
  border: 1px solid #4DD6FF;
}

.popup-menu__search-input::placeholder {
  line-height: 24px;
  font-size: 20px;
  font-weight: normal;
  color: #C4C4C4;
}

.popup-menu__search-button {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 11px);
  right: 9px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 0 0 6px;
  padding: 0;
}

.popup-menu__search-button-img {
  width: 100%;
  margin: 0;
}

.popup-menu__title {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 33px 0 17px;
}

.popup-menu__title-line {
  width: 30%;
  height: 2px;
  margin: 0;
}

.popup-menu__title-text {
  line-height: 22px;
  font-size: 17px;
  font-weight: 600;
  color: #009AEB;
  text-transform: uppercase;
  margin: 0 10px 0;
}

.popup-menu__navigation {
  width: 90%;
  margin: 0;
}

.popup-menu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.popup-menu__item {
  list-style-type: none;
  margin: 0 0 6px;
}

.popup-menu__item-link{
  line-height: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

.popup-menu__contacts {
  width: 90%;
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  row-gap: 6px;
  column-gap: 10px;
  margin: 0;
}

.popup-menu__contact {
  display: flex;
  text-decoration: none;
  background: transparent;
  align-items: center;
  border: none;
  margin: 0;
  padding: 0;
}

.popup-menu__contact-button {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #717171;
  border: none;
  border-radius: 99em;
  margin: 0 9px 0 0;
  padding: 0;
}

/* .popup-menu__contact-button-call {

} */

/* .popup-menu__contact-button-whatsapp {

} */

.popup-menu__contact-button-mail {
  background: transparent;
  border-radius: 0;
}

.popup-menu__contact-button-map {
  background: transparent;
  border-radius: 0;
}

.popup-menu__contact-button:active {
  width: 13px;
  height: 13px;
}

.popup-menu__contact-button-img {
  width: 65%;
  height: 65%;
  display: block;
  margin: 0;
}

/* .popup-menu__contact-button-call-img {

} */

/* .popup-menu__contact-button-whatsapp-img {

} */

.popup-menu__contact-button-mail-img {
  width: 100%;
  height: 100%;
}

.popup-menu__contact-button-map-img {
  width: 100%;
  height: 100%;
}

.popup-menu__contact-text {
  line-height: 17px;
  font-size: 13px;
  font-weight: 600;
  color: #717171;
  text-transform: uppercase;
  margin: 0;
}