@font-face {
    font-family: "GothamXNarrow";
    src: url('../fonts/GothamXNarrow-Light.otf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "GothamXNarrow";
    src: url('../fonts/GothamXNarrow-Bold.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "GothamXNarrow";
    src: url('../fonts/GothamXNarrow-Medium.otf');
    font-weight: normal;
    font-style: normal;
}


html, body {
    background: #f4f4f4;
    font-family: GothamXNarrow;
    font-weight: 200;
    height: 1080px;
}

h1, h2 {
    font-family: GothamXNarrow;
    font-weight: 600;
}

h3, h4, h5, h6, p, a {
    font-family: GothamXNarrow;

}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

p, a {
    color: #000;
    font-size: 20px;
}

html, body {
    overflow: hidden;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*:focus {
    outline: none !important;
}

.hide-section {
    display: none;
}

.container {
    width: 1920px;
    padding: 0;
    background: #fff;
}

.header {
    height: 157px;
    width: 1920px;
    min-height: 100%;
    padding: 0 82px;
}
.content .first-menu .row{
    margin-right: -10px;
    margin-left: -10px;
}
.content .row{
    margin-right: 0;
    margin-left: 0;
}
.header .row {
    width: 1920px;
    margin-right: 0;
    margin-left: 0;
}

.horizontal-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.header .logo {
    text-align: center;
    height: 120px;
    padding: 0;
}

.header .logo .logo-section {
    text-align: left;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0;
    width: 211px;
    background: #fff;
    z-index: 1000;
}

.inner-header-wrapp .inner-header{
    border: 2px solid #da1689;
    height: 90px;
}
.inner-header-wrapp{
    padding: 23px 14px 4px 84px;
    height: 119px;
}

.header .logo img {
    margin: 0 0px;
}

.header .search {
    text-align: left;
    color: #fff;
    font-family: GothamXNarrow;
    font-size: 16px;
    height: 120px;
}

.header .search-section {
    position: absolute;
    width: 610px;
    height: 25px;
    margin: auto;
    left: 60px;
    right: 0;
    bottom: 0;
    top: 0;
}

.header .search img {
    height: 25px;
    margin-right: 15px;
}


.header .language {
    text-align: right;
    height: 120px;
}

.header .language .language-section
{
    position: absolute;
    width: 640px;
    height: 80px;
    margin: auto;
    /* left: 0px; */
    right: -64px;
    bottom: auto;
    top: -44px;
}

.switch-language {
    background: #2d3138;
    padding: 18px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    color: white!important;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 10px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    display: inline;
}

.switch-language.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #d8007f;
    color: #000 !important;
    background: transparent;
}
.poziom66-selected .switch-language.active {
    background: #fbb016;
}

.sidebar {
    text-align: center;
    position: relative;
    padding-right: 0;
    width: 530px;
}

.sidebar h1 {
    text-transform: uppercase;
    color: #ff0000;
    line-height: 19px;
    font-size: 28px;
    margin-top: 1px;
}

.poziom66-selected .sidebar h1 {
    color: #fbb016;
}

.sidebar h2 {
    color: #000;
    font-size: 25px;
    /*margin-top: 30px;*/
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
}

.col-xs-4, .col-xs-6, .col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.sidebar .poi {
    padding-top: 15px;
}

.btn-custom-promotion{
    position: fixed !important;
    bottom: 100px;
    width: 593px;
    right: 40px;

}

.btn-1 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    border: none;
    padding: 7px;
    margin: 10px 0;
    background: #D8007F;
    border: 1px solid #D8007F !important;
    font-family: GothamXNarrow;
    border-radius: 0;
    height: 88px;
    border-radius: 4px;
}

.poziom66-selected .btn-1 {
    background: #fbb016;
}

.btn-3 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    border: none;
    padding: 15px;
    margin: 0;
    background: #D8007F;
    font-family: GothamXNarrow;
    border-radius: 0;
    height: 90px;
    position: absolute !important;
    bottom: 0;
}

.poi-ukryty{
    display: none;
}

