a:hover {
  color: #ffffff;
}
.icon_background {
  background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}
.breadcrumb_link {
  text-decoration: none;
  color: rgba(0,136,215,1);
  font-size: .8rem;
  transition: ease-out .15s;
}
.breadcrumb_link:hover {
  text-decoration: underline;
  color: rgba(0,136,215,.75);
  transition: ease-out .15s;
}
.breadcrumb_active {
  color: rgba(54,44,130,1);
  font-size: .8rem;
  font-weight: 500;
}
.breadcrumb_divider {
  color: rgba(0,136,215,1);
  font-size: .6rem;
  /*margin: 0 1rem;*/
}
.header_top {
  width: 100%;
}
.header_top_container {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: .5rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*min-height: 1rem;*/
}
.header_top_element {
  font-size: .8rem;
  font-weight: 400;
  color: rgba(0,136,215,1);
  text-decoration: none;
  margin-right: 1rem;
  transition: ease-out .15s;
}
.header_top_element:last-child {
  margin-right: 0;
}
.header_top_element:hover {
  color: rgba(54,44,130,1);
  transition: ease-out .15s;
}
.unstiled_link {
  text-decoration: none;
  cursor: pointer;
}
.header_main {
  width: 100%;
  background: linear-gradient(to right, rgba(89,78,171,1), rgba(0,136,215,1));
  position: sticky;
  top: 0;
  z-index: 100;
}
.header_main_container {
  max-width: 82.5rem;
  margin: 0 auto;
  /*padding: .625rem;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 4rem;
}
.header_main_logo_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.header_main_logo {
  width: auto;
  height: 2.5rem;
}
.header_main_logo_text {
  font-size: 1.3rem;
  font-weight: 300;
  color: #ffffff;
  opacity: .4;
}
.header_main_logo_text_bold {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
}
.header_main_menu_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-left: 5rem;
  /*background: #777777;*/
}
.header_main_menu_element {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  margin-right: 2rem;
  opacity: 1;
  transition: ease-out .15s;
}
.header_main_menu_element:last-child {
  margin-right: 0;
}

.header_main_menu_element:hover {
  color: #ffffff;
  opacity: .6;
  transition: ease-out .15s;
}

