body {
    margin: 0;
    transition: .5s;
}

body.mu {
    padding-right: 300px;
}

.dn	{
	display: none !important;
}
.flash {
    text-align: left;
    max-width: 520px;
    width: 100%;
    background: #d9edf7;
    padding: 3px 20px 18px 20px;
    border-radius: 20px;
    margin: 20px auto;
}
.fa-menu{position: fixed;top: 0;right: 0;width: 64px;height: 54px;cursor: pointer;z-index: 10;}
.fa-menu{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;}
.fa-menu i{display:block;position:absolute;height:5px;width:40px;background:#5B5C5B;border-radius:25px;opacity:1;left:12px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
.fa-menu i:nth-child(1){top:12px;}
.fa-menu i:nth-child(2){top:24px;}
.fa-menu i:nth-child(3){top:36px;}
body.mu .fa-menu i:nth-child(1){background:#fff;top:24px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);}
body.mu .fa-menu i:nth-child(2){background:#fff;opacity:0;left:-60px;}
body.mu .fa-menu i:nth-child(3){background:#fff;top:24px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}
body.mu .fa-menu {
    right: 17px;
}

.menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    background: #000;
    bottom: 0;
    overflow: auto;
    text-align: center;
    transition: .5s;
	z-index: 5;
}
.menu > h1 {
    color: #fff;
    text-align: left;
    margin: 5px 20px;
}
body.mu .menu {
    right: 0;
}
.menu > a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 26px;
    background: #fff;
    margin: 20px;
    border: 10px solid #fff;
}

.menu > a:hover {
    background: #6e6e6e;
    color: #fff;
    border-color: #6e6e6e;
}

.menu > a > img {
    width: 100%;
}

.menu > a > b {
    display: block;
    padding-top: 5px;
}

.iframe {
	text-align: center;
    padding: 50px;
    border-bottom: 1px solid #fff;
}

div.rekl {
    margin: 10px auto;
    text-align: center;
}

div.rekl.poz {
    width: 100%;
    height: 90px;
    overflow: hidden;
    max-width: 780px;
}

div.rekl.pio {
    width: 90px;
    height: 780px;
    display: inline-block;
    vertical-align: top;
}

.boxGame {
    display: inline-block;
    vertical-align: top;
    margin: auto;
}

.boxGame .game {
    text-align: center;
    margin: 10px auto;
}

.boxGame .game iframe {
    border: 1px solid #006;
    padding: 10px;
    transition: .5s;
}

div.title {
    text-align: center;
}

.boxAds {
    display: flex;
    margin: auto;
}

.title h1 {
    margin: 20px;
    display: inline-block;
}

.title .facebook {
    display: inline-block;
    vertical-align: bottom;
}

.title .facebook iframe {
    height: 44px;
    width: 150px;
}

.opis {
    width: 100%;
    max-width: 750px;
    margin: 20px auto;
}

form.kome {
    width: 95%;
    max-width: 750px;
    margin: 20px auto;
    position: relative;
}

form.kome > textarea {
    width: 100%;
    /*width: calc(100% - 20px);*/
    height: 60px;
    padding: 20px 10px;
    border-radius: 5px;
}

form.kome > label {
    position: absolute;
    top: 3px;
    left: 10px;
}

form.kome > b {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #006;
    border-radius: 5px;
    color: #fff;
    padding: 0px 15px;
    cursor: pointer;
}

form.kome > s {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #006;
    font-size: 24px;
    font-weight: bold;
    display: none;
}

form.kome.act > s {
    display: block;
}
/**/
a.scoo {
	cursor: pointer;
}
.cookie {
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    z-index: 6;
    min-height: 35px;
    transform: translate(-50%, -50%);
    max-width: 850px;
    box-shadow: 0 0 10px #fff, inset 0 0 10px #fff;
    overflow: auto;
    max-height: 80%;
}
.cookie > div {
    padding-right: 220px;
    text-align: left;
}
.cookie div > .coop {
    height: 0px;
    overflow: hidden;
    margin: 0;
    transition: .5s;
}
/* cookie */
div.act > div > .coop {
    height: 100px;
    overflow: auto;
    border: 1px solid #fff;
    padding: 10px;
}
.cookie > b {
    position: absolute;
    top: 20px;
    right: 16px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 10px;
    transition: .5s;
}
.cookie > b:hover {
    background: #fff;
    color: #000;
}
.cookie > div a {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
}
.cookie.new b {
    display: block;
    font-size: 18px;
}
.cookie > b.wybrane {
    top: auto;
    bottom: 12px;
	display: none;
}
div.cookie.act > b.wybrane {
	display: block;
}
.cookie.new s {
    display: block;
    text-decoration: none;
    margin: 10px;
}
.cookie.new u {
    display: block;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    background: rgb(255 255 255 / 10%);
}
.cookie.new i {
    display: block;
    font-style: normal;
    margin: 20px 0;
}
.cookie.new > b {
    width: 170px;
    text-align: center;
}
.cookie.new table {
    width: 100%;
    color: #fff;
    margin: 10px 10px 0 10px;
}
.cookie.new td {
    width: 50%;
}
/**/
.footer {
    text-align: center;
    padding: 15px;
}

div.game > div {
    display: block;
    width: 100%;
}

div.game > div > i {
    font-size: 24px;
    cursor: pointer;
    width: 50%;
    padding: 5px 0;
}

div.game > div > i:hover {
    background: #006;
    color: #fff;
}

.flashGame {
    max-width: 728px;
    overflow: auto;
    height: 102px;
    white-space: nowrap;
    margin: auto;
}

.flashGame > a {
    position: relative;
    display: inline-block;
}

.flashGame > a > span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding: 5px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flashGame > a:hover:before {
	font-family: 'FontAwesome';
	content: "\f144";
	position: absolute;
	top: 5px;
	left: 40px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 54px;
	text-shadow: 0 0 6px #000;
}

.mantine-Group-root a {
    text-decoration: none;
}

.mantine-Group-root img {
    height: 50px;
    margin: 10px 10px 20px 0;
}

@media only screen and (max-width: 900px) {
	div.rekl.pio {
	    display: none;
	}
}
