.uns-plans-wrapper .uns-plan-props {
	width: 26.5%;
	padding: 0;
	list-style: none;
}
.uns-plans-wrapper .uns-plan-wrapper {
	width: 24.5%;
	padding: 0;
}
.uns-plans-wrapper .uns-plan {
	text-align: center;
	padding: 0;
	list-style: none;
}
.uns-plans-wrapper .uns-plan.best {
	border: 2px solid #012651;
	box-shadow: 0px 0px 16px 0px #242A3399;
	margin-top: -14px;
	border-radius: 4px;
	overflow: hidden;
	font-weight: 600;
}
.uns-plans-wrapper .uns-plan-cell {
	padding: 15px 25px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 16px;
	min-height: 55px;
}
.uns-plans-wrapper .uns-plan-cell.badge {
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	white-space: initial;
	font-size: 15px;
}
.uns-plans-wrapper .uns-plan.best .uns-plan-cell.badge {
	background-color: #00BD2F;
	color: #ffffff;
}
.uns-plans-wrapper .uns-plan-cell.button {
	padding: 25px 30px;
	border: none;
}
.uns-plans-wrapper .uns-plan-cell.button a,
.uns-plans-wrapper .uns-plan-cell.button button {
	display: block;
	padding: 1.1rem 1.5rem;
	width: 100%;
    box-sizing: border-box;
}
.uns-plans-wrapper .uns-plan-cell .mbg {
	padding-top: 14px;
	font-size: 14px;
	font-weight: 600;
}
.uns-plans-wrapper .uns-plan-cell.price-container {
	min-height: 120px;
}
.uns-plans-wrapper .uns-plan-cell .price {
	display: flex;
	align-items: center;
	justify-content: center;
}
.uns-plans-wrapper .uns-plan-cell .price .currency {
	font-size: 24px;
	line-height: 1.15;
	margin-top: -20px;
	margin-right: 5px;
}
.uns-plans-wrapper .uns-plan-cell .price .value {
	font-size: 44px;
	line-height: 1.15;
}
.uns-plans-wrapper .uns-plan-cell .price .month {
	font-size: 24px;
	line-height: 1.15;
	margin-bottom: -20px;
}
.uns-plans-wrapper .uns-plan-cell .oldprice {
	color: #BABABA;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
}
.uns-plans-wrapper .uns-plan-cell-border-right {
	border-right: 1px solid #E5E5E5;
}
.uns-plans-wrapper .uns-plan-cell .uns-plan-prop-mobile {
	display: none;
	color: #646D7C;
	font-size: 14px;
	padding-bottom: 4px;
}
.uns-plan-checkbox {
    display: none;
}
.uns-plan-label {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 27px;
}
.uns-plan-checkbox + .uns-plan-label:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 3px;
    background-color: #BABABA;
    border: 1px solid #BABABA;
    padding: 0;
    border-radius: 4px;
}
.uns-plan-checkbox:checked + .uns-plan-label:before {
    background-color: #036DD6;
    border-color: #036DD6;
}
.uns-plan-checkbox:checked + .uns-plan-label:after {
    background: transparent;
    border: 2px solid #fcfff4;
    border-right: none;
    border-top: none;
    content: '';
    height: 5px;
    left: 4px;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 11px;
}

@media (max-width: 1399.98px) {
    .uns-plans-wrapper .uns-plan-props {
		width: 29.5%;
	}
	.uns-plans-wrapper .uns-plan-wrapper {
		width: 23.5%;
	}
}
@media (max-width: 1299.98px) {
    .uns-plans-wrapper .uns-plan-props {
		width: 32.5%;
	}
	.uns-plans-wrapper .uns-plan-wrapper {
		width: 22.5%;
	}
}
@media (max-width: 1199.98px) {
    .uns-plans-wrapper .uns-plan-props {
		display: none;
	}
	.uns-plans-wrapper .uns-plan-wrapper {
		width: 33.3333%;
	}
	.uns-plans-wrapper .uns-plan-cell .uns-plan-prop-mobile {
		display: block;
	}
}
@media (max-width: 768.98px) {
	.uns-plans-wrapper .uns-plan-wrapper {
		width: 100%;
		padding: 20px;
	}
	.uns-plans-wrapper .uns-plan-wrapper.year {
		order: 0;
	}
	.uns-plans-wrapper .uns-plan-wrapper.threemonths {
		order: 1;
	}
	.uns-plans-wrapper .uns-plan-wrapper.month {
		order: 2;
	}
	.uns-plans-wrapper .uns-plan {
		border-radius: 4px;
	}
	.uns-plans-wrapper .uns-plan-wrapper .uns-plan.best {
		margin: 0;
	}
	.uns-plans-wrapper .uns-plan-wrapper .uns-plan:not(.best) .uns-plan-cell.badge {
		display: none;
	}
}