.btn-4 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    border: none;
    padding: 15px;
    margin: 0;
    background: #D8007F;
    font-family: GothamXNarrow;
    border-radius: 0;
    height: 96px;
    position: absolute !important;
    bottom: 110px;
}

.btn-2.btn-poi2 span.title{
    color: #2D3138 !important;
}
.btn-2.btn-poi2{
    color: #2D3138;
    font-weight: 300;
    font-size: 18px;
    padding: 15px;
    margin: 0px 0;
    background: #fff;
    border: 1px solid #2D3138;
    font-family: GothamXNarrow;
    border-radius: 4px;
    height: 90px;
}
.btn-2 {
    color: #d8007f;
    font-weight: 300;
    font-size: 18px;
    border: none;
    padding: 15px;
    margin: 10px 0;
    background: #ffffff;
    font-family: GothamXNarrow;
    border-radius: 0;
    height: 90px;
    border-radius: 4px;
    border: 1px solid #d8007f;
}

.miga_kolor{
    animation: miga_kolor;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
    transition: 1s all;
}

@keyframes miga_kolor {
    0%{
        border: 2px solid #D8007F;
        color: #fff;
    }
    50%{
        border: 2px solid #FFB3D9FF;
        color: #d8007f;
    }
    100%{
        border: 2px solid #D8007F;
        color: #fff;
    }
}
.btn-1:hover, .btn-2:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.05);
    color: #D8007F;
}

.btn:active, .btn:active, .btn:focus {
    color: #fff;
}

.btn {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    position: relative;
}

.btn.category-button div.title {
    position: static;
    color: #fff !important;
    white-space: wrap;
    letter-spacing: 1px;
}
.btn span.title {
    left: 0;
    right: 0;
    top: 45px;
    margin-left: auto;
    line-height: 16px;
    margin-right: auto;
    position: absolute;
    height: 32px;
    color: #d8007f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: auto;
    width: calc(100% - 30px);
}

.btn img {
    left: 0;
    right: 0;
    bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    max-height: 30%;
    max-width: 20%;
    position: absolute;
}

.navigation {
    padding-right: 25px;
    padding-left: 2px;
    width: 1330px;
}
.poi-section.poi-section-2 .col-xs-2{
    width: 14%;
    padding-left: 10px;
    padding-right: 10px;
}
.content {
    height: 912px;
    padding: 28px 28px;
}

.container-inner.map {

}


.mapplic-fullscreen-button{
    display: none;
}

.navigation table {
    width: 100%;
    border-collapse: unset;
    height: 852px;
}

.map-container{
    max-height: 740px;
}

.navigation table tr.levels td {

    height: 90px;
    width: 14%;
    text-align: center;
    color: #3a404a;
    font-size: 20px;
    border: 1px solid #ccc;
}

.navigation table tr.levels td {
    border-bottom: 0;
}

.navigation table tr.levels td {
    border-left: 0;
    color: #ffffff;
    background: #cccccc;
    font-size: 25px;
}

.navigation table tr.levels td:last-child {
    border-right: 0;
}

.navigation tr.levels > td.active {
    /*border: 5px solid #ff0000;*/
    background: #ff0000;
}
.poziom66-selected .navigation tr.levels > td.active {
    background: #fbb016;
}
.navigation table tr.levels td span {
    /*color: #D8D9DB;*/
    font-size: 20px;
    margin: 15px;
    vertical-align: middle;
}

.navigation table td.list {
    height: 128px;
    padding: 0 20px 0 20px;
    color: #7F8B9B;
}

.navigation table td.list span {
    padding: 5px 20px 5px 5px;
    display: inline-block;
}

.navigation table td.list h1 {
    color: #393F4B;
    font-size: 17px;
    font-weight: 600;
    font-family: GothamXNarrow;
}

.window {
    position: absolute;
    top: 0;
    background: #fff;
    width: 524px;
    height: 852px;
    z-index: 20;
    /*border: 1px solid #ccc;*/
}

