@font-face {
    font-family: "Gotham-Black";
    src: url('../fonts/Gotham-Black.otf');
}

@font-face {
    font-family: "Gotham-Bold";
    src: url('../fonts/Gotham-Bold.otf');
}

@font-face {
    font-family: "Gotham-Medium";
    src: url('../fonts/Gotham-Medium.otf');
}
@font-face {
    font-family: "Gotham-Light";
    src: url('../fonts/Gotham-Light.otf');
}
@font-face {
    font-family: "Gotham-uLight";
    src: url('../fonts/Gotham-XLight.otf');
}
@font-face {
    font-family: "Gotham-Ultra";
    src: url('../fonts/Gotham-Ultra.otf');
}
@font-face {
    font-family: "Gotham-Book";
    src: url('../fonts/Gotham-Book.otf');
}
@font-face {
    font-family: "Gotham-Thin";
    src: url('../fonts/Gotham-Thin.otf');
}
@font-face {
    font-family: "Gotham-Regular";
    src: url('../fonts/Gotham-Light.otf') format("opentype");
}


html, body {
    font-family:Gotham-Regular;
    position: relative;
    color: #ccc;
    height: 1080px !important;

    --color-main: #000;

    --color-orange: #ec7161;;
    --color-orange-hover: #df8f3f;
    --color-blue: #2678bc;

    --color-purple-lighter: rgb(199, 51, 124);
    --color-purple-alt: #6dce94 ;
    --color-purple: #8b3562;;

    --font-color: #ccc;
    --color-tooltip: #000;
    --font-color2: #1C2849;


    --color-buttons: var(--color-orange);
}

h1, h2 {
}

h3, h4, h5, h6, p, a {
}

html, body {
    overflow: hidden;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mapplic-clickable:not(g).level-color-slug-113-path-active:hover, .mapplic-clickable.mapplic-hovered.level-color-slug-113-path-active {
    opacity: 1 !important;
}

*:focus {
    outline: none !important;
}

.hide-section {
    display: none;
}

.container {
    width: 1920px;
    padding: 0;
}

.header {
    background-color: #fff;
    height: 134px;
    width: 1920px;
}

.header .row {
    width: 1920px;
}

.header-small h2{

}

.logo-text{
    height: 130px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin:0;
}

.search-button{
    background: transparent;
    border: 0px solid black;
}
.mapplic-clickable:not(g), g.mapplic-clickable > *{
    fill: #ededed !important;
}
#landmarks *:not(.mapplic-clickable){
    fill: #ededed !important;
}
.logo-text h1{
    color: #666666;
    font-size: 50px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.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 {
    float:left;
}

.logo .logo-section img {
    width: 188px;
}

.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-size: 16px;
    height: 160px;
}

.search-section {
    width: 340px;
    height: 45px;
    padding: 16px 23px;
}

.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: 0px;
    z-index: 2;
    top: 0px;
    width: 60px;
    height: 54px;
    border-left: 1px solid #dddd;
    background: #da088d;
}

#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;
}

.section-about .content .table{
    margin-top: -10px;
}

.section-about .content .table > tr{
    height: 70px;

}

#cinema .table>tbody>tr{
    border-top: 0px solid #444;
}

#cinema .table>tbody>tr>td{
    border-top: 1px solid #dedede;
}


.section-about .content .table > tr > td{
    color: #666;
}

button.back-to-main-page{
    background: #ff204c;
    border: 2px solid #ff204c;
    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: 25px;
    margin-right: 15px;
}


.header .language {
    text-align: right;
    height: 120px;
}

.language-section
{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.language-section span{
text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    z-index: 10;
    font-weight: 600;
}

.language-section img{
    position: absolute;
    top: 17px;
    left: 43px;
}

#polish, #english {
    width: 100%;
    text-align: center;
}

.category-title{
    text-align: center;
    text-transform: uppercase;
    color: #666666;
    font-weight: 300;
}
.language-section {
    position: absolute;
    width: 138px;
    height: 35px;
    margin: auto;
    right: 0px;
    bottom: 52px;
    top: 85px;
}

.switch-language {
    background: transparent;
    padding: 0px;
    font-weight: 400;
    text-align: center;
    font-size: 10px;
    color: var(--color-main) !important;
    height: 34px;
    width: 36px;
    /* border-radius: 50%; */
    margin: 0px;
    -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;
    border: 1px solid #dddddd;
}

.switch-language.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #000;
    border: 1px solid #000;
    color: #fff !important;
}
.poziom66-selected .switch-language.active {
    background: #fbb016;
}

