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

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;
}
 span {
	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.QIVyhxUJphZJ {
	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);
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
	align-items: center;
	position: fixed;
	width: 100%;
	z-index: 5;
}

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

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

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

.ZisTiLMyUlNLp .close{
	display: none;
}

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

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

.ZisTiLMyUlNLp.active .rnAWywTJuMY6{
	display: none;
}

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

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

header .xjeCWUV68oZF .ggXqWqf30h{
	min-width: 120px;
}

.hnCQwh2cat61Y3{
	height: 30px;
}

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

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

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

.xjeCWUV68oZF .VOmpgJT3Y{
	display: flex;
	align-items: center;
	gap: 10px;
}

.ggXqWqf30h {
	display: inline-block;
	width: 100%;
	max-width: 120px;
	padding: 8px 5px;
	font-size: 14px;
	font-weight: 700;
	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;
}
.ggXqWqf30h .ocaMsSwt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.ggXqWqf30h::after, .ggXqWqf30h::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.AkkjWTBee49Bemk::after{
	opacity: 1;
	background: var(--color-btn-login);
}
.AkkjWTBee49Bemk::before {
	opacity: 0;
	background: var(--color-btn-login-hover);
}
.AkkjWTBee49Bemk:hover::after {
	opacity: 0;
}
.AkkjWTBee49Bemk:hover::before {
	opacity: 1;
}
.FbqBLuI5Qo{
	background: var(--color-btn-reg);
	color: var(--color-text-btn-reg);
}
.FbqBLuI5Qo:hover {
	background: var(--color-btn-reg-hover);
}

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

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

.DYfmAqpYUy5cuLL {
	list-style: none;
}

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

.DYfmAqpYUy5cuLL a{
	display: flex;
	align-items: center;
	padding: 7px 16px;
	gap: 12px;
	border-radius: 16px;
	border: 1px solid rgba(255, 234, 4);
	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;
}
.DYfmAqpYUy5cuLL a:hover {
	background: var(--color-btn1-hover);
}

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

.wbBnzhoo0b{
	margin-top: 64px;
}

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

.wbBnzhoo0b .sazvjfffsKOjyXQ{
	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;
}

.wbBnzhoo0b .sazvjfffsKOjyXQ img{
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.wbBnzhoo0b .zxiLy5YyE{
	width: calc(100% - 60px);
}

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

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

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

.RpLyQv6ppGqT{
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	width: calc(100% - 277px);
}

.RpLyQv6ppGqT .loyjzVYfdsZ4L{
	width: calc(100% - 80px);
	max-width: 1090px;
	margin: 18px auto;
}
.yJzFtkIaTIDjVBBG {
	margin-bottom: 54px;
}
.yJzFtkIaTIDjVBBG .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;
}

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

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

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

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

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

.IkDcwbomzQrI 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(255, 234, 4);
	position: relative;
	overflow: hidden;
}
.IkDcwbomzQrI a .uhyDkmwb4sk9{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	font-weight: normal;
}
.IkDcwbomzQrI a::after, .IkDcwbomzQrI a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;	
}
.IkDcwbomzQrI a::after{
	opacity: 1;
	background: linear-gradient(90deg, var(--color-gradient1-btns-sliders) 0%, var(--color-gradient2-btns-sliders) 100%);
}
.IkDcwbomzQrI a::before{
	background: linear-gradient(90deg, var(--color-gradient2-btns-sliders) 0%, var(--color-gradient1-btns-sliders) 100%);
	opacity: 0;
}
.IkDcwbomzQrI a:hover::after{
	opacity: 0;
}
.IkDcwbomzQrI a:hover::before{
	opacity: 1;
}


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

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

.EcmUJhYSLfim:before{
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--color-gradient1-btns-sliders);
	left: 0;
	top: 15px;
	content: '';
	z-index: 1;
}

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

