/*!
Theme Name: menu-theme
Theme URI:
Author:
Author URI:
Description: menu theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: menu-del-dia und baufirmen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSans/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: NotoSerif;
  src: url("fonts/NotoSerif/NotoSerif-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: NotoSerif;
  src: url("fonts/NotoSerif/NotoSerif-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: NotoSerif;
  src: url("fonts/NotoSerif/NotoSerif-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: NotoSerif;
  src: url("fonts/NotoSerif/NotoSerif-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: NotoSerif;
  src: url("fonts/NotoSerif/NotoSerif_SemiCondensed-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: NotoSerif;
  src: url("fonts/NotoSerif/NotoSerif_SemiCondensed-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
.pad-t-0 {
  padding-top: 0;
}

.pad-b-0 {
  padding-bottom: 0;
}

.pad-t-1 {
  padding-top: 104px;
}
@media (max-width: 768px) {
  .pad-t-1 {
    padding-top: 80px;
  }
}

.pad-b-1 {
  padding-bottom: 104px;
}
@media (max-width: 768px) {
  .pad-b-1 {
    padding-bottom: 80px;
  }
}

.pad-t-2 {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}

.pad-b-2 {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}

.pad-t-3 {
  padding-top: 240px;
}
@media (max-width: 768px) {
  .pad-t-3 {
    padding-top: 80px;
  }
}

.pad-b-3 {
  padding-bottom: 240px;
}
@media (max-width: 768px) {
  .pad-b-3 {
    padding-bottom: 80px;
  }
}

.tags-block__list-item, .single-restaurant .post-share.post-share-fixed, input[type=checkbox]::after, 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, .btn, a {
  transition: 0.25s ease-in-out;
}

#main-nav {
  transition: 0.5s ease-in-out;
}

.grid-on-left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .grid-on-left {
    grid-template-columns: 100%;
  }
}
.grid-on-left > * {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .grid-on-left > * {
    grid-column: auto;
  }
}
.grid-on-left > *:nth-last-child(1):nth-child(odd) {
  grid-column: 2/span 2;
}
@media (max-width: 768px) {
  .grid-on-left > *:nth-last-child(1):nth-child(odd) {
    grid-column: auto;
  }
}

.grid-on-right {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .grid-on-right {
    grid-template-columns: 100%;
  }
}
.grid-on-right > * {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .grid-on-right > * {
    grid-column: auto;
  }
}
.grid-on-right > *:nth-last-child(2):nth-child(even) {
  grid-column: 2/span 2;
}
@media (max-width: 768px) {
  .grid-on-right > *:nth-last-child(2):nth-child(even) {
    grid-column: auto;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #312723;
  font-family: NotoSerif, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: NotoSerif, sans-serif;
  font-weight: normal;
  clear: both;
  margin-top: 0;
}

h1,
h1 {
  color: #6D5147;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
}

h2,
.h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #6D5147;
  margin-bottom: 25px;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #312723;
  margin-bottom: 10px;
}

.subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #F8470A;
  text-transform: uppercase;
  margin-bottom: 8px;
}

p {
  margin-bottom: 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #342545;
  box-shadow: 4px 4px 0px 0px #F8470A;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
@media (max-width: 420px) {
  table {
    display: block;
    height: auto !important;
    overflow-x: scroll;
  }
}
table tr:nth-child(odd) {
  background-color: #1e102d;
}
table tr:nth-child(even) {
  background-color: #251536;
}
table tr td {
  padding: 12px 16px;
}
table thead tr td {
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #F8470A;
  background-color: #342545;
}
table thead tr td strong {
  font-weight: 400;
}

table.ui-datepicker-calendar,
.ui-datepicker-header {
  font-size: 15px;
  background-color: #251536;
  box-shadow: none;
  border: 1px solid #ded5e8;
  margin: 0;
  padding: 0 3px;
}
table.ui-datepicker-calendar tr td,
.ui-datepicker-header tr td {
  padding: 10px;
}
table.ui-datepicker-calendar a,
.ui-datepicker-header a {
  text-decoration: none;
}

.ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.ui-icon {
  cursor: pointer;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center !important;
}

.ui-datepicker-prev {
  transform: rotate(180deg);
}

.ui-datepicker-prev span {
  background-image: url(img/icons/small-arr.svg) !important;
}

.ui-datepicker-next span {
  background-image: url(img/icons/small-arr.svg) !important;
}

/* Links
--------------------------------------------- */
a {
  color: #F8470A;
}
a:hover, a:active {
  outline: 0;
}

