.select2-container--default .select2-results>.select2-results__options,
.select2-results,
ul.select2-results {
    max-height: 150px
}

.lightbox,
.wrapper,
body,
html {
    height: 100%
}

.burgerButton,
h2 {
    margin-left: auto
}

.burgerButton .topLine::after,
h2::after {
    content: ''
}

.contactsList,
.mainMenuAdress ul,
.mainMenuNavigation_list {
    list-style: none
}

*,
span.select2-selection.select2-selection--single {
    outline: 0
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-family: Comfortaa;
    font-weight: 400;
    color: #fff;
    font-size: 16px
}

#krpanoSWFObject * {
    color: #000
}

.lightbox .lb-image {
    border-radius: 0;
    border: 1px solid #9700ec
}

.lb-data .lb-close {
    display: none
}

.imageAfter,
h2,
h2::after {
    display: block
}

.lb-outerContainer {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wrapper,
h2 {
    position: relative
}

body,
html {
    width: 100%
}

.wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #2e222b
}

h2 {
    font-size: 18px;
    text-align: center;
    margin-right: auto;
    width: 230px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 5px
}

.goWrapper,
.header,
.preloader,
.preloaderImgWr,
h2::after {
    position: absolute
}

h2::after {
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(180deg, #9700ec 0, #c15193 100%)
}

.preloader {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #081027;
    z-index: 9999;
    overflow: hidden
}

#table,
.header {
    z-index: 1
}

.preloader.out .preloaderImgWr {
    top: 0;
    width: 115px;
    left: 50%;
    margin-left: -57px;
    margin-top: 0
}

.imageAfter {
    width: 320px;
    height: 133.33px;
    background: url(../images/icons/preloadLast.jpg) center center no-repeat;
    background-size: 320px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.preloader.out .imageAfter {
    width: 115px;
    height: 48.97px;
    background-size: 115px
}

.preloaderImgWr {
    width: 320px;
    top: 50%;
    margin-top: -65px;
    left: 50%;
    margin-left: -160px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.goWrapper {
    left: 15px;
    bottom: 20px;
    z-index: 1
}

.goWrapper ul {
    width: 60px
}

.goWrapper ul li {
    display: block;
    list-style: none;
    font-size: 12px;
    color: #974ac1;
    font-weight: 300;
    line-height: 1;
    margin-top: 15px
}

.goWrapper ul li.active {
    color: #e4df1b;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-shadow: 0 0 10px #fff400
}

.header {
    width: 100%;
    height: 49px;
    background-color: #000;
    border-bottom: 2px solid #c269f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    left: 0;
    top: 0;
    -webkit-box-shadow: 5px 0 30px 5px rgba(248, 176, 255, .28);
    box-shadow: 5px 0 30px 5px rgba(248, 176, 255, .28)
}

.decorSolid,
.headerTelephone {
    display: none
}

.headerFlexItem {
    width: 28%
}

.headerFlexItem.headerLogo {
    width: 44%
}

.headerSocial_list {
    height: 100%;
    padding-top: 4px
}

.headerSocial_list li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #c269f3;
    margin-right: 5px
}

.socialList_insta a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/icons/insta.png) center center no-repeat
}

.socialList_facebook a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/icons/fb.png) center center no-repeat
}

.logo {
    max-width: 600px;
    margin: 0 auto;
    width: 115px;
    border: 1px solid #c269f3;
    -webkit-box-shadow: 0 0 20px 1px #c269f3, inset 0 0 10px 1px #c269f3;
    box-shadow: 0 0 20px 1px #c269f3, inset 0 0 10px 1px #c269f3
}

#table>* {
    z-index: -1
}

.burgerButton {
    width: 30px;
    height: 28px;
    margin-right: 0;
    position: relative
}

.burger,
.drink,
.mainMenuFlexItem {
    margin-right: auto;
    margin-left: auto
}

.burgerButton .middleLine,
.burgerButton .skull,
.burgerButton .topLine {
    position: absolute;
    width: 100%;
    left: 0
}