.EcmUJhYSLfim 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 rgba(255, 234, 4) !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;
}
.WQHJWoHbl68a {
	margin-bottom: 54px;
}
.owl-carousel .owl-item img {
    height: 80%;
    object-fit: cover;
}

.WQHJWoHbl68a .slide{
	width: 165px;
	height: 165px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 28px;
	border: 1px solid rgba(255, 234, 4);
	overflow: hidden;
}

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


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

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

.npSgzZwbBTPo p.UrMnPbau6j{
	color: #ffea04;
	font-size: 16px;
	line-height: 16px;
	font-style: italic;
	font-weight: 800;
	margin-top: 4px;
	margin-bottom: 8px;
}

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

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

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

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

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

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

.TaUGkqOndWY{
	margin-bottom: 24px;
}

.TaUGkqOndWY > img{
	display: none;
}

.zMaGmGcGthuvXyMm .MnZaSXWIkrTBrrC:first-child, .TaUGkqOndWY .MnZaSXWIkrTBrrC:first-child, .zMaGmGcGthuvXyMm .MnZaSXWIkrTBrrC:nth-child(2), .TaUGkqOndWY .MnZaSXWIkrTBrrC:nth-child(2){
	width: 200px;
}

.zMaGmGcGthuvXyMm .MnZaSXWIkrTBrrC:nth-child(3), .TaUGkqOndWY .MnZaSXWIkrTBrrC:nth-child(3), .zMaGmGcGthuvXyMm .MnZaSXWIkrTBrrC:nth-child(5), .TaUGkqOndWY .MnZaSXWIkrTBrrC:nth-child(5){
	width: 100px;
}

.zMaGmGcGthuvXyMm .MnZaSXWIkrTBrrC:nth-child(4), .TaUGkqOndWY .MnZaSXWIkrTBrrC:nth-child(4){
	width: 60px;
}

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

.TaUGkqOndWY .MnZaSXWIkrTBrrC img{
	height: 41px;
	width: auto;
	border-radius: 20px;
}

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

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

/* Wins table END*/

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

.oqsXmMaxIFguMHhq{
	display: none;
}

.ZpgUGoxmvpOB2{
	position: absolute;
	width: 370px;
	left: 17px;
	top: 11px;
	border-radius: 20px;
	border: 1px solid rgba(255, 234, 4);
	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;
}

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

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

.ZpgUGoxmvpOB2 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;
}
.ZpgUGoxmvpOB2 p {
	margin-bottom: 21px;
}
.usrhXhTL7a {
	margin-bottom: 45px;
}
.ZebJ1Yq5Wu{
	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);
}
.ZebJ1Yq5Wu:last-child {
	margin-bottom: 0;
}

.ZpgUGoxmvpOB2 a.FbqBLuI5Qo{
	align-self: self-end;
	max-width: 157px;
}

.InbFwlIewuPD h1, .InbFwlIewuPD h2{
	color: var(--color-text-titles);
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	/* margin-top: 60px; */
	margin-bottom: 30px;
	background-image: url('https://mel-bet-login.net/wp-content/uploads/2025/08/icon-1.webp');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 27px;
}

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

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

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

.InbFwlIewuPD .sqWekbCwx4fcvQo li {
	color: var(--color-text-pros-cons);
}

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

.InbFwlIewuPD ul{
	margin-left: 20px;
}

.BNrQjFZaT9scPa {
	margin-bottom: 64px;
}

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

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

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

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

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

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

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

.TcfTaReH6Zmln {
	width: 100%;
	padding: 15px;
	padding-left: 45px;
	text-align: left;
	color: var(--color-text-titles);
	font-size: 18px;
	font-weight: 600;
	background: url("https://mel-bet-login.net/wp-content/uploads/2025/08/icon-1.webp") no-repeat center left;
	border: none;
	cursor: pointer;
	position: relative;
}

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

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

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

.UTDyyqsiexxp4T {
	padding: 15px;
	display: none;
}

