.upgrade-plans {
	padding: 50px 80px;
	border-radius: 4px;
	background: linear-gradient(#494B74 24.2%, #ffffff 20%);
}
.upgrade-plans .mssp-plans-page-header {
	display: block;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: center;
	color: white;
	margin-bottom: 25px;
}
.upgrade-plans .wrapper {
	background-color: white;
	padding: 40px;
	box-shadow: 0px 5px 25px rgba(27, 27, 40, 0.1);
	border-radius: 4px;
}
.upgrade-plans .wrapper .hint {
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 21px;
	color: #595D6E;
	margin-left: 10px;
}
.upgrade-plans .main-table.table {
	background-color: #ffffff;
	border: none;
}
.upgrade-plans .table td {
	background-color: #ffffff;
	border: 1px solid #E7E8EF;
}
.upgrade-plans .main-table.table td:first-child {
	border-left: none;	
}
.upgrade-plans .main-table.table td {
	width: 25%;
	text-align: center;
}

.upgrade-plans .main-table thead tr:first-child td:first-child  {
	border-top: 0;
	border-left: 0;
}
.upgrade-plans .main-table thead tr:first-child td {
	border-top: 1px solid #E7E8EF;
}
.upgrade-plans .main-table thead td:nth-child(2)  {
	background: transparent url('/public/media/icons/plan-basic.svg') no-repeat center 50px;
}

.upgrade-plans .main-table thead td:nth-child(3) {
	background: transparent url('/public/media/icons/plan-plus.svg') no-repeat center 50px;
}

.upgrade-plans .main-table thead td:nth-child(4)  {
	background: transparent url('/public/media/icons/plan-premium.svg') no-repeat center 50px;
}

.upgrade-plans .main-table thead td {
	padding: 110px 20px 50px;
}

.upgrade-plans .main-table thead td a {
	background-color: #5D78FF;
	color: white;
	font-weight: 700;
	font-size: 13px;
	margin-top: 25px;
}

.upgrade-plans .main-table thead td p {
	color: black;
	font-weight: 400;
	font-size: 32px;
	line-height: 40.16px;
	display: block;
	margin-bottom: 0;
}

.upgrade-plans .mssp-plans-table thead td p {
	color: black;
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin-bottom: 0;
}

.upgrade-plans .main-table thead td span {
	color: #959CB6;
	font-weight: 700;
	font-size: 13px;
	display: block;
}

.upgrade-plans .main-table tbody td {
	vertical-align: middle;
}
.upgrade-plans .main-table tbody tr td:first-child {
	text-align: left;
}

.upgrade-plans .main-table tbody td span {
	display: block;
}

.upgrade-plans tbody td .mark {
	background: transparent url('/public/media/icons/mark.svg') no-repeat center center;
}

.upgrade-plans .main-table tbody td .unmark {
	background: transparent url('/public/media/icons/unmark.svg') no-repeat center center;
}

.upgrade-plans .contact {
	padding: 30px;
	margin-top: 35px;
	background: rgba(93, 120, 255, 0.1);
	border-radius: 4px;
}
.upgrade-plans .contact p {
	width: 42%;
	color: #646C9A;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	background: transparent url('/public/media/icons/help.svg') no-repeat left center;
	padding-left: 45px;
	margin: 0;
}