.main-header-custom .main-header-custom__phone {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #2ea3f2;
  white-space: nowrap;
}

.main-header-custom .et_pb_menu__wrap {
  flex-wrap: nowrap !important;
  gap: 16px !important;
}

@media screen and (max-width: 767px) {
  .main-header-custom .main-header-custom__phone {
    font-size: 16px;
  }

  .main-header-custom .et_pb_menu__wrap {
    flex-direction: row-reverse !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
  }
}

.main-messengers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-messengers li {
  display: none !important;
}

.main-messengers__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  max-width: fit-content;
}

.messengers-link-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  background: #ffffff;
}

.messengers-link-circle img,
.messengers-link-circle svg {
  display: inline-block;
  width: 100%;
}

.messengers-link-circle:hover {
  box-shadow: 0 0 12px #043873;
  transition: all 0.3s ease 0s;
}

.messengers-link--max,
.messengers-link--max:hover {
  color: #6b3dff;
}

.messengers-link--telegram,
.messengers-link--telegram:hover {
  color: #29b6f6;
}

.messengers-link--telegram-bot {
  background-color: #29b6f6;
}

.messengers-link--whatsapp,
.messengers-link--whatsapp:hover {
  color: #00bd24;
}

header .et_pb_row_0_tb_header.et_pb_row {
  display: flex !important;
  align-items: center !important;
}

header .et_pb_column_1_tb_header {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

header ul.et_pb_social_media_follow {
  margin-bottom: 0 !important;
}

header ul.et_pb_social_media_follow .messengers-link-circle {
  width: 28px;
}

@media screen and (max-width: 991px) {
  header .et_pb_column_1_tb_header,
  header ul.et_pb_social_media_follow .messengers-link-circle {
    display: none !important;
  }

  header .et_pb_menu__wrap {
    flex-direction: row-reverse !important;
    justify-content: flex-start !important;
  }

  header .main-messengers__socials {
    gap: 4px;
  }

  header .main-messengers__socials .messengers-link-circle {
    width: 24px !important;
  }
}

@media screen and (min-width: 992px) {
  header .et_pb_menu__wrap .main-messengers__socials {
    display: none !important;
  }
}