#map-section{
    background: #f4f4f4;
}

.sidebar.side-bar{
    width: 463px;
    padding-top: 60px;
    position: relative;
}
.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;
    color: #000;
}

.poziom66-selected .sidebar h1 {
    color: #fbb016;
}

.mapplic-zoom-buttons {
    z-index: 100000 !important;
}

.sidebar h2 {
    color: var(--color-main);
    font-size: 23px;
    /* margin-top: 30px; */
    margin-bottom: 20px;
    font-weight: normal;
    margin-top: 22px;
    text-align: left;
}

.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: 0px 0px;
    margin: 6px 0;
    background: transparent;
    border-radius: 0;
    padding-top: 0;
    height: 69px;
}

.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;
    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-size: 15px;
    padding: 15px;
    margin: 10px 15px;
    border: 3px solid #8B3562;
    background: #8B3562 ;
    border-radius: 0;
    height: 68px;
    position: absolute !important;
    bottom: 190px;
    width: 342px;
}
.btn-4:hover {
    background:transparent;
    color: #8B3562;
}

.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: 70px;
    background: transparent;
    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: #fff;
}

.btn-1:hover {
    position: relative;
    top: 5px;
    transition: 0.5s all;
}

.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;
    border-radius: 0;
}

.btn span.title {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    font-size: 13px;
    line-height: 14px;
    height: 33px;
    display: flex;
    align-items: end;
    padding-bottom: 9px;
    justify-content: flex-start;
    text-align: left;
    padding-left: 3px;
    width: 100%;
    font-family: Gotham-Book;
}

.content {
    height: 825px;
    position: relative;
    top: 0px;
    padding: 0 170px;
}

.mapplic-fullscreen-button, .mapplic-levels, .mapplic-clear-button {
    display: none;
}

.container-inner.map {

}

.menu-header{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 887px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    left: 28px;
    top: 26px;
    padding-left: 0;
}

ul.menu-header li:nth-child(6){
}
ul.menu-header li:nth-child(5){
}
ul.menu-header li:nth-child(4){
    width: 144px;
    position: relative;
    line-height: 17px;
}
ul.menu-header li:nth-child(3){
    width: 137px;
    position: relative;
    line-height: 16px;
}
ul.menu-header li:nth-child(2){
    letter-spacing: 1px;
}
ul.menu-header li:nth-child(1){

}
ul.menu-header li button{
    background: transparent;
    width: 100%;
    height: 100%;
    border: none;
}
ul.menu-header li button{
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
ul.menu-header li{
    font-size: 13px;
    text-transform: uppercase;
    color: var(--color-main);
    padding: 0px 0px 0px 0px;
    margin-top: 4px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    font-family: Gotham-Medium;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 103px;
}
ul.menu-header li a {
    color: var(--color-main) !important;
}

.levels{
    position: absolute;
    top: 55px;
    right: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#levels{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.switch-level.active{
    color: #000 !important;
}

.switch-level{
   /* background: #939598; */
    /* padding: 14px 0px; */
    /* font-weight: 400; */
background: #fff;
    text-align: center;
    font-size: 16px;
    color: #000 !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;
}

.window {
    position: absolute;
    top: 63px;
    background: #fff;
    width: 421px;
    height: 691px;
    z-index: 100000 !important;
    left: 42px;
}

#by-name-serch{
    width: 511px !important;
    height: 699px !important;
    position: absolute;
    margin: auto;
    left: 1px;
    top: 55px;
    border: 0px solid #ff204c;
    padding: 8px 49px 35px 41px;
    border-radius: 0px;
    display: block !important;
}

#by-name-serch .window-content{
height: 636px !important;
}

#by-name-serch .btn-3{
width: 390px;
}

#by-name-serch .input-group{
margin-bottom: 0px;
width: 100% !important;
}

#by-name-serch .SearchButton{
padding: 12px 20px;
}

.first-menu{
padding: 23px 15px;
}

/*.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-top: 0px;
    position: relative;
}

.window-content img {
    max-height: 100%;
    max-width: 100%;
    padding: 16px;
}


.window-content h4
{
    font-size: 16px;
    color: #fff;
    background: #da088d;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 9px;
    text-align: center;
}

.nicescroll-rails-vr{
    /*display: none !important;*/
}

#categories-list {
    height: 608px;
    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: 509px;
    overflow-y: auto;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

#by-name-serch .form-control {
    border-radius: 0;
    padding: 26px 12px;
    font-size: 22px;
    padding-left: 25px !important;
}

