/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.symbol-rub {font-family: -apple-system,system-ui,Arial,Helvetica,sans-serif;}
.text-crop {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
/* Reserved Class End*/

/* Style Default*/
a, button, .speed {-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
button {border: 0;padding: 0;cursor: pointer;background: none;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;}
/* Style Default End */

body {
  color: #99908B;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

/*

font-family: 'Roboto', sans-serif;

font-family: 'Montserrat', sans-serif;

font-family: 'Calmius', sans-serif;

font-family: 'Cormorant Infant', sans-serif;


*/

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* Btn */

.btn {
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
}

.btn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9); 
}

.btn_reservation {
  width: 172px;height: 172px;
  background: url(../img/svg/btn-reservation.svg) center/contain no-repeat;
}

.btn_open {
  width: 113px;height: 112px;
  background: url(../img/svg/btn-open.svg) center/contain no-repeat;
}

.btn_openDown {
  width: 140px;height: 140px;
  background: url(../img/svg/btn-open-down.svg) center/contain no-repeat;
}

/* Title */

.title {
  color: #574C46;
  text-transform: uppercase;
  font-family: 'Calmius', sans-serif;
}

.cormorant {
  font-family: 'Cormorant Infant', sans-serif;
}

.title_arrow {
  position: relative;
}

.title_arrow:after {
  left: 0;right: 0;bottom: 0;
  border-bottom: 1px solid #E8DFD0;
}

.title__h1 {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 200;
}

.title__h2 {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.22;
}

.title_page h1 {
  font-size: 64px;
}

/* Paragraph */

.paragraph {
  margin-top: 10px;
}

/* ------------ *Header ------------- */

.header {
  z-index: 5;
  padding-top: 90px;
  position: absolute;
  top: 0;left: 0;right: 0;
}

.nav__item:not(:last-child) {
  margin-right: 18px;
}

.nav__link {
  color: #574C46;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav__link.active {
  font-weight: 500;
}

.nav__link:hover {
  text-decoration: underline;
}

/* Toggle */

.navbar-toggle {
  display: none;
  margin-left: auto;
}

.navbar-toggle span {
  display: block;
  position: relative;
  background: #99908B;
  width: 30px;height: 2px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

.navbar-toggle.active span:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:last-child {
  top: -8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ------------- *Intro -------------- */

.intro {
  background: rgba(233, 230, 225, 0.2);
}

.intro .container {
  position: relative;
  padding-top: 250px;
  padding-bottom: 40px;
}

.intro .box {
  z-index: 1;
  position: relative;
  text-align: center;
  margin: 0 60px 0 auto;
  max-width: 570px;width: 100%;
}

.intro .title span {
  left: -215px;
  display: block;
  position: relative;
}

.intro .paragraph {
  font-size: 24px;
  margin: 35px auto 0;
  max-width: 420px;width: 100%;
}

.intro__btn {
  margin-top: 30px;
}

/* Img */

.intro__img {
  width: 540px;
  position: absolute;
  padding: 33px 25px;
  left: 20px;bottom: -51px;
  border: 1px solid #E8DFD0;
  border-radius: 200px 200px 0 0;
}

.intro__img:after {
  border-radius: inherit;
  top: 33px;left: 25px;right: 25px;bottom: 33px;
  background: -o-linear-gradient(358.75deg, rgba(255, 255, 255, 0) 41.04%, rgba(255, 255, 255, 0.62) 78.05%);
  background: linear-gradient(91.25deg, rgba(255, 255, 255, 0) 41.04%, rgba(255, 255, 255, 0.62) 78.05%);
}

.intro__img img {
  opacity: .6;
  display: block;
}

.intro__img.banket img {
    opacity: 1;
}

/* ------------- *News --------------- */

.news {
  padding-top: 180px;
}

.news__sl {
  margin-top: 20px;
}

.news__img a {
  display: block;
  width: 100%;height: 418px;
}

.news__box {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  padding: 25px 15px 20px;
  border: 1px solid #E8DFD0;
  font-family: 'Roboto', sans-serif;
  border-top: 0;
}

.news__name a {
  color: #574C46;
}

.news__name a:hover {
  text-decoration: underline;
}

.news__txt {
  font-weight: 300;
}

.news__btn {
  margin-top: 17px;
}

/* ---------- *Reservation ----------- */

.reservation {
  position: relative;
  padding: 210px 0 30px;
}

.reservation:after {
  z-index: -1;
  left: 50%;bottom: 0;
  width: 888px;height: 571px;
  border-radius: 400px 400px 0px 0px;
  background: rgba(233, 230, 225, 0.2);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reservation__form {
  margin: 50px auto 0;
  max-width: 590px;width: 100%;
}

.reservation__form .col-6 {
  margin-bottom: 57px;
}

.form__field {
  position: relative;
}

.form__field,
.form__field input {
  display: block;
}

.form__field input,
.form__field select,
.form__field textarea {
  border: 0;
  color: #574C46;
  font-size: 24px;
  font-weight: 300;
  background: transparent;
  width: 100%;height: 50px;
  border-bottom: 2px solid #B8ADA7;
  font-family: 'Cormorant Infant', sans-serif;
  text-transform: uppercase;
}

.form__field textarea {
    height: auto;
    margin-bottom: 2rem;
}

.form__field *::-webkit-input-placeholder {color:#574C46;}
.form__field *::-moz-placeholder          {color:#574C46;}/* Firefox 19+ */
.form__field *:-moz-placeholder           {color:#574C46;}/* Firefox 18- */
.form__field *:-ms-input-placeholder      {color:#574C46;}

.select:after {
  top: 50%;right: 0;
  pointer-events: none;
  width: 12px;height: 8px;
  background: url(../img/svg/i-arrow-down.svg) center no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =================================== */
/*            Page: Article            */
/* =================================== */

.article {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.article .container {
  min-height: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
}

.wrap {
  width: 49.5%;
  position: absolute;
  top: 0;left: 0;bottom: 0;
}

.article__img {
  width: 100%;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.article__date {
  height: 320px;
  color: #574C46;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  background: rgba(233, 230, 225, 0.2);
}

.article .box {
  max-width: 557px;width: 100%;
}

.article .title {
  text-transform: initial;
}

.article .title__h1 {
  font-size: 48px;
}

.article__txt {
  font-size: 18px;
  margin-top: 20px;
}

.article__btn {
  margin-top: 25px;
}

/* =================================== */
/*             Page: About             */
/* =================================== */

.about .box {
  z-index: 1;
  position: relative;
}

/* One */

.about__one {
  position: relative;
  padding-top: 100px;
}

.about__one__img {
  width: 56%;
  position: absolute;
  top: 0;left: 0;bottom: 0;
  background: rgba(233, 230, 225, 0.2);
}

.about__one__img i {
  opacity: .4;
  display: block;
  width: 100%;height: 407px;
}

.about__one .box {
  padding-bottom: 507px;
  max-width: 593px;width: 100%;
}

.about__one .paragraph {
  font-size: 18px;
  margin-top: 25px;
}

.about__one .paragraph strong {
  line-height: 1;
  font-size: 26px;
  font-weight: 600;
  font-style: italic;
  font-family: 'Calmius', sans-serif;
}

.about__img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about__img--border:after {
  top: 0;left: 0;right: 0;bottom: 0;
}

.about__one .about__img {
  margin: 95px 0 0 auto;
}

.about__one .about__img--border:after {
  background: url(../img/svg/border-big.svg) center/contain no-repeat;
}

.about__img p {
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  text-align: center;
  color: rgba(87, 76, 70, 0.6);
  left: 0;right: 0;bottom: 25px;
}

/* Two */

.about__two {
  padding: 68px 0 68px;
  background: rgba(233, 230, 225, 0.2);
}

.about__two .box {
  left: -15px;
  color: #574C46;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.23;
  font-style: italic;
  font-family: 'Calmius', sans-serif;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about__two .about__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about__two .about__img--border:after {
  background: url(../img/svg/border-small.svg) center/contain no-repeat;
}

/* =================================== */
/*              Page: Menu             */
/* =================================== */

.menu {
  padding-top: 100px;
}

.menu__nav {
  margin-top: 30px;
  padding-top: 11px;
  border-top: 1px solid #E8DFD0;
  border-bottom: 1px solid #E8DFD0;
}

.menu__nav__item:not(:last-child) {
  margin-right: 16px;
}

.menu__nav__item {
  color: #574C46;
  font-size: 18px;
  cursor: pointer;
  font-weight: 300;
  margin-bottom: 11px;
  text-transform: uppercase;
  font-family: 'Cormorant Infant', sans-serif;
}

.menu__nav__item.active {
  font-weight: bold;
}

.menu__nav__item:hover {
  text-decoration: underline;
}

.menu__box {
  margin-top: 45px;
}

.menu__item {
  width: 42%;
  padding-right: 20px;
  margin-bottom: 30px;
}

.menu__name,
.menu__price {
  color: #574C46;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
}
.menu__name {
    text-transform: uppercase;
}

.menu__txt {
  margin-top: 6px;
  max-width: 380px;width: 100%;
}

.menu__price {
  margin-top: 6px;
}

/* =================================== */
/*            Page: Gallery            */
/* =================================== */

.gallery {
  padding-top: 160px;
  padding-bottom: 20px;
}

/* Tabs nav */

.tabs-nav {
  bottom: 40px;
  position: fixed;
}

.tabs-nav__item {
  font-size: 72px;
  cursor: pointer;
  font-weight: 300;
  line-height: 1.21;
  text-transform: uppercase;
  color: rgba(87, 76, 70, 0.4);
  font-family: 'Cormorant Infant', sans-serif;
}

.tabs-nav__item:hover,
.tabs-nav__item.active {
  color: #574C46;
}

/* Tabs */

.tabs {
  margin-left: auto;
  max-width: 792px;width: 100%;
}

.gallery__group {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.gallery__item:first-child {
  margin-top: -30px;
}

.gallery__item {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.gallery__item a,
.gallery__item img {
  display: block;
}

.gallery__item a {
  overflow: hidden;
}

.gallery__item img {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.gallery__item a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/* =================================== */
/*           Page: Contacts            */
/* =================================== */

.contacts {
  padding: 150px 0 50px;
}

.contacts .title {
  padding-bottom: 10px;
}

.contacts .title:after {
  width: 478px;
  margin: 0 auto;
  left: 0;right: 0;
}

.contacts .box {
  font-size: 24px;
  margin-top: 30px;
}

.contacts__address {
  color: #574C46;
  font-weight: 500;
}

.contacts__box {
  margin-top: 30px;
}

.contacts__box p:not(:last-child) {
  margin-bottom: 3px;
}

.contacts__box a {
  color: #574C46;
}

.contacts__box a:hover {
  text-decoration: underline;
}

.social {
  margin-top: 35px;
}

.social__item {
  width: 49px;height: 49px;
}

.social__item:hover {
  opacity: .4;
}

.social__item:not(:last-child) {
  margin-right: 10px;
}

.social__item--in {
  background: url(../img/svg/i-in.svg) center/contain no-repeat;
}

.social__item--fb {
  background: url(../img/svg/i-fb.svg) center/contain no-repeat;
}

.map {
  height: 340px;
  margin-top: 22px;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.title_arrow:after,
.intro__img:after,
.reservation:after,
.select:after,
.about__img--border:after {
  content: " ";
  position: absolute;
}
.intro__img.banket:after {
    display:none;
}
.banket .paragraph {
    font-size: 16px;
}

input[type="date"]:before{
    color: #574C46;
    content: attr(placeholder);
    font-family: 'Cormorant Infant', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

input[type="date"].full:before {
    color:black;
    content:""!important;
}

.social-icon {
    width:32px;
    margin: 0.5rem 0.25rem;
}