@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Spectral SC', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  color: #5e493a;
}
body.fh5co-overflow {
  overflow-x: auto;
}
.scrollable {
    height: auto;
    max-height: 10em;
    overflow-x: hidden;
}

a {
  color: #fb6e14;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #bf4c03;
}
 .modal-backdrop {
z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #000;
}

p {
  margin-bottom: 30px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Spectral SC', serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #fb6e14;
  color: #fff;
  border: 2px solid #fb6e14;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f16104 !important;
  border-color: #f16104 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #fb6e14;
  border: 2px solid #fb6e14;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #fb6e14;
  color: #fff;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fb6e14;
}
.img-responsive{
margin: 0 auto;
}

/* Отправка формы*/
.success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 900;

  z-index: 10;
}
.success ~ * {
  transition: all 0.5s ease;
}
.success span {
  margin: auto;
}
.success.active ~ * {
  opacity: 0.5;
  filter: blur(10px);
}

.poster{
      max-width: 100%;
      padding-bottom: 20px;
}
/* Модальное окно*/

/*
 * Flexslider
 */
#fh5co-home {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-home .flexslider {
  border: none;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-home .flexslider .fh5co-text {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  margin-top: -212px;
  text-align: center;
}
#fh5co-home .flexslider .fh5co-text h1 {
  margin: 0;
  padding: 0;
  font-family: 'Spectral SC', serif;
  font-size: 300px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  #fh5co-home .flexslider .fh5co-text h1 {
    font-size: 100px;
  }
}
#fh5co-home .flexslider .fh5co-text h2 {
  margin: 0;
  padding: 0;
  font-family: 'Spectral SC', serif;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fh5co-home .flexslider .fh5co-text h2 {
    font-size: 20px;
  }
}
#fh5co-home .flexslider .fh5co-text h2 span {
  font-family: 'Spectral SC', serif;
  font-style: italic;
  text-transform: none;
}
#fh5co-home .flexslider .fh5co-text h2 a {
  color: #fb6e14;
}
#fh5co-home .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
}
#fh5co-home .flexslider .fh5co-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  background: #000;
}
#fh5co-home .flexslider .flex-control-nav,
#fh5co-home .flexslider .flex-direction-nav {
  display: none;
}

.fh5co-main-nav {
  position: relative;
  background: #fff;
}

.fh5co-main-nav .container-fluid {
    display: flex;
    align-items: center;
}

.fh5co-main-nav.fh5co-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.fh5co-main-nav:before, .fh5co-main-nav:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #6e282c;
}
.fh5co-main-nav:before {
  top: 2px;
}
.fh5co-main-nav:after {
  bottom: 2px;
}
.fh5co-main-nav .fh5co-menu-1,
.fh5co-main-nav .fh5co-menu-2,
.fh5co-main-nav .fh5co-logo {
  vertical-align: middle;
  float: left;
  line-height: 0;
}
.fh5co-main-nav .fh5co-menu-1 a,
.fh5co-main-nav .fh5co-menu-2 a,
.fh5co-main-nav .fh5co-logo a {
  padding: 10px 10px;
  color: #000;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.fh5co-main-nav .fh5co-logo a {
    padding: 10px;
    top: 0 !important;
}
.fh5co-main-nav .fh5co-logo a img {
    width: 70%;
}
.fh5co-main-nav .fh5co-menu-1 a:hover, .fh5co-main-nav .fh5co-menu-1 a:focus, .fh5co-main-nav .fh5co-menu-1 a:active,
.fh5co-main-nav .fh5co-menu-2 a:hover,
.fh5co-main-nav .fh5co-menu-2 a:focus,
.fh5co-main-nav .fh5co-menu-2 a:active,
.fh5co-main-nav .fh5co-logo a:hover,
.fh5co-main-nav .fh5co-logo a:focus,
.fh5co-main-nav .fh5co-logo a:active {
  outline: none;
  text-decoration: none;

}
.fh5co-main-nav .fh5co-menu-1 a:hover,
.fh5co-main-nav .fh5co-menu-2 a:hover {
    color: #6e282c;
    text-decoration: underline;
}
.fh5co-main-nav .fh5co-menu-1 a.active,
.fh5co-main-nav .fh5co-menu-2 a.active,
.fh5co-main-nav .fh5co-logo a.active {
  color: #6e282c;
  text-decoration: underline;
}
.fh5co-main-nav .fh5co-menu-1 {
  text-align: right;
  width: 40.33%;
}
.fh5co-main-nav .fh5co-menu-1 a {
  vertical-align: middle;
}
.fh5co-main-nav .fh5co-logo {
  text-align: center;
  width: 19.33%;
  font-size: 40px;
  font-family: 'Spectral SC', serif;
  font-weight: 700;
  font-style: italic;
}
.fh5co-main-nav .fh5co-logo a {
  position: relative;
  top: -5px;
  display: inline-block;
}
.fh5co-main-nav .fh5co-menu-2 {
  text-align: left;
  width: 40.33%;
}

