:root {
	--background-color: #ebecf5;
	--icon-color: #0079f0;
	--orange-gradient: linear-gradient(180deg, #FFC736 0%, #FF630C 100%);
	--icon-ok-color: #53AF1B;
	--icon-close-color: #FF4C34;
	--icon-white: #fff;
	--line-height: 160%;
	--font-color1: #72768d;
	--font-color2: #161A2D;
	--font-color_d_2: #C0C3D4;
	--theme-shadow: 0px 24px 32px rgba(11, 30, 23, 0.24);;
	--theme-border-radius: 16px;
	--theme-border-radius-buttons: 8px;
	--theme-block-margin-bottom: 14px;
	--theme-block-padding: 20px;
}

body {
	font-family: "Poppins", sans-serif;
	background-color: var(--background-color);
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
img {
	max-width: 100%;
	height: auto;
}

.container {
	max-width: 1320px;
}
main > .container {
	position: relative;
}
main > .container .container {
	max-width: 963px;
	margin-left: 0;
	padding: 0;
}

.d-relative {
	position: relative;
}
.text-colored {
	color: var(--icon-color);
}
.text-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #72768d;
}
.ficon-blue {
	color: var(--icon-color);
	line-height: 0;
}
.ficon-green {
	color: var(--icon-ok-color);
	line-height: 0;
}



/**
  Header
  todo очистить от лишнего
 */
.header {
	background-color: #f7f8fd;
	position: relative;
}
.header > .container {
	position: relative;
}
.header .top-panel {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f0f1f8;
}
.header .custom-logo {
	width: 135px;
}
.header .top-panel__search {
	display: none;
	margin-left: auto;
}
.header .top-nav {
	--color: #313446;
}
.header .top-nav__list {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.header .top-nav__list li {
	position: relative;
	margin: 0 25px 0 0;
}
.header .top-nav__list li.menu-item-has-children {
	margin: 0 35px 0 0;
}
.header .top-nav__list li.menu-item-has-children:before {
	content: "\e808";
	font-family: fontello;
	font-size: 6px;
	color: var(--icon-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12px;
}
.header .top-nav__list li:last-of-type {
	margin: 0;
}
.header .top-nav__list li.child-grid-2 ul {
	grid-template-columns: repeat(2, 1fr);
}
.header .top-nav__list li.child-grid-3 ul {
	grid-template-columns: repeat(3, 1fr);
}
.header .top-nav__list li.child-grid-4 ul {
	grid-template-columns: repeat(4, 1fr);
}
.header .top-nav__list li ul {
	display: none;
}
.header .top-nav__list i {
	color: var(--icon-color);
	margin-right: 6px;
}
.header .top-nav__list a {
	text-decoration: none;
	color: var(--color);
	font-weight: 500;
	font-size: 1rem;
}
.header .top-nav__list a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}
.header .top-nav__list > li > ul {
	display: none;
	list-style: none;
	position: absolute;
	z-index: 2;
	top: 24px;
	background-color: #f7f8fd;
	padding: 10px;
	min-width: 250px;
	border-radius: 0 0 15px 15px;
}
.header .top-nav__list > li > ul > li {
	padding: 5px 0;
	margin: 0;
	min-width: 150px;
}
.header .top-nav__list > li > ul > li a {
	font-weight: 400;
	font-size: .9rem;
	text-decoration: none;
	color: var(--color);
}
.header .top-nav__list > li > ul > li a:hover {
	color: #000;
}
.header .top-nav__list > li:hover > ul {
	display: grid !important;
}
.header .flags {
	position: absolute;
	right: 15px;
	top: 20px;
	cursor: pointer;
}
.header .flags img {
	width: 38px;
	height: 28px;
	border-radius: 6px;
}
.header__burger {
	position: absolute;
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 24px;
	margin-top: 2px;
	z-index: 10;
	right: 20px;
}
.header__burger span {
	position: absolute;
	left: 0;
	display: block;
	width: 22px;
	height: 3px;
	background-color: var(--icon-color);
	border-radius: 2px;
}
.header__burger span:nth-child(1) {
	top: 2px;
}
.header__burger span:nth-child(2) {
	top: 10px;
}
.header__burger span:nth-child(3) {
	top: 18px;
}
.header__burger.header__burger_active span:nth-child(1) {
	top: 10px;
	transform: rotate(-45deg);
}
.header__burger.header__burger_active span:nth-child(2) {
	transform: rotate(45deg);
}
.header__burger.header__burger_active span:nth-child(3) {
	display: none;
}
.header__search {
	display: none;
}
.header__logo {
	display: none;
	width: 145px;
	margin-right: 15px;
	padding: 8px;
	margin-left: -8px;
}
.header .offcanvas {
	width: 300px;
	background-color: #fff;
}
.header .offcanvas a {
	color: #000;
}
.header .offcanvas-header {
	position: relative;
}
.header .offcanvas-header .btn-close {
	position: absolute;
	top: 20px;
	right: 25px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='%23000000' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/2.3em auto no-repeat;
}
.header .offcanvas.offcanvas_flag_header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .offcanvas.offcanvas_flag_header ul .item {
	position: relative;
	margin-bottom: 20px;
}
.header .offcanvas.offcanvas_flag_header ul .item img {
	width: 36px;
	border-radius: 5px;
}
.header .offcanvas.offcanvas_flag_header ul .item a {
	margin-left: 12px;
	text-decoration: none;
}
.header .bottom-panel {
	padding: 15px 0;
}
.header .bottom-nav {
	--color: var(--font-color2);
}
.header .bottom-nav__list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .bottom-nav__list a {
	font-weight: 400;
	font-size: 0.9rem;
	text-decoration: none;
	color: var(--color);
}
.header .bottom-nav .menu-depth-0__item {
	position: relative;
	margin-right: 40px;
}
.header .bottom-nav .menu-depth-0__item:last-of-type {
	margin-right: 0;
}
.header .bottom-nav .menu-depth-0__item.menu-item-has-children {
	position: relative;
	padding-right: 25px;
}
.header .bottom-nav .menu-depth-0__toggle {
	position: absolute;
	top: 6px;
	right: 0;
	font-size: 7px;
}
.header .bottom-nav .menu-depth-1 {
	display: none;
	list-style: none;
	position: absolute;
	z-index: 2;
	top: calc(100% + 15px);
	background-color: #f7f8fd;
	padding: 10px;
	min-width: 250px;
	border-radius: 0 0 15px 15px;
}
.header .bottom-nav .menu-depth-1::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 15px;
}
.header .bottom-nav .menu-depth-1__item {
	padding: 10px 0;
}
.header .bottom-nav .menu-depth-1__item a:hover {
	color: #000;
}
@media (max-width: 1100px) {
	.header {
		padding: 0;
		background-color: #f7f8fd;
	}
	.header > .container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.header .top-panel {
		padding: 10px;
		border-bottom: none;
	}
	.header .top-panel {
		height: auto;
		display: block;
	}
	.header .top-panel__logo {
		display: none;
	}
	.header .top-panel__search {
		display: none;
	}
	.header .top-nav {
		width: 100%;
	}
	.header .top-nav__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
	.header .top-nav__list li {
		/*width: calc(33.3333333333% - 10px);*/
		width: 100%;
		padding: 20px 5px;
		margin: 5px !important;
		background-color: var(--background-color);
		text-align: center;
		border-radius: 10px;
	}
	.header .top-nav__list li:hover > ul {
		display: block !important;
	}
	.header .top-nav__list > li > ul {
		display: block;
		position: relative;
		padding: 10px;
		margin-bottom: 10px;
		min-width: auto;
		border-radius: 10px;
	}
	.header .top-nav__list > li > ul > li {
		width: auto;
	}
	.header .top-nav__list li.menu-item-has-children:before {
		font-size: 8px;
		top: 28px;
		right: 8px;
		display: flex;
		width: 35px;
		height: 35px;
		justify-content: center;
		align-items: center;
	}
	.header .top-nav__list li.menu-item-has-children.submenu_open:before {
		transform: rotate(180deg) translateY(50%);
	}
	.header .flags {
		right: 75px;
		top: 16px;
	}
	.header__wrapper {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		transform: translateX(-100%);
		opacity: 0;
		pointer-events: none;
		z-index: 10;
		transition: 250ms;
	}
	.header__wrapper_showed {
		transform: translateX(0);
		opacity: 1;
		pointer-events: auto;
	}
	.header__burger {
		display: flex;
	}
	.header__search {
		display: block;
	}
	.header__logo {
		display: block;
	}
	.header .bottom-panel {
		padding: 0;
	}
	.header .bottom-nav .menu-depth-0__item:hover .menu-depth-1 {
		display: block;
	}
	.header .bottom-nav {
		background-color: #f7f8fd;
	}
	.header .bottom-nav__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.header .bottom-nav .menu-depth-0__item {
		margin-right: 0;
		width: 100%;
		border-bottom: 1px solid #ebecf5;
		padding: 15px;
	}
	.header .bottom-nav .menu-depth-0__item.menu-item-has-children {
		padding-right: 65px;
	}
	.header .bottom-nav .menu-depth-0__item_showed {
		background-color: var(--background-color);
	}
	.header .bottom-nav .menu-depth-0__item_showed > a {
		color: #0079f0;
	}
	.header .bottom-nav .menu-depth-0__item > a {
		font-size: 1rem;
		width: 100%;
		display: block;
	}
	.header .bottom-nav .menu-depth-0__toggle {
		top: 10px;
		right: 0;
		width: 60px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header .bottom-nav .menu-depth-0__toggle.menu-depth-0__toggle_active:before {
		transform: rotate(180deg);
	}
	.header .bottom-nav .menu-depth-1 {
		position: relative;
		padding: 10px 10px 0 10px;
		background-color: var(--background-color);
	}
	.header .bottom-nav .menu-depth-1_showed {
		display: block;
	}
	.header .bottom-nav .menu-depth-1__item > a {
		font-size: 1rem;
	}
}


/**
  Footer
 */
/*.footer {
	margin-top: 40px;
	background-color: #f7f8fd;
}
.footer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 40px 0;
}
.footer__logo {
	width: 100%;
	max-width: 500px;
	margin-right: 20px;
}
.footer__logo .logo {
	display: block;
	width: 270px;
	border-radius: 15px;
}
.footer__logo-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: var(--font-color2);
	display: block;
	margin-top: 15px;
}
.footer__nav {
	width: 100%;
	max-width: 150px;
	margin-right: 20px;
}
.footer__nav ul {
	list-style: none;
}
.footer__nav li {
	line-height: normal;
	margin-bottom: 16px;
}
.footer__nav li:last-of-type {
	margin-bottom: 0;
}
.footer__nav a {
	font-weight: 400;
	font-size: 14px;
	color: var(--font-color2);
	text-decoration: none;
}
.footer .social {
	margin-bottom: 20px;
	text-align: right;
}
.footer .social a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	margin-left: 1px;
	background-color: #ecedf6;
	border-radius: 10px;
}
.footer .social a svg {
	fill: #0379f0;
}
@media (max-width: 1100px) {
	.footer__wrapper {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 20px 0;
	}
	.footer__logo {
		max-width: none;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 15px;
		margin-right: 0;
		padding-top: 15px;
		border-top: 1px solid #ebecf5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer__logo-text {
		text-align: center;
		font-size: 10px;
	}
	.footer__nav {
		width: auto;
		margin: 0 10px;
	}
	.footer__nav ul {
		margin-bottom: 25px;
	}
	.footer__nav li {
		margin-bottom: 10px;
	}
}*/

footer.footer {
	margin-top: 40px;
	padding-top: 30px;
	background-color: #f7f8fd;
}
footer.footer .footer__container {
	display: grid;
	grid-template-columns: 280px 1fr 300px;
	grid-gap: 40px;
}
footer.footer .column-1 {
	position: relative;
}
footer.footer .footer-logo {
	max-width: 170px;
}
footer.footer .footer-logo .mobile-18 {
	position: absolute;
	top: 10px;
	right: 0;
	display: none;
}
footer.footer .about_us {
	font-size: .8rem;
	line-height: 1.5;
	padding-top: 1rem;
	margin-bottom: 1rem;
}
footer.footer .social {
	display: flex;
}
footer.footer .social a {
	display: flex;
	justify-content: center;
	width: 32px;
	height: 32px;
	align-items: center;
	text-decoration: none;
	margin: 4px;
	background-color: #fff;
	border-radius: 50%;
}
footer.footer .social a img {
	max-width: 22px;
	max-height: 22px;
}
footer.footer .nav-header {
	font-size: 1.3rem;
	font-weight: 600;
}
footer.footer .footer-service-logos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
footer.footer .footer-service-logos > div {
	width: 120px;
	height: 46px;
	display: grid;
	place-items: center;
}
footer.footer .footer-service-logos > div img {
	max-height: 28px;
}
footer.footer .nav__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
footer.footer .nav__container ul {
	list-style: none;
	margin: 0;
	padding: .5rem 0;
}
footer.footer .nav__container ul li a {
	font-size: .9rem;
	color: inherit;
	text-decoration: none;
}
footer.footer .nav__container ul li a:hover {
	text-decoration: underline;
}
footer.footer .copyright {
	margin-top: 1rem;
	font-size: .8rem;
	color: var(--bs-gray-400);
	background-color: #ebecf5;
}
footer.footer .copyright .copyright__container {
	display: flex;
	align-items: center;
	height: 56px;
	gap: 10px
}
footer.footer .footer-logo .desktop-18 {
	margin-right: 5px;
}
@media (max-width: 991px) {
	footer.footer .footer__container {
		grid-template-columns: none;
		grid-gap: 20px;
	}
	footer.footer .mobile-18 {
		display: block !important;
	}
	footer.footer .desktop-18 {
		display: none !important;
	}
	footer.footer .footer-service-logos > div {
		width: auto;
	}
	footer.footer .copyright {
		text-align: center;
		line-height: 1.2;
	}
}

/**
  Breadcrumbs
 */
.breadcrumbs ol {
	list-style: none;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 0;
}
.breadcrumbs ol::-webkit-scrollbar {
	display: none;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 16px 0;
}
.breadcrumbs .breadcrumbs-item__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 17px;
	color: var(--font-color2);
}
.breadcrumbs .breadcrumbs-item__link span i {
	font-size: 13px;
}
.breadcrumbs .breadcrumbs-item:last-child .icon-arrow-right {
	display: none;
}
.breadcrumbs .icon-arrow-right {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 9px;
}
.breadcrumbs .breadcrumbs__item {
	font-size: 14px;
	line-height: 17px;
	color: var(--font-color2);
}
@media (max-width: 1100px) {
	.breadcrumbs__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 15px 0;
	}
	.breadcrumbs .breadcrumbs__item {
		font-size: 12px !important;
		white-space: nowrap;
	}
	.breadcrumbs .breadcrumbs-item__link {
		/*-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/
		font-size: 12px
	}
}

/**
	404 page
 */
.page_404 {
	display: flex;
	justify-content: center;
	text-align: center;
	background: #000 url('../images/404_bg.png') center no-repeat;
	background-size: cover;
	min-height: 800px;
}
.page_404 .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 75px;
	padding-bottom: 50px;
	color: #fff;
}
.page_404 .wrap .image_404 {
	position: relative;
	margin-top: -175px;
	margin-bottom: -175px;
}
.page_404 .wrap .image_404:before {
	content: "";
	position: absolute;
	left: -75px;
	top: 90px;
	width: 125px;
	height: 125px;
	background: url('../images/404_kub1.png') no-repeat;
	background-size: cover;
}
.page_404 .wrap .image_404:after {
	content: "";
	position: absolute;
	right: -75px;
	bottom: 145px;
	width: 85px;
	height: 85px;
	background: url('../images/404_kub2.png') no-repeat;
	background-size: cover;
}
.page_404 .wrap .image_404 img {
	max-width: 700px;
}
.page_404 .wrap h1 {
	font-size: 52px;
	font-weight: 600;
	margin-bottom: 0;
}
.page_404 .wrap h2 {
	max-width: 600px;
	font-size: 28px;
	margin: auto auto 42px;
}
.page_404 .wrap nav ul {
	margin: 16px -7px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page_404 .wrap nav ul li {
	margin: 7px;
}
.page_404 .wrap nav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	padding: 16px 50px;
	text-align: left;
	width: 300px;
	height: 70px;
	text-decoration: none;
	background-color: #fff;
	color: initial;
	border-radius: var(--theme-border-radius);
}
.page_404 .wrap nav ul li a i {
	position: absolute;
	left: 17px;
	font-size: 20px;
	color: var(--bs-primary);
}
body.error404 .footer {
	margin-top: 0;
}
@media (max-width: 991px) {
	.page_404 {
		min-height: 90vh;
	}
	.page_404 .wrap {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.page_404 .wrap .image_404 {
		position: relative;
		margin-top: -100px;
		margin-bottom: -100px;
	}
	.page_404 .wrap .image_404 img {
		max-width: 80%;
	}
	.page_404 .wrap .image_404:before {
		left: 0;
	}
	.page_404 .wrap .image_404:after {
		right: 0;
	}
	.page_404 .wrap h1 {
		font-size: 44px;
	}
	.page_404 .wrap h2 {
		max-width: 90%;
		font-size: 20px;
	}
	.page_404 .wrap nav ul li,
	.page_404 .wrap nav ul li a {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.page_404 .wrap .image_404 {
		position: relative;
		margin-top: -50px;
		margin-bottom: -50px;
	}
	.page_404 .wrap .image_404 img {
		max-width: 100%;
	}
	.page_404 .wrap .image_404:before {
		left: 0;
		top: 18px;
		width: 80px;
		height: 80px;
	}
	.page_404 .wrap .image_404:after {
		right: 0;
		bottom: 60px;
		width: 65px;
		height: 65px;
	}
}

/**
  Section
 */
.section {
	margin-bottom: 15px;
}
.section__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #313446;
	/*margin: 40px 0 20px;*/
}
@media (max-width: 1100px) {
	.section__title {
		font-size: 18px;
		line-height: 22px;
		margin: 20px 0 10px;
	}
}
@media (max-width: 428px) {
	.section__title {
		font-size: 16px;
		line-height: 19px;
		margin: 15px 0 10px;
	}
}

.col-lg section.wp-block-hc-alternate-group-section {
	padding: 20px;
}
section.wp-block-hc-alternate-group-section {
	padding: 40px 150px;
	background: #F7F8FD;
	border-radius: 15px;
	margin-bottom: 15px;
	line-height: var(--line-height);
}
section.wp-block-hc-alternate-group-section section.wp-block-hc-alternate-group-section {
	padding: 0;
	background: none;
	border-radius: 0;
	margin-bottom: 24px;
}
section.wp-block-hc-alternate-group-section section.wp-block-hc-alternate-group-section:last-child {
	margin-bottom: 0;
}
section.wp-block-hc-alternate-group-section h2 {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	color: #313446;
}
section.wp-block-hc-alternate-group-section h3 {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #313446;
}
section.wp-block-hc-alternate-group-section h4 {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 18px;
	color: #313446;
}
section.wp-block-hc-alternate-group-section p:last-child {
	padding-bottom: 0;
}
section.wp-block-hc-alternate-group-section > ol,
section.wp-block-hc-alternate-group-section > ul {
	color: var(--font-color2);
	margin-left: 20px;
	max-width: 729px;
}
section.wp-block-hc-alternate-group-section .wp-block-columns ol,
section.wp-block-hc-alternate-group-section .wp-block-columns ul {
	padding-left: 25px;
}
section.wp-block-hc-alternate-group-section .wp-block-columns:last-child {
	margin-bottom: 0;
}

.wp-block-table {
	margin-bottom: 16px;
}
.wp-block-table table {
	margin-bottom: 0;
}
.wp-block-table table td {
	font-size: .9em;
	padding: .5rem;
	min-width: 100px;
	border: 1px solid #dee2e6;
}
.wp-block-table table > :not(:first-child) {
	border-top: none;
}
.wp-block-table.is-style-stripes {
	border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #ECECF6;
}
.wp-block-image {
	margin-bottom: 15px;
}
.wp-block-image img {
	border-radius: 15px !important;
}
.wp-block-media-text {
	gap: 1rem;
}
.wp-block-media-text .wp-block-media-text__content {
	margin-bottom: 1rem;
	padding: 0;
}
.wp-block-media-text .wp-block-media-text__media img {
	border-radius: 15px;
}
.wp-block-media-text .wp-block-media-text__content p {
	font-size: 16px!important;
	/*color: #72768d!important;*/
}
.wp-block-media-text .wp-block-media-text__content ul,
.wp-block-media-text .wp-block-media-text__content ol {
	margin-left: 1rem;
}
@media (max-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
	.wp-block-media-text .wp-block-media-text__content ul,
	.wp-block-media-text .wp-block-media-text__content ol {
		padding-left: 30px;
	}
}

.lwptoc {
	margin: 16px 0!important;
}
.lwptoc-light .lwptoc_i {
	padding-top: 24px;
	background: #f7f8fd!important;
	border-radius: 15px;
}

/**
  todo ???
 */
.inner-section {
	padding: 20px 20px 0 20px;
	background: #F7F8FD;
	border-radius: 15px;
}
.inner-section__title {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #313446;
}
.inner-section__text {
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 25px;
	color: var(--font-color2);
}
.inner-section__list {
	color: var(--font-color2);
	margin-left: 20px;
	max-width: 729px;
	margin-bottom: 15px;
}
.inner-section__list li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
.inner-section__list li:last-child {
	margin-bottom: 0;
}
.inner-section__img {
	min-height: 190px;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%), #F7F8FD;
	border-radius: 15px;
	margin-bottom: 15px;
}
@media (max-width: 1100px) {
	.inner-section {
		padding: 10px 10px 0 10px;
	}
	.inner-section__title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.inner-section__text {
		font-size: 12px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	.inner-section__list {
		margin-left: 20px;
		max-width: 729px;
		margin-bottom: 10px;
	}
	.inner-section__list li {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.inner-section__img {
		margin-bottom: 0;
	}
}

/**
  Welcome Section
  todo переименовать
 */
.text-image {
	margin: 24px 0;
}
.text-image__block {
	display: flex;
	margin-bottom: 24px;
	background-color: #f7f8fd;
	border-radius: 15px;
}
.text-image__content {
	padding: 20px;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 0;
}
.text-image__content h1 {
	font-weight: 500;
	font-size: 45px;
	line-height: 53px;
	margin: 0 0 1rem;
}
.text-image__content p {
	margin-bottom: 1rem;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: var(--font-color2);
}
.text-image__dropdowns {
	margin-top: auto;
	display: block;
	text-decoration: none;
}
.text-image__dropdown {
	background-color: var(--background-color);
	padding: 18px 21px;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 1rem;
	color: var(--font-color2);
}
.text-image__dropdown .icon-shield {
	font-size: 30px;
	margin-right: 20px;
}
.text-image__dropdown .icon-arrow-right {
	margin-left: auto;
	font-size: 12px;
}
.text-image__links {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 -5px 24px;
}
.text-image__links-item {
	width: 33.3%;
}
.text-image__links-item-wrap {
	position: relative;
	margin: 5px;
	padding: 10px;
	background-color: #f7f8fd;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-image__links-item-wrap i {
	font-size: 22px;
	background-color: var(--background-color);
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	margin-right: 10px;
}
.text-image__links-item-wrap a {
	font-weight: 500;
	font-size: 1rem;
	color: var(--font-color2);
	text-decoration: none;
}
.text-image__media img {
	border-radius: 15px;
}
@media (max-width: 1100px) {
	.text-image {
		margin: 15px 0;
	}
	.text-image__media img {
		border-radius: 15px 15px 0 0;
	}
	.text-image__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.text-image__content {
		width: 100%;
	}
	.text-image__content h1 {
		font-size: 18px;
		line-height: 28px;
	}
	.text-image__content p {
		font-size: 14px;
		line-height: 20px;
	}
	.text-image__dropdown {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 15px;
	}
	.text-image__links-item {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.text-image__links-item {
		width: 100%;
	}
}

/**
  Main page Welcome Section
 */
.main-page .welcome-section {
	margin: 16px 0 40px;
}
.main-page .welcome-section__wrap {
	background: var(--theme-gradient);
	border-radius: var(--theme-border-radius);
	box-shadow: var(--theme-shadow);
}
.main-page .welcome-section__block {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	grid-gap: 16px;
	position: relative;
	margin-bottom: 16px;
	background-repeat: no-repeat;
	background-position: center right;
}
.main-page .welcome-section__block:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 30px;
	width: 104px;
	height: 44px;
	background: url('../images/welcome-section-dotted.svg') 0 no-repeat;
}
.main-page .welcome-section__content {
	padding: 48px 0 48px 64px;
	display: flex;
	flex-direction: column;
	color: #fff;
}
.main-page .welcome-section__content h1 {
	font-weight: 600;
	font-size: 56px;
	line-height: 72px;
	letter-spacing: 1.2px;
	margin-bottom: 16px;
}
.main-page .welcome-section__content p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1.2px;
}
.main-page .welcome-section__media {
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}
.main-page .welcome-section__media img {
	max-width: 431px;
	border-radius: 15px;
}
.main-page .welcome-section__links {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 -5px 24px;
}
.main-page .welcome-section__links-item {
	width: 33.3%;
}
.main-page .welcome-section__links-item-wrap {
	position: relative;
	margin: 5px;
	padding: 10px;
	background-color: #f7f8fd;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-page .welcome-section__links-item-wrap i {
	font-size: 22px;
	background-color: var(--background-color);
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	margin-right: 10px;
}
.main-page .welcome-section__links-item-wrap a {
	font-weight: 500;
	font-size: 1rem;
	color: var(--font-color2);
	text-decoration: none;
}
@media (max-width: 991px) {
	.main-page .welcome-section {
		margin-bottom: 24px;
	}
	.main-page .welcome-section__block {
		display: block;
		grid-template-columns: none;
		padding: 32px;
		background-size: contain;
		background-position: center bottom;
	}
	.main-page .welcome-section__block:before {
		width: 65px;
		opacity: .1;
	}
	.main-page .welcome-section__content {
		padding: 0;
	}
	.main-page .welcome-section__content h1 {
		font-weight: 600;
		font-size: 28px;
		line-height: 36px;
	}
	.main-page .welcome-section__content p {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
	.main-page .welcome-section__media img {
		max-width: 85%;
	}
	.main-page .welcome-section__links-item {
		width: 100%;
	}
}

/**
  Welcome Section
  todo переименовать
 */
.header-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 28px;
	grid-template-areas: "title img" "text img";
	padding-left: 20px;
	margin-bottom: 24px;
	background: #F7F8FD;
	border-radius: 15px;
}
.header-section__title {
	grid-area: title;
	position: relative;
	align-self: end;
	font-weight: 500;
	font-size: 36px;
	color: #313446;
	margin-bottom: 25px;
	padding-left: 60px;
}
.header-section__title i {
	position: absolute;
	left: 0;
	top: 2px;
}
.header-section__text {
	grid-area: text;
	font-size: 18px;
	line-height: 25px;
	color: var(--font-color2);
	padding-bottom: 20px;
}
.header-section__img {
	grid-area: img;
	max-width: 702px;
	min-height: 211px;
}
.header-section__img img {
	border-radius: 15px;
}
@media (max-width: 1100px) {
	.header-section {
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		padding-left: 10px;
		background: #F7F8FD;
		border-radius: 10px;
	}
	.header-section__title {
		padding-top: 10px;
		padding-left: 0;
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	.header-section__title i {
		display: none;
	}
	.header-section__text {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	.header-section__img {
		display: none;
	}
}
@media (max-width: 428px) {
	.header-section__title {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 12px;
	}
	.header-section__text {
		font-size: 12px;
		line-height: 17px;
	}
}

section.payments .payments__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #f7f8fd;
	border-radius: 20px;
	margin-top: 10px;
	padding: 10px;
}
section.payments .payments__item {
	width: calc(25% - 20px);
	margin: 10px;
	padding: 20px;
	background-color: rgba(235, 236, 245, 0.6);
	border-radius: 15px;
}
section.payments .payments__logo {
	max-width: 115px;
	margin: 0 auto 15px;
}
section.payments .payments__item-title {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #313446;
}
section.payments .payments__text {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--font-color2);
}
@media (max-width: 600px) {
	section.payments .payments__block {
		padding: 5px;
	}
	section.payments .payments__item {
		width: calc(100% - 10px);
		margin: 5px;
	}
}

/**
  Блок автора
  todo разделить / на удаление
 */
.author {
	margin-bottom: 15px;
}
.author__wrapper {
	display: grid;
	grid-template-areas: "img info" "img text";
	grid-template-columns: auto 4fr;
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 15px;
	background: #F7F8FD;
}
.author__img {
	grid-area: img;
	position: relative;
}
.author__img img {
	max-width: 220px;
	border-radius: 15px;
}
.author .author-item {
	grid-area: info;
}
.author .author-item__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.author .author-item__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #313446;
	margin-bottom: 7px;
}
.author .author-item__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*width: 175px;*/
}
.author .author-item__count span {
	font-size: 14px;
	line-height: 20px;
	margin-left: 12px;
	color: var(--font-color2);
}
.author .author-item__count .article-count {
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #0079F0;
}
.author .author-item__list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	/*width: 200px;*/
}
.author .author-item__list .social-list__link {
	margin: 0 2px;
}
.author .author-item__list .social-list__link > i {
	font-size: 24px;
}
.author__text {
	grid-area: text;
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	color: var(--font-color2);
}
.author__info {
	padding: 20px;
	background: #f7f8fd;
	border-radius: 15px;
	margin-bottom: 15px;
	line-height: var(--line-height);
	/*color: var(--font-color2);*/
}
.author-article__list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 20px;
}
.author-article__list .author-item-article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	background: #F7F8FD;
	border-radius: 15px;
}
.author-article__list .author-item-article__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%);
	border-radius: 15px;
	margin-bottom: 15px;
	max-width: 285px;
	min-height: 123px;
}
.author-article__list .author-item-article__img img {
	max-width: 106px;
}
.author-article__list .author-item-article__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #313446;
	margin-bottom: 5px;
}
.author-article__list .author-item-article__text {
	position: relative;
	font-size: 12px;
	line-height: 14px;
	color: var(--font-color2);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.author-article__list .author-item-article__text::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: -15px;
	width: calc(100% + 30px);
	height: 2px;
	background: rgba(235, 236, 245, 0.6);
}
.author-article__list .author-item-article__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(235, 236, 245, 0.65);
	border-radius: 10px;
	width: 100%;
	height: 44px;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #6F728C;
	text-decoration: none;
}
@media (max-width: 428px) {
	.author-article__list {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.author-article__list .author-item-article {
		padding: 10px;
	}
	.author-article__list .author-item-article__img {
		min-height: 110px;
	}
}
@media (max-width: 1100px) {
	.author {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.author__wrapper {
		grid-template-areas: "img info" "text text";
		grid-column-gap: 10px;
		padding: 10px;
		border-radius: 15px;
		background: #F7F8FD;
	}
	.author__img {
		position: relative;
		overflow: hidden;
		width: 115px;
		height: 109px;
		margin-right: 0;
	}
	.author__img img {
		position: absolute;
		width: 93px;
	}
	.author .author-item {
		min-width: 135px;
	}
	.author .author-item__title {
		font-size: 14px;
		line-height: 17px;
	}
	.author .author-item__list {
		max-width: 200px;
		margin-bottom: 20px;
	}
	.author .author-item__list .social-list__link > i {
		font-size: 16px;
	}
	.author .author-item__count {
		margin-bottom: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.author .author-item__count span {
		font-size: 12px;
		line-height: 14px;
	}
	.author .author-item__count i {
		font-size: 16px;
		margin-right: 5px;
	}
	.author__text {
		font-size: 12px;
		line-height: 20px;
	}
	.author__info {
		padding: 0 10px 10px;
	}
	.author-article__list {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.author-article__list .author-item-article {
		padding: 10px;
	}
	.author-article__list .author-item-article__img {
		max-width: 100%;
		min-height: 140px;
	}
	.author-article__list .author-item-article__text {
		margin-bottom: 10px;
	}
	.author-article__list .author-item-article__text::after {
		left: -10px;
		width: calc(100% + 20px);
	}
}

/**
  Comments
 */
.comments .comments__title {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
	line-height: 21px;
	color: #313446;
}
.comments .comments__count {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #0079F0;
}
.comments .comments__text {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 23px;
	color: var(--font-color2);
}
.comments .comments__form {
	padding: 15px;
	background: #F7F8FD;
	border-radius: 15px;
}
.comments .form-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.comments .form-item input, .comments .form-item textarea {
	border: none;
	outline: none;
	background: #EBECF5;
	border-radius: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 15px;
	resize: none;
}
.comments .form-item__text {
	min-height: 90px;
}
.comments .form-item__button {
	border: none;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	width: 100%;
	height: 50px;
	background-color: #0079F0;
	border-radius: 10px;
	text-align: center;
	-webkit-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}
.comments .form-item__button:hover {
	background: #045FB8;
}
.comments .form-item__button:active {
	background: #006BD5;
	color: rgba(255, 255, 255, 0.8);
}
.comments .comments__list {
	list-style: none;
}
.comments .comment-item {
	margin-top: 15px;
	padding: 15px;
	background: #F7F8FD;
	border-radius: 15px;
}
.comments .comment-item__avatar {
	margin-right: 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 39px;
	height: 39px;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%), #EBECF5;
	border-radius: 10px;
	overflow: hidden;
}
.comments .comment-item__avatar img {
	position: absolute;
	bottom: 0;
}
.comments .comment-item .info-item {
	display: inline-block;
	vertical-align: top;
}
.comments .comment-item .info-item__user-name {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #313446;
	margin-bottom: 5px;
}
.comments .comment-item .info-item__date {
	font-size: 13px;
	line-height: 15px;
	color: var(--font-color2);
}
.comments .comment-item__text {
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
	color: var(--font-color2);
}
@media (max-width: 1100px) {
	.comments .comments__text {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	.comments .comments__form {
		padding: 10px;
	}
	.comments .form-item input, .comments .form-item textarea {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.comments .form-item__button {
		font-size: 12px;
		line-height: 15px;
		height: 44px;
	}
	.comments .comment-item {
		margin-top: 15px;
		padding: 10px;
	}
	.comments .comment-item__avatar {
		display: none;
	}
	.comments .comment-item .info-item {
		display: inline-block;
		vertical-align: top;
	}
	.comments .comment-item .info-item__user-name {
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 5px;
	}
	.comments .comment-item .info-item__date {
		font-size: 12px;
		line-height: 14px;
	}
	.comments .comment-item__text {
		margin-top: 15px;
		font-size: 12px;
		line-height: 20px;
	}
}

/**
  Academy
 */
.academy-info__title {
	margin: 25px 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #313446;
}
.academy-info__list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	padding: 0;
}
.academy-info__item {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 15px;
	grid-template-areas: "img title" "img text";
	background: #F7F8FD;
	border-radius: 15px;
}
.academy-info__item-title {
	grid-area: title;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 19px;
	color: #313446;
}
.academy-info__item-text {
	grid-area: text;
	font-size: 14px;
	line-height: 20px;
	color: var(--font-color2);
	margin-bottom: 15px;
}
.academy-info__item-img {
	grid-area: img;
	max-width: 228px;
	min-height: 139px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../images/design/academy-bg.9509a8.svg) top no-repeat, linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%);
	border-radius: 15px;
}
.academy-info__item-img i {
	font-size: 35px;
}
.academy-info__content {
	padding: 20px;
	margin-top: 24px;
	background: #F7F8FD;
	border-radius: 15px;
}
.academy-info__content-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #313446;
}
.academy-info__content-text {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
	color: var(--font-color2);
}
.academy-info__content .content-wrapper__list {
	padding-left: 20px;
}
.academy-info__content .content-wrapper__list li {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
	color: var(--font-color2);
}
.academy-info__content .content-wrapper__list li:last-child {
	margin-bottom: 0;
}
.academy-info__content .content-wrapper__title {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: #313446;
}
@media (max-width: 1100px) {
	.academy-info__title {
		margin-top: 20px;
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 21px;
	}
	.academy-info__list {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.academy-info__item {
		grid-template-columns: 1fr 3fr;
		grid-column-gap: 10px;
	}
	.academy-info__item-title {
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 17px;
	}
	.academy-info__item-text {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	.academy-info__item-img {
		min-width: 60px;
		height: 60px;
		min-height: auto;
		align-self: center;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		border-radius: 10px;
	}
	.academy-info__item-img i {
		font-size: 25px;
	}
	.academy-info__content {
		padding: 10px;
	}
	.academy-info__content-title {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.academy-info__content-text {
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 20px;
	}
	.academy-info__content .content-wrapper__list {
		padding-left: 20px;
	}
	.academy-info__content .content-wrapper__list li {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.academy-info__content .content-wrapper__title {
		margin-bottom: 10px;
		font-size: 14px;
	}
}
@media (max-width: 428px) {
	.academy-info__title {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 19px;
	}
	.academy-info__list {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.academy-info__item-title {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.academy-info__item-text {
		font-size: 10px;
		line-height: 12px;
	}
	.academy-info__content {
		padding: 10px;
	}
	.academy-info__content-title {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 18px;
	}
	.academy-info__content-text {
		font-size: 12px;
		line-height: 17px;
	}
	.academy-info__content .content-wrapper__list {
		padding-left: 20px;
	}
	.academy-info__content .content-wrapper__list li {
		margin-bottom: 15px;
		font-size: 12px;
	}
}

/**
  Review Page
 */
.review-page .brand-header {
	margin-bottom: 20px;
}
.review-page .brand-header .brand-wrapper {
	display: grid;
	grid-template-areas: "header info" "content info";
	grid-template-columns: 1fr 329px;
	grid-column-gap: 20px;
	position: relative;
	background: var(--theme-gradient);
	border-radius: var(--theme-border-radius);
	box-shadow: var(--theme-shadow);
}
.review-page .brand-header .brand-wrapper .bg_flag {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	opacity: .3;
}
.review-page .brand-header .brand__header {
	display: grid;
	grid-area: header;
	grid-template-columns: 1fr 3fr;
	grid-gap: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	z-index: 1;
}
.review-page .brand-header .brand__header .header-left__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 217px;
	height: 119px;
	background: var(--theme-gradient);
	border-radius: 15px;
}
.review-page .brand-header .brand__header .header-left__link img {
	max-width: 130px;
}
.review-page .brand-header .brand__header .header-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "title os" "rating rating" "text text";
	align-content: center;
	align-self: flex-start;
}
.review-page .brand-header .brand__header .header-right__title {
	grid-area: title;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 5px;
}
.review-page .brand-header .brand__header .header-right__rating {
	grid-area: rating;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 0;
	margin-bottom: 15px;
	max-width: none;
	overflow: visible;
}
.review-page .brand-header .brand__header .header-right__rating-stars {
	font-family: "fontello";
	--percent: calc(100% / 5 * var(--rating, 5));
	--end-gradient: calc(100% - var(--percent, 100%));
	background: -webkit-gradient(linear, left top, right top, from(#FF922E), to(#CECECEFF));
	background: linear-gradient(90deg, #FF922E var(--percent), #CECECEFF var(--end-gradient));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	letter-spacing: 3px;
}
.review-page .brand-header .brand__header .header-right__rating-value {
	margin-right: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}
.review-page .brand-header .brand__header .header-right__os {
	grid-area: os;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
}
.review-page .brand-header .brand__header .header-right__os .os-item {
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.review-page .brand-header .brand__header .header-right__os .os-item i {
	font-size: 18px;
}
.review-page .brand-header .brand__header .header-right__os .os-item i + i {
	font-size: 10px;
}
.review-page .brand-header .brand__header .header-right__os .os-item:last-child {
	margin-right: 0;
}
.review-page .brand-header .brand__header .header-right__text {
	grid-area: text;
	font-size: 14px;
	line-height: 17px;
	color: var(--font-color_d_2);
}
.review-page .brand-header .brand__info {
	grid-area: info;
	padding: 20px;
	text-align: center;
	border-left: 1px solid #505260;
	border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
	z-index: 1;
}
.review-page .brand-header .brand__info .info-item__img {
	margin: 0 auto;
	max-width: 130px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.review-page .brand-header .brand__info .info-item__bonus {
	grid-area: bonus;
	margin-bottom: 0;
}
.review-page .brand-header .brand__info .info-item__bonus-title {
	display: block;
	background: -webkit-linear-gradient(270deg, #ffc736 0%, #ff630c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
	margin-top: 10px;
}
.review-page .brand-header .brand__info .info-item__bonus-value {
	font-weight: 500;
	font-size: 21px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0;
}
.review-page .brand-header .brand__info .info-item__bonus-text {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: var(--font-color_d_2);
}
.review-page .brand-header .brand__content {
	grid-area: content;
	padding-bottom: 20px;
	padding-left: 20px;
	z-index: 1;
}
.review-page .brand-header .brand__content ul {
	list-style: none;
}
.review-page .brand-header .brand__content .content-item__properties {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 15px;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 25px;
	padding: 0;
}
.review-page .brand-header .brand__content .content-item__properties li {
	position: relative;
	padding-left: 28px;
}
.review-page .brand-header .brand__content .content-item__properties i {
	position: absolute;
	left: 0;
	font-size: 18px;
}
.review-page .brand-header .brand__content .content-item__payments {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.review-page .brand-header .brand__content .content-item__payments-list {
	display: flex;
	flex-wrap: wrap;
}
.review-page .brand-header .brand__content .content-item__payments-item {
	display: flex;
	justify-content: center;
	width: calc(25% - 10px);
	margin: 5px;
	height: 44px;
	padding: 5px;
	background-color: #eff1f7;
	border-radius: 5px;
}

.review-page .brand-info .brand-info__description {
	padding: 20px;
	background: #F7F8FD;
	border-radius: 15px;
	margin-bottom: 15px;
}
.review-page .brand-info .description-item__top {
	display: flex;
	margin-bottom: 15px;
}
.review-page .brand-info .description-item__top-img {
	position: relative;
	width: 31px;
	height: 31px;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%), #F7F8FD;
	border-radius: 109.5px;
	overflow: hidden;
}
.review-page .brand-info .description-item__top-img img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.review-page .brand-info .description-item__top-title {
	margin-left: 10px;
}
.review-page .brand-info .description-item__top-title h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 0;
	color: #313446;
}
.review-page .brand-info .description-item__top-title span {
	font-size: 12px;
	line-height: 14px;
	color: var(--font-color2);
}
.review-page .brand-info .description-item__text {
	font-size: 16px;
	line-height: var(--line-height);
	color: var(--font-color2);
}
.review-page .brand-info .brand-info__rating {
	padding: 20px;
	background: #F7F8FD;
	border-radius: 15px;
	margin-bottom: 15px;
}
.review-page .brand-info .rating-item__list {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.review-page .brand-info .rating-item .list-item li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 20px);
	margin-top: 15px;
	margin-bottom: 15px;
}
.review-page .brand-info .rating-item .list-item li hr {
	display: none;
	border: none;
	height: 0;
	overflow: visible;
	background: none;
	width: 140px;
	border-bottom: 1px dashed #EBECF5;
}
.review-page .brand-info .rating-item .list-item__title {
	min-width: 115px;
}
.review-page .brand-info .rating-item .list-item__title span {
	font-weight: 500;
	font-size: 17px;
	line-height: normal;
	color: #313446;
}
.review-page .brand-info .rating-item .list-item__rating {
	grid-area: rating;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 0;
	max-width: none;
	overflow: visible;
}
.review-page .brand-info .rating-item .list-item__rating-stars {
	font-family: "fontello";
	--percent: calc(100% / 5 * var(--rating, 5));
	--end-gradient: calc(100% - var(--percent, 100%));
	background: linear-gradient(90deg, #FF922E var(--percent), #CECECEFF var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	letter-spacing: 3px;
}
.review-page .brand-info .rating-item .list-item__rating-value {
	margin-right: 5px;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	color: var(--font-color2);
}
.review-page .brand-info .remarks-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review-page .brand-info .remarks-item__list {
	width: calc(50% - 7px);
	list-style: none;
	padding: 20px;
	background: #F7F8FD;
	border-radius: 15px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
	color: var(--font-color2);
}
.review-page .brand-info .remarks-item__list li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 16px;
}
.review-page .brand-info .remarks-item__list li:last-child {
	margin-bottom: 0;
}
.review-page .brand-info .remarks-item__list i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
}
@media (max-width: 991px) {
	.review-page .brand-header .brand-wrapper {
		grid-template-areas: "header" "info" "content";
		grid-template-columns: 1fr;
		grid-column-gap: 0;
	}
	.review-page .brand-header .brand__header {
		grid-template-columns: none;
		padding: 10px;
	}
	.review-page .brand-header .brand__header .header-left__link {
		height: 95px;
		margin: auto;
	}
	.review-page .brand-header .brand__header .header-right {
		grid-template-columns: 1fr auto;
	}
	.review-page .brand-header .brand__header .header-right__os {
		margin-right: auto;
		margin-left: 0;
	}
	.review-page .brand-header .brand__header .header-right__os .os-item {
		margin-right: 15px;
	}
	.review-page .brand-header .brand__header .header-right__os .os-item:last-child {
		margin-right: 0;
	}
	.review-page .brand-header .brand__info {
		padding: 10px 10px 15px;
		margin-top: -10px;
		border-left: none;
		border-bottom: 1px solid #505260;
		border-radius: 0;
	}
	.review-page .brand-header .brand__info .info-item__img {
		display: none;
	}
	.review-page .brand-header .brand__info .info-item__bonus {
		text-align: left;
	}
	.review-page .brand-header .brand__info .info-item__bonus-title {
		display: none;
	}
	.review-page .brand-header .brand__info .info-item__bonus-value {
		font-size: 18px;
		line-height: 21px;
	}
	.review-page .brand-header .brand__info .info-item__bonus-text {
		color: #fff;
	}
	.review-page .brand-header .brand__info .info-item__button {
		padding: 15px;
	}
	.review-page .brand-header .brand__content {
		padding: 15px 10px 10px;
	}
	.review-page .brand-header .brand__content ul {
		list-style: none;
	}
	.review-page .brand-header .brand__content .content-item__properties {
		font-size: 12px;
		grid-template-rows: auto;
		color: rgba(255, 255, 255, 0.8);
	}
	.review-page .brand-header .brand__content .content-item__properties i {
		font-size: 12px;
	}

	.review-page .brand-info {
		padding-top: 10px;
	}
	.review-page .brand-info .brand-info__description {
		padding: 10px;
		background: #F7F8FD;
		border-radius: 15px;
		margin-bottom: 10px;
	}
	.review-page .brand-info .description-item__top-title {
		margin-left: 10px;
	}
	.review-page .brand-info .description-item__top-title h2 {
		font-size: 14px;
		line-height: 17px;
	}
	.review-page .brand-info .description-item__top-title span {
		font-size: 10px;
		line-height: 12px;
	}
	.review-page .brand-info .description-item__text {
		font-size: 12px;
		line-height: 20px;
		margin-left: 35px;
	}
	.review-page .brand-info .brand-info__rating {
		padding: 10px;
		margin-bottom: 10px;
	}
	.review-page .brand-info .rating-item .list-item li {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.review-page .brand-info .rating-item .list-item li hr {
		width: 120px;
	}
	.review-page .brand-info .rating-item .list-item__title {
		position: relative;
		min-width: 105px;
	}
	.review-page .brand-info .rating-item .list-item__title span {
		font-size: 14px;
		line-height: 17px;
	}
	.review-page .brand-info .rating-item .list-item__rating-stars {
		font-size: 14px;
		letter-spacing: 3px;
	}
	.review-page .brand-info .rating-item .list-item__rating-value {
		font-size: 14px;
		line-height: 17px;
	}
	.review-page .brand-info .remarks-item__list {
		width: 100%;
		padding: 20px 10px;
		background: #F7F8FD;
		border-radius: 15px;
		font-size: 14px;
		line-height: 19px;
		color: var(--font-color2);
		margin-bottom: 10px;
	}
	.review-page .brand-info .remarks-item__list li {
		font-size: 12px;
		margin-bottom: 20px;
		padding-left: 25px;
	}
	.review-page .brand-info .remarks-item__list i {
		top: 2px;
		font-size: 14px;
	}
	.review-page .brand-info .remarks-item__list:last-child {
		margin-bottom: 0;
	}
}

/**
	App Page
 */
.apps-page .app-page-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 0;
	background: #F7F8FD;
	border-radius: 15px;
	margin-bottom: 15px;
}
.apps-page .app-page-header .left-item {
	display: grid;
	grid-template-columns: 1fr 2fr;
	/*grid-template-rows: 50px 65px auto;*/
	grid-template-areas: "logo info" "title title" "content content";
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%), #F7F8FD;
	border-radius: 15px;
	padding: 20px;
}
.apps-page .app-page-header .left-item__logo {
	grid-area: logo;
	margin-bottom: 10px;
}
.apps-page .app-page-header .left-item__logo img {
	max-width: 130px;
}
.apps-page .app-page-header .left-item__title-wrapper {
	grid-area: title;
}
.apps-page .app-page-header .left-item__info-wrapper {
	grid-area: info;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.apps-page .app-page-header .left-item__content-wrapper {
	font-size: 14px;
	line-height: 20px;
	color: var(--font-color_d_2);
	grid-area: content;
}
.apps-page .app-page-header .left-item__title {
	font-weight: 500;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: normal;
	color: #fff;
}
.apps-page .app-page-header .left-item__sub-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: var(--font-color2);
	margin-bottom: 15px;
}
.apps-page .app-page-header .left-item__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.apps-page .app-page-header .left-item__rating-value {
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	margin-right: 11px;
}
.apps-page .app-page-header .left-item__rating-stars {
	font-family: "fontello";
	--percent: calc(100% / 5 * var(--rating, 5));
	--end-gradient: calc(100% - var(--percent, 100%));
	background: -webkit-gradient(linear, left top, right top, from(#FF922E), to(#CECECEFF));
	background: linear-gradient(90deg, #FF922E var(--percent), #CECECEFF var(--end-gradient));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	letter-spacing: 3px;
}
.apps-page .app-page-header .left-item__os {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.apps-page .app-page-header .left-item__os .os-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}
.apps-page .app-page-header .left-item__os .os-item i + i {
	font-size: 10px;
	margin-left: 12px;
}
.apps-page .app-page-header .left-item__os .os-item:last-child {
	margin-right: 0;
}
.apps-page .app-page-header .left-item__button-claim {
	height: 50px;
	border-radius: 10px;
	margin-top: 15px;
}
.apps-page .app-page-header .right-item {
	padding: 20px;
}
.apps-page .app-page-header .right-item__bonus {
	padding: 15px;
	background: #EBECF5;
	border-radius: 15px;
	margin-bottom: 10px;
}
.apps-page .app-page-header .right-item__bonus-title {
	color: var(--bs-primary);
	font-weight: 500;
	font-size: 14px;
}
.apps-page .app-page-header .right-item__bonus-value {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	margin-top: 10px;
	color: #313446;
	margin-bottom: 10px;
}
.apps-page .app-page-header .right-item__bonus-text {
	font-size: 14px;
	line-height: 20px;
	color: var(--font-color2);
	margin-bottom: 10px;
}
.apps-page .app-page-header .right-item__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.apps-page .app-page-header .right-item__buttons-button {
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%), #0079F0;
	border-radius: 10px;
	height: 50px;
}
.apps-page .app-page-header .right-item__buttons-button i {
	font-size: 25px;
	margin-right: 5px;
}
.apps-page .app-page-header .right-item__buttons-button span {
	font-weight: 300;
	font-size: 9px;
}
.apps-page .app-page-header .right-item__buttons-button p {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: -4px;
}
.apps-page .app-page-header .app-buttons-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-column-gap: 10px;
}
.apps-page .app-page-header .left-item {
	/*grid-template-rows: 60px 40px auto;*/
}
.apps-page .app-page-header .right-item__button-claim {
	height: 50px;
	border-radius: 10px;
	margin-top: 15px;
}
.apps-page .app-page-header .right-item__buttons-button {
	display: inline-flex;
	margin-top: 10px;
}
.apps-page .app-page-header .right-item__buttons-button {
	background: linear-gradient(148.36deg, #313446 19.06%, #393c4e 97.93%), #ffffff;
}
@media (max-width: 1100px) {
	.apps-page .app-page-header {
		grid-template-columns: 1fr;
		border-radius: 10px;
	}
	.apps-page .app-page-header .left-item {
		display: grid;
		grid-template-areas: "logo title" "logo info" "content content";
		border-radius: 10px;
		padding: 10px;
	}
	.apps-page .app-page-header .left-item__logo {
		background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%), #F7F8FD;
		border-radius: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 150px;
		padding: 5px;
		grid-area: logo;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.apps-page .app-page-header .left-item__logo img {
		max-width: 90px;
	}
	.apps-page .app-page-header .left-item__title-wrapper {
		grid-area: title;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.apps-page .app-page-header .left-item__info-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.apps-page .app-page-header .left-item__content-wrapper {
		font-size: 14px;
		line-height: 20px;
		grid-area: content;
	}
	.apps-page .app-page-header .left-item__title {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 5px;
	}
	.apps-page .app-page-header .left-item__sub-title {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 8px;
	}
	.apps-page .app-page-header .left-item__rating {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 15px;
	}
	.apps-page .app-page-header .left-item__rating-value {
		font-size: 14px;
	}
	.apps-page .app-page-header .left-item__rating-stars {
		font-size: 14px;
	}
	.apps-page .app-page-header .left-item__button-claim {
		height: 44px;
		font-size: 12px;
	}
	.apps-page .app-page-header .right-item {
		padding: 15px 10px 10px 10px;
	}
	.apps-page .app-page-header .right-item__bonus-title {
		font-size: 12px;
		line-height: 14px;
	}
	.apps-page .app-page-header .right-item__bonus-value {
		font-size: 18px;
		line-height: 22px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.apps-page .app-page-header .right-item__bonus-text {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 15px;
	}
}
@media (max-width: 428px) {
	.apps-page .app-page-header .left-item__logo {
		margin-bottom: 15px;
	}
	.apps-page .app-page-header .left-item__logo img {
		max-width: 50px;
	}
	.apps-page .app-page-header .left-item__info-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 15px;
	}
	.apps-page .app-page-header .left-item__content-wrapper {
		font-size: 12px;
		line-height: 17px;
	}
	.apps-page .app-page-header .left-item__title {
		font-size: 14px;
		line-height: 17px;
	}
	.apps-page .app-page-header .left-item__sub-title {
		font-size: 10px;
		line-height: 12px;
	}
	.apps-page .app-page-header .right-item {
		padding: 15px 10px 10px 10px;
	}
	.apps-page .app-page-header .right-item__bonus-title {
		font-size: 10px;
		line-height: 12px;
	}
	.apps-page .app-page-header .right-item__bonus-value {
		font-size: 14px;
		line-height: 17px;
	}
	.apps-page .app-page-header .right-item__bonus-text {
		line-height: 17px;
	}
	.apps-page .app-page-header .right-item__buttons-button p {
		font-size: 14px;
	}
}

/**
	Promocodes Page
 */
.promocodes-page .bonus-header {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 20px;
	background: linear-gradient(134.26deg, #070B1F 14.12%, #313446 97.24%), #F7F8FD;
	border-radius: 15px;
	margin-bottom: 20px;
}
.promocodes-page .bonus-header .bg_flag {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	opacity: .3;
}
.promocodes-page .bonus-header .left-item {
	display: flex;
	flex-direction: column;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.promocodes-page .bonus-header .left-item__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 119px;
	background: var(--theme-gradient);
	border-radius: var(--theme-border-radius);
}
.promocodes-page .bonus-header .left-item__logo img {
	max-width: 130px;
}
.promocodes-page .bonus-header .left-item__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: var(--font-color2);
	margin-bottom: 20px;
}
.promocodes-page .bonus-header .left-item__rating {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.promocodes-page .bonus-header .left-item__rating-value {
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	margin-right: 11px;
}
.promocodes-page .bonus-header .left-item__rating-stars {
	font-family: "fontello";
	--percent: calc(100% / 5 * var(--rating, 5));
	--end-gradient: calc(100% - var(--percent, 100%));
	background: -webkit-gradient(linear, left top, right top, from(#FF922E), to(#CECECEFF));
	background: linear-gradient(90deg, #FF922E var(--percent), #CECECEFF var(--end-gradient));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	letter-spacing: 3px;
}
.promocodes-page .bonus-header .left-item__button-copy {
	border: 1px dashed #7A7E9B;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 54px;
	margin-bottom: 20px;
	margin-top: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	padding: 15px 40px 15px 15px;
	position: relative;
	color: #fff;
	cursor: pointer;
}
.promocodes-page .bonus-header .left-item__button-copy i {
	position: absolute;
	right: 9px;
	font-size: 22px;
}
.promocodes-page .bonus-header .left-item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.promocodes-page .bonus-header .left-item .info-item {
	color: #fff;
}
.promocodes-page .bonus-header .left-item .info-item__text {
	margin-left: 5px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 17px;
	color: var(--font-color_d_2);
}
.promocodes-page .bonus-header .left-item .info-item__value {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.promocodes-page .bonus-header .left-item__bonus-type {
	display: none;
}
.promocodes-page .bonus-header .left-item__button-claim {
	margin-top: 20px;
}
.promocodes-page .bonus-header .right-item {
	position: relative;
	padding: 20px 20px 20px 0;
	z-index: 1;
}
.promocodes-page .bonus-header .right-item__bonus {
	color: #fff;
}
.promocodes-page .bonus-header .right-item__bonus-title {
	color: #FF9900;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.promocodes-page .bonus-header .right-item__bonus-value {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 17px;
}
.promocodes-page .bonus-header .right-item__bonus-text {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 17px;
}
.promocodes-page .bonus-header .right-item__properties {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	min-height: 55px;
	padding: 0;
	margin: 0;
	max-width: inherit;
}
.promocodes-page .bonus-header .right-item__properties li {
	padding-left: 30px;
	position: relative;
	width: 50%;
	line-height: normal;
	margin-bottom: 16px;
	color: #fff;
}
.promocodes-page .bonus-header .right-item__properties li i {
	position: absolute;
	left: 0;
	top: 4px;
}
@media (max-width: 991px) {
	.promocodes-page .bonus-header {
		grid-template-columns: none;
		display: flex;
		flex-direction: column-reverse;
	}
	.promocodes-page .bonus-header .left-item {
		padding: 0 10px 10px;
		position: unset;
	}
	.promocodes-page .bonus-header .left-item__logo {
		position: absolute;
		top: 15px;
		left: calc(50% - 108px);
		width: 217px;
		height: 95px;
		background: linear-gradient(162.97deg, #313446 -13.44%, #070B1F 150.61%);
	}
	.promocodes-page .bonus-header .left-item__logo img {
		max-width: 130px;
	}
	.promocodes-page .bonus-header .left-item__logo + div {
		display: inline-block;
		vertical-align: top;
	}
	.promocodes-page .bonus-header .left-item__title {
		margin-bottom: 5px;
	}
	.promocodes-page .bonus-header .left-item__rating-value {
		margin-right: 5px;
	}
	.promocodes-page .bonus-header .left-item__rating-stars {
		font-size: 14px;
	}
	.promocodes-page .bonus-header .left-item__button-copy {
		display: flex;
		width: 100%;
		margin: 0;
	}
	.promocodes-page .bonus-header .left-item__info {
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.promocodes-page .bonus-header .left-item .info-item__text {
		font-size: 12px;
	}
	.promocodes-page .bonus-header .left-item__bonus-type-title {
		color: var(--font-color2);
	}
	.promocodes-page .bonus-header .left-item__button-claim {
		margin-top: 0;
	}
	.promocodes-page .bonus-header .right-item {
		padding: 120px 10px 10px 10px;
	}
	.promocodes-page .bonus-header .right-item__bonus-title {
		font-size: 12px;
		line-height: 14px;
	}
	.promocodes-page .bonus-header .right-item__bonus-value {
		font-size: 18px;
		line-height: 22px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.promocodes-page .bonus-header .right-item__bonus-text {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.promocodes-page .bonus-header .right-item__properties {
		font-size: 13px;
	}
	.promocodes-page .bonus-header .right-item__properties li {
		padding-left: 25px;
	}
}

/**
	Promocode Block
 */
.bonus-content__list-coupon {
	list-style: none;
	padding: 20px;
	background: #f7f8fd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	margin-bottom: 20px;
}
.bonus-content__list-coupon .coupon-item {
	position: relative;
	display: grid;
	grid-template-columns: 270px 1fr 170px;
	grid-column-gap: 20px;
	grid-template-areas: "sec1 sec2 sec3";
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.bonus-content__list-coupon .coupon-item::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: -20px;
	width: calc(100% + 40px);
	height: 1px;
	background: #EBECF5;
}
.bonus-content__list-coupon .coupon-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.bonus-content__list-coupon .coupon-item:last-child::after {
	background: none;
}
.bonus-content__list-coupon .coupon-item__left {
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%), #F7F8FD;
	border-radius: 15px;
	padding: 15px;
	grid-area: sec1;
}
.bonus-content__list-coupon .coupon-item__left-bonus-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #0079F0;
}
.bonus-content__list-coupon .coupon-item__left-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	margin-top: 5px;
}
.bonus-content__list-coupon .coupon-item__left-button-copy {
	border: 1px dashed #7A7E9B;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 54px;
	margin-top: 20px;
	padding: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	padding-right: 30px;
	position: relative;
	cursor: pointer;
	color: #fff;
}
.bonus-content__list-coupon .coupon-item__left-button-copy i {
	position: absolute;
	right: 9px;
}
.bonus-content__list-coupon .coupon-item__middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	grid-area: sec2;
}
.bonus-content__list-coupon .coupon-item__middle-text {
	font-size: 14px;
	line-height: 25px;
	color: var(--font-color2);
	margin-bottom: 15px;
}
.bonus-content__list-coupon .coupon-item__middle-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bonus-content__list-coupon .coupon-item__middle-text p {
	font-size: 14px;
	line-height: 25px;
	color: var(--font-color2);
	margin-bottom: 15px;
}
.bonus-content__list-coupon .coupon-item__middle-list .middle-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.bonus-content__list-coupon .coupon-item__middle-list .middle-list-item i {
	margin-right: 10px;
}
.bonus-content__list-coupon .coupon-item__right {
	padding: 20px 0;
	padding-top: 25px;
	grid-area: sec3;
}
.bonus-content__list-coupon .coupon-item__right-bonus-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	color: #0079F0;
}
.bonus-content__list-coupon .coupon-item__right-bonus-type span + span {
	color: var(--font-color2);
}
.bonus-content__list-coupon .coupon-item__right-button-claim {
	margin-bottom: 20px;
	border-radius: 10px;
	width: 100%;
	height: 47px;
}
@media (max-width: 1100px) {
	.bonus-content__list-coupon {
		padding: 10px;
		border: none;
	}
	.bonus-content__list-coupon .coupon-item {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas: "sec1" "sec3" "sec2";
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.bonus-content__list-coupon .coupon-item:first-child::before {
		position: absolute;
		content: "";
		top: -15px;
		left: -20px;
		width: calc(100% + 40px);
		height: 1px;
		background: #EBECF5;
	}
	.bonus-content__list-coupon .coupon-item__left {
		border-radius: 10px;
		padding: 10px;
	}
	.bonus-content__list-coupon .coupon-item__left-bonus-text {
		font-size: 12px;
		line-height: 14px;
	}
	.bonus-content__list-coupon .coupon-item__left-title {
		font-size: 14px;
		line-height: 17px;
	}
	.bonus-content__list-coupon .coupon-item__left-button-copy {
		font-size: 14px;
		line-height: 17;
		height: 47px;
		margin-top: 15px;
	}
	.bonus-content__list-coupon .coupon-item__middle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
	.bonus-content__list-coupon .coupon-item__middle-text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-size: 12px;
		line-height: 20px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.bonus-content__list-coupon .coupon-item__middle-list {
		margin-top: 15px;
	}
	.bonus-content__list-coupon .coupon-item__middle-list .middle-list-item {
		font-size: 12px;
		line-height: 14px;
	}
	.bonus-content__list-coupon .coupon-item__middle-list .middle-list-item i {
		margin-right: 5px;
	}
	.bonus-content__list-coupon .coupon-item__right {
		padding: 10px 0;
	}
	.bonus-content__list-coupon .coupon-item__right-bonus-type {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.bonus-content__list-coupon .coupon-item__right-bonus-type span + span {
		margin-left: 5px;
	}
	.bonus-content__list-coupon .coupon-item__right-button-claim {
		font-size: 12px;
		margin-bottom: 15px;
		height: 44px;
	}
}

/**
	Sidebars
 */
.bonus-aside,
.context-aside {
	top: 25px;
}

/**
	Single
 */
.context-about {
	padding-bottom: 20px;
}
@media (max-width: 1100px) {
	.context-about {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

/**
	Contact Form
 */
.wpcf7 {
	max-width: 600px;
	margin: auto;
	margin-top: 25px;
}
.wpcf7-wrap {
	position: relative;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
	width: 100%;
	border: none;
	outline: none;
	background: #ebecf5;
	border-radius: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 15px;
	resize: none;
}
.wpcf7 .wpcf7-submit {
	border: none;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	width: 100%;
	height: 50px;
	background-color: #0079f0;
	border-radius: 10px;
	text-align: center;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}
.wpcf7 .wpcf7-response-output {
	margin: -10px 0 15px 0!important;
	border-radius: 10px;
}

/**
	brands-table__os
 */
.brands-table__os {
	display: flex;
	justify-content: space-between;
	width: 55%;
	margin-top: 25px;
}
.brands-table__os .os-item {
	display: flex;
	align-items: center;
	margin-right: 25px;
}
.brands-table__os .os-item i {
	font-size: 18px;
}
.brands-table__os .os-item i + i {
	font-size: 10px;
	margin-left: 10px;
}
.brands-table__os .os-item:last-child {
	margin-right: 0;
}

/**
-----------
 */
.bonus {
	margin-bottom: 0;
	margin-top: 0;
}

/**
  ???
 */
.brands__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: var(--font-color2);
	margin-bottom: 15px;
}
.brands .brands-table__bottom-text {
	width: 100%;
}
.brands-table__bottom-pros-list li, .brands-table__bottom-cons-list li {
	padding-left: 25px;
	position: relative;
}
.brands-table__bottom-pros-list li i, .brands-table__bottom-cons-list li i {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 10px;
}
@media (max-width: 1100px) {
	.brands__text {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

.brands-table__name a,
.bonuses-about__list .single-brand__name a {
	color: #313446;
	text-decoration: none;
}
.bonuses-table .list-item_name a {
	font-weight: 500;
	font-size: 20px;
	color: #313446;
	text-decoration: none;
}

.single-brand-rating .brands-table__name a {
	color: #fff;
}
.author .author-item__title a {
	color: #313446;
	text-decoration: none;
}
.bonuses-table .list-item__bonus {
	text-decoration: none;
}
.bonuses-table .list-item__middle {
	align-items: flex-start;
}
.aside-brands__item {
	position: relative
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}
.context-aside {
	top: 42px;
}
.academy-info__item-title a {
	color: inherit;
}
.context-header.bonus-page {
	margin-top: 20px;
}
.context-header__author-name a,
.academy-info__item-title a {
	color: inherit;
	text-decoration: none;
}
.about .about-instructions__list .list-item {
	grid-template-columns: 1fr 400px;
}
.brand-logo-gradient {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%);
	border-radius: 15px;
}
.brands-table__info {
	align-items: center;
	flex-grow: 1;
}
.single-brand__logo,
.brands-table__logo {
	padding: 25px 10px;
}
.brands-table__logo img,
.single-brand__logo img {
	/*width: auto;*/
}
.single-brand .single-brand__logo img {
	width: auto;
}



@media (max-width: 1100px) {
	body {
		font-size: 14px;
	}
	.text-image__content p,
	.text-block__content-text,
	.brands__text,
	section.wp-block-hc-alternate-group-section p,
	.text-block__list li,
	.faq__answer,
	.brands-table__bottom-text,
	.brand-info .description-item__text,
	.bonus .bonus-header .right-item__text,
	.app .app-header .os-item__text,
	.about .about-instructions__text,
	.about .about-instructions__list .list-item__right .right-item__text,
	.author__text,
	.comments .comment-item__text,
	.app-page-header .left-item__content-wrapper,
	.app-page-header .right-item__bonus-text,
	.inner-section__text,
	.header-section__text,
	.bonuses-table .list-item__text,
	.wp-block-media-text .wp-block-media-text__content p,
	.bonuses-about .list-item .single-brand__text {
		font-size: 14px!important;
		line-height: var(--line-height)
	}
	.single-brand__text,
	.payments__text {
		line-height: 20px;
	}
	.bonus .bonus-header .right-item__title,
	.about .about-instructions__title,
	.faq__question,
	section.wp-block-hc-alternate-group-section h3,
	.inner-section__title {
		font-size: 18px;
	}
	.text-block__content,
	.single-brand__wrapper,
	.text-image__content,
	.brand-info__description,
	section.wp-block-hc-alternate-group-section {
		padding: 15px;
	}
	.about .about-instructions__list .list-item {
		grid-template-columns: 1fr;
	}
	.app-page-header .left-item {
		/*grid-template-rows: 30px 75px auto;*/
	}


}
@media (max-width: 950px) {
	.single-brand__wrapper {
		position: relative;
	}
	.single-brand__wrapper .brands-table__counter {
		position: absolute;
		top: 15px;
	}
	.single-brand__wrapper .brands-table__rating {
		position: absolute;
		top: 15px;
		right: 10px;
	}
	.single-brand__wrapper .single-brand__left {
		margin-top: 40px;
	}

	.bonuses-about__list .brands-shape-container,
	.single-brand-rating__wrapper .brands-shape-container {
		left: inherit;
		right: 20px;
		transform: inherit;
	}
}
@media (max-width: 672px) {
	.single-brand-rating__text {
		font-size: 14px;
	}
	.single-brand-rating .content-item__text {
		font-size: 15px;
	}
}
@media (max-width: 600px) {
	.brands-table__bonus-text {
		font-size: 14px;
	}
	.brands-table__properties li {
		font-size: 14px;
	}
	.faq__answer {
		line-height: 20px;
	}
	.academy-info__item-text {
		font-size: 12px;
		line-height: 14px;
	}
	.context-header__author {
		margin-bottom: 0;
	}
	.author .author-item__wrapper {
		display: block;
	}
	.author .author-item__count {
		justify-content: flex-start;
	}
	.author .author-item__count span {
		margin-left: 7px;
	}
	.single-brand__wrapper .brands-table__rating {
		max-width: 45px;
	}
}

/**
	todo ???
 */
.context-header {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	background: #F7F8FD;
	border-radius: var(--theme-border-radius);
	padding: 14px 20px;
	margin-bottom: var(--theme-block-margin-bottom);
}
.context-header__img {
	min-height: 173px;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%), #F7F8FD;
	border-radius: 15px;
	margin-bottom: 15px;
}
.context-header__img img {
	border-radius: 15px;
}
.context-header__text-title {
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 0;
	color: #313446;
}
.context-header__text-description {
	font-size: 18px;
	line-height: 25px;
	margin-top: 16px;
	color: var(--font-color2);
}
.context-header__author {
	grid-area: author;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.context-header__author-img {
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%), #F7F8FD;
}
.context-header__author-img img {
	position: absolute;
	bottom: 0;
}
.context-header__author-content {
	margin-left: 10px;
}
.context-header__author-name {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0;
}
.context-header__author-content .position_at_work {
	font-size: 12px;
	color: var(--bs-gray-600);
}
.context-header__info {
	grid-area: info;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-self: end;
}
.context-header__info span {
	font-size: 12px;
	font-weight: 600;
	color: var(--font-color2);
}
.context-header__info-item {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 5px;
	align-items: center;
	margin-right: 15px;
}
.context-header__info-item:last-child {
	margin-right: 0;
}
@media (max-width: 600px) {
	.context-header {
		/*grid-template-areas: "img img" "text text" "author info";*/
	}
	.context-header__img {
		min-height: 102px;
	}
	.context-header__text-title {
		font-size: 16px;
		line-height: 19px;
	}
	.context-header__author {
		margin-bottom: 15px;
	}
	.context-header__info {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}




.header .top-panel {
	height: 80px;
	gap: 48px;
}
