body:not(.wp-admin) *:not(#wpadminbar *, i) {
  font-family: 'Philosopher' !important;
}

/** Customize Plugins **/
.um .um-profile-nav-item.active a {
  background: #D4BC9B !important;
}

.um-field-value a,
.site-header .site-navigation-toggle i {
  color: rgb(149, 95, 87) !important;
}

.um-dropdown[data-element="div.um-profile-edit"] {
  width: 230px !important;
}

.birthDateMessage {
  color: #cfa46a;
  font-size: 1.2rem;
  text-align: center;
}

/** Global Reset **/
main {
  font-family: 'Montserrat', sans-serif !important;
}

.um-do-search {
  background-color: #D4BC9B !important;
}

.um-member-directory-search-row {
  justify-content: flex-start !important;
}

.um-members-total {
  text-align: left;
}

.um-button.um-do-search {
  padding: 13px 12px !important;
}

.um-member-directory-filters {
  justify-content: flex-start !important;
}

.um-member-directory-filters a,
.um-clear-filters-a {
  color: #2D151D !important;
}

main#content header.page-header {
  display: none;
}

.um-members-list {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}

.um-members-list .um-member {
  flex: 49% !important;
}

nav .menu li a {
  font-weight: 500;
}

.logged-in-as {
  display: none;
}

.current-menu-item a {
  text-decoration: underline 2px;
}

.comment-body a {
  color: #2D151D;
}

.comment-respond [type="submit"] {
  color: #fff !important;
  background-color: #d4bc9b !important;
  border: none !important;
}

.useful-links thead {
  font-weight: 600;
  color: #000;
}

.useful-links td a {
  display: block;
}

#reply-title small {
  margin-left: 20px;
}

main#content {
  min-height: calc(100vh - 138px);
}

@media (max-width: 850px) {
  .um-members-list {
    flex-direction: column !important;
  }
}

.workerStructure {
  display: none;
}

.show-sctructure a {
  cursor: pointer;
  color: #fff !important;
}

div.materials {
  display: none;
}

.back_to_materials {
  cursor: pointer;
}

.materials_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.materials_card {
  flex: 0 0 32%;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  background-size: cover;
}

@media (max-width: 1280px) and (min-width: 521px) {
  .materials_card {
    flex: 0 0 48%;
  }
}

@media (max-width: 520px) {
  .materials_card {
    flex: 0 0 99%;
  }
}

.materials_card[data-toggle="common"] {
  background-image: linear-gradient(#00000054, #d9d9d9), url('https://my.medgut.ru/wp-content/uploads/2023/08/lechenie-zubov-pod-m.jpg');
}

.materials_card[data-toggle="theory"] {
  background-image: linear-gradient(#00000054, #d9d9d9), url('https://my.medgut.ru/wp-content/uploads/2023/08/dsc_4468.webp');
}

.materials_card[data-toggle="modules"] {
  background-image: linear-gradient(#00000054, #d9d9d9), url('https://my.medgut.ru/wp-content/uploads/2023/08/koll-czentr.jpeg');
}

.materials_card[data-toggle="services"] {
  background-image: linear-gradient(#00000054, #d9d9d9), url('https://my.medgut.ru/wp-content/uploads/2023/08/bigstock-business-startup-presentatio-168295379.jpg');
}

.materials_card_text {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.questionList {
  display: none;
}

.a_no_link {
  cursor: default;
}

.guten-bonus {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  color: #2D151D;
}

.guten-bonus-image {
  width: 50px;
}

.guten-bonus-text {
  padding: 0 10px;
  font-size: 18px;
}

.guten-bonus-link {
  color: #2D151D !important;
  text-decoration: underline !important;
}

.guten-bonus-link:hover {
  color: #2d151d91 !important;
}

.um-member-list-gb-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 10px;
  color: #2D151D !important;
}

.um-directory .um-members-list .um-member {
	min-height: 170px;
}

.um-profile-body [data-key="guten_bonusy"] {
  display: none !important;
}