@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
	url('../fonts/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
	url('../fonts/OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
	url('../fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
	url('../fonts/OpenSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

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

html, body {
	height: 100%;
}

.cBES5WfV9JIW {
	display: block;
	width: 309px;
	transition: width 0.3s ease-in-out;
}

.ivbXXla77 {
	flex-direction: column;
	background-color: var(--page-primary-color);
	display: flex;
	color: #ffffff;
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
	padding-top: 97px;
}

ul, ol {
	list-style-type: none;
	color: var(--text-general-color);
}

p {
	color: var(--text-p-color);
}

a {
	color:var(--text-a-color);
	transition: color 0.3s ease;
}

a:hover {
	color: var(--text-a-hover-color);
}

form, input, textarea, button {
	font-family: 'Open Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

input[type="submit"],
input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

a img {
	border: none;
}

b, span {
	font-weight: 700;
}

h3 {
    color: var(--text-h3-color);
	padding-top: 18px;
}

body {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.container {
	max-width: 1330px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.lTnUlTqKWyS {
	max-width: 1400px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

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


.makI22i5 {
	padding: 19px 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	position: fixed;
	height: 97px;
	background-color: var(--header-color);
}

.makI22i5.active {
	padding: 10px 0;
	height: 80px;
}

.makI22i5.active .cBES5WfV9JIW{
	width: 200px;
}

.languages{
	z-index: 2;
	margin-left: 10px;
	position: relative;
	display: flex;
}

.makI22i5 .uvxw0Kz0 {
	z-index: 1;
	cursor: pointer;
}

.makI22i5 .uvxw0Kz0 {
	color: var(--lang-menu-text-color);
	background: var(--lang-menu-bg-color);
	height: 43px;
	padding: 0 43px 0 14px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.makI22i5 .uvxw0Kz0:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 16px;
	background: url("../img/drop_arrow.svg") no-repeat center center;
}

.makI22i5 .languages > ul {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	background: var(--lang-dropdown-bg-color);
	top: 114%;
	z-index: -1;
	border-radius: 5px;
	overflow: hidden;
}

.makI22i5 .languages > ul li a{
	height: 43px;
	width: 114%;
	font-size: 20px;
	font-weight: 500;
	color: var(--lang-dropdown-text-color);
	display: flex;
	align-items: center;
	padding-left: 14px;
	text-decoration: none;
}

.makI22i5 .languages.active > ul {
	display: block;
}


.overlap {
	height: 100%;
	margin-left: auto;
	display: flex;
	align-items: center;
}

.only-mob {
	display: none!important;
}

.scroll-is {
	height: 100%;
	display: flex;
	align-items: center;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 33px;
    margin-left: auto;
} 
.menu a {
    text-decoration: none;
    color: var(--menu-text-color);
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    transition: color 0.3s ease;
}
.menu a:hover {
	color: var(--menu-text-hover-color);
} 

.BSOtXXZH3PC {
	font-size: 18px;
	color: var(--btn-text-color);
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--btn-bg-color);
	outline: 0;
	border: 0;
	height: 43px;
	padding: 0 51px;
	border-radius: 5px;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
}

.BSOtXXZH3PC:hover {
    color: var(--btn-text-hover-color);
	background-color: var(--btn-bg-hover-color);
}

.MILuqxYqDUOq {
	
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 15px;
}

.PCfRnPw7IraEE {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 35px;
}

.VgJjMeiesA8a71 {
	max-width: 509px;
	width: 100%;
	flex-shrink: 0;
}

.VgJjMeiesA8a72 {
	max-width: 800px;
	width: 100%;
	flex-shrink: 1;
}

.PCfRnPw7IraEE .BSOtXXZH3PC {
	font-size: 20px;
}

.aggFQ7egZWP img{
	max-width: 100%;
	display: block;
}

.title {
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--bonus-lvl1-text-color);
}

h1 {
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--text-h1-color);
}

.with-img h2 {
	padding-top: 0;
	padding-bottom: 20px;
}

.VgJjMeiesA8a71 .tSGPJ3Cm {
	font-size: 36px;
	line-height: 46px;
	margin-top: 17px;
	font-weight: 600;
	color: var(--bonus-lvl2-text-color);
}

.VgJjMeiesA8a71 .tSGPJ3Cm .paint{
	display: block;
	text-transform: uppercase;
	color: #FEE870;
}

.PIAkDRFY {
	display: flex;
	align-items: center;
	margin-top: 21px;
	gap: 35px;
}

.PIAkDRFY .BSOtXXZH3PC{
	height: 56px;
	padding: 0 19px;
	text-transform: uppercase;
	cursor: pointer;
}

.promo-link {
	color: var(--bonus-copy-btn-text);
	background: var(--bonus-copy-btn-bg);
	transition: all 0.3s ease;
}

.promo-link:hover {
    color: var(--bonus-copy-btn-text-hover);
	background: var(--bonus-copy-btn-bg-hover);
}

.fund-now {
    color: var(--bonus-deposit-btn-text);
	background: var(--bonus-deposit-btn-bg);
	color: #1A0502;
	transition: all 0.3s ease;
}

.fund-now:hover {
    color: var(--bonus-deposit-btn-text-hover);
	background: var(--bonus-deposit-btn-bg-hover);
}
.kHbTm5KQpqyg {
	padding: 41px 0 30px;
}
.drop {
	background-color: var(--toc-bottom-bg-color);
	border-radius: 10px;
	overflow: hidden;
}
.drop .toc-default {
	background-color: var(--toc-top-bg-color);
	font-size: 20px;
	line-height: 25px;
	height: 62px;
	display: flex;
	align-items: center;
	padding: 18px 80px 18px 50px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	color: var(--toc-text-color);
}

.drop .toc-default:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 22px;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
    background: var(--toc-arrow-image) no-repeat top center / cover;
	transition:all 0.3s ease-in-out;
}

.drop.active .toc-default {
	background-color: var(--toc-top-bg-color);
}

.drop.active .toc-default:after {
	transform: rotate(-180deg);
}

.drop .options-holder {
	display: none;
	padding: 0;
	border-radius: 0 0 10px 10px;
}

.drop .options-holder ul,
.drop .options-holder ol {
	color: #65170F;
}

.drop .options-holder ul li a,
.drop .options-holder ol li a {
	color: var(--toc-text-color);
	text-decoration: none;
	font-size: 20px;
	padding: 0 80px 0 50px;
	min-height: 46px;
	display: flex;
	align-items: center;
}

.lVoPkLMLQt .drop  ol, .lVoPkLMLQt .drop  ul {
	margin-top: 0;
	padding-left: 0;
}

.drop .options-holder ol ol, .drop .options-holder ol ul {
	padding-left: 34px;
	list-style-type: none!important;
	margin-top: 0;
}

.drop .options-holder ul li a:hover,
.drop .options-holder ol li a:hover {
	text-decoration: underline;
}

.mnjWWvmLwYTTbm59 {
	padding: 26px 0;
}

h2 {
	font-size: 36px;
	line-height: 46px;
	text-transform: uppercase;
	color: var(--text-h2-color);
	padding-top: 18px;
}

.lVoPkLMLQt p {
	margin-top: 18px;
}

.lVoPkLMLQt ul, .lVoPkLMLQt ol {
	margin-top: 18px;
	list-style: inherit;
	padding-left: 30px;
}

.lVoPkLMLQt ol {
	list-style-type: decimal;
}

.lVoPkLMLQt ul li, .lVoPkLMLQt ol li {
	margin-bottom: 10px;
}

.lVoPkLMLQt ul li:last-child, .lVoPkLMLQt ol li:last-child {
	margin-bottom: 0;
}

.structure {
	display: flex;
	align-items: flex-start;
	gap: 37px;
}

.feature-data {
	max-width: 100%;
	width: 100%;
}

.public-pic {
	max-width: 600px;
	width: 100%;
	flex-shrink: 0;
}

.CsaxrC62ZXq {
	height: 56px;
	display: flex;
	width: fit-content;
	margin: 34px auto 0;
	text-transform: uppercase;
}

.SHlqUALOaK {
	display: flex;
	align-items: flex-start;
	gap: 77px;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w {
	flex: 1;
	border-radius: 10px;
	border: 2px solid #2EC273;
	position: relative;
	padding: 38px 28px;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w:after {
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 63px;
	height: 63px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w.mYPuCIlRr4a {
	border-color: var(--pros-border-color);
}

.SHlqUALOaK .XNWKgFvVvu1Z6w.HWkieQl4L79Je {
	border-color: var(--cons-border-color);
}

.SHlqUALOaK .XNWKgFvVvu1Z6w ul {
	margin-top: 0;
	padding-left: 39px;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w ul li {
	list-style: none;
	position: relative;
	padding: 5px 0;
	margin-bottom: 9px;
	color: var(--pros-cons-text-color);
}

.SHlqUALOaK .XNWKgFvVvu1Z6w ul li:last-child {
	margin-bottom: 0;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w ul li:before {
	content: "";
	width: 27px;
	height: 28px;
	position: absolute;
	left: -38px;
	top: 5px;
	background-image: var(--pros-icon-image);
	background-size: cover;
	background-repeat: no-repeat;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w.HWkieQl4L79Je ul li:before {
	background-image: var(--cons-icon-image);
	width: 28px;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w.mYPuCIlRr4a:after {
	background-image: var(--pros-icon-image);
	width: 61px;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w.HWkieQl4L79Je:after {
	background-image: var(--cons-icon-image);
}

.SHlqUALOaK {
	margin-top: 50px;
}

.help-topics {
	padding: 26px 0;
	position: relative;
}

.aCTBwwzEQax1yz {
	position: relative;
	z-index: 0;
}

.help-topics .drop {
	background: var(--faq-closed-bg-color);
	margin-top: 12px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.help-topics .drop.active {
	background: var(--faq-open-bg-color);
}

.help-topics .drop .toc-default:after {
	right: 30px;
}

.help-topics .drop .options-holder {
	padding: 0 80px 25px 50px;
	margin-top: 0;
	max-width: 90%;
	color: #FFFFFF;
}


.help-topics .drop .toc-default {
	padding: 25px 80px 25px 50px;
	height: auto;
	background-color: transparent;
	color: var(--faq-text-color);
}

.help-topics .drop.active .toc-default {
	background-color: transparent;
}

.fsWWSGl2l6vXG {
	padding: 21px 0 35px;
	text-align: center;
	background: var(--footer-color);
}

.fsWWSGl2l6vXG img{
	display: block;
	margin: 0 auto;
}

.kOcYqoJMCl {
	background-color: var(--footer-color);
	padding: 21px 0 128px;
	margin-top: auto;
}

.DjjLqMmcmJeijK3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

.DjjLqMmcmJeijK3 li a {
	font-size: 14px;
	color: var(--footer-menu-text-color);
	text-transform: uppercase;
	padding:  15px 0;
	text-decoration: none;
	transition: color 0.3s ease;
}
.DjjLqMmcmJeijK3 li a:hover {
   color: var(--footer-menu-text-hover-color);
}

.kOcYqoJMCl p {
	font-size: 14px;
	margin-top: 15px;
	margin: 15px auto 0;
	max-width: 1150px;
	color: var(--footer-copyright-color);
	font-weight: 600;
}

.WIsIDvrZ7U2H {
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: -53px;
	right: 20px;
	cursor: pointer;
	border-radius: 50%;
	background: var(--footer-anchor-bg-color);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	z-index: 9;
}

.WIsIDvrZ7U2H.active {
	bottom: 20px;
}

.WIsIDvrZ7U2H:before {
	content: "";
	width: 24px;
	height: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: var(--footer-anchor-image) no-repeat top / cover;
}

.WIsIDvrZ7U2H:before {
	width: 14px;
	height: 15px;
}

.panel {
	position: fixed;
	bottom: 16px;
	left: 0;
	right: 0;
	z-index: 4;
	display: flex;
	max-width: 540px;
	margin: auto;
	align-items: center;
	gap: 16px;
	color: #FFFFFF;
	justify-content: space-between;
	border-radius: 10px;
	padding:11px 18px;
	background: var(--badge-bg-color);
}

.kICmMYNR9mAL {
	color: var(--badge-text-color);
	line-height: 20px;
}

.kICmMYNR9mAL a {
	color: var(--badge-link-color);
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}
.kICmMYNR9mAL a:hover {
	color: var(--badge-link-hover-color);
}

.control .BSOtXXZH3PC {
	padding:  0 29px;
	font-size: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	min-width: 194px;
	background-color: var(--badge-button-bg-color);
	color:var(--badge-button-text-color);
	transition: background 0.3s ease-in-out;
}

.control .BSOtXXZH3PC:hover {
    color:var(--badge-button-text-hover-color);
	background-color: var(--badge-button-hover-bg-color);
}

.error404 .ivbXXla77 {
	background-color: #ffffff;
}

.error404 .kOcYqoJMCl {
	padding: 21px 0!important;
}

.cgsHo4eA {
	padding: 100px 0 52px;
}

.JBFdsTTg7lZReX {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: none;
	padding: 0;
	text-align: center;
}

.JBFdsTTg7lZReX .failure-heading {
	font-size: 96px;
	line-height: 40px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.JBFdsTTg7lZReX {
	font-size: 40px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
}
.JBFdsTTg7lZReX p  {
 font-size: 36px;
 margin: 35px 0;
}
p.xTZCAgHva335b {
text-transform: uppercase;
 font-size: 48px;
 margin: 0;
 color:var(--text-p-color);
}

.JBFdsTTg7lZReX .notfound-picture {
	margin: 40px 0;
}

.problem-button {
	height: 55px;
	padding: 0 35px;
	border-radius: 5px;
	background: #206DB9;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 58px;
	transition: all 0.3s ease-in-out;
}

.problem-button:hover {
	background: #0B3F73;
}
.JBFdsTTg7lZReX .BSOtXXZH3PC {
font-size: 20px;
text-transform: uppercase;
padding: 30px 40px;
}

.JXlEXYYfxf7cV {
	margin-left: 60px;
	background-color: var(--button-color);
	color: var(--button-text-color);
	flex-shrink: 0;
}
.JXlEXYYfxf7cV:hover{
    background-color: var(--button-hover-color);
    color:var(--button-text-hover-color);
}

table {
    border-collapse: collapse;
    width: 100%;
    background-color: #4A120C;
    color: #fff;
    font-family: sans-serif;
    border-radius: 6px;
    overflow: hidden;
    font-size: 16px;
   margin: 18px auto 30px;
  }

  th, td {
    border: 1px solid var(--table-border-color);
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
  }

  thead tr {
    background-color: var(--table-title-color);
  }

  th {
    font-weight: 600;
    color: var(--table-text-color);
  }
  td {
    font-weight: 400;
    color: var(--table-text-color);
  }


  tbody tr {
    background-color: var(--table-content-color);
  }

.with-img p:first-of-type {
	margin-top: 0;
}

.XfAQWT1kOUf h2, .XfAQWT1kOUf h3, .XfAQWT1kOUf h4, .XfAQWT1kOUf ol, .XfAQWT1kOUf ul, .XfAQWT1kOUf p {
padding-bottom: 35px;
}
.XfAQWT1kOUf h2, .XfAQWT1kOUf h3 {
	padding-top: 0;
}

.phkhKhhkMtGlB9 {
	color: rgba(255, 255, 255, 0.62);
	font-size: 16px;
	padding: 26px 0;
}
.XfAQWT1kOUf ul {
	list-style-type: disc;
	margin-left: 35px;
}
.XfAQWT1kOUf ol {
	list-style-type: auto;
	margin-left: 35px;
}

.menu > .menu-item {
  padding: 15px 0;
	position: relative;
}


.menu > .menu-item:hover .sub-menu {
  display: block;
}

 .sub-menu li {
    	padding-bottom: 10px;
    }


.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.container:after  {
    content: "";
    display: table;
    clear: both;
}



@media (max-width: 767px) {
    .alignleft,
    .alignright {
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}


@media screen and (min-width: 1200px) {
.aggFQ7egZWP img {
	max-width: 565px;
}
}


.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 10;
    border-radius: 0 0 10px 10px;
    padding: 12px 23px;
    background: var(--dropdown-bg-color);
    overflow-y: auto;
    max-height: 270px;
    max-width: 260px;
    min-width: 220px;
    list-style-type: none;
}


@media screen and (max-width: 1200px) {
	.structure {
		gap: 40px;
	}

	.SHlqUALOaK {
		gap: 40px;
	}

	.menu a {
		font-size: 14px;
	}
	.menu {
		gap: 20px;
	}

}

@media screen and (max-width: 1023px) {
	.ml-auto {
		margin-left: auto;
	}
	#menu-toggle .trait {
		display: block;
		background: var(--burger-color);
		border-radius: 5px;
		transition: .25s ease-in-out;
	}

	#menu-toggle #hamburger {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#menu-toggle #hamburger .trait {
		width: 31px;
		height: 3px;
		position: relative;
		border-radius: 2px;
		top: 0;
		right: 0;
		margin: 3px 0;
	}

	#menu-toggle #hamburger.open .trait:nth-child(1) {
		transform: rotate(-45deg) translate(-5px, 5px);
		margin: 0;
	}

	#menu-toggle #hamburger.open .trait:nth-child(3) {
		opacity: 0;
	}

	#menu-toggle #hamburger.open .trait:nth-child(2) {
		margin: 0;
		transform: rotate(45deg) translate(3px, 2px);
	}

	.overlap {
		position: fixed;
		background: #4A120C;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		transform: translateX(100%);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		overflow: hidden;
		display: block;
		padding: 85px 10px 15px;
		display: flex;
    flex-direction: column;
    align-items: flex-end;

	}
	.menu {
		display: flex;
    flex-direction: column;
	}

	.scroll-is {
		width: 100%;
		height: 100%;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
		align-items: flex-end;
		text-align: end;
		padding-right: 15px;
	}

	.overlap.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
	}

	#menu-toggle {
		display: flex;
		margin-left: auto;
		z-index: 15;
		position: relative;
	}

	.cBES5WfV9JIW {
		width: 237px;
		position: relative;
		z-index: 135;
	}

	.makI22i5 {
		padding: 13px 0;
		height: 73px;
	}

	.JXlEXYYfxf7cV {
		font-size: 20px;
		line-height: 120%;
		margin: 10px 0 20px;
	}

	.makI22i5 .languages > ul {
		position: relative;
		display: block;
		background: transparent;
		top: 0;
		z-index: 1;
		border-radius: 0;
		overflow: visible;
		display: flex;
		gap: 20px;
	}

	.makI22i5 .uvxw0Kz0 {
		display: none;
	}

	.scroll-is p {
		font-size: 20px;
		line-height: 120%;
		text-transform: uppercase;
		margin: 11px 0;
	}

	.makI22i5 .languages > ul li a {
		height: auto;
		margin-bottom: 0;
		padding: 15px 5px;
		font-size: 16px;
		line-height: 120%;
		font-weight: 500;
		color: var(--lang-mobile-text-color);
		display: block;
		text-decoration: none;
	}

	header .languages > ul li.active a {
		color: #FFFFFF;
	}

	.makI22i5.active .cBES5WfV9JIW {
		width: 120px;
	}

	.makI22i5.active {
		padding: 13px 0;
		height: 53px;
	}

	.only-mob {
		display: block!important;
	}

	.PCfRnPw7IraEE {
		gap: 31px;
		flex-direction: column;
	}
	.VgJjMeiesA8a71 {
		max-width: 100%;
		width: 100%;
		flex-shrink: 0;
	}
	h1 {
		font-size: 32px;
	}

	.VgJjMeiesA8a71 .tSGPJ3Cm {
		font-size: 20px;
		line-height: 30px;
		margin-top: 17px;
		color: #FFFFFF;
	}

	.PIAkDRFY {
		margin-top: 5px;
		gap: 25px;
	}

	.kHbTm5KQpqyg {
		padding: 24px 0;
	}

	.drop .toc-default {
		font-size: 18px;
		line-height: 25px;
		padding: 16px 50px 16px 16px;
	}

	.drop .toc-default:after {
		width: 20px;
		height: 17px;
		right: 16px;
	}

	.drop .options-holder ul li a, .drop .options-holder ol li a {
		font-size: 16px;
		padding: 13px 50px 13px 16px;
		min-height: auto;
	}

	.mnjWWvmLwYTTbm59 {
		padding: 12px 0;
	}

	h2 {
		font-size: 28px;
		line-height: 33px;
		text-transform: none;
	}

	body {
		font-size: 16px;
		line-height: 21px;
	}

	.structure {
		gap: 24px;
		flex-direction: column-reverse;
		align-items: center;
	}

	.feature-data {
		max-width: 100%;
		width: 100%;
		flex-shrink: 0;
	}

	.ball1:after {
		display: none;
	}

	.SHlqUALOaK {
		gap: 35px;
		flex-direction: column;
		margin-top: 44px;
	}

	.SHlqUALOaK .XNWKgFvVvu1Z6w:after {
		width: 41px;
		height: 41px;
		top: -21px;
		left: 0;
		right: 0;
	}
	.SHlqUALOaK .XNWKgFvVvu1Z6w.mYPuCIlRr4a:after {
		width: 40px;
	}

	.SHlqUALOaK .XNWKgFvVvu1Z6w {
		padding: 20px 28px;
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}

	.SHlqUALOaK .XNWKgFvVvu1Z6w ul li:before {
		top: 2px;
	}

	.help-topics .drop .options-holder {
		padding: 0 16px 25px 16px;
		font-size: 16px;
		max-width: 100%;
		border-radius: 0;
	}

	.help-topics .drop {
		margin-top: 12px;

	}

	.help-topics .drop .toc-default {
		padding: 25px 50px 25px 16px;
	}

	table {
		margin: 18px auto 30px;
		display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	}
	th, td {
		width: 100%;
	}
	.menu .menu-item {
padding: 0;
margin-bottom: 7px;
 }
 .menu {
 	align-items: flex-end;
 }




/* Сброс подменю и стрелки */
.menu-item-with-submenu input[type="checkbox"] {
  display: none;
}

.sub-menu {
  display: none;
  position: static;
  margin-top: 10px;
  padding: 10px 15px;
  background: #4A120C;
  border-radius: 0 0 10px 10px;
  list-style: none;
  min-width: auto;
}

   .menu a {
        font-size: 18px;
    }
    .sub-menu li {
    	padding-bottom: 10px;
    }
.arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('../img/drop_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  vertical-align: middle;
  margin-left: 8px;
}

.menu-item.open .arrow::after {
  transform: rotate(180deg);
}
.ivbXXla77 {
		padding-top: 73px;
	}
	.makI22i5.active {
		height: 53px!important;
	}

	.only-desktop {
		display: none!important;
	}


}

@media screen and (max-width: 767px) {
	.panel {
		gap: 8px;
		width: 90%;
		bottom: 10px;
		z-index: 10;
	}

	.WIsIDvrZ7U2H {
		width: 31px;
		height: 31px;
	}

	.WIsIDvrZ7U2H.active {
		bottom: 74px;
	}

	.kICmMYNR9mAL {
		font-size: 12px;
		line-height: 120%;
	}

	.control .BSOtXXZH3PC {
		padding: 8px 10px;
		white-space: nowrap;
		height: auto;
		font-size: 12px;
		text-transform: uppercase;
		min-width: 116px;
	}

	.kOcYqoJMCl {
		padding: 21px 0 88px;
	}

	.MILuqxYqDUOq {
		background-image: url("../img/hero_mob.webp");
	}

	.ivbXXla77 {
		padding-top: 73px;
	}

	.JBFdsTTg7lZReX .failure-heading {
		font-size: 46px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.JBFdsTTg7lZReX {
		font-size: 22px;
		line-height: 30px;
	}

	.problem-button {
		margin-top: 35px;
	}

	.cgsHo4eA {
		padding: 60px 0 40px;
	}

	.JBFdsTTg7lZReX .notfound-picture {
		margin: 30px 0;
	}
	td {
    font-size: 14px;
  } 
  .title {
  	font-size: 33px;
  }
  .JBFdsTTg7lZReX p {
    font-size: 20px;
    margin: 14px 0 35px;
}
  p.xTZCAgHva335b { 
  	font-size: 28px;
  	margin: 0;}
}

@media screen and (max-width: 500px) {
	.PIAkDRFY {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.DjjLqMmcmJeijK3 {
		gap: 20px;
	}

	.DjjLqMmcmJeijK3 li a {
		font-size: 12px;
		padding: 10px 10px;
	}

	.kOcYqoJMCl p {
		font-size: 12px;
		margin-top: 15px;
	}

	.JXlEXYYfxf7cV {
		font-size: 16px;
		line-height: 120%;
		padding: 0 20px;
		position: relative;
		z-index: 135;
		height: 40px;
	}

	.cBES5WfV9JIW {
		width: 120px;
	}
	.makI22i5 {
		height: 53px;
	}
	    .ivbXXla77 {
        padding-top: 53px;
    }
}
.PIAkDRFY .BSOtXXZH3PC {
	width: 100%;
}
.alignleft {
	margin-right: 40px;
	margin-top: 20px;
}
.alignright {
	
	margin-top: 20px;
}
.makI22i5 {
	display: flex;
    align-items: center;
}


h1, h2, h3, h4, h5 {
	padding-top: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}
.text p, .text ol, .text ul {
	padding-top: 0;
	padding-bottom: 17px;
}
.aCTBwwzEQax1yz p {
	padding-bottom: 0;
	margin: 0;
}

ul.menu {
	padding-bottom: 0;
}
.makI22i5 .languages > ul {
	padding-bottom: 0;
}
.makI22i5 .BSOtXXZH3PC {
	padding-bottom: 2px;
}

@media screen and (max-width: 1023px) {
	.makI22i5 .BSOtXXZH3PC { 
		order: 2;
	}
	.scroll-is {
		order: 0;
		padding-top: 10px;
		height: auto;
	}
}

@media screen and (max-width: 500px) {
	.overlap {
	height: 100%;
	}}


.overlap {
	z-index: 1;
	max-width: 100%;
}


.amp-sidebar-mask {
	display: none!important;
}

.drop .toc-default {
	border: 0;
	margin: 0;
}

amp-accordion > section {
	border-radius: 10px;
	overflow: hidden;
}

amp-accordion section[expanded] .toc-default:after {
	transform: rotate(-180deg);
}

@media screen and (max-width: 860px) {
.help-topics .drop .toc-default:after {
    right: 15px;
}
	h1 {
    font-size: 25px;
    }
}

.kHbTm5KQpqyg ol {
    list-style-type: decimal!important; 
}

.kHbTm5KQpqyg .drop .options-holder ul, .drop .options-holder ol {
    color: #FFFFFF;
	margin-left: 1.5em;
}