.btn {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  background: #F8470A;
  border: 1.5px solid #F8470A;
  border-radius: 24px;
  color: #ffffff;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  padding: 20px 30px;
}
.btn:hover, .btn:focus, .btn:active {
  background: transparent;
  color: #F8470A;
  border: 1.5px solid #F8470A;
}
.btn.btn-transparent {
  background: transparent;
  color: #F8470A;
}
.btn.btn-transparent:hover, .btn.btn-transparent:focus, .btn.btn-transparent:active {
  background: #F8470A;
  color: #ffffff;
}
.btn.btn-white {
  background: #ffffff;
  color: #312723;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #191818 #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  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 {
  font-family: Inter, sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.6);
  border-radius: 24px;
  border: 1px solid #ffffff;
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 15px;
}
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 {
  outline: none;
}
input[type=text].empty, input[type=text].not-valid,
input[type=email].empty,
input[type=email].not-valid,
input[type=url].empty,
input[type=url].not-valid,
input[type=password].empty,
input[type=password].not-valid,
input[type=search].empty,
input[type=search].not-valid,
input[type=number].empty,
input[type=number].not-valid,
input[type=tel].empty,
input[type=tel].not-valid,
input[type=range].empty,
input[type=range].not-valid,
input[type=date].empty,
input[type=date].not-valid,
input[type=month].empty,
input[type=month].not-valid,
input[type=week].empty,
input[type=week].not-valid,
input[type=time].empty,
input[type=time].not-valid,
input[type=datetime].empty,
input[type=datetime].not-valid,
input[type=datetime-local].empty,
input[type=datetime-local].not-valid,
input[type=color].empty,
input[type=color].not-valid,
textarea.empty,
textarea.not-valid {
  border-color: red;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled {
  opacity: 0.4;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(17, 17, 17, 0.6);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: rgba(17, 17, 17, 0.6);
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 128px;
}

.valid-msg {
  margin-top: -15px;
  margin-bottom: 20px;
  display: block;
  color: red !important;
}

.btn[type=submit] {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  justify-content: center;
}

.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 15px;
}

.inputs-cols-2 p {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  .inputs-cols-2 p {
    flex-direction: column;
    grid-gap: 0;
  }
}
.inputs-cols-2 .wpcf7-form-control-wrap {
  width: 100%;
}

.niceselect {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 20px;
}
.niceselect::after {
  width: 8px;
  height: 8px;
  border-color: #2d4025;
}
.niceselect ul.list {
  width: 100%;
  margin-left: 0;
}

.filters-form .filter-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  padding-top: 5px;
  margin-bottom: 8px;
}
.filters-form input[type=text],
.filters-form .nice-select {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #413153;
  border-radius: 0;
  margin-bottom: 16px;
}
.filters-form input[type=text]::-moz-placeholder, .filters-form .nice-select::-moz-placeholder {
  color: #ffffff;
}
.filters-form input[type=text]::placeholder,
.filters-form .nice-select::placeholder {
  color: #ffffff;
}

.nice-select {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #413153;
  border-radius: 0;
  margin-bottom: 16px;
}
.nice-select::-moz-placeholder {
  color: #ffffff;
}
.nice-select::placeholder {
  color: #ffffff;
}

.nice-select {
  height: 50px;
  display: flex;
  align-items: center;
}
.nice-select:last-of-type {
  margin-bottom: 24px;
}
.nice-select::after {
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  height: 10px;
  right: 20px;
  top: 45%;
  width: 10px;
}
.nice-select .list {
  width: 100%;
  max-height: 300px;
  border: 1px solid #ded5e8;
  border-radius: 0;
  margin-left: 0;
  overflow-y: scroll;
}
.nice-select .list,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #29193b;
}
.nice-select .option:hover {
  color: #F8470A;
}

input[type=checkbox] {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
input[type=checkbox]::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #4b3c5c;
  background: #29193b;
  cursor: pointer;
}
input[type=checkbox]::after {
  content: "";
  width: 10px;
  height: 8px;
  display: block;
  position: absolute;
  left: 5px;
  top: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc1IDMuOTk5OTJMMy41OCA2LjgyOTkyTDkuMjUgMS4xNjk5MiIgc3Ryb2tlPSIjRkFFMTAwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  opacity: 0;
}
input[type=checkbox] + label {
  font-family: Inter, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  padding-left: 15px;
  cursor: pointer;
}
input[type=checkbox]:checked::after {
  opacity: 1;
}

/* Filters */
.filter-item-checkbox input[type=checkbox] {
  display: none;
}
.filter-item-checkbox input[type=checkbox] + label {
  min-width: -moz-max-content;
  min-width: max-content;
  display: inline-flex;
  justify-content: center;
  color: #312723;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #F8470A;
  border-radius: 18px;
  background: transparent;
  padding: 12px 20px;
}
.filter-item-checkbox input[type=checkbox]:checked + label {
  color: #ffffff;
  background: #F8470A;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  padding: 17px 0 23px 0;
}
.site-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-header .site-navs {
  display: flex;
  align-items: center;
  grid-gap: 64px;
  flex-wrap: wrap;
}

#toggle-menu {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 6px;
  width: 24px;
  height: 15px;
  cursor: pointer;
  display: none;
}
#toggle-menu span {
  display: block;
  width: 24px;
  height: 1px;
  background: #312723;
}
#toggle-menu span:nth-child(2) {
  width: 16px;
}

