* {
	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 {
    margin-top: 3em;
}

.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;
    margin-top: .4em;
}

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
	}
}

.faq-container .faq-item {
	margin: 0 auto;
	background: #012346;
	border-radius: 10px;
	position: relative;
	min-height: 20px;
	margin-bottom: 12px;
	padding: 10px 20px 10px 20px
}

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

.faq-container .faq-item:last-child {
	border-bottom: none
}

.faq-container .faq-item:hover {
	border-color: #fa4d00
}

.faq-container .faq-item:hover .faq-question {
	color: #fa4d00
}

.faq-container .faq-question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 30px 8px 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-align: left;
	background: transparent;
	border: none;
	cursor: pointer;
	position: relative;
}

.faq-container .faq-question h3 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	flex: 1;
}

.faq-container .faq-question .faq-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: bold;
	color: #fa4d00;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

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

.faq-container .faq-answer {
	padding: 0 30px 8px 0;
	max-height: 0;
	overflow: hidden;
	position: relative;
	opacity: 1;
	transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
	color: #fff
}

.faq-container .faq-answer.active {
	max-height: 1000px;
	opacity: 1;
	padding: 8px 30px 8px 0;
}

.faq-container .faq-answer p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 8px;
}


div.faq-item > div > div {
    padding-top: 10px;
}


.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: 7px 7px;
		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 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;
    --brand:#ff5c1b;
    --brand2:#ff7a2f;
}


/* 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: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
}

ul.footer__links {
    display: block;
    text-align: center;
    list-style: none;
    padding: 0 16px;
    margin: 10px 0 0;
    gap: 10px;
}

.footer__links li {
    display: inline-flex;
    font-size: 14px;
    padding: 0 .3em;
    color: rgba(244,246,255,.70);
    margin-bottom: 6px;
}

.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: 80px;
    right: 20px;

    /* hidden by default */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    cursor: pointer;
    border-radius: 50%;
    z-index: 5;
    transition: opacity .2s ease, visibility .2s ease;


    transform: rotate(-90deg);
}

/* visible state */
.footer .scrollTop.pam_content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* arrow styling */
.footer .scrollTop span {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    transform: translateY(-1px);
}

/* keyboard accessibility */
.footer .scrollTop:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}


.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;
        height: 65px;
	}

	.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
}

.indexbar{
    padding: 8px 0 22px;
    margin-top: 2em;
}

.index{
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    box-shadow: 0 18px 50px rgba(0,0,0,.35);
    overflow: hidden;
    margin-top: 3em;
}

.index__summary{
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 16px;
    font-weight: 900;
    color: rgba(244,246,255,.92);
    user-select: none;
}
.index__summary::-webkit-details-marker{ display:none; }

.index__title{
    letter-spacing: .2px;
}

/* Chevron like your FAQ arrow */
.index__chev{
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
    border-right: 2px solid rgba(244,246,255,.65);
    border-bottom: 2px solid rgba(244,246,255,.65);
    transition: transform .18s ease, border-color .18s ease;
}

.index[open] .index__chev{
    transform: rotate(-135deg);
    border-color: rgba(255,92,27,.85);
}

.index__body{
    border-top: 1px solid rgba(255,255,255,.10);
    padding: 14px 14px 16px;
}

/* Buttons grid inside panel */
.index__nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
}

/* Reuse your orange pill look, but a bit calmer */
.index__link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    border: 1px solid rgba(255,255,255,.14);
    background: linear-gradient(180deg, var(--brand2) 0%, var(--brand) 55%, #ff4a0f 100%);
    box-shadow: 0 10px 24px rgba(255,92,27,.20), inset 0 1px 0 rgba(255,255,255,.16);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease;
    will-change: transform;
    text-decoration: none;
}

.index__link:hover{
    transform: translateY(-2px);
    filter: saturate(1.06);
    border-color: rgba(255,255,255,.22);
    box-shadow:
            0 14px 34px rgba(255,92,27,.26),
            inset 0 1px 0 rgba(255,255,255,.20);
}


@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('assets/img/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(assets/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(assets/img/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('assets/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-size: cover;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		height: 200px;
		padding-top: 10px;
        background: url('assets/img/banner-mob.svg') no-repeat 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('assets/img/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%;
}

.mt {
    margin-top: 5px;
}

.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;
	}

}


.pay-table {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.18);
}

