@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/inter-v19-latin_latin-ext-200.woff2') format('woff2'),
       url('../fonts/inter-v19-latin_latin-ext-200.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v19-latin_latin-ext-regular.woff2') format('woff2'),
       url('../fonts/inter-v19-latin_latin-ext-regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v19-latin_latin-ext-500.woff2') format('woff2'),
       url('../fonts/inter-v19-latin_latin-ext-500.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v19-latin_latin-ext-600.woff2') format('woff2'),
       url('../fonts/inter-v19-latin_latin-ext-600.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v19-latin_latin-ext-700.woff2') format('woff2'),
       url('../fonts/inter-v19-latin_latin-ext-700.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter-v19-latin_latin-ext-800.woff2') format('woff2'),
       url('../fonts/inter-v19-latin_latin-ext-800.ttf') format('truetype');
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, aside, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
 i {
	font-weight: bold;
}

button {
	outline: none;
	border: none;
}

body{
	font-family: 'Inter';
	background: var(--color-bg-body);
	font-weight: 400;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	/* height: 100%; */
	min-height: 100%;
}
body.lTODRHouoCRif {
	height: 100%;
}
body main aside {
	display: block;
}
body.non-scroll{
	overflow: hidden;
}


html,
body {
	scroll-behavior: smooth;
	overflow-x: hidden;
	overflow-y: auto;
}

header{
	background: var(--color-bg-header);
	height: 56px;
	border-bottom: 1px solid var(--color-header-border);
	padding: 0 40px;
	position: fixed;
	width: 100%;
	z-index: 5;
	display: flex;
}
header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 29px 0;
	background-color: var(--color-footer-bg);
	margin-top: auto;
}

footer p {
	font-size: 16px;
	color: var(--color-footer-text);
}