.menu-close {
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.header-right {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.header-right .site-fav {
  display: flex;
  width: 24px;
  height: 24px;
  position: relative;
}

.site-footer {
  background: #6D5147;
  padding: 80px 0 30px 0;
  border-radius: 80px 80px 0px 0px;
}
.site-footer__logo {
  max-width: 140px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin: 0 auto 30px auto;
}
.site-footer__logo a {
  display: flex;
}
.site-footer__copy {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 70px;
  padding-top: 30px;
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer .bottom-location {
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: center;
  grid-gap: 7px;
}
.site-footer .bottom-location__icon {
  display: flex;
}
.site-footer .bottom-location__city {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.site-footer .bottom-langs {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.restaurant-item {
  height: auto;
  display: flex;
  flex-direction: column;
  color: #312723;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 24px;
  margin-bottom: 20px;
  overflow-x: hidden;
  position: relative;
}
.restaurant-item__top {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  z-index: 3;
}
.restaurant-item__space {
  display: block;
  color: #ffffff;
  font-size: 14px;
  background: #F8470A;
  border-radius: 24px;
  padding: 5px 10px;
}
.restaurant-item__favorite {
  display: flex;
  margin-left: auto;
}
.restaurant-item__gallery {
  max-width: 100%;
  min-height: 275px;
}
.restaurant-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
}
.restaurant-item__content .item-descr {
  margin-bottom: 20px;
}
.restaurant-item__content .item-bottom {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 15px;
  margin-top: auto;
}
.restaurant-item__content .item-bottom .rating {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 7px;
  align-items: center;
  font-weight: 400;
}
.restaurant-item__content .item-bottom .location {
  display: grid;
  grid-template-columns: 12px 1fr;
  grid-gap: 5px;
  align-items: center;
  margin-left: auto;
}
.restaurant-item__content .item-bottom .location .street-address,
.restaurant-item__content .item-bottom .location .extended-address,
.restaurant-item__content .item-bottom .location .postal-code,
.restaurant-item__content .item-bottom .location .country-name {
  display: none;
}
.restaurant-item__content .item-bottom .rating-icon,
.restaurant-item__content .item-bottom .location-icon {
  display: flex;
}
.restaurant-item__gallery {
  display: flex;
  aspect-ratio: 1/0.74;
  border-radius: 24px;
  overflow: hidden;
}
.restaurant-item__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.restaurant-item .restaurant-gallery__slider {
  max-width: 100%;
}

.item-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 8px;
  margin-bottom: 20px;
}
.item-tags__block {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #888888;
  text-align: center;
  background: #edebeb;
  border-radius: 8px;
  padding: 5px 10px;
}

.restaurant-item__gallery,
.restaurant-gallery__slider .gallery-item {
  position: relative;
}
.restaurant-item__gallery::before,
.restaurant-gallery__slider .gallery-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(180deg);
}

.add-to-wish.fav {
  background: #F8470A;
}

.single-restaurant .site-breadcrumb {
  padding: 0 15px;
}
.single-restaurant h1.title {
  font-weight: 700;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.single-restaurant h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #312723;
  margin-bottom: 15px;
}
.single-restaurant h2.title-big {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #6D5147;
  margin-bottom: 40px;
}
.single-restaurant p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.single-restaurant .btn.single-btn-transparent {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #312723;
  font-weight: 500;
  border-width: 1px;
  padding: 11px 37px;
}
.single-restaurant .btn.single-btn-transparent span {
  display: flex;
}
.single-restaurant .post-info {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 40px;
}
.single-restaurant .post-info__rating {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  grid-gap: 5px;
  font-weight: 400;
}
.single-restaurant .post-info__rating .rating-icon {
  display: flex;
}
.single-restaurant .post-info__reviews {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #F8470A;
}
.single-restaurant .post-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
.single-restaurant .post-nav__item {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #111111;
  text-decoration: none;
  padding-bottom: 12px;
  position: relative;
}
.single-restaurant .post-nav__item.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #312723;
  border-radius: 11px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.single-restaurant .post-gallery {
  margin-bottom: 40px;
}
.single-restaurant .post-gallery__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.single-restaurant .post-gallery__list .gallery-item {
  display: flex;
}
.single-restaurant .post-gallery__list .gallery-item:first-child {
  grid-column: span 2;
}
.single-restaurant .post-gallery__list .gallery-item:first-child img {
  aspect-ratio: 1/0.65;
}
.single-restaurant .post-gallery__list .gallery-item img {
  width: 100%;
  aspect-ratio: 1/0.9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
.single-restaurant .post-gallery__list .gallery-item video {
  width: 100%;
  aspect-ratio: 1/0.65;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.single-restaurant .post-gallery__btn {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}
.single-restaurant .post-options {
  padding: 20px;
}
.single-restaurant .post-options__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.single-restaurant .post-options__list-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  grid-gap: 5px;
}
.single-restaurant .post-options__list .item-image {
  display: flex;
  max-width: 24px;
}
.single-restaurant .post-options__list .item-text {
  font-size: 14px;
}
.single-restaurant .post-descr__wrap {
  overflow: hidden;
}
.single-restaurant .post-descr__wrap.full-height {
  height: auto;
}
.single-restaurant .post-descr__wrap.read-more {
  height: 296px;
  position: relative;
}
.single-restaurant .post-descr__wrap.read-more::after {
  content: "";
  width: 100%;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 55.5%, #ffffff 100%);
}
.single-restaurant .post-descr__wrap.read-more .post-descr__link {
  width: 100%;
  display: flex;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.single-restaurant .post-descr__wrap.read-more .read-more-btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #F8470A;
  border-bottom: 1px solid #F8470A;
}
.single-restaurant .post-descr__link {
  display: none;
}
.single-restaurant .post-contacts h2 {
  margin-bottom: 20px;
}
.single-restaurant .post-contacts__list {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.single-restaurant .post-contacts__list-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  grid-gap: 10px;
}
.single-restaurant .post-contacts__list a {
  color: #312723;
  text-decoration: none;
}
.single-restaurant .post-contacts__list a:hover {
  text-decoration: underline;
}
.single-restaurant .post-contacts__socials {
  border-top: 1px solid rgba(109, 81, 71, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}
.single-restaurant .post-contacts__socials-list {
  display: flex;
  grid-gap: 10px;
  flex-wrap: wrap;
}
.single-restaurant .post-contacts__socials-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(248, 71, 10, 0.15);
  border-radius: 12px;
  padding: 12px 15px;
}
.single-restaurant .post-contacts__socials h2 {
  margin-bottom: 15px;
}
.single-restaurant .post-contacts__socials.only-element-plate {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.single-restaurant .post-share {
  margin-bottom: 40px;
}
.single-restaurant .post-share__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 15px;
}
.single-restaurant .post-share.post-share-fixed {
  width: 100%;
  max-width: 580px;
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  grid-gap: 10px;
  align-items: center;
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 24px 24px 0px 0px;
  margin: 0 -15px;
  position: fixed;
  bottom: 0;
  opacity: 1;
  z-index: 51;
}
.single-restaurant .post-share.post-share-fixed.hide {
  opacity: 0;
}
.single-restaurant .post-share.post-share-fixed .btn {
  padding: 15px 25px;
}
.single-restaurant .post-share.post-share-fixed .post-share__btns {
  margin-top: 0;
}
.single-restaurant .post-share.post-share-fixed .post-share__btns .btn {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.single-restaurant .post-hours__list-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-gap: 15px;
  align-items: center;
}
.single-restaurant .post-hours__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.single-restaurant .post-hours .item-image {
  display: flex;
  max-width: 48px;
}
.single-restaurant .post-hours .item-text {
  font-size: 14px;
}
.single-restaurant .post-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-bottom: 20px;
}
.single-restaurant .post-menu__list-item {
  display: flex;
  max-width: 100%;
}
.single-restaurant .post-menu__list-item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.single-restaurant .info-plate {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.single-restaurant .info-plate.p-20 {
  padding: 20px;
}
.single-restaurant .clients {
  background: #e7e6e4;
  border-radius: 80px;
  padding: 80px 0;
}
.single-restaurant .clients__list-item {
  display: flex;
}
.single-restaurant .clients__list-item img {
  width: 100%;
  aspect-ratio: 1/0.88;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
.single-restaurant .clients__list .swiper-scrollbar {
  position: relative;
  margin-top: 43px;
}
.single-restaurant .similar .restaurant-item__space {
  display: none;
}
.single-restaurant .clients,
.single-restaurant .similar,
.single-restaurant .tags-block,
.single-restaurant .subscribe {
  margin-right: -15px;
  margin-left: -15px;
}
.single-restaurant .faq {
  padding-bottom: 0;
}
.single-restaurant .faq .btn {
  margin-bottom: 80px;
}

.popup-gallery__list {
  height: 490px;
  border-top: 1px solid rgba(109, 81, 71, 0.1);
  padding-top: 20px;
  margin-bottom: 50px;
}
.popup-gallery__list .gallery-item {
  display: flex;
  width: 100%;
}
.popup-gallery__list .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.popup-gallery__list .gallery-item video {
  width: 100%;
  border-radius: 24px;
}
.popup-gallery__list .swiper-scrollbar {
  width: calc(100% - 30px);
  left: auto;
  right: auto;
  bottom: 30px;
}

.post-reviews {
  margin-top: 80px;
}
.post-reviews h2.post-reviews__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.post-reviews__list {
  margin: 15px 0;
}
.post-reviews__list-item {
  display: none;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 24px;
  margin-bottom: 15px;
}
.post-reviews__list-item:nth-child(1), .post-reviews__list-item:nth-child(2), .post-reviews__list-item:nth-child(3) {
  display: block;
}
.post-reviews__list-item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.post-reviews__list .item-rating {
  display: flex;
  grid-gap: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 20px;
}
.post-reviews__list .item-text {
  margin-bottom: 20px;
}
.post-reviews__list.active .post-reviews__list-item {
  display: block;
}
.post-reviews .btn {
  padding: 17px 30px !important;
}
.post-reviews .btn:hover {
  background: transparent;
  color: #F8470A;
}

.post-share button.superwebshare_prompt {
  width: 100% !important;
  height: auto !important;
  display: flex;
  flex-direction: row-reverse;
  grid-gap: 5px;
  font-family: Inter, sans-serif;
  color: #312723;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  border-width: 1px;
  box-shadow: none;
  background-image: url(img/icons/share.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px;
  background-color: transparent !important;
}
.post-share button.superwebshare_prompt svg {
  opacity: 0;
}
.post-share.post-share-fixed button.superwebshare_prompt {
  background-position: center;
}
.post-share.post-share-fixed button.superwebshare_prompt span {
  display: none;
}

.post-share button.superwebshare_prompt {
  text-transform: uppercase;
  grid-gap: 20px;
  border: 0;
}

.restaurant-wrap {
  position: relative;
}
.restaurant-wrap__top {
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.restaurant-item__favorite.add-to-wish .ccc-favorite-post-toggle > a {
  display: flex;
  width: 40px;
  height: 37px;
  background: url(img/fav-icon.svg) no-repeat;
  background-size: 40px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.restaurant-item__favorite.add-to-wish .ccc-favorite-post-toggle > a::before {
  content: "";
}
.restaurant-item__favorite.add-to-wish .ccc-favorite-post-toggle > a.save {
  background: url(img/fav-icon-active.svg) no-repeat;
}
.restaurant-item__favorite.add-to-wish .ccc-favorite-post-toggle > a.save::before {
  content: "";
}

.post-ccc_favorite {
  flex-direction: column;
}
.post-ccc_favorite .img-post {
  display: none;
}
.post-ccc_favorite .list-ccc_favorite {
  display: flex;
  align-items: center;
}

.not-found {
  text-align: center;
  color: #ffffff;
  background: #F8470A;
  border-radius: 80px;
  padding: 80px 0;
}
.not-found__img {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.not-found__title {
  font-family: NotoSerif, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
}
.not-found__text {
  font-family: NotoSerif, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.8);
}
.not-found__text p:not(:last-child) {
  margin-bottom: 10px;
}
.not-found__menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.not-found__menu ul li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMDg3NzIgMEM1LjA4NzcyIDAgNS4yNjMxNiA2LjY1MDEyIDAgNy4xNzQ3OEMxLjc0NjE3IDcuMjkxNDQgNS4yNjMxNiAxMC4xNTAyIDUuMDc1NCAxMy44MjQ5QzUuNzg5NDcgOS42MjUxOCA2LjY2NjY3IDguMjI1NTMgMTAgNy41MjUxNEM1Ljk2NDkxIDcuMDAwMTMgNS4wODc3MiAwIDUuMDg3NzIgMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px 14px;
  padding-right: 25px;
}
.not-found__menu ul li:last-child {
  background-image: none;
}
.not-found__menu ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
}
.not-found__btn {
  max-width: 100%;
  margin: 39px auto 0 auto;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#main-nav {
  position: absolute;
  top: 0;
  left: -100%;
  width: calc(100% - 30px);
  height: 100%;
  background: #F4F2F0;
  border-radius: 0px 80px 0px 0px;
  padding: 25px 15px 30px;
  margin: 0;
  z-index: 9;
}
#main-nav.open {
  left: 0;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  top: 100%;
  z-index: 99999;
}
.main-navigation ul ul ul {
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
@media (max-width: 1024px) {
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: inherit;
    left: inherit;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
.main-navigation li {
  position: relative;
}
@media (max-width: 1024px) {
  .main-navigation li {
    margin-right: 0;
    padding: 10px 0;
  }
}
.main-navigation li:not(:last-of-type) {
  margin-bottom: 30px;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #F8470A;
}
.main-navigation a {
  font-family: NotoSerif, sans-serif;
  color: #6D5147;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #F8470A;
}

.menu-main-men-container {
  margin-top: 30px;
}

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: flex;
  max-width: 250px;
}
@media (max-width: 1024px) {
  .custom-logo-link {
    max-width: 150px;
  }
}

/* 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;
}

/* Galleries
--------------------------------------------- */
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Breadcrumbs
--------------------------------------------- */
.site-breadcrumb {
  padding: 12px 0;
  margin-left: -16px;
}
.site-breadcrumb a,
.site-breadcrumb span {
  color: #312723;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 4px;
}
.site-breadcrumb a.breadcrumb_last,
.site-breadcrumb span.breadcrumb_last {
  color: #F8470A;
}
.site-breadcrumb a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-breadcrumb a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -16px;
  width: 14px;
  height: 15px;
  background: url(img/icons/bread-arr.svg) no-repeat;
}
.site-breadcrumb p#breadcrumbs {
  margin: 0;
  padding-left: 0;
}
.site-breadcrumb p#breadcrumbs > span {
  padding-left: 0;
}
.site-breadcrumb p#breadcrumbs > span > span {
  padding-left: 16px;
}
.site-breadcrumb p#breadcrumbs > span > span > a {
  padding-left: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Sections
--------------------------------------------- */
.choose-location {
  padding-top: 60px;
}
.choose-location.geo-share {
  padding-top: 0;
}
.choose-location.geo-share + section {
  padding-top: 20px !important;
}
.choose-location.geo-share .choose-location__title,
.choose-location.geo-share .choose-location__form button {
  display: none;
}
.choose-location.geo-share .choose-location__form {
  margin-top: 30px;
}
.choose-location__title {
  margin-bottom: 0;
}
.choose-location__form {
  position: relative;
  margin-top: 40px;
}
.choose-location__form::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw2IDUuNUwxMSAwLjUiIHN0cm9rZT0iIzMxMjcyMyIvPgo8L3N2Zz4=");
  position: absolute;
  top: 27px;
  right: 15px;
}
.choose-location__form .form-field {
  padding-left: 36px;
}
.choose-location__form #location-input {
  background-image: url(img/icons/marker.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 17px center;
  position: relative;
}
.choose-location .form-select {
  display: none;
}
.choose-location .select-title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}