.pay-table__row {
    display: grid;
    grid-template-columns: 0.9fr 1.6fr;
    gap: 12px;
    padding: 14px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.pay-table__row:first-child {
    border-top: 0;
}

.pay-table__head {
    background: rgba(255, 255, 255, 0.06);
}

.pay-table__head .pay-table__cell {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.pay-table__cell {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.35;
}

@media (max-width: 640px) {
    .pay-table {
        border-radius: 18px;
    }

    .pay-table__head {
        display: none;
    }

    .pay-table__row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 14px 14px;
    }

    .pay-table__cell {
        font-size: 15px;
    }

    .pay-table__cell::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 4px;
        color: rgba(255, 255, 255, 0.62);
        letter-spacing: 0.2px;
    }
}

.pm-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;

    border-radius: 18px;
    padding: 14px;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.pm-table__col {
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.pm-table__head {
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.pm-table__title {
    display: flex;
    align-items: center;
    gap: 10px;

    color: rgba(255, 255, 255, 0.95);
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
}

.pm-table__emoji {
    font-size: 18px;
}

.pm-table__list {
    list-style: none;
    margin: 0;
    padding: 10px 14px 14px;
    display: grid;
    gap: 10px;
}

.pm-table__item {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.45;

    padding-left: 14px;
    position: relative;
}

.pm-table__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
}

@media (max-width: 720px) {
    .pm-table {
        grid-template-columns: 1fr;
        padding: 12px;
        gap: 12px;
    }

    .pm-table__title {
        font-size: 17px;
    }

    .pm-table__item {
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    p {

    }
    .buttons .logButton, .buttons .regButton {
        font-size: 11px;
        padding: 4px 8px;
        line-height: 20px;
        margin: 0 2px;
        cursor: pointer;
    }
    .logo img{
        width: 120px;
        height: auto;
    }
}

.content-image {
    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;
}


/* ===== Topbar (new header) ===== */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #012346;
    height: 60px;
}

.topbar__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

/* Если у тебя нет .container — можно использовать wrapper */
.container {
    width: 97%;
    max-width: 1300px;
    margin: 0 auto;
}

.topbar__left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.brand__logo {
    display: block;
    width: auto;
    height: 34px;
}

/* Desktop nav */
.nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 14px;
    border-radius: 20px;
    color: #fff;
    background: #428cdc;
    font-size: 11px;
    line-height: 1;
}

.nav__link:hover {
    background: #712cde;
    color: #fff;
}

.nav__link.btn--ghost {
    background: #428cdc; ;
}

.nav__link.btn--ghost:hover {
    background: #2ca0ce;
    color: #fff;
}

/* Mobile actions (hidden on desktop) */
.topbar__actions {
    display: none;
    align-items: center;
    gap: 10px;
}

.topbar__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 12px;
    border-radius: 18px;
    color: #fff;
    background: #428cdc;
    font-size: 15px;
    line-height: 1;
}

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

.topbar__link--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Burger button */
.navbtn {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
}

.navbtn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