.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: 20px;
    color: var(--color-main);
    font-weight: bolder;
}

.shop-content-wrapper.window {
    border: none;
}

.shop-content-wrapper .window-content {
    /* border: 1px solid #ccc; */
}
.thumbnail2 a > img, .thumbnail2 > img{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 191px;
    border: 5px solid #939598;
}


.thumbnail a > img, .thumbnail > img{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 130px;
}

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;
            letter-spacing: 0.5px;
        }
        .mapplic-tooltip-text .mapplic-tooltip-description, .mapplic-tooltip.mapplic-tooltip-text p {
            font-weight: bold;
            letter-spacing: 1.3px;
            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 {
            color: #fff;
            background: var(--color-tooltip);
        }
.mapplic-tooltip-triangle {
    border-color: var(--color-tooltip) transparent transparent transparent !important;
}
        .shop-content-wrapper .description-wrapper {
            position: relative;
            color: var(--color-main);
            text-align: justify;
            overflow: hidden;
            font-size: 15px;
        }
        .shop-content-wrapper .descriptions.data-desc-en{
            top:3px;
            width: 100%;
            text-indent: 100px;
        }
        .shop-content-wrapper .descriptions.data-desc-ua{
            top:3px;
            width: 100%;
            text-indent: 75px;
        }
        .shop-content-wrapper .descriptions * {
            text-indent: 0px;
        }
        
        .shop-content-wrapper .descriptions.data-desc-ua 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{
    padding: 0 20px;
    height: 305px;
    position: relative;
    top: -30px;
    right: 5px;
}

/* 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.navigation {
    width: 1117px;
    padding-top: 63px;
    padding-left: 0;
}
.main-section {
    float: left;
    width: 1082px;
    position: relative;
    padding-left: 15px;
    height: 754px;
    padding-top: 27px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.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: 301px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
#main .main-page .main-section .navigation-blocks .navigation-block {
    margin: 0 10px;
    width: 230px;
    height: 230px;
    position: relative;
    padding: 20px;
    z-index: 80;
    display: flex;
cursor: pointer;}
#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(--brown); }
#main .main-page .main-section .navigation-blocks .navigation-discounts {
    background: var(--red); }
#main .main-page .main-section .navigation-blocks .navigation-news {
    background: var(--blue); }
#main .main-page .main-section .navigation-blocks .navigation-cinema {
    background: var(--purple); }
#main .main-page .main-section .navigation-blocks .navigation-parking {
    background: var(--gray); }
#main .main-page .main-section .navigation-blocks .navigation-about {
    background: var(--red); }
.side-bar {
    float: left;
    width: 512px;
    min-height: 159px;}
.side-bar .logo {
    padding-left: 16px;
    top: 53px;
    position: absolute;
    z-index: 1000000;
    background: #ffff;
}
.side-bar .time-block {
    height: 620px;
    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 {
    margin-bottom: 0; }
.side-bar .time-block .date .today-opened {
    margin-left: 30px;
    color: var(--font-color); }

.logo {
    z-index: 1000;
}

.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 8px;
    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: 19px;

}
.location-button{
    background: #216093;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 35px;
    border: 2px solid #216093;
    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;
    float: left;
    height: 187px;
    width: 272px;
}

#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;
}

.quest p {
    margin: 0;
}

.clocks{
    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: 727px;
    top: 233px;
    z-index: 1000000000;
    background: #fff;

}

#news .sidebar{

}

#promotions .sidebar{

}

.menu{
    padding: 0 30px;
}
.platan-news-button{
    /* color: var(--color-buttons); */
    background: transparent;
    border: 0;
    /* height: 81px; */
}

#news .header {
}

.menu h3{
    padding: 20px 0;
}

.platan-news-button.active{
    z-index: 2;
    background: var(--color-buttons) !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: 685px;
    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: 28px;
    letter-spacing: 4px;
    color: var(--color-main);
}

.fill-text{
    color: var(--color-main);
    overflow-y: scroll;
    padding-right: 10px;
}

.fill-text a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: var(--font-color);
}

.text-section .fill-text{
    font-size: 15px;
    text-align: justify;
    color: var(--color-main);
}

.text-section .fill-text a{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: var(--color-main);
}

#promotions{
    position: absolute;
    display: none;
    width: 1920px;
    height: 727px;
    top: 233px;
    z-index: 1000000000;
    background: #fff;
}


