/**/
.gm_dbp_btn_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}
.gm_dbp_btn {
  border-radius: 4px;
  background: rgba(82, 117, 43, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 24px;
  color: rgb(82, 117, 43);
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
}
.gm_dbp_btn svg {
  margin-left: 8px;
}
@media (min-width: 576px) {
  .gm_dbp_btn {
    width: auto;
  }
}
@media (max-width: 991px) {
  .gm_dbp_item_header_right {
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .gm_dbp_item_header {
    flex-wrap: nowrap;
    padding: 20px 40px;
  }
  .gm_dbp_item_title {
    font-size: 22px;
    line-height: 22px;
    max-width: 66%;
    margin-bottom: 0;
  }
  .gm_dbp_item_price {
    font-size: 20px;
    text-align: right;
    margin-right: 67px;
  }
  .gm_dbp_item_btn {
    width: 40px;
    height: 40px;
  }
  .gm_dbp_item_pricer {
    flex-wrap: nowrap;
    padding: 20px 40px;
  }
  .gm_dbp_item_pricer div:first-child {
    padding-right: 32px;
    margin-bottom: 0;
  }
  .gm_dbp_item_pricer div:nth-child(2) {
    padding-right: 32px;
  }
  .gm_dbp_item_pricer div:nth-child(3) {
    width: 161px;
  }
  .gm_dbp_item_pricer div:nth-child(3) .btn {
    padding: 11px 24px;
  }
}
@media (min-width: 1200px) {
  .gm_dbp_item_title {
    max-width: 70%;
  }
}
/**/
.gm_dbp_item._hidden .gm_dbp_item_header {
  background: #ffffff;
}
.gm_dbp_item._hidden .gm_dbp_item_title {
  color: rgb(51, 51, 51);
}
.gm_dbp_item._hidden .gm_dbp_item_btn svg {
  transform: rotate(180deg);
}
.gm_dbp_item._hidden .gm_dbp_item_pricer {
  display: none !important;
}
/**/
.gm_dbp_item._hidden .gm_dbp_item_header {
  background: #ffffff;
}
.gm_dbp_item._hidden .gm_dbp_item_title {
  color: rgb(51, 51, 51);
}
.gm_dbp_item._hidden .gm_dbp_item_btn svg {
  transform: rotate(180deg);
}
.gm_dbp_item._hidden .gm_dbp_item_pricer {
  display: none !important;
}
/* ---- */
.gm_dbp_item._hide {
  display: none !important;
}
.gm_dbp_item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(242, 244, 238);
  min-height: 88px;
  padding: 20px 20px;
  border: 1px solid rgb(242, 244, 238);
  border-radius: 4px 4px 0 0;
  flex-wrap: wrap;
}
.gm_dbp_item_title {
  color: rgb(82, 117, 43);
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
.gm_dbp_item_header_right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.gm_dbp_item_price {
  color: rgb(51, 51, 51);
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
}
.gm_dbp_item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: rgb(82, 117, 43);
  transition: all .5s;
}
.gm_dbp_item_btn:hover {
  opacity: .75;
}
.gm_dbp_item_pricer {
  position: relative;
  border-bottom: 1px solid rgb(235, 235, 235);
  border-left: 1px solid rgb(235, 235, 235);
  border-right: 1px solid rgb(235, 235, 235);
  background: rgb(255, 255, 255);
  min-height: 88px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow .5s;
  flex-wrap: wrap;
}
.gm_dbp_item_pricer:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.gm_dbp_item_pricer div:first-child {
  color: rgb(51, 51, 51);
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 16px;
}
.gm_dbp_item_pricer div:nth-child(2) {
  color: rgb(51, 51, 51);
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: right;
}
.gm_dbp_item_pricer div:nth-child(3) .btn {
  color: rgb(255, 255, 255);
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  padding: 11px 20px;
  height: 48px;
  background-image: url(/local/templates/aspro-allcorp3medc/images/button_text.png);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 160px;
}
@media (max-width: 991px) {
  .gm_dbp_item_header_right {
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .gm_dbp_item_header {
    flex-wrap: nowrap;
    padding: 20px 40px;
  }
  .gm_dbp_item_title {
    font-size: 22px;
    line-height: 22px;
    max-width: 66%;
    margin-bottom: 0;
  }
  .gm_dbp_item_price {
    font-size: 20px;
    text-align: right;
    margin-right: 67px;
  }
  .gm_dbp_item_btn {
    width: 40px;
    height: 40px;
  }
  .gm_dbp_item_pricer {
    flex-wrap: nowrap;
    padding: 20px 40px;
  }
  .gm_dbp_item_pricer div:first-child {
    padding-right: 32px;
    margin-bottom: 0;
  }
  .gm_dbp_item_pricer div:nth-child(2) {
    padding-right: 32px;
  }
  .gm_dbp_item_pricer div:nth-child(3) {
    width: 161px;
  }
  .gm_dbp_item_pricer div:nth-child(3) .btn {
    padding: 11px 24px;
  }
}
@media (min-width: 1200px) {
  .gm_dbp_item_title {
    max-width: 70%;
  }
}