@font-face {
    font-family: "Gilroy";
    src: url('../fonts/GilroyGEO-Heavy.ttf');
}

@font-face {
    font-family: "NotoSans";
    src: url('../fonts/NotoSans-Regular.ttf');
}

@font-face {
    font-family: "Museo";
    src: url('../fonts/Museo300.otf');
}

html, body {
    font-family: Museo !important;
}

h1, h2 {
    font-family: Museo !important;
}

h3, h4, h5, h6, p, a {
    font-family: Museo !important;
}

html, body {

}

* {
    -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: 1080px;
    height:1920px;
    padding: 0;
    overflow: hidden;
}

.header {
    /*background-color: #3a404a;*/
    height: 115px;
    width: 1080px;
}

.header .row {
    width: 1920px;
        height: 115px;
}

.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: left;
    padding-left: 100px;
}

.header .logo img {
    height: 90px;
    margin-top: 12px;
    margin-left: -50px;
}

.header .search {
    text-align: left;
    color: #fff;
    font-family: NotoSans;
        padding-left: 97px;
    padding-top: 48px;
    font-size: 16px;
}
.header .search > div{
    margin-right: -30px;
}

.header .search img {
    height: 25px;
    margin-right: 15px;
}

.header .language {
    text-align: right;
    padding-right: 18px;
    padding-top: 18px;
}

.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: #52abd0;
    color: #fff;
}

.sidebar {
    text-align: center;
    position: relative;
    /*padding: 0 50px;*/
}

.sidebar h1 {
    text-transform: uppercase;
    color: #52abd0;
    line-height: 19px;
    font-size: 28px;
    margin-top: 1px;
}
.header h1{
        text-transform: uppercase;
    color: #52abd0;
    line-height: 28px;
    font-size: 24px;
    margin-top: 10px;
    /* margin-bottom: 25px; */
    /* width: 107%; */
    color: white;
    font-family: NotoSans;
    text-align: right;
    letter-spacing: -1px;
    margin-right: 12px;
}

.sidebar h2 {
    color: #3a404a;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight: bold;
    text-align: left;
    padding-left: 30px;
}

.col-xs-4, .col-xs-6, .col-xs-12 {
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}

.sidebar .poi {
    /*padding-top: 20px;*/
}

.btn-1 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: none;
    padding: 15px;
    margin: 13px 0;
    background: #fff;
    border-radius: 0;
    height: 114px;
}
.btn-1.category-181 span.title,
.btn-1.category-177 span.title{
    white-space: initial;
    line-height: 18px;
    bottom: 8px;
}

.btn-3 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    border: none;
    padding: 15px;
    margin: 0;
    background: #fff;
    border-radius: 0;
    height: 89px;
    bottom: 0;
    width: 90px;
    right: 0;
}
.shop-content-wrapper .btn-3{
    
    /*width: 29%;*/
}
.btn-4 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    border: none;
    padding: 15px;
    margin: 0;
    background: #52abd0;
    border-radius: 0;
    height: 96px;
    bottom:0;
    right: 0;
}

.btn-2 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: none;
    padding: 15px;
    /*margin: 10px 0;*/
    background: #39404A;
    border-radius: 0;
    height: 74px;
}


.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: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: 17px;
    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;
}
.btn-1 img{
    width: auto;
    height: 50px;
    bottom: 57px;
    max-width: none;
    max-height: none;
}
.btn-1 span.title{
    font-size: 18px;
    bottom:21px

}

.btn-1 span.title{
    font-size: 18px;
}
.btn-1.category-186 span.title{
    white-space: initial;
    line-height: 22px;
    bottom: 10px;
}

.navigation {

}

.content {
    padding: 0px;
}

.mapplic-fullscreen-button, .mapplic-levels, .mapplic-clear-button, .mapplic-zoom-buttons {
    display: none;
}

.container-inner.map {

}

.navigation table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: unset;
}
.open-hours{
    display:none;
}

.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;
}

.navigation table tr.levels td:last-child {
    border-right: 0;
}

.navigation tr.levels > td.active {
    border: 5px solid #52abd0;
}

.navigation table tr.levels td span {
    color: #D8D9DB;
    font-size: 14px;
    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: NotoSans;
}

