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

a:hover {
    color: var(--color-text-link-hover);
}
 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.error-404 {
	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);
}

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

.naRo1i77B .OvMJwfviOvAKPk{
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background: var(--color-mobile-menu-lines);
}

.naRo1i77B .close{
	display: none;
}

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

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

.naRo1i77B.active .OvMJwfviOvAKPk{
	display: none;
}

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

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

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

.IMgRPNWYdKtQeZm{
	height: 30px;
}

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

.lang-sw img{
	height: 24px;
	width: auto;
}

.lang-sw{
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--color-lang-sw-text);
	font-size: 14px;
	text-decoration: none;
}

.FmQctluW .UESqypsUqIQ{
	display: flex;
	align-items: center;
	gap: 10px;
}

.button {
	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;
}
.button .IIRMvv3vwj {
	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;
}
.sGhlmGHNPJha::after{
	opacity: 1;
	background: var(--color-btn-login);
}
.sGhlmGHNPJha::before {
	opacity: 0;
	background: var(--color-btn-login-hover);
}
.sGhlmGHNPJha:hover::after {
	opacity: 0;
}
.sGhlmGHNPJha:hover::before {
	opacity: 1;
}
.sGhlmGHNPJha:hover {
	color: var(--color-text-btn-login-hover);
}
.PypTiG38znxN{
	background: var(--color-btn-reg);
	color: var(--color-text-btn-reg);
}
.PypTiG38znxN:hover {
	background: var(--color-btn-reg-hover);
	color: var(--color-text-btn-reg-hover);
}

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

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

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

.kUYKGVNpVKtih {
	list-style: none;
}

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

.kUYKGVNpVKtih a{
	display: flex;
	align-items: center;
	padding: 7px 16px;
	gap: 12px;
	border-radius: 16px;
	border: 1px solid var(--color-sidebar-afisha-border);
	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;
}
.kUYKGVNpVKtih a:hover {
	background: var(--color-btn1-hover);
}

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

.WfstuEKlP{
	margin-top: 64px;
}

.WfstuEKlP .guZPAmTkSdPTV{
	padding: 13px 16px 46px;
	display: flex;
	gap: 16px;
	border-radius: 28px;
	border: 1px solid var(--color-sidebar-afisha-border);
	background: var(--color-btn2);
	margin-bottom: 10px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.WfstuEKlP .guZPAmTkSdPTV:hover{
	background: var(--color-btn2-hov);
}

.WfstuEKlP .dwRrLGkerEct1{
	width: 44px;
	height: 44px;
	border-radius: 30px;
	border: 1px solid var(--color-sidebar-afisha-border);
	background: var(--color-border-img2);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.WfstuEKlP .dwRrLGkerEct1 img{
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.WfstuEKlP .AXZITHaT17t6{
	width: calc(100% - 60px);
}

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

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

.WfstuEKlP .guZPAmTkSdPTV a{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}

.WZRhbAPDVavF{
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	width: calc(100% - 277px);
}
.WZRhbAPDVavF.noSidebar {
	width: 100%;
}
.WZRhbAPDVavF .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;
}

.XdqbmrobeawDtyF{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 115px;
	border-top: 1px solid var(--color-slide-bottom-border);
	background: var(--color-slide-bottom-bg);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 14px 25px;
}

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

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

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

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

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


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

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

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

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

.VkWpAI5ei 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 var(--color-owl-nav-border) !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;
}
.zBhjOsRZvUKF {
	margin-bottom: 54px;
}
.slide img {
    height: 80%;
    object-fit: cover;
}

.zBhjOsRZvUKF .slide{
	width: 165px;
	height: 165px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 28px;
	border: 1px solid var(--color-blocks-border);
	overflow: hidden;
}

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


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

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

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

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

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

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

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

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

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

.RvhOhPltNb2ov9d{
	margin-bottom: 24px;
}

.RvhOhPltNb2ov9d > img{
	display: none;
}

.OLQsA7zUV4c .wecTvRVvPdsPzk:first-child, .RvhOhPltNb2ov9d .wecTvRVvPdsPzk:first-child, .OLQsA7zUV4c .wecTvRVvPdsPzk:nth-child(2), .RvhOhPltNb2ov9d .wecTvRVvPdsPzk:nth-child(2){
	width: 200px;
}

.OLQsA7zUV4c .wecTvRVvPdsPzk:nth-child(3), .RvhOhPltNb2ov9d .wecTvRVvPdsPzk:nth-child(3), .OLQsA7zUV4c .wecTvRVvPdsPzk:nth-child(5), .RvhOhPltNb2ov9d .wecTvRVvPdsPzk:nth-child(5){
	width: 100px;
}

.OLQsA7zUV4c .wecTvRVvPdsPzk:nth-child(4), .RvhOhPltNb2ov9d .wecTvRVvPdsPzk:nth-child(4){
	width: 60px;
}

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

.RvhOhPltNb2ov9d .wecTvRVvPdsPzk img{
	height: 41px;
	width: auto;
	border-radius: 20px;
}

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

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

/* Wins table END*/

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

.xHcXuqnzPBgEr{
	display: none;
}

.ReNFJhBsYCT{
	position: absolute;
	width: 370px;
	left: 17px;
	top: 11px;
	border-radius: 20px;
	border: 1px solid var(--color-media-content-border);
	background: linear-gradient(0deg, var(--color-media-content-grad-1) 0%, var(--color-media-content-grad-1) 100%), linear-gradient(113deg, var(--color-media-content-grad-2) 0%, var(--color-media-content-grad-2) 110.84%);
	backdrop-filter: blur(2px);
	padding: 20px 16px;
	color: var(--color-media-content-text);
	display: flex;
	flex-direction: column;
}

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

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

.ReNFJhBsYCT p.title{
	color: var(--color-banner-title);
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	line-height: 50px; 
	text-transform: uppercase;
	margin-bottom: 10px;
}
.ReNFJhBsYCT p {
	margin-bottom: 21px;
}
.wMwgkVEPkxViE {
	margin-bottom: 45px;
}
.IenutxW3WBbb{
	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);
}
.IenutxW3WBbb:hover{
	background: var(--color-banner-item-hover);
}
.IenutxW3WBbb:last-child {
	margin-bottom: 0;
}