/*.searchElement {*/
/*width: 265px;*/
/*display: inline-block;*/
/*margin: 0 5px;*/
/*}*/

.thumbnail {
    /*margin-bottom: 7px;*/
    height: 160px;
    border-radius: 0;
    padding: 0;
    position: relative;
    border: none;
}

td.list.switch-level {
    display: none;
}

td.list.switch-level.active {
    display: table-cell;
}

.window-content {
    padding: 5px 0px;
    position: relative;

}
::-webkit-scrollbar{
    width: 5px;
    padding: 2px;
    border: 1px solid #000;
}

::-webkit-scrollbar-track {
    background: #fff;
    padding: 2px;
    border: 1px solid #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    padding: 4px;
    background: #000;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}


.window-content h4
{
    font-size: 25px;
    text-align: left;
    font-weight: 600;
}

#categories-list {
    height: 711px;
    overflow-y: auto;
}

#by-name-serch .window-content {
    height: 705px;
    overflow-y: auto;
}

#by-name-serch .form-control {
    border-radius: 0;
}

.SearchButton {
    border-radius: 0 !important;
    color: #fff;
    background: #d8007f;
}
.poziom66-selected .SearchButton {
    background: #fbb016;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}

#shop-name {
    font-size: 24px;
    color: #666666;
}

.shop-content-wrapper.window {
    border: none;
}

.shop-content-wrapper .window-content {
    /*border: 1px solid #ccc;*/
    height: 620px;
}

.thumbnail a > img, .thumbnail > img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

p.gender {
    position: absolute;
    text-align: center;
    bottom: 30px;
    width: 550px;
    margin: 0;
    padding: 0;
}

p.gender img {
    margin: 0 10px;
    height: 80px;
}
.mapplic-tooltip{
    padding: 5px 15px;
}
.mapplic-tooltip h4{
    font-size: 16px;
}
        .access-ways .left, .access-ways .right{
            width: 50%;
            float:left;
        }
        .access-ways .right{
            float: right;
        }
        .access-ways .way {
            width: 100%;
            float: left;
            padding: 50px 0;
        }
        .access-ways .svg-container {
            height: 120px;
            width: 100%;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
        }
        .access-ways .way svg {
            fill: #3a404a;
        }
        .access-ways h2 {
            text-align: left;
            color: #3a404a;
            text-transform: uppercase;
            font-size: 1.125em;
            margin-top: 0;
        }
        .access-ways .access-desc-title {
            font-size: .875em;
            color: #818b9e;
            text-align: left;
            width: 70%;
            text-transform: uppercase;
        }
        .access-ways .access-description {
            width: 80%;
            text-align: left;
        }
        .access-ways .access-description span {
            border: 1px solid #ccc;
            padding: .8571428571em;
            color: #818b9e;
            text-transform: uppercase;
            min-width: 2.1428571429em;
            min-height: 2.1428571429em;
            text-align: center;
            margin: .1428571429em 0;
            display: inline-block;
            font-size: .875em;
        }
        .access-ways .access-description span.number {
            width: 2.1428571429em;
            height: 2.1428571429em;
            line-height: 2.1428571429em;
            padding: 0;
        }
        .mapplic-popup-link{
            display: none;
        }
        .mapplic-tooltip-description h4{
            margin-top:4px;
            margin-bottom:4px;
            font-weight: bold;
            font-family: GothamXNarrow;
            letter-spacing: 0.5px;
        }
        .mapplic-tooltip-text .mapplic-tooltip-description, .mapplic-tooltip.mapplic-tooltip-text p {
            font-weight: bold;
            letter-spacing: 1.3px;
            font-family: GothamXNarrow;
            color: #000;
            
        }
.mapplic-zoom-buttons {
    bottom: 115px;
}
.animate
{
    stroke: #D8007F !important;
}

.path-all.animate{
    stroke: #D8007F !important;
}

