@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%;
}

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

h1 {
  font-size: 40px;
  color: var(--color-text-titles);
  font-weight: 700;
  padding-bottom: 15px;
  }

h3 {
	padding-top: 20px;
	color: var(--color-text-titles);
	font-size: 36px;
	line-height: 46px;
  font-weight: 600;
}


h4 {
	padding-top: 20px;
	color: var(--color-text-titles);
	font-size: 28px;
	line-height: 46px;
  font-weight: 500;
}


h5, h6 {
	padding-top: 20px;
	color: var(--color-text-titles);
	font-size: 22px;
	line-height: 46px;
  font-weight: 500;
}

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

p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
  color: var(--color-text-main);
}

ul, ol {
	font-size: 20px;
	padding-top: 15px;
  color: var(--color-text-main);
}

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

.DrUsPYIxYd1H7g {
	max-width: 1280px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

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

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


.zaNt9duFk {
	padding: 20px 0;
	width: 100%;
	background-color: var(--color-bg-header);
	display: flex;
    align-items: center;
    position: fixed;
    height: 86px;
    z-index: 999;
}



.ShCrrQvYyA {
	display: block;
	height: 46px;
    display: flex;
    align-items: center;
}

.ShCrrQvYyA img {
  height: 46px;
}

.DIIE0YbfAvt {
	flex-direction: column;
	background-color: #1F0C0B;
	display: flex;
	color: #ffffff;
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
	padding-top: 98px;
}

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

.zaNt9duFk .WVPOmn6ldgtE {
	z-index: 1;
	cursor: pointer;
}

.zaNt9duFk .WVPOmn6ldgtE {
	height: 42px;
	padding: 0 43px 0 14px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #FFFFFF;
	font-style: normal;
}

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

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

.zaNt9duFk .languages > ul li a{
	width: auto;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding-left: 14px;
	text-decoration: none;
	font-size: 18px;
}

.zaNt9duFk .languages.active > ul {
	display: block;
	width: max-content;
	min-width: 83px;
	padding-bottom: 4px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

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

.MflvuUwhZ {
	display: none!important;
}

.doNwbKKk8Afyh {
	height: 100%;
	width: auto;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

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

ul.menu  {
	padding-top: 0;
}

.menu a {
    text-decoration: none;
    color: var(--color-link);
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    transition: color 0.3s ease;
    padding: 10px 0;
}


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


.sub-menu a::after {
  content: none;
}
 

.btn {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #0098FF;
	outline: 0;
	border: 0;
	height: 42px;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
}

.btn:hover {
	background-color: #007ACC;
}

.LmdOnk2cDX7aBN {
	background-color: var(--color-btn-login);
	transition: background 0.3s ease-in-out;
	color: var(--color-text-btn-login);
}

.LmdOnk2cDX7aBN:hover {
	background-color: var(--color-btn-login-hover);
	}

.bfyVtskV6p {
	background-color: var(--color-btn-reg);
	transition: background 0.3s ease-in-out;
	color: var(--color-text-btn-reg);
}

.bfyVtskV6p:hover {
	background-color: var(--color-btn-reg-hover);
	}

.YLOrL8JU4 {
	padding: 60px 0;
	min-height: 188px;
	background: url("../img/back1.webp") no-repeat top  / cover;
  position: relative;
}

.YLOrL8JU4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 25, 62, 0.72);
  z-index: 0;
}

/* Контент выше overlay */
.YLOrL8JU4 > * {
  position: relative;
  z-index: 1;
}

.ytUBcItvuc7u {
	display: flex;
	gap: 80px;
	justify-content: center;
	align-items: center;
}

.QFTQwFs2sOr {
	width: 491px;
	height: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px; 
	font-size: 30px;
	text-decoration: none;
	padding: 16px 30px;
	position: relative;
	gap: 12px;
  line-height: 100%;
}

.QFTQwFs2sOr::before,
.QFTQwFs2sOr::after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: background-image 0.3s ease-in-out;
  flex-shrink: 0;
}

.QFTQwFs2sOr::before {
	margin-right: 10px;
}
.QFTQwFs2sOr::after {
	margin-left: 10px;
	width: 12px;
    height: 21px;
}

.ytUBcItvuc7u .sport {
	background-color: var(--color-btn1);
	color: var(--color-text-btn1);
	transition: background 0.3s ease-in-out;
}

.ytUBcItvuc7u .sport::before {
	background-image: url('../img/bonus1.svg');
}
.ytUBcItvuc7u .sport::after {
	background-image: url('../img/arrow.svg');
}

.ytUBcItvuc7u .sport:hover {
	background-color: var(--color-btn1-hover);
	color: var(--color-text-btn1-hov);
}

.ytUBcItvuc7u .sport:hover::before {
	background-image: url('../img/bonus.svg');
}
.ytUBcItvuc7u .sport:hover::after {
	background-image: url('../img/arrow1.svg');
}

/* ==== Казино кнопка ==== */

.ytUBcItvuc7u .cas {
	background-color: var(--color-btn2);
	color: var(--color-text-btn2);
	transition: background 0.3s ease-in-out;
}

.ytUBcItvuc7u .cas::before {
	background-image: url('../img/bonus2.svg');
}
.ytUBcItvuc7u .cas::after {
	background-image: url('../img/arrow1.svg');
}

