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

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-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%;
}

.EReJzOOmxkB {
	display: block;
	max-height: 62px;
	width: auto;
    display: flex;
    align-items: center;
}

.ZbikNCiYuZZHA8lK {
	flex-direction: column;
	background-color: var(--general-bg);
	display: flex;
	color: var(--general-page-content-text);
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
	padding-top: 98px;
}

ul, ol {
	list-style-type: none;
}

form, input, textarea, button {
	font-family: "Inter", 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;
}

body {
	font-size: 16px;
	line-height: 30px;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.DdtzPmAhJNE > :is(h2, h3, h4, h5, p, ol, ul) {
  margin-top: 0;
  padding-top: 0;
}

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

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

.pRfpgSrNmk1Rtz {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}


.AcPYrHRQwy9a3og {
	padding: 19px 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	position: fixed;
	background-color: var(--header-bg);
	height: 81px;
	display: flex;
    align-items: center;
    z-index: 999;
}

.AcPYrHRQwy9a3og.active {
	padding: 10px 0;
}

.AcPYrHRQwy9a3og.active .EReJzOOmxkB{
	width: 200px;
}

.languages {
	z-index: 2;
	position: relative;
	display: flex;
}

.AcPYrHRQwy9a3og .yqakTLtUyry {
	z-index: 1;
	cursor: pointer;
}

.AcPYrHRQwy9a3og .yqakTLtUyry {
	color: var(--header-text-lang-switch);
	background: var(--header-bg-lang-switch);
	height: 46px;
	padding: 0 43px 0 14px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.AcPYrHRQwy9a3og .yqakTLtUyry:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 16px;
	background: url("../img/arrow.svg") no-repeat center center;
	transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.languages.active .yqakTLtUyry::after {
  transform: rotate(180deg);
}

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

.AcPYrHRQwy9a3og .languages > ul li a{
	height: 43px;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	color: var(--header-text-lang-switch-active);
	display: flex;
	align-items: center;
	padding-left: 14px;
	text-decoration: none;
	font-size: 20px;
	background: var(--header-bg-lang-switch-active);
}

.AcPYrHRQwy9a3og .languages.active > ul {
	display: block;
	width: max-content;
	min-width: 83px;
}


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

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

.scroll-is {
	height: 100%;
	width: auto;
	display: flex;
	align-items: center;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-left: auto;
} 

ul.menu  {
	padding-top: 0;
}

.menu a {
    text-decoration: none;
    color: var(--header-link-menu);
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.menu li:hover > a {
	color: var(--header-link-menu-hover);
}

.sub-menu a {
	text-transform: none;
}


.menu > .menu-item {
    position: relative;
}

.menu-item.has-submenu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.menu-item.has-submenu::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.3s ease;
}

.menu-item.has-submenu:hover::after {
  background-image: url("../img/arrow1.svg");
  margin-top: 2px;
}

@media (min-width: 1023px) {
.menu-item.has-submenu:hover .sub-menu {
	display: block;
}
}
.WWhcQvf4jaH {
	font-size: 18px;
	color: var(--general-btn-text);
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--general-btn-bg);
	outline: 0;
	border: 0;
	min-height: 46px;
	max-width: 271px;
	padding: 8px;
	border-radius: 10px;
	text-decoration: none;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	text-transform: uppercase;
	cursor: pointer;
}

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

.panel .WWhcQvf4jaH {
	font-size: 18px;
	color: var(--general-plashka-btn-text);
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--general-plashka-btn-bg);
	outline: 0;
	border: 0;
	min-height: 46px;
	max-width: 271px;
	padding: 8px;
	border-radius: 10px;
	text-decoration: none;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	text-transform: uppercase;
	cursor: pointer;
}

.panel .WWhcQvf4jaH:hover {
	background: var(--general-plashka-btn-bg-hover);
	color: var(--general-plashka-btn-text-hover);
}

.krzpwLUCXQpANLq {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 8px 20px;
	background: var(--header-btn-bg);
	color: var(--header-btn-text);
	margin-right: 20px;
  }
  
.krzpwLUCXQpANLq:hover {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 8px 20px;
	background: var(--header-btn-bg-hover);
	color: var(--header-btn-text-hover);
  }

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


.drop {
	background-color: var(--general-drop-bg);
	border-radius: 10px;
	overflow: hidden;
}

.drop .toc-default {
	font-size: 18px;
	line-height: 25px;
	display: flex;
	align-items: center;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	transition:all 0.3s ease-in-out;
}

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

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

.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: var(--general-drop-options-text);
}

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

.XVUUxhaA4 .drop  ol, .XVUUxhaA4 .drop  ul {
	margin-top: 0;
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background: var(--home-bg-active-content-lvl4);
}

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

h1 {
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--general-h1-text);
	display: inline-block;
	padding: 10px;
}

.IRfZtMtCdAwng {
	color: var(--home-title-white-content-lvl5);
}

.zmPewLrPsgyBWTP {
	color: var(--bonuses-title-white-lvl1);
}

.GpdaauCT8rad {
	color: var(--home-title-white-lvl9);
}

h3 {
	font-size: 25px;
	line-height: 120%;
	color: var(--general-h3-text);
	font-weight: 400;
	padding-bottom: 15px;
}

h4 {
	font-size: 22px;
	line-height: 120%;
	color: var(--general-h4-text);
	font-weight: 400;
	padding-bottom: 15px;
}

h5 {
	font-size: 20px;
	line-height: 120%;
	color: var(--general-h5-text);
	font-weight: 400;
	padding-bottom: 15px;
}

h6 {
	font-size: 19px;
	line-height: 120%;
	color: var(--general-h6-text);
	font-weight: 400;
	padding-bottom: 15px;
}

a {
	color: var(--general-link-text);
	opacity: 0.9;
	text-decoration: underline;
	transition: 0.3s;
}

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

.dedicated {
	color: var(--general-accent-text);
	font-style: normal;
}

.dTjBDuIGdtQ {
	color: var(--bonuses-title-orange-lvl1);
	font-style: normal;
}

.jxBwkkbrpgH9IB {
	color: var(--home-title-orange-content-lvl5);
	font-style: normal;
}

.NeqKPufip8c {
	color: var(--home-title-orange-lvl10);
	font-style: normal;
}

.zdQriH8aED7D {
	color: var(--app-title-orange-lvl1);
	font-style: normal;
}

.NGWxrFpeERIS {
	color: var(--home-title-orange-lvl1);
	font-style: normal;
}

.zlghXWjR1iut {
	color: var(--home-title-orange-lvl9);
}