.ReNFJhBsYCT a.PypTiG38znxN{
	align-self: self-end;
	max-width: 157px;
}

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

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

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

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

.nXuWbYWjQA0S7s .KRIHLcV3brf9 li {
	color: var(--color-text-pros-cons);
}

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

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

.nXuWbYWjQA0S7s{ 
	margin-bottom: 64px;
}

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

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

p.TqWwPlTR5UD{
	padding: 0 23px;
	margin-bottom: 10px;
	color: #D6161C;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

.UxPJwK0Ly8Ap.visible {
	display: block;
}

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

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

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

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



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

.JFIIYXsEwsPAc:hover {
	background-color: var(--color-bg-arrows-hov);
}

.JFIIYXsEwsPAc.active,
.JFIIYXsEwsPAc:active,
.JFIIYXsEwsPAc:focus {
	color: var(--color-text-secondary);
}

.WIGnxUWsNAKb {
	font-weight: 600;
}

.toc-level-3 {
	font-size: 0.9em;
	color: var(--color-text-secondary-v2);
}

/*Privacy Policy START*/
.GmOjdpDz3KS{
	padding: 60px 49px;
	color: var(--color-privacy-text);
}

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

.GmOjdpDz3KS .time {
	display: inline-block;
	margin-bottom: 26px;
	color: var(--color-privacy-time);
	font-size: 14px;
}

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

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

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

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

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


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


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

.CbVxDktbegu .lVXEuX7jMA img{
	width: 100%;
	margin-right: 7px;
}

.CbVxDktbegu .ZgSCLllS2P7 {
	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 var(--color-lang-dropdown-shadow);
}
.CbVxDktbegu .ZgSCLllS2P7 img {
	width: 100%;
	margin-right: 7px;
}

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

.CbVxDktbegu .ZgSCLllS2P7 .KAjTjmLSDIq26:hover {
	background-color: var(--color-bg-lang-list-hov);
}

.CbVxDktbegu .ZgSCLllS2P7 .KAjTjmLSDIq26:active {
	background-color: var(--color-bg-lang-list-hov);
}

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


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

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

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

/*Review block START*/
.edwuUw38vo {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 54px;
}
.BTcUzHP8dx7 {
	max-width: 380px;
	width: 100%;
	height: 244px;
	border-radius: 28px;
	overflow: hidden;
	flex-shrink: 0;
}
.BTcUzHP8dx7 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.neGDhNgthpb {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-family: Arial;
}
.neGDhNgthpb .title {
	color: var(--color-reviewсontent-title);
	font-size: 30px;
	font-weight: 600;
}
.neGDhNgthpb p {
	color: var(--color-reviewсontent-p);
	font-size: 16px;
	font-weight: 200;
	line-height: 25px;
}
.neGDhNgthpb ul, .neGDhNgthpb 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;
	
}
.neGDhNgthpb h3 {
	color: var(--color-reviewсontent-title);
	font-size: 18px;
	font-weight: 500;
}
.OUCRtQb8VX {
	display: flex;
	flex-direction: row;
	gap: 16px;
}
.OUCRtQb8VX .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;
}