.burgerButton .topLine {
    top: 0;
    height: 1px;
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.burgerButton .skull {
    height: 100%;
    z-index: 1;
    top: 0;
    background: url(../images/icons/skull.png) center center no-repeat
}

.burgerButton .middleLine {
    top: 50%;
    height: 1px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.burgerButton .bottomLine,
.burgerButton .topLine::after {
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.burgerButton .bottomLine {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.burgerButton .topLine::after {
    width: 50%;
    height: 3px;
    display: block;
    right: 0;
    top: 0;
    background: url(../images/icons/bone.png) center center no-repeat;
    background-size: 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.burgerButton .bottomLine::after,
.burgerButton .topLine::before {
    content: '';
    width: 50%;
    height: 3px;
    display: block;
    position: absolute;
    top: 0;
    background: url(../images/icons/bone.png) center center no-repeat;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.burgerButton .topLine::before {
    left: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    background-size: 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.burgerButton .bottomLine::after {
    right: 0;
    background-size: 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.burgerButton .bottomLine::before,
.burgerButton .middleLine::after {
    background: url(../images/icons/bone.png) center center no-repeat;
    width: 50%;
    height: 3px;
    top: 0;
    position: absolute;
    display: block;
    content: ''
}

.burgerButton .bottomLine::before {
    left: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    background-size: 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.burgerButton .middleLine::after {
    right: 0;
    background-size: 17px
}

.burgerButton .middleLine::before {
    content: '';
    width: 50%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    background: url(../images/icons/bone.png) center center no-repeat;
    background-size: 17px
}

.burgerButton.active .topLine::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-size: 13px;
    right: -3px
}

.burgerButton.active .topLine::before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    background-size: 13px;
    left: -3px
}

.burgerButton.active .middleLine {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.burgerButton.active .bottomLine::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-size: 13px;
    right: -3px
}

.burgerButton.active .bottomLine::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-size: 13px;
    left: -3px
}

.burgerButton.active .bottomLine {
    bottom: 2px
}

.burgerButton.active .topLine {
    top: 2px
}

.mainMenuWrapper {
    width: 100%;
    height: calc(100% - 49px);
    position: absolute;
    right: -100%;
    bottom: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    will-change: transform;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background-image: linear-gradient(114deg, rgba(0, 0, 0, .85) 0, rgba(94, 0, 129, .85) 100%);
}

.mainMenuWrapper.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mainMenuWrapper .leaf1 {
    position: absolute;
    display: block;
    right: -55px;
    bottom: -90px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.mainMenuWrapper .leaf2,
.mainMenuWrapper .leaf3 {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    display: none;
    position: absolute
}

.mainMenuWrapper .leaf2 {
    left: -100px;
    top: -60px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.mainMenuWrapper .leaf3 {
    left: 0;
    bottom: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.mainMenuWrapper .leafs1 {
    display: none;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.mainMenuFlexWrapper,
.secMenuFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: auto
}

.mainMenuFlexWrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    padding-top: 35px;
    position: absolute;
    will-change: transform;
    right: -100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.galeryWrapper,
.secMenuBlocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.secMenuFlexWrapper,
.thirdMenuFlexWrapper {
    z-index: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    will-change: right
}

.mainMenuFlexWrapper.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1
}

.mainMenuFlexItem {
    width: 300px;
    z-index: 1
}

.mainMenuNavigation_list li {
    display: block;
    margin-bottom: 50px;
    position: relative;
    padding-left: 7px
}

.mainMenuNavigation_list li span {
    letter-spacing: 1px
}

.mainMenuNavigation_list li::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    /*background: #9700ec;
    background-image: -ms-linear-gradient(180deg, #9700ec 0, #c15193 100%)*/
}

.mainMenuAdress {
    margin-bottom: 20px
}

.mainMenuAdress ul li {
    color: #974ac1;
    font-size: 10px;
    letter-spacing: 1px
}

.mainTelList {
    margin-top: 10px
}

.mainTelList a {
    color: #974ac1;
    font-size: 10px;
    text-decoration: none
}

.secMenuFlexWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.secMenuFlexWrapper h2 {
    text-transform: uppercase
}

.secMenuFlexWrapper.active {
    right: 0;
    opacity: 1
}

.secMenuFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: calc(100% - 107px)
}

.secMenuFlexItem {
    width: 100%;
    padding: 0 15px;
    z-index: 1
}

.secMenuBlocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

.secMenuBlockI {
    width: 230px;
    height: 230px;
    border: 2px solid #f9b4e6;
    margin-top: 24px;
    position: relative;
    padding: 25px 20px;
    -webkit-box-shadow: 0 0 20px 1px rgba(248, 176, 255, .5), inset 0 0 20px 1px rgba(248, 176, 255, .5);
    box-shadow: 0 0 20px 1px rgba(248, 176, 255, .5), inset 0 0 20px 1px rgba(248, 176, 255, .5)
}

.secMenuBlockI h3 {
    color: #fff400;
    font-size: 36px;
    font-family: 'AA Neon';
    display: block;
    text-align: center
}

.secMenuBlockI.lefter h3 {
    text-align: left;
    font-size: 27px;
}

.backButton {
    width: 28px;
    height: 27px;
    position: absolute;
    left: 12px;
    top: 22px;
    background: url(../images/icons/backButton.png) center center no-repeat
}

.burger {
    width: 105px;
    margin-top: 40px
}

.drink {
    width: 106px;
    margin-top: 35px
}
/*
.ice {
    width: 61px;
    height: 118px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -25px
}
*/
.author {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px
}

.sushi {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.design {
    width: 110px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -7px
}

.aboutUsImgWrapper,
.galeryImgWrapper,
.galeryWrapper {
    margin-left: auto;
    margin-right: auto
}

.designWrapper {
    text-align: right;
    margin-top: 30px
}

.designWrapper span {
    font-size: 10px;
    color: #974ac1
}

.contactsList {
    padding-left: 45px;
    margin-top: 40px
}

.contactsList li {
    color: #fff;
    font-size: 12px;
    margin-bottom: 25px;
    position: relative
}

.adressItem::before,
.telItem::before,
.timeItem::before {
    content: '';
    position: absolute;
    left: -37px;
    width: 22px;
    height: 25px
}

.contactsList li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: inline-block
}

.adressField,
.adressField2,
.adressField3 {
    color: #fff;
    font-size: 12px;
    display: block
}

.adressItem::before {
    display: block;
    top: 5px;
    background: url(../images/icons/contactsPointer.png) center center no-repeat
}

.telItem::before {
    display: block;
    top: 3px;
    background: url(../images/icons/contactsPhone.png) center center no-repeat
}

.timeItem::before {
    display: block;
    top: -6px;
    background: url(../images/icons/contactsClock.png) center center no-repeat
}

#map {
    width: 100%;
    height: 100%
}

.mapWrapper {
    width: 100%;
    height: 175px;
    margin-bottom: 20px
}

.galeryWrapper {
    width: 100%;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.galeryItem {
    width: 260px;
    margin-bottom: 20px
}

.galeryImgWrapper {
    width: 100%;
    height: 170px;
    background-color: #50006f
}

.galeryImgWrapper img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.galeryImgWrapper img[data-src] {
    opacity: 0
}

.galeryWrapper span {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 5px
}

.eventsFlexWrapper,
.thirdMenuFlex {
    display: -webkit-box;
    display: -ms-flexbox
}

.aboutUsImgWrapper {
    width: 100%;
    max-width: 290px;
    margin-top: 25px
}

.aboutUsImgWrapper img {
    width: 100%
}

.aboutUsContentWrapper h4 {
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    max-width: 290px;
    margin: 20px auto
}

.aboutUsP,
.eventsFlexWrapper,
.eventsImgWrapper,
.galeryImageFlex {
    margin-left: auto;
    margin-right: auto
}

.aboutUsP {
    width: 100%;
    max-width: 290px
}

.aboutUsP p {
    font-size: 14px;
    margin-bottom: 20px
}

.eventsFlexWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 290px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.eventsItem {
    width: 100%;
    margin-bottom: 20px
}

.eventsImgWrapper img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.eventsImgWrapper {
    width: 225px;
    height: 225px;
    position: relative;
    cursor: pointer
}

.eventImgHover {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.eventImgHover::after,
.eventImgHover::before {
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    content: ''
}

.eventImgHover::before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background: linear-gradient(to bottom, #000, transparent)
}

.eventImgHover::after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(to top, #000, transparent)
}

.eventsImgWrapper:hover .eventImgHover {
    opacity: 1
}

.eventHoverContent {
    width: calc(100% + 50px);
    max-height: 100%;
    padding: 20px 55px 5px 5px;
    overflow: auto
}

.eventName {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px
}

.eventDate,
.eventTxt>* {
    font-size: 14px
}

.thirdMenuFlexWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.thirdMenuFlexWrapper.active {
    right: 0;
    opacity: 1
}

.thirdMenuFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 0 15px;
    height: calc(100% - 62px);
}

.tablesFlexWr {
    margin-top: 15px;
    margin-bottom: 50px;
    width: 100%
}

.tablesFlexWr table {
    width: 100%
}

.tableWr {
    width: 100%;
    margin-bottom: 20px
}

.tablesFlexWr table th {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px
}

.tablesFlexWr tr td:first-of-type {
    font-size: 12px;
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px
}

.tablesFlexWr tr.category_min_bar td {
    font-size: 13px;
    font-weight: 700;
}

.tablesFlexWr tr td:last-of-type {
    font-weight: 700;
    font-size: 14px;
    color: #fcff00;
    width: 120px;
    text-align: right;
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 10px
}

.galeryImageFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
    width: 100%;
    max-width: 290px;
    padding-bottom: 50px;
}

.galeryImageItem {
    width: calc(100% / 2);
    margin-bottom: 10px;
    display: none
}

.galeryImage {
    height: 95px;
    background-color: #50006f;
    width: 140px
}

.galeryImageFlex .galeryImageItem.viewImg:nth-of-type(2n+1) .galeryImage {
    margin-left: 0;
    margin-right: auto
}

.galeryImageFlex .galeryImageItem.viewImg:nth-of-type(2n) .galeryImage {
    margin-left: auto;
    margin-right: 0
}

.galeryImage img[data-src] {
    opacity: 0
}

.galeryImageItem.viewImg {
    display: block
}

.thirdMenuFlexI {
    width: 100%;
}

.galeryImage img {
    display: block;
    width: 100%;
    height: 100%
}

.openImage {
    position: fixed;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    max-height: 80vh;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: none;
    z-index: 999
}

.openImage.open {
    display: block
}

.openImage img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 0 20px 1px #c269f3, inset 0 0 10px 1px #c269f3;
    box-shadow: 0 0 20px 1px #c269f3, inset 0 0 10px 1px #c269f3
}

.openImgMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(80, 0, 111, .7);
    display: none;
    z-index: 998
}

.openImgMask.open {
    display: block
}

.fourthMenuFlexWrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0;
    will-change: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.fourthMenuFlexWrapper.active {
    right: 0;
    opacity: 1
}

.fourthMenuFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: calc(100% - 52px)
}

.fourthMenuFlexWrapper h2 {
    font-size: 14px;
    font-weight: 700
}

.fourthMenuImgWr {
    margin-top: 24px;
    width: 100%
}

.fourthMenuImgWr img {
    display: block;
    width: 100%
}

.fourthMenuContent {
    padding: 0 15px;
    margin-top: 40px
}

.fourthMenuContent table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px
}

.fourthMenuContent table td {
    width: 50%
}

.fourthMenuContent table td:first-of-type {
    text-align: left;
    vertical-align: middle;
    font-size: 14px
}

.fourthMenuContent table td:last-of-type {
    text-align: right;
    vertical-align: middle;
    font-size: 18px;
    color: #fffc00
}

.tableOrderPopup {
    width: 290px;
    height: 340px;
    /*margin-left: auto;
    margin-right: auto;*/
    /*background-image: -ms-linear-gradient(90deg, #9a07e5 0, #f9b4e6 100%);*/
    padding: 1px;
    position: relative
}

.popUpWrapper {
    width: 100%;
    height: 100%;
    /*background-image: -ms-linear-gradient(114deg, #000 0, #5e0081 100%)*/
}

.popupContent {
    width: 100%;
    height: calc(100% - 40px);
    margin-top: 1px
}

.popupHeader {
    width: 100%;
    border-bottom: 1px solid #f9b3e6;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0;
    text-align: center;
    height: 39px
}

.popupHeader span {
    font-size: 18px
}

.firstWindow {
    width: 100%;
    height: 100%
}

.mfp-close-btn-in .mfp-close {
    display: none
}

.popupClose {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 8px;
    right: 9px;
    background: url(../images/icons/closePopup.png) center center no-repeat;
    cursor: pointer
}

.ui-widget.ui-widget-content {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    border: none
}

.ui-datepicker {
    padding: 0;
    border-radius: 0;
    background-color: transparent
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    background: 0 0;
    border: none;
    color: #fff
}

.ui-datepicker td {
    border: 1px solid #974ac1;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    text-align: right
}

.jq-selectbox .placeholder,
.jq-selectbox li,
.jq-selectbox__select-text,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-dropdown {
    text-align: center
}

.ui-datepicker td a,
.ui-datepicker td span {
    padding: 6px 5px 0 0;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    height: 100%
}

.ui-datepicker th span {
    font-size: 10px;
    font-weight: 400;
    color: #ab55d8;
    text-transform: lowercase
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    color: #ab55d8
}

.ui-datepicker td a:hover,
.ui-datepicker td span,
.ui-state-default.ui-state-active,
.ui-state-default.ui-state-highlight.ui-state-active {
    color: #ff0
}

.ui-widget-header {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 5px
}

.ui-datepicker .ui-datepicker-title {
    font-size: 12px
}

.ui-datepicker-year {
    display: none
}

.ui-datepicker th {
    padding: 0
}

.ui-widget-header .ui-icon {
    background: url(../images/icons/backButton.png) center center no-repeat;
    background-size: 15px 16px
}

.ui-datepicker .ui-datepicker-next span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 0;
    cursor: pointer
}