#parking{
    position: absolute;
    display: none;
    width: 1920px;
    height: 727px;
    top: 233px;
    z-index: 2;
    background: #fff;
}
#cinema{
    position: absolute;
    display: none;
    width: 1920px;
    height: 727px;
    top: 233px;
    z-index: 2;
    background: #fff;
}

#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: 13px;
    padding: 2px;
}

::-webkit-scrollbar-track {
    padding: 2px;
    background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border:2px solid #cccccc;
    padding:4px;
    background: #cccccc;
    border-radius: 46px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
}

.wide-menu{
    width: 600px;
    padding: 40px;
    position: relative;
}

#promotions .text-section, #news .text-section {
    overflow: hidden;
    overflow-x: hidden;
    height: 639px;
    background:#f1f1f1;
    margin-top: 6px;
    padding: 39px;
}

.header {
    border-top: 26px solid #000;
    padding: 0 170px;
}

#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);
}

#cinema .content{
    display: flex;
    flex-direction: row;
}

.video-list{
    height: 830px;
    overflow: scroll !important;
    overflow-x: hidden !important;
}

.content-sec{
    padding: 20px 0;
}

.content-sec h2{
    
}

.content .fill-text{
    text-align: justify;
    margin-top: 20px;
    max-height: 380px;
}


.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: var(--font-color2);
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.video-title{
    margin-bottom: 20px
}

.video-title span{
    font-size: 22px;
    color: var(--font-color2);

}

.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: var(--color-purple);
}

.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: 16px;
    text-transform: uppercase;
    color: var(--font-color2);
}

.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: 432px; */
    width: 100%;
}

.thumbnail{
    height: 215px !important;
}

.thumbnail2{
    margin: 0 !important;
    height: 95px !important;
    /* background: #000; */
    border: 0px solid #939598;
    font-size: 20px;
    color: var(--color-main);
}

.navigation-promotion .btn-4{
    width: 188px;
    position: absolute !important;
    bottom: -78px !important;
}

#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: 40px; */
    /* overflow: hidden; */
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 4.6px;
}

#main-page{
    position: relative;
    z-index:2;
}

.search-block{
    height: 303px;
    background: #000;
}

.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: #D80027;
    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;
}

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(--color-orange);
    background: var(--color-orange);
    padding: 11px 9px;
    position: absolute;
    bottom: 27px;
    right: 77px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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: var(--color-orange) !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{
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
}
.carousel-inner>.item{

}

.bottom-bar-poi{
    width: 100%;
    background-color: var(--color-main);
    height: 119px;
    padding: 0px 60px;
    position: relative;
    display: flex;
    align-items: center;
    bottom: 0px;
}

.category-buttons-section{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 102;
    top: 20px;
    padding-right: 0;
    padding-left: 0;
    background: #fff;
    flex-wrap: nowrap;
    left: 0;
    border-top: 2px solid #dfdfdf;
    width: calc(100% - 234px);
    margin-left: 234px;
}