.fh5co-heading .heading {
  font-size: 50px;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-heading .heading {
    font-size: 30px;
  }
}
.fh5co-heading .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #fb6e14;
  margin-left: -20px;
}
.fh5co-heading .sub-heading {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-heading .sub-heading {
    font-size: 18px;
  }
}

#fh5co-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #e6e6e6;
  width: 100%;
}
#fh5co-about .fh5co-2col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-2col {
    width: 100%;
  }
}
#fh5co-about .fh5co-text {
  padding: 2em;
  text-align: left;
  background: #130d08 url(../images/wood_1.png) repeat;
}
#fh5co-about .fh5co-text.rest-block {
  background: #130d08 url(../images/bg-rest.png) repeat;
}
#fh5co-about .fh5co-text.beseda-block {
  background: #130d08 url(../images/bg-beseda.png) repeat;
}
#fh5co-about .fh5co-text.cafe-block {
  background: #130d08 url(../images/bg-cafe.jpg) repeat;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-text {
    padding: 1em;
  }
}
#fh5co-about .fh5co-text .btn {
  color: #fff;
}
#fh5co-about .fh5co-text .heading {
  margin-bottom: 30px;
  color: #fff;
  /*font-style: italic;*/
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  font-family: 'Spectral SC', serif;
  font-size: 40px;
}
#fh5co-about .fh5co-text .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #fb6e14;
  margin-left: -20px;
}
#fh5co-about .fh5co-text p {
  line-height: 2;
  color: #a99c92;
}
#fh5co-about .fh5co-text p span.firstcharacter {
  float: left;
  color: #903;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  font-style: italic;
  top: -20px;
  position: relative;
  color: #fff;
  font-family: 'Spectral SC', serif;
}
#fh5co-about .fh5co-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-bg {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-bg {
    width: 100%;
    min-height: 300px;
  }
}

#fh5co-sayings {
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-sayings {
    padding: 5em 0;
  }
}
#fh5co-sayings .flexslider {
    margin-bottom: 0;
}
#fh5co-sayings .flexslider .slides {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}
#fh5co-sayings .flexslider .slides li {
  font-size: 40px;
  line-height: 1.5;
  height: 216px;
}
#fh5co-sayings .flexslider .slides li blockquote {
  padding-left: 0;
  border-left: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-sayings .flexslider .slides li blockquote {
    padding: 0 20px;
    margin: 0 !important;
  }
}
#fh5co-sayings .flexslider .slides li blockquote p {
  font-size: 30px;
  text-align: justify;
  line-height: 1.45;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  #fh5co-sayings .flexslider .slides li blockquote p {
    font-size: 20px;
    line-height: 1.5;
  }
}
#fh5co-sayings .flexslider .slides li blockquote p.quote-author {
  font-size: 20px;
  color: gray;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-sayings .flexslider .slides li blockquote p.quote-author {
    font-size: 18px;
  }
}
#fh5co-sayings .flexslider .flex-control-paging {
  position: relative;
}
#fh5co-sayings .flexslider .flex-control-paging.flex-control-nav {
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  #fh5co-sayings .flexslider .flex-control-paging.flex-control-nav {
    bottom: -20px;
  }
}
#fh5co-sayings .flexslider .flex-control-paging li a {
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
#fh5co-sayings .flexslider .flex-control-paging li a:active, #fh5co-sayings .flexslider .flex-control-paging li a:focus {
  outline: none;
}
#fh5co-sayings .flexslider .flex-control-paging li a.flex-active {
  top: 2px;
  position: relative;
  background: transparent;
  box-shadow: none;
  border: 2px solid #fb6e14;
}

