.coupons_pps {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
	width: 100%;
}
.coupons_pps .coupon_pps {
	width: calc(50% - 8px);
    box-sizing: border-box;
    padding: 0;
}
.coupon_pps {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.coupon_pp {
    padding: 6px 0;
	transition: 0.5s;
}
/*
.coupon_pp:hover {
    transform: scale(1.1);
	z-index: 5001;
	position: relative;
}
.coupon_pp:hover .coupon-body{
    -webkit-box-shadow: 0px 0px 23px -4px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 0px 23px -4px rgba(0,0,0,0.64);
	box-shadow: 0px 0px 23px -4px rgba(0,0,0,0.64);
}   
*/
.coupon_pp .coupon-body {
    border: 1px solid #D4ECD5;
	border-radius: 10px;
	background-color: white;
}
.coupon_pp .coupon-left {
    padding: 0;
    width: 45%;
    text-align: center;
}
.coupon_pp .coupon-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-left: 2px dashed rgba(76, 175, 80, 1);
    padding: 0 13px;
    width: 55%;
}
.coupon_pp .coupon-inner {
	display: flex;
}
.coupon_pp img.actionIcon {
	width: 128px;
	height: 128px;
}
.coupon_pp .reward {
    font-size: 20px;
    font-weight: 700;
	padding: 0;
    color: rgba(32, 33, 36, 1);
}
.coupon_pp .reward span.p_label {
    background: #FDD835;
    padding: 0 8px;
    border-radius: 30px 10px 10px 30px;
    display: flex;
    width: fit-content;
    align-items: center;
    height: 2.5rem;
}
.coupon_pp .reward span.p_label > i.fa.fa-circle.fa-fw.icon {
    font-size: 0.7rem;
    color: white;
    margin-right: 6px;
}
.coupon_pp .useWithMP {
    margin-top: 5px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 6px;
    font-size: 12px;
    min-height: 21px;
}
.coupon_pp .useWithMP.noactive {
    background-color: #EEE;
}
.coupon_pp h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
	color: rgba(32, 33, 36, 1);
}
.coupon_pp .chequeTypeName {
    padding: 0 0 7px;
    color: rgba(76, 175, 80, 1);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
span.left-side {
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 3px 6px;
}
.coupon_pp .chequeTypeName span.right-side {
    color: rgba(76, 175, 80, 1);
    background-color: #D4ECD5;
    border-top-right-radius: 10px;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.coupon_pp .chequeTypeName span.delimiter {
    border-left: 1px solid rgba(76, 175, 80, 1);
    margin: 0 5px;
    height: 20px;
}
.dateEnd, .TotalUse {
    font-size: 0.8rem;
}
.coupon_pp .isActive {
    position: absolute;
    right: 20px;
    bottom: 40px;
    z-index: 1;
}
.coupon_pp .isActive.nooff {
    opacity: 0.25;
}
.coupon_pp .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.coupon_pp .switch input {
	display:none;
}
.coupon_pp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.coupon_pp .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.coupon_pp input:checked + .slider {
  background-color: rgba(76, 175, 80, 1);
}

.coupon_pp input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.coupon_pp input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */ 
.coupon_pp .slider.round {
  border-radius: 34px;
}
.coupon_pp .slider.round:before {
  border-radius: 50%;
}
.coupon_pp .modalloader {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
	z-index: 1;
}

#cabinet.pp_page #cabinet_wrapper #cabinet_wrapper_right {
	display: block;
}
.pp_page .pp-coupon-dateEnd,
.pp_page .pp-coupon-TotalUse,
.pp_page .chequeTypeName,
.pp_page .chequeTypeDate {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.pp_page .TotalUseDiagram {
    width: 100%;
	margin: 14px 0;
}
.pp_page .TotalUseDiagram ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.pp_page .TotalUseDiagram ul li.stepUse {
    border-bottom: 10px solid rgba(228, 228, 229, 1);
    margin: 0 5px;
    border-radius: 10px;
}
.pp_page .TotalUseDiagram ul li.stepUse.stepUsed {
    border-bottom: 10px solid rgba(76, 175, 80, 1);
}
.pp_page img.actionBage {
    position: absolute;
}
.pp_page .main-image {
    width: 100%;
    text-align: center;
}
#cabinet.pp_page h4.action-title {
    font-size: 20px;
    line-height: 120%;
}
.pp_page .chequeTypeName,
.pp_page .chequeTypeDate {
    padding: 8px 16px;
    width: 100%;
    background-color: rgba(228, 228, 229, 1);
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 8px;
}
.pp_page .chequeTypeDate {
    background-color: rgba(212, 236, 213, 1);
	color: rgba(76, 175, 80, 1);
}
.pp_page h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin: 16px 0;
}
.pp_page .dop-info-filials ul {
    list-style: disc;
    display: block;
    padding-left: 26px;
    margin-bottom: 36px;
    margin-top: -8px;
}
.pp_page .pp-page-reward.coupon_pp {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.pp_page .pp-page-reward.coupon_pp .isActive {
	position: initial;
}

@media (max-width: 940px) and (min-width: 670.01px) {
	.coupons_pps .coupon_pp .coupon-left {
		padding: 0;
		width: 35%;
		text-align: center;
	}
	.coupons_pps .coupon_pp img.actionIcon {
		width: 90px;
	}
	.coupon_pp .isActive {
		right: 5px;
		bottom: 55px;
	}
}

@media (max-width: 670px) {
	.coupons_pps .coupon_pps {
		width: 100%;
	}
	.coupon_pp .isActive {
		right: 10px;
		bottom: 55px;
	}
}