.header_main_icon_wrapper {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.header_main_icon_element {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  /*font-weight: 500;*/
  text-decoration: none;
  opacity: 1;
  transition: ease-out .15s;
}
.header_main_icon_element:nth-child(1) {
  background: rgba(54,44,130,.1);
}
.header_main_icon_element:nth-child(2) {
  background: rgba(54,44,130,.25);
}
.header_main_icon_element:nth-child(3) {
  background: rgba(54,44,130,.4);
}
.header_main_icon_element:nth-child(4) {
  background: rgba(54,44,130,.55);
}
.header_main_icon_element:hover {
  background: rgba(54,44,130,.85);
  transition: ease-out .15s;
}
.header_main_icon_icon {
  color: #ffffff;
  font-size: 1.5rem;
  transition: ease-out .15s;
}
.header_main_white {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}
@keyframes fade_out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.cover_fade_out {
  animation: fade_out .4s ease-out;
}
@keyframes fade_in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cover_fade_out {
  animation: fade_in .4s ease-out;
}
.icon_picker_button {
  width: fit-content;
  padding: .5rem 1rem;
  border-radius: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(0,136,215,1);
  border: 1px solid rgba(0,136,215,1);
  cursor: pointer;
  transition: ease-out .15s;
}
.icon_picker_button:hover {
  color: #ffffff;
  background: rgba(0,136,215,1);
  transition: ease-out .15s;
}
.color_picker {
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: .5rem;
}
.icon_preview {
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_main {
  position: relative;
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
.slider_main_control_prev, .slider_main_control_next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
}
.slider_main_control_prev {
  left: 0;
}
.slider_main_control_next {
  right: 0;
}
.slider_control_icon {
  border-radius: 100vh;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  color: rgba(54,44,130,1);
  opacity: .85;
  font-size: 2rem;
  -webkit-filter: drop-shadow(0 0 .5rem rgba(255,255,255,1));
  filter: drop-shadow(0 0 .5rem rgba(255,255,255,1));
  transition: ease-out .15s;
  background: rgba(255,255,255,.6);
}
.slider_main_control_prev:hover .slider_control_icon,
.slider_main_control_next:hover .slider_control_icon {
  color: #ffffff;
  background: rgba(54,44,130,1);
  opacity: 1;
  transition: ease-out .15s;
}
.slider_main_image {
  /*background: url('/Assets/img/cover_01.jpg');*/
  position: absolute;
  /*z-index: -1;*/
  width: 100%;
  height: 40rem;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  /*box-shadow: 0 0 10px 10px rgba(0,0,0,0.5);*/

}
.slider_main_wrapper {
  max-width: 82.5rem;
  height: 40rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.slider_main_title_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 70%;
  padding: 3rem 0;
  width: 50%;
}
@keyframes slider_title {
  from {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slider_main_title {
  animation: slider_title .8s ease-out;
}
.empty_slider_title_image {
  transform: scale(1.2);
  font-size: 6rem;
  font-weight: 700;
  color: rgba(54,44,130,1);
  z-index: 2;
  line-height: 1;
  text-align: start;
}
.slider_main_button_block {
  position: relative;
  align-self: end;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.slider_main_button {
  padding: .75rem 1.5rem;
  background: rgba(0,136,215,1);
  border-radius: .75rem;
  color: #ffffff;
  font-size: 1.7rem;
  margin-right: 2rem;
  opacity: 1;
  text-decoration: none;
  transition: ease-out .15s;
}
.slider_main_button:last-child {
  margin-right: 0;
}
.slider_main_button:hover {
  color: #ffffff;
  opacity: .85;
  transition: ease-out .15s;
}
.slider_main_button_primary {
  background: rgba(72,48,97,1);
}
.slider_main_button_secondary {
  background: rgba(0,136,215,1);
}
.slider_main_button_blank {
  background: transparent;
  color: rgba(54,44,130,1);
  text-decoration: underline;
}
.slider_main_button_blank:hover {
  background: transparent;
  color: rgba(54,44,130,1);
  opacity: .85;
  transition: ease-out .15s;
}
.slider_main_button_icon {
  margin-right: .75rem;
}

.svg_shadow {
  -webkit-filter: drop-shadow(0 0 .5rem rgba(255,255,255,.8));
  filter: drop-shadow(0 0 .5rem rgba(255,255,255,.8));
}
.block_divider {
  width: 100%;
  min-height: 3rem;
}
.button_block {
  /*background: #ededed;
  margin: 1rem;*/
  border-radius: 1rem;
  border: 2px dashed #d8d8d8;
  padding: 1rem;
  margin-bottom: 2rem;
}
.button_block_fields {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  width: auto;
  max-width: 70%;
}
.button_block_field {
  display: block;
  min-width: 100%;
  padding: 0 .5rem;
}
.button_block_delete {
  /*border-left: 2px dashed #d8d8d8;*/
  width: auto;
  display: block;
  align-self: center;
  padding: 0 1rem;
}
.icon_select {
  font-size: 2rem;
  color: rgba(0,136,215,1);
}
.remove_button {
  border-radius: .5rem;
  text-decoration: underline;
  color: #777777;
  opacity: 1;
  transition: ease-out .15s;
  padding: .5rem 1rem;
}
.remove_button:hover {
  background: #acacac;
  color: #ffffff;
  transition: ease-out .15s;
}
.categories_wrapper {
  max-width: 82.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
.categories_element {
  width: calc(20% - 1rem);
  height: 10rem;
  border-radius: .75rem .75rem 0 0;
  text-decoration: none;
  /*background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;*/
}
.element_cover:hover {
  opacity: 1;
  transition: ease-out .15s;
}
.element_cover {
  
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  width: 100%;
  min-height: 100%;
  
  border-radius: .75rem .75rem 0 0;

  transition: ease-out .15s;
}
.categories_element_title_block {
  min-height: 4rem;
  width: 100%;
  line-height: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  opacity: 1;
  height: auto;
  padding: .5rem 1rem;
  border-radius: 0 0 .75rem .75rem;
  
}
.categories_element_icon{
  opacity: 1;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.categories_element_title {
  font-size: 1.2rem;
  font-weight: 400;
  float: left;
  opacity: 1;
}
.main_event {
  width: 100%;
  margin: 8rem 0;
}
.main_event_image {
  background: rgba(215,190,160,1);
  position: absolute;
  /*z-index: -1;*/
  width: 100%;
  height: 40rem;
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
}
.main_event_wrapper {
  max-width: 82.5rem;
  height: 40rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.main_event_card_block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 5rem;
}
.main_event_card {
  min-width: 30rem;
  min-height: 30rem;
  border-radius: 3rem;
  background: rgba(156,138,169,1);
}

.main_event_content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width:50rem;
}

.main_event_title {
  font-size: 4rem;
  text-transform: uppercase;
  color: #373737;
  margin-bottom: 3rem;
  line-height: 1;
}
.main_event_time_block {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-bottom: 3rem;
}
.main_event_date {
  padding: .5rem 1rem;
  border-radius: .5rem;
  color: #ffffff;
  background: rgba(54,44,130,1);
  margin-right: 1rem;
}
.main_event_time {
  color: rgba(54,44,130,1);
}
.main_event_content_title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #373737;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.main_event_content_description {
  font-size: 1.25rem;
  font-weight: 300;
  color: #373737;
  margin-bottom: 2rem;
  /*line-height: 1.2;*/
}
.main_event_content_place {
  color: rgba(0,136,215,1);
  font-size: 1.5rem;
  font-weight: 400;
  transition: ease-out .15s;

}
.main_event_content_place:hover {
  color: rgba(54,44,130,1);
  transition: ease-out .15s;
}
.main_event_content_price {
  
}
.main_event_content_tags_block {
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-top: 3rem;
  flex-wrap: wrap;

}
.main_event_content_tag {
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  border-radius: 100vw;
  color: #ffffff;
  background: rgba(0,136,215,1);
  margin-right: 1rem;
}
.main_event_content_tag:last-child {
  margin-right: 0;
}

.file_upload_input, .cover_upload_input, .title_upload_input, .upload_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.file_upload_label, .cover_upload_label, .title_upload_label, .upload_label {
  cursor:pointer;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
}
.upload_block {
  margin-bottom: 2rem;
}
.upload_block_title {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(0,136,215,1);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-card {
  background: #ededed;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
  border-radius:1rem;
  height: 10rem;
}

.section-card:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0.5)));
  background: -o-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.5));
  background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.5));
  opacity: 0.6;
  z-index: 1;
  -webkit-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
}
  