.sMnDJBxFzdbxc {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 230px;
}
.tTxhlZJe4EYnFEo {
	max-height: 160px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 16px;
}
.SjnaGaTDgbiEa {
	margin-bottom: 10px;
	font-size: 16px;
	color: var(--color-title-popular-post);
	font-weight: 600;
}
.sMnDJBxFzdbxc 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*/
.BLWQF9zu9Xs {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 54px;
}
.fpAxfPko3FVfl {
	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;
}
.psocqt2ueyUBr {
	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;
}
.IuMbfcpkAgCF {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
}
.ERQn32ftK {
	width: 62px;
	height: 62px;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
}
.ERQn32ftK img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.IERUKsmicThqG9gr {
	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;
}
.JwPjfll8r7prY0, .wVWUishsU {
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.JwPjfll8r7prY0 {
	width: 100%;
	max-width: 110px;
	color: var(--color-title-listing-casino);
	-webkit-line-clamp: 2;
	line-clamp: 2;
	flex-shrink: 0; /*щоб татйт не обрізався*/
}
.wVWUishsU {
/* 	max-width: 160px; */
	max-width: 230px;
	color: var(--color-description-listing-casino);
	-webkit-line-clamp: 3;
	line-clamp: 3;
	padding-right: 5px; /*щоб тайтл не обрізався*/
}
.gieKUBnNIL7B4 {
	display: flex;
	flex-direction: row;
	gap: 5px;
	margin-left: auto;
}
.gieKUBnNIL7B4 img  {
	width: 20px;
	height: 20px;
}
.HGlqqRQ2ddtF {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
/* 	flex-grow: 1; */
	max-width: 380px;
	width: 100%;
}
.HGlqqRQ2ddtF .button {
	max-width: 178px;
	white-space: normal;
}
/*Casino Listing END*/

/*Scrollable Content START*/
.JqcccYSq8FTY {
	margin-bottom: 64px;
	border: 1px solid var(--color-blocks-border);
	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 */
.JqcccYSq8FTY {
	position: relative;
}

.scrollableInner {
	position: relative;
}

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

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

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

/* Ensure content is not hidden */
.nXuWbYWjQA0S7s 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: var(--color-scrollbar-track);
	border-radius: 10px;
}

.scrollableInner::-webkit-scrollbar-thumb {
	background-color: var(--color-scrollbar-thumb);
	border-radius: 10px;
	border: 2px solid var(--color-scrollbar-thumb-border);
}

.scrollableInner::-webkit-scrollbar-thumb:hover {
	background-color: var(--color-scrollbar-thumb-hover);
}

@keyframes highlightTarget {
	0% {
		background-color: var(--color-anchor-highlight);
	}
	100% {
		background-color: transparent;
	}
}
/*Scrollable Content END*/


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

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

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

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

  /* Первая колонка (иконка + текст) */
  .OLQsA7zUV4c > .wecTvRVvPdsPzk:first-child,
  .RvhOhPltNb2ov9d > .wecTvRVvPdsPzk: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: var(--color-anchor-highlight);
	}
	100% {
		background-color: transparent;
	}
}


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

.RvhOhPltNb2ov9d .wecTvRVvPdsPzk amp-img {
    height: 41px;
    width: 41px;
    border-radius: 20px;
}

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

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

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

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

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

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

html[amp] .ZgSCLllS2P7 {
  display: none;
  position: absolute;
  background-color: var(--color-amp-lang-dropdown-bg);
  padding: 10px;
  z-index: 1000;
  border-radius: 5px;
  width: max-content;
}

html[amp] .CbVxDktbegu.active .ZgSCLllS2P7 {
  display: block;
}

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

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

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

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

html[amp].error404 .yVspVuFGvDj {
	margin: 0 auto;
}

