/*!
Theme Name: zavod
Theme URI: http://underscores.me/
Author: CODvinn
Author URI: https://codvinn.com/
Description: Description
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: zavod
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

zavod is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;1,300&display=swap");
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;
  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: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 29px;
}

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;
  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: #fff;
}

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%;
}

/* Links
--------------------------------------------- */
a {
  color: white;
  transition: 0.3s;
}

a:visited {
  color: white;
}

a:hover,
a:focus,
a:active {
  color: #ffcc00;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.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: inline-block;
}

/* 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 {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  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;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  color: white;
  overflow-x: hidden;
  background: black;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.button {
  border: 1px solid white;
  color: white;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  transition: 0.3s;
  display: block;
  position: relative;
  padding: 22px 88px 22px 28px;
  bottom: 36px;
}
.button:hover {
  border-color: #ffcc00;
  color: #ffcc00;
}
.button::after {
  content: "";
  position: absolute;
  background: url("img/left-arrow.png");
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 13px;
}

.main-menu {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-top: 41px;
}
.main-menu ul {
  display: flex;
}
.main-menu ul li {
  margin-right: 32px;
}
.main-menu ul li:nth-last-child(1) {
  margin-right: 0;
}

.main-padding {
  padding-top: 148px;
}

.breadcrumb-section {
  margin-top: 29px;
}
.breadcrumb-section .breadcrumb .post {
  margin: 0;
}
.breadcrumb-section .breadcrumb span[property=name] {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.breadcrumb-section .breadcrumb span[typeof=ListItem] {
  margin: 0 6px;
}
.breadcrumb-section .breadcrumb span[typeof=ListItem]:nth-last-child(1) {
  margin-right: 0;
}
.breadcrumb-section .breadcrumb span[typeof=ListItem]:nth-child(1) {
  margin-left: 0;
}
.breadcrumb-section .breadcrumb span.current-item {
  color: #ffcc00;
}

.meta-data {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #ffcc00;
  padding: 10px 15px;
  color: #333333;
  font-size: 1.6rem;
}
.meta-data__date {
  display: flex;
  align-items: center;
}
.meta-data__date img {
  margin-right: 6px;
}
.meta-data__separator {
  color: white;
  margin: 0 4px;
}

@media (max-width: 1140px) {
  .main-padding {
    padding-top: 230px;
  }
}
.fixed-body {
  overflow: hidden;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 148px;
}
.site-header.with-bg {
  background-position: center;
}
.site-header.with-bg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__wrapper .site-branding {
  margin-right: 50px;
}
.site-header__wrapper .custom-logo-link, .site-header__wrapper .site-branding {
  max-width: 203px;
  width: 100%;
  display: block;
}
.site-header__wrapper .js-toggle-phone {
  font-size: 2.4rem;
  line-height: 2.4rem;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.site-header__wrapper .js-toggle-phone::selection {
  background: transparent;
}
.site-header__wrapper .js-toggle-phone::after {
  content: "";
  position: absolute;
  background: url("img/play.png");
  width: 11px;
  height: 8px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.site-header__wrapper .main-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.site-header__wrapper .main-navigation__logo {
  display: none;
}
.site-header__wrapper .main-navigation__address {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-right: 15px;
}
.site-header__wrapper .main-navigation__topbar {
  display: flex;
  align-items: center;
}
.site-header__wrapper .main-navigation__phone-block {
  position: relative;
}
.site-header__wrapper .main-navigation__phone-block.active .js-toggle-phone::after {
  transform: translateY(-50%) scale(1, -1);
}
.site-header__wrapper .main-navigation__phone-block.active .main-navigation__phone {
  display: block;
}
.site-header__wrapper .main-navigation__phone {
  display: none;
  position: absolute;
  background: black;
  z-index: 1;
  width: 100%;
  margin: 0;
}
.site-header__wrapper .main-navigation__phone li {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.site-header__mobile-wrap {
  display: none;
}
.site-header__mobile {
  background: url("img/menu.png");
  width: 21px;
  height: 21px;
}

@media (max-width: 1170px) {
  .main-menu ul li {
    margin-right: 9px;
  }
}
@media (max-width: 1024px) {
  .site-header {
    height: 230px;
  }
  .site-header__mobile-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .site-header__wrapper {
    position: relative;
    flex-direction: column;
    align-items: center;
    margin-top: 29px;
  }
  .site-header .site-branding {
    margin: 12px auto 0;
  }
  .site-header .main-navigation {
    top: -29px;
    position: absolute;
    width: 100vw;
    left: -110vw;
    height: 100vh;
    overflow-y: auto;
    background: black;
  }
  .site-header .main-navigation__close {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
  .site-header .main-navigation__logo {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
  }
  .site-header .main-navigation__logo .custom-logo-link, .site-header .main-navigation__logo .site-branding {
    max-width: 113px;
  }
  .site-header .main-navigation.active {
    left: -15px;
  }
  .site-header .main-navigation__wrapper {
    overflow-y: auto;
    width: 100%;
    height: 100%;
  }
  .site-header .main-navigation__menu {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .site-header .main-navigation__menu ul {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .site-header .main-navigation__menu ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .site-header .main-navigation__address, .site-header .main-navigation__topbar {
    display: none;
  }
}
.site-footer {
  margin-top: 60px;
}
.site-footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.site-footer__logo {
  max-width: 134px;
  width: 100%;
}
.site-footer .main-menu {
  margin-top: 0;
}
.site-footer .main-menu ul {
  margin: 0;
}

.copyright {
  padding: 16px 0 9px;
  background: #ffcc00;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: black;
}
.copyright p {
  margin-bottom: 0;
}
.copyright__developer {
  text-align: center;
  display: block;
}
.copyright__developer a:hover {
  color: black;
}

@media (max-width: 1180px) {
  .site-footer__wrapper {
    flex-direction: column-reverse;
  }
  .site-footer .main-menu ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .site-footer {
    margin-top: 25px;
  }
  .site-footer__logo {
    margin-top: 10px;
  }
  .site-footer__wrapper {
    margin-bottom: 18px;
  }
  .site-footer .main-menu ul li {
    width: 46.3%;
    margin-bottom: 10px;
  }
  .site-footer .main-menu ul li:nth-child(odd) {
    margin-right: 17px;
    margin-left: 0;
    text-align: right;
  }
  .site-footer .main-menu ul li:nth-child(even) {
    margin-left: 17px;
    margin-right: 0;
    text-align: left;
  }
  .site-footer .main-menu ul li:nth-child(odd):nth-last-child(1) {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .site-footer .main-menu ul li {
    max-width: 44%;
  }
}
.home-section-1 {
  height: 651px;
  position: relative;
}
.home-section-1 .overlay {
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  z-index: 1;
}

.text-with-box {
  margin-top: 118px;
  margin-bottom: 134px;
}
.text-with-box__wrapper {
  border: 1px solid #797979;
  position: relative;
}
.text-with-box__wrapper .button-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  padding: 0 40px;
}
.text-with-box__header {
  position: absolute;
  left: 50%;
  top: -29px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 300;
  transform: translateX(-50%);
  margin: 0;
  background: black;
  padding: 0 40px;
  text-align: center;
}
.text-with-box__content {
  padding: 55px 26px;
  display: flex;
}
.text-with-box__text {
  max-width: 50%;
  width: 100%;
  margin-right: 15px;
}
.text-with-box__text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 25px;
}
.text-with-box__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.text-with-box__right {
  max-width: 50%;
  width: 100%;
  margin-left: 15px;
  position: relative;
}
.text-with-box__right p {
  max-width: 250px;
  font-style: italic;
  width: 100%;
  float: left;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-right: 7px;
  height: 156px;
  overflow: hidden;
  position: relative;
  padding-top: 10px;
  padding-left: 8px;
}
.text-with-box__right p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/quotation-marks.png");
  width: 52px;
  height: 45px;
  z-index: -1;
}
.text-with-box__image-wrapper {
  position: relative;
}
.text-with-box__image-1 {
  max-width: 264px;
  width: 100%;
  float: left;
  height: 302px;
  position: relative;
}
.text-with-box__image-1::after {
  content: "";
  width: 76px;
  height: 311px;
  border: 1px solid white;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -9px;
}
.text-with-box__image-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.text-with-box__image-2 {
  max-width: 359px;
  height: 201px;
  width: 100%;
  position: absolute;
  top: 173px;
}
.text-with-box__image-2--mobile {
  display: none;
}
.text-with-box__image-2::after {
  content: "";
  width: 76px;
  height: 210px;
  border: 1px solid white;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -9px;
}
.text-with-box__image-2 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.wp-pagenavi span, .wp-pagenavi a {
  margin: 0 10px;
}
.wp-pagenavi .current {
  color: #ffcc00;
}

.menu-block {
  padding: 103px 0 78px;
  position: relative;
}
.menu-block .overlay {
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-block .container {
  position: relative;
  z-index: 2;
}
.menu-block__header {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 56px;
}
.menu-block__description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}
.menu-block__description p:nth-last-child(1) {
  margin-bottom: 0;
}
.menu-block__wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 30px;
}
.menu-block__wrapper .dish {
  display: flex;
  flex-direction: column;
  background: black;
  padding: 25px 13px 13px;
  box-shadow: 0 0 18px 0 transparent;
  transition: 0.3s;
  border: 1px solid transparent;
}
.menu-block__wrapper .dish:hover {
  box-shadow: 0 0 18px 0 rgba(255, 180, 0, 0.35);
  border: 1px solid #ffcc00;
}
.menu-block__wrapper .dish__image {
  max-width: 230px;
  height: 222px;
  margin: 0 auto;
}
.menu-block__wrapper .dish__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.menu-block__wrapper .dish__title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: white;
  margin-top: 23px;
  flex-grow: 1;
}
.menu-block__wrapper .dish__description {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: white;
  padding: 14px 0 20px;
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
  margin-top: 15px;
}
.menu-block__wrapper .dish__description p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: white;
}
.menu-block__wrapper .dish__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.menu-block__wrapper .dish__count, .menu-block__wrapper .dish__price {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  font-weight: 400;
}
.menu-block .button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 37px;
}
.menu-block .button-wrap .button {
  bottom: 0;
  display: inline-block;
}

.text-with-image {
  position: relative;
  padding-bottom: 95px;
  padding-top: 105px;
}
.text-with-image.right .text-with-image__wrapper {
  flex-direction: row-reverse;
}
.text-with-image.right .text-with-image__text {
  margin-right: 0;
  margin-left: 15px;
}
.text-with-image.right .text-with-image__image {
  margin-left: 0;
  margin-right: 15px;
}
.text-with-image .overlay {
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-with-image .container {
  position: relative;
  z-index: 2;
}
.text-with-image__wrapper {
  display: flex;
  align-items: center;
}
.text-with-image__content {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}
.text-with-image__content p:nth-last-child(1) {
  margin-bottom: 0;
}
.text-with-image__text {
  max-width: 50%;
  width: 100%;
  margin-right: 15px;
}
.text-with-image__header {
  font-size: 4.4rem;
  line-height: 1.2;
  color: white;
  font-weight: 300;
}
.text-with-image__header--mobile {
  display: none;
}
.text-with-image__button {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.text-with-image__button .button {
  bottom: 0;
}
.text-with-image__separator {
  flex-grow: 1;
  background: #797979;
  height: 1px;
  margin-right: 36px;
}
.text-with-image__image {
  max-width: 50%;
  width: 100%;
  margin-left: 15px;
  position: relative;
}
.text-with-image__image::after {
  content: "";
  width: 76px;
  height: 101.75%;
  border: 1px solid white;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -9px;
}

.home-section-5.not-with-image .text-with-image {
  padding-top: 0;
}

.slider-block {
  margin-top: 103px;
  margin-bottom: 60px;
}
.slider-block--reverse .slider-block__content {
  padding: 55px 28px 62px 25px;
}
.slider-block--reverse .slider-block__header {
  margin-top: 13px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.slider-block--reverse .slider-block__header span {
  display: none;
}
.slider-block--reverse .slider-block__description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}
.slider-block__wrapper {
  border: 1px solid #797979;
  position: relative;
}
.slider-block__content {
  padding: 52px 28px 84px 28px;
}
.slider-block__title {
  position: absolute;
  left: 50%;
  top: -29px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 300;
  transform: translateX(-50%);
  margin: 0;
  background: black;
  padding: 0 40px;
}
.slider-block__header {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 18px;
  display: block;
  flex-grow: 1;
}
.slider-block__header span {
  display: inline-block;
  float: right;
}
.slider-block__navigation {
  display: flex;
  align-items: center;
  margin-top: 36px;
}
.slider-block__navigation .swiper-button-next, .slider-block__navigation .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}
.slider-block__navigation .swiper-button-next::after, .slider-block__navigation .swiper-button-prev::after {
  content: none;
}
.slider-block__navigation .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.slider-block__navigation .swiper-pagination-progressbar {
  background: white;
  height: 1px;
  margin: 0 17px;
}
.slider-block__navigation .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffcc00;
  box-shadow: 0 0 3px 3px rgba(255, 180, 0, 0.35);
}
.slider-block__navigation .swiper-button-prev, .slider-block__navigation .swiper-button-next {
  background: url("img/play.png") no-repeat;
  width: 13px;
  height: 17px;
  margin-bottom: 0;
  background-size: contain;
  transform: rotate(90deg);
}
.slider-block__navigation .swiper-button-next {
  transform: rotate(270deg);
}
.slider-block .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.slider-block__image {
  max-width: 331px;
  height: 185px;
  position: relative;
  padding-bottom: 10px;
}
.slider-block__image::after {
  content: "";
  width: 76px;
  height: 193px;
  border: 1px solid white;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -9px;
}
.slider-block__image img {
  width: 331px;
  height: 185px;
  object-fit: cover;
}
.slider-block .button-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  padding: 0 40px;
}

.contact-block__wrapper {
  display: flex;
  align-items: center;
}
.contact-block__map {
  display: block;
  max-width: 654px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contact-block__information {
  padding-right: 31px;
  position: relative;
  border: 1px solid #797979;
  margin-right: -2px;
  padding-left: 19px;
  padding-bottom: 36px;
}
.contact-block__header {
  position: absolute;
  left: 15px;
  top: -20px;
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 300;
  display: none;
  background: black;
  padding: 0 13px;
}
.contact-block ul {
  margin: 0;
}
.contact-block .contact-info {
  padding-top: 38px;
}
.contact-block .contact-info > li {
  padding-left: 30px;
}
.contact-block .contact-info li {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 28px;
  position: relative;
}
.contact-block .contact-info li ul li {
  margin-bottom: 0;
}
.contact-block .contact-info li ul li .contact-block__info {
  display: flex;
  align-items: center;
}
.contact-block .contact-info li ul li .social-links {
  margin-left: 3px;
  margin-right: 7px;
}
.contact-block .contact-info li p {
  margin-bottom: 0;
}
.contact-block .contact-info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.contact-block .contact-info li.map-point::before {
  background-image: url("img/pointer.png");
  width: 23px;
  height: 23px;
  top: 5px;
}
.contact-block .contact-info li.time-work::before {
  background-image: url("img/clock.png");
  width: 22px;
  height: 22px;
}
.contact-block .contact-info li.phone {
  margin-bottom: 23px;
}
.contact-block .contact-info li.phone::before {
  background-image: url("img/phone-call.png");
  width: 22px;
  height: 22px;
}
.contact-block .contact-info li.email {
  margin-bottom: 0;
}
.contact-block .contact-info li.email::before {
  background-image: url("img/email.png");
  width: 21px;
  height: 16px;
  top: 4px;
}
.contact-block .contact-info li.message {
  display: none;
  margin-bottom: 0;
}
.contact-block .contact-info li.message::before {
  background-image: url("img/message.png");
  width: 22px;
  height: 21px;
  top: 3px;
}
.contact-block__title {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 22px 0 22px;
}

.home-section-10 {
  margin-top: 134px;
}
.home-section-10 .contact-block__wrapper {
  flex-direction: row-reverse;
}
.home-section-10 .contact-block__information {
  padding-left: 31px;
  margin-left: -2px;
  padding-right: 60px;
}
.home-section-10 .contact-block__header {
  display: block;
}
.home-section-10 .contact-info {
  padding-top: 65px;
}
.home-section-10 .contact-info li.email {
  margin-bottom: 22px;
}
.home-section-10 .contact-info li.email::before {
  background-image: url("img/email.png");
  width: 21px;
  height: 16px;
  top: 4px;
}
.home-section-10 .contact-info li.message {
  display: block;
}

.contact-form {
  margin-top: 100px;
}
.contact-form p {
  margin-bottom: 0;
}
.contact-form__wrapper {
  border: 1px solid #797979;
  position: relative;
}
.contact-form__header {
  position: absolute;
  left: 50%;
  top: -29px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 300;
  transform: translateX(-50%);
  margin: 0;
  background: black;
  padding: 0 28px;
}
.contact-form__form {
  padding: 90px 28px 74px 28px;
}
.contact-form .form-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contact-form .form-row span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-right: 30px;
}
.contact-form .form-row span.wpcf7-form-control-wrap:nth-last-child(1) {
  margin-right: 0;
}
.contact-form .form-row span input {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffcc00;
  padding: 0 25px 8px;
}
.contact-form .form-row span input::placeholder, .contact-form .form-row span input ::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.contact-form textarea {
  resize: none;
  height: 135px;
  margin-top: 25px;
  background: transparent;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #ffcc00;
  padding: 0 25px 8px;
}
.contact-form textarea::placeholder, .contact-form textarea ::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.contact-form .button {
  bottom: 0;
  margin: 75px auto 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  padding: 22px 152px 22px 18px;
}
.contact-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
}
.contact-form .wpcf7-response-output {
  display: none !important;
  border: none !important;
  padding: 0 0 0 0 !important;
  margin: 0 auto !important;
  text-align: center;
}
.contact-form br {
  display: none;
}
.contact-form .wpcf7-form.sent .form-row, .contact-form .wpcf7-form.sent p {
  display: none;
}
.contact-form .wpcf7-form.sent .wpcf7-response-output {
  display: block !important;
}

.text-with-block-row__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 30px;
  width: auto;
}
.text-with-block-row__image {
  max-width: 349px;
  height: 195px;
  position: relative;
  padding-bottom: 8px;
}
.text-with-block-row__image img {
  width: 349px;
  height: 195px;
  object-fit: cover;
}
.text-with-block-row__image::after {
  content: "";
  width: 80px;
  height: 203px;
  border: 1px solid white;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -9px;
}
.text-with-block-row__description {
  margin-top: 28px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}

.entry-content p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.entry-content h2 {
  margin-bottom: 45px;
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 300;
}
.entry-content .text-with-block--acf {
  margin-bottom: 45px;
}
.entry-content h3 {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 10px;
}

.menu-block--acf {
  padding-top: 0;
  margin-top: 14px;
  padding-bottom: 0;
}

.karaoke-section-1 {
  padding-top: 148px;
  padding-bottom: 143px;
  position: relative;
}
.karaoke-section-1 .overlay {
  background: black;
  width: 100%;
  height: 101%;
  opacity: 0.75;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.karaoke-section-1 .container {
  position: relative;
  z-index: 2;
}

.block-with-contact {
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.block-with-contact .button {
  bottom: 0;
  display: inline-block;
}
.block-with-contact__text {
  max-width: 585px;
  width: 100%;
  margin-left: 43px;
}
.block-with-contact__contact {
  margin-left: 44px;
}
.block-with-contact__header {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 14px;
}
.block-with-contact__description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 48px;
}
.block-with-contact .contact-block__wrapper {
  max-width: 456px;
}
.block-with-contact .contact-block__information {
  padding-left: 24px;
  margin-left: 0;
  padding-bottom: 42px;
}
.block-with-contact .contact-block .contact-info {
  padding-top: 33px;
}

.karaoke-section-2 {
  margin-top: 20px;
}

.page-template-karaoke-page-template .breadcrumb-section {
  margin-top: 33px;
}

.text-with-box--acf {
  margin-top: 42px;
  margin-bottom: 32px;
}
.text-with-box--acf .text-with-box__content {
  display: block;
}
.text-with-box--acf .text-with-box__wrapper-inside {
  display: flex;
}

.same-posts .slider-block {
  margin-top: 40px;
}
.same-posts .slider-block__header {
  margin-top: 10px;
  margin-bottom: 0;
}
.same-posts .slider-block__wrapper {
  border: none;
}
.same-posts .slider-block__title {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  padding: 0;
  margin-bottom: 45px;
}
.same-posts .slider-block__content {
  padding: 0;
}
.same-posts .slider-block__image {
  max-width: 349px;
  height: 195px;
}
.same-posts .slider-block__image img {
  width: 349px;
  height: 195px;
}
.same-posts .slider-block .button-wrap {
  position: relative;
  transform: none;
  left: 0;
  text-align: center;
  padding: 0;
  margin-top: 70px;
}
.same-posts .slider-block .button-wrap .button {
  bottom: 0;
  display: inline-block;
}

.menu-categories {
  margin-top: 54px;
}
.menu-categories__category {
  display: flex;
  align-items: center;
  background: transparent;
  transition: 0.3s;
  width: 100%;
  justify-content: space-between;
  border: 1px solid white;
  color: white;
  padding: 13px 15px 12px 13px;
}
.menu-categories__category:hover, .menu-categories__category.active {
  background: #ffcc00;
  color: black;
  border-color: transparent;
}
.menu-categories__category:hover .menu-categories__image, .menu-categories__category.active .menu-categories__image {
  display: none;
}
.menu-categories__category:hover .menu-categories__image--hover, .menu-categories__category.active .menu-categories__image--hover {
  display: block;
}
.menu-categories__title {
  font-size: 1.8rem;
  font-weight: 400;
}
.menu-categories__image {
  transition: 0.3s;
}
.menu-categories__image--hover {
  display: none;
}
.menu-categories__image-wrapper {
  position: relative;
}
.menu-categories__wrapper {
  border: 1px solid #797979;
  position: relative;
}
.menu-categories__header {
  position: absolute;
  left: 50%;
  top: -29px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 300;
  transform: translateX(-50%);
  margin: 0;
  background: black;
  padding: 0 40px;
}
.menu-categories__content {
  padding: 44px 39px 41px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 30px;
}

.menu-block__title {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}
.menu-block--paged {
  padding-top: 0;
}
.menu-block--paged .dish {
  border: 1px solid #434343;
}
.menu-block--paged2 {
  padding-top: 93px;
}
.menu-block--paged2 .button {
  bottom: 0;
  display: inline-block;
}
.menu-block--paged2 .button-wrap {
  margin-top: 70px;
}
.menu-block--paged2 .menu-block__wrapper {
  margin-top: 77px;
}

.single-product {
  margin-top: 50px;
  margin-bottom: 83px;
}
.single-product__bottom {
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
  padding: 9px 0 8px;
}
.single-product__bottom p {
  margin-bottom: 0;
}
.single-product__gallery {
  max-width: 461px;
  width: 100%;
}
.single-product__text {
  margin-left: 25px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}
.single-product__sostav {
  font-weight: 400;
  font-size: 2rem;
  color: #ffcc00;
  margin-bottom: 8px;
}
.single-product__wrapper {
  border: 1px solid #797979;
  position: relative;
}
.single-product__header {
  position: absolute;
  left: 50%;
  top: -29px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 300;
  transform: translateX(-50%);
  margin: 0;
  background: black;
  padding: 0 40px;
  white-space: nowrap;
}
.single-product__content {
  display: flex;
  padding: 50px 19px 20px 27px;
}
.single-product .swiper-slide img {
  margin: 0 auto;
}

.text-with-block-row .container {
  position: relative;
  z-index: 1;
}
.text-with-block-row__header {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 42px;
  text-align: center;
  padding-top: 38px;
}
.text-with-block-row--image {
  position: relative;
  padding-bottom: 42px;
}
.text-with-block-row--image .overlay {
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-with-block-row--border {
  border: 1px solid #797979;
  position: relative;
}
.text-with-block-row--border .text-with-block-row__header {
  position: absolute;
  left: 50%;
  top: -29px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 300;
  transform: translateX(-50%);
  margin: 0;
  background: black;
  padding: 0 20px;
}
.text-with-block-row--border .text-with-block-row__wrapper {
  padding: 65px 32px 52px 23px;
}

.home-section-1, .home-section-3, .home-section-4, .home-section-5, .home-section-6, .home-section-8, .karaoke-section-1,
.text-with-block-row--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-section-9 .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 30px;
}

.swiper-mobile .slider-block__navigation {
  display: none;
}

@media (max-width: 1180px) {
  .text-with-box__text {
    max-width: 41%;
  }
  .text-with-box__right {
    max-width: 59%;
  }
}
@media (max-width: 1024px) {
  .home-section-1 {
    height: 100vh;
    background-size: cover;
    background-position: center;
  }

  .text-with-box {
    margin-top: 102px;
    margin-bottom: 70px;
  }
  .text-with-box p {
    margin-bottom: 24px;
  }
  .text-with-box__content {
    flex-direction: column;
  }
  .text-with-box__text {
    max-width: 100%;
    margin-right: 0;
  }
  .text-with-box__header {
    padding: 0 10px;
    max-width: 430px;
    margin: 0 auto;
    top: -24px;
    font-size: 3.6rem;
  }
  .text-with-box__right {
    max-width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .text-with-box__right p {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 18px;
  }
  .text-with-box__image-2 {
    display: none;
    top: 0;
    position: relative;
    right: -26px;
    z-index: 1;
  }
  .text-with-box__image-2::after {
    top: auto;
    height: 50px;
    bottom: -9px;
    border-top: 0;
  }
  .text-with-box__image-2--mobile {
    display: block;
  }
  .text-with-box__image-1 {
    position: relative;
    margin-bottom: 40px;
    left: -26px;
  }
  .text-with-box__image-wrapper-2 {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 5px;
  }
  .text-with-box__contnet {
    padding: 57px 5px 61px;
  }
  .text-with-box__wrapper .button-wrap {
    padding: 0 24px;
  }

  .menu-block {
    padding: 50px 0 64px;
  }
  .menu-block__wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
  .menu-block__description {
    display: none;
  }
  .menu-block__header {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }

  .block-with-contact {
    margin-top: -16px;
  }
  .block-with-contact__header {
    font-size: 3.6rem;
    margin: 0 0 17px;
  }
  .block-with-contact .button {
    display: block;
    text-align: center;
    width: 100%;
  }
  .block-with-contact__description {
    margin-bottom: 0;
  }
  .block-with-contact__contact {
    margin-top: 26px;
  }
  .block-with-contact__information {
    margin-right: 0;
    padding: 25px 8px 28px 8px;
  }

  .karaoke-section-1 {
    padding-bottom: 36px;
    padding-top: 230px;
  }

  .entry-content {
    margin-top: 22px;
  }
  .entry-content h2 {
    font-size: 3.6rem;
    margin-bottom: 31px;
  }
}
@media (max-width: 991px) {
  .menu-categories__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-categories__header {
    white-space: nowrap;
  }

  .text-with-block-row__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-product {
    margin-bottom: 57px;
  }
  .single-product__header {
    white-space: normal;
    text-align: center;
    font-size: 3.6rem;
  }
  .single-product__content {
    flex-direction: column;
    justify-content: center;
    padding: 57px 8px 45px;
  }
  .single-product__gallery {
    max-width: 100%;
  }
  .single-product__text {
    max-width: 100%;
    margin-left: 0;
    margin-top: 26px;
  }
  .single-product__navigation {
    margin-top: 40px;
  }
  .single-product__bottom {
    margin-top: 12px;
    padding: 9px 10px 8px;
  }

  .block-with-contact {
    flex-direction: column;
  }
  .block-with-contact__text {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .block-with-contact__contact {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .contact-form__header {
    font-size: 3.6rem;
    white-space: nowrap;
  }
}
@media (max-width: 790px) {
  .single-product__header {
    top: -48px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 67px;
  }
  .contact-form__header {
    padding: 0;
    top: -21px;
  }
  .contact-form__form {
    padding: 50px 8px 42px;
  }
  .contact-form textarea {
    margin-top: 0;
    height: 130px;
  }
  .contact-form .button {
    margin-top: 40px;
    padding: 22px 65px 22px 15px;
    width: 100%;
  }
  .contact-form .button::after {
    right: 15px;
  }
  .contact-form .form-row {
    flex-direction: column;
  }
  .contact-form .form-row span.wpcf7-form-control-wrap {
    margin-right: 0;
    margin-bottom: 28px;
  }

  .copyright {
    font-size: 1.6rem;
  }

  .swiper-mobile .slider-block__navigation {
    display: flex;
  }

  .text-with-block-row {
    padding-bottom: 13px;
  }
  .text-with-block-row__header {
    font-size: 3.6rem;
    margin-bottom: 17px;
    padding-top: 30px;
  }
  .text-with-block-row--image {
    padding-bottom: 47px;
  }
  .text-with-block-row--border {
    padding: 65px 8px 33px;
    margin-top: 50px;
  }
  .text-with-block-row--border .text-with-block-row__header {
    font-size: 3.6rem;
    top: -42px;
  }
  .text-with-block-row--border .text-with-block-row__wrapper {
    padding: 0;
  }
  .text-with-block-row--border .text-with-block-row__image {
    padding-right: 10px;
  }
  .text-with-block-row--border .text-with-block-row__image::after {
    right: 0;
  }
  .text-with-block-row__wrapper {
    display: flex;
    grid-gap: 0;
    width: 100%;
  }
  .text-with-block-row__image {
    padding-right: 10px;
  }
  .text-with-block-row__image::after {
    right: 0;
  }

  .text-with-box__content {
    padding: 60px 7px;
  }

  .contact-section-1 .container {
    padding: 0;
  }
  .contact-section-1 .contact-block__title {
    margin-bottom: 12px;
  }
  .contact-section-1 .contact-block__information {
    padding: 24px 15px 24px 7px;
    max-width: calc(100% - 15px);
    width: 100%;
    margin: 0 auto;
  }

  .home-section-10 .contact-block__wrapper {
    flex-direction: column;
  }

  .contact-block__wrapper {
    flex-direction: column-reverse;
  }
  .contact-block__header {
    font-size: 3.6rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
  }
  .contact-block .contact-info {
    padding-top: 0;
  }

  .home-section-10 {
    margin-top: 117px;
  }
  .home-section-10 .container {
    padding: 0;
  }
  .home-section-10 .contact-info {
    padding-top: 0;
  }
  .home-section-10 .contact-block__wrapper {
    flex-direction: column;
  }
  .home-section-10 .contact-block__information {
    max-width: calc(100% - 15px);
    width: 100%;
    margin: 0 auto;
    padding: 47px 9px 37px 7px;
  }

  .home-section-9 .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .menu-block__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .text-with-image {
    padding-bottom: 24px;
    padding-top: 41px;
  }
  .text-with-image.right .text-with-image__wrapper {
    flex-direction: column-reverse;
  }
  .text-with-image.right .text-with-image__text {
    margin-left: 0;
  }
  .text-with-image.right .text-with-image__image {
    margin-right: 0;
  }
  .text-with-image__wrapper {
    flex-direction: column-reverse;
  }
  .text-with-image__text {
    max-width: 100%;
    margin-right: 0;
  }
  .text-with-image__image {
    max-width: 100%;
    margin-left: 0;
  }
  .text-with-image__image img {
    width: 100%;
  }
  .text-with-image__header {
    display: none;
    margin-bottom: 25px;
    font-size: 3.6rem;
  }
  .text-with-image__header--mobile {
    display: block;
    text-align: center;
  }
  .text-with-image__content {
    margin-top: 16px;
  }
  .text-with-image__separator {
    margin-right: 27px;
  }

  .slider-block {
    margin-top: 61px;
  }

  .text-with-box__header {
    max-width: 350px;
    top: -54px;
  }

  .slider-block {
    margin-bottom: 45px;
  }
  .slider-block .swiper-slide {
    align-items: center;
  }
  .slider-block__title {
    font-size: 3.6rem;
  }
  .slider-block__header {
    margin-bottom: 10px;
  }
  .slider-block__navigation {
    margin-top: 18px;
  }
  .slider-block .button-wrap {
    padding: 0 20px;
  }
  .slider-block--reverse .slider-block__header {
    width: 100%;
  }
  .slider-block--reverse .slider-block__content {
    padding: 35px 8px 88px 9px;
  }
  .slider-block__content {
    padding: 35px 8px 88px 9px;
  }
  .slider-block__title {
    padding: 0 10px;
  }

  .home-section-7 .container {
    padding: 0 7px 0 4px;
  }

  .home-section-8 .text-with-image__header {
    text-align: left;
  }

  .entry-content .menu-block {
    margin-top: 0;
    padding-top: 14px;
  }
  .entry-content .text-with-block--acf {
    margin-top: 45px;
  }
  .entry-content .text-with-block--acf .text-with-image__button .button {
    padding: 22px 112px 22px 28px;
  }
  .entry-content .text-with-block--acf .text-with-image__content {
    margin-top: 24px;
  }

  .text-with-box--acf .text-with-box__wrapper-inside {
    flex-direction: column;
  }

  .entry-content h3 {
    font-size: 3rem;
    text-align: center;
  }
  .entry-content .text-with-block--acf {
    margin-bottom: 20px;
  }

  .same-posts .slider-block__title {
    font-size: 3.6rem;
    margin-bottom: 24px;
  }

  .post-type-archive-menu .menu-block {
    padding-top: 8px;
  }

  .contact-block__title {
    font-size: 3.6rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .menu-categories .container {
    padding: 0 8px;
  }
  .menu-categories__content {
    grid-template-columns: repeat(1, 1fr);
    padding: 48px 8px 27px;
  }
  .menu-categories__header {
    white-space: normal;
    text-align: center;
    font-size: 3.6rem;
    top: -50px;
  }
}
@media (max-width: 500px) {
  .text-with-block-row__image {
    max-width: 282px;
    height: 158px;
    margin: 0 auto;
  }
  .text-with-block-row__image img {
    width: 282px;
    height: 158px;
    margin-left: auto;
  }
  .text-with-block-row__image::after {
    width: 64px;
    height: 164px;
  }

  .text-with-block-row__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-section-9 .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .post-type-archive-menu .menu-block__wrapper {
    padding: 0 15px;
  }

  .menu-block__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 415px) {
  .text-with-box__image-wrapper-2 {
    position: relative;
    display: block;
  }
  .text-with-box__image-1 {
    max-width: 143px;
    height: 163px;
    left: 43.8%;
  }
  .text-with-box__image-1::after {
    height: 168px;
    width: 41px;
  }
  .text-with-box__image-1 img {
    width: 143px;
    height: 163px;
  }
  .text-with-box__image-2 {
    position: absolute;
    max-width: 194px;
    height: 109px;
    right: 0;
    left: 30px;
    bottom: 0;
    top: auto;
  }
  .text-with-box__image-2::after {
    width: 41px;
  }
  .text-with-box__image-2 img {
    width: 194px;
    height: 109px;
  }
}
@media (max-width: 380px) {
  .text-with-box__image-2 {
    left: 0;
  }
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{
  background: url('img/modal-bg.png') 0 0 no-repeat;
  background-size: cover;
}

/*# sourceMappingURL=style.css.map */
.form-fiz {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: transparent;
  border: none;
  /*border-bottom: 1px solid #ffcc00;*/
  padding: 0 25px 8px;
}

/* простой стиль для отключённой кнопки / спиннера */
.cfc-is-submitting {
    opacity: 0.7;
    pointer-events: none;
}

.cfc-spinner {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
}

/* если используете SVG, можно добавить анимацию */
.cfc-spinner svg {
    animation: cfc-spin 1s linear infinite;
}
@keyframes cfc-spin {
    100% { transform: rotate(360deg); }
}