.ytUBcItvuc7u .cas:hover {
	background-color: var(--color-btn2-hover);
	color: var(--color-text-btn2-hov);
}

.ytUBcItvuc7u .cas:hover::before {
	background-image: url('../img/bonus3.svg');
}
.ytUBcItvuc7u .cas:hover::after {
	background-image: url('../img/arrow.svg');
}



.JQxDqGzhGqyEqq {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

/* Левая часть */
.ayiTCWNBkCcc7 {
  flex: 1;
}

.rnARvIglW8fs1u {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 25px;
  column-gap: 30px;
  margin-bottom: 30px;
}

.fHzU0cTo2 {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #FFFFFF;
  border-radius: 20px;
  font-size: 32px;
  font-weight: 400;
  padding: 27px 30px;
  text-decoration: none;
  height: 100px;
  cursor: pointer;
  z-index: 9;
}

.rnARvIglW8fs1u .fHzU0cTo2 {
  background: url("../img/back.webp") no-repeat top  / cover;
}

.rnARvIglW8fs1u .fHzU0cTo2 p {
color: #FFFFFF;
font-size: 32px;
padding-top: 0;
margin-top: 0; 
}

.rnARvIglW8fs1u .fHzU0cTo2 {
  position: relative;
  overflow: hidden;
  z-index: 0; 
}

.rnARvIglW8fs1u .fHzU0cTo2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 25, 62, 0);
  transition: background-color 0.3s ease;
  z-index: 0; 
}

.rnARvIglW8fs1u .fHzU0cTo2:hover::before {
  background-color: rgba(0, 25, 62, 0.72);
}

.rnARvIglW8fs1u .fHzU0cTo2 > * {
  position: relative;
  z-index: 1;
}

.fHzU0cTo2 img {
  width: 38px;
  height: 38px;
}

.tjaHWSAwx {
    background: url("../img/banner.webp") no-repeat top  / cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
  overflow: hidden;
  min-height: 350px;
  position: relative;
}

.tjaHWSAwx::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45); 
  border-radius: 20px;
  z-index: 0;
}

.jySTzugTY1VTkE0f {
    padding: 20px 0 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 536px;
    align-items: flex-start;
    justify-content: center;
}
.fXhwtXiIA4ze34I {
	height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 350px;
}

.tjaHWSAwx > * {
  position: relative;
  z-index: 1;
}

.JQxDqGzhGqyEqq h2 {
font-size: 46px;
  font-weight: 800;
  color: var(--color-text-titles);
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: none;
}

.JQxDqGzhGqyEqq .tjaHWSAwx h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-text-titles-v1);
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.JQxDqGzhGqyEqq .tjaHWSAwx p {
  font-size: 36px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

.SCnqGIamEoO {
  background: #50B200;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  min-width: 145px;
  height: 42px;
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: background 0.3s ease-in-out;
}

.SCnqGIamEoO:hover { 
  background: #3F8B00;
}

img.nuuHDiTYfv8jfdX {
  max-width: 270px;
  height: auto;
  z-index: 2
}

/* Сайдбар */
.rBuqG74sN {
  width: 393px;
}

.rBuqG74sN h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--color-text-secondary);
  line-height: 120%;
}

.kAJBDlBR9JqBi {
  background: var(--color-boxes);
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.kAJBDlBR9JqBi .info  {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.kAJBDlBR9JqBi .MNXJPeRviNcbV2 {
  font-size: 14px;
  color: var(--color-text-secondary);
  margin: 0;
  padding: 0;
}

.kAJBDlBR9JqBi h4 {
  font-size: 20px;
  color: var(--color-text-secondary);
  font-weight: 500;
   margin: 0;
  padding: 8px 0 0;
  line-height: 100%;
}

.rBuqG74sN .tdGJVwEzsUgE {
  font-size: 14px;
  color: var(--color-text-secondary);
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  padding-top: 8px;
  }

.PmXAmniujI77 {
  display: flex;
  gap: 10px;
   margin: 0;
  padding: 0;
}

.PmXAmniujI77 .jLWrWarHBWVwqg8 {
  background: #D8E7F1;
  padding: 4px 16px;
  border-radius: 5px;
  font-size: 16px;
  color: var(--color-text-secondary);
  font-weight: 200;
  line-height: 100%;
}

.RRhsK4rh {
  background: #0098FF;
  color: #FFFFFF;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  height: 43px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
}

.RRhsK4rh:hover {
  background: #007ACC;
}

.RRhsK4rh::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-image: url(../img/arrow1.svg);
}

.JqlEuRYaDLeFac {
  background-color: var(--color-boxes);
  border-radius: 20px;
  padding: 30px 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.RjouYsBQKaVJ {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: var(--color-text-titles);
}

.kvmUOw5rDYl1M {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.FscNyXDfyzgRDRm {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  min-width: 150px;
  align-items: flex-start;
  max-width: 295px;
}

.FscNyXDfyzgRDRm p {
  font-size: 20px;
  color: var(--color-text-main);
  font-weight: 400;
  text-align: left;
}

.FscNyXDfyzgRDRm p.name {
  font-size: 24px;
  color: var(--color-text-main);
  font-weight: 600;
}

.DqZQbek94Y {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}

.NGqTqf3k24D {
  background-color: #F1F1F1;
  border: none;
  border-radius: 10px;
  padding: 16px;
  font-size: 20px;
  width: 100%;
  font-weight: 400;
  border: 1px solid transparent;    
  transition: border-color 0.2s ease; 
  margin-top: 15px;
}

.NGqTqf3k24D::placeholder {
  color: #899FAE;
  font-size: 20px;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.2s ease; 
}

.NGqTqf3k24D:focus {
  border-color: #00173E;              
  outline: none;                      
}


.NGqTqf3k24D:focus::placeholder {
  opacity: 0;                         
}


.NGqTqf3k24D::-ms-input-placeholder {  
  color: #899FAE;
}
.NGqTqf3k24D:focus::-ms-input-placeholder {
  color: transparent;
}

.SghZLtYZo2imk {
  background-color: var(--color-sum-box);
  color: #FFFFFF;
  border-radius: 20px;
  padding: 16px 50px;
  text-align: center;
  width: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.SghZLtYZo2imk h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  color: var(--color-text-secondary-v1);
  font-weight: 500;
  line-height: 120%;
  padding-top: 0;
}

.SghZLtYZo2imk .QqfhIBZeRuHF {
  font-size: 40px;
  color: var(--color-text-secondary-v1);
  font-weight: 400;
}

.SghZLtYZo2imk .gPoyvJXmFX {
  display: inline-block;
  background-color: var(--color-btn4);
  color: var(--color-text-btn4);
  border: none;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.SghZLtYZo2imk .gPoyvJXmFX:hover {
  background-color: var(--color-bt4-hover);
  color: var(--color-text-btn4-hov);
}

.kvmUOw5rDYl1M img {
  width: 19px;
  height: 33px;
  align-self: center;
}

.YPpaCjDsXiW9WIh {
	display: flex;
  flex-direction: column;
  width: 100%;
}

.BmFuGVNXhLFV {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}

.BmFuGVNXhLFV a {
  text-decoration: none;
  color: #00253E;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.BmFuGVNXhLFV a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
  background: url("../img/arrow7.svg") no-repeat center center;
  margin-left: 7px;
}

.BmFuGVNXhLFV a.active {
  color: #0098FF;
}

.BmFuGVNXhLFV a.active::after {
  content: none;
}

.AWNBILBStUF.TvemVvSfFo7aBh.aimmyahXYnq {
    color: #0098FF;
}

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

.pXValRhRWYuoBBMS {
	padding: 20px 0;
}

h2 {
	font-size: 40px;
	line-height: 46px;
	color: var(--color-text-titles);
	padding-top: 20px;
  font-weight: 600;
}

.WUswPiaMDY {
	background-color: var(--color-bg-body);
  padding-top: 86px;
}

.WUswPiaMDY p {
	margin-top: 20px;
}

.WUswPiaMDY ul, .WUswPiaMDY ol {
	list-style: inherit;
	padding-left: 30px;
}

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

.WUswPiaMDY ul li, .WUswPiaMDY ol li {
	margin-bottom: 10px;
	font-size: 20px;
font-weight: 400;
}

.rfgGxAUMQMH3o ul li, .rfgGxAUMQMH3o ol li {
font-size: 20px;
font-weight: 400;
}

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

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

.MdYoSRXIdB {
	text-align: center;
}

.MdYoSRXIdB img{
	display: block;
	margin: 0 auto;
	max-height: 46px;
}

.KegRCFGjnIW8bj {
	background-color: var(--color-footer-bg);
	padding: 16px 0 50px;
	margin-top: auto;
}

.HtHU6bMat {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
}

.HtHU6bMat li a {
	font-size: 20px;
	color: var(--color-foot-link);
	padding:  10px 0;
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: 400;
}

.HtHU6bMat li a:hover { 
    color: var(--color-foot-link-hov);
}

.KegRCFGjnIW8bj p {
	font-size: 18px;
	margin-top: 15px;
	margin: 15px auto 0;
	max-width: 1000px;
	color: var(--color-footer-text);
	text-align: center;
}

body.RtOrmv5XiPnok {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.RtOrmv5XiPnok .DIIE0YbfAvt {
	background-color: #E0E0E0;
}


.jIrXiNR0BM {
	padding: 160px 0 80px;
	background-color: var(--color-404-bg);
	height: 100%;
}

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

.kIWm6oplQd .YIdoTIi4oN {
  font-size: 64px;
  line-height: 82px;
  color: var(--color-404-big-text);
  font-weight: 800;
}

.kIWm6oplQd img {
  max-width: 576px;
}

.kIWm6oplQd p  {
 color: var(--color-404-text);
 font-size: 36px;
 margin: 0;
 font-weight: 500;
 line-height: 50%;
}

.kIWm6oplQd .aLlOaJdYjTmMWi {
	margin: 40px 0;
}

.kIWm6oplQd .btn {
font-size: 18px;
text-transform: uppercase;
padding: 10px 20px;
font-weight: 500;
background-color: var(--color-404-btn);
border-radius: 10px;
color: var(--color-404-btn-text);
transition: background 0.3s ease-in-out;
min-width: 127px;
}

.kIWm6oplQd .btn:hover {
  background-color: var(--color-404-btn-hov);
}

.LmdOnk2cDX7aBN {
	order: 1;
}

.bfyVtskV6p {
	order: 1;
}

.ml-auto {
	margin-left: auto;
}

table {
    border-collapse: collapse;
    width: 962px;
    background-color: var(--color-boxes);
    color: var(--color-text-main);
    font-family: sans-serif;
    overflow: hidden;
    margin: 20px auto;
  }

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

  thead tr {
    background-color: #2E1010;
  }

  th {
    font-weight: 400;
    font-size: 24px;
  }
  td {
    font-weight: 400;
    font-size: 20px;
  }


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

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

.YgKZriMspDTv {
  padding-bottom: 100px;
}

.YgKZriMspDTv h2, .YgKZriMspDTv h3, .YgKZriMspDTv h4, .YgKZriMspDTv h5  {
	padding-top: 0;
}

.YgKZriMspDTv h2 {
  font-size: 36px;
  font-weight: 600;
  padding-top: 20px;
}

.YgKZriMspDTv h3 {
  font-size: 28px;
  font-weight: 500;
  padding-top: 30px;
}

.YgKZriMspDTv h5, .YgKZriMspDTv h4 {
	text-transform: none;
   padding-top: 20px;
}

.YgKZriMspDTv ul {
	list-style-type: disc;
  padding-top: 20px;
}
.YgKZriMspDTv ol {
	list-style-type: auto;
  padding-top: 20px;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    display: none;
    z-index: 10;
    border-radius: 10px;
    padding: 10px;
    background: var(--color-submenu);
    overflow-y: auto;
    width: auto;
    height: auto;
    list-style-type: none;
    min-width: 101px;
}

 .sub-menu a {
 	color: var(--color-text-main);
 }

 .menu .pGuEPMLvi6CU, .menu .DSPlLqbn1PBZ {
  position: relative;
  padding: 15px 0;
}

 .arrow {
 	display: none;
 }

.zaNt9duFk.active {
	height: 80px;
}

.full img {
width: 100%;
height: auto
}

.rOHsD2NvRq {
  background-image: url('../img/back2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 40px;
}

.YEMuBMrYN36pZ4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap:28px;
}

.VlLZaxUnwpr70W {
    display: flex;
    gap: 10px;
}

.VlLZaxUnwpr70W img {
  width: 22px;
  height: 21px;
}

.rOHsD2NvRq h2 {
  padding-top: 0;
padding-bottom: 30px;
color: var(--color-text-titles-v2);
font-size: 40px;
}

.review p {
  color: var(--color-text-main);
  font-size: 20px;
}

.review {
  padding: 30px 23px;
  border-radius: 20px;
  background-color: var(--color-boxes);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fHOyVYk1Y {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-bottom: 15px;
}

.fHOyVYk1Y .fHzU0cTo2 {
 display: flex;
 flex-direction: column;
 padding: 24px 30px;
 align-items: center;
 border-radius: 20px;
 background-color: var(--color-btn3);
 min-height: 170px;
 height: auto;
 width: 144px;
 font-size: 24px;
 color: var(--color-text-btn3);
 justify-content: space-between;
 gap: 15px;
 transition: background-color 0.3s ease;
}

.fHOyVYk1Y .fHzU0cTo2:hover {
background-color: var(--color-btn3-hover);
}

.fHOyVYk1Y .fHzU0cTo2 img {
    width: 68px;
    height: 68px;
}

.fHOyVYk1Y .fHzU0cTo2.nNmZ1fBY4r img {
    width: 77px;
    height: 70px;
    margin-left: 3px;
}


.non-scroll {
  overflow: hidden;
}




.fHzU0cTo2 {
  overflow: hidden;
  padding: 0;
}

/* Внутренняя обёртка — фон и контент */
.cDlCaQ6jfpuXpn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 27px 30px;
  background: url(../img/back.webp) no-repeat top / cover;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center center;
  border-radius: 20px;
}

/* Эффект при наведении */
.fHzU0cTo2:hover .cDlCaQ6jfpuXpn {
  transform: scale(1.07); /* Лёгкое увеличение */
}


 ul.jCoXp29Sl {
	position: absolute;
    left: 0;
    right: 0;
    background: var(--color-bg-header);
    top: 114%;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 0;
	}

ul.jCoXp29Sl a {
width: auto;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 14px;
    text-decoration: none;
    font-size: 18px;
}

@media screen and (min-width: 1023px) {
  .menu a:hover {
  color: var(--color-link-hover);
}

.menu > .menu-item:hover .sub-menu {
    display: flex;
   flex-direction: column;
    gap: 12px;
}

.menu-item.has-submenu:hover > a {
  color: #0098FF;
}

.menu-item.has-submenu > a::after, .zaNt9duFk .WVPOmn6ldgtE::after  {
  content: '';
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
  background-image: url('../img/arrow8.svg');
  margin-left: 10px;
  width: 16px;
  height: 10px;
  transition: background-image 0.3s ease-in-out;
}
.menu-item.has-submenu:hover > a::after  {
  background-image: url('../img/arrow9.svg');
}

}

@media screen and (max-width: 1320px) {
.DrUsPYIxYd1H7g {
	padding: 0 20px;
}
 img.nuuHDiTYfv8jfdX {
    max-width: 222px;
  }
}

@media screen and (max-width: 1120px) {
	.QFTQwFs2sOr {
    width: 411px;
    height: auto;
    font-size: 28px;
    padding: 16px 20px;
  }
  .JQxDqGzhGqyEqq h2 {
    font-size: 36px;
    line-height: 100%;
  }
  .ytUBcItvuc7u {
    gap: 40px;
  }
      .JQxDqGzhGqyEqq {
        flex-direction: column;
    }
    .rnARvIglW8fs1u .fHzU0cTo2 p {
      font-size: 24px;
    }
    .rBuqG74sN {
    margin: 0 auto;
}

}

@media screen and (max-width: 1023px) {
	.zaNt9duFk .WVPOmn6ldgtE::after {
		display: none;
	}
  .RjouYsBQKaVJ {
    flex-direction: column;
    align-items: center;
  }

  .JqlEuRYaDLeFac {
     padding: 30px 20px;
  }

  th, td {
    font-size: 18px;
  }
  .pXValRhRWYuoBBMS.rOHsD2NvRq {
    padding: 20px 0;
  }
  .review p {
    font-size: 18px;
  }
  .rOHsD2NvRq h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
    padding-top: 15px;
  }
  h4 {
    font-size: 24px;
  }
  .rfgGxAUMQMH3o ul li, .rfgGxAUMQMH3o ol li {
    font-size: 18px;
    line-height: 130%;
  }
  .SghZLtYZo2imk .QqfhIBZeRuHF {
    font-size: 36px
  }
  .SghZLtYZo2imk .gPoyvJXmFX {
    font-size: 18px;
  }
  .SghZLtYZo2imk {
    padding: 16px 20px;
  }
  .SghZLtYZo2imk h4 {
    font-size: 18px;
  }
  .JqlEuRYaDLeFac {
    padding: 30px 20px;
  }
  img.nuuHDiTYfv8jfdX {
    max-width: 209px;
  }

    p {
      font-size: 18px;
      line-height: 130%;
    }
    .JQxDqGzhGqyEqq .tjaHWSAwx h2 {
      font-size: 36px;
    }
     .JQxDqGzhGqyEqq .tjaHWSAwx p {
      font-size: 24px;
    }

   .tjaHWSAwx {
      min-height: 244px;
    }

  .kIWm6oplQd img {
    max-width: 462px;
  }

  .kIWm6oplQd .YIdoTIi4oN {
    font-size: 54px;
}

.kIWm6oplQd p {
    font-size: 30px;
}

  .JQxDqGzhGqyEqq {
    flex-direction: column;
  }

  .rBuqG74sN {
    width: 100%;
  } 
  
	.offers {
		gap: 30px;
	}

	.card {
      flex-direction: column;
      align-items: center;
 	}

 	.VlLZaxUnwpr70W img {
 		width: 18px;
 		height: 18px;
 	}

	.ml-auto {
		order: 3;
		margin-left: 0;
	}
	
	#menu-toggle .trait {
		display: block;
		background: #ffffff;
		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: 26px;
		height: 2px;
		position: relative;
		border-radius: 2px;
		top: 0;
		right: 0;
		margin: 3px 0;
	}

	#menu-toggle #hamburger.open .trait:nth-child(1) {
		transform: rotate(-45deg) translate(-4px, 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(--color-bg-header);
		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;
    margin-right: 0;
    margin-top: 20px;
	}

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

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

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


	.zaNt9duFk {
		padding: 13px 0;
	}

	.LmdOnk2cDX7aBN {
		font-size: 20px;
		line-height: 120%;
		margin: 20px 0;
		margin-left: auto;
	}

	.zaNt9duFk .languages > ul {
		position: relative;
		display: block;
		background: transparent;
		top: 0;
		z-index: 1;
		border-radius: 0;
		overflow: visible;
		display: flex;
		gap: 20px;
		align-items: center;
		flex-direction: row;
	}
	
	.zaNt9duFk .languages > ul li a {
		margin-bottom: 0!important;
	}

	.zaNt9duFk .WVPOmn6ldgtE {
		padding: 0 23px 0 14px;
	}

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

	.zaNt9duFk .languages > ul li a {
		height: auto;
		margin-bottom: 11px;
		padding: 0;
		font-size: 18px;
		line-height: 120%;
		font-weight: 500;
		color: #ffffff;
		display: block;
		text-decoration: none;
	}

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

	.zaNt9duFk.active .ShCrrQvYyA {
		width: 120px;
	}

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

	.MflvuUwhZ {
		display: block!important;
	}
	
	h1 {
		font-size: 32px;
	}

	.pXValRhRWYuoBBMS {
		padding: 12px 0;
	}

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

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

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

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

	table {
		margin: 23px 0;
        width: 100%;
		display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
	}
	
	.menu div {
padding: 0;
 }
 .menu {
 	align-items: flex-end;
 }


.sub-menu {
  display: none;
  position: static;
  margin-top: 10px;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  list-style: none;
  min-width: auto;
  display: flex;
    flex-direction: column;
    align-items: flex-end;
}


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



.sub-menu {
  background-color: transparent;
  color: #FFFFFF;
}
.sub-menu a {
  color: #FFFFFF;
}
.menu a {
  font-size: 16px;
}

.menu-item.has-submenu > a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/arrow8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    vertical-align: middle;
    margin-left: 8px;
    transform: rotate(0deg);
  }
  .menu-item.open > a::after {
  transform: rotate(-180deg); 
  background-image: url('../img/arrow8.svg');
}



}

@media screen and (max-width: 767px) {	
  .WUswPiaMDY {
    padding-top: 37px;
}

.zaNt9duFk.active {
    height: 37px;
}
  .WUswPiaMDY p {
    margin-top: 15px;
}
  .pXValRhRWYuoBBMS.rOHsD2NvRq {
        padding: 15px 0 30px;
    }
  .YEMuBMrYN36pZ4 {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
      .rOHsD2NvRq h2 {
        font-size: 24px;
        padding-bottom: 12px;

    }
    .review p {
        font-size: 14px;
    }
    .review {
    padding: 14px 15px;
    border-radius: 10px;
    gap: 12px;
}
  .DqZQbek94Y {
    justify-content: center;
  }

  .SghZLtYZo2imk {
    width: 100%;
  }

	h3 {
        font-size: 25px;
        line-height: 120%;
	}

	h4 {
        font-size: 18px;
        line-height: 120%;
        padding-top: 15px;
	}

	h5 {
        font-size: 18px;
        line-height: 120%;
        padding-top: 15px;
	}

	p, .WUswPiaMDY p, ul, ol, .rfgGxAUMQMH3o ul li, .rfgGxAUMQMH3o ol li { 
		font-size: 16px;
	/*	line-height: 21px;*/
	}

	th, td {
        padding: 10px;
        font-size: 14px;
		min-width: 270px;
	}

	.KegRCFGjnIW8bj {
		padding: 15px 0 30px;
	}

	.DIIE0YbfAvt {
		padding-top: 59px;
	}

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

	.kIWm6oplQd .YIdoTIi4oN {
  font-size: 40px;
  line-height: 100%;
  color: #0098FF;
  font-weight: 800;
}

.kIWm6oplQd img {
  max-width: 255px;
}

.kIWm6oplQd p  {
 color: #141414;
 font-size: 24px;
 margin: 0;
 font-weight: 500;
 line-height: 100%;
}

	.jIrXiNR0BM {
		padding: 70px 0 30px;
	}

	td {
    font-size: 14px;
  } 
 
  .options-holder p {
  	font-size: 14px;
  }

  .MdYoSRXIdB img {
  	max-width: 80px;
  }
  .HtHU6bMat {
  	justify-content: center;
  }
  .ShCrrQvYyA img {
    max-width: 80px;
}
.HtHU6bMat {
    gap: 12px;
    padding-top: 0;
  }

  .HtHU6bMat li a {
    font-size: 16px;
    padding: 10px 10px;
  }

  .KegRCFGjnIW8bj p {
    font-size: 12px;
    margin: 0;
  }
  .zaNt9duFk {
        height: 37px;
    }
    .LmdOnk2cDX7aBN {
    font-size: 14px;
    line-height: 120%;
    padding: 4px 10px;
    position: relative;
    z-index: 135;
    height: 25px;
    max-width: 101px;
    border-radius: 5px; 
}  
.bfyVtskV6p {
    font-size: 14px;
    line-height: 120%;
    padding: 4px 10px;
    position: relative;
    z-index: 135;
    height: 25px;
    width: auto;
    border-radius: 5px;
    white-space: nowrap;
  }

  .YLOrL8JU4 {
    padding: 14px 20px;
    min-height: auto;
  }

  .ytUBcItvuc7u {
    flex-direction: column;
    gap: 12px;
  }

  .QFTQwFs2sOr {
    min-width: 266px;
    padding: 6px 10px;
    font-size: 18px;
    gap: 7px;
  }

  .kvmUOw5rDYl1M img {
  transform: rotate(90deg);
}
  .JqlEuRYaDLeFac {
    flex-direction: column;
    align-items: center;
  }

  .kvmUOw5rDYl1M {
    flex-direction: column;
    align-items: center;
  }
.JQxDqGzhGqyEqq h2 {
  font-size: 28px;
  padding-top: 15px;
}
.rnARvIglW8fs1u {
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.rnARvIglW8fs1u .fHzU0cTo2 {
width: 100%;
}

.fHOyVYk1Y {
flex-wrap: wrap;
}
.QFTQwFs2sOr::before, .QFTQwFs2sOr::after {
 width: 18px;
 height: 18px; 
}
.QFTQwFs2sOr::before {
  margin-right: 0;
}
.QFTQwFs2sOr::after {
  margin-left: 0;
  width: 7px;
  height: 13px;
}
.rnARvIglW8fs1u .fHzU0cTo2 {
  border-radius: 10px;
  height: auto;
}
.cDlCaQ6jfpuXpn {
   padding: 10px 20px;
}
.ytUBcItvuc7u  .QFTQwFs2sOr {
border-radius: 5px;
}
.fHOyVYk1Y {
  gap: 10px;
}
.fHOyVYk1Y .fHzU0cTo2 {
  padding: 14px 30px;
  gap: 13px;
  min-height: auto;
  font-size: 18px;
}
.fHOyVYk1Y .fHzU0cTo2 img {
  width: 51px;
  height: 47px;
}
.fHOyVYk1Y .fHzU0cTo2.nNmZ1fBY4r img {
width: 51px;
  height: 47px;
}
    .tjaHWSAwx {
        min-height: 300px;
        gap: 20px;
    }
	.fXhwtXiIA4ze34I {
		min-height: 300px;
	}
    .JQxDqGzhGqyEqq .tjaHWSAwx h2 {
        font-size: 24px;
    }
        .JQxDqGzhGqyEqq .tjaHWSAwx p {
        font-size: 20px;
    }
    .SCnqGIamEoO {
      margin-top: 10px;
    }
    .JqlEuRYaDLeFac {
        padding: 20px 10px;
    }
    .title {
    font-size: 28px;
  }
  .JqlEuRYaDLeFac {
    gap: 16px;
  }

.RjouYsBQKaVJ .FscNyXDfyzgRDRm p {
    margin-top: 5px;
    font-size: 16px;
    align-self: flex-start;
  }
    .FscNyXDfyzgRDRm p.name {
    margin-top: 5px;
    font-size: 20px;
    align-self: center;
}
  .FscNyXDfyzgRDRm {
    align-items: center;
  }
  .kvmUOw5rDYl1M {
    gap: 10px;
  }
  .JqlEuRYaDLeFac {
    border-radius: 10px;
  }
  .NGqTqf3k24D {
    padding: 10px 16px;
  }

  .NGqTqf3k24D {
    font-size: 16px;
  }
  .NGqTqf3k24D::placeholder { 
    font-size: 16px;
  }
  .SghZLtYZo2imk h4 {
        font-size: 20px;
    }
        .SghZLtYZo2imk .QqfhIBZeRuHF {
        font-size: 40px;
    }
  table {
        margin: 10px 0;
        width: 100%;
      }
    h1 {
        font-size: 24px;
    }

    .YgKZriMspDTv h2 {
    font-size: 20px;
    }
    .YgKZriMspDTv h3 {
    font-size: 18px;
    }
    .YgKZriMspDTv h4 {
    font-size: 18px;
    }

  }

@media screen and (max-width: 557px) {
	.tjaHWSAwx {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	    .fXhwtXiIA4ze34I {
        min-height: 254px;
		justify-content: center;
			width: 100%;
    }
	.jySTzugTY1VTkE0f {
    padding: 25px 24px 0 14px;
	gap: 20px;
}
}

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

  .YPpaCjDsXiW9WIh {
    width: 100%;
  }

  .FscNyXDfyzgRDRm {
  max-width: 100%;
  width: 100%;
}
   .RjouYsBQKaVJ .FscNyXDfyzgRDRm p {
    align-self: flex-start;
   }
    .FscNyXDfyzgRDRm p.name { 
       align-self: center;
    }

	.row-buttons {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

  .QFTQwFs2sOr {
        width: 266px;
        min-height: 34px;
      }
  .kAJBDlBR9JqBi {
    flex-direction: column;
    align-items: flex-start;
  }
  .PmXAmniujI77 {
    align-self: center;
    margin-top: 16px;
    justify-content: space-between;
    width: 100%;
  }
  .info {
    width: 100%;
  }
  .RRhsK4rh {
    width: 100%;
  }


.YgKZriMspDTv h3 {
  padding-top: 0;
}
	
	.YgKZriMspDTv h2, .YgKZriMspDTv h3, .YgKZriMspDTv h4, .YgKZriMspDTv ol, .YgKZriMspDTv ul, .YgKZriMspDTv p, .YgKZriMspDTv h5 {
		padding-bottom: 12px;
	}
  .YgKZriMspDTv p {
    margin-top: 0;
  }

  .YgKZriMspDTv ol, .YgKZriMspDTv ul {
    padding-top: 0;
  }
}
	
	 .jCoXp29Sl {
	position: absolute;
    left: 0;
    right: 0;
    background: var(--color-bg-header);
    top: 114%;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 0;
	}
	
/* По умолчанию скрываем все варианты блока матчей */
.rBuqG74sN.EAAnAVVikkj,
.rBuqG74sN.gvcKDV1yNsUoI,
.rBuqG74sN.qTePFes6bbF {
    display: none;
}

.rBuqG74sN.gvcKDV1yNsUoI {
	margin: 0 auto;
}
.iLXUqnCvPYEVe {
	padding: 0 20px;
}


@media (max-width: 1023px) {
    .rBuqG74sN.EAAnAVVikkj {
        display: block; 
    }
    .rBuqG74sN.gvcKDV1yNsUoI {
        display: block; 
    }
    .rBuqG74sN.qTePFes6bbF {
        display: none; 
    }
    .mobile-matches-top,
    .iLXUqnCvPYEVe {
        margin: 20px auto; 
    }
}

/* Десктоп */
@media (min-width: 1024px) {
    .rBuqG74sN.qTePFes6bbF {
        display: block; 
    }
    .rBuqG74sN.EAAnAVVikkj,
    .rBuqG74sN.gvcKDV1yNsUoI {
        display: none; 
    }
    .mobile-matches-top,
    .iLXUqnCvPYEVe {
        display: none; 
    }
}

	
	/* amp styles */

.YZtwfLwEwpleb {
	position: absolute;
    top: 40px;
    left: 0px;
    background-color: #00173e;
    border-radius: 5px;
    width: 100%;
    padding: 0 15px;
}

.YZtwfLwEwpleb a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 5px;
} 


@media screen and (max-width: 1023px) {
.amp-sidebar-mask {
    background-color: transparent !important;
	display: none;
}
amp-sidebar#mobile-menu {
	max-width: 100%;
	height: 100%;
}

#menu-toggle {
	order: 2;
	z-index: 9999;
}
	.LmdOnk2cDX7aBN, .bfyVtskV6p {
		z-index: 9999;
	}
	amp-sidebar#mobile-menu {
		z-index: 10;
	}
	details[open] > *:not(summary) {
    display: block !important;
  }

  /* для браузеров, где details по умолчанию скрывает контент, принудительно показываем */
  details > *:not(summary) {
    display: block;
  }
	#option-choice {
    color: #FFFFFF;
    font-size: 18px;
    margin-right: 20px;
}
	  .sub-menu[hidden] {
      display: none;
    }
    
} 

@media (max-width: 1023px) {
  .menu-label-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu-link {
    flex: 1;
    color: inherit;
    text-decoration: none;
}

.submenu-toggle {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background-image: url(../img/arrow8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.menu-item.has-submenu[class~="open"] .submenu-toggle {
    transform: rotate(180deg);
}

}

#oeMQ8jQFYb {
	pointer-events: none;
}

 input.sVtdChLr8FoPSm::-webkit-inner-spin-button,
  input.sVtdChLr8FoPSm::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input.sVtdChLr8FoPSm {
    -moz-appearance: textfield;
  }




/* new */
.info {
    max-width: 207px;
}

h1 {
 padding-bottom: 20px;
    padding-top: 20px;
 font-size: 46px;
 line-height: 120%;
}

@media (max-width: 1120px) {
 aside {
  width: 100%;
 }
 .info {
  width: 100%;
  max-width: 100%;
 }
}

@media (max-width: 620px) {
.CVLadIm1DoUr {
	width: 100%;
}
	
h1 {
 padding-bottom: 15px;
    padding-top: 15px;
 font-size: 30px;
 line-height: 120%;
}
}

.pXValRhRWYuoBBMS .fHOyVYk1Y, .pXValRhRWYuoBBMS .rnARvIglW8fs1u, .pXValRhRWYuoBBMS .tjaHWSAwx {
	margin-top: 20px;
}

.pXValRhRWYuoBBMS .jySTzugTY1VTkE0f, .pXValRhRWYuoBBMS .jySTzugTY1VTkE0f p {
	font-size: 36px;
    color: #FFFFFF;
}

@media (max-width: 1023px) {
.rBuqG74sN.gvcKDV1yNsUoI {
	padding: 0 20px;
}
}

/* new 26.06 */
.amp-langv {
	order: 2;
}

amp-sidebar {
	max-width: 100%;
	width: 100%;
	z-index: 10!important;
}

.zaNt9duFk .amp-langv.languages > ul {
	top: 50px;
}

ul[hidden] {
    display: none !important;
}

.languages.amp-langv ul:not([hidden]) {
  display: block;
}

.WVPOmn6ldgtE[aria-expanded="false"]::after {
  transform: rotate(0deg);
}


.WVPOmn6ldgtE::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-left: 10px;
  background-image: url('https://temp26.gamehubioplay.site/wp-content/themes/1xbatBlog/assets/img/arrow8.svg');
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.WVPOmn6ldgtE[aria-expanded]::after {
  transform: rotate(180deg);
}

.WVPOmn6ldgtE::after {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.WVPOmn6ldgtE[expanded]::after {
  transform: rotate(180deg);
}

.dkXPqYu8 {
	margin-left: auto;
}

@media (max-width: 1023px) {
	.amp-langv {
		display: none;
	}
	amp-sidebar.overlap {
		padding-top: 65px;
	}
	
}

@media (max-width: 1023px) {
  .dkXPqYu8 {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

amp-sidebar .sub-menu {
    display: none;
    padding-left: 20px;
  }

 amp-sidebar .sub-menu.open {
    display: block;
  }


/*  .menu-item.has-submenu > a[aria-expanded="true"]::after {
    transform: rotate(180deg);
  } */

 .bniRmrnuFXxQ {
    position: absolute;
    right: 0;
    top: 6px;
    width: 13px;
    height: 14px;
    background-image: url('https://temp26.gamehubioplay.site/wp-content/themes/1xbatBlog/assets/img/arrow8.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    cursor: pointer;
    transform-origin: center;
    user-select: none;
    transform-style: preserve-3d;
	 
  }

  .menu-item.has-submenu.open .bniRmrnuFXxQ {
    transform: rotate(180deg);
	  top: 0;
  }

 amp-sidebar .menu-item.has-submenu > a::after {
	display: none;
} 

amp-sidebar .menu-item.has-submenu {
	padding-right: 25px;
}

amp-sidebar .sub-menu.open .menu-item {
	padding-bottom: 8px;
}

