@import url(../fonts/fonts.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
html a {
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
input:focus {
  border: 0;
  outline: 0;
}

button:focus {
  outline: 0;
}

* {
  -webkit-locale: auto;
  white-space: normal;
}

html {
  background-color: #fff;
}

body {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

.hidden {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

input,
button,
textarea {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

b {
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

.container {
  max-width: 1640px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

/*------------------------Grid Style------------------------*/
.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.d-none {
  display: none;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col-lg-6,
.col-lg-3,
.col-lg-4 {
  grid-gap: 30px;
}

.gap-column {
  grid-column-gap: 30px;
}

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

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

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

.gap-0 {
  grid-gap: 0;
}

/*------------------------Indentation------------------------*/
.m-t-8 {
  margin-top: 8px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.m-t-16 {
  margin-top: 16px !important;
}

.m-b-16 {
  margin-bottom: 16px !important;
}

.m-t-18 {
  margin-top: 18px !important;
}

.m-b-18 {
  margin-bottom: 18px !important;
}

.m-t-24 {
  margin-top: 24px !important;
}

.m-b-24 {
  margin-bottom: 24px !important;
}

.m-t-36 {
  margin-top: 36px !important;
}

.m-b-36 {
  margin-bottom: 36px !important;
}

.m-t-48 {
  margin-top: 48px !important;
}

.m-b-48 {
  margin-bottom: 48px !important;
}

/*------------------------Font & Text------------------------*/
.font-s-14 {
  font-size: 14px !important;
}

.font-s-18 {
  font-size: 18px !important;
}

.font-s-24 {
  font-size: 24px !important;
}

.font-s-36 {
  font-size: 36px !important;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-600 {
  font-weight: 600;
}

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

@media (max-width: 996px) {
  .col-lg-6,
  .col-lg-12 {
    grid-template-columns: 1fr;
  }
  .col-md-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-md-12 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .col-md-6,
  .col-md-12 {
    grid-template-columns: 1fr;
  }
  .sm-d-none {
    display: none;
  }
}

/*------------------------Global------------------------*/
.black-body {
  background: #000;
}

.black-body body {
  color: #fff;
  background: #000;
  overflow: hidden;
}

.black-body body a {
  color: #fff;
}

.title-box {
  font-weight: 600;
  font-size: 48px;
  line-height: 66px;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}

.text-white {
  color: #fff;
}

.section {
  position: relative;
  padding: 80px 20px;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.section-bg {
  position: absolute;
  z-index: 2;
  min-height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  overflow: hidden;
}

.section-bg img {
  position: absolute;
  height: 100%;
  max-width: initial;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.section-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.wrap-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  z-index: 2;
}

.btn {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0 48px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn-border {
  border: 1px solid #fff;
  line-height: 46px;
}

.btn-border:hover {
  color: #000;
  background: #fff;
}

.btn-small-border {
  border: 1px solid #000;
  line-height: 46px;
  padding: 0 24px;
  color: #000;
  height: 24px;
  font-size: 14px;
  line-height: 19px;
}

.btn-small-border:hover {
  background: #000;
  color: #fff;
}

.fullpage {
  position: relative;
  overflow: hidden;
  -webkit-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s;
}

.m-visible {
  display: none;
}

.content {
  margin-top: 129px;
}

.fp-tableCell {
  width: 100%;
}

/*------------------------Preloader------------------------*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #FBFBFB;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loaded {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  visibility: visible;
  opacity: 1;
}

/*------------------------Navbar------------------------*/
.navbar {
  position: fixed;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 9;
}

.navbar .nav-wrap {
  padding: 19px 0;
  border-bottom: 1px solid #000;
  font-size: 14px;
  background: #fff;
}

.navbar .logo {
  display: block;
  background: url(../images/logo-black.svg) no-repeat;
  width: 144px;
  height: 42px;
  margin-right: 80px;
}

.navbar .topmenu li {
  margin: 0 24px;
}

.navbar .topmenu a {
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.navbar .topmenu a:after {
  position: absolute;
  bottom: -32px;
  left: 50%;
  content: '';
  height: 0;
  width: 1px;
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.navbar .topmenu a:hover:after, .navbar .topmenu a.active:after {
  height: 28px;
}

.navbar .topmenu-info li {
  font-size: 14px;
  padding: 0 16px;
}

.navbar .topmenu-info li.droplink {
  border-left: 1px solid #000;
  padding: 0 0 0 16px;
}

.navbar .topmenu-info li.droplink {
  position: relative;
}

.navbar .topmenu-info li.droplink > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .topmenu-info li.droplink > a svg {
  margin-left: 8px;
}

.navbar .topmenu-info li.droplink .dropmenu {
  visibility: hidden;
  position: absolute;
  padding: 12px 0;
  top: 40px;
  right: 0;
  background: #fff;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.navbar .topmenu-info li.droplink .dropmenu li {
  padding: 0;
  border-right: 0;
}

.navbar .topmenu-info li.droplink .dropmenu li a {
  display: block;
  line-height: 19px;
  color: #000;
  padding: 4px 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.navbar .topmenu-info li.droplink .dropmenu li a:hover {
  opacity: 0.5;
}

.navbar .topmenu-info li.droplink.active .dropmenu {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.navbar .burger {
  display: none;
  margin-left: 24px;
  cursor: pointer;
  width: 24px;
  height: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar .burger div {
  width: 24px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .burger div .line2 {
  margin: 6px 0;
}

.navbar .burger:hover div {
  opacity: 0.6;
}

.navbar .burger.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
      -ms-transform: rotate(-45deg) translate(-6px, 5px);
          transform: rotate(-45deg) translate(-6px, 5px);
}

.navbar .burger.toggle .line2 {
  opacity: 0;
}

.navbar .burger.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
      -ms-transform: rotate(45deg) translate(-6px, -5px);
          transform: rotate(45deg) translate(-6px, -5px);
}

.black-body .navbar .nav-wrap {
  background: transparent;
  border-bottom: 1px solid #fff;
}

.black-body .navbar .logo {
  background: url(../images/logo.svg) no-repeat;
}

.black-body .navbar .topmenu a:after {
  background: #fff;
}

.black-body .navbar .topmenu-info li.droplink {
  border-left: 1px solid #fff;
}

.black-body .navbar .burger div {
  background: #fff;
}

/*------------------------Header------------------------*/
.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - 160px);
  width: 100%;
  z-index: 2;
}

.header .header-info .header-desc {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
}

.header .header-footer .header-menu {
  display: block;
  width: 350px;
  border: 1px solid #fff;
  padding: 23px;
  background: #fff;
  color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 300;
}

.header .header-footer .header-menu:hover {
  background: none;
  color: #fff;
}

.header .header-footer .header-menu .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

.header .header-footer .stamp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 40px 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-footer .stamp .stamp-text {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  -webkit-animation: 12s linear 0s normal none infinite running rotate;
          animation: 12s linear 0s normal none infinite running rotate;
}

.header .header-footer .stamp:hover .stamp-text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*------------------------About Us------------------------*/
.about-us .about-us-info {
  max-width: 540px;
  width: 100%;
  position: relative;
  z-index: 2;
  line-height: 35px;
}

/*------------------------Gallery------------------------*/
.gallery {
  overflow: hidden;
}

.gallery-box {
  margin: 96px -20px 0;
}

.gallery-box .gallery-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
}

.gallery-box .gallery-items:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.gallery-box .gallery-items a,
.gallery-box .gallery-items .swiper-slide {
  position: relative;
  display: block;
  width: 465px;
  height: 420px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}

.gallery-box .gallery-items a img,
.gallery-box .gallery-items .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  max-width: inherit;
}

/*------------------------Contacts------------------------*/
.contacts {
  font-size: 18px;
  font-weight: 300;
}

.contacts .map {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: -110px;
  top: -110px;
  left: 50%;
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

.contacts .map iframe {
  position: relative;
  width: 100%;
  height: 100%;
  left: -20%;
}

.contacts .map:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d5d4d4;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.contacts .map:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
}

.contacts .map-box {
  position: relative;
  z-index: 3;
  width: 305px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts .contacts-list .contact-item {
  line-height: 35px;
}

.contacts .contacts-list .contact-item .title {
  font-weight: 500;
}

.contacts .social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  font-size: 14px;
}

.contacts .social-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contacts .social-link a:not(:last-child) {
  margin-right: 24px;
}

.contacts .social-link a img {
  margin-right: 8px;
}

/*------------------------Menu Page------------------------*/
.title-page {
  font-weight: 600;
  font-size: 48px;
  line-height: 66px;
  margin-bottom: 48px;
}

.menu-box {
  display: grid;
  grid-template-columns: 255px 1fr;
  grid-gap: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.menu-box .menu-type {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.menu-box .menu-type ul {
  border: 1px solid #000;
  padding: 0 24px;
}

.menu-box .menu-type ul li {
  margin: 24px 0;
}

.menu-box .menu-type ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-box .menu-type ul li a span {
  display: none;
}

.menu-box .menu-type ul li a.active {
  font-weight: 600;
}

.menu-box .menu-type ul li a.active span {
  display: block;
}

.menu-box .menu-type ul li a:hover span {
  display: block;
}

.menu-list {
  position: relative;
  margin-top: 115px;
}

.menu-list:before {
  content: '';
  position: fixed;
  top: 0;
  height: 245px;
  width: 100%;
  background: #ffffff;
  z-index: 2;
}

.menu-list .menu-list-item {
  margin-bottom: 96px;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.menu-list .menu-list-item:last-child {
  margin-bottom: 0;
}

.menu-list .menu-list-item.active {
  opacity: 0.5;
}

.menu-list .menu-list-item.active .menu-items {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}

.menu-list .menu-list-item .menu-list-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 17px;
  position: -webkit-sticky;
  position: sticky;
  top: 245px;
  background: #fff;
}

.menu-list .menu-list-item .menu-list-title .name-type {
  font-weight: 600;
  font-size: 18px;
}

.menu-list .menu-list-item .menu-list-title .clock-type {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.menu-list .menu-list-item .menu-list-title .clock-type img {
  margin-left: 12px;
}

.menu-list .menu-list-item .menu-items {
  margin-top: 24px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.menu-list .menu-list-item .menu-items .menu-line {
  margin: 16px 0 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 4px;
}

.menu-list .menu-list-item .menu-items .menu-line:hover {
  border-bottom: 1px solid #000000;
}

.menu-list .menu-list-item .menu-items .menu-line .menu-name {
  margin-right: 15px;
}

.menu-list .menu-list-item .menu-items .menu-line .menu-name span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.menu-list .menu-list-item .menu-items .menu-line .menu-name span.menu-garnish {
  display: inline-block;
  margin-right: 8px;
}

.menu-list .menu-list-item .menu-items .menu-line .menu-name span.menu-garnish:after {
  content: ';';
  margin-left: -2px;
}

.menu-list .menu-list-item .menu-items .menu-line .menu-name.topping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.menu-list .menu-list-item .menu-items .menu-line .menu-name.topping .btn {
  margin: 0 59px;
}

.menu-list .menu-list-item .menu-items .menu-line .menu-price {
  font-weight: bold;
  text-align: right;
}

.menu-list .menu-list-item .menu-items .menu-line .menu-price span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

/*------------------------Footer------------------------*/
.small-footer {
  margin-top: 180px;
  padding: 60px 0 67px;
  border-top: 1px solid #000;
  position: relative;
}

.small-footer:after {
  content: '';
  position: absolute;
  top: -12px;
  left: calc(50% - 36px);
  width: 72px;
  height: 24px;
  background: #fff url(../images/delimiter.svg) no-repeat center;
}

.small-footer .copyright {
  opacity: 0.5;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

/*------------------------Modal------------------------*/
.body-hidden {
  overflow: hidden;
}

.modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.modal .overflow {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D0D0D;
  opacity: 0;
}

.modal.active {
  visibility: visible;
  opacity: 1;
}

.modal.active .overflow {
  visibility: visible;
  opacity: 0.75;
}

.modal .modal-body {
  position: relative;
  z-index: 1001;
  width: 100%;
  max-width: 540px;
  background: #fff;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal .modal-body .close-modal {
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 9;
}

.modal .modal-body .close-modal:hover svg g {
  opacity: 0.8;
}

.modal .modal-body .modal-info {
  margin: 48px 48px 59px;
  padding-bottom: 36px;
  border-bottom: 1px solid #000;
  position: relative;
}

.modal .modal-body .modal-info:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: calc(50% - 36px);
  width: 72px;
  height: 24px;
  background: #fff url(../images/delimiter.svg) no-repeat center;
}

.modal .modal-body .modal-info .menu-list {
  margin-top: 0;
}

.modal .modal-body .modal-info .menu-list:before {
  display: none;
}

.modal .modal-body .modal-info .menu-list .menu-list-item .menu-list-title {
  position: relative;
  top: 0;
}

.modal .modal-body .modal-info .menu-list .menu-list-item .menu-items {
  margin-top: 24px;
}

.modal .modal-body .modal-info .menu-list .menu-list-item .menu-items .menu-line {
  margin: 8px 0;
  border-bottom: none;
}

.modal .modal-body .modal-info .menu-list .menu-list-item .menu-items .menu-line:hover {
  border-bottom: none;
}

.modal.active .modal-body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/*------------------------Adaptive------------------------*/
@media (max-width: 996px) {
  .navbar .topmenu li {
    margin: 0 20px;
  }
}

@media (max-width: 768px) {
  .black-body {
    overflow: auto;
  }
  .m-visible {
    display: block;
  }
  .m-hidden {
    display: none;
  }
  .navbar .logo {
    margin-right: 0;
  }
  .navbar .topmenu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: -1;
    padding-top: 81px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    background: #fff;
  }
  .navbar .topmenu.active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .navbar .topmenu li {
    margin: 8px 24px;
  }
  .navbar .topmenu li a:hover {
    opacity: 0.7;
  }
  .navbar .topmenu li a:after, .navbar .topmenu li a.active {
    width: 0;
    opacity: 0.7;
  }
  .navbar.navbar-black .topmenu {
    background: #000000;
  }
  .navbar .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header {
    padding: 90px 0 0;
  }
  .header .header-footer {
    margin-top: 30px;
  }
  .header .header-footer .header-menu {
    width: 300px;
  }
  .section {
    min-height: 100%;
    height: 100% !important;
  }
  .section .section-bg {
    left: 0;
    height: 100%;
  }
  .section .section-bg:after {
    background: rgba(0, 0, 0, 0.7);
  }
  .wrap-box {
    min-height: auto;
  }
  .fp-tableCell {
    height: 100% !important;
  }
  .contacts .map,
  .contacts .map iframe {
    left: 0;
  }
  .contacts .map:after,
  .contacts .map iframe:after {
    opacity: 0.7;
  }
  .contacts .map:hover:after,
  .contacts .map iframe:hover:after {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  .menu-box {
    grid-template-columns: 1fr;
  }
  .menu-list .menu-list-item .menu-items .menu-line .menu-name.topping .btn {
    margin: 0 10px;
  }
  .menu-box .menu-type {
    position: relative;
    top: 0;
    z-index: 3;
  }
  .menu-list {
    position: relative;
    margin-top: 24px;
  }
  .menu-list:before {
    display: none;
  }
  .menu-list .menu-list-item .menu-list-title {
    top: 0;
  }
}

@media (max-width: 600px) {
  header .header-footer {
    margin-top: 48px;
  }
  header .header-footer .stamp {
    margin: 35px 0 0 !important;
  }
  .gallery-box .gallery-items a,
  .gallery-box .gallery-items .swiper-slide {
    width: 232px;
    height: 210px;
  }
  .title-box {
    font-size: 38px;
    line-height: 56px;
  }
}
