@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway-Bold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poiret";
    src: url('../fonts/NixieOne-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "JuraN";
    src: url('../fonts/Jura-Light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AvenirLite";
    src: url('../fonts/AvenirNextLTPro-UltLtCn.otf') format("opentype");
}

@font-face {
    font-family: "AvenirRegular";
    src: url('../fonts/AvenirNextLTPro-Regular.otf') format("opentype");
}


html, body {
    font-family: 'AvenirRegular' !important;
    font-weight: 500;
    position: relative;
    color: #ccc;
    height: 1080px !important;

    --color-green: #4caa49;
    --color-orange-hover: #df8f3f;
    --color-blue: #75dcef;

    --color-purple-lighter: rgb(199, 51, 124);
    --color-purple-alt: #6dce94 ;
    --color-purple: #254e86;

    --font-color: #ccc;

    --color-buttons: var(--color-orange);
}

h1, h2 {
    font-family: 'AvenirRegular';
    font-weight: 600;
}

h3, h4, h5, h6, p, a {
    font-family: 'AvenirRegular';
}

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;
}

.header {
    background-color: #000;
    height: 160px;
    width: 1920px;
}

.header .row {
    width: 1920px;
}

.header-small h2{
    font-family: 'AvenirRegular';
}

.logo-text{
    height: 160px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin:0;
}

.search-button{
    background: transparent;
    border: 0px solid black;
}

.logo-text h1{
    color: #666666;
    font-size: 50px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'AvenirRegular';
}

.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;
}

.logo {
}

.logo .logo-section img {
    width: 280px;
    position: absolute;
    left: 46px;
    top: -7px;
}

.search-section{
    width: 100px;
    color: #000;

}
.search-section::placeholder{
    color: #666666;
    letter-spacing: 2px;

    text-transform: uppercase;
}


.header .search {
    text-align: left;
    color: #fff;
    font-family: Raleway;
    font-size: 16px;
    height: 160px;
}

.search-section {
    position: absolute;
    width: 340px;
    height: 25px;
    margin: auto;
    /* left: 9px; */
    right: -7px;
    bottom: 0;
    top: 0;
    border: 1px solid var(--color-purple);
    padding: 28px 33px;
    border-radius: 0px;
    background: #000;
}

.back-section{
    height: 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.custom-back-section{
    position: absolute;
    right: 0px;
}

.search-button{
    position: absolute;
    right: 6px;
    z-index: 2;
    top: 65px;
}

#about-us .banner img{
    width: 1540px;
}

.section-about{
    height: 342px;
    padding: 0;
}

.section-about .content{
    border: 1px solid #333;
    margin: 15px 10px;
    height: 311px;
    padding: 20px;
}

.section-about .content h2 {
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--font-color);
    font-weight: 100;
}x

.section-about .content .table{
    margin-top: -20px;
}

.section-about .content .table > tr{
    height: 70px;

}

#cinema .table>tbody>tr{
    border-top: 1px solid #444;
}

#cinema .table>tbody>tr>td{
    border: 0px solid #fff !important;
}


.section-about .content .table > tr > td{
    color: #666;
}