.detect-location {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.detect-location span {
  display: flex;
  width: 50px;
}

.popular-locations__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.popular-locations__item .item-image {
  display: flex;
}
.popular-locations__item .item-image img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.popular-locations__item .item-text {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #312723;
}

.restaurants-slider__content {
  margin-top: 40px;
}
.restaurants-slider__items {
  position: relative;
  padding-bottom: 50px;
}

.restaurants-filter__filters .style-tags {
  display: flex;
  grid-gap: 10px;
  margin-right: -15px;
  margin-bottom: 40px;
}
.restaurants-filter__filters .style-tags__item {
  max-width: -moz-max-content;
  max-width: max-content;
}
.restaurants-filter__filters .style-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
  margin-bottom: 20px;
}
.restaurants-filter__filters .style-filters__item {
  width: 100%;
  font-family: NotoSerif, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #312723;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 12px 20px;
}

.collections-block__list {
  margin-top: 40px;
}
.collections-block__list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 24px;
  text-decoration: none;
  color: #312723;
  padding: 24px 30px;
}
.collections-block__list-item:not(:last-child) {
  margin-bottom: 15px;
}
.collections-block__list-item .item-image {
  max-width: 64px;
  display: flex;
  margin-bottom: 23px;
}
.collections-block__list-item .item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px;
}
.collections-block__list-item .item-places {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.collections-block .btn {
  margin-top: 40px;
}

.tags-block {
  background: #e7e6e4;
  border-radius: 80px;
}
.tags-block h2.tags-block__title.title-big {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  margin-bottom: 25px;
}
.tags-block h2.tags-block__title.title-big span {
  display: flex;
}
.tags-block__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 15px;
  margin: 40px auto 0 auto;
}
.tags-block__list-item {
  font-family: Inter, sans-serif;
  display: flex;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  color: #312723;
  border: 1px solid #F8470A;
  border-radius: 18px;
  padding: 13px 20px;
}
.tags-block__list-item:hover, .tags-block__list-item:focus, .tags-block__list-item:active {
  color: #ffffff;
  background: #F8470A;
}

