@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 40px 0 0 0;
  font-size: 15px;
  color: #151515;
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

ul, li, ol, dl, dt, dd, form, p, img, video a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 20px;
  font-weight: 600;
}

button:focus, video:focus, input:focus, textarea:focus, select:focus, select:focus-visible {
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::selection {
  background-color: #053a9b;
  color: #ffffff;
}

:focus {
  outline: 0 !important;
}

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

a, label, span, ul, input, textarea, button, div, li, ol, p {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

button {
  cursor: pointer;
}

input, select, textarea, button {
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input, textarea {
  font-size: 16px;
}
@media (min-width: 768px) {
  input, textarea {
    font-size: 14px;
  }
}

img, svg, picture {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.light-yellow-bg {
  background-color: #F6F3EF;
}

.go-to-top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9;
  background-color: #ca3c3f;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  transition: background-color 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .go-to-top:hover {
    background-color: #053a9b;
  }
}
.go-to-top .iconSVG {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  transition: fill 0.5s;
}

.slick-slide > div {
  display: flex;
}

#date-picker-div {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.ui-datepicker {
  background-color: #ffffff;
  top: 0 !important;
  left: 0 !important;
  border-radius: 5px;
  border: 1px solid #053a9b;
  display: none;
  width: 100%;
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #525252;
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-header {
    padding: 15px;
  }
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 2;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  order: 1;
  font-weight: 600;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  padding: 10px 10px 20px;
  display: block;
}
.ui-datepicker .ui-datepicker-calendar thead {
  width: 100%;
  display: block;
}
.ui-datepicker .ui-datepicker-calendar thead tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
  text-align: center;
  padding: 10px 0;
  width: 14.285%;
  font-size: 13px;
  font-weight: 500;
}
.ui-datepicker .ui-datepicker-calendar tbody {
  width: 100%;
  display: block;
}
.ui-datepicker .ui-datepicker-calendar tbody tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  text-align: center;
  width: 14.285%;
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding: 2px 0;
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-calendar tbody tr td {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
    background-color: #dde4e6;
  }
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span, .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #151515;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-calendar tbody tr td span, .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    width: 32px;
    height: 32px;
  }
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-active, .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background-color: #ca3c3f;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today span {
  background-color: #053a9b;
  font-weight: 700;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
  opacity: 0.3;
  font-size: 12px;
}

.container {
  width: 100%;
  max-width: 560px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.whoWeAre__container, .homeIntro__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}
@media (min-width: 1400px) {
  .whoWeAre__container, .homeIntro__container {
    max-width: 1340px;
  }
}