html[amp] .yVspVuFGvDj .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] .lAMbVhQ16mbs .UxPJwK0Ly8Ap {
	display: block;
}

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

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

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

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

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

.RvhOhPltNb2ov9d .wecTvRVvPdsPzk amp-img {
	flex-shrink: 0;
}

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

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



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

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

html[amp] .nXuWbYWjQA0S7s 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) {
	.CbVxDktbegu#deskLang {
        display: none;
    } 
	
 .CbVxDktbegu#mobLang {
        display: block!important;
    }	
}

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

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

header .FmQctluW .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 > .qDRLnWE1vEVz {
    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: var(--color-submenu-link);
	font-weight: 400;
	font-size: 12px;
}

@media screen and (min-width: 1001px) {
	
    .qDRLnWE1vEVz.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 > .qDRLnWE1vEVz:hover .sub-menu {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
	    .qDRLnWE1vEVz:hover > a {
        color: var(--color-text-head-menu-hover);
    }
	  .sub-menu a:hover {
        color: var(--color-text-head-menu-hover);
    }
	    .qDRLnWE1vEVz.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;
	} */
	
	
	.qDRLnWE1vEVz.has-submenu {
  position: relative;
  margin-right: 18px;
}

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

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

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

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

.KXAzQjfKNohDgTeG {
	display: flex;
	justify-content: center;
	gap: 57px;
	flex-wrap: wrap;
}
.KXAzQjfKNohDgTeG 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; 
}
.KXAzQjfKNohDgTeG a:hover {
color: var(--color-text-menu-hover);
}

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

.nXuWbYWjQA0S7s p, .nXuWbYWjQA0S7s 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] .qDRLnWE1vEVz.open .submenu-toggle {
  transform: translateY(-50%) rotate(180deg);
}
html[amp] .sub-menu [] {
  display: block;
  padding-left: 20px;
}


@media screen and (max-width: 1001px) {
.qDRLnWE1vEVz .submenu-toggle {
		display: none;
	}
	.qDRLnWE1vEVz.has-submenu .submenu-toggle {
		display: block;
	}
html[amp] .qDRLnWE1vEVz.has-submenu::after {
	content: none;
}
	  html[amp]  .qDRLnWE1vEVz .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);
}

}

.menu-header-container {
	margin-left: auto;
}

/* нижняя плашка */

.YZBLMttt1OHsE1T {
  width: 80%;
  max-width: 1246px;
  min-height: 229px;
  border-radius: 20px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid var(--color-border-plashka);
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  z-index: 999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
	
}

.YZBLMttt1OHsE1T::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-plashka-overlay); 
  opacity: 0.14;
  pointer-events: none; 
  z-index: 1;
}

.YZBLMttt1OHsE1T.hidden {
  opacity: 0;
  visibility: hidden;
}

.YZBLMttt1OHsE1T img {
  max-width: 357px;
  max-height: 195px;
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}

.YZBLMttt1OHsE1T .fzEHn3klJKT5 {
  max-width: 449px;
  color: var(--color-text-plashka);
  z-index: 2;
  position: relative;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
}

.YZBLMttt1OHsE1T .fzEHn3klJKT5 p {
  font-size: 14px;
  color: var(--color-text-plashka);
  font-weight: 600;
}

.YZBLMttt1OHsE1T ul {
  list-style: none;
  padding: 0;
  color: var(--color-text-list-plashka);
  font-size: 14px;
  line-height: 1.5;
   font-weight: 600;
}

.YZBLMttt1OHsE1T .GhWKLHrY {
  display: flex;
  background: var(--color-btn-plashka);
  border: none;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  color: var(--color-text-btn-plashka);
  min-height: 38px;
  min-width: 164px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 10px;
  transition: background 0.3s;
}

.YZBLMttt1OHsE1T .GhWKLHrY:hover {
  background: var(--color-btn-plashka-hov);
  color: var(--color-text-btn-plashka-hov);
}

.GiGOpg3Flg4 .GhWKLHrY {
   margin-top: 0;
   min-height: 28px;
    min-width: 150px;
	border-radius: 7px;
    padding: 5px 10px;
	font-size: 14px;
}

.YZBLMttt1OHsE1T .GiGOpg3Flg4 {
	display: none;
}

.GiGOpg3Flg4 p {
	color: var(--color-text-plashka);
	font-size: 14px;
}

.dIcdNfcFO8x {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 28px;
  color: var(--color-close-plashka);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

#promoBanner.hidden {
  opacity: 0;
  visibility: hidden;
}

