@font-face {
    font-family: 'Press Start';
    src: url('/fonts/pressstart2p-webfont.eot');
    src: url('/fonts/pressstart2p-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pressstart2p-webfont.woff') format('woff'), url('/fonts/pressstart2p-webfont.ttf') format('truetype'), url('/fonts/pressstart2p-webfont.svg#press_start_2pregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Super Plumber Bros';
    src: url('/fonts/super_plumber_brothers-webfont.eot');
    src: url('/fonts/super_plumber_brothers-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/super_plumber_brothers-webfont.woff') format('woff'), url('/fonts/super_plumber_brothers-webfont.ttf') format('truetype'), url('/fonts/super_plumber_brothers-webfont.svg#super_plumber_brothersregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.game {
    margin: 0;
    padding: 0;
    background: #385cd9;
    font-size: 21px;
    font-family: "Press Start";
    text-transform: uppercase;
    line-height: 117%;
}
.game {
    /*.gallery-desktop .image {
         height: 200px;
    }
     .gallery-mobile .image {
         height: 364px;
    }
    */
    /*new styles 20.09.2022*/
    /* social buttons */
}
.game h1, .game h2, .game h3 {
    line-height: 1.3em;
}
.game input, .game textarea {
    box-sizing: border-box;
    border: 1px solid #999;
}
.game input {
    padding: 5px 10px;
}
.game textarea {
    min-height: 148px;
    padding: 7px 10px;
}
.game button[type="submit"] {
    padding: 5px 20px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
}
.game button[type="submit"]:hover {
    background: #fafafa;
    border: 1px solid #999;
}
.game #main {
    width: 100%;
    max-width: 848px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.game .padding-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.game #header {
    display: none;
    position: absolute;
    height: 49px;
    width: 100%;
    background-image: url('/Theme/Header.gif');
    background-repeat: no-repeat;
    background-color: #070707;
}
.game .mobile-note {
    color: #000;
    background: #fff;
    text-align: center;
    font-family: arial, sans-serif;
    margin: 20px 10px 10px;
    text-transform: none;
    border: 1px solid #000;
    padding: 10px 7px;
    font-size: 16px;
}
.game #game {
    background: #000;
    display: block;
    width: 100%;
    max-width: 848px;
    height: 509px;
    position: relative;
    margin: 0 auto 0;
    border: 0px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.game #game.custom__iframe-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
    display: block;
    /* iframes are inline by default */
    background: #000;
    max-width: unset;
    border: none;
    /* Reset default border */
    height: 100vh;
    /* Viewport-relative units */
    width: 100vw;
}
.game #game.mobilegame {
    border: none;
    max-width: 848px;
    height: 528px;
    width: 100% !important;
}
.game .site-description {
    margin: 24px 0 0 0;
    text-align: center;
    font-family: verdana, tahoma, arial;
    text-transform: none;
}
.game .site-description img {
    width: 100%;
    max-width: 480px;
}
.game .site-description .sd-title {
    margin: 0 0 30px 0;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
.game .topmenu {
    margin: 0 0 20px;
}
.game .topmenu, .game .topmenu a {
    text-align: center;
    font-family: "Press Start";
    font-size: 16px;
    color: #fff;
    line-height: 2em;
}
.game .footermenu {
    width: 100%;
    max-width: 848px;
    margin: 0 auto;
    padding: 0 0 20px;
}
.game .footermenu, .game .footermenu a {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 2em;
}
.game body.fullscreen {
    background-color: #000;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.game body.fullscreen #main {
    max-width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.game body.fullscreen #game {
    max-width: 100%;
    border: none;
    position: static;
    flex-grow: 1;
    margin: 0;
}
.game body.fullscreen #out_editor {
    position: static;
}
.game body.fullscreen #sound-toggle {
    width: 200px;
    position: static;
    margin: 10px auto;
}
.game body.fullscreen #out_mapselect {
    position: relative;
}
.game body.fullscreen #go-back {
    position: static;
}
.game body.fullscreen #go-back a {
    color: #fff;
    text-decoration: none;
}
.game body.fullscreen .adsbygoogle {
    text-align: center;
}
.game .gallery-headline {
    text-align: center;
}
.game .gallery {
    overflow: hidden;
}
.game .gallery .image {
    background: #fff;
    padding: 1em;
    margin: 0 1% 1.5em;
    width: 31.3333%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
}
.game .gallery .image img {
    max-width: 100%;
    width: auto;
    margin: 0 0 5px;
}
.game .gallery-desktop .image img {
    height: 121px;
}
.game .gallery-mobile .image img {
    height: 277px;
}
.game .gallery .image a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.7em;
}
.game .gallery .image h3 {
    margin: 0;
}
.game .comments {
    position: relative;
    margin: 0 0 36px;
}
.game .commentslist {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    margin: 0 0 28px;
}
.game .commentslist.loading {
    background: url(/assets/img/loading.gif) center no-repeat;
}
.game .comments .pagination ul {
    list-style: none;
    text-align: center;
    padding: 0;
}
.game .comments .pagination ul li {
    display: inline-block;
    margin: 5px;
}
.game .comments .pagination ul li a, .game .comments .pagination ul li span {
    background: #fff;
    color: #555;
    padding: 5px 10px;
    text-decoration: none;
}
.game .comments .pagination ul li span.active {
    font-weight: bold;
}
.game .comments .pagination ul li a:hover {
    background: #fafafa;
}
.game .comments .loading {
    background: rgba(255, 255, 255, .5) url(/assets/img/loading.gif) center no-repeat;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.game .comment {
    background: #fff;
    padding: 1.5em;
    margin: 0 0px 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    /*-webkit-column-break-inside: avoid;
     page-break-inside: avoid;
     break-inside: avoid;
    */
}
.game .comment a {
    color: #000;
    text-decoration: none;
}
.game .comment a:hover {
    color: #000;
    text-decoration: underline;
}
.game .comment-group:last-child .comment {
    border-bottom: 1px solid black;
}
.game #comment-form {
    margin: 0 0 20px;
}
.game #comment-form .comment-field {
    margin: 0 1% 10px;
}
.game #comment-form .comment-input {
    width: 31.3333%;
    float: left;
}
.game #comment-form input, .game #comment-form textarea, .game #comment-form button {
    outline: none;
}
.game #comment-form input[type="text"], .game #comment-form input[type="email"], .game #comment-form textarea {
    width: 100%;
    margin: 0;
    display: inline-block;
    border: none;
    border-bottom: 2px solid #cecece;
    border-radius: 0;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    transition: 0.3s;
}
.game #comment-form input[type="text"]:focus, .game #comment-form input[type="email"]:focus, .game #comment-form textarea:focus {
    border-bottom: 2px solid #0386cd;
}
.game #comment-form input[type="text"], .game #comment-form input[type="email"] {
    height: 36px;
    padding: 0 13px;
}
.game #comment-form .captcha {
    height: 36px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 0 0 10px;
    border-bottom: 2px solid #cecece;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.game #comment-form .captcha input {
    margin: 0 8px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.game #comment-form .captcha label {
    line-height: 1.3em;
    font-size: 13px;
    cursor: pointer;
}
.game #comment-form textarea {
    min-height: 128px;
    padding: 13px 13px;
}
.game #comment-form button[type="submit"] {
    background: linear-gradient(to bottom, #009aed 5%, #0386cd 100%);
    background-color: #0386cd;
    border-radius: 4px;
    border: none;
    display: inline-block;
    height: 36px;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    padding: 0 27px;
    text-decoration: none;
}
.game #comment-form button[type="submit"]:hover {
    background: linear-gradient(to bottom, #0386cd 5%, #009aed 100%);
    background-color: #0386cd;
}
.game #message-form {
    margin: 0 0 20px;
}
.game #message-form .message-field {
    margin: 0 1% 10px;
}
.game #message-form .message-input {
    width: 31.3333%;
    float: left;
}
.game #message-form input, .game #message-form textarea, .game #message-form button {
    outline: none;
}
.game #message-form input[type="text"], .game #message-form input[type="email"], .game #message-form textarea {
    width: 100%;
    margin: 0;
    display: inline-block;
    border: none;
    border-bottom: 2px solid #cecece;
    border-radius: 0;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    transition: 0.3s;
}
.game #message-form input[type="text"]:focus, .game #message-form input[type="email"]:focus, .game #message-form textarea:focus {
    border-bottom: 2px solid #0386cd;
}
.game #message-form input[type="text"], .game #message-form input[type="email"] {
    height: 36px;
    padding: 0 13px;
}
.game #message-form .captcha {
    height: 36px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 0 0 10px;
    border-bottom: 2px solid #cecece;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.game #message-form .captcha input {
    margin: 0 8px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.game #message-form .captcha label {
    line-height: 1.3em;
    font-size: 13px;
    cursor: pointer;
}
.game #message-form textarea {
    min-height: 128px;
    padding: 13px 13px;
}
.game #message-form button[type="submit"] {
    background: linear-gradient(to bottom, #009aed 5%, #0386cd 100%);
    background-color: #0386cd;
    border-radius: 4px;
    border: none;
    display: inline-block;
    height: 36px;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    padding: 0 27px;
    text-decoration: none;
}
.game #message-form button[type="submit"]:hover {
    background: linear-gradient(to bottom, #0386cd 5%, #009aed 100%);
    background-color: #0386cd;
}
.game .policy-content {
    color: #fff;
    font-family: arial, sans-serif;
    max-width: 800px;
    margin: 48px auto;
    text-transform: none;
}
.game .policy-content h1 {
    font-size: 24px;
    margin: 0 0 20px;
}
.game .policy-content h2 {
    font-size: 20px;
    margin: 26px 0 20px;
}
.game .policy-content p {
    font-size: 14px;
    line-height: 1.7em;
}
.game .policy-content ul li {
    font-size: 14px;
    line-height: 1.7em;
}
.game #cookies-policy-popup {
    color: #222;
    font-family: arial, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #b9d1ff;
    padding: 8px 14px;
    font-size: 13px;
    text-align: left;
    opacity: 0;
    transition: opacity 500ms;
    text-transform: none;
}
.game #cookies-policy-popup a {
    color: #222;
}
.game #cookies-policy-popup span {
    background: #428bca;
    color: #fff;
    padding: 2px 7px;
    font-size: 12px;
    cursor: pointer;
}
.game #cookies-policy-popup span:hover {
    background: #4995d6;
}
.game #cookies-policy-popup.fadein {
    opacity: 1;
}
.game #after {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 848px;
}
.game #after.mobilegame {
    width: 100%;
    max-width: 100%;
}
.game #after.fullscreen {
    z-index: 2;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background: #5C94FC;
    padding: 5px 0;
}
.game #after.fullscreen.mobilegame {
    bottom: 40px;
}