.section-card:hover:before {
  opacity: 1;
  -webkit-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
}

.section-card-img {
  transform: scale(1);
  width: fit-content;
  /*display: block;
  max-width: 100%;
  width: auto;
  height: 100%;*/
  -webkit-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
}
  
.section-card:hover .section-card-img {
  transform: scale(1.02);
  transition: ease-out 0.15s;
}
  
.section-card-title {
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  opacity:0.7;
  /*text-transform: uppercase;*/
  
  line-height: 1.2;
  padding: .5rem;
  -webkit-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
}
  
.section-card:hover .section-card-title {
  /*bottom: 12%;*/
  opacity:1;
  /*line-height: 1.2;*/
  transition: ease-out 0.15s;
}
  
.section-card-icon-block {
  position: absolute;
  top: -1rem;
  left: calc(50% - 1.5rem);
  border-radius: 10rem;
  /*width: 100%;*/
  z-index: 2;
  
  opacity:0;
  /*font-weight:400;*/
  display: flex;
  justify-content: center;
  align-items: center;
  
  transition: ease-out 0.15s;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  line-height:1;
}
  
.section-card:hover .section-card-icon-block {
  opacity:1;
  top:1rem;
  transition: ease-out 0.15s;
}
.section-card-icon {

  
}
.map {
  height: calc(100vh - 100px);
  width: 50%;
}
.middle_menu_button {
  text-decoration: none;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  background-color: #E6EDF7;
  color: #2475d9;
  margin-left: 1rem;
  margin-bottom: 1rem;
  border-radius: .5rem;
  transition: ease-out .15s;
}