html[amp] footer {
    padding-bottom: 250px;
}


@media screen and (max-width: 1300px) {
	.YZBLMttt1OHsE1T {
  width: 95%;
}
}

@media screen and (max-width: 600px) {
	.YZBLMttt1OHsE1T .fzEHn3klJKT5 {
    display: none;
	}
	.YZBLMttt1OHsE1T .GiGOpg3Flg4 {
        z-index: 2;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
		gap: 8px;
}
	.YZBLMttt1OHsE1T img {
		max-height: 80px;
	}
	.YZBLMttt1OHsE1T {
		min-height: 80px;
		padding: 10px 25px 10px 10px;
	}
	.imageBlock {
		flex-shrink: 0;
	}
	.dIcdNfcFO8x {
    display: block;
	top: 2px;
    right: 2px;
  }
	html[amp] .imageBlock img {
	max-width: 100px;
}
	html[amp] footer {
    padding-bottom: 110px;
}
}

@media screen and (max-width: 600px) {
	.YZBLMttt1OHsE1T {
		padding: 10px 22px 10px 10px;
	}
	.GiGOpg3Flg4 p {
	font-size: 12px;
}
	.GiGOpg3Flg4 .GhWKLHrY { 
	font-size: 12px;
	}
	.YZBLMttt1OHsE1T img {
		max-height: 50px;
		max-width: 70px;
		width: auto;
	}
	.dIcdNfcFO8x {
		font-size: 23px;
		top: 2px;
		right: 2px;
	}
}

/* нижняя плашка close */

.WuBTIeAjhUjdKca {
    padding: 20px 0;
    color: var(--color-breadcrumbs-text);
}

.container.jyJARx3vv8 {
	max-width: 1440px;
    margin: 0 auto;
}

.jyJARx3vv8 {
	 display: flex;
    gap: 6px;
}

.WuBTIeAjhUjdKca a {
	color: var(--color-breadcrumbs-link);
    font-size: 14px;
	margin-bottom: 0;
	text-decoration: none;
	transition: color 0.3s;
}

.WuBTIeAjhUjdKca a.CjcMBNXIZ {
    color: var(--color-breadcrumbs-crumb);
}

.WuBTIeAjhUjdKca a:hover {
	color: var(--color-breadcrumbs-link-hover);
}

.WuBTIeAjhUjdKca a.CjcMBNXIZ:hover {
    color: var(--color-breadcrumbs-crumb-hover);
}

.mFQYiLJl0I9b0 {
	display: flex;
    height: 100%;
}

@media screen and (max-width: 1440px) {
.container.jyJARx3vv8 {
padding: 0 20px;
	}}

main {
	display: block;
}

.OnEuSD3BTY a, .nXuWbYWjQA0S7s a, .GmOjdpDz3KS a {
	text-decoration: underline;
	color: var(--color-content-link);
	transition: color 0.3s;
}

.OnEuSD3BTY a:hover, .nXuWbYWjQA0S7s a:hover, .GmOjdpDz3KS a:hover {
	color: var(--color-content-link-hover);
}

.slide a {
	text-decoration: none;
	color: var(--color-slide-link);
}
.slide a:hover {
	color: var(--color-slide-link-hover);
}

.error404 aside {
	display: none;
}

.wSwDSxuWNFb p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}


@media (max-width: 767px) {
    .alignleft,
    .alignright {
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}

table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	border: 2px solid var(--color-table-border);
	margin-top: 18px;
	overflow-x: auto;
	 color: var(--color-table-text);
	 margin-bottom: 10px;
}

 table th,
 table td {
	border: 1px solid var(--color-table-border);
	padding: 10px;
}

 table th {
	font-weight: 700;
}

@media screen and (max-width: 728px) {
	table {
		display: block;
	}
}


.XdqbmrobeawDtyF {
	background: transparent;
}

.XdqbmrobeawDtyF::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--color-slide-bottom-bg); 
	opacity: 40%;
	z-index: 0;
}

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

.ReNFJhBsYCT {
	background: transparent;
}

.ReNFJhBsYCT::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(0deg, var(--color-media-content-grad-1) 0%, var(--color-media-content-grad-1) 100%), linear-gradient(113deg, var(--color-media-content-grad-2) 0%, var(--color-media-content-grad-2) 110.84%);
	opacity: 0.14;
	z-index: 0;
}

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