@font-face {
    font-family: "Gilroy";
    src: url('../fonts/GilroyGEO-Heavy.ttf');
}

@font-face {
    font-family: "NotoSans";
    src: url('../fonts/NotoSans-Regular.ttf');
}

html, body {
    font-family: NotoSans;
}

h1, h2 {
    font-family: Gilroy;
}

h3, h4, h5, h6, p, a {
    font-family: NotoSans;
}

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: #3a404a;
    min-height: 100%;
    margin-left: -9px;
    margin-right: -2px;
}

.header .row {
    width: 100%;
    height: 100%;
    padding: 18px;
}

.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;
}

.header .logo img {
    height: 180px;
    margin: -16px 0 0 -3px
}

.header .search {
    text-align: left;
    color: #fff;
    font-family: NotoSans;
    padding-left: 60px;
    padding-top: 23px;
    font-size: 16px;
}

.header .search img {
    height: 25px;
    margin-right: 15px;
}

.header .language {
    text-align: right;
    padding-right: 0px;
}

.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;*/
    padding-left: 0px;
}

.sidebar h1 {
    text-transform: uppercase;
    color: #52abd0;
    line-height: 28px;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 19px;
    text-align: right;
    letter-spacing: 1px;
    text-align: center;
    display:none;
}

.sidebar h2 {
    color: #3a404a;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}
.poi{
        padding: 18px;
}

.col-xs-4, .col-xs-6, .col-xs-12 {
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}
.first-menu .col-xs-4, .first-menu .col-xs-6, .first-menu .col-xs-12 {
/*    padding-right: 7px;
    padding-left: 7px;*/
}

.sidebar .poi {
    padding-top: 15px;
}

.btn-1 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: none;
    padding: 15px;
    margin: 10px 0;
    background: #52abd0;
    font-family: NotoSans;
    border-radius: 0;
    height: 94px;
}

.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: 10px;
    margin: 0;
    background: #52abd0;
    font-family: NotoSans;
    border-radius: 0;
    height: 86px;
    position: absolute !important;
    bottom: 0;
}

.btn-4 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    border: none;
    padding: 10px;
    margin: 0;
    background: #52abd0;
    font-family: NotoSans;
    border-radius: 0;
    height: 86px;
    position: absolute !important;
    bottom: 104px;
}

.btn-2 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: none;
    padding: 15px;
    /*margin: 7px 0;*/
    background: #39404A;
    font-family: NotoSans;
    border-radius: 0;
    height: 85px;
}
.col-xs-2.col-xs-first4 {
    padding-left: 0px;
    padding-right: 14px;
    width: 315px;
}
.col-xs-2.col-xs-last2:last-of-type {
    padding-left: 0px;
    padding-right: 0px;
}

.col-xs-2.col-xs-last2 {
    padding-left: 4px;
    padding-right: 14px;
    width: 301px;
    box-sizing: content-box;
}
.col-xs-2.col-xs-last3:last-of-type {
    padding-left: 0px;
    padding-right: 0px;
}

.col-xs-2.col-xs-last3 {
    padding-left: 0px;
    padding-right: 14px;
    width: 205.35px;
    box-sizing: content-box;
}
.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: 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;
}
.btn-1 img{
    bottom: 44px;
}

.navigation {
    padding-right: 18px;
    /*padding-left: 10px;*/
}

.content {
    height: 960px;
    padding: 0px;
}

.mapplic-fullscreen-button, .mapplic-levels, .mapplic-clear-button, .mapplic-zoom-buttons {
    display: none;
}

.container-inner.map {
    height: 830px;
}

.navigation table {
    width: 1249px;
    border: 1px solid #ccc;
    border-collapse: unset;
    margin-left: 18px;
}

.navigation table tr.levels td {
    height: 90px;
    width: 624px;
    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 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;
}
.first-menu{
    padding: 0 25px 0 9px;
    margin-bottom: -6px;
}
.window {
position: absolute;
    top: 110px;
    background: #fff;
    width: 645px;
    height: 851px;
    left: -9px;
    z-index: 20;
    border: 1px solid #ccc;
}

/*.searchElement {*/
/*width: 265px;*/
/*display: inline-block;*/
/*margin: 0 5px;*/
/*}*/

.thumbnail {
    /*margin-bottom: 7px;*/
    height: 160px;
    border-radius: 0;
    padding: 0;
    position: relative;
}

td.list.switch-level {
    display: none;
}

td.list.switch-level.active {
    display: table-cell;
}

.window-content {
    padding: 0 20px;
    position: relative;
    height: 866px;
    overflow-y:auto;
}

#categories-list {
    height: 806px;
    overflow-y: auto;
}

#by-name-serch .window-content {
    height: 740px;
    overflow-y: auto;
}
.shop-content-wrapper .window-content {
    /* border: 1px solid #ccc; */
    height: 765px;
}

#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;
}

#shop-name {
    font-size: 24px;
    color: #3a404a;
}

.shop-content-wrapper.window {
    /*border: none;*/
}



.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;
            width:100%;
            float:left;
        }
        .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;
}
.top-information-wraper{
    margin-bottom: 18px;

    margin-right: -12px;
}
.top-information-wraper, .header, .logo{
    height: 110px;
    
}
.top-information-wraper, .header{
    background-color: #3a404a;
}
.logo{
    z-index: 99999999999;
}
.logo img{
    width: 90px;
    margin-left: 10px;
    margin-top: 9px;
}
.carousel-control.left,
.carousel-control.right{
    background: transparent;
}
.shop-content-wrapper .description-wrapper .descriptions{
    margin-top: 10px;
}

.news-detail .content{
    height: auto;
}
.shop-content-wrapper .logotyp.small-logo{
    width:210px;
}
.shop-content-wrapper .img-responsive{
        width: 370px;
    float: right;
}
.first-menu h1 .right{
    margin-left: 30px;
}
.level-name{
    margin-bottom: 0px;
}
.photoIs .level-name{
    float: left;
    width: 100%;
    margin-top: -24px;
}
.last-col4-w100 .col-xs-4:last-of-type{
    width: 100%;
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}