@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-orange: #db853a;
    --color-orange-hover: #df8f3f;
    --color-blue: #7dc2ff;

    --color-purple-lighter: rgb(199, 51, 124);
    --color-purple-alt: #6dce94 ;
    --color-purple: #92316b;

    --font-color: #ccc;

    --color-blue1: rgb(99,168,183);
    --color-red1: rgb(204,24,61);
    --color-purple1: rgb(163,141,205);
    --color-green1: rgb(1,205,173);
    --color-brown1: rgb(197,153,18);
    --color-red2: rgb(255,29,77);

    --color-buttons: var(--color-blue);
}

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: 100px;
    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: #fff;
    font-size: 46px !important;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat';
    position: relative;
    left: 43px;
    top: -6px;
}

.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: 334px;
}

.search-section{
    width: 100px;
    color: #000;

}
.search-section::placeholder{
    color: #fff;
    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: 19px;
    margin: auto;
    right: 1px;
    bottom: 0;
    top: 0;
    border: 1px solid #7dc2ff;
    padding: 25px 36px;
    border-radius: 15px;
    background: #000;
    color: #fff;
    font-size: 11px;
}

.back-section.main-sections-wrapp{
    position: relative;
    top: 30px;
    left: -36px;
}
.back-section{
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.custom-back-section{
    position: absolute;
    right: 38px;
}

.search-button{
    position: absolute;
    right: 6px;
    z-index: 2;
    top: 65px;
}

#about-us .banner img{
    width: 100%;
}

.section-about{
    height: 286px;
    padding: 0;
}

.section-about .content .section-about-opis p{
    color: #b7b7b7;
    margin-bottom: 0px;
}
.section-about .content h4:not(:first-of-type){
    margin-top: 38px;
}
.section-about .content h5{
    font-size: 14px;
    letter-spacing: 0px;
    font-family: fantasy;
    font-weight: 400;
    color: #fff;
    margin-bottom: 3px;
}
.section-about .content h4{
    font-size: 20px;
    letter-spacing: 0px;
    font-family: fantasy;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.content-about-us-us .col-md-4:nth-child(3){
    padding-left: 49px;
}
.content-about-us-us .col-md-4:nth-child(2){
    padding-left: 63px;
}
.content-about-us-us .col-md-4:first-of-type{
    padding: 0 10px;
}
.section-about .content{
    margin: 0px 0px;
    height: 347px;
    padding: 10px 8px;
}

.section-about .content h2 {
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--font-color);
    font-weight: 100;
}

.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 img{
    position: relative;
    left: 18px;
}
button.back-to-main-page{
    background: #7dc2ff;
    border: 2px solid #7dc2ff;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 16px 10px;
    width: 156px;
    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;
    border-radius: 22px;
}

.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: -39px;
    /* left: 0; */
    right: 67px;
    text-transform: uppercase;
    color: #000;
    width: 69px;
    padding: 81px;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 700;
}


button.back-to-main-page:hover{
    background: #7dc2ff;
}

div.back-to-main-page{
        padding: 40px 40px;
}

.search img {
    height: 22px;
    margin-right: 24px;
}


.header .language {
    text-align: right;
    height: 120px;
}

.language-section
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 30px;
}
.language-section span{
    /* width: 286px; */
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0px;
    color: var(--color-orange);
    /* 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; */
    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:#7dc2ff;
    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;
}


.ui-keyboard-button{
    background: #A0A0A0;
}
button.ui-keyboard-accept.ui-keyboard-valid-input{
    border-color: #7dc2ff;
    background: #7dc2ff;
}
.language.another-position{
    position: absolute;
    width: 277px;
    bottom: 0;
    height: 110px;
    right: 0;
    z-index: 1000;
}
.language:not(.another-position){
    position: absolute;
    width: 380px;
    bottom: 0;
    height: 110px;
    left: 0;
    z-index: 1000;
}