.category-button button{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
.category-button button .wysuwana-blenda{
    content: '';
    position: absolute;
    top:60px;
    left: 0;
    width: 100%;
    height: 56px;
}
.shop_shops_from_category.active .wysuwana-blenda{
    transition: 0.5s;
    top: 0px;
}

.category-button{
    width: 110px;
}

.category-button button span{
    color: var(--color-main) !important;

}

.category-label{
     margin: 10px 0;
     display: flex;
     justify-content: center;
     align-items: center;
 }
.category-label span{
    font-size: 22px !important;
    font-weight: bolder;
    color: var(--color-main);
    padding-right: 90px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.active-level{
    width: 139px;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: var(--color-main);
    /* font-weight: bold; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.hide-section-level{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: none;
}

.hide-section-level.active{
    display: block;
}

a.mapplic-zoomout-button {
    float: left;
}

.mapplic-zoom-buttons a.mapplic-disabled {
    float: left;
}

a.mapplic-zoomin-button {
    float: left;
}

.mapplic-zoom-buttons a {
    width: 37px;
    height: 36px;
    border: 1px solid #ccc;
    margin: 0 0px 0 0px;
}
.mapplic-zoom-buttons {
    margin: 0;
    position: absolute;
    /* left: 0; */
    /* bottom: 40px; */
    top: 0px;
    right: 0px;
    left: auto;
    height: 47px;
}

.by-name .window-content{
    padding: 12px 24px;
}

.window-shop-view{
    z-index: 100001 !important;
    border: 1px solid #ccc !important;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 30px;
}

.buttons-shop{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
    /* text-align: right; */
}

.btn-mlociny{
    font-size: 15px;
    padding: 5px;
    margin: 2px 5px;
    background: transparent;
    border-radius: 0;
    height: 56px;
    color: var(--color-main);
    width: 50%;
}

.btn-mlociny:hover{
    color: #fff !important;
}

.btn-mlociny-fill{
    background: var(--color-main);
    color: #fff;
}

.inforamtion-section{
    position: relative;
    top: 20px;
    padding: 30px 0;
    height: 170px;
    background: var(--color-main);
    text-align: left;
}

.promotion-show-detail{
    float: left;
    padding: 20px;
    height: 624px;
}

.promotion-show-detail .promotion-button-with-content > img{
    width: 100%;
}

.promotion-show-detail .date{
    position: absolute;
    /* background: #ed273f; */

    border-radius: 9px;
    bottom: 92px;
    left: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: #000;
}
.promotion-show-detail .date2{
    position: absolute;

    border-radius: 9px;
    bottom: 92px;
    left: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: #fff;
}
.promotion-show-detail .date .od{
    position: absolute;
    left: -36px;
    color: var(--color-main);
    font-size: 19px;
    bottom: 3px;
}
.promotion-show-detail .date .month{
    position: absolute;
    color: var(--color-main);
    font-size: 19px;
    left: 86px;
    top: 20px;
}
.promotion-show-detail .date2 .od{
    position: absolute;
    left: -36px;
    color: var(--color-main);
    font-size: 19px;
    bottom: 4px;
}
.promotion-show-detail .date2 .month2{
    position: absolute;
    color: var(--color-main);
    font-size: 19px;
    left: 73px;
    top: 30px;
}

.promotion-show-detail .description{
    text-align: left;
    position: absolute;
    bottom: 0;
    height: 80px;
}

.promotion-show-detail:hover{
    transform: scale(1.05);
}

.arrow{
    position: absolute;
    right: 25px;
    bottom: 130px;
}

.description h4{
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-main);
}

.content-section{
    display: block;
    width: 1920px;
    position: fixed;
    background: #fff;
    z-index: 140;
    top: 159px;
    left: 0;
    pointer-events: none;
    padding: 0px 140px;
}

.promotion-header{
    height: 80px;
    display: flex;
    align-items: center;
}

.promotion-header .date{
    width: 100%;
    height: 56px;
    border-radius: 50%;
    /* background: var(--color-main); */
    float: left;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 24px;
    color: #000;
}

.promotion-header .month{
    position: absolute;
    left: 85px;
    color: var(--font-color2)
}

.back-to-promotion{
    position: absolute;
    top: -20px;
    right: 34px;
    background: #000;
    border: 0;
    padding: 13px 40px;
    color: #fff;
    font-size: 17px;
}

.promotion-content {
    position: fixed;
    background: rgb(255, 255, 255);
    width: 1920px;
    height: 946px;
    z-index: 10000;
    top: 134px;
    /* padding-top: 30px; */
    display: none;
    padding: 0px 140px;
    padding-top: 30px;
}

.window-content .promotion-content-inner h1{
    letter-spacing: 2px;
    font-size: 20px;
    color: var(--color-main);
    max-width: 300px;
}

.window-content .promotion-header{
    display: none;
}

.window-content .fill-text p, .window-content .fill-text a{
    font-size: 16px;
    color: var(--color-main);
}

.pad{
    padding:0;
}

.btn-poi{
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-left: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-poi span{
    margin-left: 5px;
}

.btn-poi-wrap{
    font-size: 20px;
    width: 3.92%;
    position: relative;
 }
.btn-poi-wrap2{
    font-size: 20px;
}

.btn-poi-wrap2 .btn-2{
    height: 55px !important;
}

.title-big span{
    font-size: 20px;
    color: #fff;
}

.kropka{
    width: 22px;
    height: 22px;
    background: var(--color-main);
    border-radius: 50%;
}

.clock p img{
    transform: rotate(90deg);
    position: relative;
    top: -1px;
    left: -6px;
}
.clock p{
    font-size: 14px;
    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;
}

#rozklad-jazdy-section{
    overflow: hidden;
}

#rozklad-jazdy-section .window-content,#rozklad-jazdy-section2 .window-content,#rozklad-jazdy-section3 .window-content{
    padding-top: 40px;
    text-align: center;
    overflow: scroll;
    overflow-x: hidden;
    outline: none;
    cursor: grab;
    height: 550px;
    width: 438px;
}

.icon-wrapper{
    background: #eee;
    /* padding: 22px; */
    /* border-radius: 50%; */
    width: 100%;
    height: 13px;
}
.mapplic-map .mapplic-map-image svg{
    background: #f4f4f4;
}

.shop_shops_from_category.active span.title{
    color: #fff !important;
    position: relative;
    z-index: 100;
}


.scroll-icon{
    position: absolute;
    top: 7px;
    right: 8px;
}
.scroll-icon img{
    width: 10px;
}

.ui-keyboard-has-focus {
    z-index: 2000000000000000000 !important;
}

.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mine-button-close{
    position: absolute;
    top: 1px;
    right: -11px;
    background: transparent;
    border: 0;
}

.mine-button-close img{
    width: 13px;
    padding: 0;
}

.custom-button-close{
    position: absolute;
    top: 31px;
    right: 23px;
    background: transparent;
    border: 0;
    z-index: 10000000;
}

.custom-button-close img{
    width: 38px;
    padding: 7px;
}

#karta-podarunkowa-section{
    width: 1580px;
    right: 0;
    left: auto;
}
.pad{
    padding:0;
}

.button-clear-input{
    background: #fff;
    border: none;
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 1000;
    padding: 10px;
    visibility: hidden;
}

.button-clear-input img{
    width: 16px;
}

.activeBIG .icon-wrapper{
}

.category-text{
    position: absolute;
    top: -172px;
    width: 200px;
    left: 80px;
}

.category-text span{
    font-size: 14px !important;
}

.cell-container{
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #EEE;
}

.thumbnail {
    display: block;
    padding: 18px 10px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail:nth-child(2n+1){
    padding-left: 26px;
}

.thumbnail:nth-child(2n+2){
    padding-right: 26px;
}

.lang-content h3, .lang-content p{
    color: #000 !important;
}

.lang-content h2{
    margin-top: 0 !important;
}

.empty-content{
    width: 300px;
    height: 42px;
    position: absolute;
    top: -44px;
    left: 438px;
    background: #fff;
    z-index: 10000;
}

.hours-content{
    z-index: 10;
    position: absolute;
    background: rgb(255, 255, 255);
    height: 508px;
    top: -503px;
    overflow-y: scroll;
}

.qrcode{
    position: absolute;
    left: 0;
    bottom: 18px;
}
#routes-test{
    display: none !important;
}

.keyboard-key{
    float: left;
    width: 80px;
    height: 80px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000b0;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
}

.keyboard-key-longer{
    float: left;
    width: 140px;
    height: 80px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000b0;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
}

.main-search-element{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 41px;
    color: var(--color-main) !important;
    text-transform: uppercase;
}

.main-search-element input{
    border: 0;
    border-bottom: 1px solid var(--color-main);
    width: 700px;
    text-transform: uppercase;
    text-align: center;
}

.keyboard-parking{
    margin: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.keyboard-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.car-photo img{
    width: 100%;
}

.car-info-content{

}

.car-info h3{
    color: var(--color-main);
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bolder;
}

.car-info{
    height: 300px;
    margin-bottom: 25px;
    background: #dedede;
    padding: 20px;
}

.car-info h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.navigate-to .btn-mlociny-fill{
    width: 100%;
}

.content-parking{
    height: 838px;
    padding-top: 0px;
    background: #eeeeee94;
    margin-top: 0px;
}

.car-photo{
    width: 577px;
    height: 325px;
}

.literka{
    position: absolute;
    right: 24px;
    top: 6px;
}

#cinema .main-description{
    color: var(--font-color2);
}

.image-cinema{
    position: absolute;
    right: 54px;
    top: 1px;
}

.intro-image.main-image{
    position: relative;
    z-index: 100;
}

#promotion-information .window-content img{
    max-width: 300px !important;
}

#promotion-information .window-content h1{
    letter-spacing: 0px;
    font-size: 20px;
    color: var(--color-main);
    max-width: 300px;
    line-height: 24px;
}

.input-class{
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-button-parking{
    width: 40%;
    background: var(--color-purple);
    color: #fff;
    border: 0px;
}

.show-miejsce-postojowe{
    width: 45% !important;
    /* padding: 8px 16px !important; */
    height: 60px;
}

.name-of-line{
    color: var(--color-main);
    text-align: center !important;
}

.social-media-shop{
    position: absolute;
    bottom: 71px;
    width: 195px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: var(--color-main);
}

.pad{
    padding: 0;
}

.location-desc .col-md-4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--color-main);
    font-size: 23px;
    /* margin-top: 30px; */
    /* margin-bottom: 20px; */
    font-weight: normal;
    /* margin-top: 20px; */
    text-align: left;
}