/* Mobile dropdown (nav-mobile) */
.nav-mobile {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 19;
    background: #043e7b;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}



/* Responsive behavior */
@media (max-width: 980px) {
    .nav {
        display: none;
    }

    .topbar__actions {
        display: flex;
    }

    .navbtn {
        display: inline-flex;
    }



    .brand__logo {
        height: 34px;
    }
}



/**********************/

/* Desktop nav */
.nav{
    display:flex;
    gap:10px;
    align-items:center;
}
.nav__link{
    font-size:14px;
    color:#fff;
    padding:6px 15px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.14);
    background: linear-gradient(180deg, var(--brand2) 0%, var(--brand) 55%, #ff4a0f 100%);
    box-shadow:
            0 10px 24px rgba(255,92,27,.28),
            inset 0 1px 0 rgba(255,255,255,.18);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease;
    will-change: transform;
}
.nav__link:hover{
    transform: translateY(-2px);
    filter: saturate(1.06);
    border-color: rgba(255,255,255,.22);
    box-shadow:
            0 14px 34px rgba(255,92,27,.34),
            inset 0 1px 0 rgba(255,255,255,.22);
}
.nav__link:active{
    transform: translateY(0);
    box-shadow:
            0 8px 18px rgba(255,92,27,.26),
            inset 0 2px 10px rgba(0,0,0,.14);
}
.nav__link:focus-visible{
    outline: 3px solid rgba(255,92,27,.28);
    outline-offset: 2px;
}

/* Burger */
.navbtn{
    display:none;
    width:42px;
    height:42px;
    border-radius:14px;
    background: rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    cursor:pointer;
}
.navbtn span{
    display:block;
    width:18px;
    height:2px;
    margin:4px auto;
    background: rgba(244,246,255,.75);
    border-radius:2px;
}

/* Mobile nav */
.nav-mobile{ padding:10px 0 16px; }
.nav-mobile__link{
    display: block;
    margin: 10px 20px;
    padding: 6px 15px;
    border-radius: 999px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.14);
    background: linear-gradient(180deg, var(--brand2) 0%, var(--brand) 55%, #ff4a0f 100%);
    box-shadow: 0 10px 24px rgba(255,92,27,.26), inset 0 1px 0 rgba(255,255,255,.16);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease;
    will-change: transform;
    font-size: 15px;
}
.nav-mobile__link:hover{
    transform: translateY(-2px);
    filter: saturate(1.06);
    border-color: rgba(255,255,255,.22);
    box-shadow:
            0 14px 34px rgba(255,92,27,.32),
            inset 0 1px 0 rgba(255,255,255,.20);
}


@media (max-width: 420px) {
    .topbar__link {
        padding: 0 10px;
        height: 34px;
        font-size: 14px;
    }

    .brand__logo {
        height: 20px;
    }

    .nav__link {
        font-size: 11px;
    }

    .navbtn{ display:block; }

    .nav__link.btn--ghost {
        background: #428cdc !important;
    }
    .indexbar {display: none}
}


/* Breadcrumbs */
.breadcrumbs {
    padding-top: 76px; /* чтобы не пряталось под fixed topbar */
    padding-bottom: 10px;
}
.breadcrumbs__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumbs__item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.breadcrumbs__item + .breadcrumbs__item::before {
    content: "›";
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.45);
}
.breadcrumbs__link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}
.breadcrumbs__link:hover {
    color: #fa4d00;
}

/* Page head */
.page-head {
    padding: 6px 0 8px;
}
.page-title {
    margin: 0 0 8px;
    font-size: 44px;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.96);
}
.page-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.45;
}

/* Contact card */
.contact__card {
    padding: 0px 22px;
}
.section-title {
    margin: 0 0 12px;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.96);
    text-align: left;
}
.mt-lg {
    margin-top: 26px;
}

/* Table (2 columns) */
.table2 {
    margin-top: 14px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.14);
}
.table2__row {
    display: grid;
    grid-template-columns: 0.9fr 1.6fr;
    gap: 12px;
    padding: 14px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.table2__head {
    background: rgba(255, 255, 255, 0.06);
    border-top: 0;
}
.table2__cell {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.35;
}

/* Form */
/* ===== Contact form fixes ===== */
.form {
    margin-top: 14px;
}

.form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.field {
    display: grid;
    gap: 8px;
}

.field--full {
    grid-column: 1 / -1;
}

.field__label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.2;
}

.field__input,
.field__textarea {
    width: 100%;
    box-sizing: border-box;

    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);

    color: rgba(255, 255, 255, 0.92);
    padding: 12px 14px;

    outline: none;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.field__input::placeholder,
.field__textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.field__textarea {
    min-height: 220px;
    resize: vertical;
    line-height: 1.45;
}

.field__input:focus,
.field__textarea:focus {
    border-color: rgba(255, 92, 27, 0.95);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 0 0 4px rgba(255, 92, 27, 0.18);
}

/* Make inputs not look "flat white" in some browsers */
.field__input,
.field__textarea {
    -webkit-appearance: none;
    appearance: none;
}

/* Buttons row */
.form__actions {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 46px;
    padding: 0 18px;

    border-radius: 24px;
    font-weight: 800;
    text-decoration: none;

    cursor: pointer;
    border: 0;
}

.btn--primary {
    background: #ff5c1b;
    color: #fff;
    box-shadow: 0 10px 26px rgba(255, 92, 27, 0.24);
}

.btn--primary:hover {
    background: #fa4d00;
}

.btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn--ghost:hover {
    border-color: rgba(255, 255, 255, 0.32);
}

/* Mobile */
@media (max-width: 760px) {
    .form__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .field__textarea {
        min-height: 180px;
    }

    .btn {
        width: 100%;
        max-width: 360px;
    }
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
    margin-bottom: 8px;
}
.about-mini {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    padding: 14px 14px;
}
.about-mini__title {
    margin: 0 0 8px;
    font-size: 16px;
    color: rgba(255,255,255,0.96);
    font-weight: 800;
}
.about-mini__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255,255,255,0.78);
}
.about-actions {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
@media (max-width: 900px) {
    .about-grid { grid-template-columns: 1fr; }
}