.switch-language:last-of-type{
    position: relative;
    left: 6px;
}
.switch-language:first-of-type{
    position: relative;
    left: -5px;
}
.switch-language{
    border: 2px solid #7dc2ff;
    background: #000;
    border-radius: 0;
    color:#7dc2ff;
    width: 45px !important;
    height: 45px !important;
    padding: 0;
    margin: 0;
    border-radius: 34px !important;
}
.switch-language.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #7dc2ff !important;
    color: #000 !important;
    border-radius: 12px;
}
.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: #fff;
    font-size: 27px;
    /* margin-top: 30px; */
    margin-bottom: 3px;
    margin-top: 4px;
    font-weight: normal;
}

.poziom-header {
    color: #fff;
}

.col-xs-4, .col-xs-6, .col-xs-12 {
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}

.sidebar .poi {
    padding-top: 0px;
}

.btn-1 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: none;
    padding: 5px;
    margin: 6px 0;
    background: transparent;
    font-family: Raleway;
    border-radius: 14px;
    height: 100px;
    margin-bottom: 2px !important;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.poziom66-selected .btn-1 {
    background: #fbb016;
}


.scroll-touch{
    -webkit-overflow-scrolling: touch;
}

.btn-3 img{
    width: 18px;
    position: absolute;
    top: 17px;
    right: 40px;
}
.btn-3 {
    color: #7dc2ff !important;
    font-weight: 600;
    font-size: 13px;
    padding: 15px 31px;
    margin: 10px 14px;
    border: 3px solid #7dc2ff;
    background: transparent;
    /* background: transparent; */
    font-family: Raleway;
    border-radius: 0;
    height: 54px;
    position: absolute !important;
    bottom: 86px;
    left: 6px;
    width: 343px;
    font-family: 'Montserrat';
    border-radius: 20px;
    text-align: left;
}

.btn-4 {
    color: #000;
    font-weight: 300;
    font-size: 18px;
    padding: 15px;
    margin: 10px 15px;
    border: 3px solid #7dc2ff;
    background: #7dc2ff;
    font-family: Raleway;
    border-radius: 0;
    height: 50px;
    position: absolute !important;
    bottom: 152px;
    width: 342px;
    font-family: 'Montserrat';
    font-weight: 600;
    left: calc(50% - 185px);
    border-radius: 16px;
}
.pl-btn{
    background-image: url('../images/pl.png') !important;
}

.btn-2 {
    color: var(--color-orange);
    font-weight: 300;
    font-size: 15px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    border: none;
    height: 149px;
    background: transparent;
    font-family: Raleway;
    border-radius: 0;
}
.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: var(--color-orange-hover);
}

.btn-1:hover {
    z-index: 2;
    color: #fff;
}
.btn.active, .btn:active {
    box-shadow: none !important;
}
.btn:active, .btn:active, .btn:focus {
    color: #fff;
}

.ukryty-poi-icon{
    display: none !important;
}

.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 {
    position: relative;
    bottom: 5px;
    right: 2px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    margin-top: 0px;
    /* height: 32px; */
    display: flex;
    line-height: 15px;
    text-transform: uppercase;
    /* line-height: 10px; */
    justify-content: flex-start;
    align-items: start;
    font-family: 'Montserrat';
    font-weight: 600;
    width: 300px;
    text-align: left;
}

.content {
    height: 980px;
    background: #000;
}

.mapplic-fullscreen-button, .mapplic-levels, .mapplic-clear-button, .mapplic-zoom-buttons {
    display: none;
}

.container-inner.map {

}

.levels{
    position: absolute;
    top: 0px;
    right: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#levels{
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    top: 5px;
    left: -33px;
}

.switch-level.active{
    background: #7dc2ff;
    color: #000 !important;
    border: 1px solid var(--color-purple) !important;
}

