/*
Theme Name: Prynada
Theme URI: http://devjam.com.ua
Author: devjam.com.ua
Author URI: http://devjam.com.ua
Description:  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Prynada
Tags:
 
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-weight: 300;
    background: #000;
    letter-spacing: 1px;
    line-height: normal;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    line-height: normal;
    font-weight: bold;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

:focus {
    outline: none !important;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin-top: 0px;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="text"], input[type="tel"], input[type="email"] {
    border-radius: 50px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #333;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
}

.wpcf7-not-valid {
    border: 1px solid #F00 !important;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover, a:focus, a:active {
    color: #fff;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}


.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .reservation p:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .row:after, .banquets-container ul:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .reservation p:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .row:after, .banquets-container ul:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline, .updated:not(.published) {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
    font-style: italic;
    color: #b58360;
    font-size: 1.3em;
    margin-bottom: 30px;
    background-color: #000;
    padding: 10px;
    margin-top: 0px !important;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 0em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 10px;
}

.gallery-item a:hover {
    background-color: #000;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/

@font-face {
    font-family: 'pf_dindisplay_proregular';
    src: url('fonts/pfdindisplaypro-reg-webfont.eot');
    src: url('fonts/pfdindisplaypro-reg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pfdindisplaypro-reg-webfont.woff') format('woff'), url('fonts/pfdindisplaypro-reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dintext_prolight';
    src: url('fonts/pfdintextpro-light-webfont.eot');
    src: url('fonts/pfdintextpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pfdintextpro-light-webfont.woff') format('woff'), url('fonts/pfdintextpro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MyCustomFont;
    src: url("fonts/PFDinDisplayPro-Med.eot") /* EOT file for IE */
}