button.back-to-main-page{
    background: var(--color-purple);
    border: 2px solid var(--color-purple);
    color: var(--font-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 10px;
    width: 130px;
    text-align: left;
    transition: 0.8s all ease-in-out;
    animation-name: pulse;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.back-to-main-page.active{
    padding: 15px 10px !important;
    width: 150px !important;
    transition: 0.5s all ease-in-out;
}

@keyframes pulse {
    0% {padding: 10px 10px;
        width: 130px;}
    10% {padding: 11px 10px ;
        width: 134px;}
    20% {padding: 12px 10px;
        width: 138px;}
    30% {padding: 13px 10px;
        width: 142px ;}
    40% {padding: 14px 10px ;
        width: 146px;}
    50% {padding: 15px 10px;
        width: 150px;}
    60% {padding: 14px 10px;
        width: 146px;}
    70% {padding: 13px 10px;
        width: 142px;}
    80% {padding: 12px 10px;
        width: 138px;}
    90% {padding: 11px 10px;
        width: 134px;}
    100% {padding: 10px 10px;
        width: 130px;}
}

.button-back-text {
    position: absolute;
    top: -11px;
    /* left: 0; */
    right: 72px;
    text-transform: uppercase;
    color: #fff;
    width: 69px;
    padding: 81px;
    text-align: center;}


button.back-to-main-page:hover{
    background: #ff204f;
}

div.back-to-main-page{
        padding: 40px 40px;
}

.search img {
    height: 30px;
    margin-right: 15px;
}


.header .language {
    text-align: right;
    height: 120px;
}

.language-section
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.language-section span{
    /* width: 286px; */
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0px;
    color: var(--color-purple);
    /* position: absolute; */
    /* bottom: 24px; */
    /* left: 60px; */
    z-index: 10;
    /* margin-top: 24px; */
    /* padding-top: 0px; */
}

.language-section img{
    position: absolute;
    top: 17px;
    left: 43px;
}

#polish, #english {
    /* padding: 0 !important; */
    /* margin: 0 !important; */
    background: transparent !important;
    width: 100%;
    /* display: flex; */
    text-align: center;
}

.category-title{
    text-align: center;
    text-transform: uppercase;
    color: #666666;
    font-weight: 300;
}

.switch-language {
    background: #2d3138;
    padding: 18px;
    position: absolute;
    font-weight: 400;
    text-align: left;
    bottom: 0;
    color: white!important;
    height: 61px;
    width: 206px;
    left: 10px;
    border-radius: 50%;
    z-index: 11;
    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;
}

.language{
    position: absolute;
    width: 380px;
    bottom: 20px;
    left: 0;
    background: #000;
    z-index: 1000;
}

.switch-language.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    display: none;
}
.poziom66-selected .switch-language.active {
    background: #fbb016;
}

.sidebar {
    text-align: center;
    position: relative;
    /*padding: 0 50px;*/
}

.sidebar h1 {
    text-transform: uppercase;
    line-height: 32px;
    font-size: 22px;
    margin-top: 1px;
    text-align: left;
}

.poziom66-selected .sidebar h1 {
    color: #fbb016;
}

.sidebar h2 {
    color: var(--font-color);
    font-size: 23px;
    /* margin-top: 30px; */
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: normal;
}

.col-xs-4, .col-xs-6, .col-xs-12 {
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}

.sidebar .poi {
    padding-top: 0px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-1 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: none;
    padding: 5px;
    margin: 6px 0;
    background: transparent;
    font-family: Raleway;
    border-radius: 0;
    height: 41px;
    border: 1px solid #616161;
}

.poziom66-selected .btn-1 {
    background: #fbb016;
}


.scroll-touch{
    -webkit-overflow-scrolling: touch;
}

.btn-3 {
    color: rgb(38,120,188) !important;
    font-weight: 300;
    font-size: 18px;
    padding: 14px;
    margin: 10px 14px;
    border: 3px solid rgb(38,120,188);
    background: transparent;
    font-family: Raleway;
    border-radius: 0;
    height: 76px;
    position: absolute !important;
    bottom: 80px;
    width: 343px;
}
.btn-3:hover {
    background: rgb(38,120,188);
    color: #fff !important;
}

.btn-4 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    padding: 15px;
    margin: 10px 15px;
    border: 3px solid var(--brown);
    background: var(--brown);
    font-family: Raleway;
    border-radius: 0;
    height: 76px;
    position: absolute !important;
    bottom: 190px;
    width: 342px;
}
.btn-4:hover {
    background:transparent;
    color: var(--brown);
}

.pl-btn{
    background-image: url('../images/pl.png') !important;
}

.btn-2 {
    color: var(--color-purple);
    font-weight: 300;
    font-size: 15px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    border: none;
    height: 96px;
    background: transparent;
    font-family: Raleway;
    border-radius: 0;
}
.btn-2:hover{

    color: var(--color-purple);
}

.btn-1: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: #fff;
}

.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;
    white-space: normal !important;
}

.btn span.title {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    text-transform: uppercase;
}


.poi-btn-wrapp span.title{
    font-size: 15px !important;
}

.content {
    height: 921px;
    background: #000;
}

.mapplic-fullscreen-button, .mapplic-levels, .mapplic-clear-button, .mapplic-zoom-buttons {
    display: none;
}

