* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	font-family: Trebuchet MS, sans-serif;
}
main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #0e2f16;
	font-family: Trebuchet MS, sans-serif;
}
main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
	color: #fff;
	font-family: Trebuchet MS, sans-serif;
}
main a {
	color: #fff;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	color: #d8c600;
	font-size: 18px;
}
main a:hover {
	text-decoration: underline;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table,
main .faq-container {
	margin: 0 auto;
	width: 100%;
}
main figure {
	margin: 0 auto;
	margin: 24px 0;
}
main p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
	padding-bottom: 15px;
}
main .wrapper {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
body {
	overflow-x: hidden;
	position: relative;
	background: #f5f5f5;
}
a {
	text-decoration: none;
	transition: 0.3s;
}
table,
tr,
td,
tbody,
thead {
	font-family: Trebuchet MS, sans-serif;
}
input,
button {
	font-family: Trebuchet MS, sans-serif;
	border: none;
	box-shadow: none;
	transition: 0.3s;
}
input {
	outline: none;
}
p,
span,
li,
a {
	font-size: 18px;
	line-height: normal;
}
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	padding: 15px 0;
	color: #1e1e24;
}
h1 {
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.32px;
	padding: 20px 0;
	color: #1e1e24;
	text-align: center;
}
h2 {
	font-size: 33px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 18px;
	margin-top: 60px;
	font-weight: 700;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
}
h5,
h6 {
	font-size: 14px;
	line-height: 16px;
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
	color: #1e1e24;
}
p {
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 8px;
}
li {
	list-style: none;
}
button {
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
}
img {
	max-width: 100%;
	display: block;
}
i {
	font-style: normal;
}
#__next {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.content__wrapper {
	display: flex;
}
.frame {
	margin: 32px 0;
}
.frame iframe {
	max-width: 100%;
}
.content {
	position: relative;
	flex-grow: 1;
	max-width: 1600px;
	margin: 20px auto 20px;
	padding: 0 20px 20px;
}
.content .content-block {
	margin-bottom: 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
	padding: 30px 10px 20px 10px;
}
.content .content-block .added-dynamic {
	border-radius: 15px;
	margin-bottom: 20px;
	padding: 0px;
}
.content h1 {
	font-family: Verdana;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #ffea00;
}
.content .first__content {
	text-align: center;
}
.content .first__content p {
	font-family: Verdana;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	text-align: left;
}
.content .first__content button {
	display: block;
	margin: 20px auto 0;
	color: #fff;
	font-family: Verdana;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
	padding: 14px 0;
	max-width: 100%;
	background: linear-gradient(90deg, #ffc300 0%, #b96300 100%);
	width: 214px;
	border-radius: 100px;
}
.content .first__content button:hover {
	transform: scale(1.05);
}
.content .general-ol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	counter-reset: counter-ol;
	padding-left: 20px;
}
.content .general-ol li {
	position: relative;
	padding-left: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	width: 48%;
	counter-increment: counter-ol;
}
.content .general-ol li::before {
	position: absolute;
	content: counter(counter-ol) '.';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	color: #fff;
	background: #b5392e;
	border-radius: 50%;
	top: 2px;
	left: -20px;
}
.content .general-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-top: 12px;
}
.content .general-ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 28px;
	width: 48%;
}
.content .general-ul li::before {
	content: url('../images/li-before.svg');
	position: absolute;
	width: 10px;
	height: 2px;
	left: -2px;
	top: 2px;
}
.pageError {
	min-height: calc(100vh - 70px);
}
.buttons {
	display: flex;
	align-items: center;
}
.imgWrap {
	display: block;
	position: relative;
}
figure {
	margin-bottom: 20px;
	text-align: center;
}
figure span {
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -50%;
}
figcaption {
	color: #1e1e24;
	font-size: 14px;
	/* display: none; */
}
.general-image {
	display: block;
	border-radius: 15px;
	max-height: 500px;
	width: auto;
	height: auto;
	margin: 0 auto 10px auto;
}
.general-image.vertical {
	max-height: 500px;
	max-width: 70%;
}
.general-image.horizontal {
	max-width: 576px;
}

table.general-table {
	margin-bottom: 20px;
	border-collapse: collapse;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
}
table.general-table tr {
	background: rgba(0, 0, 0, 0);
}
table.general-table tr:nth-child(even) {
	background: #ffffff1a;
}
table.general-table tr td.general-td,
table.general-table tr th {
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
table.general-table.two-columns tr {
	display: flex;
}
table.general-table.two-columns tr td.general-td:nth-child(1),
table.general-table.two-columns tr th:nth-child(1) {
	width: 464px;
}
table.general-table.two-columns tr td.general-td:nth-child(2),
table.general-table.two-columns tr th:nth-child(2) {
	width: auto;
	flex-grow: 1;
}
main .faq-container {
	margin-top: 12px;
}
main .faq-container .faq-item {
	margin: 0 auto;
	position: relative;
	margin-bottom: 18px;
	padding: 20px 40px;
	background: #34a97f;
	border-radius: 20px;
}
main .faq-container .faq-question {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.1;
	text-transform: uppercase;
}
main .faq-container .faq-answer {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.reviews-container .reviews-item {
	margin-bottom: 18px;
	border: 4px #4cd8a5 solid;
	border-radius: 20px;
	padding: 20px 40px;
}
.reviews-container .reviews-item .reviews-meta {
	display: flex;
	margin-bottom: 10px;
}
.reviews-container .reviews-item .reviews-meta .reviews-name {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: auto;
	flex: 0 0 auto;
	font-size: 36px;
	line-height: 1.1;
	color: #b53939;
	padding: 0;
}
.reviews-container .reviews-item .reviews-meta .reviews-mark {
	width: 184px;
	position: relative;
	margin: 0;
}
.reviews-container .reviews-item .reviews-meta .reviews-mark:after {
	position: absolute;
	left: 0;
	top: 4px;
}
.reviews-container .reviews-item .reviews-meta .reviews-mark.num-1:after {
	content: url('../images/num-1.svg');
}
.reviews-container .reviews-item .reviews-meta .reviews-mark.num-2:after {
	content: url('../images/num-2.svg');
}
.reviews-container .reviews-item .reviews-meta .reviews-mark.num-3:after {
	content: url('../images/num-3.svg');
}
.reviews-container .reviews-item .reviews-meta .reviews-mark.num-4:after {
	content: url('../images/num-4.svg');
}
.reviews-container .reviews-item .reviews-meta .reviews-mark.num-5:after {
	content: url('../images/num-5.svg');
}
.reviews-container .reviews-item .reviews-text {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.application-get {
	height: 415px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0px 0 64px;
}
.application-get .shape {
	position: absolute;
	left: -63px;
	bottom: 26px;
	border-radius: 675px;
	opacity: 0.4;
	background: #32af82;
	z-index: 1;
	filter: blur(182px);
	width: 675px;
	height: 205px;
}
.application-get .application-info {
	position: relative;
	z-index: 2;
	padding-left: 80px;
	top: -28px;
}
.application-get .application-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1c1c1f url('../images/cards-max.png') repeat;
	width: 100%;
	height: 274px;
	border-radius: 20px;
}
.application-get p {
	color: #4cd8a5;
	font-size: 58px;
	margin: 0 0 26px;
	max-width: 618px;
	line-height: 1;
}
.application-get button {
	background: linear-gradient(90deg, #ffc300 0%, #b96300 100%);
	border: 1px solid transparent;
	color: #fff;
	padding: 14px 85px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 100px;
	transition: 0.3s;
}
.application-get button:hover {
	border: 1px solid #b96300;
	background: none;
}
.application-get img {
	position: relative;
	z-index: 2;
	padding-right: 120px;
	bottom: -40px;
}
.application-get img.app-mob {
	display: none;
}
.columns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.columns p {
	width: 100%;
}
.columns .column {
	width: 48%;
}
.columns .column-header {
	padding-top: 0;
	text-align: left;
}
.columns .column-p {
	position: relative;
	margin-left: 15px;
	padding-left: 25px;
}
.columns .column-p::before {
	content: no-open-quote;
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(/list.svg);
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 8px;
}
.table_of_contents_wrapper {
	font-family: Arial, sans-serif;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	border: 2px solid #ffea00e5;
	border-radius: 50px;
}

.table_of_contents_wrapper p {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.table_link {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
.table_link:before {
	content: no-open-quote;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 5px;
	background: url(../images/toc.svg) no-repeat;
	background-size: contain;
}

.table_link:hover {
	text-decoration: underline;
}
.content404Page.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #000;
}
.content404Page.wrapper .content404 {
	display: flex;
	flex-direction: column;
	width: 280px;
}
.content404Page.wrapper .content404 img {
	display: block;
	margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
	color: #fff;
}
.content404Page.wrapper .content404 button {
	display: inline-block;
	background: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	color: #000;
}
.content404Page.wrapper .content404 button:hover {
	background: #b53939;
	color: #fff;
}
.contentMap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #205685;
}
.contentMap h1 {
	text-align: left;
	color: #1e1e24;
	margin-bottom: 64px;
}
.contentMap .sitemapLinks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 640px;
}
.contentMap .sitemapLinks a {
	display: inline-block;
	color: #fff;
	margin: 0 auto 12px;
	position: relative;
}
.contentMap .sitemapLinks a:before {
	position: absolute;
	left: -16px;
	top: calc(50% - 4px);
	content: no-open-quote;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.contentMap .sitemapLinks a:hover {
	color: #92c637;
}
.img-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-overlay:target {
	visibility: visible;
	opacity: 1;
}
.img-overlay .img-popup {
	margin: 70px auto;
	padding: 20px;
	border-radius: 5px;
	width: 100%;
	position: relative;
	transition: all 5s ease-in-out;
}
.img-overlay .img-popup.horizontal {
	aspect-ratio: 1/0.2;
}
.img-overlay .img-popup.vartical {
	aspect-ratio: 0.5/1;
}
.button-block {
	padding: 24px;
	text-align: center;
	margin: 20px 0;
}
.button-block button {
	padding: 16px 52px;
	font-family: Verdana;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 100px;
	background: linear-gradient(90deg, #ffc300 0%, #b96300 100%);
	position: relative;
}

.button-block button::before {
	content: no-open-quote;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow-left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	left: 8%;
}
.button-block button::after {
	content: no-open-quote;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	right: 8%;
}

.button-block button:hover {
	transform: scale(1.05);
}
.quote {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 98%;
	max-width: 600px;
	border-radius: 12px;
	background: #2163ce;
}
.quote p {
	padding: 40px 40px 20px 40px;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.quote::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background-image: url(/_next/static/media/quote-icon.28ebace9.svg);
	background-repeat: no-repeat;
	background-size: cover;
	left: 45%;
	top: -30px;
}
@media screen and (max-width: 1250px) {
	.content {
		max-width: 100%;
		padding: 40px 14px 0;
		margin: 0px auto 20px;
	}
	/* main .wrapper {
    padding: 0 10px;
  } */
	h1 {
		font-size: 26px;
		line-height: 30px;
	}
	h2 {
		font-size: 22px;
		line-height: 32px;
	}
	h3 {
		font-size: 20px;
		line-height: 30px;
	}
	h4 {
		font-size: 18px;
		line-height: 28px;
	}
	h5,
	h6 {
		font-size: 16px;
		line-height: 26px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		padding: 10px 0;
	}
	.content {
		/* padding-top: 0; */
		padding: 1px;
	}
	.content .general-ul {
		padding: 0 5px;
	}
	.content .contentMain {
		width: 100%;
	}
	.content .general-ol li,
	.content .general-ul li {
		width: 100%;
	}
	.application-get {
		position: relative;
		margin: 40px 0;
		height: 230px;
		padding: 32px 14px 20px;
		background: #1c1c1f url('../images/cards-max.png') repeat;
		background-size: cover;
		border-radius: 20px;
		overflow: hidden;
	}
	.application-get .application-bg {
		background: none;
	}
	.application-get p {
		font-size: 28px;
		max-width: 60%;
	}
	.application-get .application-info {
		padding-left: 60px;
		top: 0;
		z-index: 3;
	}
	.application-get .application-info button {
		padding: 10px 0;
		width: 100%;
		font-size: 24px;
	}
	.application-get img {
		right: 98px;
		height: 237px;
		position: absolute;
		bottom: -12px;
	}
	.application-get img.app-desktop {
		display: none;
	}
	.application-get img.app-mob {
		display: block;
	}
	.columns {
		flex-wrap: wrap;
	}
	.columns .column {
		width: 100%;
	}
	.column-p {
		margin-left: 0;
	}
	.footer-block-btn .buttons {
		justify-content: space-between;
		width: 70%;
	}
	.footer-block-btn .buttons .regButton,
	.footer-block-btn .buttons .logButton {
		padding: 7px 5px;
	}
	.footer-block-btn .buttons .logButton {
		width: 38%;
	}
	.footer-block-btn .buttons .regButton {
		width: 58%;
	}
}
@media screen and (max-width: 800px) {
	.application-get .application-info {
		padding-left: 0px;
	}
	.application-get img {
		right: 8px;
	}
	.content h1 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.content table.general-table {
		display: block;
		flex-wrap: wrap;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	.content table.general-table td.general-td,
	.content table.general-table th {
		font-size: 16px;
		padding: 10px;
	}
	.content table.general-table.two-columns tr {
		display: flex;
	}
	.content table.general-table.two-columns tr td.general-td:nth-child(1),
	.content table.general-table.two-columns tr th:nth-child(1) {
		width: 50%;
	}
	.content table.general-table.two-columns tr td.general-td:nth-child(2),
	.content table.general-table.two-columns tr th:nth-child(2) {
		width: 50%;
	}
	.content .general-image.horizontal {
		max-width: 100%;
	}
	.content .button-block button {
		padding: 10px 45px;
		font-size: 14px;
	}
	.button-block {
		padding: 10px;
		margin: 10px 0;
	}
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		text-align: left;
	}
	.content .content-block .added-dynamic {
		margin-bottom: 0;
	}
	main .faq-container .faq-item {
		padding: 20px 14px;
	}
	main .faq-container .faq-item .faq-question {
		font-size: 22px;
		margin-bottom: 8px;
		line-height: 26px;
	}
	main .faq-container .faq-item .faq-answer {
		font-size: 18px;
		line-height: 22px;
	}
	main .reviews-container .reviews-item {
		padding: 20px 14px;
	}
	main .reviews-container .reviews-item .reviews-meta {
		flex-flow: column-reverse wrap;
	}
	main .reviews-container .reviews-item .reviews-meta .reviews-mark {
		height: 32px;
		margin-bottom: 10px;
	}
	main .reviews-container .reviews-item .reviews-meta .reviews-name {
		font-size: 22px;
	}
	main .reviews-container .reviews-item .reviews-text {
		font-size: 18px;
		line-height: 22px;
	}
}
@media screen and (max-width: 640px) {
	.general-table {
		overflow-x: auto;
		max-width: 100%;
		display: flex;
	}
	.content .first__content {
		/* padding: 10px 14px 20px; */
		margin-bottom: 20px;
	}
	.content .first__content p {
		font-size: 18px;
	}
	.content .first__content button {
		font-size: 18px;
		width: 100%;
		padding: 14px 10px;
	}
}
@media screen and (max-width: 400px) {
	.footer-block-btn .buttons {
		width: 96%;
	}
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
body {
	overflow-x: hidden;
	background: var(--main);
}
a {
	text-decoration: none;
	transition: 0.3s;
}
input {
	display: none;
}
input,
button {
	border: none;
	box-shadow: none;
	transition: 0.3s;
}
input {
	outline: none;
}
p,
span,
li,
a {
	font-size: 15px;
	line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	color: var(--text);
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
	color: var(--text);
}
/* li {list-style:none;} */
button {
	cursor: pointer;
	background: transparent;
}
img {
	max-width: 100%;
	display: block;
}
i {
	font-style: normal;
	transition: 0.3s;
}

.wrapper {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.h2 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.h2 button {
	border-radius: var(--block-border-radius);
	padding: 10px 10px;
	background: var(--color-primary);
	color: #fff;
	position: relative;
}
.h2 button:hover {
	background: var(--color-secondary);
}
.h2 button i {
	color: #fff;
	font-size: 18px;
	padding-right: 5px;
	position: relative;
	top: 2px;
}
.h2 h2 {
	margin-left: 280px;
	margin-bottom: 0;
}

:root {
	--main: #f5f5f5;
	--text: #000;
	--light-back: #fff;
	--block-border-radius: 10px;
	--color-primary: #4d8ab9;
	--color-secondary: #376c97;
}

/* Header */
header {
	padding: 20px 0;
}
.header_top {
	display: flex;
	justify-content: space-between;
}
.header_logo {
	display: flex;
	align-items: center;
}
.header_logo img {
	width: 40px;
	margin-right: 10px;
}
.header_logo span {
	font-size: 20px;
}

.header_admin {
	display: flex;
	align-items: center;
}
.header_admin img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.header_admin span {
	font-size: 14px;
}

/* Main content */
.main_content {
	display: flex;
	justify-content: space-between;
}

.sidebar {
	width: 220px;
	background: var(--light-back);
	padding: 20px 0;
	border-radius: var(--block-border-radius);
	min-height: 80vh;
	position: relative;
}
.sidebar span {
	font-size: 12px;
	display: block;
}
.sidebar .material-icons {
	font-size: 24px;
	margin-right: 12px;
}
.sidebar a {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 10px 15px 10px 15px;
	position: relative;
}
.sidebar a:hover,
.sidebar a.active {
	background: var(--color-primary);
	color: #fff;
}
.sidebar a:hover span {
	color: #fff;
}
.sidebar a i {
	color: var(--text);
	font-size: 18px;
	padding-right: 8px;
}
.sidebar a:hover i,
.sidebar a.active i {
	color: #fff;
}
.sidebar .year {
	position: absolute;
	bottom: 20px;
}

.main_content .info {
	width: calc(100% - 240px);
	background: var(--light-back);
	border-radius: var(--block-border-radius);
}
.main_content .info h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 40px;
}
.info_content {
	padding: 30px;
}

.navigation_list {
	display: flex;
	justify-content: space-between;
}
.navigation_item {
	border-radius: var(--block-border-radius);
	background: var(--color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	margin-bottom: 20px;
}
.navigation_item i {
	display: block;
	font-size: 40px;
	text-align: center;
	padding-bottom: 20px;
	color: #fff;
}
.navigation_item a {
	font-size: 22px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: center;
}
.navigation_item:hover {
	background: var(--color-secondary);
}

.info_field {
	display: flex;
	margin-bottom: 20px;
}
.info_field span {
	background: #eee;
	font-size: 15px;
	padding: 5px 10px;
	width: 25%;
	border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
}
.info_field input {
	border: 1px solid #eee;
	padding: 5px 10px;
	width: 75%;
	border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
}
.info_field input::placeholder {
	color: var(--text);
	opacity: 1;
	font-size: 16px;
}
.info_field select {
	border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
	border: 1px solid #eee;
	padding: 5px 10px;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: var(--text);
}

.pages_item {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}
.pages_item h3 {
	text-align: left;
	font-size: 16px;
	position: relative;
	margin: 0 12px;
}
.pages_item img {
	width: 40px;
	flex: 0 0 auto;
	height: 40px;
}
.pages_item_moves {
	display: flex;
}
.pages_item_moves i {
	color: #b7b7b7;
	font-size: 14px;
	padding-right: 5px;
}
.pages_item .details {
	display: flex;
	align-items: center;
}
.pages_item .details:hover,
.pages_item .details:hover i {
	color: var(--color-primary);
}
.pages_item .delete:hover,
.pages_item .delete:hover i {
	color: #f80505;
}

.pageKey {
	margin-left: 12px;
	padding: 10px;
	border: 1px #ccc solid;
	border-radius: 4px;
}

.pages_bound {
	margin-left: 30px;
	padding: 20px 0;
}
.pages_bound_item a {
	text-align: left;
	font-size: 14px;
	padding-left: 25px;
	position: relative;
}
.pages_bound_item a:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0;
	background: url(/_next/static/media/England-flag.5d086557.png) no-repeat;
	background-size: cover;
	border-radius: 50%;
}
.pages_bound_item a:hover {
	color: var(--color-secondary);
}

.category_item {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #eee;
}
.category_item a {
	text-align: left;
	font-size: 16px;
}
.category_item a:hover {
	color: var(--color-secondary);
}

/* Page login */
.loginPage {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loginPage .header_logo {
	display: flex;
	justify-content: center;
}
.loginPage form {
	padding: 30px;
	background: var(--light-back);
	border-radius: var(--block-border-radius);
	width: 100%;
	max-width: 400px;
}
.loginPage form div {
	margin-bottom: 15px;
}
.loginPage form label {
	display: flex;
}
.loginPage label span {
	background: #eee;
	font-size: 17px;
	padding: 5px 10px;
	border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
	width: 25%;
}
.loginPage label input {
	border: 1px solid #eee;
	padding: 5px 10px;
	width: 75%;
	border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
	font-size: 17px;
	background: var(--light-back);
}
.loginPage .loginButton {
	display: flex;
	justify-content: center;
}
.loginPage button {
	background: var(--color-primary);
	color: #fff;
	font-size: 18px;
	border-radius: var(--block-border-radius);
	padding: 10px 25px;
	text-transform: uppercase;
}
.loginPage button:hover {
	background: var(--color-secondary);
}

.buttonAdmin {
	background: var(--color-primary);
	color: #fff;
	font-size: 18px;
	border-radius: var(--block-border-radius);
	padding: 10px 25px;
	text-transform: uppercase;
}
.buttonAdmin:hover {
	background: var(--color-secondary);
}
.buttonsParent {
	display: flex;
	justify-content: space-between;
}
.buttonDelete {
	background: #eee;
	font-size: 16px;
	border-radius: var(--block-border-radius);
	padding: 10px 15px;
}
.buttonDelete:hover {
	background: #e10404;
	color: #fff;
}

.cardList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cardList .cardItem {
	margin: 16px 0px 0px 0;
	padding: 10px;
	border: 1px #eee solid;
	border-radius: 4px;
	cursor: -webkit-grab;
	cursor: grab;
	position: relative;
	width: 100%;
}
.cardList .cardItem h3 {
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 16px;
}
.cardList .cardItem .remove {
	position: absolute;
	cursor: pointer;
	right: 16px;
	top: 8px;
	font-size: 24px;
	background: red;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cardList .cardItem .remove span {
	color: #fff;
}
.cardList button.addItem {
	width: 100%;
	height: 100px;
	background: #eee;
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cardList button.addItem span {
	font-size: 32px;
	color: #333;
}
.cardList .cardItem .input {
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cardList .cardItem input {
	width: calc(100% - 120px);
	background: #eee;
	padding: 10px;
	flex-grow: 0.9;
}
.cardList .cardItem .input span {
	width: 120px;
	font-size: 15px;
}

.cardList .select {
	width: 100%;
	display: flex;
}
.cardList .select div {
	margin-right: 15px;
}
.cardList .select div input {
	margin-right: 5px;
}

.saveButton {
	width: 100%;
	margin: 20px 0;
	display: flex;
	justify-content: flex-end;
}
.cardList .menuName {
	width: 100%;
	margin-top: 16px;
}
.cardList .menuName input {
	border: 1px solid #eee;
	padding: 10px 10px;
	width: 500px;
	border-radius: var(--block-border-radius);
}
.footer {
	background: #102415;
	color: #ccc;
	font-family: sans-serif;
	text-align: center;
	padding: 20px;
}

.footer-top p {
	margin-bottom: 20px;
}
.footer-logos {
	color: linear-gradient(90deg, #3c4455 0%, #8596bb 50.48%, #3c4455 100%);
	border-top: 1px solid
		linear-gradient(90deg, #3c4455 0%, #8596bb 50.48%, #3c4455 100%);
}
.footer-logos .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0;
	gap: 20px;
}

.footer-logos img {
	height: 32px;
	max-width: 100px;
	object-fit: contain;
	transition: 1s;
	cursor: pointer;
}

.footer-logos img:hover {
	filter: grayscale(0);
}

.footer-bottom {
	margin-top: 20px;
}

.footer-bottom hr,
.footer-logos hr {
	border: 0;
	height: 1px;
	background: #333;
	margin-bottom: 10px;
}
.buttons {
	background: none;
	border: none;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.buttons button {
	color: #d1d1d1;
	font-family: Verdana;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer-button img {
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
}

.footer-button:hover {
	text-decoration: underline;
}
.footer-bottom a {
	color: #f44336;
	text-decoration: none;
}
.footer .scrollTop {
	background: #b5392e;
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 60px;
	right: 20px;
	opacity: 0;
	cursor: pointer;
	border-radius: 50%;
	z-index: 5;
}
.footer .scrollTop.pam_content {
	opacity: 1;
}
.footer .menu {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 0;
	border-top: 1px solid #fff;
}
.footer .menu a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.footer .menu a:hover {
	text-decoration: none;
	color: #fa7135;
}
.footer-block-btn {
	z-index: 4;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	padding-right: 10px;
	padding-left: 10px;
	background: #1f2124;
	display: none;
	justify-content: center;
	align-items: center;
}
.footer-block-btn .buttons {
	display: flex;
}
@media (max-width: 1200px) {
	.footer-block-btn {
		display: flex;
	}
	.footer {
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.footer .menu,
	.footer hr {
		display: none;
	}
	.footer .footer-topside {
		justify-content: center;
		padding-bottom: 0;
	}
	.footer .footer-topside .download {
		display: none;
	}
	.footer .footerInner {
		padding: 0;
	}
	.footer .footerInner img {
		display: none;
	}
}
@media (max-width: 700px) {
	.footer {
		flex-direction: column;
		gap: 20px;
	}
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 8px 160px;
	background: #12121366;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.header .headerInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.header .headerInner .header__top {
	display: flex;
	align-items: center;
}
.header .headerInner .header__top .logo {
	display: none;
}
.header .headerInner .header__top .header__top-download {
	display: flex;
	align-items: center;
	margin-right: 20px;
	padding: 5px 5px 5px 10px;
	border-radius: 20px;
	background-color: #054588;
}
.header .headerInner .header__top .header__top-download span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.header .headerInner .header__top .header__top-download button {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	fill: #428cdc;
	transition: 0.4s;
}
.header .headerInner .header__top .header__security {
	margin-right: 20px;
	display: flex;
	align-items: center;
	height: 40px;
	padding: 10px;
	background: #054588;
	border-radius: 20px;
	transition: all 0.2s ease;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #054588;
}
.header .headerInner .header__top .header__security button {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.header .headerInner .header__top .header__security button .security-img {
	display: block;
	background: url(/uploads/img/security.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.header .headerInner .header__top .header__top-stocks {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	height: 40px;
	font-size: 12px;
	font-weight: 700;
	background-color: #428cdc;
	color: #fff;
	background-image: linear-gradient(0deg, #428cdc 0, #0992af);
	box-shadow: 0 11px 27px rgba(66, 140, 220, 0.63);
	border-radius: 20px;
}
.header .headerInner .header__top .header__top-stocks button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
}
.header .headerInner .header__top .header__top-stocks button svg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	fill: #fff;
	transition: fill 0.15s ease-in;
}
.header .logo a {
	display: block;
}
.header .logo a img {
	width: 108px;
}
.header .logo .ampLogo {
	position: relative;
}
.header .logo .ampLogo button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.header .menu {
	/* display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  max-height: 52px; */
	max-height: none;
	width: 100%;
	display: block;
	padding: 0 14px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.header .menu .links {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	gap: 20px;
}
.header .menu .choose {
	display: flex;
	align-items: center;
}
.header .menu .choose img {
	border-radius: 50%;
}
.header .menu .choose span {
	margin-left: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}
.header .menu a {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
.header .menu a:last-child {
	margin-right: 0;
}
.header .menu a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.header .menu a.active {
	color: #d8c600;
}
.header .menu .btn-bonus-buy {
	font-size: 15px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	border: 2px solid #ffb801;
	padding: 0px 20px;
	color: #fff;
	line-height: 1.15;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
}
.header .menu .btn-bonus-buy img {
	margin-right: 8px;
}
.buttons .logButton {
	padding: 14px 38px;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	background: rgba(0, 0, 0, 0);
	background: linear-gradient(90deg, #ffc300 0%, #b96300 100%);
	margin-right: 20px;
	line-height: 1.2;
	font-size: 14px;
	border: 1px solid transparent;
}
.buttons .logButton:hover,
.buttons .logButton:active {
	border: 1px solid #b96300;
	background: none;
}
.buttons .regButton {
	position: relative;
	margin-right: 0;
	background: none;
	padding: 14px 38px;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	line-height: 1.2;
	font-size: 14px;
	border: 1px solid #b96300;
}
.buttons .regButton:hover,
.buttons .regButton:active {
	background: linear-gradient(90deg, #ffc300 0%, #b96300 100%);
}
.menu .left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.header .menu .links button {
	flex: 0 0 auto;
	font-size: 18px;
	padding: 4px 12px;
	border-radius: 40px;
	color: #c3c3c3;
	text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
	.header {
		height: 60px;
		padding: 0;
	}
	.header .logo a img {
		margin: 0 auto;
	}
	.header .menu {
		max-height: none;
		max-width: 100%;
		display: block;
		padding: 0 14px;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	/* .header .menu .logo {
    margin-bottom: 24px;
  } */
	.header .menu .logo a {
		padding: 12px 0 0;
	}
	.header .menu .links {
		overflow-x: scroll;
	}
	.header .menu .links a {
		flex: 0 0 auto;
		font-size: 18px;
		padding: 4px 12px;
		border-radius: 40px;
		color: #c3c3c3;
	}
	.header .menu .links a.active {
		color: #d8c600;
	}
	.buttons {
		display: none;
	}
	.buttons .regButton {
		margin-right: 0;
	}
	.buttons .regButton,
	.buttons .logButton {
		font-size: 16px;
	}
}
@media screen and (max-width: 800px) {
	.header .menu .links {
		display: none;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 400px) {
	.content .content-block {
		padding: 0;
	}
}
.burger {
	display: none;
	position: relative;
}
.mobileMenu {
	display: none;
	position: fixed;
	top: 0;
	right: 0%;
	display: block;
	z-index: 5;
	background: #000;
	width: 100%;
	max-width: 350px;
	min-height: 100vh;
	padding: 30px 20px;
	transition: right 0.8s;
}
.mobileMenu .buttons {
	display: block;
	margin-top: 32px;
}
.mobileMenu .buttons button {
	display: block;
	margin: 0 auto 12px;
	width: 50%;
}
.mobileMenu[hidden] {
	right: -200%;
}
.mobileMenu .mobileMenuTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.mobileMenu .mobileMenuLinks {
	display: flex;
	flex-direction: column;
	gap: 26px;
	align-items: center;
}
.mobileMenu .mobileMenuLinks a {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 10px;
	text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks button {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 10px;
	text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks .btn-bonus-buy {
	font-size: 15px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	border: 2px solid #ffb801;
	padding: 0px 20px;
	color: #fff;
	line-height: 1.15;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
}
.mobileMenu .mobileMenuLinks .btn-bonus-buy img {
	margin-right: 8px;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: block;
}
.overlay[hidden] {
	display: none;
}
@media screen and (max-width: 800px) {
	.burger {
		display: block;
	}
}
.breadcrumbs {
	display: flex;
	align-items: center;
	padding-top: 25px;
	overflow-x: hidden;
}
.breadcrumbs a {
	color: #000;
	font-size: 14px;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs .last {
	position: relative;
	margin-left: 10px;
	font-size: 14px;
}
.breadcrumbs a:after {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(../images/arrow-right.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 10px;
	content: no-open-quote;
}
@media screen and (max-width: 1250px) {
	.breadcrumbs {
		padding-top: 35px;
	}
}
.banner-bg {
	margin-top: 120px;
}
.apk-banner {
	display: flex;
	padding: 14px;
	justify-content: center;
}
.apk-banner .apk-banner__img {
	max-width: 720px;
	margin-right: 40px;
	width: 100%;
}
.apk-banner .apk-banner__img img.main {
	width: 100%;
	height: 345px;
	object-fit: cover;
	object-position: top;
	border-radius: 7px;
}
.apk-banner .apk-banner__img .apk-banner__items {
	display: flex;
	justify-content: space-between;
	margin-top: 19px;
	gap: 15px;
}
.apk-banner .apk-banner__img .apk-banner__item img {
	height: 84px;
	object-fit: cover;
	object-fit: right;
	border-radius: 8px;
}
.apk-banner__content {
	max-width: 440px;
	padding: 0 20px 40px 20px;
}
.apk-banner__content img.logo {
	width: 272px;
	height: 66px;
	margin: 0 auto;
}
.apk-banner__about {
	margin-top: 60px;
	width: 400px;
}
.apk-banner__about-item p {
	color: #fff;
}
.apk-banner__about-item p.title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}
.apk-banner__about-item p.description {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.apk-banner__about-item p.description span {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #333537;
}
.apk-banner__about-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #333537;
	margin-bottom: 20px;
	text-align: center;
}
.apk-banner__about-item:last-child {
	margin-bottom: 0;
}
.apk-button {
	margin-top: 80px;
}
.apk-button button {
	width: 100%;
	background-color: #e13d22;
	border: none;
	border-radius: 8px;
	padding: 20px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	animation: pulse 1.5s infinite;
	transition: 0.3s;
	text-transform: uppercase;
}
.apk-button button:hover {
	background: none;
}
@media (max-width: 1200px) {
	.apk-banner .banner-wrap p.main-title {
		font-size: 44px;
		line-height: 44px;
	}
	.apk-banner .apk-banner__img img.main {
		height: 253px;
	}
	.apk-banner .apk-banner__img .apk-banner__item img {
		height: 64px;
	}
	.apk-banner .apk-banner__about {
		width: 346px;
		margin-top: 30px;
		max-width: 100%;
	}
	.apk-banner .apk-button {
		margin-top: 40px;
	}
}
@media (max-width: 1000px) {
	.apk-banner .apk-banner__img {
		margin: 0 auto;
	}
	.apk-banner .apk-banner__img img.main {
		height: 225px;
	}
	.apk-banner .apk-banner__img .apk-banner__item img {
		height: 74px;
	}
	.apk-banner .banner-wrap {
		padding-top: 93px;
	}
	.apk-banner .apk-banner__content {
		padding: 0 20px 40px 20px;
	}
	.apk-banner .apk-banner__content img.logo {
		width: 149px;
		height: 36px;
	}
}
@media (max-width: 850px) {
	.banner-bg + .content {
		padding-top: 48px;
	}
	.apk-banner {
		display: block;
	}
	.apk-banner .apk-banner__content {
		padding: 0;
		margin: 0 auto;
		display: flex;
		flex-flow: column wrap;
	}
	.apk-banner .apk-banner__content .apk-banner__about {
		margin: 0 auto;
		margin-top: 40px;
		order: 2;
	}
	.apk-banner .apk-banner__content .apk-banner__logo {
		order: 1;
		margin-top: 24px;
	}
	.apk-banner .apk-banner__content .apk-button {
		text-align: center;
		margin-top: 40px;
		order: 0;
	}
	.apk-banner .apk-banner__content .apk-button button {
		max-width: 346px;
	}
	.apk-banner .apk-banner__content .apk-banner__img {
		max-width: 450px;
		margin: 0 auto;
	}
	.apk-banner .apk-banner__content .apk-banner__img .apk-banner__item img {
		height: 64px;
	}
	.apk-banner .banner-wrap p.main-title {
		font-size: 28px;
		line-height: 28px;
		max-width: 450px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.apk-banner .banner-wrap {
		padding-top: 90px;
	}
}
@media (max-width: 500px) {
	.apk-banner {
		padding: 10px;
	}
	.apk-banner .apk-banner__img {
		max-width: 100%;
	}
	.apk-banner .apk-banner__img img.main {
		height: 177px;
	}
	.apk-banner .apk-banner__img .apk-banner__item img {
		height: 54px;
	}
	.apk-banner .banner-wrap p.main-title {
		font-size: 24px;
		line-height: 26px;
		max-width: 370px;
	}
}
@keyframes pulse {
	0% {
		transform: scaleX(1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		transform: scaleX(1);
	}
}
.banner {
	height: 100%;
	margin: 70px auto 10px auto;
	width: 94%;
	max-width: 1600px;
}
.banner .banner_inner {
	display: flex;
	justify-content: space-between;
	height: 100%;
	margin-top: 20px;
}
.banner .banner_inner span {
	display: block;
}
.banner .banner_inner .banner_left {
	display: flex;
	flex-direction: column;
	padding: 28px 0 32px 28px;
	width: 48%;
	background: #ffffff1a;
	height: 213px;
	border-radius: 20px;
	position: relative;
}
.banner .banner_inner .banner_left .banner_info,
.banner .banner_inner .banner_right .banner_info {
	margin-top: auto;
	position: relative;
	z-index: 2;
}

.banner .banner_inner .banner_left .banner_left_img {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/left.webp) no-repeat;
	width: 200px;
	height: 200px;
	background-size: cover;
	z-index: 1;
}
.banner .banner_inner .banner_right {
	display: flex;
	flex-direction: column;
	padding: 28px 0 32px 28px;
	width: 48%;
	height: 213px;
	border-radius: 20px;
	position: relative;
	background: #ffffff1a;
}
.banner .banner_inner .banner_right .banner_caption_gradient {
	margin-top: 25px;
}
.banner .banner_inner .banner_right .banner_right_img {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/right.webp) no-repeat;
	width: 200px;
	height: 200px;
	background-size: cover;
	z-index: 1;
}
.banner .banner_inner button {
	background: linear-gradient(90deg, #ffc300 0%, #b96300 100%);
	border: 1px solid transparent;
	color: #fff;
	padding: 20px;
	border-radius: 100px;
	font-size: 16px;
	line-height: 14px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 51px;
	width: 150px;
	margin: 0;
}
.banner .banner_inner button:hover {
	border: 1px solid #b96300;
	background: none;
}

.banner_title {
	font-weight: 700;
	font-style: italic;
	font-size: 32px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
}
.banner_title_colored {
	font-weight: 700;
	font-style: italic;
	font-size: 32px;
	line-height: 100%;
	text-transform: uppercase;
	background: linear-gradient(180deg, #ffc600 0%, #ff9100 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: table;
	margin-top: 8px;
}
@media screen and (max-width: 1280px) {
	.banner_title {
		font-size: 25px;
	}
	.banner_title_colored {
		font-size: 25px;
	}
}

@media screen and (max-width: 1000px) {
	.banner .banner_inner {
		flex-wrap: wrap;
		gap: 15px;
	}
	.banner .banner_inner .banner_left,
	.banner .banner_inner .banner_right {
		height: 176px;
		width: 100%;
		padding: 17px 0 17px 17px;
	}
	.banner {
		margin-top: 0;
		height: auto;
	}
	.banner .banner_inner {
		margin-top: 80px;
	}
	.banner_title {
		font-size: 24px;
		width: 55%;
	}
	.banner_title_colored {
		font-size: 20px;
		width: 60%;
	}
	.banner .banner_inner .banner_right .banner_right_img,
	.banner .banner_inner .banner_left .banner_left_img {
		width: 170px;
		height: 170px;
	}
	.banner .banner_inner .banner_left .banner_info,
	.banner .banner_inner .banner_right .banner_info {
		margin-top: 8px;
	}
}

.slots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 26px 16px;
	margin-bottom: 60px;
	margin-top: 30px;
}
.slots .slot {
	position: relative;
	width: 380px;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 20px;
	cursor: pointer;
}
.slots .slot img {
	transition: 0.3s;
	border-radius: 20px;
}
.slots .slot .hover {
	position: absolute;
	right: 0;
	top: 0;
	height: 180px;
	width: 90px;
	background: #ffc300 url('../images/arrow-right.svg') no-repeat;
	background-position: center;
	border-radius: 0 20px 20px 0;
	box-shadow: 6px 0 8px rgba(26, 26, 29, 0.28);
	transform: translateX(150%);
	transition: 0.3s;
	z-index: 3;
}
.slots .slot:hover .hover {
	transform: translateX(0);
}
.slots .slot:hover img {
	transform: translateX(-40px);
}
.slots .slot button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 4;
}
@media screen and (max-width: 850px) {
	.slots {
		gap: 14px;
		margin-bottom: 10px;
	}
	.slots .slot:hover .hover {
		transform: none;
		display: none;
	}
	.slots .slot:hover img {
		transform: none;
	}
}

.tag-wrap ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.tag-wrap ul a {
	color: #000;
	padding: 10px;
	font-size: 18px;
	background-color: #f3f3f3;
	border-radius: 6px;
	font-weight: 400;
	display: block;
}
.tableLinks {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.tableLinks a {
	font-size: 14px;
}

.plus-minus {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 18px;
	gap: 12px 40px;
}
.plus-minusItem {
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	background-color: #00000080;
}
.plus-minusHead {
	padding: 13px 24px;
	border-radius: 20px 20px 0 0;
	display: flex;
	align-items: center;
	gap: 12px;
}
.plus-minusHead.headPlus {
	background: #00ff1180;
}
.plus-minusHead.headMinus {
	background: #ff000080;
}
.plus-minusHead span {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
.plus-minusHead.headMinus span {
	color: #fff;
}
.plus-minusHead.headPlus span {
	color: #fff;
}
.plus-minusHead img {
	height: 32px;
	width: 32px;
}
ul.ul-plus,
ul.ul-minus {
	padding: 24px 24px;
	width: 100%;
}
.plus-minus li {
	position: relative;
	padding-bottom: 7px;
	padding-left: 32px;
}
ul.ul-plus li:before {
	content: no-open-quote;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0px;
	background: url(../images/pros-icon-list.svg) no-repeat;
	background-size: contain;
}
ul.ul-minus li:before {
	content: no-open-quote;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0px;
	background: url(../images/cons-icon-list.svg) no-repeat;
	background-size: contain;
}
.img-cov {
	max-width: 800px;
	height: 100%;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.application-get .img-cov {
	width: 415px;
	height: 415px;
}
.footer__menu{
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
.footer__menu a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
@media (max-width: 1100px) {
	.plus-minus {
		grid-template-columns: repeat(1, 1fr);
	}
	.plus-minusHead {
		padding: 10px 16px;
	}
	.plus-minusHead img {
		width: 24px;
		height: 24px;
	}
	.plus-minusHead span {
		font-size: 18px;
		line-height: 22px;
	}
	ul.ul-plus,
	ul.ul-minus {
		padding: 16px 16px;
	}
	.btn-logo img {
		width: 70px;
		height: 55px;
	}
	.application-get img {
		padding-right: 0px;
		width: 145px;
		height: 240px;
		bottom: 0;
	}
}

.img__wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.img__wrap .img-cov {
    margin: 0;
    width: 200px;
    height: 200px;
	border-radius: 20px;
	overflow: hidden;
	flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
    .img__wrap {
        flex-direction: column;
    }
}