.subscribe {
  text-align: center;
  background-color: #F8470A;
  border-radius: 80px;
  padding: 80px 0 60px 0;
}
.subscribe__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.subscribe h2.subscribe__title {
  font-family: NotoSerif, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.subscribe__text {
  font-family: NotoSerif, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 15px;
}
.subscribe__form {
  margin-top: 40px;
}
.subscribe__form-line > p {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  align-items: center;
}
.subscribe__form input {
  border-radius: 100px;
  margin-bottom: 0;
}
.subscribe__form input:not([type=submit]) {
  padding-right: 60px;
}
.subscribe__form input[type=submit] {
  width: 60%;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  background: #312723;
  border-color: #312723;
  border-radius: 24px;
  padding: 20px;
  z-index: 1;
}
.subscribe__form p {
  margin: 0;
}

.faq {
  padding: 60px 0 80px 0;
}
.faq__list.active .faq__list-item {
  display: block;
}
.faq__list-item {
  background: #ffffff;
  border-radius: 24px;
  position: relative;
  padding: 30px 70px 30px 30px;
  display: none;
}
.faq__list-item:nth-child(1), .faq__list-item:nth-child(2), .faq__list-item:nth-child(3), .faq__list-item:nth-child(4), .faq__list-item:nth-child(5) {
  display: block;
}
.faq__list-item:not(:last-child) {
  margin-bottom: 15px;
}
.faq__list-item::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDAuNVYxMC41TTEwIDIwLjVWMTAuNU0xMCAxMC41SDBNMTAgMTAuNUgyMCIgc3Ryb2tlPSIjRjg0NzBBIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
}
.faq__list-item.active::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMTEuNUgxMkgyMiIgc3Ryb2tlPSIjRjg0NzBBIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
}
.faq__list .item-title {
  font-family: NotoSerif, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #312723;
}
.faq__list .item-text {
  display: none;
  padding-top: 15px;
}
.faq__list .item-text,
.faq__list .item-text p {
  font-family: NotoSerif, sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #312723;
}
.faq .btn {
  margin-top: 40px;
}
.faq .btn:hover {
  background: transparent;
  color: #F8470A;
}