.switch-level{
    background: #ff204c00;
    padding: 14px 0px;
    /* font-weight: 400; */
    text-align: center;
    font-size: 26px;
    color: #7dc2ff !important;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    margin: 10px;
    position: relative;
    border: 2px solid #7dc2ff;
    -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; */
    font-family: 'Montserrat';
    font-weight: 600;
}

.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: 380px !important;
    height: 924px !important;
    position: absolute;
    margin: auto;
    left: 0;
    top: -142px;
    border: 0px solid #ff204c;
    padding: 21px 8px;
    border-radius: 0px;
}

#by-name-serch .window-content{
    height: 590px !important;
}

#by-name-serch .btn-3{
    width: 335px;
}

#by-name-serch .input-group{
    width: 358px !important;
}

#by-name-serch .SearchButton{
    padding: 10px 45px;
    border-top-right-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
    color: #000 !important;
    font-size: 18px;
    font-weight: 600!important;
    font-family: 'Montserrat';
    height: 46px;
}

.first-menu .category-col-6:nth-child(2n){
    padding-right:0px;
    padding-left: 6px;
}
.first-menu .category-col-6:nth-child(2n+1){
    padding-left: 0px;
    padding-right: 6px;
}
.first-menu{
    padding: 23px 15px;
    background-image: linear-gradient(0deg, #000, rgb(83,83,83));
    float: left;
}

/*.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;
}

.fill-text p, .fill-text p span{
    color: #fff !important;
}

.window-content img {
    max-width: 300px;
    height: auto;
}


.window-content h4
{
    font-size: 25px;
    text-align: left;
    font-weight: 600;
}

.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-top-left-radius: 20px!important;
    border-bottom-left-radius: 20px!important;
    text-align: center;
}

.SearchButton {
    border-radius: 0 !important;
    color: #fff;
    background: #7dc2ff;
}
.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: auto;
    max-height: 84px;
}


.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: #7dc2ff;
            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-en{
            position: absolute;
            top:3px;
            width: 100%;
            text-indent: 100px;
        }
        .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{
            text-indent: 100px;
        }
        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 .row .col-xs-4{
    width: 16.333333%;
}
.poi-informations .row{
    width: 100%;
    float: left;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
}
.poi-informations{
    padding: 0 20px;
    width: 100%;
    height: 253px;
    position: relative;
    top: -30px;
    right: 5px;
    float: left;
}

/* MAIN PAGE STYLES */

html {
    --brown: #8e7733;
    --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: 795px;
    width: 1540px;
    display: flex;
    justify-content: center;
    align-items: center;}
#main .main-page .main-section .navigation-blocks {
    background: #000;
    min-height: 284px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
#main .main-page .main-section .navigation-blocks .navigation-block {
    margin: 0 6px;
    width: 291px;
    height: 196px;
    position: relative;
    padding: 7px;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    margin-right: 3px;
    border-radius: 20px;
    position: relative;
    top: -4px;
}
#main .main-page .main-section .navigation-blocks .navigation-block img {
    position: absolute;
    top: 3px;
    right: 76px;
    width: 151px;
}
#main .main-page .main-section .navigation-blocks .navigation-block p {
    margin-bottom: 30px;
    color: #000;
    font-size: 18px;
    position: relative;
    top: 138px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;

}
#main .main-page .main-section .navigation-blocks .navigation-block .inner-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
#main .main-page .main-section .navigation-blocks .navigation-shops {
    background: linear-gradient(184deg, #fb7f01, #bf3b0f);
}
#main .main-page .main-section .navigation-blocks .navigation-shops .inner-wrapper {
    background: linear-gradient(117deg, #ff8800, #d10606);
}
#main .main-page .main-section .navigation-blocks .navigation-discounts .inner-wrapper{
    background: linear-gradient(117deg, #8aff7d, #08a408);
}
#main .main-page .main-section .navigation-blocks .navigation-discounts {
    background: linear-gradient(184deg, #8aff7d, #2e690d);
}
#main .main-page .main-section .navigation-blocks .navigation-news .inner-wrapper {
    background: linear-gradient(117deg, #ff7df2, #62046d);
}
#main .main-page .main-section .navigation-blocks .navigation-news {
    background: linear-gradient(184deg, #f47cfe, #3e0858);
}
#main .main-page .main-section .navigation-blocks .navigation-cinema .inner-wrapper {
    background: linear-gradient(117deg, #fcf884, #ffbb00);
}
#main .main-page .main-section .navigation-blocks .navigation-cinema {
    background: linear-gradient(184deg, #fff67e, #d26200);
}
#main .main-page .main-section .navigation-blocks .navigation-parking .inner-wrapper {
    background: linear-gradient(117deg, #ff7df2, #62046d);
}
#main .main-page .main-section .navigation-blocks .navigation-parking {
    background: linear-gradient(184deg, #f47cfe, #3e0858);
}
#main .main-page .main-section .navigation-blocks .navigation-about  .inner-wrapper {
    background: linear-gradient(117deg, #7dc2ff, #0362b8);
}
#main .main-page .main-section .navigation-blocks .navigation-about {
    background: linear-gradient(184deg, #7cc1fe, #004685);
}
.side-bar {
    float: left;
    background: #000;
    width: 380px;
    min-height: 159px;}
