.author_photo {
	width: 56px;
	height: 56px;
	margin-right: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.author_name {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.author_subinfo {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.article_read, .article_date {
	position: relative;
	padding-left: 8px;
	margin-left: 8px;
}
.article_read:before, .article_date:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	background: #999999;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 11px;
	left: -1px;
}
.article_date {
	padding: 0;
	margin: 0;
}
.article_date:before {
	display: none;
}
.article_description>*:not(h2, h3, h4, h5, h6) {
	margin: 0;
	margin-bottom: 16px;
}
.article_description>*:last-child {
	margin-bottom: 0;
}
.author_box {
	margin-bottom: 35px;
}
.title {
	margin-bottom: 27px;
}
.offer_list {
	background: #F1F7FC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 8px 5.5px;
	margin: 40px 0 !important;
}
.offer_item {
	width: 33.333333%;
	padding: 0 2.5px;
}
.offer_wrap {
	position: relative;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.offer_item__img {
	border-bottom: 1px solid #F5F5F5;
	padding: 20px;
	height: 131px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.offer_item__img img {
	height: auto;
}
.offer_item__caption {
	padding: 24px;
	padding-bottom: 32px;
}
.offer_item__group {
	margin-bottom: 12px;
}
.offer_item__top {}
.offer_item__name {
	font-weight: bold;
	line-height: 24px;
}
.offer_item__rang {
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	margin-left: 16px;
	color: #0D4425;
	background: #CEFFE3;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 2px 10px;
}
.offer_item__rang.average {
	color: #735031;
	background: #FDF3EE;
}
.offer_item__rang.bad {
	color: #8E1B1B;
	background: #FFCECE;
}
.offer_item__desc {
	font-size: 14px;
	line-height: 20px;
}
.offer_item__desc p {
	margin: 0;
}
.offer_item__btn {
	margin-top: 16px;
	width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.wp-block-image {
	margin: 40px 0 !important;
	margin-bottom: 24px !important;
}
.wp-block-image figure {
	margin: 0;
}
.wp-block-image picture {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.wp-block-image img {
	width: 100%;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	height: auto;
}
.wp-block-image figcaption {
	font-size: 14px;
	line-height: 160%;
	text-align: center;
	color: #000000;
	opacity: 0.5;
	margin-top: 16px;
}
.wp-block-quote {
	position: relative;
	padding-left: 35px;
}
.wp-block-quote:before {
	content: '';
	background: #3E4FEF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 8px;
	overflow: hidden;
}
.wp-block-quote p {
	margin: 0;
}
.wp-block-quote cite {
	font-weight: bold;
	font-style: normal;
	margin-top: 16px;
	display: inline-block;
	width: 100%;
}
.stepper {
	counter-reset: counter;
}
.stepper li {
	position: relative;
	list-style: none;
	padding-left: 64px;
	padding-bottom: 46px;
}
.stepper li:last-child {
	padding-bottom: 0;
}
.stepper li:before {
	counter-increment: counter;
	content: counter(counter);
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 20px;
	left: 0;
	top: -3px;
	background: #F1F7FC;
	line-height: 40px;
}
.stepper li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 2px;
	height: 100%;
	background: #F1F7FC;
	z-index: -1;
}
.stepper li:last-child:after {
	display: none;
}
.stepper_title {
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
}
.stepper_desc {
	margin: 0;
	margin-top: 6px;
}
.sidebar {
	min-width: 370px;
	width: 370px;
	margin-left: 40px;
}
.sidebar_offer {
	background: #F1F7FC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
	margin-bottom: 56px;
}
.sidebar_offer__block {
	position: relative;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 8px;
}
.sidebar_offer__img {
	padding: 5px;
	width: 100%;
	max-width: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar_offer__caption {
	display: inline-block;
	width: 100%;
	padding: 20px 16px;
	border-left: 1px solid #EBEBEB;
}
.sidebar_offer__name {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.sidebar_offer__rang {
	background: #CEFFE3;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	color: #0D4425;
	padding: 2px 10px;
	margin-left: 12px;
}
.sidebar_offer__btn {
	margin-top: 16px;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	padding: 6px 17px;
}
.sidebar_title, .widgettitle {
	font-weight: bold;
	font-size: 20px;
	line-height: 160%;
	color: #000000;
	margin-bottom: 24px;
	display: inline-block;
	margin-left: 8px;
}
.schema-faq-section {
	padding: 24px 32px;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	margin-bottom: 16px;
	cursor: pointer;
}
.schema-faq-section:last-child {
	margin-bottom: 0;
}
.schema-faq-question {
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	padding-right: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.schema-faq-question:before, .schema-faq-question:after {
	content: '';
	position: absolute;
	top: 9px;
	right: 6px;
	width: 2px;
	height: 12px;
	background-color: #000;
}
.schema-faq-question:before {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}
.schema-faq-question:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}
.schema-faq-section.open .schema-faq-question:before {
	opacity: 0;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}
.schema-faq-section.open .schema-faq-question:after {
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	transform: rotate(-270deg);
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}
.schema-faq-answer {
	display: none;
	font-size: 16px;
	padding-right: 42px;
	margin: 0;
	margin-top: 12px;
}
.toc_widget_list {
	position: relative;
	padding-left: 19px;
	margin-left: 8px;
}
.toc_widget_list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: rgb(196 196 196 / 50%);
}
.toc_widget_list li {
    font-size: 16px;
	line-height: 22px;
}
.toc_widget_list li:last-child {
	margin-bottom: 0;
}
.toc_widget_list a {
	position: relative;
    display: inline-block;
	color: #A2A2A2;
	text-decoration: none;
	margin-bottom: 16px;
}
.toc_widget_list a.active, .toc_widget_list a:hover {
	color: #000;
}
.toc_widget_list a.active:before {
	content: '';
	position: absolute;
	top: -4px;
	left: -19px;
	width: 4px;
	height: 24px;
	background: #3E4FEF;
}
.toc_widget_list > li > ul {
    padding-left: 15px;
}
.toc_widget_list > li > ul a {
    font-size: 14px;
	line-height: 20px;
}
.platforms_box {
	background: #F1F7FC;
	-webkit-border-radius: 20px 20px 10px 10px;
	-moz-border-radius: 20px 20px 10px 10px;
	border-radius: 20px 20px 10px 10px;
	padding: 8px;
}
.platforms_header__th {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	opacity: 0.4;
}
.platforms_header__th:nth-child(1), .platforms_item__block:nth-child(1), .platforms_details__block:nth-child(1) {
	width: 100%;
	max-width: 230px;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.platforms_header__th:nth-child(2), .platforms_item__block:nth-child(2), .platforms_details__block:nth-child(2) {
	max-width: 160px;
	width: 100%;
}
.platforms_header__th:nth-child(3), .platforms_item__block:nth-child(3), .platforms_details__block:nth-child(3) {
	width: 100%;
	max-width: 173px;
}
.platforms_item__block:last-child {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.platforms_wrap {
	position: relative;
}
.platforms_item {
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
}
.platforms_item:last-child {
	margin-bottom: 0;
}
.platforms_item.active {
	padding-bottom: 4px;
}
.platforms_header__th, .platforms_item__block, .platforms_details__block {
	padding: 20px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.platforms_item__block {
	background: white;
	position: relative;
	z-index: 1;
}
.platforms_rating {
	background: #CEFFE3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 8px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-right: 18px;
	cursor: pointer;
}
.platforms_notes {
	margin-top: 20px;
}
.platforms_notes__label {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.03em;
	opacity: 0.5;
	display: inline-block;
	width: 100%;
	margin-bottom: 8px;
}
.platforms_notes__item {
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.03em;
	background: #F1F7FC;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	padding: 0 8px;
	margin-right: 4px;
	margin-bottom: 8px;
}
.platforms_notes__item.black {
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
}
.platforms_features {
	padding-left: 14px;
}
.platforms_features, .platforms_details__list, .platforms_details__text {
	font-size: 14px;
	line-height: 20px;
}
.platforms_features__item, .platforms_details__item {
	position: relative;
	margin-bottom: 12px;
}
.platforms_features__item:before, .platforms_details__item:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #000000;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 8px;
	left: -12px;
}
.platforms_specialoffer {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #1A258B;
	margin: 0;
}
.btn_light {
	color: #3E4FEF;
	background: #F1F7FC;
}
.platforms_btn {
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 22px;
	padding: 9px 23px;
}
.platforms_btn .icon {
	width: 8px;
	height: 4px;
	margin-left: 8px;
}
.platforms_header__td:first-child {
	margin-right: 19px;
}
.platforms_rating__info {
	background: #B0F3CE;
	width: 11px;
	height: 11px;
	margin: auto;
	margin-top: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.platforms_rating__info .icon {
	width: 1px;
	height: 5px;
}
.platforms_bestchoice {
	position: absolute;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	left: -33px;
	top: -1px;
	background: #FFFFFF;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	padding: 13px 8px;
	color: #1A258B;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
	box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
	z-index: 0;
	border-bottom: 1px solid #F1F7FC;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
}
.platforms_details {
	background: #F1F7FC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 4px;
}
.platforms_details__title {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 16px;
}
.platforms_details__title .icon {
	width: 8px;
	height: 8px;
	margin-left: 8px;
}
.platforms_details__text {
	margin: 0;
}
.additional_column {
	opacity: 0.5;
}
.author_soc {
	position: relative;
	padding-left: 14px;
	margin-left: 24px;
}
.author_soc::before, .new_reviews::before {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	height: 20px;
	background: #DCDCDC;
}
.author_soc__icon {
	max-width: 14px;
	max-height: 14px;
}
.author_soc_link {
	width: 24px;
	height: 24px;
	color: #000;
	background: #F7F7F7;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-left: 10px;
}
.author_soc_link:hover {
	background: #8229F3;
	color: #fff;
}
.new_reviews {
	position: relative;
	padding-left: 24px;
	margin-left: 24px;
}
.new_reviews__wrap {
	width: 139px;
	height: 24px;
	background: #CEFFE3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.new_reviews__icon {
	width: 12px;
	height: 12px;
}
.new_reviews__text {
	font-weight: bold;
	font-size: 12px;
	color: #0D4425;
	text-transform: uppercase;
	margin-left: 4px;
}
.wp-block-separator {
	border-top: none;
	color: #DCDCDC;
	margin-top: 32px !important;
	margin-bottom: 0 !important;
}
.wp-block-separator+h2 {
	margin-top: 32px;
}
.links_list {
	margin: 0 -14px !important;
}
.links_item {
	width: 50%;
	padding: 0 14px;
	margin-bottom: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.links_link {
	font-size: 18px;
	line-height: 32px;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #CBADF1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 16px 24px;
}
.links_icon {
	width: 10px;
	min-width: 10px;
	height: 8px;
}
.links_text {
	color: #000000;
}
.links_link:hover {
	background: #8229F3;
}
.links_link:hover .links_text, .links_link:hover .links_icon {
	color: #FFFFFF;
}
.breadcrumbs {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin-top: 50px;
	margin-bottom: 16px;
}
.breadcrumbs a, .breadcrumbs span {
	color: #6F6F6F;
	text-decoration: none;
}
.breadcrumbs__separator {
	margin: 0 12px;
}
.nav_cat {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	background: #F8F2FF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 4px;
	margin-bottom: 54px;
}
.nav_cat__link {
	display: inline-block;
	color: #929292;
	text-decoration: none;
	padding: 8px 20px;
}
.nav_cat__link:hover {
	color: #000000;
}
.nav_cat__link.active {
	display: inline-block;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 8px rgba(183, 171, 62, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px rgba(183, 171, 62, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 8px rgba(183, 171, 62, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #000;
}
.articles {
	margin: 0 -16px;
}
.article_item {
	width: 33.3333333%;
	padding: 0 16px;
	margin-bottom: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.article_item:hover .article_wrap {
	-webkit-transform: translate(0, -16px);
	-moz-transform: translate(0, -16px);
	-ms-transform: translate(0, -16px);
	-o-transform: translate(0, -16px);
	transform: translate(0, -16px);
}
.article_wrap {
	-webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
	box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
}
.article_box {
	padding: 32px;
}
.article_thumbnail:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(21.35%, rgba(0, 0, 0, 0.15)), color-stop(52.08%, rgba(0, 0, 0, 0.4)), color-stop(84.37%, rgba(0, 0, 0, 0.9)), to(#000000));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 21.35%, rgba(0, 0, 0, 0.4) 52.08%, rgba(0, 0, 0, 0.9) 84.37%, #000000 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 21.35%, rgba(0, 0, 0, 0.4) 52.08%, rgba(0, 0, 0, 0.9) 84.37%, #000000 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 21.35%, rgba(0, 0, 0, 0.4) 52.08%, rgba(0, 0, 0, 0.9) 84.37%, #000000 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 21.35%, rgba(0, 0, 0, 0.4) 52.08%, rgba(0, 0, 0, 0.9) 84.37%, #000000 100%);
	opacity: 0.6;
}
.article_category__link {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.article_category__link.highlight {
	background: #8229F3;
}
.article_info {
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
}
.article_date:before {
	content: '';
	background: #fff;
	top: 9px;
	left: 0;
}
.article_title {
	font-weight: bold;
	font-size: 26px;
	line-height: 120%;
	color: #FEFEFE;
	margin-top: 12px;
}
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 24px;
}
.pagination a, .pagination span {
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	text-decoration: none;
	color: #929292;
	background: #F4F4F4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 20px;
}
.pagination span {
	color: #000;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 8px rgba(183, 171, 62, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px rgba(183, 171, 62, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 8px rgba(183, 171, 62, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pagination a:hover {
	color: #000;
}
.pagination li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	margin-bottom: 10px;
}
.prev.page-numbers {
	margin-right: 10px;
}
.next.page-numbers {
	margin-left: 10px;
}