.window {
    position: absolute;
    top: 0px;
    background: #fff;
    width: 1080px;
    height: 800px;
    z-index: 20;
    border: 1px solid #ccc;
    /*padding: 30px;*/
}

/*.searchElement {*/
/*width: 265px;*/
/*display: inline-block;*/
/*margin: 0 5px;*/
/*}*/

.thumbnail {
    /* margin-bottom: 7px; */
    height: 130px;
    border-radius: 0;
    padding: 0;
    position: relative;
}

td.list.switch-level {
    display: none;
}

td.list.switch-level.active {
    display: table-cell;
}

.window-content {
    /*padding: 0px;*/
    position: relative;
    height: 627px;
    padding: 5px 30px 5px 30px;
    overflow-y:auto;
}

#categories-list {
    height: 608px;
    overflow-y: auto;
}

#by-name-serch .window-content {
    height: 677px;
    overflow-y: auto;
}

#by-name-serch .form-control {
    border-radius: 0;
}

.SearchButton {
    border-radius: 0 !important;
    color: #fff;
    background: #52abd0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}
.photoIs .level-name{
        margin-top: -34px;
}

#shop-name {
    font-size: 24px;
    color: #3a404a;
}

.shop-content-wrapper.window {
    /*border: none;*/
}

.shop-content-wrapper .window-content {
    /*border: 1px solid #ccc;*/
    height: 529px;
}
.shop-content-wrapper .logotyp{
    width: 400px;
    margin-bottom:30px;
}

.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;
        }
        .mapplic-tooltip-text .mapplic-tooltip-description, .mapplic-tooltip.mapplic-tooltip-text p {
            font-weight: bold;
        }
        .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;
        }
        .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;
}
.sidebar h1{
    text-align: center;
    margin: 30px 0;
}
.sidebar h1 .right{
    margin-left:60px;
}
.first-menu{
    padding:25px 30px;
    width: 1080px;
}
.top-information-wraper{
    width: 1080px;
    height: 400px;
    overflow: hidden;
}
.carousel-control.right,
.carousel-control.left{
    background:transparent;
}

.shop-content-wrapper .description-wrapper .descriptions{
    margin-top: 10px;
}
.news-detail .content{
    height: auto;
}

.first-menu h1 .right{
    margin-left: 30px;
}
h1.open-hours{
    text-transform: uppercase;
    color: #52abd0;
    line-height: 19px;
    font-size: 27px;
    margin-top: 1px;
    text-align: center;
    margin: 35px 0 35px 60px;
    letter-spacing: 1px;
}
h1.open-hours .right{
        margin-left: 20px;
    margin-right: 80px;
}

.stopka{
    position: absolute;
    bottom: 0;
    right: 15px;
    margin-bottom: 3px;
    font-size: 12px;
    color: lightgray;
}

.sidebar
{
    height: 800px;
    width: 1080px;
}

.buttons-section
{
    padding: 30px 30px 30px 30px;
    border-bottom: 1px solid #ccc;
}

.searchElement .thumbnail
{
    margin-bottom: 30px;
}

.search-section .buttons-section
{
    border: none;
    padding: 30px 30px 30px 0;
}

.search-section .btn-3
{
    height: 93px;
    padding: 11px 11px;
    font-size: 14px;
    position: absolute;
    top: 9px;
    right: 19px;
}

.search-section .input-group {
    padding: 30px 0 30px 30px!important;
}
.col-xs-first4{
    width: 33.33%;
}

.col-xs-last2{
    width:33.33%;
    margin-top:20px;
}
.col-xs-last2 .btn img{
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: 20px;
    max-height: 25px;
    max-width: 25px;
    position: relative;
    display: inline-block;
}
.col-xs-last2 .btn span.title{
    position: relative;
    display: inline-block;
    bottom: 0;
}
.col-xs-last2 .btn-2{
    height:45px;
    padding:10px;
}
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.description-wrapper::-webkit-scrollbar-track{
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.nazwa-sklepu{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    left: 0;
    color: #8a8a8a;
}
.button-close img{
    max-width: 100%;
    max-height: 100%;
}

.button-close{
    position: absolute;
    top: 14px;
    right: 11px;
    z-index: 1000;
}
.special-bigger{
    margin-bottom: 50px !important;
}

.show-path-shopviewer{
    position: absolute;
    bottom: 0;
    width: 360px;
    right: 27px;
}