@charset "UTF-8";

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: 0;
  vertical-align: baseline;
}

body,
html {
  height: 100%;
}

img,
fieldset,
a img {
  border: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/font/fontello.eot?24718104");
  src: url("../fonts/fontello/font/fontello.eot?24718104#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff2?24718104") format("woff2"), url("../fonts/fontello/font/fontello.woff?24718104") format("woff"), url("../fonts/fontello/font//fontello.ttf?24718104") format("truetype"), url("../fonts/fontello/font/fontello.svg?24718104#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter:before {
  content: '\f099';
}

/* '' */

.icon-facebook:before {
  content: '\f09a';
}

/* '' */

.icon-youtube:before {
  content: '\f167';
}

/* '' */

.icon-cc-visa:before {
  content: '\f1f0';
}

/* '' */

.icon-cc-mastercard:before {
  content: '\f1f1';
}

/* '' */

.icon-cc-amex:before {
  content: '\f1f3';
}

/* '' */

.icon-cc-paypal:before {
  content: '\f1f4';
}

/* '' */

@font-face {
  font-family: "roboto-example";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-example";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  opacity: 1;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.toggle-wrap {
  width: 40px;
  height: 38px;
  margin-right: 15px;
  background-color: #000;
  text-align: center;
}

.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin: 10px auto;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.toggle-mnu span:after {
  top: 18px;
}

.toggle-mnu span {
  position: relative;
  display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.toggle-mnu.on span {
  background-color: transparent;
}

.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
  -ms-transform: rotate(45deg) translate(-1px, 0px);
  transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
  -ms-transform: rotate(-45deg) translate(6px, -7px);
  transform: rotate(-45deg) translate(6px, -7px);
}

.btn {
  display: inline-block;
  border: 1px solid #000000;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 45px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  outline: none;
  -webkit-transition: background-color .1s ease;
  -o-transition: background-color .1s ease;
  transition: background-color .1s ease;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
  color: #fff;
}

.btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn:active {
  background-color: rgba(0, 0, 0, 0.7);
}

.btn__white {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
}

.btn__white:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.btn__white:active {
  background-color: rgba(255, 255, 255, 0.5);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.header {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 650px;
}

.top-line {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrap {
  margin: 10px 0 0 5px;
}

.logo img {
  display: block;
  max-width: 100%;
}

.hidden-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.82);
  text-align: center;
  display: none;
}

.hidden-menu > ul > li {
  display: block;
  padding: 5px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.hidden-menu > ul > li:first-child {
  padding-top: 10px;
}

.hidden-menu > ul > li:last-child {
  padding-bottom: 10px;
}

.hidden-menu > ul > li:hover {
  background-color: #000;
}

.hidden-menu > ul > li a {
  text-decoration: none;
  font-size: 20px;
}

.hidden-menu > ul > li > a:hover {
  text-decoration: none;
}

.main-nav {
  margin-left: auto;
}

.main-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-nav li {
  display: inline-block;
}

.main-nav li a {
  display: block;
  color: #ffffff;
  font-family: 'Gentium Book Basic', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 110px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border-top: 3px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-nav li a:hover,
.main-nav li a:focus {
  text-decoration: none;
  text-transform: none;
  border-top: 3px solid #e8e8e8;
}

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

.soc-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.soc-wrap li {
  display: inline-block;
}

.soc-wrap li a {
  font-size: 22px;
  color: #dab33e;
}

.soc-wrap li a [class*='icon'] {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.soc-wrap li a:hover [class*='icon'] {
  color: #c09925;
}

.header__content {
  text-align: center;
  margin-top: 15vh;
}

.hero {
  position: relative;
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: normal;
  font-size: 90px;
  color: #ffffff;
  line-height: 1.2;
}

.hero::before {
  content: '';
  background-image: url("../img/icons/Decoration1.png");
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 20px;
  margin-left: -116px;
  width: 232px;
  height: 43px;
}

.btn-wrap {
  margin-top: 100px;
}

.btn-wrap .btn:first-child {
  margin-right: 25px;
}

.promo {
  padding: 75px 0;
}

.promo .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.promo__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(41.66667% - 30px);
  width: calc(41.66667% - 30px);
  margin-left: -webkit-calc(8.33333% + 15px);
  margin-left: calc(8.33333% + 15px);
}

.promo__right img {
  display: block;
  max-width: 100%;
}

.cook {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.cook__text {
  color: #4c4c4c;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-top: 55px;
}

.cook img {
  display: block;
  max-width: 100%;
  width: 220px;
  height: auto;
  margin-left: auto;
  margin-top: 48px;
}

.cook__title,
.h2--gold {
  position: relative;
  color: #cc9900;
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
}

.cook__title::before,
.h2--gold::before {
  content: '';
  background-image: url("../img/icons/Divider.png");
  position: absolute;
  top: 100%;
  left: 50%;
  width: 248px;
  height: 24px;
  margin-left: -124px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.ingredients {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 100px 0;
}

.ingredients .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ing-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  padding: 72px 80px 80px 72px;
  background-color: rgba(0, 0, 0, 0.62);
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ing-card__text {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 65px;
}

.ing-card__title,
.h2 {
  position: relative;
  color: #ffffff;
  text-align: center;
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 55px;
}

.ing-card__title::before,
.h2::before {
  content: '';
  position: absolute;
  background-image: url("../img/icons/Divider1.png");
  top: 100%;
  left: 50%;
  width: 248px;
  height: 24px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-left: -124px;
}

.menus {
  padding: 100px 0 100px;
}

.menus .container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
  margin-left: -webkit-calc(8.33333% + 15px);
  margin-left: calc(8.33333% + 15px);
  margin-right: -webkit-calc(8.33333% + 15px);
  margin-right: calc(8.33333% + 15px);
  text-align: center;
}

.menu__title {
  margin-bottom: 65px;
}

.menu__item {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 35px;
}

.menu__item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #c89f2d;
  font-size: 21px;
  line-height: 1.6;
  border-bottom: 1px solid #c89f2d;
  margin-bottom: 8px;
}

.menu__item > p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #4c4c4c;
  font-size: 16px;
}

.review {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
}

.review .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rev-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(66.66667% - 30px);
  width: calc(66.66667% - 30px);
  background-color: rgba(0, 0, 0, 0.82);
  text-align: center;
  padding: 75px 80px 100px;
}

.rev-card__text {
  position: relative;
  color: #dde0df;
  text-align: left;
  font-family: 'Gentium Book Basic', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.rev-card__text::before {
  content: '\201c';
  position: absolute;
  right: 100%;
  top: 0;
  font-family: Georgia, serif;
  font-size: 96px;
  margin-top: -58px;
}

.rev-card__sign {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
}

.booking {
  padding: 100px 0 100px;
}

.booking .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.booking__text {
  color: #4c4c4c;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}

.booking__text:nth-of-type(1) {
  margin-bottom: 15px;
}

.booking__text:nth-last-of-type(1) {
  margin-bottom: 40px;
}

.image-side {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
}

.image-side img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-background-size: cover;
  background-size: cover;
}

.form-side {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
  margin-left: -webkit-calc(8.33333% + 15px);
  margin-left: calc(8.33333% + 15px);
  margin-right: -webkit-calc(8.33333% + 15px);
  margin-right: calc(8.33333% + 15px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.form-side .h2--gold {
  margin-bottom: 60px;
  margin-top: -15px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.input-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  text-align: left;
  margin-bottom: 25px;
}

.input-wrap label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #c9a131;
  font-size: 14px;
}

.form__input {
  width: 100%;
  height: 34px;
  border: 1px solid #c8c6c6;
  background-color: #f6f7f7;
  margin-top: 8px;
  text-indent: 13px;
}

.form__input:focus {
  border-color: #c89f2d;
}

:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #7c7c7c;
  font-style: italic;
}

::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #7c7c7c;
  font-style: italic;
}

::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #7c7c7c;
  font-style: italic;
}