.MFEykkpCZJ {
	color: var(--home-title-orange-lvl8);
	font-style: normal;
}

.TXNwblVU6sI {
    color: var(--home-title-white-lvl10);
}

.wDeTnHXhhK {
    color: var(--home-title-white-lvl1);
}

.pOddIQEUH1JTN {
    color: var(--app-title-white-lvl1);
}

.iVpw5srjCnC {
	border-radius: 40px;
	width: 100%;
	object-fit: cover;
	height: 226px;
	border: 4px solid var(--home-border-banner-lvl1);
}

.TGdxv3BRVJR4Y {
	padding: 25px 0;
}

.psRjf0tc9kToL {
	padding: 25px 0;
	}

.XVUUxhaA4 p {
	font-size: 16px;
    font-weight: 400;
    color: var(--general-content-text);
    margin-bottom: 10px;
    line-height: 120%;
}

.XVUUxhaA4 ul, .XVUUxhaA4 ol {
	margin-bottom: 16px;
	list-style: inherit;
	padding-left: 30px;
}

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

.XVUUxhaA4 ul li, .XVUUxhaA4 ol li {
	margin-bottom: 6px;
	font-size: 16px;
    font-weight: 400;
    color: var(--general-content-text);
}

.text ul li, .text ol li {
font-size: 16px;
font-weight: 400;
 color: var(--general-content-text);
}

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

.psRjf0tc9kToL .drop .toc-default {
  padding: 19px 25px;
  text-transform: uppercase;
  background: var(--home-bg-title-content-lvl4);
  color: var(--home-text-title-content-lvl4);
}

.psRjf0tc9kToL .drop {
	background: var(--home-bg-selection-lvl4);
}

.nOEJzC930qol {
	padding: 10px 0;
}

.nBLBtIUuGfK1ACX {
	display: flex;
	max-width: 841px;
	gap: 20px;
	margin: 0 auto;
}

.HqrpNjNqaaXUY9 {
	background: var(--home-bg-card-advantages-lvl2);
	border-radius: 10px;
	padding: 10px 25px;
	min-height: 66px;
	width: 267px;
	display: flex;
	gap: 20px;
	align-items: center;
}

.SXqDEsSdFiL {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--home-bg-icon-advantages-lvl2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.SXqDEsSdFiL img {
	max-width: 25px;
	max-height: 25px;
}

p.CtETVUDUl {
   font-size: 16px;
   color: var(--home-name-advantages-lvl2);
   margin-bottom: 3px;
}

p.kBgatkJOY {
 font-size: 18px;
  color: var(--home-value-advantages-lvl2);
  text-transform: uppercase;
  margin-bottom: 0;
}

.text {
	padding: 10px 0;
}

.nKIwr6eXfpqHZ {
	text-align: center;
}

.nKIwr6eXfpqHZ p {
	text-align: center;
}

.text p {
   padding-bottom: 10px;
   color: var(--general-content-text);
   font-size: 16px;
   line-height: 120%;
}

.WyTlwdEh {
	padding: 10px 0;
}

.ZYmkoQfY4jy {
	padding: 10px 0;
}

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

.WWhcQvf4jaH.HFOaxACSJL0cIK6 {
	width: 240px;
	min-height: 46px;
	height: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--home-bg-green-btn-lvl3);
	color: var(--home-text-green-btn-lvl3);
}

.WWhcQvf4jaH.HFOaxACSJL0cIK6:hover {
	background: var(--home-bg-green-btn-lvl3-hover);
	color: var(--home-text-green-btn-lvl3-hover);
}

.HuGESMPyQgLxYM .WWhcQvf4jaH.HFOaxACSJL0cIK6 {
	width: 240px;
	min-height: 46px;
	height: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--app-green-btn-bg-lvl2);
	color: var(--app-green-btn-text-lvl2);
}

.HuGESMPyQgLxYM .WWhcQvf4jaH.HFOaxACSJL0cIK6:hover {
	background: var(--app-green-btn-bg-lvl2-hover);
	color: var(--app-green-btn-text-lvl2-hover);
}

.HuGESMPyQgLxYM .WWhcQvf4jaH.pkbq8Aql {
	width: 240px;
	min-height: 46px;
	height: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 auto;
	background: var(--app-green-btn-bg-lvl4);
	color: var(--app-green-btn-text-lvl4);
}

.HuGESMPyQgLxYM .WWhcQvf4jaH.pkbq8Aql:hover {
	background: var(--app-green-btn-bg-lvl4-hover);
	color: var(--app-green-btn-text-lvl4-hover);
}

.HuGESMPyQgLxYM .WWhcQvf4jaH.poxdFMrHEw0H {
	width: 240px;
	min-height: 46px;
	height: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 auto;
	background: var(--app-green-btn-bg-lvl5);
	color: var(--app-green-btn-text-lvl5);
}

.HuGESMPyQgLxYM .WWhcQvf4jaH.poxdFMrHEw0H:hover {
	background: var(--app-green-btn-bg-lvl5-hover);
	color: var(--app-green-btn-text-lvl5-hover);
}

.dzlAKWOZVVNaQ .WWhcQvf4jaH.poxdFMrHEw0H {
	width: 240px;
	min-height: 46px;
	height: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 auto;
	background: var(--bonuses-green-btn-bg-lvl5);
	color: var(--bonuses-green-btn-text-lvl5);
}

.dzlAKWOZVVNaQ .WWhcQvf4jaH.poxdFMrHEw0H:hover {
	background: var(--bonuses-green-btn-bg-lvl5-hover);
	color: var(--bonuses-green-btn-text-lvl5-hover);
}

.WWhcQvf4jaH.HFOaxACSJL0cIK6 img {
	max-width: 14px;
	max-height: 14px;
}

.yMFC0goysfbr {
	max-width: 1026px;
	height: 581px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border: 5px solid var(--home-border-iframe-lvl3);
	border-radius: 47px;
}

.YtHnEGjeiDN5RvD {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}

.yMFC0goysfbr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--general-player-overlay-bg);
  opacity: 0.2;
  backdrop-filter: blur(1px);
  z-index: 1;
}