#fh5co-featured {
  padding: 7em 0;
  background: #130d08 url(../images/wood_1.png) repeat;
}
@media screen and (max-width: 768px) {
  #fh5co-featured {
    padding: 5em 0;
  }
}
#fh5co-featured .fh5co-heading .heading {
  position: relative;
  padding-top: 30px !important;
  color: #fff;
  font-weight: 600;
  font-family: 'Spectral SC', serif;
  font-size: 40px;
  font-style: normal;
}
#fh5co-featured .fh5co-heading .heading:before, #fh5co-featured .fh5co-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/svg/005.svg) no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}


#fh5co-type .fh5co-heading .heading,
#fh5co-type1 .fh5co-heading .heading {
  position: relative;
  padding-top: 30px !important;
  color: #fff;
  font-weight: 600;
  font-family: 'Spectral SC', serif;
  font-size: 40px;
  font-style: normal;
}
#fh5co-type .fh5co-heading .heading:before, #fh5co-type .fh5co-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/svg/001.svg) no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}
#fh5co-type1 .fh5co-heading .heading:before, #fh5co-type1 .fh5co-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/svg/037.svg) no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}


#fh5co-featured .fh5co-heading .sub-heading {
  color: #a99c92;
}
#fh5co-featured .fh5co-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-featured .fh5co-grid h2 {
  font-size: 20px;
  margin-bottom: 0;
  font-family: 'Spectral SC', serif;
}
#fh5co-featured .fh5co-grid p {
  line-height: 1.6;
  font-size: 16px;
  color: #222;
}
#fh5co-featured .fh5co-grid .pricing {
  font-size: 40px;
  display: block;
  padding-top: 20px;
}
#fh5co-featured .fh5co-grid .pricing:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -20px;
  background: #fb6e14;
}
#fh5co-featured .fh5co-grid .arrow-left:before, #fh5co-featured .fh5co-grid .arrow-left::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 0;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #faebcd;
}
@media screen and (max-width: 768px) {
  #fh5co-featured .fh5co-grid .arrow-left:before, #fh5co-featured .fh5co-grid .arrow-left::before {
    right: auto !important;
    left: 15px !important;
    top: 0 !important;
    margin-top: -15px !important;
    margin-left: 0px !important;
    border-top: none !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #faebcd !important;
  }
}
#fh5co-featured .fh5co-grid .arrow-right:before, #fh5co-featured .fh5co-grid .arrow-right::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50px;
  right: 0;
  margin-right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #faebcd;
}
@media screen and (max-width: 992px) {
  #fh5co-featured .fh5co-grid .arrow-right:before, #fh5co-featured .fh5co-grid .arrow-right::before {
    right: auto !important;
    left: 0 !important;
    margin-left: -15px !important;
    border-left: none !important;
    border-right: 15px solid #faebcd !important;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-featured .fh5co-grid .arrow-right:before, #fh5co-featured .fh5co-grid .arrow-right::before {
    right: auto !important;
    left: 15px !important;
    top: 0 !important;
    margin-top: -15px !important;
    margin-left: 0px !important;
    border-top: none !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #faebcd !important;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half {
  width: 100%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half {
    width: 100%;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-text {
  background: #faebcd;
}
#fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1 {
  background: #faebcd;
}
#fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left:before, #fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left::before {
  border-right: 15px solid #faebcd;
}
@media screen and (max-width: 768px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left:before, #fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left::before {
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #faebcd !important;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2 {
  width: 50%;
  padding: 20px;
  position: relative;
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2.fh5co-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2.fh5co-bg-img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2 {
    width: 100%;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2 {
  width: 50%;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2 {
    width: 100%;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2.fh5co-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2.fh5co-bg-img {
    height: 200px;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2.fh5co-reversed .fh5co-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2.fh5co-reversed .fh5co-bg-img {
    position: relative;
    right: inherit;
    top: inherit;
    bottom: inherit;
  }
}

#fh5co-menus,
#fh5co-menus2 {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-menus {
    padding: 5em 0;
  }
}
#fh5co-menus .fh5co-heading .heading,
#fh5co-menus2 .fh5co-heading .heading {
  position: relative;
  padding-top: 30px !important;
  font-weight: 600;
  font-family: 'Spectral SC', serif;
  font-size: 40px;
  font-style: normal;
}
#fh5co-menus .fh5co-heading .heading:before, #fh5co-menus .fh5co-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/svg/010.svg) no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}
#fh5co-menus2 .fh5co-heading .heading:before, #fh5co-menus2 .fh5co-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/svg/042.svg) no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}
#fh5co-menus .fh5co-heading .sub-heading {
  color: #a99c92;
}
#fh5co-menus .fh5co-food-menu {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-menus .fh5co-food-menu {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    clear: none !important;
  }
}
#fh5co-menus .fh5co-food-menu h2,
#fh5co-menus2 .h2-cont {
  margin-bottom: 50px;
  font-style: normal;
  position: relative;
  font-family: 'Spectral SC', serif;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks,