.container-inner.map {

}

.levels{
    position: absolute;
    top: 50px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#levels{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.switch-level.active{
    background: var(--color-purple) !important;
    color: #ffffff !important;
    border: 1px solid  var(--color-purple) !important;
}

.switch-level{
    background: #939598;
    padding: 14px 0px;
    /* font-weight: 400; */
    text-align: center;
    font-size: 26px;
    color: #fff !important;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    margin: 10px;
    position: relative;
    border: 1px solid #939598;
    -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: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.navigation table {
    width: 100%;

    border-collapse: unset;
    height: 914px;
}

.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:not(.kidsplay) 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: Raleway;
}

.window {
    position: absolute;
    top: 0;
    background: #000;
    width: 380px;
    height: 921px;
    z-index: 10001;
    padding: 20px 0;
    /*border: 1px solid #ccc;*/
}

#by-name-serch{
    width: 500px !important;
    height: 924px !important;
    position: absolute;
    margin: auto;
    left: 0;
    top: -40px;
    border: 0px solid #ff204c;
    padding: 21px 33px;
    border-radius: 0px;
}

#by-name-serch .window-content{
    height: 590px !important;
}

#by-name-serch .btn-3{
    width: 390px;
}

#by-name-serch .input-group{
    width: 425px !important;
}

#by-name-serch .SearchButton{
    padding: 12px 20px;
}

.first-menu{
    padding: 23px 15px;
    background-image: linear-gradient(#222,#000);
}

/*.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: 20px 20px;
    position: relative;
}

.window-content img {
    max-width: 300px;
}


.window-content h4
{
    font-size: 25px;
    text-align: left;
    font-weight: 600;
    color: var(--color-blue);
}

.nicescroll-rails-vr{
    display: none !important;
}

#categories-list {
    height: 670px;
    overflow-X: hidden !important;
    overflow-Y: scroll !important;
}

#promotions-detail{
    height: 670px;
    overflow-X: hidden !important;
    overflow-Y: scroll !important;
}

#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: #ff204c;
}
.poziom66-selected .SearchButton {
    background: #fbb016;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}

#shop-name {
    font-size: 24px;
    color: var(--font-color);
}

.shop-content-wrapper.window {
    border: none;
}

.shop-content-wrapper .window-content {
    /*border: 1px solid #ccc;*/
    height: 680px;
}
.thumbnail2 a > img, .thumbnail2 > img{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 191px;
}


.thumbnail a > img, .thumbnail > img{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 159px;
}

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: Raleway;
            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: Raleway;
            color: #fff;
            
        }

.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: var(--color-blue);
            color: black;
        }
        .shop-content-wrapper .description-wrapper{
            position: relative;
            color: var(--font-color);
            text-align: justify;
            height: 300px;
            overflow: hidden;
        }
        .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;
        }
        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;*/
}
.navigation table tr.levels.kidsplay td{
    background: transparent;
    padding: 0 6px;
    border: 0px;
}
.navigation table tr.levels.kidsplay td:first-child{
    padding-left:0px;
}
.navigation table tr.levels.kidsplay td:last-child{
    padding-right:0px;
}
/*.navigation table tr.levels.kidsplay td span {*/
    /*display: block;*/
    /*margin-top: 31px;*/
    /*font-size: 18px;*/
/*}*/

#maps-shops{
    background: #fff;
    position: absolute;
    width: 1920px;
    height: 1080px;
    top:0;
    z-index: 1;
}

.poi-informations{
    padding: 0 20px;
    height: 305px;
    position: relative;
    top: -30px;
    right: 0px;
}

/* MAIN PAGE STYLES */

html {
    --brown: #009af9;
    --red: #c51440;
    --blue: #31628a;
    --purple: #867895;
    --gray: #949494;
    --blue-darker: #216093; }

#main .main-page {
    width: 1920px;
    height: 1080px; }
.main-section {
    float: left;
    width: 1540px;
    position: relative;
}
.main-section .slider {
    background: #000;
    position: relative;
    z-index: 2;
    height: 779px;
    width: 1540px;
    display: flex;
    justify-content: center;
    align-items: center;}