@font-face {
    font-family: MyCustomFont;
    src: url("fonts/PFDinDisplayPro-Med.ttf") /* TTF file for CSS3 browsers */
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300,400&subset=cyrillic,cyrillic-ext');
body, button, input {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

input {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

h1 {
    font-size: 2.5em;
    font-weight: normal;
    position: relative;
}

h3 {
    font-weight: bold;
}

#contact h3 {
    font-size: 1.5em;
}

h2 {
    font-size: 2.2em;
    position: relative;
    line-height: normal;
}

.register-container h3 {
    position: relative;
    font-size: 2.7em;
    font-weight: normal;
    position: relative;
    line-height: normal;
    padding-bottom: 50px;
}

.text-contacts .x1, .text-contacts .x2 {
    padding-right: 50px;
}

p {
    margin-top: 0px;
}

h1:after, .section-users h2:after, .section-adv h2:after, .section2 h2:after, .section-easy h2:after, .register-container h3:after {
}

.section1 {
    max-height: 700px;
    background-color: #1B1B1B;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.section1 .text, .section1 .text p {
    color: #FFF;
}

.section1 .link {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFF;
    text-decoration: none;
    padding-left: 60px;
    padding-top: 15px;
    text-transform: uppercase;
    padding-right: 15px;
    padding-bottom: 15px;
}

.section2 {
    position: relative;
    background-color: #262626;
    color: #fff;
    overflow: hidden;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}

.section2 .col {
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.section2 h2:before {
    background-color: #b68461;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

a.btn {
    text-decoration: none;
    display: inline-block;
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    padding-left: 25px;
    color: #fff;
    text-transform: uppercase;
    transition: all ease .2s;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 50px;
}

a.btn:hover {
    color: #FFF;
    border: 3px solid #b68461;
    background-color: #b68461;
}

.mfp-popup {
    position: relative;
}

.header-scroll a.btn, .easy-container a.btn, .text-wrap a.btn {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    color: #fff;
    font-size: 0.9em;
    border-radius: 50px;
    border-left-color: #fff;
    background-color: transparent;
}

.header-scroll a.btn:hover, .easy-container a.btn:hover, .text-wrap a.btn:hover {
    background-color: #b68461;
    border-top-color: #b68461;
    color: #fff;
    border-right-color: #b68461;
    border-bottom-color: #b68461;
    border-left-color: #b68461;
}

.wpcf7-submit {
    text-decoration: none;
    display: block;
    background-color: #b68461;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    color: #FFF !important;
    transition: all ease .2s;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

.wrap {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-container {
    background-color: rgba(0, 0, 0, 0.4);
    color: #D6D6D6;
}

footer {
    font-size: 0.8em;
}

footer .wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

a {
    color: #39C;
}

.mfp-popup {
    background-color: #fff !important;
    max-width: 420px !important;
    padding: 20px !important;
    border-radius: 5px;
    padding: 30px;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
}

.mfp-popup h3 {
    font-size: 2em !important;
    margin-bottom: 15px !important;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.colcenter {
    float: none !important;
    width: 70% !important;
    margin-right: auto;
    margin-left: auto;
}

.col {
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
}

.col2 {
    width: 50%;
}

.col3 {
    width: 33.3%;
}

.col3-span2 {
    width: 66.6%;
}

.col5 {
    width: 20%;
}

.col5-span2 {
    width: 40%;
}

.news {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.news .title {
    font-size: 1.4em;
}

.news .title a {
    color: #333;
}

.news .news-item {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}

.news-item a {
    color: #666;
    text-decoration: none;
}

.fr {
    float: right;
}

.aligncenter {
    text-align: center;
}

.buttons a {
    margin-right: 10px;
    margin-left: 10px;
}

.map {
    background-color: #D6D5D6;
}

.site-info {
    padding-top: 15px;
    color: #a3a5a4;
    padding-bottom: 15px;
    text-align: center;
}

.site-info a {
    color: #00CBFF;
    color: #00CBFF;
    text-decoration: none;
}

.form {
    padding: 30px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.logo {
    position: absolute;
    left: 30px;
    top: 15px;
    z-index: 3;
}

a.next-page {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 3;
    color: #FFF;
    text-decoration: none;
    background-image: url(images/next.png);
    height: 50px;
    width: 50px;
    margin-left: -25px;
}

.header-scroll .tel-container {
    float: right;
    padding-top: 18px;
    position: relative;
    z-index: 2;
}

a.tel {
    color: #FFF;
    text-decoration: none;
}

.header-scroll .tel {
    font-size: 1.4em;
    display: block;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-scroll .tel:before {
    content: '';
    background-image: url(images/tel-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
    height: 20px;
    width: 20px;
    margin-top: 3px;
    margin-right: 10px;
}

.tel p {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.logo-container {
    width: 47%;
    margin-top: 100px;
    margin-bottom: 120px;
    text-align: center;
    margin-left: auto;
    position: absolute;
    z-index: 30;
    top: 5%;
    right: 60px;
}

.logo-container .col3, .form .col3 {
    padding-left: 5px;
    padding-right: 5px;
}

.form .col3 {
    padding-top: 10px;
}

.logo-container h2:before {
    display: none;
}

.logo-container .text {
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 1.4em;
}

.logo-container .text h1 {
    font-size: 1.8em;
    padding-top: 0px;
    margin: 0px;
}

.logo-container .text h2 {
    font-size: 2.6em;
    color: #b68461;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.logo-container .text strong {
    font-size: 1.6em;
}

.logo-container .text p {
    margin-bottom: 0px;
}

.logo-container .form {
    padding-bottom: 20px;
}

.slogan {
    font-size: 3em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.top-adr {
    background-image: url(images/map-marker.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

.top-tel {
    background-image: url(images/tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

.top-contacts {
    color: #FFF;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    text-align: right;
}

.hentry {
    padding: 0px;
    margin: 0px;
}

.header-scroll {
    background-color: #0e0e0e;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 82px;
    z-index: 100;
    color: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all ease .2s;
    text-transform: uppercase;
}

.quest-btn {
}

.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu li {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
    padding-right: 2px;
}

.header-scroll-menu {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.logo-header {
    float: left;
    margin-right: 40px;
    position: relative;
    z-index: 5;
    margin-top: 18px;
    margin-bottom: 10px;
}

.logo-header img {
    width: 210px;
}

.header-scroll a {
}

.header-scroll a:hover {
    color: #b68461;
}

.header-scroll-active {
    top: 0px;
}

.map {
    height: 700px;
    width: 100%;
}

.form-container {
    position: absolute;
    z-index: 99;
    top: 10%;
    right: 10%;
}

div.wpcf7-validation-errors {
    display: none !important;
}

.error404 .error {
    font-size: 4em;
    text-align: center;
    background-image: url(images/prinada-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFF;
    padding-top: 300px;
    padding-right: 0px;
    padding-bottom: 300px;
    padding-left: 0px;
}

input.error {
    border-bottom-width: 3px !important;
    border-bottom-color: #ff0000 !important;
}

.metaslider .caption-wrap {
    color: #fff !important;
}

.metaslider {
    background-color: #000 !important;
}

.map-container {
    position: relative;
}

.wpcf7-submit {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.wpcf7-submit:hover {
    color: #002C71;
    background-color: transparent;
    border-top-color: #002C71;
    border-right-color: #002C71;
    border-bottom-color: #002C71;
    border-left-color: #002C71;
}

.form h3 {
    font-size: 2.6em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
}

ol {
    margin-left: 1.5em;
    padding-left: 0px;
}

ol li {
    margin-bottom: 20px;
}

.section-news {
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url(images/prinada-bg1.jpg);
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
}

.section-news .col {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.home .gallery {
    margin-bottom: 30px;
}

.mfp-close {
    color: #0CF !important;
}

div.wpcf7-response-output {
    margin: 0px;
}

.popup-header {
    text-align: center;
}

.popup-wrap h2 {
    font-size: 2.3em;
    text-align: center;
}

ul {
    margin-left: 0px;
}

.peoples-container {
    padding-top: 100px;
    position: relative;
    background-size: cover;
    color: #FFF;
    overflow: hidden;
    background-color: #2b2c2e;
    text-align: center;
    padding-bottom: 30px;
    background-position: center center;
}

.peoples-container .wrap {
    position: relative;
    z-index: 2;
}

.peoples-container:after {
    width: 100%;
    left: 0px;
    content: '';
    position: absolute;
    height: 200px;
    bottom: 0px;
    z-index: 1;
}

.peoples a {
    color: #b68461;
}

.wpcf7 {
    text-align: center;
}

.wpcf7-form-control-wrap, .wpcf7 {
    position: relative;
}

.wpcf7-form-control-wrap span[role=alert] {
}

.wpcf7-response-output {
    clear: both;
}

.consult-container .wpcf7 {
    background-color: rgba(0, 0, 0, 0.32);
    padding-top: 45px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
}

.wpcf7-mail-sent-ok {
    background-color: transparent !important;
}

.select2-container {
    width: 100% !important;
    text-align: left;
}

.wpcf7 h3 {
}

.wpcf7 p {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.easy-container {
    position: relative;
}

.easy-container .box {
    width: 33.3%;
    float: left;
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.easy-container .box .numbr {
    display: none;
}

.easy-container .box .numbr {
}

.easy-container .box-wrap {
}

.why-us {
    padding-top: 100px;
}

.why-us h2 {
    text-align: center;
}

.why-us h2:before {
    background-color: #b68461;
    margin-right: auto;
    margin-left: auto;
}

.why-us {
    padding-bottom: 0px;
}

.why-us ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 1.3em;
}

.why-us ul:after {
    content: '';
    display: block;
    clear: both;
}

.why-us ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 50%;
}

.section-adv ul:after {
    display: block;
    content: '';
    clear: both;
}

.why-us li {
    margin-bottom: 20px;
    background-image: url(images/marker.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 80px;
}

.section-adv h3 {
    margin-bottom: 5px;
    font-size: 1.5em;
    font-weight: bold;
}

.section-adv {
}

.menu-top-container {
    position: absolute;
    z-index: 3;
    text-align: center;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    top: 25px;
}

.menu-top-container a {
    color: #fff;
    text-decoration: none;
    padding: 7px;
    display: inline-block;
}

.menu-top-container a:hover {
    color: #00bbe9;
}

.text-contacts {
}

table {
    border: none;
    border-bottom: 1px solid #616161;
}

td {
    border: none;
    border-top: 1px solid #616161;
}

.x1, .x2, .x3, .x4, .x5, .x6, .section-adv .column-first, .section-adv .column-last {
    transform: scale(1);
    opacity: 0;
}

.x1, .section-adv .column-first {
    transition: all ease .8s .2s;
}

.x2, .section-adv .column-last {
    transition: all ease .8s .4s;
}

.x3 {
    transition: all ease .8s .6s;
}

.x4 {
    transition: all ease .8s .8s;
}

.x5 {
    transition: all ease .8s 1s;
}

.x6 {
    transition: all ease .8s 1.2s;
}

.visible .x1, .visible .x2, .visible .x3, .visible .x4, .visible .x5, .visible .x6, .visible .column-first, .visible .column-last {
    transform: scale(1);
    opacity: 1;
}

.tel-ico {
    background-image: url(images/tel.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 37px;
    height: 37px;
    width: 37px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 20px;
    z-index: 5;
    position: relative;
}

.go-top {
    background-image: url(images/top.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    background-color: #b68461;
    transition: all ease .3s;
}

.go-top:hover {
    background-color: #0e0e0e;
}

h4 {
    font-size: 1.5em;
    padding: 0px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

#menu-main-menu a {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

#menu-main-menu > li.menu-item {
    position: relative;
}

#menu-main-menu > li.menu-item > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    padding: 5px 0px;
    margin: 0px;
    font-size: 14px;
    list-style: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 0px;
    background-color: #0e0e0e;
}

#menu-main-menu > li.menu-item:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: all;
    user-select: auto;
}

#menu-main-menu > li.menu-item > ul.sub-menu > li {
    padding: 0px;
    display: flex;
}

#menu-main-menu > li.menu-item.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 4px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#menu-main-menu > li.menu-item > ul.sub-menu > li > a {
    padding: 3px 6px;
    font-weight: normal;
    line-height: 1.4;
    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    #menu-main-menu > li.menu-item > ul.sub-menu {
        display: none;
    }

    #menu-main-menu > li.menu-item.menu-item-has-children > a::after {
        display: none;
    }
}

#menu-main-menu > li.menu-item > ul.sub-menu > li > a:hover {
    color: #b68461;
}

.header-scroll-menu a {
    color: #fff;
    text-decoration: none;
}

.mfp-popup p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.mfp-popup strong {
    font-size: 0.8em;
    color: #999;
}

.mfp-popup h3 {
    font-size: 1.2em;
    text-transform: uppercase;
}

div.wpcf7-mail-sent-ok {
    width: 100%;
    font-size: 0.9em;
    background-color: #FFF;
}

.mob-toggle-btn {
    position: relative;
    height: 45px;
    margin-left: 20px;
    width: 45px;
    z-index: 8;
    margin-top: 15px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    float: right;
    border: 3px solid #fff;
}

.mob-toggle-btn span, .mob-toggle-btn span:after, .mob-toggle-btn span:before {
    display: block;
    position: relative;
    height: 3px;
    width: 20px;
    background-color: #FFF;
    margin-right: auto;
    margin-left: auto;
}

.mob-toggle-btn span:before {
    position: absolute;
    top: -8px;
}

.mob-toggle-btn span:after {
    position: absolute;
    top: 8px;
}

.mob-toggle-btn span {
    cursor: pointer;
    margin-top: 19px;
}

.mob-toggle-btn span:after, .mob-toggle-btn span:before {
    content: '';
}

.slick-dots li {
    width: 10px !important;
    height: 10px !important;
}

.hidden {
    display: none !important;
}

.peoples img {
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    border: 2px solid #b68461;
    padding: 10px;
    transition: all ease .3s;
}

.peoples .box:hover img {
    background-color: #b68461;
}

.team-container {
    padding-top: 60px;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
}

.bg3, .team-container {
    background-color: #323335;
    background-image: url(images/prinada-bg3.jpg) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.team-container .box:before {
    content: '';
    height: 100px;
    width: 100px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    display: block;
    background-image: url(images/tel.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.team-container .box.c-text-3:before {
    background-image: url(images/mail.png);
}

.team-container .box.c-text-4:before {
    background-image: url(images/map.png);
}

figure {
    margin: 0px;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.slick-slider .col {
    padding-left: 0px;
    padding-right: 0px;
}

.slick-slider .box-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.text-wrap a {
    margin-bottom: 15px;
}

.col:hover .text-wrap {
    opacity: 1;
}

.text-wrap h2 {
    font-size: 2em;
}

.text-wrap h2:before {
}

h2:after, .inner-title h1:after, .page-id-4263 h1:after,
.page-id-4462 h1:after {
    content: '';
    position: relative;
    background-color: #b58360;
    height: 2px;
    width: 100px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    left: 50%;
    margin-left: -50px;
}

.section-menu h2:after {
    background-color: #727677;
    width: 620px;
    margin-left: -310px;
}

.text-right {
    padding-left: 60px;
}

.text-left {
    padding-right: 60px;
}

.buttons-center {
    text-align: center;
    clear: both;
    float: none;
    padding-top: 60px;
}

.section-banquets {
    padding-top: 100px !important;
    background-color: #343537;
    color: #fff;
    background-image: url(images/prinada-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.team-container {
    position: relative;
}

.team-container .label {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #a8c4ed;
}

.team-container h2:before {
    background-color: #b68461;
}

#sert img {
    padding: 40px;
}

#sert h2:before, .peoples-container h2:before, .additional h2:before {
    background-color: #b68461;
    margin-right: auto;
    margin-left: auto;
}

.team-container {
    padding-top: 10px !important;
}

#sert {
}

.peoples-container h3 {
    color: #b68461;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
}

button.mfp-close {
    position: fixed;
    background-color: #b68461 !important;
    border-radius: 50%;
    top: 40px !important;
    right: 40px;
    opacity: 1 !important;
    color: #fff !important;
}

button.mfp-close:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.slick-prev:before, .slick-next:before {
    content: '' !important;
    height: 50px;
    width: 30px;
    z-index: 100;
    display: block;
    background-repeat: no-repeat;
    background-image: url(images/arrows.png);
}

.slick-prev:before {
    background-position: left top;
}

.slick-next:before {
    background-position: right top;
}

.slick-dots li button::before {
    content: '' !important;
    background-color: #b68461 !important;
    height: 10px !important;
    width: 10px !important;
    display: block;
    border-radius: 50%;
}

.slick-dots li button {
    height: 10px !important;
    width: 10px !important;
}

.gallery-item {
    position: relative;
}

.gallery-item img {
    display: block;
}

.gallery-caption {
}

.gallery-caption strong {
    font-size: 1.2em;
    color: #b68461;
    margin-bottom: 2px;
    display: block;
}

.gallery-item:hover .gallery-caption {
    padding-bottom: 40px;
}

#copy {
    background-color: #000;
    color: #fff;
}

#copy a {
    color: #b68461;
}

.gallery-item {
    float: left;
    overflow: hidden;
}

.gallery:after {
    content: '';
    display: block;
    clear: both;
}

.free-form {
    background-color: #042e6f;
    color: #FFF;
}

.free-form {
    background-color: #042e6f;
    color: #FFF;
}

.free-form .wpcf7-submit {
    color: #002C71 !important;
    background-color: #b68461;
    text-transform: uppercase;
    border: 2px solid #b68461;
}

.free-form .wpcf7-submit:hover {
    background-color: transparent;
    border: 2px solid #b68461;
    color: #b68461 !important;
}

.wpcf7-submit {
}

.wpcf7-submit:hover {
    background-color: #000000;
    border: 2px none #002C71;
}

.col-sm-6 {
    width: 25%;
    font-size: 0.8em;
    display: inline-block;
    box-sizing: border-box;
}

.col-sm-6 p {
    margin: 0px;
    padding: 0px;
}

.section-header {
    padding-top: 30px;
    margin-bottom: 50px;
    color: #a3a5a4;
}

.section-footer {
    padding-top: 30px;
    margin-bottom: 50px;
    color: #a3a5a4;
}

.section-header h2 {
    margin-bottom: 10px;
    color: #fff;
}

.section-header .wrap, .section-footer .wrap, .section-narrow .wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section2 .gallery {
    margin-bottom: 0px;
}

.gallery-columns-3 .gallery-item {
    height: auto !important;
}

.gallery-columns-3 .gallery-icon {
    margin: 5px !important;
    height: auto !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.form input {
    padding-left: 50px;
}

.wpcf7-form-control-wrap:before {
    width: 20px;
    height: 20px;
    content: ' ';
    position: absolute;
    z-index: 2;
    color: #000;
    top: 15px;
    left: 15px;
    background-image: url(images/tel-top.png);
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: center center;
}

.wpcf7-form-control-wrap.your-name:before {
    background-image: url(images/user-ico.png);
}

.wpcf7-form-control-wrap.your-email:before {
    background-image: url(images/mail-ico.png);
}

.wpcf7-form-control-wrap[data-name="your-name"]:before {
    background-image: url(images/user-ico.png);
}

.salons-button {
    display: inline-block;
    border: 4px solid #b68461;
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 55px;
    padding-bottom: 10px;
    cursor: pointer;
    padding-left: 35px;
    font-size: 0.8em;
    font-weight: bold;
    transition: all ease .3s;
    position: relative;
    cursor: pointer;
}

.slick-slider {
}

.salons-button:after {
    background-image: url(images/show-more.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 42px;
    width: 42px;
    content: '';
    position: absolute;
    top: -2px;
    right: 0px;
}

.salons-button:hover {
    color: #002C71;
    background-color: #b68461;
}


.mfp-popup.popup-price {
    max-width: 720px !important;
}

.mfp-popup input {
    padding-left: 50px;
}

.popup-price {
    max-width: 720px !important;
    margin-top: 40px;
    margin-bottom: 40px;
}

#copy {
    padding-top: 0px !important;
}

.slick-list {
    z-index: 30;
}

.slick-prev, .slick-next {
    height: 70px !important;
    z-index: 99;
    width: 30px !important;
    margin-top: 0 !important;
    transform: translateY(-50%);
}

.gallery-item img {
    width: 100%;
    max-width: 1000px;
}

.slick-prev {
    left: 20px !important;
}

.slick-next {
    right: 20px !important;
}

.mfp-close-btn-in .mfp-close {
    border: none !important;
}

.mfp-close {
    font-style: normal;
    line-height: 47px !important;
    transition: all ease .3s;
}

.mfp-popup input {
    margin-bottom: 3px;
}

.mfp-popup .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}


.slider-wrap {
    padding-left: 40px;
    padding-right: 40px;
}

.popup-tel {
}

.popup-tel .mfp-close {
    top: -21px !important;
}

.hookah-section {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
    margin-bottom: 0px !important;
}

.hookah-section2 .inner-header {
    padding-top: 0px !important;
}

.inner-header h1 {
    color: #fff;
}

.hookah-section2 .caption-wrap {
    display: none !important;
}

.section3 {
    background-color: #2f3032;
    background-image: url(images/prinada-bg1.jpg);
    background-position: top center;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    position: relative;
}

.section4 {
    background-color: #2f3032;
    background-image: url(images/prinada-bg2.jpg);
    background-position: top center;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.logoBig {
    margin-bottom: 20px;
}

.logoBig img {
    max-width: 300px;
}

.text-center-wrap, .peoples-container p,
.banquets-container p,
.banquets-container h3,
.banquets-container h2,
.banquets-container ul,
.banquets-container table {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.banquets-container p:has(iframe) {
    max-width: 100%;
}

.banquets-container p iframe {
    width: 100%;
}

.banquets-container h2 {
    font-size: 1.5em;
}

.banquets-container .wpcf7 {
    max-width: 400px;
    margin: 0px auto;
    text-align: left;
}

.banquets-container .wpcf7 .wpcf7-form-control-wrap {
    margin-top: 10px;
}

.banquets-container .wpcf7 .wpcf7-form-control-wrap::before {
    display: none;
}

.banquets-container .wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-bottom: 15px;
}

.banquets-container .wpcf7 input[type="text"], 
.banquets-container .wpcf7 input[type="email"], 
.banquets-container .wpcf7 input[type="url"], 
.banquets-container .wpcf7 input[type="password"], 
.banquets-container .wpcf7 input[type="search"], 
.banquets-container .wpcf7 input[type="number"], 
.banquets-container .wpcf7 input[type="tel"], 
.banquets-container .wpcf7 input[type="range"], 
.banquets-container .wpcf7 input[type="date"], 
.banquets-container .wpcf7 input[type="month"], 
.banquets-container .wpcf7 input[type="week"], 
.banquets-container .wpcf7 input[type="time"], 
.banquets-container .wpcf7 input[type="datetime"], 
.banquets-container .wpcf7 input[type="datetime-local"], 
.banquets-container .wpcf7 input[type="color"], 
.banquets-container .wpcf7 textarea,
.banquets-container .wpcf7 select.wpcf7-select {
    background-color: rgba(255, 255, 255, 0.11);
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 15px;
    color: #ffffff;
}

.banquets-container .wpcf7 select.wpcf7-select option {
    color: #1B1B1B;
}

.page-template-page-menu-main
.inner-header {
    height: 320px;
}


.banquets-container {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.banquets-container ul:not(.slick-dots) {
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.banquets-container .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
}

.banquets-container ul:not(.slick-dots) li {
    /* padding: 10px; */
    float: left;
    min-height: 30px;
    /* width: 50%; */
}

.banquets-container ul li:before {
    content: '';
    height: 30px;
    min-height: 100%;
    width: 30px;
    float: left;
    /* margin-right: 10px; */
    /* border-radius: 50%; */
    background-image: url(images/tick.svg);
    background-size: 30px;
    background-repeat: no-repeat;

    position: absolute;
    left: 0;
}

.banquets-container .gallery {
    padding-top: 40px;
    padding-bottom: 40px;
}

.banquets-container .gallery.gallery-columns-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.peoples-container {
    background-image: url(images/prinada-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.peoples-container .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
}

.metaslider .caption-wrap {
    padding: 30px 40px !important;
    font-size: 1em;
    text-align: center;
    width: 500px !important;
    left: 50% !important;
    margin-left: -250px !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    bottom: 0px !important;
    opacity: 1 !important;
}

.section-top-contacts {
    padding-top: 35px;
    padding-bottom: 20px;
    font-size: 1.5em;
    background-color: #1e1e20;
    background-image: url(images/prinada-bg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}

/* .section-top-contacts .textwidget {
    padding-top: 20px;
} */

#text-2 .textwidget span {
    font-size: 0.7em;
    display: block;
}

#text-9 .textwidget, #text-4 .textwidget {
    text-align: center;
}

#custom_html-4 .textwidget {
    text-align: center;
}

/* .section-top-contacts :before {
    margin-top: -15px;
} */

.section-top-contacts .textwidget a.tel:last-child {
    display: flex;
    align-items: center;
}

.section-top-contacts .socials {
    margin-top: -10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-top-contacts a.tel:before, .section-top-contacts .adr:before {
    content: '';
    float: left;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.section-top-contacts .tel:before {
    background-image: url(images/tel.png);
}

.section-top-contacts .adr:before {
    background-image: url(images/map.png);
}

.adr {
    text-decoration: none;
    display: block;
}

.adr span {
    font-size: 0.8em;
    display: block;
}

.section-top-contacts > div:before {
    float: left;
    display: block;
    background-color: #fff;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.section-menu {
    background-color: #000;
    color: #fff;
    padding-top: 60px;
    background-image: url(images/prinada-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.section-menu h2, .section-banquets {
    text-align: center;
}

.section-news {
    background-color: #343537;
    color: #fff;
}

.section-news {
    position: relative;
}

.header-overlay {
    position: absolute;
    z-index: 20;
    top: 130px;
    width: 100%;
    text-align: center;
}

.flower {
    position: absolute;
    content: '';
    background-image: url(images/design3.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 700px;
    width: 60%;
    height: 600px;
}

.flower1 {
    top: 0;
    left: -400px;
}

.team-container .flower1 {
    top: -100px;
}

.flower2 {
    bottom: 0;
    right: -200px;
    background-image: url(images/design4.png);
}

.metaslider {
    z-index: 10;
}

.flower3 {
    bottom: 0;
    left: 50%;
    margin-left: -300px;
    top: -270px;
    background-size: 600px;
    width: 600px;
    background-image: url(images/design1.png);
}

.peoples-container .flower3 {
    margin-left: -200px;
    top: -100px;
    background-size: 400px;
    width: 400px;
}

.section-news .entry-title {
    font-size: 1.3em;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    padding: 10px;
}

.section-news .entry-header a {
    color: #fff;
    display: block;
    position: relative;
}

.section-news .entry-title {
    z-index: 2;
}

.section-news .entry-header a:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    height: 300px;
}

.section-news .entry-content > p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5em;
}

.more {
    z-index: 2;
    text-decoration: none;
    position: absolute;
    bottom: -10px;
    width: 124px;
    left: 50%;
    margin-left: -62px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000;
    color: #fff !important;
    font-size: 1em;
    border: 2px solid #fff;
    border-radius: 40px;
    text-align: center;
}

.more:hover {
    background-color: #fff;
    color: #000 !important;
}

.section-news .entry-header {
    z-index: 2;
    position: relative;
}

.section-news h2 {
    text-align: center;
}

.date {
    margin-bottom: 5px;
}

.month {
    color: #a1a1a1;
}

.date .day {
    font-size: 3em;
}

.news-thmb {
    height: 250px;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.section-offers {
    text-align: center;
    overflow: hidden;
}

.section-offers .entry-header .a {
    z-index: 2;
    position: relative;
    height: 560px;
    display: block;
    overflow: hidden;
}

.home h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-offers .entry-header .a > div.thumbnail {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease .2s;
}

.section-offers .entry-header .a:after, .inner-header:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); /* Standard syntax */
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    height: 300px;
}

.section-offers .entry-title {
    z-index: 2;
    font-size: 1.1em;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    padding: 10px;
}

.price {
    font-size: 2em;
    font-weight: 700;
    margin: 0px;
    color: #fff !important;
    z-index: 2; white-space: nowrap;
}

.section-offers .price {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 10px;
}

.site {
    overflow: hidden;
}

.section-menu {
    padding-bottom: 100px;
    text-align: center;
    position: relative;
}

.section-menu .flower1 {
    top: -200px;
    background-image: url(images/design3-menu.png);
}

.section-menu .flower2 {
    bottom: -300px;
    background-image: url(images/design4-menu.png);
}

.section-news .row {
    position: relative;
    z-index: 10;

}

.home .section-news .row {

    display: flex;
}

.main-slider {
}

.main-slider .slide {
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-slider .slide1 {
    background-image: url(images/prnd-1.jpg);
}

.main-slider .slide2 {
    background-image: url(images/prnd-2.jpg);
}

.main-slider .slide3 {
    background-image: url(images/prnd-3.jpg);
}

.socials {
    float: right;
}

.socials a {
    float: left;
    width: 32px;
    font-size: 0;
    color: transparent;
    height: 40px;
    background-size: 32px;
    
    background-repeat: no-repeat;
    background-position: center center;
}
.socials a:not(:first-of-type) {
    margin-left: 30px;
}

.socials a.fb {
    background-image: url(images/facebook-logo.png);
}

.socials a.yt {
    background-image: url(images/youtube-logo.png);
}

.socials a.go {
    background-image: url(images/google-plus.png);
}

.socials a.loyalty {
    background-image: url(images/tel.png);
}

.socials a.trip {
    background-image: url(images/trip.png);
}

.socials a.insta {
    background-image: url(images/insta.png);
}

.slider .slide {
    max-height: 500px;
    overflow: hidden;
}

.flex-direction-nav a {
    height: 100px !important;
}

.flex-direction-nav a.flex-prev {
    left: 20px !important;
    background-image: url(images/arrows.png) !important;
}

.flex-direction-nav a.flex-next {
    right: 20px !important;
    background-image: url(images/arrows.png) !important;
}

.slider {
    position: relative;
}

.slider .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    bottom: 0px;
    z-index: 10;
}

.slider .overlay p {
    color: #fff !important;
}

.section-menu #menu-menu li {
    padding: 0px;
    width: 170px;
}

.rounded-photo {
    border: solid 2px #b58360;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    border-radius: 180px;
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 60px;
}

.section-menu #menu-menu a {
    display: block;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    color: #fff;
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;

}

.section-menu #menu-menu a:hover:before {
    background-color: #000;
}

.section-menu #menu-menu a:before {
    content: '';
    display: block;
    font-size: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid #b58360;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-image: url(images/coctail.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70px;
}

.section-menu #menu-menu .menu-item-161 a:before,
.section-menu #menu-menu .menu-item-554 a:before,
.section-menu #menu-menu .menu-item-2447 a:before {
    background-image: url(images/hookah.png);
}

.section-menu #menu-menu .menu-item-159 a:before,
.section-menu #menu-menu .menu-item-552 a:before,
.section-menu #menu-menu .menu-item-2445 a:before,
.section-menu #menu-menu .menu-item a[href*="/menu-kitchen/"]::before {
    background-image: url(images/kitchen.png);
}

.section-menu #menu-menu .menu-item-4881 a:before,
.section-menu #menu-menu .menu-item a[href*="/delovye-obedy/"]::before {
    background-image: url(images/corp.png);
}

.section-menu #menu-menu .menu-item-4876 a:before,
.section-menu #menu-menu .menu-item a[href*="/detskoe-menyu/"]::before {
    background-image: url(images/childs.png);
}

.banquet-menu {
    font-size: 1em;
}

#menu-menu.banquet-menu .banquet1 a:before {
    background-image: url(images/cake.png);
}

#menu-menu.banquet-menu .banquet2 a:before {
    background-image: url(images/wedding-ico.png);
}

#menu-menu.banquet-menu .banquet3 a:before {
    background-image: url(images/childs.png);
}

#menu-menu.banquet-menu .banquet4 a:before {
    background-image: url(images/corp.png);
    background-size: 80px;
}

#menu-menu.banquet-menu .banquet5 a:before {
    background-image: url(images/church.png);
    background-position: top 35% center;
}

#menu-menu.banquet-menu a {
    font-size: 1em;
}

#menu-menu.banquet-menu a span {
    display: block;
    height: 80px;
}

.contacts-container {
    background-color: #0e0e0e;
    background-image: url(images/prinada-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contacts-container .col-left {
    padding-top: 30px;
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-left: 5%;
    text-align: right;
}

.contacts-container .col-left a {
    color: #fff;
    text-decoration: none;
}

.contacts-container .col-right {
    padding-top: 30px;
    float: right;
    width: 30%;
    margin-right: 5%;
    margin-left: 5%;
    text-align: left;
}

.contacts-container .col-center {
    float: left;
    width: 20%;
    text-align: center;
}

.vid {
    color: transparent;
    font-size: 0;
}

.img-col {
    height: 550px;
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.img-col img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-col {
    padding: 20px 50px;
}

.two-cols .text-col {
}

.two-cols.img-right .img-col {
    float: right;
}

.two-cols h2 {
    text-align: center;
}

.page-template-page-menu .inner-header:before, .gal-header:before {
    display: none !important;
}


.col3 {
    float: left;
    width: 33.3%;
}

.form input {
    text-transform: uppercase;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
}

.section-easy {
    background-image: url(images/bg2.jpg);
    color: #fff;
    padding-top: 130px !important;
    background-position: center center;
}

.easy-container h2 {
    text-align: center;
}

.easy-container .box {
    text-align: center;
}

.section2 .col {
    height: 400px;
}

.img-wrap {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

table td {
    padding-top: 6px;
    width: 15%;
    padding-bottom: 6px;
}

table td:first-child {
    width: 85% !important;
}

table td:last-child {
    width: auto !important;
}

.overflow-hidden {
    overflow: hidden;
}

.btn-container {
    padding-top: 20px;
}

.gal-section {
    padding-bottom: 0 !important;
}

.gal-section.image-right .gal-col {
    float: right;
    padding-right: 0 !important;
}

.gal-section .metaslider .caption-wrap {
    font-size: 1em;
    padding: 30px !important;
    width: 600px !important;
    margin-left: -300px !important;
}

.inner-section {
    padding-top: 100px;
}

.page-template-page-contacts {
    padding-top: 72px;
}

.page-template-page-contacts h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.page-template-page-contacts .gal-section {
    padding-top: 50px;
}

.inner-header {
    height: 520px;
    background-color: #252525;
    padding-top: 81px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.overlay-title {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    /* padding-bottom: 20px; */
    position: relative;
    z-index: 10;
    color: #fff;
}

.overlay-title h1 {
    text-transform: uppercase;
    font-size: 3em;
}

.gal-header .overlay-title {
    padding-top: 80px;
}

.gal-header:after, .hookag-header:after {
    display: none;
}

.gal-header {
    height: auto !important;
    z-index: 20;
}

.gal-header .overlay-title {
    position: absolute;
    width: 100% !important;
    max-width: 100% !important;
    top: 80px;
}

.overlay-title p {
    color: #fff;
}

.overlay-title h1 {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.inner-header:before {
    content: '';
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2) !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.inner-header h2 {
    z-index: 2;
}

.inner-header .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7) !important;
    padding: 30px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    bottom: 0;
    z-index: 2;
}

.overlay p {
    margin-bottom: 15px;
    color: #fff;
}

.entry-content {
    min-height: 120px;
}

.banquet-zal-container {
    background-color: #222223;
    background-image: url(images/prinada-bg2.jpg) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.banquet-zal-container .gal-section {
    position: relative;
}

.banquet-zal-container .metaslider .caption-wrap {
    display: none !important;
}

.banquet-zal-container .gal-text {
    width: 700px;
    margin-left: -350px;
    position: absolute;
    left: 50%;
    padding: 30px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.61);
    bottom: 0;
    z-index: 100;
}

.banquet-zal-container .gal-text p {
    margin: 0;
}

.current-menu-item > a {
    border-bottom: 2px solid #b58360;
}

.blog .section-news {
    padding-top: 160px;
}

.wrap {
    position: relative;
    z-index: 2;
}

.single-thmb {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.padding-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-links {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.nav-links:after {
    content: '';
    display: block;
    clear: both;
}

.nav-links a {
    display: block;
    padding: 10px;
    color: #fff;
}

.page-template-page-menu .menu-menu-container, .page-template-page-hookah .menu-menu-container {
    margin-top: 82px;
    background-color: #000;
    text-align: center;
}

.menu-menu-container {
    text-transform: uppercase;
}

.page-template-page-menu .menu-menu-container a, .page-template-page-hookah .menu-menu-container a {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.menu-menu-container a {
    text-decoration: none;
}

.page-template-page-menu .inner-header {
    height: 330px;
}

.page-template-page-menu .inner-header:after {
    display: none !important;
}

.section-menu-body, .section-narrow {
    background-attachment: fixed;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 100px;
}

.section-menu-body h2 {
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
}

.section-menu-body h2:after {
    display: none;
}

.section-menu-body td h2 {
    margin-bottom: 0px;
}

.section-menu-body h3 {
    font-size: 1.125em;
}

.section-menu-body td h3 {
    margin-bottom: 0px;
}

.single-header {
    padding-top: 120px;
    background-color: #000;
    padding-bottom: 50px;
    background-image: url(images/prinada-bg3.jpg);
}

.single-header h2:after {
    left: 0;
    margin-left: 0;
}

.single-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.single-navigation {
    background-image: url(images/prinada-bg2.jpg);
}

.single-navigation .nav-links a {
}

.nav-previous a {
    float: left;
}

.gallery {
    margin-left: -5px;
    margin-right: -5px;
}

.page-template-page-banquets .gal-section h2:after {
}

.page-template-page-banquets .gal-section .caption-wrap {
    display: none !important;
}

.page-template-page-contacts .inner-header {
    height: 320px;
}

.page-template-page-contacts .gal-section {
    padding-bottom: 60px !important;
}

.card {
    user-select: none;
}
.card .card-header span {
    position: relative;
    display: block;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}
.card .card-header span::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    right: 0;
    border-top:  2px solid #b9b9b9;
    border-right: 2px solid #b9b9b9;
    width: .5em;
    height: .5em;
    transition: .2s;
}
.card.active .card-header span::before {
    transform: translateY(-50%) rotate(-45deg);
}

.lang {
    float: right;
    font-size: 0.8em;
    margin-left: 12px;
    margin-top: 28px;
    position: relative;
    z-index: 2;
}

.lang span, .lang a {
    display: block;
    padding: 4px;
}

.lang a, a {
    color: #b68461;
}

.lang a, a:hover {
}

.only-mob {
    display: none !important;
}

.promo-link {
    color: #fff;
}

.promo-link p {
    margin: 0;
}

.promo-link a {
    text-decoration: none;
    display: inline-block;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-left: 25px;
    color: #fff;
    text-transform: uppercase;
    transition: all ease .2s;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 50px;
}

.promo-link a:hover {
    background-color: #b68461;
    border-top-color: #b68461;
    color: #fff;
    border-right-color: #b68461;
    border-bottom-color: #b68461;
    border-left-color: #b68461;
}

.slick-dots {
    bottom: 20px !important;
    margin: 0 !important;
}

.peoples .wpcf7-form-control-wrap:before {
    background-image: url(images/users.png);
}

.date .wpcf7-form-control-wrap:before {
    background-image: url(images/calendar.png);
}

.time .wpcf7-form-control-wrap:before {
    background-image: url(images/clock.svg);
    background-size: 20px;
}

.guests .wpcf7-form-control-wrap:before {
    background-image: url(images/users.png);
}

.inner-title {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    z-index: 20;
}

.inner-title h1 {
    font-size: 2.8em;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}

.page-about-restaurant {
}

.page-about-restaurant .inner-title {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-about-restaurant h2 {
    font-size: 1.8em;
}

.page-about-restaurant .wrap {
    padding: 40px;
}

.page-about-restaurant .padding-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-about-restaurant .section-header, .page-about-restaurant .section-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

p, .zal-text-wrap {
    color: #a3a5a4;
}

li {
    color: #a3a5a4;
}

.zal-text {
    padding-top: 0;
    padding-bottom: 40px;
}

.single-page-header {
    padding-top: 81px !important;
    background-color: #000;
    color: #fff;
    background-image: url(images/prinada-bg2.jpg);
}

.single-gallery {
    position: relative;
    overflow: hidden;
}

.gal-section h2 {
    text-align: center;
    padding-top: 30px;
}

.reservation {
    /* padding-top: 150px; */
    padding-bottom: 100px; 
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.reservation p {
    margin-bottom: 5px;
}

.reservation label {
    width: 100%;
    margin-bottom: 10px;
}

.reservation .button {
    background-color: #b58360;
    color: #fff;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-datepicker-calendar td:first-child {
    width: auto !important;
}

.reservation h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.reservation h1:after {
    content: '';
    position: relative;
    background-color: #b58360;
    height: 2px;
    width: 100px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    left: 50%;
    margin-left: -50px;
}

.button-container {
    text-align: right;
}

.reservation label {
    font-size: 0.9em;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 100px;
    text-align: right;
}

.reservation label span {
    color: #fff;
}

.reservation p {
    padding-left: 120px;
    position: relative;
    padding-right: 120px;
}

#thanks {
    padding-bottom: 380px;
    text-align: center;
}

#thanks h3 {
    font-size: 3em;
    font-weight: normal;
}

#contact input, #contact input[type=number], #contact input[type=email], #contact textarea {
    padding: 20px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #b68461;
    width: 100%;
    font-size: 1em;
    color: #fff;
    background-color: #000;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #b68461;
    background: #b68461;
}


.karaoke-header {
    padding-top: 150px;
    height: 620px;
}

.karaoke-header .overlay {
    z-index: 10;
}

.banquets-container ul.slick-dots li {
    padding: 0;
    float: none !important;
    min-height: auto;
    padding: 0!important;
}

.banquets-container ul.slick-dots li:before {
    display: none !important;
}

.banquets-container ul.slick-dots {
    width: 100%;
    max-width: 100%;
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .banquets-container ul.slick-dots {
        gap: 10px;
    }
}


.category-events .page-header {
    padding-top: 100px;
}

.nav-previous a,
.nav-next a {
    position: relative;
}

.nav-previous a:before,
.nav-next a:after {
    content: '';
    margin-right: 20px;
    width: 20px;
    height: 20px;
    float: left;

    border: 10px solid transparent;
    border-right: 10px solid #fff;


}

.nav-next a:after {
    float: right;
    margin-left: 20px;
    margin-right: auto;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}


@media screen and (max-width: 1250px) {

    .menu-main-menu-container {
        font-size: 0.9em;
    }

    .tel-container span {
        display: none;
    }

    a.btn {
        padding-right: 15px;
        padding-left: 15px;

    }

    .section-top-contacts .textwidget {
        margin-bottom: 10px;
    }

}


@media screen and (min-width: 1023px) {
    .section-offers .entry-header:hover .a > div.thumbnail {
        top: -45px;
        bottom: -45px;
        left: -45px;
        right: -15px;
    }
}

@media screen and (max-width: 1025px) {
    #menu-main-menu a {

        margin-left: 2px;
        margin-right: 2px;
    }

    .logo-header img {
        width: 180px;
    }

    .price {
        font-size: 2em;

    }

    .section-news .entry-title {
        font-size: 1.4em;

    }
}


@media screen and (max-width: 1023px) {


    .only-mob {
        display: inline-block !important;
    }

    .menu-top-container, .header-scroll-menu {
        font-size: 0.9em;
    }

    .logo img {
        width: 180px !important;
    }

    .logo {
        margin-top: 5px;
    }


    .mob-toggle-btn {
        display: block;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

    .menu-collapsed {
        position: fixed;
        transition: all ease .5s;
        top: 0;
        right: -270px;
        background-color: #0e0e0e;
        bottom: 0;
        padding-top: 100px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        text-align: left;
        z-index: 6;
    }


    .menu-collapsed.active {
        right: 0;
    }

    .header-scroll-menu {
        margin-bottom: 20px;
    }

    .header-scroll-menu {
        position: static;
        text-align: left;
    }

    .header-scroll-menu a {
        display: block;
        float: none;
    }


    .menu-collapsed .menu li {
        display: block;
    }

    #menu-main-menu a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}


@media screen and (max-width: 900px) {
    .col3 {
        width: 50%;
    }

    #text-9 .textwidget {
        text-align:  left;
    }

    #text-9 .socials {
        float: none;
    }

    .logo-container {
        right: 0;
    }

    .reservation label {
        display: block;
        position: relative;
        width: 100%;
        text-align: left;
    }

    .reservation p {
        padding-left: 10px;
        position: relative;
        padding-right: 10px;
    }

    .reservation .button {
        width: 100%;
    }

    .reservation h1 {
        margin-bottom: 20px;
    }

    .reservation {
        /* padding-top: 100px; */
    }

    #contact input, #contact input[type=number], #contact input[type=email], #contact textarea {
        padding: 8px;
    }

    .banquets-container ul li {
        float: none;
        width: 100%;
    }


    * {
        background-attachment: scroll !important;
    }

    .menu-top-container {
        display: none;
    }

    .logo-container .text strong {
        font-size: 1.4em;
    }

    img {
        max-width: 100%;
    }

    .form-container {
        background-color: #ECECEC;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
    }

    h2 {
        font-size: 2.3em;
    }

    .top-contacts {
        display: none;
    }

    .colcenter {
        width: 100% !important;
    }

    .why-us ul li {
        float: none;
        width: 100%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }

    .salons li {
        display: inline-block;
        width: 100%;
    }

    .logo-container {
        width: 100%;
    }

    .logo-container .text {
        font-size: 1em;
    }

    .section2 {
        padding-right: 0;
        padding-left: 0;
    }

    .team-container .box:before {
        height: 50px;
        width: 50px;
    }

    .logo-container .text h1 {
        font-size: 2em;
    }

    .logo-container .text h2 {
        font-size: 1.6em;
    }

    .text-wrap {
        padding: 40px;
    }
}


@media screen and (max-width: 768px) {
    .mob-toggle-btn {
        margin-top: 0;

    }

    .inner-header:after {
        display: none;
    }

    /* .page-template-page-hookah .inner-header .overlay {
        display: none;
    } */

    .img-col {
        height: 300px;
    }

    .inner-header {

    }

    .gallery-columns-4 .gallery-item {
        max-width: 50%;
    }

    .lang, .gal-section.image-right .gal-col {

    }

    .gal-section.image-right .gal-col, .page-template-page-banquets .col {
        margin-bottom: 20px;
    }

    .price {
        font-size: 2em;
    }

    .gallery-item {
        padding: 10px;
    }

    .page-template-page-menu .menu-menu-container, .page-template-page-hookah .menu-menu-container {
        margin-top: 72px;
    }

    .page-template-page-menu .inner-header {
        height: auto;
        padding-bottom: 50px;
    }



    h1, h2 {
        font-size: 1.6em;
    }

    a.btn {
        text-align: center;
    }

    .page-about-restaurant .inner-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-about-restaurant .wrap {
        padding: 15px;
    }

    .two-cols.img-right .img-col {
        float: none;
    }

    .page-about-restaurant h2 {
        font-size: 1.3em;
    }

    .text-col {
        padding-top: 20px;
    }

    .logo-header img {
        width: 160px;
    }

    .mob-toggle-btn {
        top: 14px;
    }

    .text-col {
        padding: 15px;
    }

    .header-scroll {
        height: 72px;
    }

    .gal-header .overlay-title {
        padding-top: 20px;
    }

    .gal-header .overlay-title {
        position: relative;
        top: 0;
    }

    .flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
        background-size: 50px auto;
    }

    a.btn {
        width: 100%;
    }

    .promo-link a {
        width: 100%;
    }

    .section-news {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .section-menu #menu-menu a:before {
        width: 110px;
        height: 110px;
    }

    .section-banquets, .peoples-container {
        padding-top: 30px !important;
    }

    .why-us {
        padding-top: 20px;
    }

    .section-top-contacts a.tel:before, .section-top-contacts .adr:before {
        background-size: 40px;
        width: 60px;
        height: 60px;
    }

    .logo-container {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .main-slider .slide {
        height: 400px;
    }

    .main-slider .slide1 {
        background-image: url(images/prnd-1-small.jpg);
    }

    .main-slider .slide2 {
        background-image: url(images/prnd-2-small.jpg);
    }

    .main-slider .slide3 {
        background-image: url(images/prnd-3-small.jpg);
    }

    .logo-container {
        position: relative;
    }

    .section1 {
        max-height: 10000px;
    }

    #menu-main-menu a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .single-thmb {
        margin-bottom: 30px;
    }

    .section-offers .col {
        margin-bottom: 30px;
    }

    .section-menu #menu-menu a {
        border: none !important;
    }

    .metaslider .caption {
        padding: 0;
    }

    .metaslider .caption-wrap {
        width: 100% !important;
        position: static !important;
        margin-left: 0 !important;
    }

    .col3 {
        float: none;
        width: 100%;
    }

    .section-menu h2:after {
        display: none;
    }

    .gallery-item {
        float: none;
        height: auto;
    }

    .contacts-container .col-right, .contacts-container .col-left, .contacts-container .col-center {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 100%;
    }

    .gal-section .metaslider .caption-wrap, .inner-header .overlay {
        width: 100% !important;
        margin: 0 !important;
        left: 0;
    }

    .section-offers .entry-header .a {
        z-index: 2;
        position: relative;
        height: 320px;
        display: block;
        overflow: hidden;
    }

    #text-9 .textwidget, #text-4 .textwidget {
        text-align: center;
        color: #a3a5a4;
    }

    #custom_html-4 .textwidget {
        text-align: center;
    }

    .section-top-contacts .textwidget a.tel:last-child {
        display: block;
    }

    .section-top-contacts :before {
        margin-top: -10px;
    }

    .section-top-contacts .socials {
        justify-content: space-around;
    }

    .section-menu {
        padding-bottom: 50px;
    }

    .lang span, .lang a {

    }
}


@media screen and (max-width: 700px) {
    #offers {
        padding-top: 15px;
    }

    .logoBig {
        display: none;
    }

    #text-9 {
        text-align: center;
    }

    .socials {
        float: none;
        text-align: center;
        padding-top: 15px;
        display: flex;
        justify-content: space-around;
    }

    .socials a {
        float: none;
        display: inline-block;
        margin: 0 !important;
    }

    .gallery-columns-2 .gallery-item {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .slider .overlay {
        position: static;
        width: auto;
        left: auto;
        margin-left: 0;
        bottom: 0;
    }

    .logo-container .text h1 {
        padding-bottom: 5px;
    }

    .logo-container .text {
        margin-bottom: 5px;
    }

    .register-container h3 {
        font-size: 2em;
    }

    .easy-container .box {
        height: auto;
    }

    .easy-container .box-wrap {
        min-height: 10px;
    }

    .table-container {
        margin-right: 0;
        margin-left: 0 !important;
        padding-right: 0;
        padding-left: 0 !important;
    }

    .text-contacts .x1, .text-contacts .x2 {
        padding-right: 0;
    }

    .wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .section-adv li {
        padding-left: 0;
        padding-top: 60px;
        background-position: center top;
        text-align: center;
    }

    h1, h2 {
        font-size: 2em;
        letter-spacing: 2px;
    }

    .logo img {
        width: 180px !important;
    }

    .buttons a {
        margin-bottom: 15px;
    }

    .text-contacts {
        margin-bottom: 40px;
    }

    .colcenter, .column {
        width: 100% !important;
    }

    .register-container {
        text-align: center;
    }

    .col, .col2, .col3 {
        float: none;
        clear: both;
        width: 100%;
    }

    .table-container {
        width: 100%;
        overflow-x: scroll;
    }

    .easy-container .box {
        width: 50% !important;
    }


}

@media screen and (max-width: 500px) {
    #thanks {
        padding-bottom: 30px;

    }

    .section-top-contacts {

        font-size: 1.2em;

    }

    .logo-container .text h1 {
        font-size: 1.7em;
    }

    .logo-header {
        margin-right: 0;
    }

    .logo-header img {
        width: 120px;
        margin-top: 5px;
    }

    .mob-toggle-btn {

        margin-left: 7px;
    }

    .lang {
        float: none;
        margin: 0;


    }

    .col {
        padding-right: 10px;
        padding-left: 10px;
    }

    h2 {
        font-size: 1.6em;
    }

    .slick-slider {
        margin-right: 0;
        margin-left: 0;
    }

    .img-wrap {
        position: static;
        opacity: 1;
        height: 200px;
    }

    .text-wrap {
        position: static;
        opacity: 1;
        background-color: #042e6f;
        padding-bottom: 20px;
    }

    .section2 .col {
        height: auto;
    }

    .text-wrap h2 {
        font-size: 1.4em;
    }

    .why-us ul {
        font-size: 1.1em;
    }
}

a {
    color: #fff;
}

#pano {
    width: 100%;
    height: 500px;
}

.form-wrap h3 {
    margin-bottom: 30px;
}

.form-wrap {
    min-height: 300px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

div.wpcf7-mail-sent-ok {
    padding: 40px 40px;
}

.form-wrap input[type=text],
.form-wrap input[type=tel] {
    padding-left: 60px !important;
}

.form-wrap .wpcf7-not-valid-tip {
    margin-bottom: 20px;
}

.form-wrap textarea {
    padding: 20px;
}

.message .wpcf7-form-control-wrap:before {
    display: none;
}

.sent .form-wrapper {
    display: none;
}

.form-wrapper .select {
    margin-bottom: 15px;
}

.form-wrapper .select select {
    padding: 5px;
    width: 100%;
}

.form-wrapper .select span:before {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
}


.wpcf7-form-control-wrap span[role=alert] {
    margin-bottom: 1rem;
    font-size: .8rem;
}

form small {
    opacity: 0.1;
}

.delivery-form .row {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.delivery-form .row:hover {
    background-color: #000;
}

.delivery-form input.cf7-calculation,
.delivery-form input[type=number] {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .6);
    margin: 0;
    padding: .3rem !important;
    color: #fff;
}

.delivery-form h4 {
    border-bottom: 2px solid #fff;
    padding: 1rem;
}

.delivery-form h3 {
    margin-top: 2rem;
}

.delivery-form .row {
    display: flex;
    margin: 0;
    padding: 1rem 1rem;
}

.delivery-form .col-md-6 {
    -webkit-box-flex: 0;
    padding-right: 5%;
    -webkit-flex: 0 0 55%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.delivery-form .col-md-4 {
    -webkit-box-flex: 0;
    font-size: 1rem;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.delivery-form .col-md-8 {
    -webkit-box-flex: 0;
    padding-right: 5%;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.delivery-form .wpcf7-calculate_button {
    border: 0;
    padding: .45rem .9rem;
    width: 100%;
    background-color: #b68461;
    color: #fff;
}

.delivery-form {
    font-size: 1.4rem;
    text-align: left;
}

.delivery-form i {
    display: block;
    font-size: .8rem;
    opacity: .6;
}

.delivery-form textarea,
.delivery-form input[type=text] {
    padding-left: 50px;
}


.page-id-4462 textarea,
.page-id-4462 input[type=tel],
.page-id-4462 input[type=text] {
    padding-left: 50px;
}

.page-id-4263 textarea,
.page-id-4263 input[type=tel],
.page-id-4263 input[type=text] {
    padding-left: 50px;
}

.delivery-form .col-md-4 .delivery-form input[type=text] {
    padding-left: 10px;
}

.delivery-form .col-md-4 .wpcf7-form-control-wrap:before,
.delivery-form .your-message:before {
    display: none;
}

.delivery-form .your-message textarea {
    padding-left: 20px;
}


@media screen and (max-width: 500px) {
    .delivery-form .row {
        display: block;
    }

    .delivery-form .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .delivery-form .col-md-8,
    .delivery-form .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .delivery-form .col-md-4 {
        display: inline-block;
        white-space: nowrap;
        padding-right: 1rem;
    }
}

.go-top {
    cursor: pointer;
}

.vid {
    position: relative;
}

.vid:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background-color: #000;
    border-radius: 50%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    background-image: url(images/video.svg);
    box-shadow: 0 0 20px #b58360;
}

@media screen and (max-width: 500px) {

    .inner-header:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .overlay-title h1 {

        font-size: 2em;
    }

    .section-menu-body, .section-narrow {

        padding-top: 40px;

    }
}

.reviews-container {
    padding: 100px 0;
}

.reviews-container .gallery-item {
    float: none;
}

.btn-primary {
    color: #FFF;
    border: 3px solid #b68461 !important;
    background-color: #b68461;
}

.btn-primary:hover {
    box-shadow: 0 0 20px rgba(183, 133, 98, .7);
}

.breadcrumbs {
    font-size: .8rem;
    margin-bottom: 20px;
    opacity: .5;

    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs br {
    display: none;
}

.footer-text {
    text-align: left;
}

.footer-text-wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    /* height: 300px; */
    overflow-x: hidden;
    overflow-y: auto;
}

.peoples-container.footer-text .footer-text-wrap {
    max-width: 1300px;
}

.peoples-container.footer-text .footer-text-wrap p {
    max-width: 1300px;
}

.flex-row {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row .col-md-3 {
    width: 25%;
    padding: 20px;
}

.covid-wrap {
    background-color: #000;
    color: #fff;
    padding: 30px 20px;

    background-image: url(images/prinada-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;

}

.covid-wrap .ico {
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    background-size: 70px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    border: 3px solid #b58360;

}

.covid-wrap .c1 {
    background-image: url("images/c1.svg");
}

.covid-wrap .c2 {
    background-image: url("images/c2.svg");
}

.covid-wrap .c3 {
    background-image: url("images/c3.svg");
}

.covid-wrap .c4 {
    background-image: url("images/c4.svg");
}

.covid-wrap .col-md-3 p {
    color: #B68461;
}

.covid-wrap .bottom-text {
    max-width: 800px;
    margin: 0px auto;
}

.covid-wrap .bottom-text p {
    text-align: center;
}

#metaslider_140 .slides li img {
    max-height: 700px;
    object-fit: cover;
    object-position: center;
}

.main-menu-links .menu-item:hover {
    filter: brightness(.5);
}

/* body {
    width: 100vw;
} */

@media screen and (max-width: 800px) {
    .menu-menu-container .menu {
        justify-content: start !important;
    }
    .hookah-section {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
        margin-bottom: 0px !important;
    }
    .home .section-news .row {
        display: block;
    }
    button.mfp-close {
        position: fixed;
        line-height: 32px !important;
        width: 30px !important;
        height: 30px !important;
        right: 30px !important;
        top: 30px !important;
    }
}

@media screen and (max-width: 600px) {

    .breadcrumbs {
        font-size: 1rem;

    }

    .flex-row .col-md-3 {
        width: 100%;
        padding: 0;
    }
}

.faq h3 {
    color: #b9b9b9;
}

.banner-footer {
    bottom: -100%;
}

.banner-footer.active {
    bottom: 0;
}

.banner-footer {
    left: 50%;
    transition: ease 1s;
    background-color: #000;
    position: fixed;
    text-align: center;
    width: 100%;
    max-width: 600px;
    transform: translateX(-50%);


    z-index: 100;
    color: #fff;
    padding: 20px 50px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}


.banner-footer p:after {
    content: '';
    position: relative;
    background-color: #b5569d;
    height: 2px;
    width: 100px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    left: 50%;
    margin-left: -50px;
}

.banner-footer p {
    margin-bottom: 10px;
}

.banner-footer .about-links {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-footer .close {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-image: url(images/plus-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(
            45deg
    );
    opacity: 0.4;
}

.banner-footer .close:hover {
    opacity: 1;
}

.banner-footer .about-links a {
    display: block;
    margin-right: 20px;
}


.btn-online-order {
    position: fixed;
    font-weight: bold;
    font-size: 1rem;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    background-color: #b58360;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0 30px;
    color: #fff;

    text-decoration: none !important;
    text-transform: uppercase;

    line-height: 1.5rem;
}

.btn-online-order:hover {

}

.btn-online-order .online {
    color: #000;
}

.accordion h2 {
    font-size: 2em;
}

.accordion .card {
    cursor: pointer;
    border: 2px solid #b9b9b9;
    border-radius: 5px;
    padding: 24px 16px;
    margin-top: 24px;
}

.accordion .card .card-header {
    text-align: left;
}

.accordion .card .card-header span {
    padding-right: 15px;
}

.accordion .card .card-header h3 {
    margin-bottom: 0px;
}

.accordion .card .card-body {
    text-align: left;
}

.accordion .card .collapse {
    display: none;
    margin-top: 1em;
}

/* .accordion .card.active .collapse {
    display: block;
} */

.section-footer-text {
    text-align: left !important;
}

.text-menu-top {
    max-width: 900px;

    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 50px;
}

.main-menu-links {
    width: 100%;
}

.main-menu-links a {
    padding: 20px;
    position: relative;
    z-index: 2; font-size: 1.5em;
    width: 100%;
    display: flex;
    text-align: center;
    height: 300px;
    align-items: center;
    justify-content: center;
}

.main-menu-links .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.main-menu-links  .menu li {
    flex-basis: 0;
    flex-grow: 1;
    margin: 10px;
}


.main-menu-links .menu li { position: relative; }

.main-menu-links .menu li:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0;
    right: 0; background-color: rgba(0,0,0,0.2);    z-index: 1; }

.main-menu-links .menu li  {
    background-image: url("images/m3.jpg");
    background-repeat: no-repeat;
    font-weight: bold;
    background-position: center center;
    background-size: cover; display: flex;
    position: relative;
    z-index: 2;

}
.main-menu-links .menu li.menu-item-2446,
.main-menu-links  .menu li.menu-item-160  {
    background-image: url("images/m2.jpg");
}


.main-menu-links .menu li.menu-item-5315,
.main-menu-links  .menu li.menu-item-5785  {
    background-image: url("images/m1.jpg");
}
.main-menu-links  .menu li.menu-item-4601,
.main-menu-links  .menu li.menu-item-4876  {
    background-image: url("images/m4.jpg");
}

.main-menu-links  .menu li.menu-item-5314,
.main-menu-links  .menu li.menu-item-5635  {
    background-image: url("images/m5.jpg");
}
.lang,
.menu-menu-container .menu {
    display: flex;
    justify-content: center;
}

.page-template-page-menu .menu-menu-container .menu  a { white-space: nowrap; }

.grid-ul-two ul:not(.slick-dots) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.grid-ul-two ul:not(.slick-dots) li,
.banquets-container ul li {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0 0 0 40px !important;
    min-height: 30px;
}

iframe {
    border: none;
}

html {
    margin: 0 !important;
}

.karaoke-header {
    background-position: top center !important ;
}

@media (max-width: 800px) {
    .page-template-page-contacts .overlay-title {
        margin-top: 0 !important;
    }
    .grid-ul-two ul:not(.slick-dots) {
        gap: 10px 5px;
    }
    .section-menu-body {
        padding-top: 30px;
    }
    .overlay-title .breadcrumbs {
        display: none;
    }
    .overlay-title {
        margin-top: 30px;
    }
    .overlay-title h1 {
        margin-bottom: 30px;
    }
    .nav-links {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-links a {
        font-size: 12px;
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }
    .page-template-page-contacts .inner-header {
        height: 170px;
    }
    .grid-ul-two ul {
        grid-template-columns: 1fr;
    }

    .section-menu-body, .section-narrow {
        padding-bottom: 20px;
    }
    .banquets-container {
        padding-top: 10px;
    }

    .main-menu-links .menu {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .main-menu-links .menu li {
        flex-basis: 0;
        flex-grow: 1;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }


    .page-template-page-menu-main .inner-header {
        height: 220px;
    }

    .breadcrumbs { opacity: 0; }
.menu-menu-container { overflow-y: hidden; overflow-x: scroll; }
    .inner-header {
        padding-top: 50px;
    }

    .main-menu-links .menu {
        display: block;
    }
  .main-menu-links .menu li {
      display: block;
      height: auto;
  }
  .main-menu-links a {
      height: auto;
  }

}

@media (min-width: 1360px) {
    .slick-prev {
        left: -25px !important;
    }
    .slick-next {
        right: -25px !important;
    }
}

.tour-3d {
    position: relative;
    padding-top: 56.25%;
}

.tour-3d iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mfp-container .mfp-content {
    max-width: 1000px;
}

.mfp-container .mfp-content:has(.banner-modal-wrap) {
    max-width: 600px;
}

.mfp-content .banner-modal-wrap {
    background-color: #000;
    color: #fff;
    padding: 30px 20px;
    background-image: url(images/prinada-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.mfp-content .banner-modal-wrap p.h2 {
    color: #ffffff;
    font-size: 2em;
    margin-bottom: 18px;
}

.mfp-content .banner-modal-wrap input[type="text"],
.mfp-content .banner-modal-wrap input[type="tel"],
.mfp-content .banner-modal-wrap input[type="email"] {
    padding-left: 50px;
}

.mfp-content .banner-modal-wrap textarea {
    padding-left: 20px;
}

@media screen and (max-width: 800px) {
    .mfp-content .banner-modal-wrap p.h2 {
        font-size: 1.5em;
    }
}

body.overflow-hidden {
    overflow: visible!important;
}

.menu-collapsed .lang {
    display: none!important;
}

.lang-modal {
    display: none!important;
}