#fh5co-menus2 .h2-cont {
  padding-left: 90px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks:before {
  background: url(../images/svg/011.svg) no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus2 .h2-cont.address:before {
  background: url(../images/svg/043.svg) no-repeat;
  background-position: center;
  background-size: 70%;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus2 .h2-cont.time:before {
  background: url(../images/svg/045.svg) no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
  background-size: 70%;
}
#fh5co-menus2 .h2-cont.email:before {
  background: url(../images/svg/046.svg) no-repeat;
  background-position: center;
  content: "";
  background-size: 70%;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus2 .h2-cont.phone:before {
  background: url(../images/svg/044.svg) no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
  background-size: 70%;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks.garnir:before {
  background: url(../images/svg/013.svg) no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks.national:before {
  background: url(../images/svg/015.svg) no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks.cold:before {
  background: url(../images/svg/017.svg) no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks.zav:before {
  background: url(../images/svg/019.svg) no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks.coffe:before {
  background: url(../images/svg/021.svg) no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes {
  padding-left: 90px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes:before {
  background: url(../images/svg/012.svg) no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes.salat:before {
  background: url(../images/svg/014.svg) no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;

}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes.firm:before {
  background: url(../images/svg/016.svg) no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes.soup:before {
  background: url(../images/svg/018.svg) no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes.des:before {
  background: url(../images/svg/020.svg) no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes.bez:before {
  background: url(../images/svg/022.svg) no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu ul {
  padding: 0;
  margin: 0;
}
#fh5co-menus .fh5co-food-menu ul li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc {
  clear: both;
  float: left;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure {
  width: 30%;
  float: left;
  position: relative;
  margin-right: 5px;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure img {
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div {
  width: 68%;
  float: left;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div p {
  margin: 0;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  color: #000;
  font-family: 'Spectral SC', serif;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-pricing {
  float: right;
  width: 10%;
  text-align: right;
  font-size: 20px;
  color: #fb6e14;
  font-weight: 500;
}

#fh5co-events {
  padding: 7em 0;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#fh5co-events > .fh5co-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
#fh5co-events > .container {
  z-index: 10;
  position: relative;
}
#fh5co-events .fh5co-heading .heading {
  position: relative;
  padding-top: 30px !important;
  color: #fff;
  font-weight: 600;
  font-family: 'Spectral SC', serif;
  font-size: 40px;
  font-style: normal;
}
#fh5co-events .fh5co-heading .heading:before, #fh5co-events .fh5co-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/svg/028.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -24px;
}
#fh5co-events .fh5co-heading .sub-heading {
  color: #a99c92;
}
@media screen and (max-width: 768px) {
  #fh5co-events {
    padding: 5em 0;
  }
}
#fh5co-events .fh5co-event {
  background: #fff;
  padding: 50px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
#fh5co-events .fh5co-event:before {
  border: 2px solid #e6e6e6;
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  z-index: 0;
}
#fh5co-events .fh5co-event.center-event:before {
  border: 5px solid #fb6e14;
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  z-index: 0;
}
#fh5co-events .fh5co-event h3, #fh5co-events .fh5co-event .fh5co-event-meta, #fh5co-events .fh5co-event p, #fh5co-events .fh5co-event .btn {
  position: relative;
  z-index: 2;
}
#fh5co-events .fh5co-event h3 {
  padding: 0;
  margin: 0;
  font-family: 'Spectral SC', serif;
}
#fh5co-events .fh5co-event .fh5co-event-meta {
  margin-bottom: 20px;
  display: block;
  color: gray;
  position: relative;
  padding-bottom: 10px;
}
#fh5co-events .fh5co-event .fh5co-event-meta:after, #fh5co-events .fh5co-event .fh5co-event-meta::after {
  background: #bfbfbf;
  background: #fb6e14;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin-left: -20px;
}
#fh5co-events .fh5co-event p {
  font-size: 16px;
  line-height: 1.8;
}
#fh5co-events .fh5co-event p:last-child {
  margin-bottom: 0;
}
#fh5co-events .fh5co-event .btn {
  margin-bottom: 0;
}

#fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-contact {
    padding: 5em 0;
  }
}
#fh5co-contact h3 {
  margin-bottom: 30px;
  font-style: тnormal;
  font-family: 'Spectral SC', serif;
}
@media screen and (max-width: 768px) {
  #fh5co-contact {
    padding: 5em 0;
  }
}
#fh5co-contact .fh5co-heading .heading {
  position: relative;
  padding-top: 30px !important;
  font-weight: 600;
  font-family: 'Spectral SC', serif;
  font-size: 40px;
  font-style: normal;
}
#fh5co-contact .fh5co-heading .heading:before, #fh5co-contact .fh5co-heading .heading::before {
  height: 61px;
  width: 61px;
  position: absolute;
  content: "";
  background: url(../images/svg/002.svg) no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -24px;
}
#fh5co-contact .fh5co-heading .sub-heading {
  color: #a99c92;
}
#fh5co-contact .fh5co-social {
  padding: 0;
  margin: 0;
}
#fh5co-contact .fh5co-social li {
  padding: 0;
  margin: 0;
}
#fh5co-contact .fh5co-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
  display: flex;
  flex-direction: column;
}
#fh5co-contact .fh5co-contact-info a {
    color: #555555;
    transition: all .5s;
    display: flex;
    align-items: center;
    font-size: 24px;
}
#fh5co-contact .fh5co-contact-info a img {
    margin-right: 20px;
    width: 30px;
}
#fh5co-contact .fh5co-contact-info a:hover {
    color: #6e282c;
    transition: all .5s;
    text-decoration: none;
}
#fh5co-contact .fh5co-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
#fh5co-contact .fh5co-contact-info li i {
  position: absolute;
  top: .4em;
  left: 0;
}