.vuDnxPDcccL5hu {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.zcQrX1kYi2h.WWhcQvf4jaH {
  background: var(--home-bg-grey-btn-lvl3);
  transition: background 0.3s;
  color: var(--home-text-grey-btn-lvl3);
}

.zcQrX1kYi2h.WWhcQvf4jaH:hover {
  background: var(--home-bg-grey-btn-lvl3-hover);
  color: var(--home-text-grey-btn-lvl3-hover);
}

.zcQrX1kYi2h img:nth-child(2) {
	display: none;
}

.zcQrX1kYi2h:hover img:nth-child(2) {
	display: block;
}

.zcQrX1kYi2h:hover img:nth-child(1) {
	display: none;
}

.GqkrwrOZ10w1c img {
	max-width: 24px;
	max-height: 24px;
}

.GqkrwrOZ10w1c p {
	color: var(--home-text-under-iframe-lvl3);
	display: flex;
	gap: 10px;
	margin: 0 auto
	align-items: center;
    justify-content: center;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 7px;
  color: var(--general-table-text);
  border: none;
  max-width: 1081px;
  margin: 10px auto;
}

thead tr th {
  background: var(--general-table-head-bg);
  padding: 10px 25px;
  text-align: left;
  font-weight: 600;
  border-radius: 10px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: var(--general-table-head-text);
}

tbody tr td {
  background: var(--general-table-body-bg);
  padding: 10px 25px;
  border: none;
  border-radius: 10px;
  color: var(--general-table-body-text);
  font-size: 16px;
}

tbody tr td:first-child {
  color: var(--general-table-body-text);
  font-weight: 600;
}

.kNziwjcbD {
	padding: 10px 0;
}

.bvwSpVs7A5u83 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1190px;
  margin: 15px auto;
  justify-content: center;
}

.RGHuNQwG57gb68tw {
  border-radius: 20px;
  overflow: hidden;
  width: 222px;
  height: 222px;
}

.RGHuNQwG57gb68tw img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 19px;
}

.FuYskLqKmRrm {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1300px;
  margin: 20px auto;
}