.BvvzECOz6rztjTk{
	width: 26px;
	height: 20px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.BvvzECOz6rztjTk .zNDxTwMnAbWt{
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background: #fff;
}

.BvvzECOz6rztjTk .close{
	display: none;
}

.BvvzECOz6rztjTk .close img{
	margin-top: -5px;
}

.BvvzECOz6rztjTk.active .close{
	display: block;
}

.BvvzECOz6rztjTk.active .zNDxTwMnAbWt{
	display: none;
}

.gbhVrX5HXW{
	display: flex;
	gap: 16px;
	align-items: center;
}

aside .gbhVrX5HXW{
	justify-content: center;
	margin-bottom: 20px;
	display: none;
}
aside .gbhVrX5HXW a{
	max-width: 120px;
}

header .gbhVrX5HXW .button{
	min-width: 120px;
}

.cUbGVROmew{
	height: 30px;
}

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

.dkhJHPqToG img{
	height: 24px;
	width: auto;
}

.dkhJHPqToG{
	display: flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.gbhVrX5HXW .TNDlWDeSazbrSc{
	display: flex;
	align-items: center;
	gap: 10px;
}

.button {
	display: inline-block;
	width: 100%;
	max-width: 120px;
	padding: 8px 5px;
	font-size: 12px;
	font-weight: 650;
	color: var(--color-text-btn-login);
	border-radius: 10px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}
.button .fyaQQPK2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.button::after, .button::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.fRfs7TSYfFp::after{
	opacity: 1;
	background: var(--color-btn-login);
}
.fRfs7TSYfFp::before {
	opacity: 0;
	background: var(--color-btn-login-hover);
}
.fRfs7TSYfFp:hover::after {
	opacity: 0;
}
.fRfs7TSYfFp:hover::before {
	opacity: 1;
}
.rvSLCfZH9y{
	background: var(--color-btn-reg);
	color: var(--color-text-btn-reg);
}
.rvSLCfZH9y:hover {
	background: var(--color-btn-reg-hover);
}

.lRJSa44PNFe {
	border: 1px solid var(--color-btn-green-border);
	background-color: var(--color-btn-green-bg);
	color: var(--color-btn-green-text);
}
.lRJSa44PNFe:hover {
	background-color: var(--color-btn-green-bg-hover);
}

main{
	display: flex;
	height: 100%;
	padding-top: 56px;
}

aside{
	display: none;
	width: 277px;
	padding: 40px 20px;
	background: var(--color-bg-aside);
}
aside.KFSfALIKGZCZaz5 {
	position: fixed;
	z-index: 10;
	left: -1000px;
}
aside.KFSfALIKGZCZaz5 .RJAIfKnqgMEl,
aside.KFSfALIKGZCZaz5 .sHRZD9C8nLF {
	display: none;
}

.RJAIfKnqgMEl {
	list-style: none;
}

.RJAIfKnqgMEl li {
	margin-bottom: 26px;
}
.RJAIfKnqgMEl li:last-child {
	margin-bottom: 0;
}

.RJAIfKnqgMEl a{
	display: flex;
	align-items: center;
	padding: 7px 16px;
	gap: 12px;
	border-radius: 16px;
	border: 1px solid rgba(239, 239, 239, 0.10);
	background: var(--color-btn1);
	color: var(--color-text-btn1);
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.RJAIfKnqgMEl a:hover {
	background: var(--color-btn1-hover);
}

.RJAIfKnqgMEl a img{
	height: 28px;
	width: auto;
}

.sHRZD9C8nLF{
	margin-top: 64px;
}

.sHRZD9C8nLF .block{
	padding: 13px 16px 46px;
	display: flex;
	gap: 16px;
	border-radius: 28px;
	border: 1px solid rgba(239, 239, 239, 0.10);
	background: var(--color-btn2);
	margin-bottom: 10px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.sHRZD9C8nLF .block:hover{
	background: var(--color-btn2-hov);
}

.sHRZD9C8nLF .yHYbYRx3p8g{
	width: 44px;
	height: 44px;
	border-radius: 30px;
	border: 1px solid rgba(239, 239, 239, 0.10);
	background: var(--color-border-img2);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.sHRZD9C8nLF .yHYbYRx3p8g img{
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.sHRZD9C8nLF .qkumlnLA3U41q{
	width: calc(100% - 60px);
}

.sHRZD9C8nLF .qkumlnLA3U41q p{
	color: var(--color-text-btn2);
	font-size: 10px;
	line-height: 155%;
	font-weight: 500;
}

.sHRZD9C8nLF .qkumlnLA3U41q p.title{
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 12px;
}

.sHRZD9C8nLF .block a{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}

.JcGjrTbHZmyFZc2q{
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	width: calc(100% - 277px);
}
.JcGjrTbHZmyFZc2q.KFSfALIKGZCZaz5 {
	width: 100%;
}
.JcGjrTbHZmyFZc2q .container{
	width: calc(100% - 80px);
	max-width: 1090px;
	margin: 18px auto;
}
#main-slider {
	margin-bottom: 54px;
}
#main-slider .slide{
	position: relative;
	height: 370px;
	border-radius: 28px;
	overflow: hidden;
	cursor: pointer;
}

.owl-theme .owl-dots .owl-dot > * {
	background: var(--color-bg-bowls) !important;
	margin: 5px 2px!important;
}
.owl-theme .owl-dots .owl-dot.active > *,
.owl-theme .owl-dots .owl-dot:hover > * {
	background: var(--color-bg-bowls-active) !important;
}

.VwGxnqb2XIGXOi{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 115px;
	border-top: 1px solid rgba(207, 210, 206, 0.41);
	background: rgba(217, 217, 217, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 14px 25px;
}

.VwGxnqb2XIGXOi p.gcQSRXoAx{
	color: var(--color-text-titles-v1);
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	line-height: 50px; 
	text-transform: uppercase;
}

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

.PWQDCokflm82Ab p{
	color: var(--color-text-titles-v2);
	font-size: 18px;
	font-weight: 500;
}

.dheaFZ811a7{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px 16px;
	margin-bottom: 54px;
}

.dheaFZ811a7 a{
	width: 168px;
	padding: 6px 0;
	text-align: center;
	color: var(--color-text-btn3);
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	border-radius: 12px;
	border: 1px solid rgba(166, 166, 166, 0.38);
	position: relative;
	overflow: hidden;
}
.dheaFZ811a7 a .wnmKSsnNNJ{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	font-weight: normal;
}
.dheaFZ811a7 a::after, .dheaFZ811a7 a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;	
}
.dheaFZ811a7 a::after{
	opacity: 1;
	background: linear-gradient(90deg, var(--color-gradient1-btns-sliders) 0%, var(--color-gradient2-btns-sliders) 100%);
}
.dheaFZ811a7 a::before{
	background: linear-gradient(90deg, var(--color-gradient2-btns-sliders) 0%, var(--color-gradient1-btns-sliders) 100%);
	opacity: 0;
}
.dheaFZ811a7 a:hover::after{
	opacity: 0;
}
.dheaFZ811a7 a:hover::before{
	opacity: 1;
}


.dheaFZ811a7 a img{
	height: 24px;f
	width: auto;
	margin-right: 3px;
}

.xfTJWtK35QeTKY{
	position: relative;
	margin-bottom: 32px;
}

.xfTJWtK35QeTKY:before{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #11EB84;
	left: 0;
	top: 15px;
	content: '';
	z-index: 1;
}

.xfTJWtK35QeTKY p{
	padding: 7px 16px;
	display: flex;
	border-radius: 18px;
	border: 1px solid var(--color-border-slider-title);
	color: var(--color-text-titles-v1-1);
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: var(--color-bg-body);
}

.xfTJWtK35QeTKY p > *{
	color: var(--color-text-titles-v2);
	margin: 0 6px;
}

.owl-carousel{
	position: relative;
	z-index: 2;
}

.owl-carousel .owl-nav button{
	position: absolute;
	top: -68px;
	border-radius: 20px !important;
	border: 1px solid #11EB84 !important;
	background-color: var(--color-bg-arrows) !important;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin: 0 !important;
	transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav button:hover {
	background-color: var(--color-bg-arrows-hov) !important;
}

.owl-carousel .owl-nav .owl-prev{
	left: 0;
	background-image: url('../img/slide-left.svg') !important;
}

.owl-carousel .owl-nav .owl-next{
	right: 0;
	background-image: url('../img/slide-right.svg') !important;
}

.owl-carousel .owl-nav button > * {
	display: none;
}
.MwMuQdXQybH {
	margin-bottom: 54px;
}
.slide img {
    height: 80%;
    object-fit: cover;
}

.MwMuQdXQybH .slide{
	width: 165px;
	height: 165px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 28px;
	border: 1px solid #11EB84;
	overflow: hidden;
}

.MwMuQdXQybH .slide img{
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}
.oybLruBfPSC {
	margin-bottom: 54px;
}
.oybLruBfPSC.VynJEadalqvX5K .slide{
	padding: 10px 0;
}
.oybLruBfPSC .slide{
	display: flex;
	justify-content: center;
	gap: 8px;
	border-radius: 12px;
	border: 1px solid #11EB84;
	width: 168px;
	position: relative;
	overflow: hidden;
}
.oybLruBfPSC .slide .NzPDvGBYnhOtxMt{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 2;
}
.oybLruBfPSC .slide::after,
.oybLruBfPSC .slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.oybLruBfPSC .slide::after {
	opacity: 1;
	background: linear-gradient(90deg, var(--color-gradient1-btns-sliders) 0%, var(--color-gradient2-btns-sliders) 100%);
}
.oybLruBfPSC .slide::before {
	background: linear-gradient(90deg, var(--color-gradient2-btns-sliders) 0%, var(--color-gradient1-btns-sliders) 100%);
	opacity: 0;
}
.oybLruBfPSC .slide:hover::after {
	opacity: 0;
}
.oybLruBfPSC .slide:hover::before {
	opacity: 1;
}


.oybLruBfPSC .slide a {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 11px 0;
	position: relative;
	z-index: 2;
}

.oybLruBfPSC p.xyiCNngWLJ{
	color: var(--color-text-titles-v2);
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	font-weight: 500;
}

.oybLruBfPSC p.VIlnXALjjPUjH5{
	color: var(--color-text-titles-v4);
	font-size: 16px;
	line-height: 16px;
	font-style: italic;
	font-weight: 800;
	margin-top: 4px;
	margin-bottom: 8px;
}

.oybLruBfPSC p.id{
	color: var(--color-text-secondary-v2);
	font-size: 8px;
	line-height: 10px;
	font-weight: 500;
}

.oybLruBfPSC img{
	width: 39px !important;
	height: auto;
	margin-right: 9px;
}

.qacclgUY57m3oBhp{
	width: 102px;
}
/* Wins table START*/
.gkjLjeiXdE{
	border-radius: 12px;
	border: 1px solid rgba(166, 166, 166, 0.38);
	background: var(--color-table-body);
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 54px;
}

.EVmRHaeXgBeS{
	padding: 16px 80px 12px;
	color: var(--color-text-titles-v3);
	background: var(--color-table-gead);
}

.hniUZXaBmgZ{
	padding: 24px 80px 0;
	color: var(--color-text-secondary-v1);
}

.ykcZYbcyzrwn6qY, .EVmRHaeXgBeS{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ykcZYbcyzrwn6qY{
	margin-bottom: 24px;
}

.ykcZYbcyzrwn6qY > img{
	display: none;
}

.EVmRHaeXgBeS .OnNanxVx7t5I:first-child, .ykcZYbcyzrwn6qY .OnNanxVx7t5I:first-child, .EVmRHaeXgBeS .OnNanxVx7t5I:nth-child(2), .ykcZYbcyzrwn6qY .OnNanxVx7t5I:nth-child(2){
	width: 200px;
}

.EVmRHaeXgBeS .OnNanxVx7t5I:nth-child(3), .ykcZYbcyzrwn6qY .OnNanxVx7t5I:nth-child(3), .EVmRHaeXgBeS .OnNanxVx7t5I:nth-child(5), .ykcZYbcyzrwn6qY .OnNanxVx7t5I:nth-child(5){
	width: 100px;
}

.EVmRHaeXgBeS .OnNanxVx7t5I:nth-child(4), .ykcZYbcyzrwn6qY .OnNanxVx7t5I:nth-child(4){
	width: 60px;
}

.ykcZYbcyzrwn6qY .OnNanxVx7t5I:first-child, .ykcZYbcyzrwn6qY .OnNanxVx7t5I:nth-child(2){
	display: flex;
	gap: 12px;
	align-items: center;
}

.ykcZYbcyzrwn6qY .OnNanxVx7t5I img{
	height: 41px;
	width: auto;
	border-radius: 20px;
}

.ykcZYbcyzrwn6qY .OnNanxVx7t5I:nth-child(4){
	color: var(--color-text-titles-v2);
}

.ykcZYbcyzrwn6qY .OnNanxVx7t5I:nth-child(5){
	color: var(--color-text-titles-v4);
}

/* Wins table END*/

/* Football banner START*/
.emtYLxLKpJJB7{
	position: relative;
	width: 100%;
	overflow: hidden;	
	/* display: flex;
	justify-content: flex-end; */
	border-radius: 31px;
	margin-bottom: 81px;
}

.HzOVyzVZl21b{
	display: none;
}

.CNmFhXXgOMcAMa4{
	position: absolute;
	width: 370px;
	left: 17px;
	top: 11px;
	border-radius: 20px;
	border: 1px solid #11EB84;
	background: linear-gradient(0deg, rgba(17, 61, 48, 0.16) 0%, rgba(17, 61, 48, 0.16) 100%), linear-gradient(113deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 110.84%);
	backdrop-filter: blur(2px);
	padding: 20px 16px;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.CNmFhXXgOMcAMa4 p{
	color: var(--color-text-titles-v2);
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}

.kkSgzXwEzON span, .kkSgzXwEzON i {
	color: var(--color-nums-banner);
}

.CNmFhXXgOMcAMa4 p.title{
	color: var(--color-text-titles-v1);
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	line-height: 50px; 
	text-transform: uppercase;
	margin-bottom: 10px;
}
.CNmFhXXgOMcAMa4 p {
	margin-bottom: 21px;
}
.kkSgzXwEzON {
	margin-bottom: 45px;
}
.RPUKdSu9oib{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 8px;
	font-size: 18px;
	border-radius: 6px;
	background: var(--color-btn4);
	margin-bottom: 12px;
	color: var(--color-text-banner);
}
.RPUKdSu9oib:last-child {
	margin-bottom: 0;
}

.CNmFhXXgOMcAMa4 a.rvSLCfZH9y{
	align-self: self-end;
	max-width: 157px;
}

.qLlcvRBwGSMD0c h1, .qLlcvRBwGSMD0c h2{
	color: var(--color-text-titles);
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	/* margin-top: 60px; */
	margin-bottom: 30px;
	background-image: url('../img/title-bg.svg');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 27px;
}

.qLlcvRBwGSMD0c h3{
	margin: 24px 0;
	color: var(--color-text-titles);
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.qLlcvRBwGSMD0c p, .qLlcvRBwGSMD0c li{
	color: var(--color-text-main);
	font-size: 16px;
	font-weight: 200;
	line-height: 24px;
}

.qLlcvRBwGSMD0c li {
	color: var(--color-text-secondary-v3);
}

.qLlcvRBwGSMD0c .wQmkBcu8Yuk4u li {
	color: var(--color-text-pros-cons);
}

.qLlcvRBwGSMD0c p, .qLlcvRBwGSMD0c ul, .qLlcvRBwGSMD0c ol {
	margin-bottom: 20px;
}

.qLlcvRBwGSMD0c ul, .qLlcvRBwGSMD0c ol {
	margin-left: 20px;
}

.qLlcvRBwGSMD0c{ 
	margin-bottom: 64px;
}

.wQmkBcu8Yuk4u{
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 64px;
}

.wQmkBcu8Yuk4u .item{
	padding: 16px 12px;
	border-radius: 12px;
	border: 1px solid #11EB84;
	background: linear-gradient(90deg, var(--color-gradient1-pros-cons) 0%, var(--color-gradient2-pros-cons) 100%);
	width: calc(50% - 8px);
}

p.PWAQGFrGzH{
	padding: 0 23px;
	margin-bottom: 10px;
	color: var(--color-text-titles-v2);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}

.wQmkBcu8Yuk4u ul{
	margin-bottom: 0;
	font-style: italic;
	line-height: 28px;
	list-style: disc;
}

/*TOC section*/
.SHBD8omRv4 {
	overflow: visible;
}

.SHBD8omRv4 h1,
.SHBD8omRv4 h2,
.SHBD8omRv4 h3 {
	scroll-margin-top: 100px;
}

.HLMgOVy4RAp {
	margin: 20px 0;
	/* border: 1px solid #ddd; */
	/* border-radius: 4px; */
	overflow: hidden;
}

.jseufydpoQ2LZW {
	width: 100%;
	padding: 15px;
	padding-left: 45px;
	text-align: left;
	color: var(--color-text-titles);
	font-size: 18px;
	font-weight: 600;
	background: url("../img/title-bg.svg") no-repeat center left;
	border: none;
	cursor: pointer;
	position: relative;
}

.jseufydpoQ2LZW::after {
	content: '';
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid var(--color-arrow-accord);
	transition: transform 0.3s ease;
}

.jseufydpoQ2LZW[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(0deg);
}

.toc {
	background: transparent;
	padding: 0;
	margin: 0;
}

.xTeWjxCl6Ps {
	padding: 15px 28px;
	display: none;
}

.xTeWjxCl6Ps.visible {
	display: block;
}

.toc ol {
	padding: 0;
	margin: 0;
}

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

.toc ul li,
.toc ol li {
	margin-bottom: 37px;
}
.toc ul li:last-child,
.toc ol li:last-child {
	margin-bottom: 0;
}

.toc ul ul,
.toc ol ol {
	padding-left: 20px;
	margin-top: 21px;
	
}



.FsFRTxK7V8Tnjr7 {
	display: block;
	font-size: 18px;
	color: var(--color-text-secondary);
	transition: color 0.3s ease;
}

.FsFRTxK7V8Tnjr7:hover {
	background-color: #6F9FD94D;
}

.EUYNAzApPI7fpkF {
	font-weight: 600;
}

.bZyc4RoaO {
	font-size: 0.9em;
	color: #666;
}

/*Privacy Policy START*/
.GGPzYftcbBSqbp{
	padding: 60px 49px;
	color: #FFF;
}

.GGPzYftcbBSqbp h1 {
	margin: 0 0 25px;
	font-weight: 700;
	font-size: 28px;
}

.GGPzYftcbBSqbp .CwPsTUmuNfhpA {
	display: inline-block;
	margin-bottom: 26px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
}

.GGPzYftcbBSqbp section {
	margin-bottom: 35px;
}
.GGPzYftcbBSqbp section:last-child {
	margin-bottom: 0;
}
.GGPzYftcbBSqbp section:last-child p:last-child {
	margin-bottom: 0;
}

.GGPzYftcbBSqbp h2{
	margin-bottom: 39px;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
.GGPzYftcbBSqbp h3 {
	font-size: 18px;
}
.GGPzYftcbBSqbp p, .GGPzYftcbBSqbp h3{
	margin-bottom: 39px;
}
.GGPzYftcbBSqbp p {
	font-size: 16px;
}
.GGPzYftcbBSqbp i{
	font-weight: 700;
}

.GGPzYftcbBSqbp ul, .GGPzYftcbBSqbp ol {
	margin-bottom: 25px;
	list-style: disc;
	list-style-position: inside;
}

.GGPzYftcbBSqbp li {
	margin-bottom: 10px;
	&:last-child{
		margin-bottom: 0;
	}
}
/*Privacy Policy END*/
/*404 Error START*/
.issvKRSZW0s09 { 
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100vh;
}
.issvKRSZW0s09 .container {
	width: 100%;
	max-width: 788px;
	padding: 20px;
}

.issvKRSZW0s09 img {
	width: 100%;
}
.issvKRSZW0s09 a {
	max-width: 182px;
	justify-self: center;
}
/*404 Error END*/
/*Custom Select START*/
.GcabHOHB77 {
	display: inline-block;
	width: 103px;
	height: 45px;
	margin: 0 8px 0 0;
	padding: 13px 16px;
	background-color: transparent;
	border-radius: 6px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.GcabHOHB77.PVsvY8VGmW{
	display: none;
}


/* .GcabHOHB77:hover {
	background-color: rgba(255, 255, 255, 0.1);
} */


.GcabHOHB77 .bQZxlCimvOJS0N {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	color: var(--color-lang);
	font-size: 15px;
	font-weight: 600;
}
.GcabHOHB77 .bQZxlCimvOJS0N::after {
	content: "";
	position: absolute;
	right: -29px;
	top: 0%;
	width: 24px;
	height: 24px;
	background-image: url("../img/slide-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}

.GcabHOHB77 .bQZxlCimvOJS0N img{
	width: 100%;
	margin-right: 7px;
}

.GcabHOHB77 .UcyUrnvnUJmLU3 {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	margin: 0;
	border-radius: 5px;
	background: var(--color-bg-lang-list);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}
.GcabHOHB77 .UcyUrnvnUJmLU3 img {
	width: 100%;
	margin-right: 7px;
}

.GcabHOHB77 .UcyUrnvnUJmLU3 .tOkVboyV {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 11px 15px;
	color: var(--color-lang);
	font-weight: 600;
	cursor: pointer;
	border-radius: 6px;
}

.GcabHOHB77 .UcyUrnvnUJmLU3 .tOkVboyV:hover {
	background-color: var(--color-bg-lang-list-hov);
}

.GcabHOHB77 .UcyUrnvnUJmLU3 .tOkVboyV:active {
	background-color: var(--color-bg-lang-list-hov);
}

/* .GcabHOHB77.open .bQZxlCimvOJS0N:after {
	transform: rotate(180deg);
} */
/*Custom Select END*/


.tOkVboyV a {
	display: flex;
	align-items: center;
	padding: 0 15px;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
}

.tOkVboyV img {
	width: 24px;
	height: auto;
	flex-shrink: 0;
	margin-left: -4px;
}

.wp-block-table {
	color: var(--color-table-text);
}

/*Review block START*/
.sQGioujG {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 54px;
}
.LvsPRiw2IEPnV {
	max-width: 380px;
	width: 100%;
	height: 244px;
	border-radius: 28px;
	overflow: hidden;
	flex-shrink: 0;
}
.LvsPRiw2IEPnV img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tMycAJSD5asUX {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-family: Arial;
}
.tMycAJSD5asUX .title {
	color: var(--color-reviewсontent-title);
	font-size: 20px;
	font-weight: 600;
}
.tMycAJSD5asUX p {
	color: var(--color-reviewсontent-p);
	font-size: 16px;
	font-weight: 200;
	line-height: 25px;
}
.tMycAJSD5asUX ul, .tMycAJSD5asUX ol {
	color: var(--color-reviewсontent-p);
/* 	color: var(--color-text-li-lo-img-text-btn); */
    font-size: 16px;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    gap: 7px;
    list-style-position: inside;
	
}
.tMycAJSD5asUX h3 {
	color: var(--color-reviewсontent-title);
	font-size: 18px;
	font-weight: 500;
}
.ZprckTnA6fm {
	display: flex;
	flex-direction: row;
	gap: 16px;
}
.ZprckTnA6fm .button {
	max-width: 340px;
}
/*Review block END*/

/*Articles block START*/
.articleSlider {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.articleSlider.owl-carousel .owl-nav button {
	top: 40%;
}
.articleSlider.owl-carousel .owl-nav .owl-prev {
	left: -55px;
}
.articleSlider.owl-carousel .owl-nav .owl-next {
	right: -55px;
}
.articleSlider.owl-carousel .owl-item img {
	width: auto;
}

.sRsMGQVgqflEk {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 230px;
}
.DCMQmXp5ofyJw {
	max-height: 160px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 16px;
}
.XPwXrLyqz8r {
	margin-bottom: 10px;
	font-size: 16px;
	color: var(--color-title-popular-post);
	font-weight: 600;
}
.sRsMGQVgqflEk p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
}
/*Articles block END*/

/*Casino Listing START*/
.xpSxf6gO {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 54px;
}
.vUZqIDUAAoJ {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	padding: 20px 30px;
	border-radius: 12px;
	border: 1px solid var(--color-border-bg-listing-casino);
	background: linear-gradient(90deg, var(--color-bg1-listing-casino) 0%, var(--color-bg2-listing-casino) 100%);
	position: relative;
}
.zRwIKugUhdq {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -18px;
	margin: auto 0;
	width: 35px;
	height: 35px;
	border: 1px solid var(--color-border-num-listing-casino);
	border-radius: 20px;
	background-color: var(--color-bg-num-listing-casino);
	color: var(--color-text-num-listing-casino);
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	display: flex;
	align-items: center;
	justify-content: center;
}
.JbfOUvytFK1W9 {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
}
.jxFntvbr0kk6 {
	width: 62px;
	height: 62px;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
}
.jxFntvbr0kk6 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.psLsbjjgC {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 54px;
	width: 100%;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
}
.ecAAFWTAj5z, .vcNyitGq7SaJ9A {
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.ecAAFWTAj5z {
	width: 100%;
	max-width: 110px;
	color: var(--color-title-listing-casino);
	-webkit-line-clamp: 2;
	line-clamp: 2;
	flex-shrink: 0; /*щоб татйт не обрізався*/
}
.vcNyitGq7SaJ9A {
/* 	max-width: 160px; */
	max-width: 230px;
	color: var(--color-description-listing-casino);
	-webkit-line-clamp: 3;
	line-clamp: 3;
	padding-right: 5px; /*щоб тайтл не обрізався*/
}
.ahWFZP0Dmnb {
	display: flex;
	flex-direction: row;
	gap: 5px;
	margin-left: auto;
}
.ahWFZP0Dmnb img  {
	width: 20px;
	height: 20px;
}
.KHGAVN1lFDbD90 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
/* 	flex-grow: 1; */
	max-width: 380px;
	width: 100%;
}
.KHGAVN1lFDbD90 .button {
	max-width: 178px;
	white-space: normal;
}
/*Casino Listing END*/

/*Scrollable Content START*/
.lAcSQvWztKI {
	margin-bottom: 64px;
	border: 1px solid #667170;
	border-radius: 20px;
	padding: 24px 15px 24px 30px;
	overflow: visible;
}
.scrollableInner {
	min-height: 520px;
	max-height: 80vh;
	overflow-y: auto;
	padding-right: 15px;
	scroll-behavior: smooth;
}

/* Ensure content is not cut off */
.scrollableInner::after {
	content: '';
	display: block;
	height: 20px;
}



/* Additional styles for better content visibility */
.lAcSQvWztKI {
	position: relative;
}

.scrollableInner {
	position: relative;
}

/* Ensure all content is visible */
.qLlcvRBwGSMD0c {
	position: relative;
	z-index: 1;
}

/* Better spacing for lists and paragraphs */
.qLlcvRBwGSMD0c ul {
	margin-bottom: 24px;
}

.qLlcvRBwGSMD0c p:last-child {
	margin-bottom: 0;
}

/* Ensure content is not hidden */
.qLlcvRBwGSMD0c img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 16px 0;
}

/* Better visibility for last sections */
.scrollableInner section:nth-last-child(-n+3) {
	opacity: 1;
	transform: none;
}

/* Anchor Scroll Styles */
.scrollableInner section[id] {
	scroll-margin-top: 20px;
	scroll-margin-bottom: 40px;
}

.scrollableInner section[id]:target {
	animation: highlightTarget 2s ease-out;
}

/* Ensure last section is fully visible */
.scrollableInner section:last-child {
	margin-bottom: 20px;
}

/* Better scrollbar styling */
.scrollableInner::-webkit-scrollbar {
	width: 8px;
}

.scrollableInner::-webkit-scrollbar-track {
	background: #1a2e2e;
	border-radius: 10px;
}

.scrollableInner::-webkit-scrollbar-thumb {
	background-color: #ABCEBE;
	border-radius: 10px;
	border: 2px solid #1a2e2e;
}

.scrollableInner::-webkit-scrollbar-thumb:hover {
	background-color: #8FB8A8;
}

@keyframes highlightTarget {
	0% {
		background-color: rgba(255, 236, 45, 0.1);
	}
	100% {
		background-color: transparent;
	}
}
/*Scrollable Content END*/


/* === Вставьте в самый конец style.css === */

/* Десктоп-версія: гибкие колонки + отступ 40px между ними */
@media (min-width: 769px) {
  /* Сбрасываем фиксированные ширины */
  .EVmRHaeXgBeS .OnNanxVx7t5I,
  .ykcZYbcyzrwn6qY .OnNanxVx7t5I {
    width: auto !important;
  }

  /* Flex-контейнер для шапки и строк + горизонтальный gap */
  .EVmRHaeXgBeS,
  .ykcZYbcyzrwn6qY {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 0 40px !important;   /* 40px между колонками */
  }

  /* Все колонки гибкие */
  .EVmRHaeXgBeS > .OnNanxVx7t5I,
  .ykcZYbcyzrwn6qY > .OnNanxVx7t5I {
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 0;
  }

  /* Первая колонка (иконка + текст) */
  .EVmRHaeXgBeS > .OnNanxVx7t5I:first-child,
  .ykcZYbcyzrwn6qY > .OnNanxVx7t5I:first-child {
    display: flex;
    gap: 12px;
    align-items: center;
  }
}


/* Anchor Scroll Styles */
.scrollableInner section[id] {
	scroll-margin-top: 20px;
}

.scrollableInner section[id]:target {
	animation: highlightTarget 2s ease-out;
}

@keyframes highlightTarget {
	0% {
		background-color: rgba(255, 236, 45, 0.1);
	}
	100% {
		background-color: transparent;
	}
}


/* amp */
.articleSlider .slide amp-img {
	height: 160px;
}
.slide.i-amphtml-carousel-slotted {
	padding-right: 10px;
  	box-sizing: border-box;
}

.ykcZYbcyzrwn6qY .OnNanxVx7t5I amp-img {
    height: 41px;
    width: 41px;
    border-radius: 20px;
}

.RJAIfKnqgMEl a amp-img {
    height: 28px;
    width: 28px;
}

.amp-sidebar-mask {
	display: none;
	z-index: 0;
}
html[amp] amp-sidebar {
	width: 100%;
	min-width: 100%!important;
	max-width: 100%!important;
}

amp-sidebar aside {
	height: 100%;
}

html[amp] amp-sidebar:not(#_#_#_#_#_#_#_#_) {
    min-width: 100% !important;
}

html[amp] .BvvzECOz6rztjTk {
	z-index: 3;
}
amp-sidebar {
	z-index: 2;
}

html[amp] .gbhVrX5HXW .TNDlWDeSazbrSc {
	z-index: 3;
}

.cUbGVROmew amp-img {
	width: 142px;
}

html[amp] .cUbGVROmew {
	z-index: 3;
}

amp-sidebar aside {
	padding-top: 70px;
}

html[amp] .GcabHOHB77 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

html[amp] .UcyUrnvnUJmLU3 {
  display: none;
  position: absolute;
  background-color: #1a1a1a;
  padding: 10px;
  z-index: 1000;
  border-radius: 5px;
  width: max-content;
}

html[amp] .GcabHOHB77.active .UcyUrnvnUJmLU3 {
  display: block;
}

html[amp] .tOkVboyV {
  margin-bottom: 8px;
}

html[amp] .tOkVboyV:last-child {
  margin-bottom: 0;
}

html[amp] .tOkVboyV img {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

html[amp].jrMxcSY5FAzto main aside {
	display: none;
}

html[amp].jrMxcSY5FAzto .issvKRSZW0s09 {
	margin: 0 auto;
}

html[amp] .issvKRSZW0s09 .container {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

i-amphtml-sizer {
	padding-top: 0;
}

html[amp] #main-slider {
	margin-bottom: 20px;
	border-radius: 28px;
}

html[amp] slide {
	overflow: hidden;
	border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

html[amp] .HLMgOVy4RAp .xTeWjxCl6Ps {
	display: block;
}

html[amp] .qLlcvRBwGSMD0c h3 {
	margin: 0;
}

html[amp] .HLMgOVy4RAp {
	margin: 0;
}

html[amp] .yPGVkCOWlUkghA {
	margin-top: 25px;
}

html[amp] .FsFRTxK7V8Tnjr7 {
	font-weight: 500;
}

html[amp] .owl-carousel {
	display: block!important;
}

.ykcZYbcyzrwn6qY .OnNanxVx7t5I amp-img {
	flex-shrink: 0;
}

html[amp] section.qLlcvRBwGSMD0c[id] {
  padding-top: 56px;
  margin-top: -56px;
}

.VwGxnqb2XIGXOi {
border-radius: 0 0 20px 20px;
}

html[amp] #main-slider .slide {
	min-height: 366px;
}

#main-slider .slide {
	min-height: 366px;
	background: linear-gradient(90deg, var(--color-gradient1-btns-sliders) 0%, var(--color-gradient2-btns-sliders) 100%);
}

/* #main-slider amp-img {
	height: 300px!important;
} */

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover i {
	display: block!important;
	border-radius: 30px;
	width: 10px;
    height: 10px;
	display: block;
}

.owl-theme .owl-dots .owl-dot > * {
	border-radius: 30px;
	width: 10px;
    height: 10px;
	display: inline-block;
}



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

.drop {
    background: var(--color-faq-close);
    margin-top: 12px;
    padding: 22px 30px 22px 30px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}

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

.drop .toc-default {
	color: var(--color-text-faq-close);
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
/*     padding: 0 80px 0 50px; */
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
	height: auto;
    padding: 0;
    background-color: transparent;
	padding-right: 50px;
}

.drop .options-holder {
    display: none;
    padding: 0;
    border-radius: 0 0 10px 10px;
	margin-top: 12px;
    max-width: 90%;
}

.drop .options-holder p {
	font-size: 18px;
	line-height: 23px;
	color: var(--color-text-faq-open);
    margin-top: 0;
	margin-bottom: 0;
	font-weight: 100;
}

.toc-default::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--color-arrow-accord);
    transition: transform 0.3s ease;
}

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

amp-accordion .qLlcvRBwGSMD0c h3 {
    margin: 0;
    border: none!important;
}

amp-accordion .toc-default[aria-expanded="true"]::after   {
	transform: translateY(-50%) rotate(-180deg);
}

html[amp] .qLlcvRBwGSMD0c h3 {
    border: none!important;
}

@media(max-width: 728px){ 
	.drop .toc-default {
    font-size: 14px;
	line-height: 24px;
	padding-right: 30px;
	}
	
	.drop .options-holder p {
	font-size: 14px;
	line-height: 23px;
}
	.drop {
    padding: 10px 20px 10px 20px;
}
	.toc-default::after {
	top: 13px;
	right: 0px; 
}
}

@media(max-width: 1000px){ 
	.mainSlider .slide{
	   height: 300px!important;
	}
	html[amp] #main-slider {
		height: 426px;
	}
}

@media (max-width: 505px) {
	.GcabHOHB77#deskLang {
        display: none;
    } 
	
 .GcabHOHB77#mobLang {
        display: block!important;
    }	
}

@media (max-width: 420px) {
	#main-slider amp-img {
	height: 330px!important;
}
}

aside .gbhVrX5HXW a {
	max-width: 160px;
	white-space: normal;
}

header .gbhVrX5HXW .button {
    width: auto;
    max-width: 160px;
	white-space: normal;
}


html[amp] #main-slider .slide {
	margin-left: 8px!important;
	height: 100%;
	max-height: 100%;
}

.amp-scrollable-carousel-slide {
    display: inline-block !important;
    margin-left: 8px!important;
}

.i-amphtml-carousel-slotted, .i-amphtml-carousel-spacer {
	margin-left: 8px!important;
}

/* menu */

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-left: auto;
    margin-right: 20px;
}
.menu > .menu-item {
    position: relative;
}
.menu a {
    text-decoration: none;
    color: var(--color-text-head-menu);
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 10px 0;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    display: none;
    z-index: 10;
    padding: 10px;
    background: var(--color-bg-text-head-menu);
    overflow-y: auto;
    width: 100%;
    height: auto;
    list-style-type: none;
    min-width: 101px;
}
.sub-menu a {
    color: #FFFFFF;
	font-weight: 400;
	font-size: 12px;
}

@media screen and (min-width: 1001px) {
	
    .menu-item.has-submenu > a::after, .top-line .locale-but::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: 13px;
        height: 12px;
        transition: background-image 0.3s ease-in-out;
    }
	    .menu > .menu-item:hover .sub-menu {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
	    .menu-item:hover > a {
        color: var(--color-text-head-menu-hover);
    }
	    .menu-item.has-submenu:hover > a::after {
        background-image: url(../img/arrow9.svg);
		width: 13px;
        height: 12px;
    }	
	aside .menu {
	display: none;
}
}

@media screen and (max-width: 1055px) {
	.menu {
		gap: 15px;
		margin-right: 7px;
	}
}

@media screen and (max-width: 1001px) {
header .menu {
		display: none;
	}
	.menu {
        display: flex;
        flex-direction: column;
        order: 1;
        gap: 10px;
        margin-right: 40px;
		align-items: flex-end;
		margin-bottom: 20px;
    }
	.menu a {
		padding: 10px 0;
	}
/* 	aside.open {
		padding-top: 20px;
	} */
	
	
	.menu-item.has-submenu {
  position: relative;
  margin-right: 18px;
}

 .menu-item.has-submenu::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 14px;
  height: 14px;
  background: url('../img/arrow8.svg') no-repeat center/contain;
  transition: transform 0.3s ease;
 
} 

.menu-item.has-submenu.open::after {
  transform: translateY(-50%) rotate(180deg);
  top: 9px;
}

.menu-item .sub-menu {
  display: none;
}

.menu-item.open .sub-menu {
  display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
	    min-width: 100%;
	    padding-right: 0;
}	
	.sub-menu {
    position: static;
}
amp-sidebar aside.open {
	padding-top: 100px;
}
	amp-sidebar .menu {
		display: flex;
	}
}

footer {
	flex-direction: column;
	gap: 30px;
	align-items: center;
}

.LAvVIaTvof {
	display: flex;
	justify-content: center;
	gap: 57px;
	flex-wrap: wrap;
}
.LAvVIaTvof a {
	text-decoration: none;
    color: var(--color-text-menu);
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 10px 0; 
}
.LAvVIaTvof a:hover {
color: var(--color-text-menu-hover);
}

@media screen and (max-width: 728px) {
.LAvVIaTvof {
	gap: 20px;
}
}

.qLlcvRBwGSMD0c p, .qLlcvRBwGSMD0c li {
	font-weight: 400;
}



 html[amp] .submenu-toggle {
  position: absolute;
  right: -20px;
  top: 8px;
  transform: translateY(-50%) rotate(0deg);
  width: 14px;
  height: 14px;
  background: url('../img/arrow8.svg') no-repeat center / contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: transform .3s ease;
} 
html[amp] .menu-item.open .submenu-toggle {
  transform: translateY(-50%) rotate(180deg);
}
html[amp] .sub-menu [] {
  display: block;
  padding-left: 20px;
}


@media screen and (max-width: 1001px) {
.menu-item .submenu-toggle {
		display: none;
	}
	.menu-item.has-submenu .submenu-toggle {
		display: block;
	}
html[amp] .menu-item.has-submenu::after {
	content: none;
}
	  html[amp]  .menu-item .sub-menu {
       display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
	    min-width: 100%;
	    padding-right: 0;
    }
.submenu-toggle.opened {
  transform: rotate(180deg);
}

}

.UrEKvmeQYm {
	margin-left: auto;
}

