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

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

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

.xNrueGSTP3dRqm .close{
	display: none;
}

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

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

.xNrueGSTP3dRqm.active .QSiLmLtKlaxSXC{
	display: none;
}

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

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

header .CbZVoxXWPCIY .JyPiyefr0C7h{
	min-width: 120px;
}

.FBXorADpNiHW8E{
	height: 30px;
}

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

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

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

.CbZVoxXWPCIY .UGDIb9e2uiLx{
	display: flex;
	align-items: center;
	gap: 10px;
}

.JyPiyefr0C7h {
	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;
}
.JyPiyefr0C7h .IAybaTYZc5ZI {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.JyPiyefr0C7h::after, .JyPiyefr0C7h::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.YwAUaHbWBP::after{
	opacity: 1;
	background: var(--color-btn-login);
}
.YwAUaHbWBP::before {
	opacity: 0;
	background: var(--color-btn-login-hover);
}
.YwAUaHbWBP:hover::after {
	opacity: 0;
}
.YwAUaHbWBP:hover::before {
	opacity: 1;
}
.pREuaTn4WfEg0W{
	background: var(--color-btn-reg);
	color: var(--color-text-btn-reg);
}
.pREuaTn4WfEg0W: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);
}

.ohLwdraYaNDi {
	list-style: none;
}

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

.ohLwdraYaNDi 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;
}
.ohLwdraYaNDi a:hover {
	background: var(--color-btn1-hover);
}

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

.cuZKmdgCyrt7P{
	margin-top: 64px;
}

.cuZKmdgCyrt7P .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;
}
.cuZKmdgCyrt7P .block:hover{
	background: var(--color-btn2-hov);
}

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

.cuZKmdgCyrt7P .lCshPQnEFcRf7 img{
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.cuZKmdgCyrt7P .EOtccI6vfI{
	width: calc(100% - 60px);
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.OcyzxrnaeQ p{
	padding: 7px 16px;
	display: flex;
	border-radius: 18px;
	border: 1px solid #28564B;
	color: var(--color-text-titles-v1);
	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);
}

.OcyzxrnaeQ 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(223, 223, 223, 0.50) !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;
}
.zpJSoLZ65Hpr {
	margin-bottom: 54px;
}

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

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


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

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

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

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

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

.mXkHvd9ZHtQN{
	width: 102px;
}
/* Wins table START*/
.POdvgOyWLg{
	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;
}

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

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

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

.ourDBZMAfUBWL5{
	margin-bottom: 24px;
}

.ourDBZMAfUBWL5 > img{
	display: none;
}

.LiMHW0pm .LkrdkLZfQW9jx:first-child, .ourDBZMAfUBWL5 .LkrdkLZfQW9jx:first-child, .LiMHW0pm .LkrdkLZfQW9jx:nth-child(2), .ourDBZMAfUBWL5 .LkrdkLZfQW9jx:nth-child(2){
	width: 200px;
}

.LiMHW0pm .LkrdkLZfQW9jx:nth-child(3), .ourDBZMAfUBWL5 .LkrdkLZfQW9jx:nth-child(3), .LiMHW0pm .LkrdkLZfQW9jx:nth-child(5), .ourDBZMAfUBWL5 .LkrdkLZfQW9jx:nth-child(5){
	width: 100px;
}

.LiMHW0pm .LkrdkLZfQW9jx:nth-child(4), .ourDBZMAfUBWL5 .LkrdkLZfQW9jx:nth-child(4){
	width: 60px;
}

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

.ourDBZMAfUBWL5 .LkrdkLZfQW9jx img{
	height: 41px;
	width: auto;
	border-radius: 20px;
}

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

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

/* Wins table END*/

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

.cRmOSyDPZ{
	display: none;
}

.HAKEmpIkQ9Lg{
	position: absolute;
	width: 370px;
	left: 17px;
	top: 11px;
	border-radius: 20px;
	border: 1px solid rgba(207, 210, 206, 0.41);
	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;
}

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

.QfjajKPJnGmHI span, .QfjajKPJnGmHI span {
	color: #FFDF81;
}

.HAKEmpIkQ9Lg 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;
}
.HAKEmpIkQ9Lg p {
	margin-bottom: 21px;
}
.QfjajKPJnGmHI {
	margin-bottom: 45px;
}
.hGYgiyASTPOq{
	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;
}
.hGYgiyASTPOq:last-child {
	margin-bottom: 0;
}

.HAKEmpIkQ9Lg a.pREuaTn4WfEg0W{
	align-self: self-end;
	max-width: 157px;
}

.nlNoee2Njw7 h1, .nlNoee2Njw7 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;
}

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

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

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

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

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

.CnwWYFydrFUK {
	margin-bottom: 64px;
}

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

.CcAgzxQcvdi91 .item{
	padding: 16px 12px;
	border-radius: 12px;
	border: 1px solid rgba(166, 166, 166, 0.38);
	background: linear-gradient(90deg, var(--color-gradient1-btns-sliders) 0%, var(--color-gradient2-btns-sliders) 100%);
	width: calc(50% - 8px);
}

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

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

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

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

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

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

.rrTxCVYn9::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 #FFF;
	transition: transform 0.3s ease;
}

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

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

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

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

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

.FCWuQ40ear:hover {
	background-color: #122D33;
}

.tqUZoLdf920p6F {
	font-weight: 600;
}

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

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

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

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

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

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

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

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

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


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


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

.OOvLBRtyWNSc .TOWCS5VN7Tg8c img{
	width: 100%;
	margin-right: 7px;
}

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

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

.OOvLBRtyWNSc .znOiyHyAtyDJ .pOeYsUV37:hover {
	background-color: var(--color-bg-lang-list-hov);
}

.OOvLBRtyWNSc .znOiyHyAtyDJ .pOeYsUV37:active {
	background-color: var(--color-bg-lang-list-hov);
}

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


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

.pOeYsUV37 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) {
  /* Сбрасываем фиксированные ширины */
  .LiMHW0pm .LkrdkLZfQW9jx,
  .ourDBZMAfUBWL5 .LkrdkLZfQW9jx {
    width: auto !important;
  }

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

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

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



/* amp */

.ourDBZMAfUBWL5 .LkrdkLZfQW9jx amp-img {
    height: 41px;
    width: 41px;
    border-radius: 20px;
}

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

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

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

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

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

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

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

html[amp] .OOvLBRtyWNSc.active .znOiyHyAtyDJ {
  display: block;
}

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

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

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

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

html[amp].vqCuOkerrDxkdB .YNStpcadxr {
	margin: 0 auto;
}

html[amp] .YNStpcadxr .GpdexMSJAubWkT {
	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] .QQxxTTsjBIJKA .yZVVfV4Tt4X {
	display: block;
}

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

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

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

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

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

.ourDBZMAfUBWL5 .LkrdkLZfQW9jx amp-img {
	flex-shrink: 0;
}

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

#main-slider .slide {
	min-height: 370px;
}

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

#main-slider .slide {
	min-height: 366px;
}

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

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

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