::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #7c7c7c;
  font-style: italic;
}

::placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #7c7c7c;
  font-style: italic;
}

.submit {
  display: inline-block;
  margin: auto;
  background-color: #c9a131;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  height: 36px;
  padding: 0 63px;
}

.footer {
  background-color: #191919;
  padding: 50px 0;
  font-size: 16px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

.footer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .h2 {
  font-size: 21px;
}

.footer .h2::before {
  width: 196px;
  height: 20px;
  margin-left: -98px;
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
}

.about {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
  text-align: center;
}

.about__text {
  line-height: 1.5;
}

.hours {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
  text-align: center;
}

.hours__text:nth-last-of-type(1) {
  margin-bottom: 50px;
}

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

.loc__item {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.loc__item:last-child {
  margin-right: 0;
}

.loc__item a {
  color: #ffffff;
}

.loc__item:hover {
  opacity: .6;
}

.location {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
  text-align: center;
}

.location__text {
  font-weight: 700;
  text-align: center;
}

.location__text:nth-last-of-type(1) {
  margin-bottom: 50px;
}

@media screen and (min-width: 1020px) {
  .toggle-wrap {
    display: none;
  }

  .toggle-mnu {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .form-side .h2--gold {
    font-size: 30px;
  }
}

@media screen and (max-width: 1020px) {
  .toggle-wrap {
    margin-left: auto;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-nav {
    display: none;
  }

  .hero {
    font-size: 60px;
  }

  .promo__right {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .promo__right {
    margin-left: -webkit-calc(0% + 15px);
    margin-left: calc(0% + 15px);
  }

  .ing-card {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .menu__card {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .menu__card {
    margin-left: -webkit-calc(0% + 15px);
    margin-left: calc(0% + 15px);
  }

  .menu__card {
    margin-right: -webkit-calc(0% + 15px);
    margin-right: calc(0% + 15px);
  }

  .rev-card {
    width: -webkit-calc(83.33333% - 30px);
    width: calc(83.33333% - 30px);
  }

  .image-side {
    width: -webkit-calc(33.33333% - 30px);
    width: calc(33.33333% - 30px);
  }

  .image-side {
    margin-bottom: 30px;
  }

  .form-side {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 720px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header {
    background-position: center;
  }

  .logo-wrap {
    width: 120px;
  }

  .promo__right {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .cook {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .ing-card {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .menu-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu__card {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .rev-card {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .image-side {
    width: -webkit-calc(41.66667% - 30px);
    width: calc(41.66667% - 30px);
  }

  .form-side {
    width: -webkit-calc(83.33333% - 30px);
    width: calc(83.33333% - 30px);
  }

  .form-side {
    margin-left: -webkit-calc(0% + 15px);
    margin-left: calc(0% + 15px);
  }

  .form-side {
    margin-right: -webkit-calc(0% + 15px);
    margin-right: calc(0% + 15px);
  }

  .about {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .about {
    margin-bottom: 30px;
  }

  .hours {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .location {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .soc-wrap {
    display: none;
  }

  .hero {
    font-size: 50px;
  }

  .btn-wrap .btn:first-child {
    margin-right: 0;
  }

  .btn-wrap .btn {
    margin-bottom: 20px;
  }

  .menu__card {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .menu__card {
    padding: 0 15px;
  }

  .rev-card {
    padding: 75px 15px 75px;
  }

  .rev-card__title {
    font-size: 30px;
  }

  .rev-card__text {
    font-size: 20px;
    text-align: center;
  }

  .rev-card__text::before {
    display: none;
  }

  .image-side {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .about {
    width: -webkit-calc(83.33333% - 30px);
    width: calc(83.33333% - 30px);
  }

  .hours {
    width: -webkit-calc(83.33333% - 30px);
    width: calc(83.33333% - 30px);
  }

  .location {
    width: -webkit-calc(83.33333% - 30px);
    width: calc(83.33333% - 30px);
  }
}

@media screen and (max-width: 450px) {
  .ing-card {
    padding: 50px 5px 50px;
  }
}

@media screen and (max-width: 380px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero {
    font-size: 40px;
  }

  .cook {
    margin-bottom: 20px;
  }

  .cook__title,
  .h2--gold {
    font-size: 30px;
  }

  .ing-card__title,
  .h2 {
    font-size: 30px;
  }

  .menu__title {
    font-size: 30px;
  }

  .rev-card__text {
    font-size: 16px;
  }

  .form-side .h2--gold {
    font-size: 26px;
  }

  .input-wrap {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello/font/fontello.svg?24718104#fontello") format("svg");
}
}