.owner-banner {
  background-color: #F8470A;
  padding: 15px;
  border-radius: 80px;
  margin: 80px -15px 20px -15px;
}
.owner-banner__wrap {
  border: 1px solid #fff;
  border-radius: 80px;
  padding: 65px 0;
}
.owner-banner__icon {
  display: flex;
  justify-content: center;
  max-width: 33px;
  margin: 0 auto 20px auto;
}
.owner-banner__icon img {
  width: 100%;
}
.owner-banner__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 20px;
}
.owner-banner__text {
  font-family: NotoSerif, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.8);
}
.owner-banner__btn {
  max-width: 290px;
  display: flex;
  justify-content: center;
  grid-gap: 10px;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 24px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #312723;
  text-decoration: none;
  margin: 39px auto 0 auto;
}
.owner-banner__btn .icon {
  display: flex;
  width: 18px;
}

html,
body {
  scroll-behavior: smooth;
}
html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

.layout-wrap {
  max-width: 580px;
  background: #F4F2F0;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
.layout-wrap.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(86, 66, 59, 0.7);
  z-index: 5;
}

.container {
  width: calc(100% - 30px);
  max-width: 1280px;
  margin: auto;
}
.container.containermin {
  max-width: 1200px;
}

.text p,
.text li {
  font-family: Inter, sans-serif;
  color: #312723;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.text ul,
.text ol {
  margin: 0;
  padding: 0 0 0 11px;
}
.text ul {
  list-style: none;
}
.text ul li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.text ul li:not(:last-child) {
  margin-bottom: 4px;
}
.text ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #F8470A;
  position: absolute;
  left: 0;
  top: 10px;
}

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