@media (min-width: 992px) {
  .twoColLayout .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.twoColLayout__left {
  width: 100%;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .twoColLayout__left {
    width: calc(100% - 320px);
    padding-right: 40px;
    padding: 0 40px 80px 0;
  }
}
@media (min-width: 1200px) {
  .twoColLayout__left {
    padding: 0 60px 100px 0;
  }
}
.twoColLayout__right {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .twoColLayout__right {
    max-width: 320px;
    margin: 0;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .twoColLayout__right {
    padding-bottom: 100px;
  }
}

.singleCol {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .singleCol {
    padding-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .singleCol {
    padding-bottom: 85px;
  }
}

.whoWeAre__text__btn__link, .whoWeAre__top__btn a, .homeBanner__businessInfo__btn__link, .offerPopup__block--link span, .featuredMenu__slideShow__btn__link {
  padding: 10px 18px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 768px) {
  .whoWeAre__text__btn__link, .whoWeAre__top__btn a, .homeBanner__businessInfo__btn__link, .offerPopup__block--link span, .featuredMenu__slideShow__btn__link {
    padding: 12px 25px;
  }
}
@media (min-width: 1200px) {
  .whoWeAre__text__btn__link, .whoWeAre__top__btn a, .homeBanner__businessInfo__btn__link, .offerPopup__block--link span, .featuredMenu__slideShow__btn__link {
    padding: 15px 30px;
  }
}

.whoWeAre__text__btn__link, .whoWeAre__top__btn a, .offerPopup__block--link span {
  background-color: #ca3c3f;
}

.homeBanner__businessInfo__btn__link, .featuredMenu__slideShow__btn__link {
  background-color: #053a9b;
}

@media (min-width: 1200px) {
  .whoWeAre__text__btn__link:hover, .whoWeAre__top__btn a:hover, .offerPopup__block--link span:hover {
    background-color: #053a9b;
  }
}

@media (min-width: 1200px) {
  .homeBanner__businessInfo__btn__link:hover, .featuredMenu__slideShow__btn__link:hover {
    background-color: #ca3c3f;
  }
}

.textPage .pic-banner--img, .photoGallery__list--img, .aboutPage__pic__img, .whoWeAre__top__pic img, .homeIntro__pic img, .homeBanner__slider__item img, .featuredMenu__slider__pic__img, .rightSide__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
}
@media (min-width: 768px) {
  .title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 50px;
  }
}
.title--space {
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .title--space {
    padding-bottom: 30px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots li {
  margin: 0 3px;
  height: 14px;
}
.slick-dots li button {
  border: 1px solid #ca3c3f;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  transition: background-color 0.5s;
  font-size: 1px;
  display: block;
}
@media (min-width: 1200px) {
  .slick-dots li button:hover {
    background-color: #ca3c3f;
  }
}
.slick-dots li.slick-active button {
  background-color: #ca3c3f;
}

@keyframes headerAnimation {
  0% {
    top: -110px;
  }
  100% {
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes toDown {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes toUp {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
.header {
  position: fixed;
  left: 0;
  top: -140px;
  z-index: 10;
  width: 100%;
  transition: background-color 0.5s;
  animation: headerAnimation 0.5s linear 0.25s 1 forwards;
}
.header.bg-color {
  background-color: #f7f7f7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .header.bg-color .header__logo__img {
    transform: scale(1);
  }
}
.header.bg-color .header__nav__link {
  color: #053a9b;
}
@media (min-width: 1200px) {
  .header.bg-color .header__nav__link:hover {
    color: #ca3c3f;
  }
}
.header.bg-color .header__nav__link.active {
  color: #ca3c3f;
}
.header__top {
  background-color: #053a9b;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
@media (min-width: 768px) {
  .header__top {
    justify-content: space-between;
  }
}
.header__top__contact {
  display: none;
}
@media (min-width: 768px) {
  .header__top__contact {
    display: flex;
    align-items: center;
  }
}
.header__top__contact__item {
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: #ffffff;
  font-size: 14px;
}
.header__top__contact__item:last-child {
  display: none;
}
@media (min-width: 992px) {
  .header__top__contact__item:last-child {
    display: flex;
  }
}
.header__top__contact__item .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  margin-right: 12px;
}
.header__top__contact__item a {
  color: #ffffff;
  text-decoration: none;
}
.header__top__social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__top__social__link {
  background-color: rgba(255, 255, 255, 0.1);
  height: 30px;
  width: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  transition: background-color 0.5s;
}
.header__top__social__link:last-child {
  margin-right: 0;
}
.header__top__social__link .icon {
  width: 15px;
  height: 15px;
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .header__top__social__link:hover {
    background-color: #ca3c3f;
  }
}
.header__mid {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo__link {
  display: block;
}
.header__logo__img {
  height: 60px;
}
@media (min-width: 768px) {
  .header__logo__img {
    height: 70px;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: center;
  }
}
.header__nav__link {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 0;
  margin-right: 20px;
  transition: color 0.5s;
}
@media (min-width: 992px) {
  .header__nav__link {
    margin-right: 30px;
  }
}
.header__nav__link:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .header__nav__link:hover {
    color: #ffb400;
  }
}
.header__nav__link.active {
  color: #ffb400;
}
.header__navTrigger {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #053a9b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header__navTrigger {
    display: none;
  }
}
.header__navTrigger__line {
  width: 24px;
  height: 2px;
  background-color: #ffffff;
}
.header__navTrigger__line:nth-child(2) {
  margin: 5px 0;
}

.footer {
  background-color: #053a9b;
  color: #ffffff;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 100px;
  }
}
.footer__container {
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .footer__container {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .footer__container {
    padding-bottom: 80px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    padding-bottom: 100px;
  }
}
.footer__block {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .footer__block {
    width: auto;
    padding: 0;
  }
}
.footer__block__title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .footer__block__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .footer__block__title {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .footer__contactInfo {
    width: 55%;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .footer__contactInfo {
    width: auto;
    padding: 0;
  }
}
.footer__contactInfo__item {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .footer__contactInfo__item {
    padding-bottom: 20px;
  }
}
.footer__contactInfo__item:last-child {
  padding-bottom: 0;
}
.footer__contactInfo__item .iconSVG {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .footer__contactInfo__item .iconSVG {
    width: 18px;
    height: 18px;
  }
}
.footer__contactInfo__item .text {
  width: calc(100% - 25px);
}
@media (min-width: 1200px) {
  .footer__contactInfo__item .text {
    width: calc(100% - 28px);
  }
}
.footer__contactInfo__item .text .inlineBlock {
  display: block;
}
.footer__contactInfo__item a {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 576px) {
  .footer__openingTime {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .footer__openingTime {
    width: auto;
    padding: 0;
    text-align: center;
  }
}
.footer__openingTime__item {
  padding-bottom: 10px;
}
.footer__openingTime__item:last-child {
  padding-bottom: 0;
}
.footer__social__list {
  display: flex;
}
.footer__social__list__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .footer__social__list__link {
    width: 48px;
    height: 48px;
  }
}
.footer__social__list__link:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .footer__social__list__link:hover {
    background-color: #ffb400;
  }
}
@media (min-width: 1200px) {
  .footer__social__list__link:hover .iconSVG {
    fill: #ffffff;
  }
}
.footer__social__list__link .iconSVG {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition: fill 0.5s;
}
@media (min-width: 1200px) {
  .footer__social__list__link .iconSVG {
    width: 22px;
    height: 22px;
  }
}
.footer__lastRow {
  background-color: #03286a;
  padding: 20px 70px 20px 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .footer__lastRow {
    text-align: center;
    padding: 20px 15px;
  }
}
.footer__lastRow a {
  color: #ffffff;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .footer__lastRow a:hover {
    color: #053a9b;
  }
}

#cookit {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  border-radius: 10px;
  width: 280px;
  background-color: #ffffff;
  color: #302828;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#cookit-message {
  padding-bottom: 15px;
}

#cookit-link, #cookit-button {
  background-color: #ca3c3f;
  color: #ffffff;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  margin: 0 5px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  #cookit-link:hover, #cookit-button:hover {
    background-color: #6ab04c;
  }
}

.formBlock {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media (min-width: 576px) {
  .formBlock {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .formBlock {
    padding: 80px 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
.formBlock .formMessage .status-msg {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .formBlock .formMessage .status-msg {
    margin-bottom: 25px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .formBlock .formMessage .status-msg {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.formBlock .formMessage .status-msg.error {
  background-color: rgba(202, 60, 63, 0.15);
  color: #ca3c3f;
  padding: 15px 20px;
}
.formBlock .formMessage .status-msg.error p {
  font-weight: 700;
  padding-bottom: 5px;
}
.formBlock .formMessage .status-msg.success {
  background-color: #6ab04c;
  padding: 15px 20px;
  color: #ffffff;
}
.formBlock .formMessage .status-msg.success span {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.formBlock .form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .formBlock--inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .formBlock--inner {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .formBlock--inner {
    margin: 0 -15px;
  }
}
.formBlock__list {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .formBlock__list {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .formBlock__list {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .formBlock__list {
    width: 50%;
    padding: 0 15px;
  }
}
.formBlock__list.fullCol {
  width: 100%;
}
.formBlock__list--privacy-check {
  position: relative;
  padding: 0 0;
}
.formBlock__list--privacy-check input {
  position: absolute;
  top: 0;
  left: -9999px;
}
.formBlock__list--privacy-check input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.formBlock__list--privacy-check label {
  position: relative;
  padding: 1px 0 0 28px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .formBlock__list--privacy-check label {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .formBlock__list--privacy-check label {
    padding-top: 0;
  }
}
.formBlock__list--privacy-check label:before, .formBlock__list--privacy-check label:after {
  content: "";
  position: absolute;
}
.formBlock__list--privacy-check label:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #053a9b;
  border-radius: 2px;
  background-color: #ffffff;
}
.formBlock__list--privacy-check label:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #053a9b;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.25s, transform 0.25s;
}
.formBlock__list--privacy-check label a {
  color: #053a9b;
}
@media (min-width: 1200px) {
  .formBlock__list--privacy-check label a:hover {
    text-decoration: underline;
  }
}
.formBlock__list--privacy-check label span {
  color: #ca3c3f;
}
.formBlock__list--label {
  font-size: 14px;
  padding-bottom: 6px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: block;
  cursor: pointer;
}
.formBlock__list--label .required {
  color: #ca3c3f;
  font-size: 11px;
}
.formBlock__list--field {
  position: relative;
}
.formBlock__list--input, .formBlock__list--textarea, .formBlock__list--select {
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #053a9b;
  background-color: #ffffff;
}
.formBlock__list--input:focus, .formBlock__list--textarea:focus, .formBlock__list--select:focus {
  border-color: #ca3c3f;
}
.formBlock__list--textarea {
  height: 120px;
  resize: none;
  padding: 15px;
}
.formBlock__list--maxGuest {
  display: block;
  font-size: 11px;
  color: #ca3c3f;
  padding-top: 5px;
  font-weight: 600;
}
.formBlock__list .g-recaptcha > div > div {
  display: flex;
}
.formBlock__list__dropDown {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 1;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #053a9b;
  background-color: #ffffff;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.formBlock__list__dropDown--item {
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 768px) {
  .formBlock__list__dropDown--item {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .formBlock__list__dropDown--item:hover {
    background-color: #dde4e6;
  }
}
.formBlock__list__dropDown--item.active {
  background-color: #ca3c3f;
  color: #ffffff;
}
.formBlock__list__dropDown--list.time {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.formBlock__list__dropDown--list.time .formBlock__list__dropDown--item {
  width: 25%;
  padding: 7px 12px;
  text-align: center;
}
.formBlock__list__dropDown--list.hidden {
  display: none;
}
.formBlock__list__dropDown--list.people {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.formBlock__list__dropDown--list.people .formBlock__list__dropDown--item {
  width: 20%;
  padding: 7px 12px;
  text-align: center;
}
.formBlock__list.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.formBlock__button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .formBlock__button {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .formBlock__button {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .formBlock__button {
    padding: 0 15px;
  }
}
.formBlock__button--btn {
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #ffffff;
  background-color: #053a9b;
  padding: 15px 35px;
  border-radius: 5px;
  transition: background-color 0.5s;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .formBlock__button--btn:hover {
    background-color: #6ab04c;
  }
}
.formBlock__button--btn.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.formBlock__note {
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .formBlock__note {
    padding: 0 15px 40px;
  }
}
@media (min-width: 992px) {
  .formBlock__note {
    padding: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .formBlock__note {
    padding: 0 15px 50px;
  }
}
.formBlock__note--inner {
  padding: 10px;
  background-color: #ca3c3f;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .formBlock__note--inner {
    padding: 10px 15px;
  }
}
.formBlock input::-webkit-outer-spin-button,
.formBlock input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formBlock input[type=number] {
  -moz-appearance: textfield;
}

.rightSide__mainTitle {
  background-color: #ca3c3f;
  padding: 18px 0 15px;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 768px) {
  .rightSide__mainTitle {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .rightSide__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.rightSide__item {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .rightSide__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .rightSide__item {
    width: 100%;
  }
}
.rightSide__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .rightSide__item:hover .rightSide__title {
    background-color: #ca3c3f;
  }
}
.rightSide__pic {
  height: 200px;
  margin-bottom: 1px;
}
@media (min-width: 576px) {
  .rightSide__pic {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .rightSide__pic {
    height: 200px;
  }
}
.rightSide__title {
  background-color: #1c2427;
  font-weight: 500;
  padding: 10px 15px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .rightSide__title {
    font-size: 18px;
  }
}

.sideBar {
  position: fixed;
  top: 0;
  right: -360px;
  z-index: 11;
  width: 360px;
  height: 100%;
  overflow-y: auto;
  padding: 90px 30px 30px;
  background-color: #053a9b;
  transition: right 0.5s;
  color: #ffffff;
}
.sideBar.visible {
  right: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.sideBar__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.5s;
}
.sideBar__close .icon {
  width: 14px;
  height: 14px;
  fill: #000000;
  transition: transform 0.5s;
}
@media (min-width: 1200px) {
  .sideBar__close:hover {
    background-color: #ca3c3f;
  }
}
@media (min-width: 1200px) {
  .sideBar__close:hover .icon {
    fill: #ffffff;
    transform: rotate(-90deg);
  }
}
.sideBar__nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px 40px;
}
.sideBar__nav__link {
  font-weight: 500;
  color: #000000;
  padding: 12px 15px;
  border-radius: 3px;
  flex: 1 1 calc(50% - 2px);
  margin: 0 1px 2px;
  text-align: center;
  background-color: #ffffff;
  transition: color 0.5s, background-color 0.5s;
}
@media (min-width: 1200px) {
  .sideBar__nav__link:hover {
    background-color: #ca3c3f;
    color: #ffffff;
  }
}
.sideBar__nav__link.active {
  background-color: #ca3c3f;
  color: #ffffff;
}
.sideBar__social {
  display: flex;
  padding-bottom: 40px;
}
.sideBar__social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 0.5s;
}
.sideBar__social__link .icon {
  width: 20px;
  height: 20px;
  fill: #000000;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .sideBar__social__link:hover {
    background-color: #1c2427;
  }
}
@media (min-width: 1200px) {
  .sideBar__social__link:hover .icon {
    fill: #ffffff;
  }
}
.sideBar__contact {
  margin-top: auto;
  border-top: 1px solid #ffffff;
  padding-top: 50px;
  margin: 0 -30px;
  padding: 40px 30px 0;
}
.sideBar__contact__item {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.sideBar__contact__item:last-child {
  margin-bottom: 0;
}
.sideBar__contact__item .icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  fill: #ffffff;
}
.sideBar__contact__item a {
  color: #ffffff;
  text-decoration: none;
}

.innerIntro {
  position: relative;
  margin-bottom: 60px;
  color: #ffffff;
  padding: 120px 20px;
  background: url("../images/kitchen.jpg") center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .innerIntro {
    margin-bottom: 80px;
    padding: 150px 20px;
  }
}
@media (min-width: 1200px) {
  .innerIntro {
    margin-bottom: 100px;
  }
}
.innerIntro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.innerIntro__title {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .innerIntro__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .innerIntro__title {
    padding-bottom: 15px;
    font-size: 48px;
  }
}
.innerIntro__breadcrumb {
  position: relative;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.1);
}
.innerIntro__breadcrumb a {
  color: #ffda80;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .innerIntro__breadcrumb a:hover {
    color: #ffffff;
  }
}

.featuredMenu {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .featuredMenu {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .featuredMenu {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .featuredMenu__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .featuredMenu__container {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .featuredMenu__left {
    width: calc(100% - 280px);
  }
}
@media (min-width: 992px) {
  .featuredMenu__left {
    width: calc(100% - 370px);
  }
}
@media (min-width: 1200px) {
  .featuredMenu__left {
    width: 50%;
    padding: 0 40px 45px 0;
  }
}
.featuredMenu__text {
  line-height: 1.7;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .featuredMenu__text {
    padding-bottom: 0;
  }
}
.featuredMenu__right {
  padding-bottom: 30px;
  width: 240px;
}
@media (min-width: 768px) {
  .featuredMenu__right {
    width: 240px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .featuredMenu__right {
    width: 320px;
  }
}
.featuredMenu__right__pic {
  padding-bottom: 10px;
}
.featuredMenu__right__pic__img {
  width: 100%;
  height: auto;
}
.featuredMenu__right__name {
  font-size: 16px;
  font-weight: 500;
}
.featuredMenu__right__position {
  font-size: 14px;
  color: #525252;
}
@media (min-width: 768px) {
  .featuredMenu__slideShow {
    width: 100%;
  }
}
.featuredMenu__slideShow__btn {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.featuredMenu__slideShow__btn__link {
  border-radius: 999px;
}
.featuredMenu__slider .slick-list {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .featuredMenu__slider .slick-list {
    margin: 0 -5px;
  }
}
@media (min-width: 1200px) {
  .featuredMenu__slider .slick-list {
    margin: 0 -10px;
  }
}
@media (min-width: 576px) {
  .featuredMenu__slider .slick-list .slick-track {
    display: flex;
  }
}
@media (min-width: 576px) {
  .featuredMenu__slider .slick-list .slick-track .slick-slide {
    height: auto;
  }
}
@media (min-width: 576px) {
  .featuredMenu__slider .slick-list .slick-track .slick-slide > div {
    height: 100%;
  }
}
.featuredMenu__slider .slick-dots li button {
  border-color: #053a9b;
}
.featuredMenu__slider .slick-dots li.slick-active button {
  background-color: #053a9b;
}
.featuredMenu__slider__item {
  position: relative;
  overflow: hidden;
  height: 280px;
}
@media (min-width: 576px) {
  .featuredMenu__slider__item {
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .featuredMenu__slider__item {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .featuredMenu__slider__item {
    height: 450px;
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .featuredMenu__slider__item:hover .featuredMenu__slider__pic__img {
    transform: scale(1.1);
  }
}
.featuredMenu__slider__pic {
  height: 100%;
}
.featuredMenu__slider__pic__img {
  transition: transform 0.5s;
}
.featuredMenu__slider__data {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 80px 15px 15px;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1200px) {
  .featuredMenu__slider__data {
    padding: 120px 15px 25px;
  }
}
.featuredMenu__slider__data__name {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .featuredMenu__slider__data__name {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .featuredMenu__slider__data__name {
    font-size: 24px;
    padding-bottom: 5px;
  }
}
.featuredMenu__slider__data__price {
  display: block;
  padding-top: 5px;
  text-align: center;
}
.featuredMenu__slider__data__price:before {
  content: "£";
}

.offerPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  display: none;
  padding: 100px 20px 0;
}
@media (min-width: 1400px) {
  .offerPopup {
    padding-top: 125px;
  }
}
.offerPopup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
}
@media (min-width: 1200px) {
  .offerPopup__overlay {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.offerPopup__block {
  position: relative;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .offerPopup__block {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .offerPopup__block {
    max-width: 750px;
  }
}
.offerPopup__block--link {
  position: relative;
  display: block;
}
.offerPopup__block--link span {
  position: absolute;
  bottom: 15px;
  left: calc(50% - 75px);
  border-radius: 999px;
  width: 150px;
}
.offerPopup__block--img {
  width: 100%;
}
.offerPopup .iconSVG {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  fill: #ffffff;
  cursor: pointer;
  transition: transform 0.5s;
}
@media (min-width: 768px) {
  .offerPopup .iconSVG {
    top: 25px;
    right: 25px;
  }
}
@media (min-width: 1200px) {
  .offerPopup .iconSVG {
    top: 35px;
    right: 35px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .offerPopup .iconSVG:hover {
    transform: rotate(90deg);
  }
}

.homeBanner {
  position: relative;
  height: calc(100vh - 40px);
  opacity: 0;
  animation: fadeIn 0.75s linear 0.75s 1 forwards;
}
@media (min-width: 768px) {
  .homeBanner {
    background-position: center;
  }
}
.homeBanner .homeBannerSlideShow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeBanner__slider {
  height: 100%;
}
.homeBanner__slider .slick-list {
  height: 100%;
}
.homeBanner__slider .slick-list .slick-track {
  height: 100%;
}
.homeBanner__slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.homeBanner__slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.homeBanner__slider__item {
  height: 100%;
}
.homeBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.homeBanner__container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeBanner__businessInfo {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}
.homeBanner__businessInfo__name {
  position: relative;
  top: -50px;
  opacity: 0;
  font-weight: 300;
  font-size: 52px;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 20px;
  animation: toDown 0.5s linear 1s 1 forwards;
}
@media (min-width: 768px) {
  .homeBanner__businessInfo__name {
    font-size: 72px;
    line-height: 0.9;
  }
}
@media (min-width: 1200px) {
  .homeBanner__businessInfo__name {
    font-size: 100px;
  }
}
.homeBanner__businessInfo__name strong {
  font-weight: 500;
}
.homeBanner__businessInfo__title {
  position: relative;
  bottom: -50px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 40px;
  animation: toUp 0.5s linear 1s 1 forwards;
}
@media (min-width: 768px) {
  .homeBanner__businessInfo__title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .homeBanner__businessInfo__title {
    font-size: 38px;
  }
}
.homeBanner__businessInfo__title span {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
}
@media (min-width: 768px) {
  .homeBanner__businessInfo__title span {
    padding: 10px 30px;
  }
}
@media (min-width: 1200px) {
  .homeBanner__businessInfo__title span {
    padding: 10px 40px;
    backdrop-filter: blur(5px);
  }
}
.homeBanner__businessInfo__btn {
  display: flex;
  justify-content: center;
}
.homeBanner__businessInfo__btn__link {
  margin-right: 15px;
  border-radius: 999px;
}
.homeBanner__businessInfo__btn__link:last-child {
  margin-right: 0;
}
.homeIntro {
  padding: 60px 0;
  margin-bottom: 60px;
  background-color: #F6F3EF;
}
@media (min-width: 768px) {
  .homeIntro {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .homeIntro {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__container {
    position: relative;
  }
}
.homeIntro__center {
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .homeIntro__center {
    flex-direction: row;
  }
}
.homeIntro__pic {
  order: 1;
}
@media (min-width: 768px) {
  .homeIntro__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .homeIntro__pic {
    width: 50%;
  }
}
.homeIntro__textBlock {
  padding: 30px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .homeIntro__textBlock {
    width: 60%;
    margin-left: 40%;
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock {
    width: 50%;
    padding: 60px 40px;
    margin-left: 50%;
  }
}
.homeIntro__textBlock__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock__title {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__title {
    font-size: 16px;
  }
}
.homeIntro__textBlock__title span {
  font-weight: 400;
  font-size: 28px;
  display: block;
  color: #053a9b;
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__title span {
    font-size: 36px;
  }
}
.homeIntro__textBlock__text {
  line-height: 1.6;
  padding-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__text {
    line-height: 1.7;
    font-size: 16px;
  }
}
.homeIntro__textBlock__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.homeIntro__textBlock__links__link {
  background-color: #0647be;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 2px;
  transition: background-color 0.5s;
}
@media (min-width: 576px) {
  .homeIntro__textBlock__links__link {
    font-size: 14px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .homeIntro__textBlock__links__link {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__links__link {
    padding: 10px 20px;
    margin-right: 10px;
    font-size: 16px;
  }
}
.homeIntro__textBlock__links__link:nth-child(3) {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__links__link:hover {
    background-color: #ca3c3f;
  }
}

.whoWeAre {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .whoWeAre {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .whoWeAre {
    padding-bottom: 100px;
  }
}
.whoWeAre__top {
  position: relative;
  padding: 50px 20px 80px;
  margin: 0 -20px;
}
@media (min-width: 576px) {
  .whoWeAre__top {
    padding: 70px 20px 120px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .whoWeAre__top {
    padding: 100px 20px 170px;
  }
}
.whoWeAre__top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.whoWeAre__top__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.whoWeAre__top__smTitle, .whoWeAre__top__title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}
.whoWeAre__top__smTitle {
  font-weight: 500;
}
@media (min-width: 768px) {
  .whoWeAre__top__smTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .whoWeAre__top__smTitle {
    font-size: 21px;
  }
}
.whoWeAre__top__title {
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .whoWeAre__top__title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .whoWeAre__top__title {
    font-size: 36px;
    font-weight: 500;
  }
}
.whoWeAre__top__btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .whoWeAre__top__btn {
    padding-top: 30px;
  }
}
.whoWeAre__top__btn a {
  border-radius: 999px;
}
.whoWeAre__text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whoWeAre__text__pic {
  width: 75%;
  background-color: #ffffff;
  padding: 15px 15px 0;
  margin: -30px 0 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .whoWeAre__text__pic {
    width: 50%;
    margin-top: -50px;
    padding: 20px 20px 0;
  }
}
@media (min-width: 1200px) {
  .whoWeAre__text__pic {
    width: 40%;
    margin-top: -70px;
  }
}
.whoWeAre__text__pic img {
  width: 100%;
}
.whoWeAre__text__title {
  color: #053a9b;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .whoWeAre__text__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .whoWeAre__text__title {
    font-size: 28px;
  }
}
.whoWeAre__text__content {
  line-height: 1.6;
  text-align: center;
}
.whoWeAre__text__btn {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.whoWeAre__text__btn__link {
  border-radius: 999px;
}
.aboutPage__pic {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .aboutPage__pic {
    position: relative;
  }
}
.aboutPage__pic__img {
  height: 350px;
}
@media (min-width: 768px) {
  .aboutPage__pic__img {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .aboutPage__pic__img {
    height: 500px;
  }
}
.aboutPage__text {
  padding-bottom: 15px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .aboutPage__text {
    font-size: 16px;
    line-height: 1.9;
  }
}
@media (min-width: 1200px) {
  .aboutPage__text {
    font-size: 18px;
    line-height: 2;
  }
}
.aboutPage__col {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .aboutPage__col {
    display: flex;
    justify-content: space-between;
  }
}
.aboutPage__col__item {
  padding: 20px;
  margin-bottom: 20px;
  background-color: rgba(255, 180, 0, 0.2);
}
@media (min-width: 1200px) {
  .aboutPage__col__item {
    margin-bottom: 0;
    width: calc(50% - 15px);
    padding: 30px;
  }
}
.aboutPage__col__item:last-child {
  margin-bottom: 0;
}
.aboutPage__col__title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}
.aboutPage__col__text {
  line-height: 1.7;
}

.photoGallery {
  padding-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .photoGallery {
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .photoGallery .container {
    padding: 0 2px;
  }
}
.photoGallery__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
@media (min-width: 1200px) {
  .photoGallery__list {
    margin: 0 -10px;
  }
}
.photoGallery__list--item {
  width: 50%;
  padding: 0 1px 2px;
}
@media (min-width: 768px) {
  .photoGallery__list--item {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .photoGallery__list--item {
    width: 25%;
    padding: 0 10px 20px;
  }
}
.photoGallery__list--inner {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .photoGallery__list--inner {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .photoGallery__list--inner {
    height: 280px;
    border-radius: 10px;
  }
}
.photoGallery__list--link {
  display: block;
  height: 100%;
  transition: transform 0.5s;
}
@media (min-width: 1200px) {
  .photoGallery__list--link:hover {
    transform: scale(1.1);
  }
}
.allergyIndex {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ecf0f1;
}
@media (min-width: 768px) {
  .allergyIndex--inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .allergyIndex--block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .allergyIndex--block {
    padding: 0 20px 20px;
  }
}
.allergyIndex--title {
  font-weight: 600;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .allergyIndex--title {
    padding-bottom: 15px;
  }
}
.allergyIndex__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 5px;
}
@media (min-width: 576px) {
  .allergyIndex__list {
    padding-bottom: 0;
  }
}
.allergyIndex__list--item {
  padding: 0 8px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .allergyIndex__list--item {
    padding: 0 10px 20px;
  }
}
@media (min-width: 768px) {
  .allergyIndex__list--item {
    padding-bottom: 0;
  }
}
.allergyIndex__list--item img {
  height: 20px;
}
.allergyIndex__list--name {
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding-top: 5px;
}
.allergyIndex--text {
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .allergyIndex--text {
    padding-top: 10px;
  }
}

.menuCat {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .menuCat {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .menuCat {
    padding-bottom: 50px;
  }
}
.menuCat__link {
  padding: 8px 15px;
  background-color: #053a9b;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  margin: 0 0 5px 0;
  margin-right: 10px;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .menuCat__link {
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .menuCat__link {
    padding: 12px 25px;
  }
}
.menuCat__link:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .menuCat__link:hover {
    background-color: #ca3c3f;
  }
}
.menuCat__link.active {
  background-color: #ca3c3f;
}

.menuList {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .menuList {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .menuList {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .menuList__list--twoCol {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.menuList__list--item {
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #525252;
}
@media (min-width: 1200px) {
  .menuList__list--item {
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
}
.menuList__list--item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1200px) {
  .menuList__list--item:nth-child(2n+2) .menuList__list__pic {
    order: 1;
  }
}
.menuList__list__titleBlock {
  color: #ca3c3f;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .menuList__list__titleBlock {
    padding-bottom: 30px;
  }
}
.menuList__list__titleBlock--title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .menuList__list__titleBlock--title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .menuList__list__titleBlock--title {
    font-size: 36px;
  }
}
.menuList__list__titleBlock--desc {
  color: #302828;
  line-height: 1.5;
  padding: 5px 0;
}
@media (min-width: 1200px) {
  .menuList__list__titleBlock--desc {
    font-size: 18px;
  }
}
.menuList__list__titleBlock--desc .break {
  display: block;
}
.menuList__list__pic {
  height: 300px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .menuList__list__pic {
    height: 380px;
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .menuList__list__pic {
    position: sticky;
    top: 160px;
    height: auto;
    min-height: 300px;
    max-height: 400px;
    width: 350px;
    max-width: none;
    margin-bottom: 0;
  }
}
.menuList__list__pic--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .menuList__list__pic--img {
    border-radius: 18px;
  }
}
@media (min-width: 1200px) {
  .menuList__list__right {
    width: calc(100% - 380px);
  }
}
@media (min-width: 1400px) {
  .menuList__list__right {
    width: calc(100% - 400px);
  }
}
.menuList__list__right--item {
  margin-bottom: 50px;
}
.menuList__list__right--item:last-child {
  margin-bottom: 0;
}
.menuList .menuSubName {
  padding-bottom: 20px;
}
.menuList .menuSubName--title {
  font-size: 20px;
  font-weight: 600;
  color: #ca3c3f;
}
@media (min-width: 768px) {
  .menuList .menuSubName--title {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .menuList .menuSubName--title {
    font-size: 26px;
  }
}
.menuList .menuSubName--desc {
  line-height: 1.4;
  padding-top: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .menuList .menuItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.menuList .menuItem__item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ecf0f1;
}
@media (min-width: 768px) {
  .menuList .menuItem__item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1400px) {
  .menuList .menuItem__item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .menuList .menuItem__item:nth-last-child(2) {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.menuList .menuItem__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.menuList .menuItem__item__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.menuList .menuItem__item__title--left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 70px);
}
@media (min-width: 576px) {
  .menuList .menuItem__item__title--left {
    flex-direction: row;
  }
}
.menuList .menuItem__item__title--left .titleText {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding: 5px 10px 5px 0;
}
@media (min-width: 1200px) {
  .menuList .menuItem__item__title--left .titleText {
    font-size: 16px;
  }
}
.menuList .menuItem__item__title--left .allergies {
  display: flex;
}
@media (min-width: 576px) {
  .menuList .menuItem__item__title--left .allergies {
    place-content: 15px;
  }
}
.menuList .menuItem__item__title--left .allergies img {
  height: 16px;
  margin-right: 8px;
}
.menuList .menuItem__item__title--left .allergies img:last-child {
  margin-right: 0;
}
.menuList .menuItem__item__title .price {
  color: #ca3c3f;
  font-size: 15px;
  font-weight: 500;
  width: 70px;
  text-align: right;
}
.menuList .menuItem__item__title .price:before {
  content: "£";
}
.menuList .menuItem__item--desc {
  line-height: 1.4;
  padding-top: 5px;
  font-size: 13px;
  color: #525252;
}
@media (min-width: 576px) {
  .menuList .menuItem__item--desc {
    padding-top: 0;
  }
}

.textPage .pic-banner {
  width: 100%;
  height: 250px;
  margin: 5px 0 20px;
}
@media (min-width: 768px) {
  .textPage .pic-banner {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .textPage .pic-banner {
    height: 350px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1400px) {
  .textPage .pic-banner {
    height: 400px;
    margin-bottom: 30px;
  }
}
.textPage h2, .textPage h3, .textPage h4, .textPage h5 {
  font-size: 24px;
  padding: 10px 0 5px;
}
@media (min-width: 768px) {
  .textPage h2, .textPage h3, .textPage h4, .textPage h5 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .textPage h2, .textPage h3, .textPage h4, .textPage h5 {
    font-size: 32px;
  }
}
.textPage h3 {
  font-size: 22px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .textPage h3 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .textPage h3 {
    font-size: 28px;
  }
}
.textPage h4 {
  font-size: 20px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .textPage h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .textPage h4 {
    font-size: 24px;
  }
}
.textPage h5 {
  font-size: 18px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .textPage h5 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .textPage h5 {
    font-size: 20px;
  }
}
.textPage p {
  line-height: 1.8;
  padding-bottom: 15px;
}
.textPage p a {
  color: #ca3c3f;
}
@media (min-width: 1200px) {
  .textPage p a:hover {
    text-decoration: underline;
  }
}
.textPage ul, .textPage ol {
  padding-bottom: 10px;
  margin-left: 20px;
}
.textPage ul li, .textPage ol li {
  list-style: disc;
  line-height: 1.7;
  padding-bottom: 8px;
}
.textPage ul li a, .textPage ol li a {
  color: #ca3c3f;
}
@media (min-width: 1200px) {
  .textPage ul li a:hover, .textPage ol li a:hover {
    text-decoration: underline;
  }
}
.textPage ul ol, .textPage ul ul, .textPage ol ol, .textPage ol ul {
  padding: 10px 0 0 0;
  margin-left: 20px;
}
.textPage ul ol li:last-child, .textPage ul ul li:last-child, .textPage ol ol li:last-child, .textPage ol ul li:last-child {
  padding-bottom: 0;
}
.textPage ul ol li, .textPage ol ol li {
  list-style: decimal;
}
.textPage ol > li {
  list-style: decimal;
}

.contactTitle {
  text-align: center;
  padding-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .contactTitle {
    padding-bottom: 20px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .contactTitle {
    padding-bottom: 25px;
    font-size: 36px;
  }
}

.contactInfo {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .contactInfo {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .contactInfo {
    padding-bottom: 50px;
  }
}
.contactInfo__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .contactInfo__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .contactInfo__item.phone {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .contactInfo__item.phone {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
@media (min-width: 576px) {
  .contactInfo__item.email {
    width: calc(50% - 5px);
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .contactInfo__item.email {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
}
.contactInfo__item--icon {
  width: 44px;
  height: 44px;
  background-color: #053a9b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .contactInfo__item--icon {
    width: 50px;
    height: 50px;
  }
}
.contactInfo__item--icon .iconSVG {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.contactInfo__item--title {
  font-size: 18px;
  font-weight: 600;
  color: #525252;
}
.contactInfo__item--text {
  font-weight: 500;
}
.contactInfo__item--text .block {
  display: block;
}
.contactInfo__item--text .inlineBlock {
  display: inline-block;
}
.contactInfo__item--text a {
  color: #151515;
  text-decoration: none;
}
.contactInfo__item.address {
  width: 100%;
  margin-bottom: 0;
}

.mapAndFb {
  background-color: #ecf0f1;
  padding: 20px;
}
@media (min-width: 768px) {
  .mapAndFb {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .mapAndFb {
    padding: 30px;
  }
}
.mapAndFb__map {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mapAndFb__map {
    margin: 0 20px 0 0;
    width: calc(100% - 20px - 360px);
  }
}
.mapAndFb__map iframe {
  border: none;
  width: 100%;
  height: 350px;
  display: block;
}
@media (min-width: 768px) {
  .mapAndFb__map iframe {
    height: 450px;
  }
}
.mapAndFb__fb {
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mapAndFb__fb {
    width: 360px;
    max-width: none;
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */
