﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html,
body {
	height: 100%;
	font-family: Tahoma, sans-serif
}

.pagebt {
	display: flex;
	justify-content:center;
}
.content-block ul li, .content-block ol li {
	list-style-type: auto;
	margin-left:25px;
}
main {
	background: #033e7b
}

main p,
main a,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
	color: #fff
}

main .wrapper {
	width: 97%;
	max-width: 1300px;
	margin: 0 auto
}

p a {
	color: #ff5900
}

p a:hover {
	text-decoration: underline
}

body {
	overflow-x: hidden;
	position: relative;
	background: #f5f5f5
}

a {
	text-decoration: none;
	transition: .3s
}

input,
button {
	border: none;
	box-shadow: none;
	transition: .3s
}

input {
	outline: none
}

p,
span,
li,
a {
	font-size: 18px;
	line-height: 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	padding: 20px 0;
	color: #fff
}

h1 {
	font-size: 36px;
	line-height: 40px
}

h2 {
	font-size: 32px;
	line-height: 40px
}

h3 {
	font-size: 26px;
	line-height: 36px
}

h4 {
	font-size: 20px;
	line-height: 28px
}

h5,
h6 {
	font-size: 18px;
	line-height: 28px
}

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
	color: #000
}

p {
	padding-bottom: 20px
}

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
}

.precontent {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	margin-bottom: 20px
}

.precontent .last-modified,
.precontent .count-time {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px
}

.precontent .last-modified b,
.precontent .count-time b {
	color: #ff5900;
	text-shadow: 0 0 12px #ff5900
}

.precontent svg {
	width: 24px;
	height: 24px
}

@media screen and (max-width: 630px) {
	.precontent {
		flex-direction: column;
		align-items: start
	}
}

.content {
	position: relative;
	padding-top: 20px;
	max-width: 1300px;
  	margin: 0 auto;
}

.content .content-block {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 20px;
	background: #033e7b
}

.content .general-ol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 30px;
	margin-bottom: 20px;
	counter-reset: counter-ol
}

.content .general-ol li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	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: #428cdc;
	border-radius: 50%;
	top: 2px;
	left: -26px
}

.content .general-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.content .general-ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 35px;
	width: 48%
}

.content .general-ul li::before {
	content: no-open-quote;
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(list-item.png);
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
	top: 0px
}

.pageError {
	min-height: calc(100vh - 70px)
}

.buttons {
	display: flex;
	align-items: center
}

.buttonWrapper {
	position: relative;
	width: 498px;
	margin: 0 auto;
	margin-bottom: 30px;
	height: 112px;
	display: flex;
	align-items: center;
	background-color: #fac53b;
	border-radius: 20px
}

.buttonWrapper::after,
.buttonWrapper::before {
	position: absolute;
	content: "";
	width: 498px;
	height: 112px;
	border-radius: 20px;
	z-index: -1
}

.buttonWrapper::after {
	top: -4px;
	background-color: #fee13d
}

.buttonWrapper::before {
	bottom: -8px;
	background-color: #ff8e0c
}

.buttonWrapper button {
	position: relative;
	height: 100%;
	font-size: 38px;
	line-height: 38px;
	color: #fff;
	font-weight: 600;
	padding-left: 33px
}

.buttonWrapper button::after,
.buttonWrapper button::before {
	position: absolute;
	content: "";
	width: 1px;
	top: 5px;
	height: 90%
}

.buttonWrapper button::before {
	background-color: #faac27;
	left: 0
}

.buttonWrapper button::after {
	background-color: #fee13d;
	left: 1px
}

.buttonWrapper .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-left: 15px;
	margin-right: 33px
}

.buttonWrapper .shadow-icon {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 72px;
	height: 72px
}

.buttonWrapper .shadow-icon:nth-child(1) {
	background-color: #faac27;
	bottom: 0px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center
}

.buttonWrapper .shadow-icon:nth-child(2) {
	background-color: #fee13d;
	top: 3px;
	z-index: 1
}

.buttonWrapper .shadow-icon:nth-child(3) {
	background-color: #ff8e0c;
	top: -3px;
	z-index: 1
}

@media(max-width: 560px) {

	.buttonWrapper,
	.buttonWrapper::before,
	.buttonWrapper::after {
		width: 290px;
		height: 74px
	}

	.buttonWrapper .icon,
	.buttonWrapper .shadow-icon {
		width: 47px;
		height: 47px
	}

	.buttonWrapper .icon {
		margin-right: 15px
	}

	.buttonWrapper button {
		font-size: 26px;
		line-height: 28px;
		padding-left: 22px
	}
}

.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: #888;
	font-size: 14px
}

.general-image {
	display: block;
	border-radius: 15px;
	max-height: 400px;
	max-width: 800px;
	width: auto;
	height: auto;
	margin: 0 auto 10px auto
}

.general-image.vertical {
	max-height: 500px;
	max-width: 70%
}

.general-image.horizontal {
	max-width: 800px
}

@media screen and (max-width: 840px) {
	.horizontal .general-image {
		max-width: 100%
	}
}

.general-table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px
}

.general-table .general-tr {
	background-color: #012346
}

.general-table .general-tr .general-td {
	padding: 10px;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, .1)
}

.general-table .general-tr:nth-child(2n) {
	background-color: #428cdc
}

thead tr th {
	color: #fff;
	padding: 10px;
	text-align: center;
	border: 1px solid rgba(251, 251, 251, .1);
	background-color: #428cdc
}

@media screen and (max-width: 680px) {
	.general-table-wrapper {
		overflow: scroll;
		margin-bottom: 20px
	}

	.general-table-wrapper .general-table {
		margin-bottom: 0
	}
}


.columns {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.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 {
	margin: 19px 0
}

.table_of_contents .toggle {
	display: none
}

.table_of_contents .lbl-toggle {
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #ff5900;
	cursor: pointer;
	border-radius: 7px;
	transition: all .25s ease-out
}

.table_of_contents .lbl-toggle:hover {
	background: #ff5900
}

.table_of_contents .toggle:checked+.lbl-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.table_of_contents .table_box {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .25s ease-in-out;
	display: flex;
	width: 100%;
	max-width: 500px;
	flex-direction: column
}

.table_of_contents .toggle:checked+.lbl-toggle+div {
	max-height: 1000px;
	border: 1px solid #ff5900;
	padding: 20px;
	margin-top: 12px;
	border-radius: 8px
}

.table_of_contents .table_link {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.8
}

.table_of_contents .table_link::before {
	content: no-open-quote;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 32%;
	left: 0;
	background: #ff5900;
	border-radius: 50%;
	transition: all .25s ease-out
}

.table_of_contents .table_link:hover {
	color: #08f
}

.content404Page.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #002346;
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, .1)
}

.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 {
	background: #428cdc;
	color: #fff;
	padding: 10px 40px;
	border-radius: 30px;
	font-size: 24px;
	text-transform: uppercase
}

.content404Page.wrapper .content404 button:hover {
	background: #60adff
}

.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: #fff;
	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, .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/.2
}

.img-overlay .img-popup.vartical {
	aspect-ratio: .5/1
}

.button-block {
	text-align: center;
	margin-bottom: 20px
}

.button-block button {
	background: #276aa5;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	width: 200px;
	animation: pulse 1.5s infinite
}

.button-block button:hover {
	background: #3185ce
}

@media screen and (max-width: 1250px) {
	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 .contentMain {
		width: 100%
	}

	.content .general-ol li,
	.content .general-ul li {
		width: 100%
	}

	.columns {
		flex-wrap: wrap
	}

	.columns .column {
		width: 100%
	}

	.column-p {
		margin-left: 0
	}

	.faq-container .faq-question {
		max-width: 85%
	}

	.footer-block-btn .buttons {
		justify-content: space-between;
		width: 100%
	}

	.footer-block-btn .buttons .regButton,
	.footer-block-btn .buttons .logButton {
		padding: 5px 5px;
		text-transform: uppercase
	}

	.footer-block-btn .buttons button {
		width: 48%
	}
}

@media screen and (max-width: 770px) {
	.links__new ul {
		padding: 0 30px
	}

	.links__new ul a {
		font-size: 14px
	}
}

@media screen and (max-width: 590px) {
	.links__new ul {
		padding: 0 ;
		display: block 
	}

	.links__new ul li {
		width: unset
	}
}

@media screen and (max-width: 400px) {
	.general-table {
		overflow-x: auto;
		max-width: 100%
	}
}

.links__new {
	background: url(/uploads/img/card-hero-gradient.png);
	padding: 20px 20px 12px;
	border-radius: 8px;
	border: 6px dotted #ff5900
}

.links__new ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 0px
}

.links__new ul li {
	width: 48%;
	margin-bottom: 8px
}

.links__new ul li a {
	text-decoration: underline;
	color: #fff
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Tahoma', sans-serif;
}

body {
	overflow-x: hidden;
	background: var(--main);
}

a {
	text-decoration: none;
	transition: 0.3s;
}

input,
button {
	border: none;
	box-shadow: none;
	transition: 0.3s;
}

input {
	outline: none;
}

p,
span,
li,
a {
	font-size: 17px;
	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: .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: #012346;
	padding: 20px 0
}

.footer .footerInner {
	display: block;
	text-align: center
}

.footer .footerInner .menu .menu-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap
}

.footer .footerInner .dmca-badge {
	display: block;
	margin-top: 4px;
	margin-bottom: 8px
}

.footer .footerInner .dmca-badge img {
	display: block;
	margin: 0 auto
}

.footer .footerInner .copyright {
	color: #fff;
	font-size: 15px
}

.footer .scrollTop {
	background: #fa4d00;
	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-block-btn {
	z-index: 4;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #012346;
	display: none;
	justify-content: center;
	align-items: center
}

.footer-block-btn .buttons {
	display: flex
}

@media(max-width: 767px) {
	.footer-block-btn {
		display: flex
	}

	.footer {
		margin-bottom: 40px
	}

	.footer .menu-wrapper {
		display: flex;
		gap: 12px
	}
}

.header {
	background: #012346;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 0
}

.header .headerInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%
}

.header .headerInner .logo a {
	display: block
}

.header .headerInner .logo .ampLogo {
	position: relative
}

.header .headerInner .logo .ampLogo button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.header .headerInner .menu {
	height: 100%;
	display: flex;
	align-items: center
}

.header .headerInner .menu a {
	color: #fff;
	font-size: 16px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	position: relative
}

.header .headerInner .menu a:hover {
	color: #fa4d00
}

.header .headerInner .menu-wrapper {
	display: flex;
	gap: 12px
}

.header .headerInner .menu-wrapper .active:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fa4d00;
	border-radius: 10px
}

.buttons .logButton {
	margin-right: 15px;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	background: #428cdc
}

.buttons .logButton:hover {
	background: #2ca0ce;
	color: #fff
}

.buttons .regButton {
	background: #fa4d00;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #fff
}

.buttons .regButton:hover {
	background: #712cde
}

@media screen and (max-width: 1250px) {
	.header {
		height: 50px;
		padding-top: 8px;
		padding-bottom: 8px
	}

	.headerInner .menu .menu-wrapper {
		display: none
	}

	.footerInner .menu .menu-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15px;
		flex-wrap: wrap
	}
}

.contentSidebar {
	width: 350px;
	height: 540px;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 100px;
	padding: 20px;
	background: #1b243a;
	border-radius: 15px
}

.contentSidebar .appName {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff
}

.contentSidebar .appImg {
	display: flex;
	justify-content: center
}

.contentSidebar .appItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	padding: 10px;
	margin: 10px 0;
	position: relative
}

.contentSidebar .appItem button {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.contentSidebar .appItem .appInfo {
	width: calc(100% - 40px)
}

.contentSidebar .appItem .appInfoTitle {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	display: block
}

.contentSidebar .appItem .appInfoSubtitle {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	display: block
}

.contentSidebar .appItem:nth-child(1n) {
	background: #8d53e9
}

.contentSidebar .appItem:nth-child(1n):hover {
	background: #712cde
}

.contentSidebar .appItem:nth-child(2n) {
	background: #00b7ff
}

.contentSidebar .appItem:nth-child(2n):hover {
	background: #2ca0ce
}

@media screen and (max-width: 1250px) {
	.contentSidebar {
		display: none
	}
}

.burger {
	display: none;
	position: relative
}

.mobileMenu {
	position: fixed;
	top: 0;
	right: 0%;
	display: block;
	z-index: 5;
	background: #043e7b;
	width: 100%;
	max-width: 350px;
	min-height: 100vh;
	padding: 30px 20px;
	transition: right .8s
}

.mobileMenu a {
	display: block;
	text-align: center;
}

.mobileMenu .buttons {
	display: block;
	margin-top: 32px
}

.mobileMenu .buttons button {
	display: block;
	margin: 0 auto 12px;
	width: 50%
}

.mobileMenu[hidden] {
	right: -200%
}

.mobileMenu .close {
	display: flex;
	justify-content: center;
	margin-bottom: 20px
}

.mobileMenu .mobileMenuLinks {
	display: flex;
	flex-direction: column
}

.mobileMenu .mobileMenuLinks a {
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 19px;
	margin-bottom: 12px
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	display: block
}

.overlay[hidden] {
	display: none
}

@media screen and (max-width: 1250px) {
	.burger {
		display: block
	}
}


.new_banner {
	background-image: url(desktop_1x.webp);
	background-size: cover;
	height: 360px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.new_banner img {
	display: block;
	margin: 0 auto;
	width: 662px;
	height: 251px;
}

.new_banner button {
	padding: 15px;
	width: 400px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	background: linear-gradient(270deg, #e60f00 0%, #ffe600 100%);
	box-shadow: 0px 0px 24px rgba(238, 79, 11, .6);
	border-radius: 12px;
	border:none;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.4s;
}

.new_banner .button_wrap {
   width: 100%;
}

.new_banner button:hover {
	opacity: 0.7;
}

@media (max-width:1250px){
	.new_banner {
		height: 260px;
		background-position: center center;
		padding: 0 10px;
	}
	.new_banner img {
		height: auto;
		width: 100%;
		max-width: 449px;
	}
	.new_banner button {
		width: 100%;
		max-width: 360px;
	}
	
}




.banner {
	padding-top: 70px
}

.banner .banner__desc,
.banner .banner__mobile {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.banner__desc .banner__left {
	padding: 15px;
	background: url(uploads/img/desktop_1x.webp) no-repeat;
	width: 100%;
	background-size: cover;
    height: 360px;
    display: flex;
    align-items: center;
	flex-direction: column;
	border-radius: 6px;
}
.banner__left img {
	max-width: 100%;
	height: auto;
	width: 600px;
	margin-bottom: 55px;
}
.banner .banner__desc .banner__right {
	border-radius: 6px;
	background: url(banner-new.svg) no-repeat;	
	background-size: cover;
	width: 35%;
	margin-left: 30px;
	display: flex;
    align-items: flex-end;
	justify-content: left;
	/* flex-direction: column; */
	padding: 50px 15px 20px 40px;
	gap: 10px;
	background-origin: border-box;
}
.button_wrap-right {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.button_wrap { 
	top:10px;
}
.banner__right img {
	height: auto;
	max-width: 100%;
	width: 650px;
}


.banner .banner__desc div,
.banner .banner__mobile div {
	position: relative;
    /* display: block; */
    /* margin: 0 auto; */
}

.banner .banner__desc button,
.banner .banner__mobile button {
	position: absolute;
	left: 50%;
	top: 50%
}

.banner .banner__desc button.button-tg,
.banner .banner__mobile button.button-tg {
	padding: 30px;
	color: #fe5b03;
	background-color: #fff;
	border-radius: 12px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	max-width: 520px;
    width: 300px;
	/* transform: translate(-97%, 248%);
	top: 130%; */
	text-transform: uppercase;
	position: unset;
}

.banner .banner__left button,
.banner .banner__mobile button.button {
	padding: 15px;
	width: 400px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	background: linear-gradient(270deg, #e60f00 0%, #ffe600 100%);
	box-shadow: 0px 0px 24px rgba(238, 79, 11, .6);
	border-radius: 12px;
	transform: translate(-50%, -50%);
	top:130%;
	text-transform: uppercase;
}

.banner .banner__mobile {
	display: none;
}

@media(max-width: 1250px) {
	.banner .banner__mobile .banner__left {
		padding: 10px;
		background: url(uploads/img/desktop_1x.webp) no-repeat;
		width: 100%;
		background-size: cover;
		height: 200px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.banner .banner__mobile .banner__right {
		border-radius: 6px;
		background: url(banner-mob.svg) no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		height: 200px;
		padding-top: 10px;
		background-position: 50% 50%;
		background-origin: content-box;
	}
	.banner .banner__mobile button {
		padding: 20px 109px 20px 108px;
	}
	.banner .banner__mobile button.button-tg {
		padding: 15px 28px 15px 28px;
		width: 220px;		
		font-size: 14px;
		line-height: 16px;
	}
   .button_wrap-right {
    top: 120px;
	left: -50px;
   }
	.banner__right img {
		width: 350px;
	}
	.banner__left img {
		width: 300px;
		margin-bottom: 30px;
	}
	.banner .banner__mobile {
		display: flex;
		gap: 10px;
		flex-direction: column
	}

	.banner .banner__mobile .banner__left{
		min-height: 200px;
	}

	.banner .banner__mobile .banner__right {
		min-height: 200px
	}
	.banner .banner__desc {
		display: none
	}

}

@media(max-width: 435px) {
	.banner .banner__mobile button {
		max-width: 300px;
		padding: 20px 80px 20px 80px;
	}

	.banner .banner__mobile button.button-tg {
		max-width: 300px;
		white-space: nowrap;
	}
	.banner__right img  {
		width: 300px;
	}

	
}

@media(max-width: 359px) {

	.banner__mobile button.button-tg,
	.banner__mobile button.button {
		padding: 10px;
		max-width: 300px
	}
}

@media(max-width: 330px) { 
	.banner .banner__mobile .banner__right  {
		background-position: 49% 50%;
	}
	.button_wrap-right { 
		left: -45px;
	}
}

.breadcrumbs {
	display: flex;
	align-items: center;
	padding: 0px 0 0px 0;
	overflow-x: hidden
}

.breadcrumbs a {
	color: #eee;
	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(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: 5px 0 0px 0
	}
}

.new_banner {
	background-image: url(uploads/img/webp/desktop_1x.webp);
	background-size: cover;
	height: 360px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

.new_banner img {
	display: block;
	margin: 0 auto;
	width: 662px;
	height: 251px;
}

.new_banner button {
	padding: 15px;
	width: 400px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	background: linear-gradient(270deg, #e60f00 0%, #ffe600 100%);
	box-shadow: 0px 0px 24px rgba(238, 79, 11, .6);
	border-radius: 12px;
	border:none;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.4s;
}

.new_banner .button_wrap {
   width: 100%;
}

.new_banner button:hover {
	opacity: 0.7;
}

@media (max-width:1250px){
	.new_banner {
		height: 260px;
		background-position: center center;
		padding: 0 10px;
		margin-top: 50px;
	}
	.new_banner img {
		height: auto;
		width: 100%;
		max-width: 449px;
	}
	.new_banner button {
		width: 100%;
		max-width: 360px;
	}
	
}

/* New structure styles - Jugabet-like layout with Mostbet colors */
header {
	background: #012346;
	padding: 15px 0;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.header-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: flex;
	align-items: center;
}

.logo-img {
	height: 34px;
	width: auto;
}

.hamburger {
	display: none;
	flex-direction: column;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 5px;
	gap: 5px;
}

.hamburger span {
	width: 25px;
	height: 3px;
	background: #fff;
	transition: 0.3s;
	border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}

.header-buttons {
	display: flex;
	gap: 15px;
	align-items: center;
}

.desktop-buttons {
	display: flex;
}

.mobile-buttons {
	display: none;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
}

.btn {
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	cursor: pointer;
}

.btn-login {
	color: #fff;
	background: #428cdc;
}

.btn-login:hover {
	background: #2ca0ce;
}

.btn-register {
	color: #fff;
	background: #fa4d00;
}

.btn-register:hover {
	background: #ff5900;
}

.mobile-nav {
	display: none;
	background: #012346;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.mobile-nav.active {
	display: block;
}

main {
	background: #033e7b;
	min-height: calc(100vh - 200px);
	padding: 40px 0;
}

.main-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}

.content-section {
	background: #033e7b;
	padding: 30px;
	border-radius: 20px;
}

.content-section h1 {
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	text-align: left;
	padding: 0 0 20px 0;
}

.content-section h2 {
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	text-align: left;
	padding: 30px 0 20px 0;
}

.content-section h3 {
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	text-align: left;
	padding: 20px 0 15px 0;
}

.content-section p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 20px;
}

.content-section ul,
.content-section ol {
	margin-left: 25px;
	margin-bottom: 20px;
}

.content-section ul li,
.content-section ol li {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.content-section img {
	width: 100%;
	max-width: 1100px;
	height: auto;
	display: block;
	margin: 40px auto;
	border-radius: 18px;
	box-shadow: 0 15px 45px rgba(0,0,0,0.2);
	border: 3px solid #0066ff;
}

.content-buttons {
	display: flex;
	gap: 15px;
	margin: 30px 0;
	justify-content: center;
	flex-wrap: wrap;
}

.content-toggle-btn {
	background: #ff5900;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s;
	margin: 20px 0;
}

.content-toggle-btn:hover {
	background: #fa4d00;
}

.content-toggle-btn.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.table-of-contents {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.table-of-contents.active {
	max-height: 1000px;
	border: 1px solid #ff5900;
	padding: 20px;
	margin-top: 0;
	border-radius: 8px;
	background: rgba(1, 35, 70, 0.5);
}

.toc-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

.toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.toc-list li {
	margin-bottom: 10px;
}

.toc-list a {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	position: relative;
	display: block;
	transition: 0.3s;
}

.toc-list a::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #ff5900;
	border-radius: 50%;
	transition: 0.3s;
}

.toc-list a:hover {
	color: #ff5900;
	padding-left: 20px;
}

.table-wrapper {
	overflow-x: auto;
	margin: 20px 0;
}

.table-wrapper table {
	width: 100%;
	border-collapse: collapse;
	background: #012346;
	border-radius: 10px;
	overflow: hidden;
}

.table-wrapper table td {
	padding: 12px;
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	transition: background-color 0.3s ease;
}

/* Первая строка (заголовки) - голубая */
.table-wrapper table tbody tr:first-child {
	background: #428cdc;
	font-weight: 600;
}

.table-wrapper table tbody tr:first-child td {
	background: #428cdc;
	color: #fff;
}

/* Hover эффект для заголовков */
.table-wrapper table tbody tr:first-child:hover td {
	background: #5ba0e8;
}

/* Остальные строки - темно-синие */
.table-wrapper table tbody tr:not(:first-child) {
	background: #012346;
}

.table-wrapper table tbody tr:not(:first-child):nth-child(even) {
	background: #012346;
}

/* Hover эффект для обычных строк */
.table-wrapper table tbody tr:not(:first-child):hover td {
	background: #033e7b;
	cursor: pointer;
}

.faq-container {
	margin: 30px 0;
}

.faq-container .faq-item {
	background: #012346 !important;
	border-radius: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(255,255,255,0.1);
}

.faq-container .faq-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 12px;
	background: #fa4d00;
}

.faq-container .faq-question {
	width: 100%;
	background: #012346 !important;
	border: none;
	padding: 20px 30px 20px 40px;
	text-align: left;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
	color: #fff !important;
}

.faq-container .faq-question:hover {
	background: #033e7b !important;
}

.faq-container .faq-question h3 {
	color: #fff !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: left;
	flex: 1;
}

.faq-container .faq-icon {
	color: #fa4d00;
	font-size: 28px;
	font-weight: bold;
	transition: transform 0.3s ease;
	line-height: 1;
	display: inline-block;
	min-width: 24px;
	text-align: center;
}

.faq-container .faq-question.active .faq-icon {
	transform: rotate(45deg);
}

.faq-container .faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
	padding: 0 30px 0 40px;
	background: #012346;
}

.faq-container .faq-answer.active {
	max-height: 1000px;
	padding: 0 30px 20px 40px;
}

.faq-container .faq-answer p {
	color: #fff !important;
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	line-height: 24px;
}

footer {
	background: #012346;
	padding: 30px 0;
	margin-top: 40px;
}

.footer-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.footer-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	transition: 0.3s;
}

.footer-links a:hover {
	color: #ff5900;
	text-decoration: underline;
}

.footer-container p {
	color: #fff;
	font-size: 14px;
	margin: 10px 0;
}

@media screen and (max-width: 768px) {
	.hamburger {
		display: flex;
	}

	.desktop-buttons {
		display: none;
	}

	.mobile-nav.active .mobile-buttons {
		display: flex;
	}

	.content-section {
		padding: 20px 15px;
	}

	.content-section h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.content-section h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.content-section h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.content-buttons {
		flex-direction: column;
	}

	.content-buttons .btn {
		width: 100%;
		text-align: center;
	}

	.footer-links {
		flex-direction: column;
		gap: 10px;
	}
}