.text-white {
  color: #ffffff;
}

.divider {
  display: flex;
  margin: 16px 0;
}
.divider.centered {
  justify-content: center;
}

.full-width {
  width: 100%;
  max-width: 100%;
}

/* Swiper Customize */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 2;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), rgba(255, 255, 255, 0.3);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #ffffff, #ffffff), #dbdbdb;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 10px;
}

.swiper-scrollbar {
  border-radius: 100px;
  background: #ffffff;
}

.swiper-scrollbar-drag {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #312723;
}
.swiper-scrollbar-drag::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjYiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSI1IiB3aWR0aD0iMiIgaGVpZ2h0PSI2IiByeD0iMSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTAiIHdpZHRoPSIyIiBoZWlnaHQ9IjYiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=");
}

.loc {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
.loc span {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}

/* Popup */
.pum-theme-menu-del-dia-theme {
  max-width: 580px !important;
  margin: 0 auto;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0 !important;
}

.pum-theme-menu-del-dia-theme .pum-title.popmake-title {
  font-family: NotoSerif, sans-serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 38px;
  text-align: center;
  color: #6D5147;
  margin-bottom: 20px;
}
.pum-theme-menu-del-dia-theme .pum-container.popmake {
  background: #f4f2f0;
  border-radius: 30px;
  padding: 63px 20px 30px 20px;
}
.pum-theme-menu-del-dia-theme .pum-content + .pum-close {
  width: 24px;
  padding: 0 !important;
  top: 15px !important;
  right: 15px !important;
  background-color: transparent !important;
  color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjY0NjQgMTkuMzUzNkwxOSAxOS43MDcxTDE5LjcwNzEgMTlMMTkuMzUzNiAxOC42NDY0TDE4LjY0NjQgMTkuMzUzNlpNMC42NDY0NDcgMS4zNTM1NUw5LjY0NjQ1IDEwLjM1MzZMMTAuMzUzNiA5LjY0NjQ1TDEuMzUzNTUgMC42NDY0NDdMMC42NDY0NDcgMS4zNTM1NVpNOS42NDY0NSAxMC4zNTM2TDE4LjY0NjQgMTkuMzUzNkwxOS4zNTM2IDE4LjY0NjRMMTAuMzUzNiA5LjY0NjQ1TDkuNjQ2NDUgMTAuMzUzNlpNOS42NDY0NSA5LjY0NjQ1TDAuNjQ2NDQ3IDE4LjY0NjRMMS4zNTM1NSAxOS4zNTM2TDEwLjM1MzYgMTAuMzUzNkw5LjY0NjQ1IDkuNjQ2NDVaTTEwLjM1MzYgMTAuMzUzNkwxOS4zNTM2IDEuMzUzNTVMMTguNjQ2NCAwLjY0NjQ0N0w5LjY0NjQ1IDkuNjQ2NDVMMTAuMzUzNiAxMC4zNTM2WiIgZmlsbD0iIzZENTE0NyIvPgo8L3N2Zz4K") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 20px !important;
}
.pum-theme-menu-del-dia-theme .pum-content.popmake-content {
  font-family: NotoSerif, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: rgba(109, 81, 71, 0.8);
}
.pum-theme-menu-del-dia-theme .pum-content.popmake-content button {
  width: 100%;
  max-width: 100%;
}
.pum-theme-menu-del-dia-theme .pum-content.popmake-content button:first-of-type {
  margin-top: 40px;
}
.pum-theme-menu-del-dia-theme .pum-content.popmake-content button:not(:first-of-type) {
  margin-top: -8px;
}

/* breadcrumb */
.site-breadcrumb {
  padding-left: 12px;
}
.site-breadcrumb a,
.site-breadcrumb span,
.site-breadcrumb p#breadcrumbs > span > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #312723;
  text-transform: none;
}
.site-breadcrumb p#breadcrumbs > span > span {
  padding-left: 3px;
}
.site-breadcrumb a.breadcrumb_last,
.site-breadcrumb span.breadcrumb_last {
  color: #707070 !important;
}
.site-breadcrumb a {
  position: relative;
  padding-right: 20px;
}
.site-breadcrumb a::after {
  content: "";
  display: block;
  width: 11px;
  height: 17px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMSAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNTk2NDkgMC41QzUuNTk2NDkgMC41IDUuNzg5NDcgOC4xMDAxNCAwIDguNjk5NzRDMS45MjA3OSA4LjgzMzA4IDUuNzg5NDcgMTIuMTAwMiA1LjU4Mjk0IDE2LjI5OTlDNi4zNjg0MiAxMS41MDAyIDcuMzMzMzMgOS45MDA2MSAxMSA5LjEwMDE2QzYuNTYxNCA4LjUwMDE1IDUuNTk2NDkgMC41IDUuNTk2NDkgMC41WiIgZmlsbD0iIzcwNzA3MCIvPgo8L3N2Zz4K");
  position: absolute;
  top: 1px;
  right: 0;
}