.location-desc .col-md-4 span{
    font-weight: 600;
}

.orange-ribbon{
    position: relative;
    /* right: 91px; */
    top: -12px;
    background: #ec7161;
    font-size: 10px;
    padding: 4px;
    color: #fff;
}

.opened-section{
    padding: 0;
}
.switch-level{
    display: none;
}

.opened-section .switch-level{
    display: block;
}

.switch-level.active{
    display: block;
}

.hide-section-level.absolute{
    position: absolute;
    top: 8px;
    left: calc(50% - 50px);
    display: block;
    border: 0 !important;
}

.hide-section-level.absolute .switch-level.active{
    background: #fff !important;
    color: var(--color-main) !important;
    border: 0 !important;
    width: 100px;
}

.go-to-anotherpromotions{
    bottom: 0;
    widtH: 960px;
    left: 0;
    height: 1080px;
    background: transparent;
    border: 0;
    position: absolute;
}
.navigate-to-shop{
    position: absolute;
    bottom: 0;
    widtH: 100%;
    right: 0;
    height: 100%;
    background: transparent;
    border: 0;
}

@keyframes pulse2 {
    0%{ opacity: 0.4;}
    50%{ opacity: 1;}
    100%{ opacity: 0.4;}
}

.mapplic-active{
    animation: pulse2;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}


.car-info .group{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
}

.car-info .group h3{
    width: 232px;
    position: absolute;
    right: 0;
    top: 0;
}

#loteria{
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    background: #fff;
    z-index: 100000;
    display: none;
}

@keyframes pulseAgain {

    0%{transform: scale(1)}
    50%{transform: scale(1.1)}
    100%{transform: scale(1)}
}

.button-loteria{
    height: 80px;
    top: 90px;
    left: 201px;
    width: 220px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* font-size: 70px; */
    background: #d81818;
    /*animation: pulseAgain;*/
    /*animation-iteration-count: infinite;*/
    /*animation-duration: 1.5s;*/
    /* z-index: 100000000000000000; */
}

.button-loteria p{
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
}

.exit-loteria-site{
    position: absolute;
    top: 0px;
    right: calc(50% - 100px);
    width: 300px;
    height: 200px;
}

.loteria-site-help{
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
}

.exit-loteria-site span{
    top: 20px;
    width: 200px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf1b1b;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: absolute;
    right: 50px;
    /* animation: pulseAgain; */
    /* animation-iteration-count: infinite; */
    /* animation-duration: 1.5s; */
}

.loteria-help-button{
    width: 392px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf1b1b;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: absolute;
    left: 54px;
    bottom: 16px;
    text-align: center;
}

.loteria-button-2{
    position: absolute;
    bottom: 74px;
    right: 775px;
    width: 151px;
    height: 202px;
    z-index: 10;
    animation: pulseAgain2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.loteria-button-2 span{
    position: absolute;
    left: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    bottom: 95px;
    transform: rotate(90deg);
    width: 180px;
}

@keyframes pulseAgain2 {

    0%{transform: translateY(-50px)}
    50%{transform: translateY(0)}
    100%{transform:translateY(-50px)}
}

.lozad{
    opacity: 0;
}

.fade-in {
    opacity: 1;
    animation-name: fade;
    animation-duration: 1s;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}


@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.scanned-code{
    width: 200px;
    height: 30px;
    position: absolute;
    top: 100px;
    left: calc(50% - 150px);
    font-size: 8px;
    color: #efefef;
    text-align: center;
}

.loteria-site-help{
    background: url('/mlociny-kiosk/images/bg-help.png');
    background-size: 100%;
}

#loteria-help{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    z-index: 100001;
    display: none;
}

.loteria-site-help-left, .loteria-site-help-right{
    width: 960px;
    height: 1080px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#main-code-input{
    width: 900px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 43px;
}

#main-code-label{
    text-align: left;
    color: #fff;
    font-size: 43px;
}

#main-code-input::placeholder{
    color: #fff;
}

.exit-to-loteria-site{
    position: absolute;
    top: 0px;
    right: calc(50% - 100px);
    width: 300px;
    height: 200px;
}

.exit-to-loteria-site span{
    top: 20px;
    width: 200px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf1b1b;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: absolute;
    right: 50px;
}
#shop-name{
    position: relative;
}
#shop-name .orange-ribbon{
    font-size: 15px !important;
    position: absolute;
    width: 134px;
    text-align: center;
    padding: 6px;
}