.ui-datepicker-next.ui-corner-all:hover,
.ui-datepicker-prev.ui-corner-all:hover {
    background-color: transparent;
    border: none
}

.lastWindowButtonWr,
.nextWindowWrapper,
.orderButtonWr {
    width: 145px;
    height: 30px;
    /*background: #9a07e5;
    background-image: -ms-linear-gradient(90deg, #9a07e5 0, #f9b4e6 100%);*/
    padding: 1px;
    margin-right: auto;
    position: absolute;
    left: 50%;
    margin-left: -72px;
    bottom: 20px
}

.lastWindowButton,
.nextWindowButton {
    width: 100%;
    height: 100%;
    background-color: #13001b;
    color: #999;
    font-size: 14px;
    text-align: center;
    padding-top: 4px;
    cursor: default
}

.lastWindowButton.active,
.nextWindowButton.active {
    cursor: pointer;
    color: #fff
}

.secondWindow {
    display: none;
    padding-top: 30px
}

.select2-search__field {
    color: #000;
}

.jq-selectbox.jqselect {
    width: 140px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.jq-selectbox__select {
    border-radius: 0;
    background: 0 0;
    border: 1px solid #f9b4e7;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

.jq-selectbox__trigger {
    border: none
}

.jq-selectbox .placeholder {
    color: #fff
}

.jq-selectbox__trigger-arrow {
    border: none;
    width: 10px;
    height: 10px;
    border-left: 1px solid #f9b4e7;
    border-bottom: 1px solid #f9b4e7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -6px;
    margin-left: -5px
}

.jq-selectbox__dropdown {
    border: 1px solid #f9b4e7;
    border-radius: 0;
    background-color: transparent
}

.jq-selectbox li {
    color: #fff;
    border: 1px solid transparent
}

.jq-selectbox li:hover {
    border-color: #f9b4e7;
    -webkit-box-shadow: 0 0 20px 1px #5d1e72, inset 0 0 20px 1px #5d1e72;
    box-shadow: 0 0 20px 1px #5d1e72, inset 0 0 20px 1px #5d1e72
}

.jq-selectbox li.selected {
    background-color: rgba(255, 255, 0, .7)
}

.select2-container {
    display: block;
    width: 140px;
    height: 30px;
    margin-left: auto;
    margin-right: auto
}

.wrapGallery {
    margin-top: 25px;
}

.wrapGallery .select2-container {
    width: 240px;
}


.select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #f9b4e7;
    color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 10px;
    height: 10px;
    border-left: 1px solid #f9b4e7;
    border-bottom: 1px solid #f9b4e7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -6px;
    margin-left: -5px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none;
    border-left: 1px solid #f9b4e7;
    border-bottom: 1px solid #f9b4e7;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -2px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.select2-dropdown {
    background-color: transparent;
    border: 1px solid #f9b4e7;
    border-radius: 0
}

.select2-results__option {
    border: 1px solid transparent
}

.select2-results__option:hover {
    border-color: #f9b4e7;
    -webkit-box-shadow: 0 0 20px 1px #5d1e72, inset 0 0 20px 1px #5d1e72;
    box-shadow: 0 0 20px 1px #5d1e72, inset 0 0 20px 1px #5d1e72
}

.select2-dropdown.select2-dropdown--below {
    margin-top: -2px
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(255, 255, 0, .7)
}

.thirdWindow {
    display: none
}

.thirdWindow label {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    font-size: 12px;
    position: relative
}

.nameInputWrapper input,
.telInputWrapper input {
    display: inline-block;
    vertical-align: bottom;
    width: 200px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #000;
    font-size: 12px
}

.nameInputWrapper label::after,
.telInputWrapper label::after {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    position: absolute;
    left: 32px;
    bottom: 0;
    background-image: -ms-linear-gradient(90deg, #9a07e5 0, #f9b4e6 100%)
}

.spasiboMask,
.spasiboPopupWr {
    position: absolute;
    display: none
}

.nameInputWrapper label::after {
    left: 33px
}

.nameInputWrapper,
.telInputWrapper {
    text-align: right;
    padding-right: 40px
}

.telInputWrapper {
    margin-top: 20px
}

.thirdWindow form {
    padding-top: 15px
}

.thirdWindow table th {
    text-align: center;
    font-size: 12px;
    padding: 10px
}

.thirdWindow table td {
    font-size: 12px;
    padding: 5px;
    text-align: center
}

.thirdWindow table tr td:first-of-type {
    text-align: left
}

.thirdWindow table {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

.orderButton {
    width: 100%;
    height: 100%;
    background-color: #13001b;
    color: #999;
    font-size: 14px;
    text-align: center;
    cursor: default;
    border: none
}

.orderButton.active {
    color: #fff;
    cursor: pointer
}

.backPopupButton {
    position: absolute;
    left: 25px;
    bottom: 23px;
    width: 24px;
    height: 24px;
    background: url(../images/icons/backButton.png) center center no-repeat;
    cursor: pointer
}

.finishDate,
.finishTable,
.finishTime {
    font-size: 12px
}

.spasiboPopupWr {
    width: 290px;
    height: 290px;
    padding: 1px;
    left: 50%;
    top: 50%;
    margin-left: -145px;
    margin-top: -145px;
    /*background-image: -ms-linear-gradient(90deg, #9a07e5 0, #f9b4e6 100%);*/
    z-index: 2
}

.spasiboMask {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 1
}

.spasiboPopup {
    width: 100%;
    height: 100%;
    position: relative;
    /*background-image: -ms-linear-gradient(114deg, #000 0, #5e0081 100%)*/
}

.popupClose2 {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 8px;
    right: 9px;
    background: url(../images/icons/closePopup.png) center center no-repeat;
    cursor: pointer
}

.spasiboPopupBody {
    padding-top: 70px
}

.spasiboPopupBody span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px
}

.spasiboPopup img {
    position: absolute;
    bottom: 0;
    right: 0
}


.mask_video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
}


.video_window_wraper {
    display: none;
    z-index: 9999;
    border: 1px solid #9700ec;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
}
.video_window_wraper video {
    width: 100%;
}

.close_video_wp {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
}
.video_window_wraper video {
    left: 0;
    position: absolute;

    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.fourthMenuFlexI {
    width: 100%;
}








@media screen and (min-width:480px) {
    .galeryImageFlex .galeryImageItem.viewImg:nth-of-type(n) .galeryImage,
    .tablesFlexWr table {
        margin-left: auto;
        margin-right: auto
    }
    .tablesFlexWr table {
        width: 420px
    }
    .mapWrapper {
        height: 230px
    }
    .galeryImageFlex {
        max-width: 450px
    }
    .galeryImageItem {
        width: calc(100% / 3)
    }
    .aboutUsContentWrapper h4,
    .aboutUsImgWrapper,
    .aboutUsP,
    .eventsFlexWrapper {
        max-width: 400px
    }
    .eventsImgWrapper {
        width: 350px;
        height: 350px
    }
    .eventHoverContent {
        padding: 20px 70px 20px 20px
    }
}

@media screen and (min-width:640px) {
    .galeryWrapper,
    .secMenuBlocks {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .secMenuBlocks {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .secMenuBlockI {
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 28px
    }
    .mapWrapper {
        height: 300px
    }
    .galeryWrapper {
        max-width: 600px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
    .galeryItem {
        width: calc(100% / 2)
    }
    .galeryImgWrapper {
        width: 260px
    }
}

@media screen and (min-width:750px) {
    .backButton::after,
    .headerTelephone,
    .mainMenuWrapper .leafs1 {
        display: block;
        position: absolute
    }
    .mapWrapper,
    .secM .secMenuBlocks {
        max-width: 750px
    }
    .logo {
        width: 150px;
        margin-top: 17px
    }
    .headerTelephone {
        font-size: 11px;
        text-decoration: none;
        color: #974ac1;
        right: 130px;
        top: 17px
    }
    .mainMenuFlexWrapper {
        margin-top: 20px;
        padding-top: 15px
    }
    .mainMenuWrapper .leafs1 {
        left: -542px;
        bottom: -258px
    }
    .mainMenuWrapper {
        overflow: hidden
    }
    .mainMenuNavigation_list {
        width: 100%
    }
    .mainMenuFlexItem {
        margin-right: 20px;
        width: 340px
    }
    .preloader.out .preloaderImgWr {
        top: 0;
        width: 150px;
        left: 50%;
        margin-left: -75px;
        margin-top: 0
    }
    .preloaderImgWr {
        width: 480px;
        position: absolute;
        top: 50%;
        margin-top: -100px;
        left: 50%;
        margin-left: -240px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }
    .imageAfter {
        width: 480px;
        height: 200px;
        background-size: 480px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }
    .preloader.out .imageAfter {
        width: 150px;
        height: 63.52px;
        background-size: 150px
    }
    .mainMenuWrapper .leaf2 {
        display: block;
        opacity: 0
    }
    .mainMenuWrapper .leaf2.view {
        opacity: 1
    }
    .mainMenuWrapper .leafs1.noview {
        opacity: 0
    }
    .mainMenuWrapper .leaf1 {
        right: -70px;
        bottom: -20px
    }
    .secMenuBlockI {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px
    }
    .contactsList,
    .mapWrapper,
    .secM .secMenuBlocks,
    .tablesFlexWr table {
        margin-left: auto;
        margin-right: auto
    }
    .backButton {
        left: 15px
    }
    .backButton::after {
        content: 'Back';
        color: #fff;
        font-size: 14px;
        right: -50px;
        top: 50%;
        margin-top: -11px
    }
    .tableWr {
        width: 50%
    }
    .tablesFlexWr table {
        border: 2px solid #f9b4e6;
        width: 90%
    }
    .tablesFlexWr table tr td {
        padding: 0 15px
    }
    .tablesFlexWr table tr th {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px
    }
    .thirdMenuFlex.masonryWr {
        padding: 0
    }
    .fourthMenuImgWr {
        width: 57%
    }
    .fourthMenuContent {
        width: 43%;
        padding-left: 25px;
        padding-right: 0
    }
    .fourthMenuFlexI {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
        padding: 0 15px
    }
    .mainMenuWrapper .leaf3 {
        display: block;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
    .mainMenuWrapper .leaf3.view {
        opacity: 1;
        z-index: 1
    }
    .mainTelList {
        display: none
    }
    .mapWrapper {
        width: 100%;
        height: 340px
    }
    .contactsList {
        width: 750px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .contactsList li {
        display: inline-block;
        width: auto;
        min-width: 150px
    }
    .adressItem::before {
        top: 10px
    }
    .timeItem::before {
        top: -5px
    }
    .secMenuFlex {
        height: calc(100% - 77px)
    }
    .galeryImageFlex {
        max-width: 700px
    }
    .galeryImageItem {
        width: calc(100% / 4)
    }
    .openImage {
        left: 50%;
        margin-left: -375px
    }
    .aboutFlxWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 800px;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto
    }
    .aboutUsImgWrapper {
        width: 50%;
        max-width: 100%;
        margin-top: 0
    }
    .aboutUsContentWrapper {
        width: 50%;
        max-width: 100%;
        padding-left: 20px;
        max-height: 300px;
        overflow: hidden
    }
    .overflowWr {
        width: calc(100% + 50px);
        padding-right: 50px;
        height: 100%;
        overflow: scroll
    }
    .aboutUsContentWrapper h4 {
        margin-top: 0
    }
}

@media screen and (min-width:960px) {
    .decorSolid {
        display: block;
        position: absolute;
        right: 90px;
        top: 14px;
        width: 1px;
        height: 20px;
        background-color: #974ac1
    }
    .mainMenuWrapper .leafs1 {
        left: -458px
    }
    .mainMenuFlexItem {
        width: 350px
    }
    .mainMenuWrapper .leaf2 {
        left: 0;
        top: 0
    }
    .mainMenuWrapper .leaf1 {
        right: 0;
        bottom: 0
    }
    .tablesFlexWr {
        width: calc(100% - 110px);
        margin-left: auto;
        margin-right: 30px
    }
    .fourthMenuFlexI {
        padding-left: 60px;
        padding-right: 50px
    }
    .fourthMenuContent {
        padding-left: 50px
    }
    .logo {
        width: 160px;
        margin-top: 21px
    }
    .preloader.out .preloaderImgWr {
        top: 0;
        width: 160px;
        left: 50%;
        margin-left: -80px;
        margin-top: 0
    }
    .preloader.out .imageAfter {
        width: 160px;
        height: 67.67px;
        background-size: 160px
    }
    .galeryWrapper {
        max-width: 900px
    }
    .galeryItem {
        width: calc(100% / 3)
    }
    .eventsFlexWrapper {
        max-width: 800px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .eventsItem {
        width: calc(100% / 2);
        margin-bottom: 50px
    }
}

@media screen and (max-width:900px) and (orientation:landscape) {
    body.iphone #pano {
        z-index: 9999;
        position: relative
    }
}
.fourthMenuImgWr .table{
    max-width: 500px;
    margin: 0 auto;
}