.tzjLHD6aMDSU {
  background: var(--home-bg-card-provider-lvl7);
  border: 3px solid var(--home-border-card-provider-lvl7);
  border-radius: 33px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.HIVOZqUn3 {
  background: var(--home-bg-logo-provider-lvl7);
  border-radius: 17px;
  overflow: hidden;
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.HIVOZqUn3 img {
  max-width: 106px;
  max-height: 30px;
}

.iCGTYHtSUo {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	width: 100%;
}

.iCGTYHtSUo p {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 13px;
	color: var(--home-name-card-provider-lvl7);
	line-height: 120%;
}

.iCGTYHtSUo h3 {
  font-size: 14px;
  color: var(--home-title-card-provider-lvl7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 0;
}

.PlSCFbHlWwFZpbL {
  font-size: 13px;
  color: var(--home-text-card-provider-lvl7);
}

.iCGTYHtSUo .WWhcQvf4jaH.aNBEqSBlZf {
  background-color: var(--home-green-btn-bg-card-provider-lvl7);
  color: var(--home-green-btn-text-card-provider-lvl7);
  border-radius: 8px;
  width: 100%;
  font-size: 12px;
   min-height: auto;
  height: 35px;
}

.iCGTYHtSUo .WWhcQvf4jaH.aNBEqSBlZf:hover {
 background-color: var(--home-green-btn-bg-card-provider-lvl7-hover);
 color: var(--home-green-btn-text-card-provider-lvl7-hover);
}

.WWhcQvf4jaH.beitqOjym {
  background-color: transparent;
  border: 1px solid var(--home-transparent-btn-border-card-provider-lvl7);
  color: var(--home-transparent-btn-text-card-provider-lvl7);
  border-radius: 8px;
  width: 100%;
  font-size: 12px;
  min-height: auto;
  height: 35px;
  font-weight: 500;
}

.WWhcQvf4jaH.beitqOjym:hover {
  background-color: var(--home-transparent-btn-bg-card-provider-lvl7-hover);
  color: var(--home-transparent-btn-text-card-provider-lvl7-hover);
}

.tLPygNCp6 {
  color: var(--home-title-white-lvl8);
}

.iCGTYHtSUo h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.iCGTYHtSUo p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: var(--home-name-card-provider-lvl7);
}

.DdtzPmAhJNE .HFOaxACSJL0cIK6 {
	margin: 10px 0;
	background: var(--home-green-btn-bg-lvl8);
	color: var(--home-green-btn-text-lvl8);
}

.DdtzPmAhJNE .HFOaxACSJL0cIK6:hover {
	margin: 10px 0;
	background: var(--home-green-btn-bg-lvl8-hover);
	color: var(--home-green-btn-text-lvl8-hover);
}

.BZuhXuOQ5V {
	margin: 20px 0;
}

.KyJtMZmQGZkG6 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border: 4px solid var(--general-public-pic-border);
    border-radius: 40px;
}

.KyJtMZmQGZkG6 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.OlBZbjIEZsf {
	display: flex;
	align-items: stretch;
	gap: 30px;
	margin-bottom: 10px;
}

.DdtzPmAhJNE {
	max-width: 100%;
	width: 100%;
}

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

.help-topics p {
	text-align: center;  
}

.UDPkppWbS7cFh {
	position: relative;
	z-index: 0;
	max-width: 1093px;
	margin: 20px auto;
}

.help-topics .drop {
	background: var(--home-bg-faq-question-lvl11);
	margin-top: 12px;
	padding: 19px 80px 19px 50px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	color: var(--home-text-faq-question-lvl11);
}

.help-topics .drop.active {
	background: var(--home-bg-faq-answer-lvl11);
}

.dzlAKWOZVVNaQ .help-topics .drop {
	background: var(--bonuses-bg-faq-question-lvl6);
	margin-top: 12px;
	padding: 19px 80px 19px 50px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	color: var(--bonuses-text-faq-question-lvl6);
}

.dzlAKWOZVVNaQ .help-topics .drop.active {
	background: var(--bonuses-bg-faq-answer-lvl6);
}

.HuGESMPyQgLxYM .help-topics .drop {
	background: var(--app-bg-faq-question-lvl6);
	margin-top: 12px;
	padding: 19px 80px 19px 50px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	color: var(--app-text-faq-question-lvl6);
}

.HuGESMPyQgLxYM .help-topics .drop.active {
	background: var(--app-bg-faq-answer-lvl6);
}


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

.help-topics .drop .options-holder {
	margin-top: 12px;
	max-width: 90%;
}

.drop .options-holder p {
	margin-top: 0;
	text-align: left;
	margin-bottom: 0;
}

.help-topics .drop .toc-default {
	height: auto;
	padding: 0;
	background-color: transparent;
}

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

.eyTDTxrrwpm64OB {
	background: var(--home-bg-lvl10);
	border-radius: 40px;
	padding: 25px;
	margin: 15px 0;
}

.dzlAKWOZVVNaQ .eyTDTxrrwpm64OB {
	background: var(--bonuses-bg-block-lvl7);
	border-radius: 40px;
	padding: 25px;
	margin: 15px 0;
}

.HuGESMPyQgLxYM .eyTDTxrrwpm64OB {
	background: var(--app-bg-block-lvl5);
	border-radius: 40px;
	padding: 25px;
	margin: 15px 0;
}

.smnBHGAZe3F {
	margin: 20px 10px;
	border-radius: 35px;
	border: 4px solid var(--home-border-slider-lvl10);
	overflow: hidden;
	max-width: 1126px;
	box-sizing: border-box;
}

.HzYkM5gEA {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
   /* border: 4px solid #202020;*/
    border-radius: 35px;
    height: 497px;
    box-sizing: border-box;
}

.HzYkM5gEA img { 
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.AelMfOD80mvjuk .swiper-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.AelMfOD80mvjuk .swiper-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: var(--home-arrow-bg-slider-lvl10);
    border-radius: 50%;
    transition: all 0.3s;
}

.kVAFgMIdqOR8ahV::after {
  content: "";
  display: inline-block;
  background-color: var(--home-arrow-icon-slider-lvl10);
  -webkit-mask: var(--home-arrow-icon-image-lvl10) no-repeat center / contain;
  mask: var(--home-arrow-icon-image-lvl10) no-repeat center / contain;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.OtrIaRrWGbC3CS6::before {
  content: "";
  display: inline-block;
  background-color: var(--home-arrow-icon-slider-lvl10);
  -webkit-mask: var(--home-arrow-icon-image-lvl10) no-repeat center / contain;
  mask: var(--home-arrow-icon-image-lvl10) no-repeat center / contain;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

.kVAFgMIdqOR8ahV:hover::after {
	background-color: var(--home-arrow-icon-slider-lvl10-hover);
	-webkit-mask: var(--home-arrow-icon-image-hover-lvl10) no-repeat center / contain;
	mask: var(--home-arrow-icon-image-hover-lvl10) no-repeat center / contain;
	transform: rotate(-90deg);
	width: 20px;
	height: 20px;
}

.OtrIaRrWGbC3CS6:hover::before {
	background-color: var(--home-arrow-icon-slider-lvl10-hover);
	-webkit-mask: var(--home-arrow-icon-image-hover-lvl10) no-repeat center / contain;
	mask: var(--home-arrow-icon-image-hover-lvl10) no-repeat center / contain;
	transform: rotate(90deg);
	width: 20px;
	height: 20px;
}

.AelMfOD80mvjuk {
	position: relative;
	width: 100%;
	height: auto;
}

.CvJGyZxoFiXEV {
	text-align: center;
}

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

.TcfymqhZgpx4 {
	background-color: var(--footer-bg);
	padding: 25px 0;
	margin-top: auto;
}

.GGdPXyD5bKBiON {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 auto;
}

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

.GGdPXyD5bKBiON li a:hover {
	color: var(--footer-a-menu-hover);
}

.TcfymqhZgpx4 p {
	font-size: 18px;
	text-align: center;
	color: var(--footer-text-copyright);
}

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

.gsRbOaDxnJG5:before {
	content: "";
	width: 20px;
	height: 23px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: var(--footer-scroll-top-icon) no-repeat top / cover;
}

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

.gohome:before {
	content: "";
	width: 24px;
	height: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: url("../img/gohome.webp") no-repeat top  / cover;
}

.gohome, .gsRbOaDxnJG5 {
	transition: opacity 0.3s ease;
}

.ZrxwwsJV8A7GE {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.fRPIqAeeR5Ce7 {
    position: fixed;
    bottom: 16px;
    left: 0;
    right: 0;
    max-width: 1332px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    z-index: 99;
}

.panel {
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 589px;
    color: var(--general-panel-text);
    justify-content: space-between;
    border-radius: 10px;
    padding: 10px 17px;
    background: var(--general-plashka-bg);
    position: relative;
}

.panel h5 {
	font-size: 22px;
	padding-bottom: 0;
}
.MeuHQdnFKiMXs {
	font-size: 14px;
	padding-bottom: 0;
	line-height: 120%;
	color: var(--general-panel-text);
	opacity: 0.8;
}

.MeuHQdnFKiMXs a { 
	color: var(--general-panel-link);
	text-decoration: none;
	transition: all 0.3s;
}

.MeuHQdnFKiMXs a:hover { 
	text-decoration: underline;
	cursor: pointer;
}

.hccBBHVNJLCw {
    position: absolute;
   top: 3px;
    right: 12px;
    font-size: 25px;
    color: grey;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-weight: 400;
}

.psRjf0tc9kToL ol {
  counter-reset: num; 
  list-style: none;
  padding: 0;
  margin: 0;
}

.psRjf0tc9kToL ol li {
  counter-increment: num; 
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px; 
}

.psRjf0tc9kToL ol li a::before {
  content: counter(num, decimal-leading-zero);
    color: var(--home-number-content-lvl4);
    font-weight: 600;
}

.psRjf0tc9kToL ol li a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
  position: relative;
  padding: 0 20px!important;
}

.psRjf0tc9kToL ol li a:hover {
  color: var(--home-hover-content-lvl4);
}

 .text ul, .BZuhXuOQ5V ul  {
  list-style: none;      
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
}

 .text ul li, .BZuhXuOQ5V ul li {
  position: relative; 
  margin-bottom: 10px;
  display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

 .text ul li::before, .BZuhXuOQ5V ul li::before {
  content: "";
    position: relative;
    width: 33px;
    height: 33px;
    background: url(../img/check.svg) no-repeat center / contain;
    flex-shrink: 0;
}

.ml-auto {
	display: flex;
    align-items: center;
	margin-left: auto;
}

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

.updates {
	color: var(--general-updates-text);
	font-size: 16px;
	padding: 26px 0;
}

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

 .menu .menu-item-with-submenu, .menu .menu-item-without-submenu {
  position: relative;
  padding: 15px 0;
}

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

.AcPYrHRQwy9a3og.active {
	height: 80px;
}

.RGHuNQwG57gb68tw {
  position: relative;
  overflow: hidden;
}

.micKzTbxEBf {
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.micKzTbxEBf::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--general-game-overlay-bg);
  opacity: 0.75;
}

.RGHuNQwG57gb68tw:hover .micKzTbxEBf {
  opacity: 1;
}

.RGHuNQwG57gb68tw .LKPxCLDYfTHzq {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.RGHuNQwG57gb68tw .WWhcQvf4jaH {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  min-height: 30px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
  color: var(--general-btn-text);
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.WWhcQvf4jaH.GkACVDQIKy0WN {
  background-color: var(--home-green-btn-bg-card-slot-lvl6);
  color: var(--home-green-btn-text-card-slot-lvl6);
}

.WWhcQvf4jaH.GkACVDQIKy0WN:hover {
  background-color: var(--home-green-btn-bg-card-slot-lvl6-hover);
  color: var(--home-green-btn-text-card-slot-lvl6-hover);
}

.WWhcQvf4jaH.ARbvMPKHgxe {
  background-color: var(--home-orange-btn-bg-card-slot-lvl6);
  color: var(--home-orange-btn-text-card-slot-lvl6);
}

.WWhcQvf4jaH.ARbvMPKHgxe:hover {
  background-color: var(--home-orange-btn-bg-card-slot-lvl6-hover);
  color: var(--home-orange-btn-textcard-slot-lvl6-hover);
}

.XVUUxhaA4 .OfMskUxALSa {
	font-style: italic;
	color: var(--general-date-privacy);
	font-size: 16px;
	opacity: 0.7;
	text-align: center;
    font-weight: 200;
}

.privacy h1 {
	text-align: center;
	display: block;
}

.privacy h2 {
	text-align: left;
}

.privacy ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}

.privacy ul li {
  display: list-item;
}

.privacy ul li::before {
  content: none;
}

.avLfozc1Kv {
	color: var(--page404-text-above-img);
	font-size: 33px;
}

.NkAPUidCq0e9Ee5 {
	padding: 70px 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.mZOOKVOWvZMKj {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	text-align: center;
	gap: 30px;
}

.mZOOKVOWvZMKj img {
	max-width: 523px;
	height: auto;
}

.mZOOKVOWvZMKj p  {
 color: var(--page404-text-below-img);
 font-size: 25px;
 margin: 0;
 line-height: 120%;
 opacity: 0.85;

}

.mZOOKVOWvZMKj .WWhcQvf4jaH {
font-size: 18px;
text-transform: uppercase;
width: 224px;
min-height: 46px;
padding: 5px;
background: var(--page404-btn-bg);
color: var(--page404-btn-text);
transition: background 0.3s;
}

.mZOOKVOWvZMKj .WWhcQvf4jaH:hover {
background: var(--page404-btn-bg-hover);
color: var(--page404-btn-text-hover);
}

.VjLiiAhv6dW20q {
	display: flex;
	gap: 20px;
	justify-content: flex-start;
}
.tdblAoHWtIKdN65 {
	background: var(--general-secondary-btn-bg);
}
.tdblAoHWtIKdN65:hover {
	background: var(--general-secondary-btn-bg-hover);
}

.eyTDTxrrwpm64OB .HFOaxACSJL0cIK6 {
	margin: 15px auto;
	background: var(--home-green-btn-bg-lvl10);
	color: var(--home-green-btn-text-lvl10);
}

.eyTDTxrrwpm64OB .HFOaxACSJL0cIK6:hover {
	margin: 15px auto;
	background: var(--home-green-btn-bg-lvl10-hover);
	color: var(--home-green-btn-text-lvl10-hover);
}

.dzlAKWOZVVNaQ .eyTDTxrrwpm64OB .HFOaxACSJL0cIK6 {
	margin: 15px auto;
	background: var(--bonuses-green-btn-bg-lvl7);
	color: var(--bonuses-green-btn-text-lvl7);
}

.dzlAKWOZVVNaQ .eyTDTxrrwpm64OB .HFOaxACSJL0cIK6:hover {
	margin: 15px auto;
	background: var(--bonuses-green-btn-bg-lvl7-hover);
	color: var(--bonuses-green-btn-text-lvl7-hover);
}

.oNpyymcn {
	margin: 20px 0;
}

.pbuNON749GFOzU {
  width: 100%;
  position: relative;
}
.XelbKEHr6hu2 {
  max-width: 1189px;
  margin: 40px auto 30px;
  width: 100%;
}
.swiper-wrapper {
  display: flex;
}

.LOQuhJCdMgN1iW {
  text-align: center;
  flex: 0 0 auto;
}
.ssbABoBZVMPcQEh {
  font-size: 25px;
  color: var(--app-text-steps-lvl3);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bPUZAsUud6 {
  border: 10px solid var(--app-border-phone-lvl3);
  border-radius: 53px;
  background: var(--app-bg-phone-lvl3);
  width: 363px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: 650px;
  text-decoration: none;
}
.ZitFqIa4R6A0gM {
  width: 100%;
  display: block;
  max-width: 278px;
}
.MGWJukbDvYpTlv5 {
  width: 100%;
  height: auto;
  margin: 30px 0 50px;
  max-width: 278px;
  height: 349px;
  object-fit: contain;
}
.xodifHccZ {
  font-size: 25px;
  color: var(--app-bigtext-phone-lvl3);
  margin-bottom: 22px;
  font-weight: 500;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kpOdRfTbkk {
  font-size: 16px;
  color: var(--app-smalltext-phone-lvl3);
  line-height: 120%;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MDeypNuiUNOgckXe {
	display: none;
	top: auto;
    bottom: -60px;
    right: 70px;
    left: 70px;
}

.MDeypNuiUNOgckXe .swiper-btn {
display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--app-bg-swiper-btn-lvl3);
    border-radius: 50%;
    transition: all 0.3s;
}
.xFOrpDVPQh::after {
    content: "";
    display: inline-block;
    background: url(../img/icon_arrow.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    background-size: contain;
}

.HWcTxURtehk::before {
    content: "";
    display: inline-block;
    background: url(../img/icon_arrow.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    background-size: contain;
}

.cCAuXCr1wgdIK {
	font-size: 16px;
	color: var(--bonuses-text-under-btn-lvl1);
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 10px 0;
}

.cCAuXCr1wgdIK img {
	max-width: 23px;
	max-height: 23px;
}
.cCAuXCr1wgdIK p {
	margin-bottom: 0;
	opacity: 0.3;
	color: var(--bonuses-text-under-btn-lvl1);
}

.BPjajkslDt {
	max-width: 417px;
	margin: 10px auto;
	margin-left: 20px;
}

.BPjajkslDt .WWhcQvf4jaH { 
   max-width: 100%;
   width: 100%;
}

.bikqtWL9VNZ3OR {
  position: relative;
  padding-left: 27px;
  border-left: 2px solid var(--bonuses-bg-number-lvl3);
  max-width: 500px;
  margin: 20px 0;
}

.XUsbofZCzqpDb {
  position: relative;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 16px;
  color: var(--general-content-text);
}

.XUsbofZCzqpDb p {
  color: var(--bonuses-text-number-list-lvl3);
}

.XUsbofZCzqpDb:last-child {
  margin-bottom: 0;
}

.XUsbofZCzqpDb::before {
  content: attr(data-num);
  position: absolute;
  left: -40px;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: var(--bonuses-bg-number-lvl3);
  color: var(--bonuses-text-number-lvl3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}

.XUsbofZCzqpDb:last-child p {
overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.NmoVo7DElJSG {
  max-width: 1191px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 15px 0;
  box-sizing: border-box;
}

.vVoscgpbqSQ9 {
  background: var(--bonuses-bg-card-lvl4);
  border: 4px solid var(--bonuses-border-card-lvl4);
  border-radius: 29px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
  box-sizing: border-box;
  min-height: 179px;
}

.lYeLetWO89V {
	max-width: 195px;
}

.jknOJNFJlk0 {
  color: var(--bonuses-text-up-card-lvl4);
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 5px;
  text-transform: uppercase;
}

p.hxFmyRi1ZMA9 {
  color: var(--bonuses-text-down-card-lvl4);
  font-size: 16px;
  line-height: 120%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.gRGxGtBhbqiz {
  width: 139px;
  height: 139px;
  border-radius: 29px;
  object-fit: cover;
  display: block;
}

.TUuYx5LZjDQv {
  max-width: 1191px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px 0;
  box-sizing: border-box;
  row-gap: 30px;
}

.dQIpNOqAcsYI {
  position: relative;
  width: 226px;
  height: 140px;
  background: var(--bonuses-bg-card-lvl6);
  border: 4px solid var(--bonuses-border-card-lvl6);
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  box-sizing: border-box;
  padding: 23px 5px 5px;
  gap: 4px;
  flex-direction: column;
}

.bvCSvWxkjPNcTvO {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 47px;
  height: 47px;
  background: var(--bonuses-bg-number-lvl6);
  border-radius: 50%;
  color: var(--bonuses-text-number-lvl6);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eqsooUKcA8KUTV {
  font-size: 20px;
  color: var(--bonuses-text-up-card-lvl6);
  text-transform: uppercase;
  font-weight: 200;
}

.yxsA4p1Hd1wa {
  font-size: 18px;
  color: var(--bonuses-text-down-card-lvl6);
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 120%;
  font-weight: 200;
}

.rahmBgX8UXzPs, .oGfILRYOKax, .RxtsnGCPjbAKp {
	margin: 20px 0;
}

.mTNhZqlEmB {
  max-width: 1030px;
  padding: 15px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.XGzILCcvVg {
  background-color: var(--bonuses-bg-card-lvl8);
  border: 4px solid var(--bonuses-border-card-lvl8);
  border-radius: 29px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 330px;
  flex-direction: column;
  min-height: 225px;
}

.XGzILCcvVg img {
  max-width: 77px;
  max-height: 77px;
  object-fit: contain;
  flex-shrink: 0;
}

.uqjAEJeu4cp {
  font-size: 18px;
  color: var(--bonuses-text-card-lvl8);
  line-height: 120%;
  text-align: center;
}

.yMFC0goysfbr .YtHnEGjeiDN5RvD,
.yMFC0goysfbr .vuDnxPDcccL5hu {
  transition: opacity 0.4s ease;
}

.yMFC0goysfbr iframe.PdHebcdiFG3wHJII {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
  z-index: 3;
}


@media screen and (max-width: 1270px) {
.gsRbOaDxnJG5.active {
		right: 16px;
	}
	.gohome {
    bottom: 123px;
    right: 16px;
}
 .bvwSpVs7A5u83 {
    grid-template-columns: repeat(4, 1fr);
  }
  .RGHuNQwG57gb68tw {
  width: 100%;
  height: 170px;
}
}

@media screen and (max-width: 1200px) {
	.jknOJNFJlk0 {
		font-size: 19px;
	}
	.XVUUxhaA4 p.hxFmyRi1ZMA9 {
		font-size: 14px;
	}
	.gRGxGtBhbqiz {
    width: 119px;
    height: 118px;
	flex-shrink: 0;
}
	.OlBZbjIEZsf {
		gap: 30px;
	}
	.menu a {
		font-size: 15px;
	}
	.menu {
		gap: 20px;
	}
	.MDeypNuiUNOgckXe {
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

}

@media screen and (max-width: 1023px) {
.lYeLetWO89V {
    max-width: 100%;
}

.NmoVo7DElJSG {
    grid-template-columns: repeat(2, 1fr);
  }

.FuYskLqKmRrm {
    grid-template-columns: repeat(3, 1fr);
  }
  .KyJtMZmQGZkG6 {
  	margin: 10px 0;
  }

.menu-item.has-submenu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-right: 40px;
}

.menu-item.has-submenu::after {
	display: none;
}

.menu .bOiVoxREZ4Xnk {
    position: relative;
    padding: 20px;
    position: absolute;
    right: -40px;
    top: -10px;
}

.sub-menu {
   display: none;
}

.bOiVoxREZ4Xnk::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    background-image: url(../img/arrow.svg);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s 
    ease-in-out;
}

.bOiVoxREZ4Xnk.active {
  transform: rotate(180deg);
}

.menu-item.has-submenu .sub-menu.show {
  display: flex !important;
}

.krzpwLUCXQpANLq {
	order: 3;
	min-height: 36px;
  }
	
	.ml-auto {
		order: 3;
		margin-left: 0;
		flex-direction: row-reverse;
	}
	
		#menu-toggle .trait {
			display: block;
			background: var(--header-mobile-burger);
			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: var(--header-mobile-menu-bg);
			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;
    order: 1;
    gap: 25px;
	}

	.scroll-is {
		width: 100%;
		height: auto;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
		align-items: flex-end;
		text-align: end;
		order: 0;
	}

	.overlap.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
		height: 100%;
		display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 30px;
	}

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

	.AcPYrHRQwy9a3og {
		padding: 13px 0;
	}

	.krzpwLUCXQpANLq {
		font-size: 18px;
		line-height: 120%;
	}

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

	.AcPYrHRQwy9a3og .yqakTLtUyry {
		padding: 0;
		margin-bottom: 11px;
		background: transparent;
		height: auto;
	}

	.AcPYrHRQwy9a3og .yqakTLtUyry:after {
		display: none;
	}

	.languages {
		gap: 20px;
		align-items: baseline;
	}

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

		.AcPYrHRQwy9a3og .languages > ul li a {
		height: auto;
		margin-bottom: 11px;
		padding: 0;
		font-size: 18px;
		line-height: 120%;
		font-weight: 500;
			color: var(--header-mobile-lang-link);
			display: block;
			text-decoration: none;
			opacity: 50%;
		}

		header .languages > ul li.active a {
			color: var(--header-mobile-lang-link-active);
		}

	.AcPYrHRQwy9a3og.active {
		padding: 13px 0;
	}

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

	h1 {
		font-size: 33px;
	}

	.row-buttons {
		margin-top: 21px;
		gap: 25px;
	}

	.drop .toc-default {
		font-size: 18px;
		line-height: 25px;
		padding: 0 50px 0 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;
		display: flex;
        align-items: center;
        gap: 10px;
	}

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

	.help-topics .drop {
		margin-top: 11px;
		padding: 28px 50px 28px 16px;
	}
	table {
		margin: 23px 0;
		display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	}
	th, td {
		width: 100%;
	}
	.menu div {
padding: 0;
 }
 .menu {
 	align-items: flex-end;
 }

.sub-menu {
  display: none;
  position: static;
  margin-top: 10px;
  padding: 10px 0;
  background: var(--header-mobile-submenu-bg);
  border: 1px solid var(--header-submenu-border-color);
  border-radius: var(--header-submenu-border-radius);
  list-style: none;
  min-width: auto;
  flex-direction: column;
  align-items: flex-end;
}

      .menu a {
        font-size: 18px;
    }
    .sub-menu li {
    	padding-bottom: 10px;
    }

.menu-item.open .bOiVoxREZ4Xnk::after {
  transform: rotate(-180deg); 
}
}

@media screen and (max-width: 767px) {	
	.FuYskLqKmRrm {
    grid-template-columns: repeat(2, 1fr);
  }

    h2 {
    	font-size: 25px;
    }

	h3 {
        font-size: 21px;
	}

	h4 {
        font-size: 21px;
	}

	h5 {
        font-size: 21px;
	}

	h6 {
        font-size: 20px;
	}

	p, .XVUUxhaA4 p, ul, ol, .text ul li, .text ol li { 
		font-size: 15px;
	}

	th, td {
        padding: 10px;
        font-size: 15px;
	}

	.gsRbOaDxnJG5 {
		width: 40px;
		height: 40px;
	}

	.gsRbOaDxnJG5.active {
		right: 16px;
		bottom: 16px;
	}

	.gohome:before {
    width: 19px;
    height: 19px;
}
	.gohome {
    bottom: 85px;
    right: 16px;
    width: 33px;
	height: 33px;
}
	.paragraph p {
		font-size: 15px;
	}

	.TcfymqhZgpx4 {
		padding: 15px 0;
	}

	.ZbikNCiYuZZHA8lK {
		padding-top: 59px;
	}

  .AcPYrHRQwy9a3og {
  	height: 59px;
  }
  .AcPYrHRQwy9a3og.active {
  	height: 59px;
  }
  .EReJzOOmxkB img {
  	height: 45px;
	max-width: 72px;
  }
  .options-holder p {
  	font-size: 15px;
  }

  .CvJGyZxoFiXEV img {
  	width: 130px;
  }
  .GGdPXyD5bKBiON {
  	justify-content: center;
  }
  
  .nBLBtIUuGfK1ACX {
  	flex-direction: column;
  }
  .HqrpNjNqaaXUY9 {
  	width: 100%;
  }
  p.CtETVUDUl {
  	font-size: 14px;
  }
  p.kBgatkJOY {
  	font-size: 16px;
  }
  .yMFC0goysfbr {
  	height: 350px;
  }
  .bvwSpVs7A5u83 {
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }

  .iCGTYHtSUo p {
  	font-size: 11px;
  }
  .iCGTYHtSUo h3 {
  	font-size: 13px;
  }
  .tzjLHD6aMDSU {
  	padding: 14px;
  }
  .iCGTYHtSUo .WWhcQvf4jaH {
  	font-size: 11px;
  	height: 30px;
  }
  .iCGTYHtSUo .WWhcQvf4jaH.aNBEqSBlZf {
  	font-size: 11px;
  	height: 30px;
  }
  .text ul li::before, .BZuhXuOQ5V ul li::before {
  	width: 25px;
  	height: 25px;
  }
  .OlBZbjIEZsf {
  	flex-direction: column-reverse;
  }
 .KyJtMZmQGZkG6 {
  	height: 326px;
  }
  .DdtzPmAhJNE .HFOaxACSJL0cIK6 {
    margin: 10px auto;
}
 .smnBHGAZe3F {
    height: 300px;
    border-radius: 20px;
    margin-bottom: 60px;
}
.HzYkM5gEA {
	height: 300px;
    border-radius: 20px;
}
.AelMfOD80mvjuk .swiper-buttons {
	top: auto;
	bottom: -74px;
	right: 118px;
    left: 118px;
}

.UDPkppWbS7cFh .drop .toc-default {
	font-size: 15px;
}
.help-topics .drop {
	padding: 20px 50px 20px 16px;
}
.fRPIqAeeR5Ce7 {
	bottom: 6px;
}

.RGHuNQwG57gb68tw img {
	border-radius: 9px;
}
 .micKzTbxEBf {
    opacity: 1;
  }
  .RGHuNQwG57gb68tw img {
    transform: none;
  }
  .RGHuNQwG57gb68tw .WWhcQvf4jaH {
  	/*   	width: 90px; */
	width: -webkit-fill-available;
	text-wrap: nowrap;
	letter-spacing: -0.5px;
    min-height: 7px;
    font-size: 10px;
    padding: 2px;
    border-radius: 5px;
    height: 21px;
  }

  .gsRbOaDxnJG5 {
  bottom: 20px;
    right: 16px;
}

.mZOOKVOWvZMKj img {
	width: 100%;
}
.avLfozc1Kv {
    font-size: 25px;
}
.mZOOKVOWvZMKj p {
    font-size: 20px;
}
.mZOOKVOWvZMKj {
	gap: 15px;
}
.NmoVo7DElJSG {
    grid-template-columns: 1fr;
  }
  .OlBZbjIEZsf:has(.BPjajkslDt) { 
flex-direction: column;
  }
}

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

	.GGdPXyD5bKBiON {
		gap: 15px;
		flex-direction: column;
	}

	.TcfymqhZgpx4 p {
		font-size: 17px;
	}

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

	.cards-btns {
		width: 100%;
	}
	.yMFC0goysfbr {
  	height: 191px;
  	border-radius: 15px;
  }
  .vuDnxPDcccL5hu .WWhcQvf4jaH {
   width: 127px;
    min-height: 27px;
    font-size: 10px;
	line-height: normal;
  }
   .RGHuNQwG57gb68tw {
  width: 104px;
  height: 104px;
  border-radius: 9px;
  margin: 0 auto;
}
 .KyJtMZmQGZkG6 {
  	height: 226px;
  }
  .smnBHGAZe3F {
    height: 134px;
    border-radius: 20px;
}
.HzYkM5gEA {
	height: 134px;
    border-radius: 20px;
}
.AelMfOD80mvjuk .swiper-buttons {
	top: auto;
	bottom: -60px;
	right: 70px;
    left: 70px;
}
.AelMfOD80mvjuk .swiper-btn {
	width: 36px;
	height: 36px;
}
.MDeypNuiUNOgckXe {
	top: auto;
    bottom: -60px;
    right: 120px;
    left: 120px;
}

.bPUZAsUud6 {
	width: 100%;
}
.xodifHccZ {
   font-size: 19px;
}
.kpOdRfTbkk {
   font-size: 12px;
}
.bPUZAsUud6 {
	height: 480px;
}
.MGWJukbDvYpTlv5 {
	margin: 20px 0;
	height: 267px;
}
.vVoscgpbqSQ9 {
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    min-height: auto;
    border-radius: 25px;
  }
  .dQIpNOqAcsYI {
  	border-radius: 20px;
  	width: 157px;
    height: 97px;
    padding: 5px;
  }
  .bvCSvWxkjPNcTvO {
  	width: 33px;
    height: 33px;
    top: -25px;
  }
  .eqsooUKcA8KUTV {
  	font-size: 14px;
  }

  .yxsA4p1Hd1wa {
  font-size: 13px;
  }
  .eyTDTxrrwpm64OB {
  	padding: 15px;
  }
  .XGzILCcvVg {
  	width: 100%;
  	min-height: 179px;
  }

}

.HuGESMPyQgLxYM.ZYmkoQfY4jy .WWhcQvf4jaH.HFOaxACSJL0cIK6 {
    background: var(--home-bg-green-btn-lvl3);
    color: var(--home-text-green-btn-lvl3);
}

.HuGESMPyQgLxYM .DdtzPmAhJNE .HFOaxACSJL0cIK6 {
    background: var(--app-green-btn-bg-lvl1);
    color: var(--app-green-btn-text-lvl1);
}

.HuGESMPyQgLxYM .DdtzPmAhJNE .HFOaxACSJL0cIK6.tdblAoHWtIKdN65 {
    background: var(--app-orange-btn-bg-lvl1);
	color: var(--app-orange-btn-text-lvl1);
}

.HuGESMPyQgLxYM.ZYmkoQfY4jy .WWhcQvf4jaH.HFOaxACSJL0cIK6:hover {
	color: var(--home-green-btn-text-lvl8-hover);
    background: var(--home-green-btn-bg-lvl8-hover);
}

.HuGESMPyQgLxYM .DdtzPmAhJNE .HFOaxACSJL0cIK6:hover {
	color: var(--app-green-btn-text-lvl1-hover);
    background: var(--app-green-btn-bg-lvl1-hover);
}

.HuGESMPyQgLxYM .DdtzPmAhJNE .HFOaxACSJL0cIK6.tdblAoHWtIKdN65:hover {
	background: var(--app-orange-btn-bg-lvl1-hover);
	color: var(--app-orange-btn-text-lvl1-hover);
}


.dzlAKWOZVVNaQ .ZYmkoQfY4jy .WWhcQvf4jaH.HFOaxACSJL0cIK6 {
    background: var(--bonuses-green-btn-bg-lvl2);
    color: var(--bonuses-green-btn-text-lvl2);
}

.dzlAKWOZVVNaQ .DdtzPmAhJNE .HFOaxACSJL0cIK6 {
    background: var(--bonuses-green-btn-bg-lvl1);
    color: var(--bonuses-green-btn-text-lvl1);
}

.dzlAKWOZVVNaQ .DdtzPmAhJNE .tgITDxsVsZg5dimI {
    background: var(--bonuses-green-btn-bg-lvl3);
    color: var(--bonuses-green-btn-text-lvl3);
}

.dzlAKWOZVVNaQ .DdtzPmAhJNE .tgITDxsVsZg5dimI:hover {
    background: var(--bonuses-green-btn-bg-lvl3-hover);
    color: var(--bonuses-green-btn-text-lvl3-hover);
}

.dzlAKWOZVVNaQ .DdtzPmAhJNE .HFOaxACSJL0cIK6.tdblAoHWtIKdN65 {
    background: var(--bonuses-orange-btn-bg-lvl1);
    color: var(--bonuses-orange-btn-text-lvl1);
}

.dzlAKWOZVVNaQ .ZYmkoQfY4jy .WWhcQvf4jaH.HFOaxACSJL0cIK6:hover {
	color: var(--bonuses-green-btn-text-lvl2-hover);
    background: var(--bonuses-green-btn-bg-lvl2-hover);
}

.dzlAKWOZVVNaQ .DdtzPmAhJNE .HFOaxACSJL0cIK6:hover {
	color: var(--bonuses-green-btn-text-lvl1-hover);
    background: var(--bonuses-green-btn-bg-lvl1-hover);
}

.dzlAKWOZVVNaQ .DdtzPmAhJNE .HFOaxACSJL0cIK6.tdblAoHWtIKdN65:hover {
	background: var(--bonuses-orange-btn-bg-lvl1-hover);
	color: var(--bonuses-orange-btn-text-lvl1-hover);
}

@media screen and (max-width: 767px) {
.HuGESMPyQgLxYM .OlBZbjIEZsf, .dzlAKWOZVVNaQ .OlBZbjIEZsf {
	flex-direction: column;
}
	.VjLiiAhv6dW20q {
     flex-direction: column;
	 gap: 0;
	}
	.cCAuXCr1wgdIK {
		justify-content: center;
	}}

@media screen and (max-width: 500px) {
	.krzpwLUCXQpANLq {
		margin: 0 auto;
	}
	.DdtzPmAhJNE .HFOaxACSJL0cIK6 {
        margin-top: 5px;
    }
}

p span {
	color: var(--general-strong-text);
}