.middle_menu_button:hover {
  background-color: #2475d9;
  color: #ffffff;
  transition: ease-out .15s;
}
.middle_menu_button_active {
  background-color: #2475d9;
  color: #ffffff;
  transition: ease-out .15s;
}
.middle_menu_button_active:hover {
  background-color: #91BAEC;
  color: #ffffff;
  transition: ease-out .15s;
}

.primary_button_card {
  display: flex;
  width: fit-content;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 1rem;
  background-color: #2475d9;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: ease-out .15s;
}
.primary_button_card:hover {
  background-color: #91BAEC;
  transition: ease-out .15s;
}

.secondary_button_card {
  display: flex;
  width: fit-content;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  background-color: #E6EDF7;
  color: #2475d9;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: ease-out .15s;
}
.secondary_button_card:hover {
  background-color: #91BAEC;
  color: #ffffff;
  transition: ease-out .15s;
}

.profile_card {
  width: 100%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*min-height: 10rem;*/
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 2rem .5rem rgba(0,0,0,.1);
}
.profile_card_main {
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
  overflow-y: auto;
  /*-ms-overflow-style: none;  /* IE and Edge */
  /*scrollbar-width: none;  /* Firefox */
}
/*.profile_card_main::-webkit-scrollbar {
  display: none;
}*/