#main .main-page .main-section .navigation-blocks {
    background: #222;
    min-height: 290px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#main .main-page .main-section .navigation-blocks .navigation-block {
    margin: 0 0px 0 0px;
    width: 240px;
    margin-left: 12px;
    height: 246px;
    position: relative;
    padding: 20px;
    z-index: 80;
    display: flex;
    cursor: pointer;}
#main .main-page .main-section .navigation-blocks .navigation-block:first-of-type{
    margin-left: 0px;
}
#main .main-page .main-section .navigation-blocks .navigation-block img {
    position: absolute;
    top: 20px;
    right: 20px; }
#main .main-page .main-section .navigation-blocks .navigation-block p {
    margin-bottom: 30px;
    color: white;
    font-size: 22px;
    position: relative;
    top: 140px;
    text-transform: uppercase; }
#main .main-page .main-section .navigation-blocks .navigation-shops {
    background: var(--color-blue); }
#main .main-page .main-section .navigation-blocks .navigation-discounts {
    background: var(--color-green); }
#main .main-page .main-section .navigation-blocks .navigation-news {
    background: var(--color-purple); }
#main .main-page .main-section .navigation-blocks .navigation-cinema {
    background: var(--color-blue); }
#main .main-page .main-section .navigation-blocks .navigation-parking {
    background: var(--color-green); }
#main .main-page .main-section .navigation-blocks .navigation-udogodnienia {
    background: var(--color-green); }
#main .main-page .main-section .navigation-blocks .navigation-about {
    background: var(--color-purple); }
.side-bar {
    float: left;
    background: #000;
    width: 380px;
    min-height: 159px;}
.side-bar .logo {
    padding: 25px; }
.side-bar .time-block {
    height: 629px;
    background: #222;
    padding: 20px;
    position: relative;
}
.side-bar .time-block .date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
.side-bar .time-block .date .actual-date {
    color: var(--font-color);
    font-size: 28px;
    letter-spacing: 2px; }
.side-bar .time-block .date .actual-date p {
    font-family: 'Cabin Condensed', sans-serif !important;
    margin-bottom: 0; }
.side-bar .time-block .date .today-opened {
    margin-left: 30px;
    color: var(--font-color); }

.logo {
    padding: 10px 0;
    position: absolute;
    z-index: 1000;
    background: #000;
}

.search-engine{
    position: static !important;
    height: 100px;
    padding: 20px 0;
}
.search-engine .search-section{
    position: static;
}
.search-engine .search-button{
    position: absolute;
    top: 13px;
    right: -200px;
}

.informations{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    text-align: justify;
}

.informations .text{
    font-size: 12px;
    width: 300px;
    padding-right: 17px;
    padding-left: 15px;
    color: #808285;
}

.location-btn{
    position: absolute;
    bottom: 20px;
    left: 20px;

}
.location-button{
    background: var(--color-purple);
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 35px;
    border: 2px solid var(--color-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
}

.location-button span{
    letter-spacing: 1px;
    margin-left: 12px;

}

.imieniny{
    margin-top: 30px;
    text-align: center;
    color: #888;
}

.search-gift{
    background: transparent;
    border: 1px solid #aaaaaa;
    padding: 4px 10px;
    color: #999999;
}

.search-gift:hover{
    background: #999;
    color: #fff;
}

.clock{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#bar{
    margin-top: 40px;
    position: absolute;
    width: 340px;
}

.quest{
    margin-left: 7px;
    position: relative;
    padding: -2px;
    width: 79px !important;
    height: 72px;
    background: #000;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    border-radius: 100px;
    border: 1px solid #666;
    font-family: AvenirRegular;
}

.quest p {
    margin: 0;
}

.clocks{
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: 200;
    margin-top: 40px;
    width: 340px;
    height: 140px;
    font-size: 40px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
}

#news {
    position: absolute;
    display: none;
    width: 1920px;
    height: 1080px;
    top:0;
    z-index: 2;
    background: #fff;
}

#news .sidebar{

}

#promotions .sidebar{

}

.menu{
    padding: 0 30px;
}
.platan-news-button{
    color: var(--color-blue);
    background: transparent;
    border: 2px solid var(--color-blue);
    height: 81px;
}