.close-button {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.clock-for-another-shops .btn-godziny.active{
    background: #ddd !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: 136px;
    left: 403px;
    border-top: 2px solid #c6c6c6;
    display: none;
    padding: 24px 0px 22px 50px;
    padding-top: 60px;
    overflow: hidden;
}

.zamkniecie-section table tr td, .godziny-section table tr td{
    text-align: right !important;
    font-size: 15px !important;
    line-height: 21px;
}
.zamkniecie-section table tr, .godziny-section table tr{
    height: 23px !important;
}
.zamkniecie-section table thead tr td span, .godziny-section table thead tr td span{
    font-family: Gotham-Black;
}
.zamkniecie-section table thead tr td, .godziny-section table thead tr td{
    font-family: Gotham-Black;
}
.godziny-section table thead tr{
    height: 50px !important;
    display: flex;
    align-items: center;
    width: 648px;
}
.godziny-section table tr{
    height: 23px !important;
    display: flex;
    align-items: center;
    width: 648px;
}
.godziny-section table thead tr td:first-of-type{
    width: 60% !important;
}
.godziny-section table thead tr td{
    width: 20% !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 50px;
}
.godziny-section table tr td:first-of-type{
    width: 60% !important;
}
.godziny-section table tr td{
    width: 20% !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 40px;
}
.zamkniecie-section table{

}
.godziny-section{
    width: 100%;
    padding-top: 17px;
    height: 208px;
    overflow-y: scroll;
    padding-right: 45px;
}
.zamkniecie-section{
    width: 100%;
    padding-top: 19px;
    height: 208px;
    overflow-y: scroll;
    padding-right: 81px;
}

.other-services-gallery {
    position: absolute;
    bottom: 84px;
    background: rgb(0, 0, 0);
    width: 399px;
    right: -43px;
    display: none;
    max-height: 699px;
    overflow-y: scroll;
    z-index: 10000000;
}

.other-services-gallery ul li{
    padding-bottom: 10px;
}
.other-services-gallery ul{
    list-style: none;
    padding-left: 0;
    padding: 45px;
}

#about{
    position: absolute;
    background: rgb(255, 255, 255);
    top: 227px;
    left: 0px;
    z-index: 2;
    width: 1920px;
    height: 733px;
    display: none;
}
.mapplic-map-image #landmark_1_ path, .mapplic-map-image #landmark_1_ polygon{
    fill: #939598;
}

.hide-block{
    display: none;
    height: 930px;
    overflow-y: scroll;
    padding-right: 15px;
}
.about-button.active{
    background: #000;
    color: #fff;
}

.about-button{
    width: 97%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    padding: 0 10px;
    margin: 19px 0;
    letter-spacing: 3px;
    margin-left: 14px;
}
.about-button:first-of-type{
    margin-top: 0;
}
.about-list{

    padding: 10px;
    list-style: none;
    padding-left: 10px;
    padding-top: 0;
}

.poi-usluga{
    display: none;
}

.custom-table{
    margin-top:0 !important;
}

.custom-table td{
    height: auto !important;
    padding: 0 !important;
}

.hide-element{
    display: none;
    padding-right: 15px;
}

.wyspa{
    display:none;
}

.wyspa.mapplic-clickable{
    display:block !important;
}

.ui-keyboard-bksp{
    background: rgb(237,39,63);
    color: #fff;
}
.other-services-gallery::-webkit-scrollbar {
    width: 10px;
    padding: 2px;
}
.owl-screensaver2 .owl-item img {
    display: block;
    width: 1920px !important;
    height: 1080px;
}

.item{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.show-navigation{
    position: absolute;
    bottom: 0;
    widtH: 960px;
    right: 0;
    height: 1080px;
    background: transparent;
    border: 0;
}

.owl-screensaver .item button img{
    width: 130px !important;
    height: 227px;
    position: absolute;
    top: calc(50% - 176px);
    left: calc(50% - 79px);
    transition: 0.5s all;
}

.animateon{
    animation: pulse ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    height: 100%;
    width: 100%;
}

@keyframes pulse {
    0%{transform: scale(1);}
    25%{transform: scale(1.05);}
    50%{transform: scale(1.1);}
    75%{transform: scale(1.05);}
    100%{transform: scale(1);}
}

.text-screensaver{
    position: absolute;
    top: calc(50% - -79px);
    width: 513px;
    font-size: 29px;
    left: calc(50% - 256px);
    font-weight: 900;
}