.game #after.mobilegame {
    padding: 10px;
}

.game #after.fullscreen.mobilegame .bar1 {
    padding: 0;
}

.game #after.mobilegame .bar1 {
    padding: 0;
}

.game #after.fullscreen.mobilegame .bar1 div.label {
    font-size: 12px;
}

.game #after.mobilegame .bar1 div.label {
    font-size: 12px;
}

.game .bar1 {
    cursor: pointer;
    padding: 10px;
    text-align: center;
}
.game #out_mapselect {
    color: #fff;
    position: relative;
}
.game #in_editor {
    color: #fff;
}
.game #out_keymapping {
    margin: 7px auto;
}
.game #sound-toggle {
    color: #fff;
}
.game #sound-toggle:hover {
    color: #a6ec5e;
}
.game #full-screen {
    color: #fff;
}
.game #full-screen:hover {
    color: #a6ec5e;
}
.game #after.mobilegame #full-screen {
    display: none;
}
.game #in_keymapping:hover {
    height: 400px;
}
.game #in_keymapping input {
    width: 80px;
    margin-right: 20px;
    float: right;
    font-family: "Press Start";
    text-transform: uppercase;
}
.game #in_keymapping input:focus {
    background-color: #09f;
}
.game .expander {
    margin-top: -24px;
    padding: 7px;
    width: 260px;
    height: 24px;
    display: none;
    z-index: 98;
    background: #096;
    border: 3px solid #9fc;
    border-radius: 7px;
    box-shadow: 0 3px 7px black inset;
    font-size: 14px;
    margin: 0 10px;
    position: absolute;
}
.game .bar1:hover .expander {
    height: 268px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}