.w-100 {
  width: 100%;
  max-width: 100%;
}

.hidden {
  display: none !important;
}

.fancybox-bg {
  background: rgba(86, 66, 59, 0.7);
}

.fancybox-container {
  max-width: 580px;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.fancybox-content {
  background: #f4f2f0;
  border-radius: 30px;
}

.fancybox-slide--html {
  padding: 15px;
}

.popup-content {
  width: 100%;
  max-width: 550px;
  padding: 23px 15px 30px 15px;
}
.popup-content::-webkit-scrollbar {
  display: none;
}
.popup-content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #6d5147;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.popup-content button.fancybox-close-small {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjY0NjQgMTkuMzUzNkwxOSAxOS43MDcxTDE5LjcwNzEgMTlMMTkuMzUzNiAxOC42NDY0TDE4LjY0NjQgMTkuMzUzNlpNMC42NDY0NDcgMS4zNTM1NUw5LjY0NjQ1IDEwLjM1MzZMMTAuMzUzNiA5LjY0NjQ1TDEuMzUzNTUgMC42NDY0NDdMMC42NDY0NDcgMS4zNTM1NVpNOS42NDY0NSAxMC4zNTM2TDE4LjY0NjQgMTkuMzUzNkwxOS4zNTM2IDE4LjY0NjRMMTAuMzUzNiA5LjY0NjQ1TDkuNjQ2NDUgMTAuMzUzNlpNOS42NDY0NSA5LjY0NjQ1TDAuNjQ2NDQ3IDE4LjY0NjRMMS4zNTM1NSAxOS4zNTM2TDEwLjM1MzYgMTAuMzUzNkw5LjY0NjQ1IDkuNjQ2NDVaTTEwLjM1MzYgMTAuMzUzNkwxOS4zNTM2IDEuMzUzNTVMMTguNjQ2NCAwLjY0NjQ0N0w5LjY0NjQ1IDkuNjQ2NDVMMTAuMzUzNiAxMC4zNTM2WiIgZmlsbD0iIzZENTE0NyIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  right: 5px;
  top: 15px;
}

.acf-map {
  width: 100%;
  height: 200px;
  border-radius: 30px;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */