@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;
}




html, body {
    font-family: Raleway;
    font-weight: 500;
    --color-main: #00b1b2;
}

h1, h2 {
    font-family: Raleway;
    font-weight: 600;
}

h3, h4, h5, h6, p, a {
    font-family: Raleway;
}

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: #000000;
    height: 120px;
    width: 1920px;
    min-height: 100%;
}

.header .row {
    width: 1920px;
}

.horizontal-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.header .logo {
    text-align: center;
    height: 120px;
}

.header .logo .logo-section {
    text-align: center;
    height: 55px;
    position: absolute;
    /* margin: 0px; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 40px;
}

.header .logo img {
    margin: 0 30px;
}

.header .search {
    text-align: left;
    color: #fff;
    font-family: Raleway;
    font-size: 16px;
    height: 120px;
}

.header .search-section {
    position: absolute;
    width: 610px;
    height: 25px;
    margin: auto;
    left: 60px;
    right: 0;
    bottom: 0;
    top: 0;
}

.header .search img {
    height: 25px;
    margin-right: 15px;
}


.header .language {
    text-align: right;
    height: 120px;
}

.header .language .language-section
{
    position: absolute;
    width: 640px;
    height: 80px;
    margin: auto;
    /*left: 0px;*/
    right: 60px;
    bottom: 0;
    top: 0;
}

.switch-language {
    background: #2d3138;
    padding: 18px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    color: white!important;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 10px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    display: inline;
}

.switch-language.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: var(--color-main);
    color: #fff;
}
.poziom66-selected .switch-language.active {
    background: #fbb016;
}

.sidebar {
    text-align: center;
    position: relative;
    /*padding: 0 50px;*/
}

.sidebar h1 {
    text-transform: uppercase;
    color: #ff0000;
    line-height: 19px;
    font-size: 28px;
    margin-top: 1px;
}

.poziom66-selected .sidebar h1 {
    color: #fbb016;
}

.sidebar h2 {
    color: #666666;
    font-size: 25px;
    /*margin-top: 30px;*/
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
}

.col-xs-4, .col-xs-6, .col-xs-12 {
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}

.sidebar .poi {
    padding-top: 30px;
}

.btn-1 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: none;
    padding: 15px;
    margin: 17.5px 0px 0px 0;
    background: #ff0000;
    font-family: Raleway;
    border-radius: 0;
    height: 96px;
}

.poziom66-selected .btn-1 {
    background: #fbb016;
}

.btn-3 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    border: none;
    padding: 15px;
    margin: 0;
    background: #000000;
    font-family: Raleway;
    border-radius: 0;
    height: 90px;
    position: absolute !important;
    bottom: 0;
    width: 90% !important;
}

.btn-4 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    border: none;
    padding: 15px;
    margin: 0;
    background: #000000;
    font-family: Raleway;
    border-radius: 0;
    height: 96px;
    position: absolute !important;
    bottom: 120px;
    width: 90% !important;
}

.btn-2 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: none;
    padding: 15px;
    margin: 10px 0;
    background: #000000;
    font-family: Raleway;
    border-radius: 0;
    height: 90px;
}

.btn-1:hover, .btn-2:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.05);
    color: #fff;
}

.btn-6 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    padding: 15px;
    background: #000000;
    font-family: Raleway;
    border-radius: 0;
    height: 90px;
    width: 288px;
}

.btn-6:hover {
    color: #fff!important;
    transition: all 200ms ease-in;
    transform: scale(1.05);
}

.btn:active, .btn:active, .btn:focus {
    color: #fff;
}

.btn {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    position: relative;
}

.btn span.title {
    left: 0;
    right: 0;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.btn img {
    left: 0;
    right: 0;
    bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-height: 30%;
    max-width: 20%;
    position: absolute;
}

.navigation {
    padding-right: 25px;
    padding-left: 10px;
}

.content {
    height: 960px;
    padding: 30px 40px;
}

.content .container{
    width: 100% !important;
}

.vc_row-has-fill{
    display: none;
}

.mapplic-fullscreen-button, .mapplic-levels, .mapplic-clear-button{
    display: none;
}

.container-inner.map {

}

.navigation table {
    width: 100%;
    border-collapse: unset;
}

.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;
    left: -26px;
    background: #fff;
    width: 674px;
    height: 921px;
    z-index: 20;
    padding: 0 34px;
    /* border: 1px solid #ccc; */
}

/*.searchElement {*/
/*width: 265px;*/
/*display: inline-block;*/
/*margin: 0 5px;*/
/*}*/

.thumbnail {
    /*margin-bottom: 7px;*/
    height: 130px;
    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: 0 20px;
    position: relative;
}


.window-content h4
{
    font-size: 25px;
    text-align: left;
    font-weight: 600;
}

#categories-list {
    height: 771px;
    overflow-y: auto;
}

#by-name-serch .window-content {
    height: 705px;
    overflow-y: auto;
}

#by-name-serch .form-control {
    border-radius: 0;
}

.SearchButton {
    border-radius: 0 !important;
    color: #fff;
    background: #939598;
}
.poziom66-selected .SearchButton {
    background: #fbb016;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}

#shop-name {
    font-size: 24px;
    color: #666666;
}

.shop-content-wrapper.window {
    border: none;
}

.shop-content-wrapper .window-content {
    /*border: 1px solid #ccc;*/
    height: 680px;
}

.thumbnail a > img, .thumbnail > img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

p.gender {
    position: absolute;
    text-align: center;
    bottom: 30px;
    width: 550px;
    margin: 0;
    padding: 0;
}

p.gender img {
    margin: 0 10px;
    height: 80px;
}
.mapplic-tooltip{
    padding: 5px 15px;
}
.mapplic-tooltip h4{
    font-size: 16px;
}
        .access-ways .left, .access-ways .right{
            width: 50%;
            float:left;
        }
        .access-ways .right{
            float: right;
        }
        .access-ways .way {
            width: 100%;
            float: left;
            padding: 50px 0;
        }
        .access-ways .svg-container {
            height: 120px;
            width: 100%;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
        }
        .access-ways .way svg {
            fill: #3a404a;
        }
        .access-ways h2 {
            text-align: left;
            color: #3a404a;
            text-transform: uppercase;
            font-size: 1.125em;
            margin-top: 0;
        }
        .access-ways .access-desc-title {
            font-size: .875em;
            color: #818b9e;
            text-align: left;
            width: 70%;
            text-transform: uppercase;
        }
        .access-ways .access-description {
            width: 80%;
            text-align: left;
        }
        .access-ways .access-description span {
            border: 1px solid #ccc;
            padding: .8571428571em;
            color: #818b9e;
            text-transform: uppercase;
            min-width: 2.1428571429em;
            min-height: 2.1428571429em;
            text-align: center;
            margin: .1428571429em 0;
            display: inline-block;
            font-size: .875em;
        }
        .access-ways .access-description span.number {
            width: 2.1428571429em;
            height: 2.1428571429em;
            line-height: 2.1428571429em;
            padding: 0;
        }
        .mapplic-popup-link{
            display: none;
        }
        .mapplic-tooltip-description h4{
            margin-top:4px;
            margin-bottom:4px;
            font-weight: bold;
            font-family: 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: #ff0000;
            
        }

.poziom66-selected .mapplic-tooltip-text .mapplic-tooltip-description, .mapplic-tooltip.mapplic-tooltip-text p {
    color: #fbb016;
}
        .mapplic-tooltip img.logotyp{
            max-height:65px;
        }
        .mapplic-tooltip-text {
            background-color: rgba(255, 255, 255, 1);
            color: black;
        }
        .shop-content-wrapper .description-wrapper{
            position: relative;
            color: #666666;
            text-align: justify;

        }
        .shop-content-wrapper .descriptions.data-desc-en{
            position: absolute;
            top:3px;
            width: 100%;
            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;*/
/*}*/

.btn-custom{
    background: transparent !important;
    border: 1px solid #ccc;
    width: 390px;
    margin: 4px 9px;
}

.btn-custom img{
    max-height: 50px;
    margin: 0 5px !important;
    position: static !important;
    max-width: 23% !important;
}

.btn-custom span{
    color: #000;
    margin-left:0 !important;
    margin-right: 0 !important;
    position: static !important;
}

.button-container{
    width: 200px;
    height: 80px;
    display: flex;
    flex-direction: row;
}
.btn-custom-container{
    width:100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.btn-custom-container span{
   font-size: 17px;
}

.source-point-text{
    text-shadow: 0px 0px 30px #000;
    font-size: 30px !important;
}

.dynamic-elements{
    position: relative !important;
    z-index: 1 !important;
}

.source-point-text {
    position: absolute !important;
    z-index: 10 !important;

    background-color: #000;
}

.new-place-search{
    max-height: 100px;
}

.new-place-search .search{
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--color-main);
    color: #fff;
    width: 90.5%;
    margin: 0 30px;
    margin-top: 10px;
}

.bottom-button-panel{
    margin: 15px -29px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn-custom-promotion{
    position: fixed !important;
    bottom: 100px;
    width: 607px;
    right: 34px;

}

.container.map > p:first-of-type{
    display: none;
}

.cell{
    border: 1px solid #ddd;
}

.cell img{
    filter: grayscale(100%);
}

.thumbnail img{
    max-height: 100px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mapplic-zoom-buttons {
    margin: 10px;
    position: absolute;
    left: 0;
    bottom: 9px;
}

.mapplic-zoom-buttons a {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    width: 50px;
    height: 50px;
    /* position: absolute; */
    /* bottom: 0; */
}