@charset "utf-8";@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');:root{--white:#fff;--bg:#fcedd6;--blue-grad:linear-gradient(0deg,#24679c 0%,#1d97c5 100%);--btn-grad:linear-gradient(180deg,#21c3f4 0%,#189aca 100%);-webkit-box-shadow:0px 6px 10px #e7eeff inset;box-shadow:0px 6px 10px #e7eeff inset;--btn-orange:linear-gradient(180deg,#e9ba2a 0%,#cf631b 100%);box-shadow:0px 6px 10px #e7eeff inset;--text:#606060;--beige:#fff4e5}html{scroll-behavior:smooth}body{background:var(--bg);font-family:'Inter',sans-serif;font-weight:350;font-size:16px;line-height:1.5;word-wrap:break-word;color:var(--text);text-align:left;min-height:100vh;overflow-x:hidden}p{margin:20px 0;width:100%}p:first-of-type:nth-last-of-type(2)+p{margin-top:0}.title+p,p:first-child{margin-top:0}ul,ol{text-align:left;width:100%}table{width:100%;height:100%;min-width:400px;color:var(--white);overflow:hidden;font-weight:400;font-size:14px}.table-wrapper{overflow-x:auto;overflow-y:hidden;max-width:100%;-webkit-box-flex:0;-ms-flex:0 1 48%;flex:0 1 48%;background:0 0;border:none;border-radius:0}h1,h2,h3,h4{color:var(--text);font-weight:700;font-style:italic;font-weight:800;text-transform:uppercase;line-height:43.20px;word-wrap:break-word;text-align:left}h1.title{font-size:36px;text-align:left;color:var(--white)}h2,h2.title{position:relative;padding:16px 20px 10px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;font-size:24px;background:0 0;border-radius:0;padding:0;margin-bottom:16px;text-align:left}h2.title:after{content:'';-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:6px;background:linear-gradient(to bottom,#50c8ec 0%,#50c8ec 33.33%,#fa9926 33.33%,#fa9926 66.66%,#fc5154 66.66%,#fc5154 100%)}.title-border{position:relative;padding-bottom:22px;margin-bottom:20px;border:none;border-radius:6px}h3.title{font-size:18px;line-height:1.5;color:var(--text);margin-bottom:16px;text-align:left}article,.article,.desc{font-weight:350;font-size:14px;line-height:24px;text-align:left;color:var(--text)}article>*:first-child,.article>*:first-child{margin-top:0}article>*:last-child,.article>*:last-child{margin-bottom:0}article>*+*,.article>*+*{margin-top:20px}article p a,.article p a{color:#e12151}.button{display:-webkit-box;display:-ms-flexbox;display:inline-flex;max-width:200px;width:100%;height:50px;white-space:nowrap;padding:10px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--btn-grad);-webkit-box-shadow:0px 6px 10px #e7eeff inset;box-shadow:0px 6px 10px #e7eeff inset;border-radius:50px;border:2px #78dbff solid;color:var(--white);font-family:'Inter',sans-serif;font-size:13px;font-style:italic;font-weight:900;text-transform:uppercase;line-height:15.60px;text-align:center;cursor:pointer;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.orange{background:-webkit-gradient(linear,left top,left bottom,from(#e9ba2a),to(#cf631b));background:-o-linear-gradient(top,#e9ba2a 0%,#cf631b 100%);background:linear-gradient(180deg,#e9ba2a 0%,#cf631b 100%);-webkit-box-shadow:0px 6px 10px #e7eeff inset;box-shadow:0px 6px 10px #e7eeff inset;border:2px #fff solid}.little{max-width:125px}.button:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.button img,.button span{display:inline-block;vertical-align:middle}.buttons{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buttons a:first-child{margin-right:16px}.general>section,.general>article{position:relative;margin-bottom:20px;padding:20px;background:var(--beige);-webkit-box-shadow:0px 4px 4px #c8ac89,0px 2px 2px #fffaf4 inset;box-shadow:0px 4px 4px #c8ac89,0px 2px 2px #fffaf4 inset;border-radius:20px}.image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0}.image img{display:block;position:relative;-o-object-fit:contain;object-fit:contain}img{max-width:100%;width:auto}.image.image-right{right:0;left:auto;top:auto}.image.image-left{right:auto;left:0;top:auto}.background{display:block !important;position:absolute !important;top:0;bottom:0;left:0;right:0;z-index:-1}.background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}svg{display:inline-block;position:relative;vertical-align:inherit;fill:rgba(255,255,255,1);line-height:1}use{fill:rgba(255,255,255,1);fill-rule:evenodd;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.path{fill:inherit;stroke:inherit;stroke-width:inherit}.description ul,.information ul{position:relative;list-style-type:disc;padding:16px 16px 16px 31px}.description ol,.information ol{list-style-type:decimal;padding:16px 16px 16px 31px}.main__container{position:relative;max-width:1440px;margin:0 auto}.main__wrap,.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 20px;width:calc(100% - 240px - 20px);margin-left:auto}.sidebar__left{position:fixed;left:20px;margin-bottom:20px;margin-top:20px;background-color:transparent;overflow-y:auto;max-height:100vh;max-width:240px;width:100%;z-index:1}.sidebar__left.scrolled{top:0;height:100vh}.sidebar__left::-webkit-scrollbar{display:none}.sidebar__left li{padding:8px 10px;cursor:pointer}.sidebar__left li a,.sidebar-left__button{color:var(--text);text-transform:uppercase;font-size:13px;font-weight:500;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.sidebar__menu,.sidebar__navigation{background-color:transparent;border-radius:12px}.sidebar__menu{margin-bottom:20px}.sidebar__menu li{background:0 0;border-bottom:1px solid transparent;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.sidebar__menu li:nth-child(2),section.description{position:relative}.sidebar__menu li:nth-child(2):before,.sidebar__menu li:nth-child(2):after,section.description:before,section.description:after{content:'';position:absolute;left:0;width:100%;height:1px;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(0,0,0,.1)),to(transparent));background:-o-linear-gradient(left,transparent,rgba(0,0,0,.1),transparent);background:linear-gradient(to right,transparent,rgba(0,0,0,.1),transparent)}.sidebar__menu li:nth-child(2):before,section.description:before{top:0}.sidebar__menu li:nth-child(2):after,section.description:after{bottom:0}.sidebar__menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.sidebar-menu__icon{width:32px;height:32px;margin-right:24px}.sidebar-left__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:18px 20px 20px;background:0 0;text-align:left}.sidebar-left__list{width:100%;max-height:0;background-color:transparent;padding-left:8px;overflow:hidden;opacity:0;border-bottom:1px solid transparent;border-radius:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.sidebar-left__list.open{opacity:1;max-height:1500px;max-width:100%}.arrow{width:16px;height:24px;display:block;margin:-4px 0 auto auto;background:url(//vegasino.org.pl/wp-content/themes/vegasino/assets/css/../img/icons/sidebar-arrow.svg) no-repeat center;background-size:contain;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.arrow.rotate{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sidebar-left__list li{position:relative;padding:8px 10px;border-radius:8px;text-decoration:none;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.sidebar-left__list li:hover,.sidebar__menu li:hover,.statistic__table tr,.rating li,.faq__subtitle,.faq__item.active,.marker-list,.number-list{-webkit-box-shadow:0px 4px 4px #c8ac89 inset,inset 0 -1px 0 #fff;box-shadow:0px 4px 4px #c8ac89 inset,inset 0 -1px 0 #fff;border-radius:8px;background-color:var(--bg)}.burger{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:24px;height:18px;margin:0 20px;z-index:100}.burger span{display:block;height:2px;width:100%;background:var(--white);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;border-radius:2px;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header{position:relative;top:0;left:0;right:0;z-index:1000;background:var(--blue-grad)}.header:after,.footer:before,.bonuses__wrap:before,.registration__login-top:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;background:-webkit-gradient(linear,left top,left bottom,from(#50c8ec),color-stop(33.33%,#50c8ec),color-stop(33.33%,#fa9926),color-stop(66.66%,#fa9926),color-stop(66.66%,#fc5154),to(#fc5154));background:-o-linear-gradient(top,#50c8ec 0%,#50c8ec 33.33%,#fa9926 33.33%,#fa9926 66.66%,#fc5154 66.66%,#fc5154 100%);background:linear-gradient(to bottom,#50c8ec 0%,#50c8ec 33.33%,#fa9926 33.33%,#fa9926 66.66%,#fc5154 66.66%,#fc5154 100%)}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;max-width:1600px;max-height:96px;padding:20px 30px;margin:0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.header__logo{min-width:116px;margin-right:10%}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-right:auto}.header__menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__menu li:nth-last-child(-n+4){display:none}.header__menu li a,.header__lang .header-lang__options,.header-lang__button{padding:12px 24px;border-radius:20px;color:var(--white);font-family:'Inter',sans-serif;font-size:13px;font-style:italic;font-weight:900;text-transform:uppercase;line-height:15.60px;text-align:center;background-color:transparent;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header__menu li.header-menu__active a{font-weight:500}.header__menu a:not(:nth-last-child(-n+3)):hover{opacity:.7}.header__lang .header-lang__options,.header__menu .header-menu__dropdown .header-menu__submenu{border-radius:10px;padding:10px 5px;background:rgba(36,103,156,.7);-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.25) inset;box-shadow:0px 4px 4px rgba(0,0,0,.25) inset;border-radius:12px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.header__menu .header-menu__dropdown .header-menu__submenu{position:absolute;top:40px;left:0;padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:216px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;visibility:hidden;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);z-index:1001;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.header__menu .header-menu__dropdown:hover .header-menu__submenu{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.header__menu a.header-menu__dropdown-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__menu a.header-menu__dropdown-button:after,.header-lang__arrow{content:'';display:block;width:10px;height:14px;margin-left:10px;background:url(//vegasino.org.pl/wp-content/themes/vegasino/assets/css/../img/icons/header__arrow.svg) no-repeat center;background-size:contain;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.header__menu a.header-menu__dropdown-button:hover:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header__menu .header-menu__dropdown .header-menu__submenu li{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.header__menu .header-menu__dropdown .header-menu__submenu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px;font-size:13px;text-transform:uppercase;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;border:0}.header__menu>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;margin:0;padding:0}.header__menu>ul>li.header-menu__dropdown{position:relative}.header__menu .header__button{display:none}.header__button{display:-webkit-box;display:-ms-flexbox;display:flex}.header__button a{min-width:105px;height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__button-login{margin-right:10px}.logo{display:inline-block}.logo img{display:block}.header__lang{position:relative;min-width:100px;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header-lang__button{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100px;padding:12px 14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background:0 0;-webkit-box-shadow:none;box-shadow:none}.header-lang__button:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-box-shadow:transparent;box-shadow:transparent}.header__lang.open .header-lang__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header__lang .header-lang__button img,.header__lang .header-lang__options img{width:24px!important;height:24px!important;margin-right:8px;-o-object-fit:cover;object-fit:cover}.header__lang .header-lang__options{position:absolute;top:52px;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 0;max-height:0;overflow:hidden;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;z-index:20;overflow-y:auto;opacity:0}.header__lang.open .header-lang__options{max-height:500px;opacity:1;z-index:1000}.header__lang .header-lang__options li{padding:8px 14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.header__lang .header-lang__options li:hover,.header__menu .header-menu__dropdown .header-menu__submenu li:hover{background-color:#23557c}.hero{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;min-height:380px;margin-bottom:20px;margin-top:20px;border-radius:20px;-webkit-box-shadow:0px 4px 4px #c8ac89,0px 2px 2px #fffaf4 inset;box-shadow:0px 4px 4px #c8ac89,0px 2px 2px #fffaf4 inset;overflow:hidden}.hero__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:100%;margin:0 auto;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0}.hero__wrap,.banner__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:600px;margin-right:auto;padding:32px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:start;border-radius:8px;background-color:transparent;z-index:10;text-align:left;color:var(--white)}.hero__breadcrumbs ul,.hero__rating{font-weight:400;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;gap:10px}.hero-rating__icon{width:16px;height:16px;margin-right:6px;background-image:url(//vegasino.org.pl/wp-content/themes/vegasino/assets/css/../img/hero-rating-star.svg);background-position:center center;background-repeat:no-repeat}.hero__rating-text{text-transform:uppercase;margin-right:16px}.hero__rating span:nth-child(2){font-size:17px;font-weight:600}.hero__rating span:last-child{font-size:14px}.hero__breadcrumbs a{font-weight:600;font-size:16px;color:#fff}.hero__breadcrumbs li:first-of-type a{padding-right:10px;border-right:1px solid #fff;opacity:.7}.hero__text{margin-top:10px;max-width:400px}.hero__button{margin-top:20px}section.description__border{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.description a{margin-top:20px}.top ul{display:-ms-grid;display:grid;-ms-grid-columns:1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;grid-template-columns:repeat(6,1fr);gap:8px}.top li{border:4px solid var(--text);border-radius:16px;overflow:hidden;aspect-ratio:3/4;box-shadow:0px 4px 4px #c8ac89}.top li img{width:100%;height:100%;object-fit:cover}section.banner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:310px;border-radius:20px;border:0;background:0 0;overflow:hidden}.banner__wrap{max-width:673px;z-index:10;margin-left:auto;margin-right:0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.banner__right .banner__wrap{margin-left:0;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.banner__left .banner__wrap{margin-left:0;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.banner__wrap h2{color:var(--white);border-bottom:none;margin:0}.banner__wrap h3{margin:0;color:var(--yellow)}.banner.banner__application{min-height:200px;padding:0}.applications-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;margin:auto 32px auto auto;z-index:4}.applications-buttons a{width:100%;max-width:240px;height:auto;max-height:65px;border-radius:20px;border:1px solid var(--white);background:var(--blue-grad);padding:16px 32px}.applications-buttons a:before{content:'';width:45px;height:32px;margin-right:10px;background-repeat:no-repeat;background-position:center center;background-image:url(//vegasino.org.pl/wp-content/themes/vegasino/assets/css/../img/icons/apple.svg)}.applications-buttons a.button.btn-android{margin-top:16px}.applications-buttons a.button.btn-android:before{background-image:url(//vegasino.org.pl/wp-content/themes/vegasino/assets/css/../img/icons/android.svg)}section.bonuses{background-color:transparent;padding:0;-webkit-box-shadow:none;box-shadow:none}.bonuses ul{display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr 20px 1fr 20px 1fr;grid-template-columns:repeat(2,1fr);gap:20px;row-gap:20px;width:100%}.bonuses li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:0 0;border-radius:20px;border:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;box-shadow:0px 6px 10px #e7eeff inset,0px 4px 4px #c8ac89;overflow:hidden}.bonuses .statistic-banner__wrap{margin:0 auto}.bonuses__image{position:relative;width:100%}.bonuses__image img{width:100%;height:100%;object-fit:cover}.bonuses__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 30px 25px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:linear-gradient(180deg,#038864 0%,rgba(3,136,100,0) 100%)}.bonuses__wrap p{color:var(--white);text-align:center;margin-top:8px}.bonuses__wrap h2.title{margin-top:25px;margin-bottom:10px;line-height:1.2;color:var(--white);text-align:center}.image.image__information{position:relative}section.statistic{padding-bottom:11px}.statistic__table-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.statistic__table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;-webkit-box-flex:1;-ms-flex:1 1 48%;flex:1 1 48%}.statistic__table table{width:100%;border-collapse:separate;border-spacing:0}.statistic__table tr{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px;min-height:52px;background-color:var(--bg);border-radius:12px;overflow:hidden}.statistic__table td{padding:14px 20px;font-size:15px;color:var(--text);vertical-align:middle;background-color:transparent}.statistic__table td:first-child{font-weight:600;white-space:nowrap}.statistic__table.statistic-table__marker td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;font-weight:500}.statistic__table.statistic-table__marker td img{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.statistic__table.statistic-table__number td:first-child{min-width:200px}.rating ul{display:-ms-grid;display:grid;-ms-grid-columns:1fr 8px 1fr;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px}.rating li{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;padding:12px 20px;border-radius:16px;background-color:var(--bg)}.rating span:first-child{min-width:150px}.rating__list-star{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px;margin-right:auto;min-width:255px}.rating__list-star img{width:20px;height:20px}section.registration{background:0 0;-webkit-box-shadow:none;box-shadow:none;padding:0}.registration__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.registration__form{border-radius:10px;width:50%;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);overflow:hidden}.login-container{background-color:var(--beige);padding:30px}.registration__login-top{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:20px;background:var(--blue-grad)}.registration__login-top h2.title{color:var(--white);font-size:30px;margin:0}.registration__login-top:after{top:auto}.login-container input{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:14px 18px;margin-bottom:20px;border:none;border-radius:10px;font-size:16px;background-color:var(--bg);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1) inset;box-shadow:0 2px 5px rgba(0,0,0,.1) inset}.password-wrapper{position:relative}.toggle-password{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.forgot-password{display:block;text-align:center;margin-bottom:20px;color:#333;text-decoration:underline;font-size:14px}.toggle-password{display:block;width:24px;height:24px;background:url(//vegasino.org.pl/wp-content/themes/vegasino/assets/css/../img/icons/input.svg) no-repeat center center/contain}.login-button{max-width:350px;margin:0 auto}.registration__image{border-radius:20px;overflow:hidden}.registration__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.faq__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.faq__item{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.faq__subtitle{position:relative;font-weight:700;font-size:16px;line-height:24px;text-align:left;background-color:var(--bg);padding:16px 70px 16px 16px}.faq__list li+li{margin-top:20px}.faq__subtitle:first-letter ,.faq__answer{color:#1c9fcc}.faq__subtitle:after{content:"";display:block;position:absolute;top:30%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:20px;width:24px;height:24px;background:url(//vegasino.org.pl/wp-content/themes/vegasino/assets/css/../img/icons/sidebar-arrow.svg) no-repeat center center/contain;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.faq__subtitle.active:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);top:16px}.faq__item{position:relative}.faq__subtitle.active{border-radius:8px 8px 0 0;border:0;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-box-shadow:0px 4px 4px #c8ac89 inset;box-shadow:0px 4px 4px #c8ac89 inset}.faq__answer{position:relative;font-size:14px;background-color:transparent;padding:16px;border-radius:0 0 8px 8px;-webkit-box-shadow:inset 0 -1px 0 #fff;box-shadow:inset 0 -1px 0 #fff}.faq__answer p{margin-bottom:0}.js-expand-content{display:none;overflow:hidden}.js-expand-content.expanded{height:100%}.to-top{background:url(//vegasino.org.pl/wp-content/themes/vegasino/assets/css/../img/icons/arrow-up.svg) no-repeat center center/contain;width:48px;height:48px;position:fixed;right:20px;bottom:20px;z-index:1000;opacity:1;display:none;z-index:1000}.footer{position:relative;background-color:#24679c;border-radius:3px 3px 0 0}.footer:before,.bonuses__wrap:before{bottom:auto}.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1600px;width:100%;margin:0 auto;padding:32px}.footer__menu ul,.footer__payment ul,.footer__partner ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;row-gap:16px;gap:16px}.footer-menu__block ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px;border:none}.footer-menu__block a,.footer__payment a{padding:10px 20px;font-weight:400;font-size:13px;line-height:24px;text-transform:uppercase;color:#9ae7fe;font-style:italic;font-weight:900;border-radius:8px;border:2px #5085b0 solid;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.25);box-shadow:0px 4px 4px rgba(0,0,0,.25);-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:50px 0;gap:20px}.footer__list ul{-webkit-box-flex:1;-ms-flex:1 1 160px;flex:1 1 160px;max-width:160px;margin-right:auto}.footer__list li:first-child,.footer__list ul:first-child>li:nth-last-child(-n+3){font-size:14px;font-weight:700;margin-bottom:16px}.footer__list li:first-child a,.footer__list ul:first-child>li:nth-last-child(-n+3) a{color:var(--white)}.footer__list ul:first-child>li:nth-last-child(-n+3){margin-bottom:0}.footer__list li a{font-size:14px;color:#9ae7fe}.footer-list__item-bottom{margin-top:50px}.footer__payment li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__payment li:last-child a,.footer__information a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:none;box-shadow:none;border:none;font-style:normal;font-size:12px;font-weight:500;text-transform:none;color:#9ae7fe}.footer__payment li a{padding:4px 0}.footer__payment li img{display:block;width:70px;height:24px}.footer-payment__arrow{display:block;width:12px;height:12px;margin-left:8px;background:url(//vegasino.org.pl/wp-content/themes/vegasino/assets/css/../img/footer/footer-arrow.svg) no-repeat}.footer__information{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__information ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:35px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px}.footer__information a{margin-bottom:15px}.footer__information p{color:#9ae7fe;font-size:12px;text-align:center}