#carousel-home {
  position: relative;
}
#carousel-home .static {
  position: static;
}
#carousel-home .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 1 !important;
}
#carousel-home .owl-carousel .owl-slide {
  height: 660px;
  position: relative;
}
@media (max-width: 767.5px) {
  #carousel-home .owl-carousel .owl-slide {
    height: 480px;
  }
}
#carousel-home .owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s ease;
}
#carousel-home .owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
#carousel-home .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
#carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
}
#carousel-home .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#carousel-home .owl-carousel .owl-dots {
  bottom: 15px;
  width: 100%;
  position: absolute;
}

.slide-text {
  padding-top: 15px;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (max-width: 575.5px) {
  .slide-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.slide-text h2,
.slide-text h3 {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767.5px) {
  .slide-text h2,
  .slide-text h3 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 575.5px) {
  .slide-text h2,
  .slide-text h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.slide-text strong {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}
.slide-text.white {
  color: #fff;
}
.slide-text.white h2,
.slide-text.white h3 {
  color: #fff;
}

#icon_drag_mobile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../img/drag_icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  opacity: 0.6;
  z-index: 99;
  display: none;
}
@media (max-width: 767.5px) {
  #icon_drag_mobile {
    display: block;
  }
}

ul#banners_grid {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul#banners_grid li {
  position: relative;
  width: 33.33%;
  float: left;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}
ul#banners_grid li:last-child {
  border-right: none;
}
@media (max-width: 767.5px) {
  ul#banners_grid li {
    width: 100%;
    float: none;
    border-right: none;
  }
}
ul#banners_grid li a.img_container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  width: 100%;
  height: 250px;
}
@media (max-width: 767.5px) {
  ul#banners_grid li a.img_container {
    width: 100%;
    float: none;
    height: 150px;
  }
}
ul#banners_grid li a.img_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
@media (max-width: 1199.5px) {
  ul#banners_grid li a.img_container img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}
@media (max-width: 767.5px) {
  ul#banners_grid li a.img_container img {
    width: 100%;
    height: auto;
  }
}
ul#banners_grid li a.img_container:hover img {
  transform: translate(-50%, -50%) scale(1.02);
}
ul#banners_grid li a.img_container .short_info {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease;
  text-align: center;
}
ul#banners_grid li a.img_container .short_info h3 {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
}
ul#banners_grid li a.img_container .short_info p {
  font-family: "Lora", serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.call_section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 380px;
  padding: 60px 0;
}
@media (max-width: 767.5px) {
  .call_section {
    padding: 60px 0;
  }
}
.call_section .box_1 {
  background-color: #262626;
  color: #fff;
  padding: 45px;
}
.call_section .box_1 p {
  opacity: 0.8;
  font-size: 16px;
  font-size: 1rem;
}
.call_section .box_1 h2 {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
}
.call_section .box_1 h2 span {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Lora", serif;
  display: block;
}

.banner {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
  margin-bottom: 40px;
  background-image: url("../../images/menu.jpg");
}
.banner .wrapper {
  color: #fff;
  padding: 60px;
}
@media (max-width: 767.5px) {
  .banner .wrapper {
    padding: 30px;
  }
}
.banner .wrapper small {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.banner .wrapper h3 {
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0;
}
@media (max-width: 500.8px) {
  .banner .wrapper h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.banner .wrapper p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Lora", serif;
}

.menu_item {
  position: relative;
  padding: 20px 0 0 90px;
  margin-bottom: 30px;
  min-height: 80px;
}
.menu_item figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background-color: #444;
  border-radius: 50%;
}
.menu_item figure img {
  width: 80px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.menu_item .menu_title {
  background: radial-gradient(#d5d5d5 40%, transparent 10%);
  background-position: 0 13px;
  background-size: 4px 4px;
  background-repeat: repeat-x;
}
.menu_item .menu_title h3 {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  margin: 0;
  padding-right: 3px;
}
.menu_item .menu_title em {
  float: right;
  font-weight: 600;
  background-color: #fff;
  font-style: normal;
  padding-left: 3px;
}
.menu_item p {
  font-family: "Lora", serif;
  margin-bottom: 0;
}
.menu_item.order {
  cursor: pointer;
  transition: all 0.1s ease;
}
.menu_item.order a.add_to_cart {
  position: absolute;
  left: 2px;
  top: 65px;
  background-color: #978667;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 3px;
  line-height: 1;
  padding: 6px 8px;
  font-weight: 600;
  opacity: 0;
}
@media (max-width: 991.8px) {
  .menu_item.order a.add_to_cart {
    opacity: 1;
    left: -2px;
  }
}
.menu_item.order a.add_to_cart:hover {
  filter: brightness(115%);
  opacity: 1;
}
.menu_item.order:hover a.add_to_cart {
  opacity: 1;
  left: -2px;
}

.menu_item figure a:hover img {
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.1);
}

.menu_item .menu_title h3,
.menu_item .menu_title em {
  background-color: #fff;
}
@media (max-width: 575.5px) {
  .menu_item .menu_title em {
    font-size: 12px;
  }
}

.homepage .menu_item .menu_title h3,
.homepage .menu_item .menu_title em {
  background-color: #f4f4f4;
}

.bg_gray {
  background-color: #f4f4f4;
}
.bg_gray.pattern {
  background: #f4f4f4 url(../img/pattern_2.svg) repeat;
}

.radio_select ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.radio_select ul li {
  display: inline-block;
  margin: 0;
  width: 23.5%;
}
.radio_select.chose_day ul li {
  width: 43.5%;
}
.radio_select input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio_select label {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 8px;
  border: 1px dotted #c8c8c8;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.radio_select label em {
  display: block;
  color: red;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
.radio_select label:hover {
  background-color: #dfd;
}
.radio_select input[type=radio]:focus + label {
  border: 1px solid transparent;
  background-color: #978667;
  color: #fff;
}
.radio_select input[type=radio]:focus + label em {
  color: #ffff66;
}
.radio_select input[type=radio]:checked + label {
  border: 1px solid transparent;
  background-color: #978667;
  color: #fff;
}
.radio_select input[type=radio]:checked + label em {
  color: #ffff66;
}

.pattern_2 {
  background: url(../img/pattern_menu.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}
@media (max-width: 767.5px) {
  .pattern_2 {
    background: none;
  }
}

.container_check {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #978667;
  border: 1px solid transparent;
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.container_check input:checked ~ .checkmark:after {
  display: block;
}

.form-control {
  padding: 10px;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.form-control.text_area {
  height: 150px !important;
}

.home_intro figure {
  position: relative;
  display: inline-block;
}/*# sourceMappingURL=index.css.map */