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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
ul{list-style:none}
img{max-width:100%;height:auto} :root{
--primary:#2563EB;
--primary-600:#1D4ED8;
--bg:#fff;
--bg-soft:#F8FAFC;
--text:#0F172A;
--muted:#64748B;
--ring:#D0D7E2;
--radius:12px;
--shadow-sm:0 1px 2px rgba(2,6,23,.06);
--shadow-md:0 6px 16px rgba(2,6,23,.10);
}
*,
*::before,
*::after {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
body{
font-family: "Rubik",ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;
font-size:16px;line-height:1.6;color:var(--text);background:var(--bg-soft)
}
a{color:var(--primary);text-decoration:none;transition:all .2s ease}
a:hover{color:var(--primary-600);text-decoration:underline}
.wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 10px;}
h1,h2,h3,h4,h5,h6{font-weight:700;margin:0 0 14px}
h1{font-size:34px}h2{font-size:28px}h3{font-size:22px}
p{margin:0 0 14px}  .entry ul,
.entry ol{margin:0 0 1rem 0; padding-left:1.4rem; list-style-position:outside}
.entry ul{list-style:disc}
.entry ol{list-style:decimal}
.entry li{margin:0 0 .5rem 0}
.entry ul ul,
.entry ul ol,
.entry ol ul,
.entry ol ol{margin-top:.5rem} .site-header{
position:sticky;top:0;z-index:90;
background:rgba(255,255,255,.96);
backdrop-filter:saturate(180%) blur(8px);
border-bottom:1px solid var(--ring)
} .header-inner{
display: flex;
align-items: center;
gap: 16px;
padding: 12px 10px;
justify-content: space-between;
}
.site-logo{justify-self:start;display:inline-flex;align-items:center}
.site-logo img{height:34px;width:auto;display:block} .header-spacer{display:none} .burger{display:none;position:relative;width:28px;height:22px;cursor:pointer;border:0;background:transparent;padding:0}
.burger span{position:absolute;left:0;right:0;height:3px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease}
.burger span:nth-child(1){top:0}
.burger span:nth-child(2){top:9px}
.burger span:nth-child(3){top:18px}
.burger.is-active span:nth-child(1){top:9px;transform:rotate(45deg)}
.burger.is-active span:nth-child(2){opacity:0}
.burger.is-active span:nth-child(3){top:9px;transform:rotate(-45deg)} .nav{position:static;justify-self:center}
.nav .main-menu{display:flex;gap:18px;align-items:center;margin:0;padding:0}
.nav .main-menu li{list-style:none}
.nav .main-menu a{color:var(--text);font-weight:700;padding:8px 10px;border-radius:8px}
.nav .main-menu a:hover{background:#EFF6FF;color:var(--primary-600);text-decoration:none} .cta{justify-self:end;display:flex;gap:10px;align-items:center}
.cta .button, .mobile-cta-inner .button {
display:inline-flex;align-items:center;justify-content:center;
min-height:40px;padding:8px 18px;border-radius:999px;
background:var(--primary);border:1px solid var(--primary);color:#fff;
font-weight:700;box-shadow:var(--shadow-sm)
}
.cta .button:hover, .mobile-cta-inner .button:hover {background:var(--primary-600);border-color:var(--primary-600)}
.cta .button:before, .mobile-cta-inner .button:before {
display: none;
} .nav-overlay{position:fixed;inset:0;background:rgba(2,6,23,.5);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:89}
.nav-overlay.is-visible{opacity:1;pointer-events:auto}
.no-scroll{overflow:hidden} .drawer-header{display:none} @media (max-width:980px){ .header-inner{display: flex; flex-direction: row-reverse;    gap: 11rem; max-width: fit-content;}
.burger{display:block}
.site-logo{justify-self:center}
.header-spacer{display:none;}
.cta{display:none}  .nav{
position:fixed !important; top:0 !important; left:0 !important; right:auto !important; bottom:0 !important;
height:100dvh !important; min-height:100vh !important; box-sizing:border-box !important;
width:min(88vw,380px) !important;
background:linear-gradient(180deg,#A8C5FF 0%, #4E7BFF 45%, #2563EB 75%, #1D4ED8 100%) !important;
color:#fff !important; border-radius:0 18px 18px 0 !important;
padding:12px 16px calc(12px + env(safe-area-inset-bottom)) !important;
box-shadow:0 12px 28px rgba(2,6,23,.25) !important;
transform:translateX(-100%) !important;
transition:transform .25s ease !important;
display:flex !important; flex-direction:column !important;
z-index:100 !important;
background: #2563eb !important;
border-radius: 0px !important;
}
.main-menu li {
width: 70% !important;
}
.drawer-header {
display: none !important;
}
.nav.is-open{ transform:translateX(0) !important; } .drawer-header{display:none !important;align-items:center;justify-content:space-between;margin-bottom:10px;padding-top:env(safe-area-inset-top)}
.drawer-logo img{height:30px;width:auto;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}
.drawer-close{appearance:none;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;border-radius:12px;padding:2px 10px;font-size:22px;line-height:1;cursor:pointer} .nav .main-menu{
display:flex !important; flex-direction:column !important;
gap:10px !important; margin:8px 0 14px 0 !important; overflow:auto !important; color:#fff !important;
}
.nav .main-menu li a{
display:block !important; width:100% !important; text-align:center !important;
padding:14px 14px !important; border-radius:14px !important;
background:rgba(255,255,255,.10) !important; color:#fff !important;
font-weight:900 !important; letter-spacing:.01em !important;
}
.nav .main-menu li a:hover{background:rgba(255,255,255,.18) !important; text-decoration:none !important}
} .mobile-cta-bar{
position:fixed; left:0; right:0; bottom:0;
padding:8px 12px calc(8px + env(safe-area-inset-bottom));
display:none; z-index:95; pointer-events:none;
background:transparent;
background: #fff;
padding: 15px;
box-shadow: 0px -5px 15px -3px rgba(0, 0, 0, 0.1);
}
.mobile-cta-inner{
width:100%; max-width:1180px; margin:0 auto;
display:flex; gap:10px; justify-content:center;
pointer-events:auto;
}
@media (max-width:980px){
.mobile-cta-bar{display:block}
.site-footer--light {
padding-bottom: 75px !important;
}
} .home-slider{
position:relative; overflow:hidden; border-radius:16px; background:#fff;
box-shadow:var(--shadow-md); margin:18px 0
}
.home-slider__track{display:flex;transition:transform .45s ease;will-change:transform}
.home-slide{min-width:100%;position:relative;user-select:none;background:#fff}
.home-slide img{width:100%;height:auto;display:block;background:#fff}
.home-slide__cap{
position:absolute; left:16px; bottom:16px;
background:rgba(2,6,23,.55); color:#fff; padding:8px 12px; border-radius:10px;
font-weight:700; backdrop-filter:saturate(140%) blur(2px);
}
.home-slider__nav{
position:absolute; top:50%; transform:translateY(-50%);
width:40px; height:40px; border-radius:999px; border:1px solid rgba(15,23,42,.18);
background:#fff; color:var(--text); font-size:22px; line-height:1; font-weight:900;
display:flex; align-items:center; justify-content:center;
box-shadow:var(--shadow-sm); cursor:pointer; opacity:.95
}
.home-slider__nav:hover{border-color:var(--primary); color:var(--primary)}
.home-slider__nav.prev{left:10px}
.home-slider__nav.next{right:10px}
.home-slider__dots{position:absolute; left:0; right:0; bottom:10px; display:flex; gap:8px; justify-content:center; pointer-events:auto}
.home-slider__dots li{width:8px;height:8px;border-radius:999px;background:rgba(15,23,42,.28);cursor:pointer}
.home-slider__dots li.is-active{background:var(--primary)} .grid{display:grid;gap:18px}
.grid.col-4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1100px){.grid.col-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.grid.col-4{grid-template-columns:1fr}}
.card{background:#fff;border:1px solid var(--ring);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s;position:relative}
.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:#c8d1df}
.card .thumb{aspect-ratio:16/9;background:#eef3ff}
.card .body{padding:12px}
.badge{position:absolute;top:10px;right:10px;background:var(--primary);color:#fff;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:800} .content{margin:26px 0}
.content-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(max-width:1100px){.content-grid{grid-template-columns:1fr}}
.post{background:#fff;border:1px solid var(--ring);border-radius:12px;padding:16px;box-shadow:var(--shadow-sm)}
.sidebar .widget{background:#fff;border:1px solid var(--ring);border-radius:12px;padding:14px;box-shadow:var(--shadow-sm)}
.widget_title{background:var(--primary);color:#fff;text-transform:uppercase;text-align:center;border-radius:10px;padding:8px 10px;margin-bottom:12px;font-weight:800} .site-footer--light{
background:#fff;padding:0;border:none;box-shadow:none;margin-top:28px;
display:flex;flex-direction:column;align-items:center
}
.wrap--footer{width:100%;max-width:980px;margin-left:auto;margin-right:auto;padding:0px;display:block}
.foot-rule{width:100%;max-width:980px;height:1px;margin:0 auto;background:linear-gradient(90deg,rgba(15,23,42,0),rgba(15,23,42,.14),rgba(15,23,42,0))}
.footer-brand{display:flex;align-items:center;justify-content:center;padding:18px 0}
.footer-brand a{display:inline-flex}
.footer-brand img{height:30px;width:auto;display:block}
.footer-nav-wrap{margin:10px 0 0}
.footer-nav{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;padding:0;margin:0;list-style:none}
.footer-nav a{color:#334155;font-weight:600}
.footer-nav a:hover{color:#0F172A;text-decoration:none}
.copy{text-align:center;color:var(--muted);font-size:14px;letter-spacing:.02em;padding:12px 0 20px} .container {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 32px;
}
.button:not(.cta) {
font-family: inherit;
text-align: center;
text-transform: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
min-height: 2.5rem;
box-shadow: none;
text-shadow: none;
cursor: pointer;
z-index: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
color: #000;
border: none;
border-radius: 100px;
justify-content: center;
align-items: center;
gap: .5rem;
margin: 0;
padding: .25rem 1rem;
font-size: .875rem;
font-weight: 500;
line-height: 1rem;
text-decoration: none;
transition-property: hover, background-color, color, background-position;
transition-duration: .2s;
display: inline-flex;
position: relative;
}
.button.large {
min-height: 3rem;
}
.text_button {
font-size: .875rem;
line-height: 1.25rem;
font-weight: inherit;
color: #000;
box-shadow: none;
text-shadow: none;
cursor: pointer;
background: 0 0;
border: none;
padding: 0;
}
.row {
flex-flow: wrap;
align-items: center;
margin-left: -.5rem;
margin-right: -.5rem;
display: flex;
}
.row>.column {
flex: 1;
padding: 0 .5rem;
}
.menu.column .item:not(:last-child) {
margin: 0 0 1rem;
}
.menu.column .item {
padding: 0;
}
.menu .item {
flex: none;
padding: 0 .5rem;
}
.dropdown-button.language_dropdown .caption {
margin-right: .5rem;
}
.dropdown-button.language_dropdown .flag {
border-radius: 50%;
width: 2rem;
height: 2rem;
margin-right: 0;
position: relative;
overflow: hidden;
}
.dropdown-button.language_dropdown .flag img {
width: 100%;
height: 100%;
object-fit: cover;
}
.dropdown-button.language_dropdown .dd__button {
justify-content: space-between;
transition-delay: .15s;
}
.actions_wrap.center {
justify-content: center;
}
.actions_wrap {
flex-flow: wrap;
align-items: center;
gap: 8px;
display: flex;
}
.row.top {
align-items: flex-start;
}
.row.bottom_margin {
margin-bottom: 1rem;
}
.row.right {
justify-content: flex-end;
}
.row.fluid>.column {
flex: none;
}
.button.primary:not(.animation) {
background: 0 0;
overflow: hidden;
}
.button_row .button {
min-width: 8.75rem;
}
.button.primary:not(.animation):before {
content: "";
z-index: -1;
background: linear-gradient(-45deg, #1245ff 0%, #1245ff 25%, #6586ff 50%, #1245ff 75%, #1245ff 100%) 100% 100%;
width: 200%;
height: 100%;
transition: all .2s;
position: absolute;
top: 0;
left: -100%;
}
.button:not(.animation):before {
content: "";
z-index: -1;
background: linear-gradient(-45deg, #f3f3f3 0%, #f3f3f3 25%, #e7e7e7 50%, #f3f3f3 75%, #f3f3f3 100%) 100% 100%;
width: 200%;
height: 100%;
transition: all .2s;
position: absolute;
top: 0;
right: -100%;
}
.button.primary:not(.animation):hover:before {
transform: translate(50%);
}
.button.primary {
color: #fff;
}
.button:hover {
text-decoration: none;
}
.button.circular {
border-radius: 50%;
min-width: 2.5rem;
padding: 0 !important;
}
.cta .button--ghost, .mobile-cta-inner .button--ghost {background:#fff;color:var(--primary);border-color:var(--ring)}
.cta .button--ghost:hover, .mobile-cta-inner .button--ghost:hover {color: #fff;border-color:var(--primary)} .banners_small>.column {
flex-basis: 50%;
min-width: 50%;
max-width: 50%
}
.banner_small {
background-repeat: no-repeat;
border-radius: .5rem;
flex-direction: column;
align-items: flex-start;
min-height: 410px;
padding: 2rem 3rem;
display: flex;
position: relative
}
.banner_small.live_casino {
background-image: url(https://slottica7.pl/wp-content/themes/shablon8/images/banner_live_casino_bg.jpg)
}
.banner_small.virtual_sports {
background-image: url(https://slottica7.pl/wp-content/themes/shablon8/images/banner_virtual_sports_bg.jpg)
}
.banner_small .logo {
opacity: .1;
-webkit-filter: invert();
filter: invert();
z-index: 1;
width: auto;
height: 1.5rem;
display: block
}
.banner_small .title {
z-index: 1;
margin-top: auto;
font-size: 2.5rem;
font-weight: 700;
line-height: 3rem
}
.banner_small .subtitle {
-webkit-line-clamp: 4;
text-overflow: ellipsis;
z-index: 1;
-webkit-box-orient: vertical;
width: 70%;
max-width: 300px;
height: 4.8em;
margin-top: .5rem;
margin-bottom: 2rem;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.75rem;
display: -webkit-box;
overflow: hidden
}
.banner_small .button {
margin-bottom: auto;
font-size: 1.75rem;
line-height: 2rem
}
.banners {
opacity: 0;
width: 100%;
transition: all .2s
}
.banners.slick-initialized {
opacity: 1
}
.banners .slick-slide>div>.item {
height: 400px;
position: relative;
display: block !important
}
.banners .slick-slide>div>.item .banner {
height: 100%
}
.banners .image {
object-fit: cover;
object-position: right;
max-width: 100%;
height: 100%;
display: block
}
.banners .text_block {
color: #fff;
flex-direction: column;
max-width: 322px;
display: flex;
position: absolute;
top: 50%;
left: 5.5rem;
transform: translateY(-50%)
}
.banners .text_block .text_row {
align-items: flex-start
}
.banners .text_block .title {
font-size: 2.5rem;
font-weight: 700;
line-height: 3rem
}
.banners .text_block .text {
font-size: 1.5rem;
font-weight: 700;
line-height: 1.75rem
}
.banners .bonus_block {
position: absolute;
top: 22%;
right: 10rem
}
.banners .bonus_block .card_bonus {
transform: scale(1.4)
}
.banners p {
line-height: initial;
margin: 0
}
.banners .text_row {
flex-direction: column;
flex-grow: 1;
justify-content: center;
align-items: center;
margin-bottom: .5rem;
padding: .25rem 0 0;
display: flex
}
.banners .button_row {
margin: .5rem 0 0
}
.banners .button.big {
font-size: 1.75rem;
line-height: 2rem
}
.banners .slick-dots {
z-index: 2;
grid-auto-columns: min-content;
grid-auto-flow: column;
justify-content: center;
gap: 1rem;
margin: 0;
padding: 0;
list-style: none;
display: none !important;
position: absolute;
bottom: 1rem;
left: 2rem;
right: 2rem;
}
.banners .slick-dots {
left: 5.5rem !important;
right: unset !important;
gap: .25rem !important;
bottom: 4rem !important
}
.banners .slick-arrow {
cursor: pointer;
z-index: 2;
background: #fff;
border: none;
border-radius: 50%;
justify-content: center;
align-self: flex-start;
align-items: center;
width: 3rem;
height: 3rem;
font-size: 24px;
transition: all .2s;
display: flex;
position: absolute;
top: 50%;
transform: translateY(-50%);
box-shadow: 0 0 1px rgba(0, 0, 0, .04), 0 2px 6px rgba(0, 0, 0, .04), 0 16px 24px rgba(0, 0, 0, .06)
}
.banners .slick-arrow.prev {
left: 1rem
}
.banners .slick-arrow.next {
right: 1rem
}
.banners .slick-dots {
z-index: 2;
grid-auto-columns: min-content;
grid-auto-flow: column;
justify-content: center;
gap: 1rem;
margin: 0;
padding: 0;
list-style: none;
display: grid;
position: absolute;
bottom: 1rem;
left: 2rem;
right: 2rem
}
.banners .slick-dots li {
background: #fff;
border-radius: 50%;
width: 1.25rem;
height: 1.25rem;
position: relative
}
.banners .slick-dots li.slick-active:after {
content: "";
background: linear-gradient(150deg, #6c8dff 0%, #1044ff 100%);
border-radius: 50%;
width: .75rem;
height: .75rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.banners .slick-dots li button {
opacity: 0;
cursor: pointer;
width: 100%;
height: 100%
}
.banners .slick-dots li.slick-active:after {
content: "";
background: linear-gradient(150deg, #6c8dff 0%, #1044ff 100%);
border-radius: 50%;
width: .75rem;
height: .75rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.banners .slick-dots li {
background: rgba(255, 255, 255, .4) !important;
width: .5rem !important;
height: .5rem !important;
}
.banners .slick-dots li.slick-active:after {
background: #6c8dff !important;
width: .5rem !important;
height: .5rem !important;
}
.banners .text_block .button i:before {
content: '';
display: block;
width: 12px;
height: 12px;
background: url(//slottica7.pl/wp-content/themes/shablon8/images/icon-play.svg) 50% 50% / contain no-repeat;
}
.banners .button.circular {
width: 48px;
} .page_footer {
color: #fff;
background-color: #1b1c29
}
.page_footer>.container {
padding: 0 1.5rem
}
.page_footer .images_row {
align-items: center;
margin-bottom: 1rem;
display: flex
}
.page_footer .images_row img {
max-height: 40px;
padding: 0 .5rem;
display: block
}
.page_footer .button.in_footer {
color: #fff;
background: #32333e;
border-radius: 1.5rem
}
.page_footer .button.in_footer:hover {
background: #262730
}
.page_footer .button.in_footer.transparent {
color: #32333e;
background: 0 0;
border: 1px solid #32333e
}
.page_footer .button.in_footer.transparent:hover {
color: #fff;
background: #32333e
}
.page_footer .button.in_footer.transparent:before,
.page_footer .button.in_footer:before {
content: none
}
.page_footer .button.in_footer.animation {
overflow: hidden
}
.page_footer .button.in_footer.animation:before {
content: "";
z-index: -1;
background: url(https://slottica7.pl/wp-content/themes/shablon8/images/button/animation.svg) 0 0/contain no-repeat;
width: 400%;
height: 100%;
animation: 2s linear 1s infinite fly;
position: absolute;
top: 0;
right: 0
}
.page_footer .button.affiliate_link {
font-size: 16px
}
.footer_content {
flex-direction: column;
width: 100%;
min-height: 2.5rem;
display: flex
}
.footer_content .block {
color: #52575c;
padding: 1.875rem 0;
font-size: .875rem;
font-weight: 400;
line-height: 1.25rem
}
.footer_content .block:not(:last-child) {
border-bottom: 1px solid #52575c
}
.footer_content .block .block_title {
text-align: center
}
.footer_content .block .title {
color: #fff;
margin-bottom: 1rem;
font-size: 1.25rem;
font-weight: 700;
line-height: 1.5rem
}
.footer_content .block .title.center {
text-align: center
}
.footer_content .block .block_logo .site_logo {
width: 120px;
margin-bottom: .5rem;
margin-right: auto;
display: block
}
.footer_content .block .block_logo .site_logo>img {
width: 100%;
display: block
}
.footer_content .block .block_logo .info_logo {
color: #a6abb0;
margin-bottom: 1rem;
font-size: .875rem;
font-weight: 400;
line-height: 1.25rem
}
.footer_content .gap-1 {
gap: 1rem;
display: flex
}
.footer_footer {
color: #fff;
background: #000;
width: 100%;
min-height: 3.75rem;
padding: 1rem 0
}
.footer_footer .container {
max-width: none;
}
.footer_footer .copy {
text-align: center;
font-size: .875rem;
font-weight: 500;
line-height: 1.25rem
}
.menu_footer .link {
color: #a6abb0;
font-size: .875rem;
font-weight: 400;
line-height: 1.25rem
}
.menu_footer .link:hover {
color: #fff
}
.menu_footer_mobile .item {
flex-basis: calc(50% - 1rem);
margin-bottom: 1rem
}
.footer_pay_providers .logo,
.footer_game_providers .logo {
justify-content: center;
align-items: center;
height: 3.75rem;
display: flex
}
.footer_pay_providers .logo img,
.footer_game_providers .logo img {
max-width: 100%;
max-height: 100%;
display: block
}
.footer_pay_providers {
width: 100%;
scrollbar-width: none;
margin: 0 -1rem;
display: flex;
overflow: auto;
}
.footer_pay_providers::-webkit-scrollbar {
width: 0;
height: 0
}
.footer_pay_providers .item {
margin: 0 .5rem
}
.footer_pay_providers .item:first-child {
margin-left: auto;
padding-left: 1rem
}
.footer_pay_providers .item:last-child {
margin-right: auto;
padding-right: 1rem
}
.footer_pay_providers .item a.disabled {
pointer-events: none;
position: relative
}
.footer_pay_providers .item .disabled_overlay {
background: rgba(255, 255, 255, .85);
border-radius: .5rem;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0
}
.footer_pay_providers .item .disabled_overlay .icon_wrap {
color: #52575c;
background: #fff;
border-radius: .25rem;
justify-content: center;
align-items: center;
width: 2rem;
height: 2rem;
min-height: 2rem;
font-size: 24px;
display: flex;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 0 1px rgba(0, 0, 0, .04), 0 2px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .04)
}
.footer_pay_providers .item .logo {
background: #fff;
border-radius: .5rem;
width: 7.5rem;
min-width: 7.5rem;
padding: .5rem
}
.footer_pay_providers .item .logo .caption {
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
display: flex
}
.footer_game_providers {
grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
display: grid
}
.footer_game_providers .item {
flex-basis: 8.75rem;
min-width: 8.75rem;
padding: 1rem
}
.footer_game_providers .next_page,
.footer_game_providers .empty,
.footer_game_providers .loading {
grid-column: 1/-1
}
.footer_game_providers .loading {
max-width: 165px;
margin: 0 auto
}
.footer_game_providers .actions_wrap {
margin-top: 24px
}
.footer_game_providers .actions_wrap .button {
color: #fff;
background: #32333e;
transition: all .2s
}
.footer_game_providers .actions_wrap .button:hover {
background: #262730
}
.footer_game_providers .actions_wrap .button.transparent {
color: #32333e;
background: 0 0;
border: 1px solid #32333e
}
.footer_game_providers .actions_wrap .button.transparent:hover {
color: #fff;
background: #32333e
}
.footer_game_providers .actions_wrap .button.transparent:before,
.footer_game_providers .actions_wrap .button:before {
content: none
}
.footer_game_providers .actions_wrap .button.animation {
overflow: hidden
}
.footer_game_providers .actions_wrap .button.animation:before {
content: "";
z-index: -1;
background: url(https://slottica7.pl/wp-content/themes/shablon8/images/button/animation.svg) 0 0/contain no-repeat;
width: 400%;
height: 100%;
animation: 2s linear 1s infinite fly;
position: absolute;
top: 0;
right: 0
}
.open_support_chat img {
flex: none;
width: 16px;
height: 16px;
object-fit: contain;
}
.footer-soc-link {
flex: none;
}
.footer-soc-link img {
width: 18px;
height: 18px;
object-fit: contain;
}
@media (max-width:640px){
.footer-brand img{height:28px}
.copy{font-size:13px}
}
@media screen and (min-width: 1025px) {
.mobile.only:not(.desktop):not(.extend):not(.reduce), .tablet.only:not(.desktop):not(.extend):not(.reduce) {
display: none !important;
}
}
@media screen and (min-width: 1201px) {
.mobile.only.extend:not(.desktop), .tablet.only.extend:not(.desktop) {
display: none !important;
}
.banners .slick-dots {
display: grid !important;
}
}
@media (max-width: 1200px) {
.mobile.only.extend:not(.tablet), .desktop.only.extend:not(.tablet) {
display: none !important;
}
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
.mobile.only:not(.tablet):not(.extend):not(.reduce), .desktop.only:not(.tablet):not(.extend):not(.reduce) {
display: none !important;
}
}
@media (max-width: 1199px) {
.banners {
background: #fff;
border-radius: 1rem;
margin: 2rem 0;
overflow: hidden;
box-shadow: 0 0 1px rgba(0, 0, 0, .04), 0 2px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .04)
}
.banners .slick-slide>div>.item {
flex-direction: column;
height: 100%;
display: flex !important
}
.banners .slick-slide>div>.item .banner {
height: auto
}
.banners .image {
border-radius: 1rem 1rem 0 0;
width: 100%;
height: auto;
min-height: 200px;
}
.banners .bonus_block {
top: 50%;
right: 50%;
transform: translateY(-50%)translate(50%)
}
.banners .bonus_block .card_bonus {
transform: scale(1.3)
}
.banners .text_block {
min-height: 106px;
top: unset;
left: unset;
color: #000;
width: auto;
max-width: none;
height: auto;
transform: unset;
box-sizing: content-box;
background: #fff;
border: none;
border-radius: 0 0 1rem 1rem;
flex-direction: row;
flex-grow: 1;
align-items: center;
padding: 1rem 2rem;
position: relative
}
.banners .text_block .title {
color: #1245ff;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.75rem
}
.banners .text_block .text {
font-size: .875rem;
font-weight: 400;
line-height: 1.25rem
}
.banners .text_block .button i {
font-size: .75rem
}
.banners .text_block .button_row {
margin-left: 1rem
}
.banners .bonus_block+.text_block {
opacity: 0;
visibility: hidden
}
.banners .text_row {
margin-bottom: 0;
padding: 0
}
.banners .button_row {
margin: .75rem 0 .5rem
}
.banners .button.big {
min-width: 230px;
min-height: 2.5rem;
padding: 0 1rem;
font-size: 1rem;
line-height: 1.5rem
}
}
@media (max-width:1199.8px) and (max-width:575.8px) {
.banners .text_block .title {
font-size: 1.25rem;
line-height: 1.5rem
}
}
@media (max-width: 575px) {
.tablet.only:not(.mobile), .desktop.only:not(.mobile) {
display: none !important;
}
.banners_small>.column {
flex-basis: 100%;
min-width: 100%;
max-width: 100%
}
.banners_small>.column:first-child {
margin-bottom: 2rem
}
.banner_small .title {
font-size: 2.25rem;
line-height: 2.625rem
}
.banner_small {
min-height: 22rem
}
.banners .text_block .title {
font-size: 2.25rem;
line-height: 2.625rem
}
.banners .text_block .text {
font-size: 1.25rem;
line-height: 1.5rem
}
.banners {
margin: 1rem 0;
}
.banners .bonus_block .card_bonus {
transform: none
}
.banners .text_block {
padding: 1rem
}
}