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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: 'Tahoma';
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

body {
  font-family: 'ArialAMU', 'Tahoma', 'Geneva', sans-serif;
  font-size: 100%;
  color: #2b2b2b;
}

img {
  border: 0;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 100%;
  background: transparent;
}

.clear {
  clear: both;
}

a:active,
a:focus,
a:hover {
  border: none;
  outline: none;
  text-decoration: none;
}

input:active,
input:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

hr {
  border: none;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.clearfix:after {
  content: '';
  clear: both;
  display: table;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.logo_top {
  background-color: #fff;
  padding: 18px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(-100%);
  transition: all .3s ease;
}
.logo_top .logo {
  text-align: center;
}
.logo_top .logo img {
  width: 180px;
}
.logo_top.fix {
  transform: translateY(0);
}

.top {
  background-color: #8a7252;
  color: #fff;
  border-bottom: 4px solid #ab8e66;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
}
.top .top_head {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -khtml-justify-content: space-between;
  justify-content: space-between;
  height: 56px;
}
.top .logo div {
  font-family: 'Bahnschrift Condensed';
  font-size: 24px;
  color: #ab8e66;
}
.top .top_social li {
  display: inline-block;
  margin: 0 5px;
}
.top .top_social li a img {
  height: 20px;
}

.main {
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #ab8e66;
  z-index: 11;
}
.main .fullscreen_bg_video {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: inline-block;
  z-index: 1;
  object-fit: inherit;
}
.main:before {
  content: '';
  position: absolute;
  background-image: url("../images/gridtile_3x3.png");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.main .wrapper {
  position: relative;
  z-index: 5;
  padding: 100px 30px;
  min-height: 100vh;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -khtml-flex-direction: column;
  flex-direction: column;
  text-align: center;
  /*h3 {
      font-size: 50px;
      color: #ab8e66;
      margin-bottom: 100px;
      font-family: 'Bahnschrift Condensed';
      letter-spacing: 2px;
  }*/
}
.main .wrapper .center_logo {
  margin-bottom: 50px;
}
.main .wrapper .center_logo img {
  width: 500px;
}
.main .wrapper h4 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-family: 'Times New Roman';
}

.info {
  padding: 80px 0;
  text-align: center;
}
.info p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #4a442a;
  font-family: 'Arial Unicode MS';
  margin-bottom: 30px;
}
.info p:first-child {
  margin-bottom: 60px;
}
.info h6 {
  font-size: 30px;
  line-height: 34px;
  font-family: 'Bookman Old Style';
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}
.info i {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Bookman Old Style';
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}
.info h5 {
  font-size: 13px;
  line-height: 26px;
  font-family: 'Bookman Old Style';
  color: #c8a461;
  font-weight: bold;
  margin-bottom: 20px;
}
.info span {
  display: block;
  font-size: 18px;
  font-family: 'Times New Roman';
  color: #4a442a;
  margin-bottom: 50px;
}
.info a {
  display: block;
  width: 150px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  margin: 0 auto;
  font-family: "Goudy Old Style";
  color: #b5a663;
  border-top: 1px solid #b5a663;
  border-bottom: 1px solid #b5a663;
  position: relative;
  text-transform: uppercase;
}
.info a:before {
  position: absolute;
  top: -1px;
  left: -5px;
  display: block;
  width: 10px;
  height: 34px;
  content: '';
  transition: all .4s linear;
  background-image: url(../images/btn-beginsprite.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 10px 34px;
}
.info a:after {
  position: absolute;
  top: -1px;
  right: -5px;
  display: block;
  width: 10px;
  height: 34px;
  content: '';
  transition: all .4s linear;
  background-image: url(../images/btn-end.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 10px 34px;
}

.slider {
  position: relative;
  z-index: 11;
}

.tasty_weekend {
  padding: 80px 0;
}
.tasty_weekend .flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -khtml-align-items: flex-start;
  align-items: flex-start;
}
.tasty_weekend .flex img {
  width: calc(50% - 30px);
  margin-right: 60px;
}
.tasty_weekend .flex > div {
  width: calc(50% - 30px);
}
.tasty_weekend .flex h4 {
  font-size: 30px;
  line-height: 34px;
  font-family: 'Bookman Old Style';
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.tasty_weekend .flex p {
  font-size: 16px;
  line-height: 26px;
  color: #4a442a;
  font-family: 'Arial Unicode MS';
  margin-bottom: 30px;
}
.tasty_weekend .flex i {
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Bookman Old Style';
  color: #95765a;
  font-weight: 400;
}
.tasty_weekend .flex .gold {
  color: #c8a461;
}

.more_info {
  padding: 80px 0;
}
.more_info .more_info_item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
}
.more_info .more_info_item > div {
  width: 50%;
}
.more_info .more_info_item h4 {
  font-size: 30px;
  line-height: 34px;
  font-family: 'Bookman Old Style';
  color: #000;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-right: 10px;
  margin-top: 30px;
}
.more_info .more_info_item i {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Bookman Old Style';
  color: #95765a;
  margin-bottom: 30px;
}
.more_info .more_info_item img {
  width: 50%;
}
.more_info .more_info_item.more_info_item_first {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -khtml-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.more_info .more_info_item.more_info_item_second {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -khtml-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 120px;
}
.more_info a {
  display: block;
  width: 150px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  margin: 0 auto;
  font-family: "Goudy Old Style";
  color: #b5a663;
  border-top: 1px solid #b5a663;
  border-bottom: 1px solid #b5a663;
  position: relative;
  text-transform: uppercase;
}
.more_info a:before {
  position: absolute;
  top: -1px;
  left: -5px;
  display: block;
  width: 10px;
  height: 34px;
  content: '';
  transition: all .4s linear;
  background-image: url(../images/btn-beginsprite.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 10px 34px;
}
.more_info a:after {
  position: absolute;
  top: -1px;
  right: -5px;
  display: block;
  width: 10px;
  height: 34px;
  content: '';
  transition: all .4s linear;
  background-image: url(../images/btn-end.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 10px 34px;
}

.gallery {
  padding: 80px 0;
}
.gallery h3 {
  font-size: 30px;
  line-height: 34px;
  font-family: 'Bookman Old Style';
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
.gallery img {
  width: 100%;
  margin-bottom: 50px;
}
.gallery .flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  margin-bottom: 50px;
}
.gallery .flex img {
  width: calc(50% - 25px);
  margin-bottom: 0;
}
.gallery .flex img:not(:last-of-type) {
  margin-right: 50px;
}
.gallery .flex.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
}
.gallery .menu {
  display: block;
  max-width: 400px;
  background-color: #f2eee8;
  padding: 60px 50px 60px 50px;
  margin: 0 auto 80px;
}
.gallery .menu h4 {
  font-size: 20px;
  font-family: 'Bookman Old Style';
  text-align: center;
  color: #95765a;
  margin-bottom: 45px;
}
.gallery .menu .item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -khtml-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Arial Unicode MS';
  color: #95765a;
  margin-bottom: 20px;
}
.gallery .menu .item div {
  font-size: 16px;
}
.gallery .menu .item div span {
  font-size: 14px;
  font-weight: 400;
}
.gallery .menu .item_all {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -khtml-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-top: 30px;
}
.gallery .menu .item_all div {
  width: 250px;
  font-size: 14px;
  font-family: 'Arial Unicode MS';
  color: #95765a;
  line-height: 28px;
  text-align: left;
}
.gallery .menu .item_all div span {
  display: inline-block;
  width: 160px;
}
.gallery a {
  display: block;
  width: 150px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  margin: 0 auto;
  font-family: "Goudy Old Style";
  color: #b5a663;
  border-top: 1px solid #b5a663;
  border-bottom: 1px solid #b5a663;
  position: relative;
  text-transform: uppercase;
}
.gallery a:before {
  position: absolute;
  top: -1px;
  left: -5px;
  display: block;
  width: 10px;
  height: 34px;
  content: '';
  transition: all .4s linear;
  background-image: url(../images/btn-beginsprite.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 10px 34px;
}
.gallery a:after {
  position: absolute;
  top: -1px;
  right: -5px;
  display: block;
  width: 10px;
  height: 34px;
  content: '';
  transition: all .4s linear;
  background-image: url(../images/btn-end.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 10px 34px;
}

footer {
  background-color: #f2eee8;
  padding: 120px 0;
}
footer .flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  text-align: center;
}
footer .flex .hours,
footer .flex .contacts {
  width: 50%;
}
footer .flex h6 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Bookman Old Style';
  color: #4a442a;
  margin-bottom: 15px;
}
footer .flex p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Arial Unicode MS';
  color: #4a442a;
}

.bottom {
  padding: 20px 0;
  background-color: #43291b;
}
.bottom .flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -khtml-justify-content: space-between;
  justify-content: space-between;
}
.bottom .flex p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-family: 'Arial Unicode MS';
}
.bottom .flex .social li {
  display: inline-block;
}
.bottom .flex .social li a img {
  height: 20px;
}
.bottom .flex .social li:not(:last-of-type) {
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .main .fullscreen_bg_video {
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .main .wrapper {
    padding: 60px 30px;
  }
  .main .wrapper h5 {
    font-size: 70px;
  }
  .main .wrapper h3 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .main .wrapper h4 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .more_info .more_info_item h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .more_info .more_info_item i {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }

  .main .wrapper .center_logo img {
    width: 220px;
  }
  .main .wrapper h5 {
    font-size: 60px;
  }
  .main .wrapper h3 {
    font-size: 28px;
  }
  .main .wrapper h4 {
    font-size: 28px;
    line-height: 34px;
  }

  .info {
    padding: 50px 0;
  }
  .info p {
    font-size: 14px;
    line-height: 22px;
  }
  .info h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .info i {
    font-size: 16px;
    line-height: 24px;
  }
  .info h5 {
    font-size: 12px;
    line-height: 20px;
  }

  .tasty_weekend {
    padding: 50px 0;
  }
  .tasty_weekend .flex {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    -khtml-display: block;
    display: block;
  }
  .tasty_weekend .flex img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tasty_weekend .flex h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .tasty_weekend .flex p {
    font-size: 14px;
    line-height: 22px;
  }
  .tasty_weekend .flex > div {
    width: 100%;
  }

  .more_info {
    padding: 50px 0;
  }
  .more_info .more_info_item {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    -khtml-display: block;
    display: block;
  }
  .more_info .more_info_item > div {
    width: 100%;
  }
  .more_info .more_info_item img {
    width: 100%;
  }
  .more_info .more_info_item h4 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .more_info .more_info_item i {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .gallery {
    padding: 50px 0;
  }
  .gallery h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .gallery .flex {
    margin-bottom: 20px;
  }
  .gallery .flex img {
    width: calc(50% - 10px);
  }
  .gallery .flex img:not(:last-of-type) {
    margin-right: 20px;
  }
  .gallery img {
    margin-bottom: 20px;
  }
  .gallery .menu {
    padding: 40px 20px;
  }
  .gallery .menu .item div {
    font-size: 14px;
    line-height: 18px;
  }
  .gallery .menu .item div span {
    font-size: 12px;
  }
  .gallery .menu .item_all div {
    width: 200px;
    font-size: 12px;
    line-height: 22px;
  }
  .gallery .menu .item_all div span {
    width: 115px;
  }

  footer {
    padding: 50px 0;
  }
  footer .flex {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    -khtml-display: block;
    display: block;
  }
  footer .flex .hours {
    margin-bottom: 30px;
  }
  footer .flex .hours,
  footer .flex .contacts {
    width: 100%;
  }
  footer .flex p {
    font-size: 13px;
  }
}