.poziom66-selected .mapplic-tooltip-text .mapplic-tooltip-description, .mapplic-tooltip.mapplic-tooltip-text p {
    color: #fbb016;
}
        .mapplic-tooltip img.logotyp{
            max-height:65px;
        }
        .mapplic-tooltip-text {
            background-color: rgba(255, 255, 255, 1);
            color: black;
            border: 1px solid #C9C9C9;
        }
.mapplic-tooltip-triangle:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-top: 90px solid #ffffff;
    border-right: 3px solid transparent;
    position: absolute;
    top: -90px;
    left: -2.5px;
}
.mapplic-tooltip-triangle {
    border-color: #c9c9c9 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -8px;
    margin-left: -7px;
    -webkit-transition: left 0.1s;
    -moz-transition: left 0.1s;
    transition: left 0.1s;
    opacity: 0.9;
}
        .shop-content-wrapper .description-wrapper{
            position: relative;
            color: #666666;
            text-align: justify;

        }
        .shop-content-wrapper .descriptions.data-desc-en{
            position: absolute;
            top:3px;
            width: 100%;
        }
        .shop-content-wrapper .descriptions.data-desc-ka{
            position: absolute;
            top:3px;
            width: 100%;
            text-indent: 75px;
        }
        .shop-content-wrapper .descriptions * {
            text-indent: 0px;
        }
        
        .shop-content-wrapper .descriptions.data-desc-ka p:first-of-type{
            text-indent: 75px;
        }
        .shop-content-wrapper .descriptions.data-desc-en p:first-of-type{
        }
        a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
            border-color: #ddd;
        }
        
        .show-shop-list-section.category-59 span{
                bottom: 4px;
            /* line-height: 18px; */
            width: 120px;
            display: inline-block;
            height: 35px;
            white-space: normal;
            line-height: 17px;
        }
        .sidebar .btn span.title {
    /*font-weight: bold;*/
}

        text.source-point-text{
            color: #444;
            padding: 20px;
            background: radial-gradient(transparent, #9198e5)
        }

.source-point-text{
    text-shadow: 0px 0px 30px #000;
    font-size: 30px !important;
}

.dynamic-elements{
    position: relative !important;
    z-index: 1 !important;
}

.source-point-text {
    position: absolute !important;
    z-index: 10 !important;

    background-color: #000;
}

.level {
    color: #000 !important;
}

.thumbnail
{
    height: 130px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.thumbnail img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
}

#categories-list, .do-nicescrol {
    border-collapse:collapse;
    width: 100%;
}
.column {
    display:table-row;
    width: 100%;

}

.cell {
    display: table-cell;
    border: 1px solid #B9B9B9;
    width: 256px;
    height: 130px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#game{
    display: none;
    position: fixed;
    top: 0;
    z-index: 100000000;
    left: calc(50% - 960px);
}

.popup-play{
    display:none;
    position: absolute;
    width: 500px;
    height: 500px;
    background: #000;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
}

.popup-play-wrapp{
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 32px;
}

.still-play, .close-play{
    background: #ff0000;
    border: none;
    color: #fff;
    width: 100px;
    padding: 5px;
}
.pad{
    padding:0;
}
.clock-for-another-shops .btn-godziny.active {
    background: #ffb3d9 !important;
}
.clock-for-another-shops .btn-godziny{
    background: #fff !important;
    padding: 6px 47px !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 57px;
}
.clock-for-another-shops{
    width: 755px;
    height: 270px;
    position: absolute;
    background: #ffffff;
    z-index: 1000000000 !important;
    top: 90px;
    right: 28px;
    display: none;
    padding: 24px 0px 22px 0px;
    padding-top: 60px;
    overflow: hidden;
    border: 1px solid #da1689;
}
.zamkniecie-section {
    width: 100%;
    padding-top: 19px;
    height: 208px;
    overflow-y: scroll;
    padding-right: 81px;
}
.clock p {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--color-main);
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    LETTER-SPACING: 2px;
    font-weight: 600;
}

.clock p img {
    transform: rotate(90deg);
    position: relative;
    top: -1px;
    left: -6px;
}

.zamkniecie-section table tr td, .godziny-section table tr td{
    text-align: right !important;
    font-size: 15px !important;
    line-height: 21px;
    letter-spacing: 3px;
}
.zamkniecie-section table tr, .godziny-section table tr{
    height: 23px !important;
}

.godziny-section table thead tr{
    display: flex;
    align-items: center;
    width: 280px;
}
.godziny-section table tr{
    display: flex;
    align-items: center;
    width: 280px;
}
.godziny-section table thead tr td:first-of-type{
    width: 100% !important;
}
.godziny-section table thead tr td{
    width: 100% !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    letter-spacing: 3px;
}
.godziny-section table tr td:first-of-type{
    width: 100% !important;
}
.godziny-section table tr td{
    width: 100% !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 40px;
    letter-spacing: 3px;
}
.zamkniecie-section table{

}
.godziny-section{
    width: 50%;
    padding-top: 17px;
    height: 208px;
    overflow-y: scroll;
    padding-right: 10px;
    border-right: 1px solid #dddddd;
}
.zamkniecie-section{
    width: 50%;
    padding-top: 19px;
    height: 208px;
    overflow-y: scroll;
    padding-right: 10px;
}

#promotion-section .window-content h2.section-title, #news-section .window-content h2.section-title{
    text-align: center;
    font-size: 34px;
    color: #000;
    margin-bottom: 10px;
}
#promotion-section .window-content h3.section-title, #news-section .window-content h3.section-title{
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
#promotion-section #content, #news-section #content{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
#promotion-section, #news-section, #promotion-detail, #news-detail, #vip-club-section, #o-nas-section, #karta-podarunkowa-section{
    right: 0px;
    width: 1870px;
    height: 858px;
}

.promotion-show-detail img, .news-show-detail img{
    margin-bottom: 20px;
}
#promotion-detail .content .buttons_wrapp .btn{
    position: static !important;
    width: 100% !important;
}
#promotion-detail .content .buttons_wrapp{
    position: absolute;
    width: calc(100% - 40px);
    bottom: 0;
}
.promotion-show-detail .col-xs-12:first-of-type, .news-show-detail .col-xs-12:first-of-type{
    width: 100%;
}
.promotion-show-detail, .news-show-detail {
    width: 20% !important;
    padding: 0 20px;
    margin-bottom: 60px !important;
}
#promotion-detail .content .col-xs-12:last-of-type{
    padding: 0 20px;
    width: calc(50% - 0px);
    font-size: 18px;
    line-height: 24px;
}
#promotion-detail .content .col-xs-12{
    height: 835px;
    width: calc(50%);
}

#promotion-detail .content .col-xs-12:not(.pad), #news-detail .content .col-xs-12:not(.pad){
    display: flex;
    align-content: center;
    justify-content: center;

}
#news-detail .content .content{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
#news-detail .content .col-xs-12:last-of-type{
    padding: 0 20px;
    width: calc(50% - 0px);
}
#news-detail .content .col-xs-12{
    height: 835px;
    width: calc(50%);
}

#news-detail .content .buttons_wrapp .btn{
    position: static !important;
    width: 100% !important;
}
#news-detail .content .buttons_wrapp{
    position: absolute;
    width: calc(100% - 40px);
    bottom: 0;
}

.text-page-section .gamma--second:first-of-type{
    margin-bottom: 0;
}
.text-page-section h2{
    font-size: 35px;
    color: #000;

}
.text-page-section img{
    margin-bottom: 25px;
}

.button-searched button.btn-3:last-of-type{
    margin-left: 5px;
}
.button-searched button.btn-3:first-of-type{
    margin-right: 5px;
}
.button-searched button.btn-3{
    margin-top: 0 !important;
    position: static !important;
}
.button-searched{
    display: flex;
    align-items: center;
    justify-content: center;
}

.go-to-promocje-from-shop{
    position: absolute;
    bottom: 215px;
    font-size: 18px;
    right: 0;
    background: transparent;
    border: 2px solid #d8007f;
    padding: 10px 20px;
}