.game #after.mobilegame .bar1:hover .expander {
    left: 0;
    transform: none;
}
.game .bar1 div.label {
    margin: 0;
    font-size: 14px;
}
.game .maprectout {
    margin: 1px 3px;
    display: inline-block;
    background: #fc3;
    border: 3px outset;
    cursor: pointer;
    color: black;
    font-size: 14px;
}
.game .maprect {
    width: 49px;
    height: 20px;
}
.game .maprect.off {
    background: #960;
}
.game .maprect.big {
    width: 231px;
}
.game .maprect.larger {
    margin: 14px 0;
}
.game .maprect.giant {
    padding: 28px 0 70px 0;
    font-size: 17px;
    line-height: 210%;
}
.game .how-to-play {
    font-family: verdana, tahoma, arial;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    background: #eee;
    color: #000;
    margin: 0 0 30px;
    padding: 20px;
    overflow: hidden;
}
.game .how-to-play .text {
    margin-right: 26px;
}
.game .how-to-play .text h2 {
    margin-top: 0;
}
.game .main-ad {
    margin: 0 0 20px;
}
.game .main-ad .headline {
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.game .top-right-ad .headline {
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.game #about {
    font-family: verdana, tahoma, arial;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    margin: 0 0 20px;
    background: #eee;
    color: #000;
    padding: 10px 20px;
    overflow: hidden;
}
.game .social-buttons {
    font-family: verdana, tahoma, arial;
    margin: 20px 0 10px;
    text-align: center;
}
.game .social-buttons .headline {
    font-size: 12px;
    text-transform: none;
    line-height: 1.3em;
    margin: 0 0 8px;
}
.game .social-buttons ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.game .social-buttons ul li {
    float: left;
    margin: 0 10px 0 0;
}
.game .social-buttons ul li a {
    background: #385cd9;
    width: 28px;
    height: 28px;
    display: block;
    text-align: center;
}
.game .social-buttons ul li a img {
    margin-top: 6px;
}
.game .donate-block {
    font-size: 10px;
    font-family: verdana, tahoma, arial;
    text-align: center;
    text-transform: none;
}
.game .donate-block .donate-block-wrapper {
    font-size: 12px;
}
.game .donate-block .d-headline {
    line-height: 1.7em;
}
.game .donate-block .d-headline span {
    font-size: 14px;
}
.game .donate-block .d-wallet {
    line-height: 1.7em;
}
.game .donate-block .d-wallet a {
    color: #000;
}
.game .donate-block .d-wallet a:hover {
    text-decoration: none;
}
.game .wordcoach {
    max-width: 100%;
    margin-bottom: 26px;
    text-align: center;
}
.game .wordcoach img {
    max-width: 64%;
}
@media (max-width: 847px) {
    .game .wordcoach img {
        max-width: 100%;
    }
    .game .gallery {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .game .gallery .image {
        width: auto;
        float: none;
        display: inline-block;
    }
    .game .gallery .image img {
        height: auto;
    }
    .game label[for="email"] span {
        display: none;
    }
}
@media (max-width: 599px) {
    .game body.fullscreen .bar1 div.label {
        font-size: 13px;
    }
    .game .gallery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .game .commentslist {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 479px) {
    .game body.fullscreen .bar1 div.label {
        font-size: 12px;
    }
    .game #super-mario-img {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
    .game .topmenu, .game .topmenu a {
        font-size: 15px;
    }
    .game .gallery {
        -moz-column-count: 1;
        -webkit-column-count: 12;
        column-count: 1;
    }
    .game .commentslist {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .game #comment-form .comment-field {
        margin: 0 0 10px;
    }
    .game #comment-form .comment-input {
        width: 100%;
        float: none;
    }
    .game #message-form .message-field {
        margin: 0 0 10px;
    }
    .game #message-form .message-input {
        width: 100%;
        float: none;
    }
}
@media (max-width: 359px) {
    .game body.fullscreen .bar1 div.label {
        font-size: 11px;
    }
    .game .gallery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .game .commentslist {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
.game .clearfix {
    clear: both;
}
.game .model-inner > img {
    display: block;
    margin-bottom: 25px;
}
.game .f_heading {
    font-size: 18px;
    line-height: 110%;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.game .f_heading:before {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.game .f_socials {
    /*margin-bottom: 40px;
     */
}
.game .f_socials a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    transition: 0.3s;
}
.game .f_socials a img {
    display: block;
    width: 100%;
}
.game .f_socials a:hover {
    opacity: 0.7;
}
.game .f_rules {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    font-size: 14px;
    line-height: 110%;
    text-transform: none;
    color: #000;
    font-weight: 700;
    margin: 22px 0 0 30px;
}
.game .f_rules:hover {
    text-decoration: none;
}
.game .f_contest {
    font-size: 14px;
    line-height: 110%;
    text-transform: uppercase;
    color: #848484;
    font-weight: 700;
    margin: 25px 0 0 15px;
}
.game .b6_form {
    margin: 20px 0;
}
.game .validate {
    position: relative;
}
.game .f_input {
    display: block;
    max-width: 360px;
    width: 100%;
    height: 30px;
    border-radius: 20px;
    border: none;
    background: #ececec;
    font-size: 13px;
    padding: 0 15px;
    margin: 10px 0 12px;
}
.game .f_submit {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 250px;
    height: 60px;
    background: #e42311 !important;
    border-radius: 40px !important;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
}
.game .f_submit:hover {
    opacity: 0.7;
}
.game label.error {
    color: red;
}
.game .f_input.error {
    border: 1px solid red;
}
.game .validate label.error {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    font-size: 14px;
}
@media (max-width: 500px) {
    .game .model-inner {
        padding: 20px 15px !important;
    }
    .game .modal-header h3 {
        font-size: 16px;
    }
    .game .modal-close {
        padding: 5px 8px;
    }
    .game .f_heading {
        font-size: 13px;
        padding-left: 10px;
    }
    .game .f_heading:before {
        width: 5px;
        height: 5px;
        top: 5px;
    }
    .game .f_submit {
        max-width: 100%;
        height: 40px;
    }
    .game .f_rules {
        float: none;
        margin: 15px 0;
    }
    .game .f_contest {
        font-size: 13px;
        margin: 0;
    }
}
.game ul.share-buttons {
    list-style: none;
    padding: 0;
}
.game ul.share-buttons li {
    display: inline;
}
.game ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.game ul.share-buttons img {
    width: 32px;
}