.platan-news-button:hover{
    color: #fff;
    border: 2px solid var(--color-blue);
    background: var(--color-blue) !important;
}

#news .header {
}

.menu h3{
    padding: 20px 0;
}

.platan-news-button.active{
    z-index: 2;
    background: var(--color-blue) !important;
    -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: #fff;
}

.news-information{
    height: 920px;
    padding: 20px;
}

.imgs-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.imgs-section img{
    margin: 7px;
}

.text-section{
    overflow: hidden;
    height: 880px;
}

.text-section h1{
    font-size: 45px;
    font-weight: 200;
    color: var(--blue);
}

.fill-text{
    color: var(--font-color);
}

.fill-text a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: var(--font-color);
}

.text-section .fill-text{
    font-size: 17px;
    text-align: justify;
    color: var(--font-color);
}

.text-section .fill-text a{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: var(--font-color);;
}

#promotions{
    position: absolute;
    background: #fff;
    display:none;
    top:0;
    left: 0;
    z-index: 2;
}

#parking{
    position: absolute;
    background: #fff;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000000;
}

#parking iframe{
    position: absolute;
    top: -1px;
    left: 0;
}

#promotion-list{
    overflow: scroll !important;
    overflow-x: hidden !important;
}

#news-list{
    overflow: scroll !important;
    overflow-x: hidden !important;
}

.promotions-menu{
    height: 785px;
    overflow: scroll;
    overflow-x:hidden;
    background-image: linear-gradient(#f4f4f4,#ffffff);
}

::-webkit-scrollbar{
    width: 10px;
    padding: 2px;
    border: 1px solid #222;
}

::-webkit-scrollbar-track {
    background: #000;
    padding: 2px;
    border: 1px solid #111;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border:2px solid #333;
    padding:4px;
    background: var(--color-blue);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-blue);
}

.wide-menu{
    width: 600px;
    padding: 40px;
}

#promotions .text-section{
    overflow: hidden;
    overflow-x:hidden;
    height: 780px;
}

.header {
}

#cinema{
    position: absolute;
    display: none;
    background: #fff;
    top:0;
    left: 0;
    z-index: 2;
}

#about-us{
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 1542px;
    height: 781px;
}

#cinema .content .main-section{
    background-image: linear-gradient(#f4f4f4,#ffffff);
    width: 1306px !important;
    background: #000;
}

#cinema .content{
    display: flex;
    flex-direction: row;
}

.video-list{
    height: 830px;
    overflow: scroll !important;
    overflow-x: hidden !important;
    background-image: linear-gradient(#333,#000);
}

.content-sec{
    padding: 20px;
}

.content-sec h2{
    
}

.content .fill-text{
    text-align: justify;
    margin-top: 20px;
}


.state-width{
    width: 125px;
    text-align: center;
}
.video-info{
    display: flex;
    flex-direction: row;
}

.video-img{
    float:left;
    margin: -5px 27px;
}
.video-title h2{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2678bc;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.video-title{
    margin-bottom: 20px
}

.video-title span{
    font-size: 22px;
    color: var(--font-color);;

}

.video-title-main{
    float: left;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
    color: #2678bc;
}

.container-with-video-list{
    height: 900px;
    overflow: scroll;
    overflow-x:hidden;

}

.video-description p{
    font-size: 18px;
    text-align: justify;
}

.video-list span{
    font-size: 22px;
    text-transform: uppercase;
    color: var(--font-color);
}

.video-header span {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--font-color);
}

.video-list ul{
    list-style: none;
    padding: 0;
}

.navigation-promotion{
    /* width: 645px; */
    /* height: 160px; */
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 70px; */
}

.navigation-promotion .btn-4{
    bottom: 60px !important;
}

a.search-section{
    font-size: 25px;
    text-transform: uppercase;
}

input:disabled {
    background: #000 !important;
}

.ui-keyboard{
   top: auto !important;
    left: 0 !important;
    margin-left: 500px;
    width: 1420px !important;
}

.thumbnail{
    margin: 2px !important;
    height: 92px !important;
    background: #000;
    width: 169px;
    border: 5px solid #939598;
}

.thumbnail2{
    margin: 0 !important;
    height: 95px !important;
    background: #000;
    border: 0px solid #939598;
}

.navigation-promotion .btn-4{
    width: 600px;
}

#promotion-section{
    position: absolute;
    top: 0;
    background: #fff;
    left: 0;
    height: 930px;
    width: 380px;
    display: block;
}

#promotion-information{
    display: none;
}

.cell {
    display: table-cell;
    /* border: 1px solid #444; */
    height: 99px;
    overflow: hidden;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cell2{
    display: table-cell;
    /*border: 1px solid #444;*/
    height: 127px;
    overflow: hidden;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-page{
    position: relative;
    z-index:2;
}

.search-block{
    height: 290px;
    background: #000;
    padding: 20px;
}

.platan-promotion-btn{
    position: static !important;
    margin: 10px 0;
}

.opened-hours-info{
    position: relative;
    top: 237px;
    text-align: center;
    padding: 30px;
}

.opened-hours-info span{
    color: var(--color-blue);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 5px;
    font-size: 16px;
    /* font-weight: bolder; */
}

.content-about{
    height: 782px;
    background: #000;
}

.slider-content{
    width: 1480px !important;
    height: 720px !important;
    /* padding: 31px; */
    /*overflow: hidden !important;*/
}

.carusel.slide{

}

.mapplic-tooltip-description h4{
    color: #fff;
}

.pad{
    padding: 0 !important;
}

td.normal-day, td.active-day {
    width: 40px;
    height: 37px;
    border: 0px solid #000 !important;
    text-align: center;
    padding: 7px !important;
}

td.next-month{
    width: 40px;
    height: 40px;
    color: #555;
    border: 0px solid #000 !important;
    text-align: center;
    padding: 11px !important;
}

td.active-day{
    background: #888 !important;
    color: #fff; !important;
}
td.active-day.active{
    background: var(--red) !important;
    color: #fff; !important;
}

td.next-month.active{
    background: var(--red) !important;
    color: #fff; !important;
}

tr.head td{
    text-align: center;
}

.legend{
    position: absolute;
    line-height: 6px;
    top: 36px;
    right: 24px;
}

.legend p{
    position: relative;
}

.legend div{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 9px;
    left: -17px;
}
.table>tbody>tr>td{
    border-top: 1px solid #333 !important;
    padding-top: 8px;
}


.read-more{
    position: absolute;
    left: 172px;
    bottom:21px;
    font-size: 13px !important;
    color: #888 !important;
    text-transform: none !important;
}

.btn-read-more{
    font-size: 12px !important;
    border: var(--red);
    background: var(--red);
    padding: 5px 10px;
    position: absolute;
    bottom: 27px;
    right: 77px;
}

.level-color-65.active {
    background: rgb(197,15,60) !important;
}
.level-color-70.active {
    background: rgb(255,132,0) !important;
}

.level-color-65 span{
    padding: 42px;
    position: absolute;
    top: -28px;
    left: -18px;
}

.level-color-70 span{
    top: -28px;
    position: absolute;
    padding: 42px;
    left: -18px;
}

.mapplic-tooltip-description img {
    max-height: 47px;
}

.current h2{
    color: #fff !important;
}

.temporary-button{
    position: absolute;
    background: var(--red);
    /* width: 80px; */
    padding: 3px 13px;
    /* height: 30px; */
    bottom: 60px;
    text-transform: uppercase;
    right: 24px;
    font-size: 11px;
}

.temporary-button p{

}

.mapplic-tooltip-close{
    background-image: none !important;
}
.mapplic-tooltip-triangle{
    border-color: var(--color-blue) transparent transparent transparent !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 0;
}
.carousel-inner>.item{
    height: 719px;
}
.carousel-inner>.item .item-content img{
    width: 100%;
}
.carousel-inner>.item .item-content{
    height: 719px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pois-wrappper{
display: none;
position: absolute;
top: -86px;
width: 380px;
left: -184px;
background: #000;
height: 206px;
}

.navigate-to-shop{
position: absolute;
bottom: 0;
widtH: 100%;
left: 0;
height: 100%;
background: transparent;
border: 0;
}

.focusmall-btn{
background: transparent !important;
}

#udogodnienia{
    position: absolute;
    background: #fff;
    display:none;
    top:0;
    left: 0;
    z-index: 2;
}