.UTDyyqsiexxp4T.visible {
	display: block;
}

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

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

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

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

.PBXGdCDbS:hover {
	background-color: #FFB80447;
}

.BJXqjOBFG70G {
	font-weight: 600;
}

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

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

.CAjnI1hwhnhKF h1 {
	margin: 0 0 17px;
	font-weight: 700;
	font-size: 28px;
}

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

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

.CAjnI1hwhnhKF h2{
	margin-bottom: 17px;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
.CAjnI1hwhnhKF h3 {
	font-size: 18px;
}
.CAjnI1hwhnhKF p, .CAjnI1hwhnhKF h3, .CAjnI1hwhnhKF h4, .CAjnI1hwhnhKF h5 {
	margin-bottom: 17px;
}
.CAjnI1hwhnhKF p {
	font-size: 16px;
}
.CAjnI1hwhnhKF span{
	font-weight: 700;
}

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

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

.DwygfUJQ3aE img {
	width: 100%;
}
.DwygfUJQ3aE a {
	max-width: 182px;
	justify-self: center;
}
/*404 Error END*/
/*Custom Select START*/
.ahkujvXLEYCkvbG7 {
	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;
}
.ahkujvXLEYCkvbG7.zMWVosT53Mr2Lz{
	display: none;
}


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


.ahkujvXLEYCkvbG7 .JuikbhLVr2ILIL {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	color: var(--color-lang);
	font-size: 15px;
	font-weight: 600;
}
.ahkujvXLEYCkvbG7 .JuikbhLVr2ILIL::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);
}

.ahkujvXLEYCkvbG7 .JuikbhLVr2ILIL img{
	width: 100%;
	margin-right: 7px;
}

.ahkujvXLEYCkvbG7 .XkNJPzz9UnpgJ0 {
	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);
}
.ahkujvXLEYCkvbG7 .XkNJPzz9UnpgJ0 img {
	width: 100%;
	margin-right: 7px;
}

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

.ahkujvXLEYCkvbG7 .XkNJPzz9UnpgJ0 .ZXhoyJUNgIgHnW:hover {
	background-color: var(--color-bg-lang-list-hov);
}

.ahkujvXLEYCkvbG7 .XkNJPzz9UnpgJ0 .ZXhoyJUNgIgHnW:active {
	background-color: var(--color-bg-lang-list-hov);
}

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


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

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

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


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

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

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

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

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



/* amp */

.TaUGkqOndWY .MnZaSXWIkrTBrrC amp-img {
    height: 41px;
    width: 41px;
    border-radius: 20px;
}

.DYfmAqpYUy5cuLL 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] .ZisTiLMyUlNLp {
	z-index: 3;
}
amp-sidebar {
	z-index: 2;
}

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

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

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

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

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

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

html[amp] .ahkujvXLEYCkvbG7.active .XkNJPzz9UnpgJ0 {
  display: block;
}

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

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

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

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

html[amp].umqcsfCXbSJ .DwygfUJQ3aE {
	margin: 0 auto;
}

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

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

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

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

html[amp] .NoNXaqZlvdo .UTDyyqsiexxp4T {
	display: block;
}

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

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

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

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

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

.TaUGkqOndWY .MnZaSXWIkrTBrrC amp-img {
	flex-shrink: 0;
}

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

.MwElPyysBGNJA {
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 span {
	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;
}



.emjfjDYku6Kv {
    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 .InbFwlIewuPD h3 {
    margin: 0;
    border: none!important;
}

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

html[amp] .InbFwlIewuPD 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){ 
	.yJzFtkIaTIDjVBBG .slide{
   height: 300px!important;
}
}

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

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

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

.menu-foot {
	display: flex;
	justify-content: center;
	gap: 57px;
	flex-wrap: wrap;
}
.menu-foot a {
	text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 10px 0; 
	font-family: 'Inter', sans-serif;
}
.menu-foot a:hover {
color: lightgrey;
}

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