#fh5co-container {
  position: relative;
  z-index: 10;
}

#fh5co-footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 2em 0;
  z-index: 1;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 5em 0;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-footer {
    height: inherit;
    position: relative;
  }
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-social li a {
  font-size: 30px;
  padding: 10px;
}
.fh5co-social li a i {
  font-size: 30px;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

#fh5co-offcanvas, #fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
  z-index: 2;
  position: relative;
}

#fh5co-offcanvas {
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.75em 1.25em;
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
#fh5co-offcanvas a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 7px 0;
}
#fh5co-offcanvas a:hover, #fh5co-offcanvas a:focus, #fh5co-offcanvas a:active {
  outline: none;
  text-decoration: none;
  color: #fb6e14;
}
#fh5co-offcanvas a.active {
  color: #fb6e14;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas-visible #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #fh5co-container, #fh5co-footer, .fh5co-nav-toggle {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.offcanvas-visible #fh5co-container, .offcanvas-visible #fh5co-footer, .offcanvas-visible .fh5co-nav-toggle {
  /*-moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);*/
}

.js-sticky {
  display: block;
  height: 125px;
}
@media screen and (max-width: 768px) {
  .js-sticky {
    display: none;
  }
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  border-bottom: none !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

#fh5co-type,
#fh5co-type1 {
  padding: 7em 0;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#fh5co-type > .fh5co-overlay,
#fh5co-type1 > .fh5co-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
#fh5co-type > .container,
#fh5co-type1 > .container {
  z-index: 10;
  position: relative;
}
#fh5co-type .fh5co-type,
#fh5co-type1 .fh5co-type {
  float: left;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fh5co-type .fh5co-type,
  #fh5co-type1 .fh5co-type {
    margin-bottom: 30px;
  }
}
#fh5co-type h3,
#fh5co-type1 h3 {
  margin-bottom: 30px;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-top: 110px;
  font-family: 'Spectral SC', serif;
}
#fh5co-type h3.with-icon,
#fh5co-type1 h3.with-icon {
  position: relative;
}
#fh5co-type h3.with-icon:before, #fh5co-type h3.with-icon::before,
#fh5co-type1 h3.with-icon:before, #fh5co-type1 h3.with-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -54px;
  margin-top: -125px;
  width: 104px;
  height: 104px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-type h3.with-icon.icon-1:before, #fh5co-type h3.with-icon.icon-1::before {
  background: url(../images/svg/006.svg) no-repeat center center;
  background-size: 60%;
}
#fh5co-type h3.with-icon.icon-2:before, #fh5co-type h3.with-icon.icon-2::before {
  background: url(../images/svg/007.svg) no-repeat center center;
  background-size: 60%;
}
#fh5co-type h3.with-icon.icon-3:before, #fh5co-type h3.with-icon.icon-3::before {
  background: url(../images/svg/008.svg) no-repeat center center;
  background-size: 60%;
}
#fh5co-type h3.with-icon.icon-4:before, #fh5co-type h3.with-icon.icon-4::before {
  background: url(../images/svg/009.svg) no-repeat center center;
  background-size: 60%;
}
#fh5co-type1 h3.with-icon.icon-1:before, #fh5co-type1 h3.with-icon.icon-1::before {
  background: url(../images/svg/038.svg) no-repeat center center;
  background-size: 60%;
}
#fh5co-type1 h3.with-icon.icon-2:before, #fh5co-type1 h3.with-icon.icon-2::before {
  background: url(../images/svg/039.svg) no-repeat center center;
  background-size: 60%;
}
#fh5co-type1 h3.with-icon.icon-3:before, #fh5co-type1 h3.with-icon.icon-3::before {
  background: url(../images/svg/040.svg) no-repeat center center;
  background-size: 60%;
}
#fh5co-type1 h3.with-icon.icon-4:before, #fh5co-type1 h3.with-icon.icon-4::before {
  background: url(../images/svg/041.svg) no-repeat center center;
  background-size: 60%;
}
#fh5co-type p,
#fh5co-type1 p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.js .to-animate, .js
.to-animate-2 {
  opacity: 0;
}

.row-padded {
  padding-bottom: 40px;
}
.logo {
    margin-bottom: 50px;
}

.svg path,
.svg polyline {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
}
.svg path {
  opacity: 0;
  -webkit-animation: stroke .9s .35s forwards;
          animation: stroke .9s .35s forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0.1, 0.8, 1);
          animation-timing-function: cubic-bezier(1, 0.1, 0.8, 1);
}
@-webkit-keyframes stroke {
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
.svg polyline {
  opacity: 0;
  -webkit-animation: arrows .7s infinite, arrow_intro 2.25s forwards;
          animation: arrows .7s infinite, arrow_intro 2.25s forwards;
}
.svg polyline + polyline {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}
@-webkit-keyframes arrow_intro {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow_intro {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes arrows {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
}
@keyframes arrows {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
}
.p-justify {
    text-align: justify;
    color: #fff !important;
    font-size: 22px;
}
.icons-group {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.icons-group div {
    width: calc(100%/4 - 5px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: normal;
    /*font-family: 'Roboto', sans-serif;*/
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .5s;
    position: relative;
}
.icons-group div:after {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    bottom: 0;
    right: 50%;
    background: #fff;
    transition: all .5s;
}
.icons-group div:before {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: #fff;
    transition: all .5s;
}
.icons-group div:hover:after {
    width: 50%;
    transition: all .5s;
}
.icons-group div:hover:before {
    width: 50%;
    transition: all .5s;
}
.icons-group div:hover {
    text-shadow: 0 0 10px rgba(0,0,0,.5);

    transition: all .5s .2s;
    box-shadow: 0 0 10px rgba(0,0,0,.9);
}
.icons-group div img {
    width: 40%;
    margin-bottom: 10px;
    transition: all .5s;
}
.icons-group div:hover img {
    transition: all .5s;
    filter: drop-shadow(0 0 10px rgba(255,255,255,.5));
}
.sub-heading {
  font-size: 30px;
  color: #fb6e14;
  font-family: 'Spectral SC', serif;
  text-align: center;
}
.icons-group-rest {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    position: relative;
}
.content-mero {
  width: 100%;
  height: calc(100% - 15px);
  position: absolute;
  right: calc(-100% - 15px);
  top: 0;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  border: 10px solid #fb6e14;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-family: 'Spectral SC', serif;
}
.content-mero h4 {
  font-family: 'Spectral SC', serif;
  color: #111;
  font-size: 25px;
  position: relative;
}
.content-mero h4:before {
  content: '';
  width: 200px;
  height: 7px;
  background: #fb6e14;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -75px;
}
.content-mero .text-for-mero {
  width: 100%;
  height: auto;
  margin-top: 20px;
  color: #000;
  font-size: 22px;
  text-align: center;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-mero .date-ny {
  width: 50%;
  height: 120px;
  margin-top: 20px;
  border: 7px solid #fb6e14;
  /*border-left: 7px solid rgba(255,255,255,.9);
  border-right: 7px solid rgba(255,255,255,.9);*/
  box-shadow: inset 0 0 10px rgba(0,0,0,.5), 0 0 10px rgba(0,0,0,.5);
  /*border-radius: 10px;*/
  background: rgba(251,110,20,.3);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-size: 32px;
  color: #000;
  text-shadow: 0 0 1px rgba(255,255,255,1), 0 0 2px rgba(255,255,255,.7), 0 0 3px rgba(255,255,255,.5), 0 0 4px rgba(255,255,255,.3);
  font-weight: 500;
  line-height: 1.3;
}
.content-mero .text-for-mero-list {
  width: 70%;
  height: auto;
  margin-top: 20px;
  color: #000;
  font-size: 22px;
  text-align: left;
  line-height: normal;
  display: flex;
  flex-direction: column;
}
.content-mero .text-for-mero-list ul {
  font-size: 17px;
}
.btn-zakaz {
  width: 220px;
  height: 40px;
  background: #fb6e14;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .5s;
  text-decoration: none;
  border: 4px solid transparent;
}
.btn-zakaz:hover {
  transition: all .5s;
  background: #fff;
  color: #fb6e14;
  text-decoration: none;
  border: 4px solid #fb6e14;
}
.inp-event {
  display: none;
}
.lbl-event {
  cursor: pointer;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  position: relative;
  border-right: 10px solid transparent;
  transition: all .5s;
}
.img-lbl {
  width: 300px;
  height: 120px;
  margin-left: 20px;
}
.bg-lbl {
  width: 0;
  height: 0;
  background: rgba(0,0,0,.5);
  top: 0;
  left: 20px;
  position: absolute;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-lbl img {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 0 1px #fb6e14);
  opacity: 0;
  transition: all .5s;
}

.lbl-event:hover .bg-lbl {
  width: 300px;
  height: 120px;
  transition: all .5s;
}
.lbl-event:hover .bg-lbl img {
  opacity: 1;
  transition: all .5s;
}
.bg-lbl:before {
  content: '';
  width: 0;
  height: 5px;
  background: #fb6e14;
  left: 0;
  top: 0;
  position: absolute;
  transition: all .5s;
}
.bg-lbl:after {
  content: '';
  width: 5px;
  height: 0;
  background: #fb6e14;
  left: 0;
  top: 0;
  position: absolute;
  transition: all .5s;
}
.lbl-event:hover .bg-lbl:before {
  width: 100%;
  transition: all .5s;
}
.lbl-event:hover .bg-lbl:after {
  height: 100%;
  transition: all .5s;
}
.lbl-event:hover .img-lbl {
}
.lbl-event .txt-d-i {
  width: 220px;
  height: 100%;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: сenter;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  border-top: 2px solid #fb6e14;
  padding-top: 10px;
}
.lbl-event .txt-d-i strong {
  font-weight: normal;
  width: 220px;
  height: 40px;
  background: #fb6e14;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all .5s;
}
.lbl-event .txt-d-i strong:hover {
  background: #fff;
  color: #fb6e14;
  transition: all .5s;
}
.ico-in-lbl {
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ico-in-lbl:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-right: 15px solid #fb6e14;
  border-bottom: 7.5px solid transparent;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -7.5px;
  display: none;
}
.ico-in-lbl img {
  width: 80px;
  height: 80px;
}
#inp-1:checked ~ #lbl-1,
#inp-2:checked ~ #lbl-2,
#inp-3:checked ~ #lbl-3,
#inp-4:checked ~ #lbl-4,
#inp-5:checked ~ #lbl-5 {
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 1);
  border-right: 10px solid #fb6e14;
  transition: all .5s;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.1), rgba(255,255,255,.3));
}
#inp-1:checked ~ #lbl-1 .ico-in-lbl:before,
#inp-2:checked ~ #lbl-2 .ico-in-lbl:before,
#inp-3:checked ~ #lbl-3 .ico-in-lbl:before,
#inp-4:checked ~ #lbl-4 .ico-in-lbl:before,
#inp-5:checked ~ #lbl-5 .ico-in-lbl:before
 {
  display: flex;
}
#inp-1:checked ~ #cnt-1,
#inp-2:checked ~ #cnt-2,
#inp-3:checked ~ #cnt-3,
#inp-4:checked ~ #cnt-4,
#inp-5:checked ~ #cnt-5
{
  display: flex;
}

.list-n {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.list-n div {
    line-height: 1.4;
}
.number {
    /*border: 2px solid #fff;*/
    transition: all .5s;
}
.standart-n {
    border-right: 1px solid #fff;
    transition: all .5s;
}
.standart-e {
    border-bottom: 1px solid #fff;
    transition: all .5s;
}
.standart-k {
    border-top: 1px solid #fff;
    transition: all .5s;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .lbl-event {
    flex-direction: column;
    border-right: none;
  }
  .img-lbl {
    margin-left: 0;
    width: 100%;
  }
  .ico-in-lbl {
    display: none;
  }
  .lbl-event:hover .bg-lbl {
    display: none;
  }
  .lbl-event .txt-d-i {
    position: absolute;
    background: rgba(0,0,0,.8);
    width: 100%;
  }
  .lbl-event .txt-d-i strong {
    display: none;
  }
  #inp-1:checked ~ #lbl-1,
  #inp-2:checked ~ #lbl-2,
  #inp-3:checked ~ #lbl-3,
  #inp-4:checked ~ #lbl-4,
  #inp-5:checked ~ #lbl-5 {
    box-shadow: none;
    border-right: none;
    background: none;
  }
  #inp-1:checked ~ #lbl-1 .ico-in-lbl:before,
  #inp-2:checked ~ #lbl-2 .ico-in-lbl:before,
  #inp-3:checked ~ #lbl-3 .ico-in-lbl:before,
  #inp-4:checked ~ #lbl-4 .ico-in-lbl:before,
  #inp-5:checked ~ #lbl-5 .ico-in-lbl:before
   {
    display: none;
  }
  #inp-1:checked ~ #cnt-1,
  #inp-2:checked ~ #cnt-2,
  #inp-3:checked ~ #cnt-3,
  #inp-4:checked ~ #cnt-4,
  #inp-5:checked ~ #cnt-5
  {
    display: none;
  }
  #fh5co-contact .fh5co-heading .heading,
  #fh5co-events .fh5co-heading .heading,
  #fh5co-about .fh5co-text .heading,
  #fh5co-featured .fh5co-heading .heading,
  #fh5co-menus .fh5co-heading .heading, #fh5co-menus2 .fh5co-heading .heading,
  #fh5co-type .fh5co-heading .heading, #fh5co-type1 .fh5co-heading .heading {
    font-size: 30px;
    padding-top: 0 !important;
  }
  .row-padded {
    padding-bottom: 0;
  }
  #fh5co-featured .fh5co-heading .heading:before, #fh5co-featured .fh5co-heading .heading::before,
  #fh5co-events .fh5co-heading .heading:before, #fh5co-events .fh5co-heading .heading::before,
  #fh5co-contact .fh5co-heading .heading:before, #fh5co-contact .fh5co-heading .heading::before,
  #fh5co-type1 .fh5co-heading .heading:before, #fh5co-type1 .fh5co-heading .heading::before,
  #fh5co-menus2 .fh5co-heading .heading:before, #fh5co-menus2 .fh5co-heading .heading::before {
    display: none;
  }
  .p-justify {
    font-size: 16px;
    line-height: normal !important;
  }
  .icons-group div {
    width: calc(100%);
  }
  #fh5co-sayings,
  #fh5co-featured,
  #fh5co-contact,
  #fh5co-events,
  #fh5co-contact,
  #fh5co-menus,
  #fh5co-type, #fh5co-type1,
  #fh5co-menus, #fh5co-menus2,
  #fh5co-footer {
    padding: 2em 0;
  }
  #fh5co-sayings .flexslider .slides li blockquote p {
    font-size: 16px !important;
    line-height: normal !important;
  }
  #fh5co-menus h2 {
    font-size: 24px;
    padding-left: 0 !important;
  }
  #fh5co-menus h2:before {
    display: none;
  }
  #fh5co-menus .fh5co-food-menu ul li {
    flex-wrap: wrap;
    justify-content: center;
  }
  #fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

  }
  #fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div {
    width: 100%;
  }
  #fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc figure {
    width: 100%;
    margin-right: 0;
  }
  #fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure img {
    width: 300px;
    margin-bottom: 15px;
  }
  #fh5co-home {
    height: 100vh;
    min-height: 0;
  }
  .list-n div {
    width: 100%;
    text-align: center;
  }
  .fh5co-nav-toggle.active {
    z-index: 10000;
  }
  .fh5co-nav-toggle.active ~ #fh5co-offcanvas{
    z-index: 9999;
  }

}
/*# sourceMappingURL=style.css.map */
