html {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body.page-template-page-certificates, body.single-certificate {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	min-height: 100vh;
	overflow-x: unset;
}
body.page-template-page-certificates.admin-bar, body.single-certificate.admin-bar  {
	min-height: calc(100vh - 32px);
}
main.main {
	flex-grow: 1;
}

.page-template-page-certificates .container.container_small {
	max-width: 800px;
	padding-top: 40px;
}
.header-ssl__content {
	padding-top: 200px;
	text-align: center;
}
.sc-ajax-filter .nav-filter {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.sc-ajax-filter .nav-filter li {
	min-width: 130px;
}
.nav-filter li a {
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	position: relative;
	padding: 10px 10px 10px 25px;
	color: #555;
	font-size: 16px;
	line-height: 1;
}
.nav-filter li a:before {
	content: '\f0c8';
	font-family: "Font Awesome 5 Free", sans-serif;
	display: inline-block;
	position: absolute;
	font-size: 21px;
	color: #555;
	line-height: .75;
	left: 0;
	top: 10px;
}
.nav-filter li.active a:before {
	content: '\f14a';
	color: #f05243;
}
.ssl-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 16px;
}
.ssl-table__features {
	width: 100%;
	margin-bottom: 25px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
	border-radius: 6px;
	overflow: hidden;
	border: 0 none;
	transition: all .3s ease-in-out 0s;
	transform: scale(1);
}
.ssl-table__features:hover {
	transform: scale(1.05);
}
.ssl-table td.ssl_title {
	min-width: 220px;
	font-weight: 500;
}
.ssl-table td.ssl_title a, .ssl-table td.ssl_title span {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	text-align: center;
	color: #000;
	width: 100%;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	transition: color .3s ease-in-out 0s;
}
.ssl-table td.ssl_title a:hover, .ssl-table td.ssl_title a:active {
	color: #f05243;
}
.ssl-table td {
	padding: 15px;
	border:1.5px solid #f05243;
}
.ssl-table td:not(:last-of-type) {
	border-right: 0 none;
}
.ssl-table td:not(:first-of-type) {
	border-left: 0 none;
	white-space: nowrap;
}
.ssl-table td:first-of-type {
	border-radius: 10px 0 0 10px;
}
.ssl-table td:last-of-type {
	border-radius: 0 10px 10px 0;
}
.ssl-table__features td:last-of-type {
	text-align: right;
}
.ssl-table td > img {
	max-width: 130px;
	height: auto;
}
#container-async-multi .pagination {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 35px 0 0;
}
#container-async-multi .pagination .page-numbers {
	background-color: var(--white);
	border: 1px solid #f05243;
	color: #777;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px;
	padding: 3px;
	text-decoration: none;
	width: 36px;
	height: 36px;
	font-size: 18px;
	font-weight: 500;
	transition: all .3s ease-in-out 0s;
}
#container-async-multi .page-numbers.current {
	background-color: #f05243;
	color: #fff;
}
#container-async-multi .page-numbers.prev, #container-async-multi .page-numbers.next {
	border-color: transparent;
}
#container-async-multi .page-numbers.prev:hover, #container-async-multi .page-numbers.next:hover {
	color: #f05243;
}
#container-async-multi .pagination  a:not(.prev):not(.next):hover, #container-async-multi .pagination a:not(.prev):not(.next):active {
	background-color: rgba(26,29,226, .5);
	color: #fff;
}
.single_bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 35px;
}
.single_bottom .year_price {
	position: relative;
	padding-left: 25px;
}
.single_bottom .year_price:before {
	content: '\f14a';
	font-family: "Font Awesome 5 Free", sans-serif;
	display: inline-block;
	position: absolute;
	font-size: 21px;
	color: #233be2;
	line-height: .75;
	left: 0;
	top: 5px;
}
@media screen and (max-width: 991px) {
	.sc-ajax-filter .nav-filter {
		display: flex;
		flex-wrap: wrap;
		justify-content: normal;
		align-content: space-between;
		width: 100%;
		max-width: 630px;
		margin: 0;
	}
	.sc-ajax-filter .nav-filter li{
	min-width: 130px;
    width: calc(33.33% - 10px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
	}
}
@media screen and (max-width: 790px) {
	.ssl-table td.ssl_title {
		min-width: 160px;
	}
}
@media screen and (max-width: 768px) {
	.sc-ajax-filter .nav-filter li {
		width: 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.header-ssl__content {
		padding-top: 100px;
	}
	.ssl-table td{
		padding:5px;
	}
	.ssl-table__features{
		padding:10px;
	}
}
@media screen and (max-width: 755px) {
	.ssl-table {
		padding-top: 30px;
	}
	.ssl-table, .ssl-table tbody {
		display: block;
		width: 100%;
	}
	.ssl-table__features:hover {
		transform: scale(1);
	}
	.ssl-table tbody tr {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		border: 1px solid #f05243
	}
	.ssl-table td {
		max-width: 50%;
		flex: 0 0 50%;
		width: 50%;
		border: 0 none;
		text-align: center;
	}
	.ssl-table td:last-of-type {
		max-width: 100%;
		flex: 0 0 100%;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 570px) {
	.sc-ajax-filter .nav-filter li {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 420px) {
	.ssl-table td {
		max-width: 100%;
		flex: 0 0 100%;
		width: 100%;
		border: 0 none;
		text-align: center;
	}
	.ssl-table td.ssl_title a, .ssl-table td.ssl_title span {
		justify-content: center;
		-webkit-justify-content: center;
		font-size: 22px;
	}
	.sc-ajax-filter .nav-filter li {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
main{
	padding:0
}