.main_card_gr {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  margin: 10px;
  padding: 21px 15px 21px 15px;
  text-align: center;
}
.main_card_gr .main-card__header {
  display: flex;
}
.main_card_gr .card_title_gr {
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  border-radius: 5px;
  width: 100%;
}
.main_card_gr .card_title_gr.background--red {
  background-color: #d80000;
}
.main_card_gr .card_title_gr.background--orange {
  background-color: #f27c21;
}
.main_card_gr .card_title_gr.background--purple {
  background-color: #9561af;
}
.main_card_gr .card_title_gr.background--blue {
  background-color: #005aa1;
}
.main_card_gr .card_title_gr.background--green {
  background-color: #6abd46;
}
.main_card_gr .card_title_gr .card-subhead {
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-family: "Open Sans";
}

.background--red .card-title,
.background--orange .card-title,
.background--purple .card-title,
.background--blue .card-title,
.background--green .card-title {
  color: #fff;
}

.card_title_gr .card-title {
  margin: 0;
}

.card_description_gr {
  margin-bottom: 20px;
}

.btn_show_hide {
  border-radius: 0px;
  background: #fff;
  color: #000;
  padding-left: 10px;
  padding-right: 0px;
  margin-top: 10px;
  font-size: 1.5rem;
}

.btn_show_hide:hover {
  background: #fff;
  color: #000;
}

.btn_show_hide:focus {
  background: #fff;
  color: #000;
}

.info_gr .divider-line {
  background-color: #cccccc;
  margin-top: 25px;
  margin-bottom: 30px;
  height: 1px;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .centered-card_container .elementor-row:first-child {
    justify-content: center;
    align-items: center;
  }
  .centered-card_container .centered-card_item {
    width: 50%;
  }
}

.info_gr {
  display: none;
}

.card_footer_gr .btn--success .btn {
  min-width: 70%;
  background-color: #087900;
  margin: 15px 0;
}
.card_footer_gr .btn--info .btn {
  min-width: 70%;
  background-color: #1b67ec;
  margin: 15px 0;
}
@media only screen and (min-width: 767px) {
  .card_footer_gr .btn--success .btn,
  .card_footer_gr .btn--info .btn {
    min-width: 170px;
  }
}

.card_footer_gr .text--request-info .btn {
  color: #1b67ec;
  text-decoration: underline;
}
.card_footer_gr .text--request-info .btn:hover {
  color: #1b67ec;
  text-decoration: none;
}

/*MODAL*/
.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.473);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  height: 575px;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #ffffff;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}

.main-inner-groups .mb {
  margin-bottom: 12px;
}
.main-inner-groups .mt {
  margin-top: 12px;
}

.main-inner-groups .elementor-widget-sf-groups-cards,
.main-inner-groups
  .elementor-widget-sf-groups-cards
  .elementor-widget-container {
  height: 100% !important;
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .main-inner-groups .elementor-column {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1125px) {
  .main_card_gr .elementor-button {
    width: 100% !important;
    min-width: inherit !important;
  }
}
