.benefits-wrapper p {
  line-height: 18px;
  font-size: 1rem;
}

.benefits-wrapper span {
  font-weight: bold;
  color: #e20074;
}

.color-primary {
  color: #e20074 !important;
}

.picture-benefit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.picture-benefit > .img-wrap {
  width: 35px;
  flex-shrink: 0;
}

.picture-benefit .img-wrap + .img-wrap {
  display: none;
}

.picture-benefit-m1 {
  display: flex;
  align-items: center;
}

.picture-benefit-m1 img {
  margin-right: 15px !important;
  margin-top: 5px;
}

.picture-benefit-divider {
  width: 100%;
  border-bottom: 1px solid #2626261a;
  margin-bottom: 16px;
  height: 0;
}

.check-benefit {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  align-items: flex-start;
  align-content: center;
}

.check-benefit-bonus {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  align-items: flex-start;
  align-content: center;
}

.check-benefit img {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 18px !important;
}

.check-benefit-bonus img {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 15px !important;
  width: 15px;
  height: auto;
}

.check-benefit-divider {
  width: 100%;
  border-bottom: 1px solid #2626261a;
  margin-top: 0px;
  margin-bottom: 25px;
}

.tariff-title {
  margin-bottom: 18px;
}

.tariff-title h3 {
  font-size: 24px;
  line-height: 2.75rem;
  font-weight: 800;
  color: #e20074;
  margin: 0;
}

.tariff-title {
  display: flex;
  align-items: center;
}

.tariff-title img {
  margin-right: 15px !important;
}

.benefit-content {
  height: auto;
}

.benefit-content-title {
  width: 100%;
  font-size: 18px;
  color: rgba(38, 38, 38, 1);
}

.benefit-content-title-bonus {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 18px;
}

.benefit-content-desc {
  line-height: 20px;
  font-size: 16px;
  color: rgba(38, 38, 38, 1);
}

.benefit-content-desc-bonus {
  margin-top: 10px;
  font-size: 16px;
}

.benefit-content-bonus {
  height: 20px;
}

.opacity {
  opacity: 1;
}

.link-c-wrap {
  padding-bottom: 20px;
  margin-top: auto;
}

.link-c {
  font-weight: 700;
  color: rgba(0, 127, 175, 1);
}

.link-c:hover {
  text-decoration: underline;
}

.porad-online-icon {
  margin-top: 3px;
}

@media screen and (max-width: 480px) {
  .tariff-title {
    margin-bottom: 0px;
  }
}

/*
@media screen and (min-width: 768px) {
    .benefits-wrapper {
        min-height: 485px;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) {
    .benefits-wrapper {
        min-height: 410px;
    }
}
*/
/* [Object] Modal * =============================== */
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.25s ease;
  z-index: 1000;
}

.modal_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modalinner {
  top: 0;
}

.modalinner {
  transition: top 0.25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  padding: 1em 2em;
  height: 50%;
  overflow: hidden;
}

.modalclose {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  background: #ededed;
  border-radius: 50%;
  padding: 5px;
}

.modalclose:after,
.modalclose:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1em;
  background: #6c6c6c;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: 6px 0 0 0px;
  top: 0;
}

.modalclose:hover:after,
.modalclose:hover:before {
  background: #aaa;
}

.modalclose:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .modal_inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}

.btn-modal {
  cursor: pointer;
  background: none;
  display: inline-block;
  color: #007faf;
  font-size: 0.85rem;
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn-modal:hover,
.btn-modal:focus {
  background: none;
}

.btn-modal:active {
  background: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.tariff-detail-modal {
  visibility: hidden;
}

.tariff-detail-modal-b2b {
  visibility: hidden;
}