.side-bar .logo {
    padding: 25px; }
.side-bar .time-block {
    height: 726px;
    background: linear-gradient(0deg, #000, rgb(83,83,83));
    padding: 24px 11px 0px 20px;
    position: relative;
}
.side-bar .time-block .date {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row;
}
.side-bar .time-block .date .actual-date {
    color: var(--font-color);
    font-size: 28px;
    letter-spacing: 1px;
    width: 68%;
}
.side-bar .time-block .date .actual-date p {
    font-family: Montserrat;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;}
.side-bar .time-block .date .today-opened {
    margin-left: 0px;
    color: var(--font-color);
    width: 32%;
}

.logo {
    padding: 0px 0;
    position: absolute;
    z-index: 1000;
    background: #000;
}

.search-engine{
    position: static !important;
    height: 66px;
    padding: 7px 0;
}
.search-engine .search-section{
    position: relative;
}
.search-engine .search-button{
    position: absolute;
    top: 13px;
    right: -200px;
}

.informations{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 8px;
    text-align: justify;
}

.informations .text{
    font-size: 10px;
    width: 300px;
    padding-right: 0px;
    padding-left: 2px;
    color: #808285;
}

.location-btn{
    position: absolute;
    bottom: 19px;
    left: 19px;
}
.location-button svg{
    position: absolute;
    right: 36px;
    width: 25px;
}
.location-button{
    background: #7dc2ff;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding: 15px 10px;
    border: 2px solid #7dc2ff;
    display: flex;
    align-items: center;
    justify-content: unset;
    width: 340px;
    border-radius: 19px;
    position: relative;
    top: 11px;
    left: 6px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.location-button span{
    letter-spacing: 1px;
    margin-left: 12px;

}

.imieniny{
    margin-top: 0px;
    text-align: left;
    color: #fff;
}

.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: 169px;
    position: absolute;
    width: 340px;
}

.quest{
    margin-left: 7px;
    position: relative;
    padding: -2px;
    width: 20px !important;
    height: 20px;
    background: #000;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100px;
    border: 1px solid #666;
    font-family: AvenirRegular;
}

.quest p {
    margin: 0;
}

.clocks{
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 150px;
    width: 340px;
    height: 287px;
    font-size: 54px;
    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 .title{
    font-size: 12px !important;
    line-height: 23px !important;
}
.platan-news-button img{
    width: 560px;
    max-width: 572px;
}
.platan-news-button{
    font-size: 19px;
    color: #fff;
    background: transparent;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: self-start;
    border: none;
    flex-direction: row;
}

.platan-news-button:hover{
    color: #fff;
}

#news .header {
}

.menu h3{
    padding: 20px 0;
}

.platan-news-button.active{
    z-index: 2;
    border: none;
    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: #7dc2ff;
}

.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 span{
    color: var(--font-color) !important;
}
.text-section .fill-text{
    font-size: 17px;
    text-align: justify;
    color: var(--font-color) !important;
}

.text-section .fill-text a{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: var(--font-color) !important;
}

#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: 2;
}