.profile_card_main_fade {
  background: -moz-linear-gradient(top, white 0%, white 66%, rgba(255, 255, 255, 0.85) 82%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, white 66%, rgba(255, 255, 255, 0.85) 82%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, white 66%, rgba(255, 255, 255, 0.85) 82%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.profile_card_middle {
  border-radius: 0;
  padding: 1rem;
}
.profile_card_footer {
  /*margin-top: 1rem;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #91BAEC;
  /*background-color: #acacac;*/
  border-radius: 0 0 1rem 1rem;
}
.pcf_item {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-left: 1px solid #91BAEC;
  color: #91BAEC;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1rem .5rem;
  transition: ease-out .15s;
  /*border-radius: 0 0 1rem 1rem;*/
}
.pcf_item:hover {
  background-color: #91BAEC;
  color: #fff;
  transition: ease-out .15s;
}
.pcf_item_active {
  /*font-size: 1.25rem;*/
  cursor: pointer;
  color: #2475d9;
  background-color: #f1f6fc;
  transition: ease-out .15s;
}
.pcf_item_active:hover {
  background-color: #E6EDF7;
  color: #2475d9;
  transition: ease-out .15s;
}
.pcf_item:first-child {
  /*background-color: #acacac;*/
  border-left: none;
  border-radius: 0 0 0 1rem;
}
.pcf_item:last-child {
  /*background-color: #acacac;*/
  border-radius: 0 0 1rem 0;
}
.profile_card_avatar {
  width: 100%;
  height: auto;
  border-radius: 100vh;
}
.profile_card_name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .5rem;
  color: #2475d9;
}
.profile_card_role {
  font-size: .7rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}
.profile_card_login {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: .5rem;
  color: #acacac;
}

.profile_side_menu {
  margin-top: 3rem;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*min-height: 10rem;*/
  background: #fff;
  /*border-radius: 1rem;
  box-shadow: 0 0 2rem .5rem rgba(0,0,0,.1);*/
}
.psm_wrapper {
  padding: .5rem 0;
}
.psm_item_active {
  cursor: pointer;
  background-color: #2475d9 !important;
  color: #fff !important;
  margin-right: 0 !important;
  opacity: 1;
  transition: ease-out .15s;
}
.psm_item_active:hover {
  opacity: .8;
  transition: ease-out .15s;
}
.psm_item {
  cursor: pointer;
  /*box-shadow: 0 0 .5rem .25rem rgba(0,0,0,.1);*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f6fc;
  border-radius: 1rem;
  /*border: 1px solid #2475d9;*/
  color: #2475d9;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 2rem;
  padding: 1rem 1.5rem;
  transition: ease-out .15s;
}
.psm_item:hover {
  background-color: #91BAEC;
  color: #ffffff;
  border-color: #91BAEC;
  margin-right: 0;
  transition: ease-out .15s;
}
.content_block {
  padding-left: 3rem;
}
.sidebar_main_content {
  margin-top: 3rem;
}
.menu_content {
  /*margin-top: 3rem;*/
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*min-height: 10rem;*/
  background: #fff;
  /*border-radius: 1rem;
  box-shadow: 0 0 2rem .5rem rgba(0,0,0,.1);*/
}
.mc_wrapper {
  padding: 0 0;
  /*background-color: #2475d9;*/
}
.mc_wrapper:first-child {
  padding-left: 0;
  border-radius: 1rem 0 0 0;
}
.mc_wrapper:last-child {
  padding-right: 0;
  border-radius: 0 1rem 0 0;
}
.mc_item {
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #f1f6fc;
  /*border-radius: 1rem;*/
  /*border-right: 1px solid #2475d9;*/
  color: #2475d9;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  padding: .5rem 1rem;
  transition: ease-out .15s;
}
.mc_item:first-child {
  border-radius: 1rem 0 0 1rem;
}
.mc_item:last-child {
  border-radius: 0 1rem 1rem 0;
}
.mc_item:hover {
  background-color: #91BAEC;
  /*border-right: 1px solid #91BAEC;*/
  color: #ffffff;
  transition: ease-out .15s;
}
.mc_item_active {
  cursor: pointer;
  background-color: #2475d9 !important;
  color: #fff !important;
  opacity: 1;
  transition: ease-out .15s;
}
.mc_item_active:hover {
  opacity: .8;
  transition: ease-out .15s;
}
.profile_notification {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: .5rem;
  border-bottom: 1px solid #acacac;
}
.profile_notification:last-child {
  border-bottom: none;
}
.profile_notification_more {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.profile_notification_more_link {
  border-radius: .25rem;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 500;
  color: #2475d9;
  padding: .25rem .5rem;
  transition: ease-out .15s;
}
.profile_notification_more_link:hover {
  background-color: #2475d9;
  color: #ffffff;
  transition: ease-out .15s;
}
.pf_title {
  font-size: .9rem;
  font-weight: 500;
  color: #373737;
}
.pf_title_read {
  font-size: .9rem;
  font-weight: 400;
  color: #777777;
}
.pf_text {
  font-size: .8rem;
  font-weight: 400;
  color: #373737;
}
.pf_text_read {
  font-size: .8rem;
  font-weight: 300;
  color: #777777;
}
/*.header_navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 3rem;
    width: 100vw;
    z-index: 2000;
    /*position: fixed;
    background: #7a7a7a;
}

@media screen and (max-width: 383.99999px) {
    .main_container {

        max-width: 360px !important;
    }
}
@media screen and (min-width: 384px) and (max-width: 575.99999px) {
    .main_container {
        max-width: 540px !important;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.99999px) {
    .main_container {
        max-width: 720px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.99999px) {
    .main_container {
        max-width: 960px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .main_container {
        max-width: 1140px !important;
    }
}

.main_container {
    max-width: 1320px;
    margin: 0 auto;
}
.main_container,
.main_container_full,
.main_container_xxlarge,
.main_container_xlarge,
.main_container_large,
.main_container_medium,
.main_container_small {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .main_container_small, .main_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .main_container_medium, .main_container_small, .main_container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .main_container_large, .main_container_medium, .main_container_small, .main_container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .main_container_xlarge, .main_container_large, .main_container_medium, .main_container_small, .main_container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .main_container_xxlarge, .main_container_xlarge, .main_container_large, .main_container_medium, .main_container_small, .main_container {
    max-width: 1320px;
  }
}*/