#parking iframe{
    position: absolute;
    top: -2px;
    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 #7dc2ff;
}

::-webkit-scrollbar-track {
    background: #000;
    padding: 2px;
    border: 1px solid #111;
}

.input-red::placeholder{
    color: #7dc2ff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    padding: 4px;
    background: #7dc2ff;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-buttons);
}

.wide-menu{
    width: 600px;
    padding: 40px;
}

#promotions .text-section{
    overflow: hidden;
    overflow-x: hidden;
    height: 833px;
    overflow-y: scroll;
}

.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: 795px;
}

#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: #fff;
    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: #fff !important;
}

.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: 97px !important;
    background: #000;
    width: 100%;
    border: 5px solid #A0A0A0;
    background: #A0A0A0;
    margin-bottom: 14px !important;
    border-radius: 10px;
}

.thumbnail2{
    margin: 0 !important;
    height: 95px !important;
    background: #000;
    border: 0px solid #939598;
}

.navigation-promotion .btn-4{
    width: 100%;
}

#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;
    filter: grayscale(1);
}

.cell2{
    display: table-cell;
    /* border: 1px solid #444; */
    height: 96px;
    overflow: hidden;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #A0A0A0;
    border-radius: 10px;
    margin-bottom: 14px !important;
    border-radius: 10px;
    filter: grayscale(1);
}

#main-page{
    position: relative;
    z-index:2;
}

.search-block{
    height: 250px;
    background: #000;
}

.platan-promotion-btn{
    position: static !important;
    margin: 10px 0;
}

.opened-hours-info{
    position: relative;
    top: 489px;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.opened-hours-info span{
    color: #7dc2ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 5px;
    font-size: 17px;
    font-family: 'Montserrat';
    /* font-weight: bolder; */
    font-weight: 600;
}
.container.map > p{
    margin-bottom: 0;
}

.content-about{
    height: 795px;
    background: #000;
}

.slider-content{
    width: 1540px !important;
    height: 795px !important;
    /* padding: 31px; */
    overflow: hidden !important;
}

.carusel.slide{

}

.mapplic-tooltip-description h4{
    color: #000;
}

.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: #7dc2ff;
    background: #7dc2ff;
    padding: 5px 10px;
    position: absolute;
    bottom: 27px;
    right: 77px;
    border-radius: 10px;
    color: #000 !important;
}

.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: #7dc2ff transparent transparent transparent !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    display: block;
    max-width: 95%;
    height: auto;
    margin-left: 35px;
}
.carousel-inner>.item{

}

.unactive-button{
    background: #888 !important;
    filter: grayscale(1);
}

#rozklad-jazdy-section{;
    position: absolute;
    height: 796px;
    top: 0px;
    /* left: 0; */
    width: 1540px;
    z-index: 2;
    background: #000;
    right: 0;
}

#rozklad-jazdy-section h2{
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--font-color);
    font-weight: 100;
}

.bus-button{
    height: 70px;
    width: 70px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid var(--color-buttons);
    font-size: 22px;
    color: #000;
}

.bus-button:hover, .bus-button.active{
    color: #fff;
    background: var(--color-buttons);
}

.linie-buttons{
    border-right: 2px solid var(--color-buttons);
}

.rozklad-content{
    display: none;
    overflow-x: hidden;
    /* z-index: 100000; */
    padding: 0 30px;
    height: 564px;
    overflow-y: scroll;
    /* position: relative; */
}