@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 80px 0 0;
  font-size: 14px;
  color: #302828;
}
@media (min-width: 768px) {
  body {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 15px;
    padding-top: 100px;
  }
}

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-family: "Oswald", system-ui;
  font-weight: 400;
  font-size: 14px;
}

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: #ffb400;
  color: #ffffff;
}

:focus {
  outline: 0 !important;
}

* {
  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: "Roboto", 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 {
  display: block;
}

.OF-Hidden {
  overflow: hidden;
}

.go-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 21;
  background-color: #525252;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  transition: background-color 0.5s;
  display: none;
}
@media (min-width: 1200px) {
  .go-to-top:hover {
    background-color: #ffb400;
  }
}
.go-to-top .iconSVG {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}

.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 #10434a;
  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: #10434a;
  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: #dde4e6;
  font-weight: 700;
  color: #10434a;
}
.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: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.twoColLayout {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .twoColLayout {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .twoColLayout .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.twoColLayout--left {
  width: 100%;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .twoColLayout--left {
    width: calc(100% - 400px);
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .twoColLayout--left {
    width: calc(100% - 410px);
    padding-right: 50px;
    padding: 0 50px 50px 0;
  }
}
.twoColLayout--right {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .twoColLayout--right {
    max-width: 360px;
    margin: 0;
    padding-bottom: 50px;
  }
}

.button-1 {
  height: 45px;
  border-radius: 5px;
  background-color: #10434a;
  color: #ffffff;
  padding: 0 25px;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 768px) {
  .button-1 {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .button-1 {
    height: 55px;
    padding: 0 30px;
  }
}
.button-1:after {
  content: "";
  position: relative;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-left: 5px;
  margin-top: 2px;
  transition: left 0.25s;
}
@media (min-width: 1200px) {
  .button-1:hover {
    background-color: #ffb400;
  }
}
@media (min-width: 1200px) {
  .button-1:hover:after {
    left: 3px;
  }
}

.button-2 {
  height: 45px;
  border-radius: 999px;
  border: 1px solid #10434a;
  color: #10434a;
  padding: 0 25px;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s, border-color 0.5s;
}
@media (min-width: 768px) {
  .button-2 {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .button-2 {
    height: 55px;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .button-2:hover {
    background-color: #ffb400;
    border-color: #ffb400;
    color: #ffffff;
  }
}

.style1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .style1 {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .style1 {
    margin-bottom: 50px;
  }
}
.style1 .center {
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  color: #10434a;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .style1 .center {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .style1 .center {
    font-size: 36px;
  }
}
.style1 .center:before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #b8b8b8;
  border-radius: 50%;
}
.style1 .center:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  border-radius: 50%;
}

.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 #10434a;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  transition: background-color 0.5s, border-color 0.5s;
}
@media (min-width: 1200px) {
  .slick-dots li button:hover {
    background-color: #ffb400;
    border-color: #ffb400;
  }
}
.slick-dots li.slick-active button {
  background-color: #10434a;
  border-color: #10434a;
}

.formBlock {
  background-color: #ecf0f1;
  padding: 30px 20px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media (min-width: 576px) {
  .formBlock {
    padding: 50px;
  }
}
.formBlock__sameDay {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.formBlock__sameDay span {
  background-color: #e74c3c;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
}
.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(231, 76, 60, 0.15);
  color: #e74c3c;
  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--label {
  font-size: 14px;
  padding-bottom: 6px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: block;
  cursor: pointer;
}
.formBlock__list--label .required {
  color: #e74c3c;
  font-size: 11px;
}
.formBlock__list--field {
  position: relative;
}
.formBlock__list--field.number {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.formBlock__list--field.number .number-button {
  width: 45px;
  height: 45px;
  background-color: #10434a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  transition: background-color 0.5s;
  cursor: pointer;
}
.formBlock__list--field.number .number-button.plus {
  border-radius: 0 5px 5px 0;
}
.formBlock__list--field.number .number-button.minus {
  border-radius: 5px 0 0 5px;
}
@media (min-width: 1200px) {
  .formBlock__list--field.number .number-button:hover {
    background-color: #196974;
  }
}
.formBlock__list--field.number .formBlock__list--input {
  width: calc(100% - 90px);
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.formBlock__list--input, .formBlock__list--textarea, .formBlock__list--select {
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #10434a;
  background-color: #ffffff;
}
.formBlock__list--input:focus, .formBlock__list--textarea:focus, .formBlock__list--select:focus {
  border-color: #e74c3c;
}
.formBlock__list--textarea {
  height: 120px;
  resize: none;
  padding: 15px;
}
.formBlock__list--maxGuest {
  display: block;
  font-size: 11px;
  color: #e74c3c;
  padding-top: 5px;
  font-weight: 500;
}
.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 #10434a;
  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: #10434a;
  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__button {
  display: flex;
  flex-wrap: wrap;
}
@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-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #10434a;
  padding: 15px 35px;
  border-radius: 5px;
  transition: background-color 0.5s;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .formBlock__button--btn {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .formBlock__button--btn:hover {
    background-color: #6ab04c;
  }
}
.formBlock input::-webkit-outer-spin-button,
.formBlock input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formBlock input[type=number] {
  -moz-appearance: textfield;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  padding: 15px 2px;
  background-color: #ffffff;
  transition: background-color 0.5s, top 0.5s;
}
@media (min-width: 768px) {
  .header {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 100px;
  }
}
.header.fixed {
  box-shadow: 0 10px 20px rgba(16, 67, 74, 0.1);
}
.header--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo--link {
  display: block;
}
.header__logo--img {
  height: 50px;
}
@media (min-width: 768px) {
  .header__logo--img {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .header__logo--img {
    height: 70px;
  }
}
.header--right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header--navBlock {
  position: fixed;
  top: 80px;
  left: 100%;
  transition: left 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #10434a;
}
@media (min-width: 768px) {
  .header--navBlock {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .header--navBlock {
    position: static;
    background-color: transparent;
    width: auto;
  }
}
.header--navBlock.visible {
  left: 0;
}
.header__nav {
  font-family: "Oswald", system-ui;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 1200px) {
  .header__nav {
    display: flex;
    padding-right: 60px;
    width: auto;
    max-width: none;
  }
}
.header__nav--item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__nav--item:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .header__nav--item {
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .header__nav--item {
    margin-right: 30px;
    border-bottom: none;
  }
}
.header__nav--link {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #ffffff;
  padding: 12px 0;
}
@media (min-width: 1200px) {
  .header__nav--link {
    position: relative;
    font-size: 15px;
    color: #10434a;
    padding: 10px 0;
  }
}
.header__nav--link.active {
  color: #ffb400;
}
.header__nav--link.active:before {
  background-color: #ffb400;
  width: 100%;
}
@media (min-width: 1200px) {
  .header__nav--link:hover:before {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header__nav--link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #10434a;
    transition: width 0.5s;
  }
}
.header__social {
  display: flex;
  flex-wrap: wrap;
}
.header__social--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #10434a;
  border-radius: 50%;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .header__social--link {
    width: 40px;
    height: 40px;
  }
}
.header__social--link:not(:last-child) {
  margin-right: 6px;
}
.header__social--link .iconSVG {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition: fill 0.5s;
}
@media (min-width: 1200px) {
  .header__social--link .iconSVG {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1200px) {
  .header__social--link:hover {
    background-color: #6ab04c;
  }
}
.header__lines {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .header__lines {
    display: none;
  }
}
.header__lines--line {
  width: 24px;
  height: 2px;
  background-color: #151515;
}
.header__lines--line.line1 {
  position: relative;
  top: 0;
  transition: transform 0.5s, top 0.5s 0.5s;
}
.header__lines--line.line2 {
  opacity: 1;
  transition: opacity 0.5s;
  margin: 6px 0;
}
.header__lines--line.line3 {
  position: relative;
  bottom: 0;
  transition: transform 0.5s, bottom 0.5s 0.5s;
}
.header__lines.active .header__lines--line.line1 {
  top: 8px;
  transform: rotate(-45deg);
  transition: top 0.5s, transform 0.5s 0.5s;
}
.header__lines.active .header__lines--line.line2 {
  opacity: 0;
}
.header__lines.active .header__lines--line.line3 {
  bottom: 8px;
  transform: rotate(45deg);
  transition: bottom 0.5s, transform 0.5s 0.5s;
}

.trans-header {
  padding-top: 0;
}
.trans-header .header {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .trans-header .header {
    top: 20px;
  }
}
.trans-header .header__lines--line {
  background-color: #ffffff;
}
.trans-header .header__nav--link {
  color: #ffffff;
}
.trans-header .header__nav--link.active {
  color: #ffb400;
}
.trans-header .header__nav--link.active:before {
  background-color: #ffb400;
  width: 100%;
}
.trans-header .header__nav--link:before {
  background-color: #ffffff;
}
.trans-header .header__social--link {
  background-color: #ffffff;
}
.trans-header .header__social--link .iconSVG {
  fill: #10434a;
}
.trans-header .header.fill-color, .trans-header .header.fixed {
  background-color: #ffffff;
  top: 0;
}
@media (min-width: 1200px) {
  .trans-header .header.fill-color .header__nav--link, .trans-header .header.fixed .header__nav--link {
    color: #10434a;
  }
}
.trans-header .header.fill-color .header__nav--link.active, .trans-header .header.fixed .header__nav--link.active {
  color: #ffb400;
}
.trans-header .header.fill-color .header__nav--link.active:before, .trans-header .header.fixed .header__nav--link.active:before {
  background-color: #ffb400;
}
.trans-header .header.fill-color .header__nav--link:before, .trans-header .header.fixed .header__nav--link:before {
  background-color: #10434a;
}
.trans-header .header.fill-color .header__lines--line, .trans-header .header.fixed .header__lines--line {
  background-color: #10434a;
}
.trans-header .header.fill-color .header__social--link, .trans-header .header.fixed .header__social--link {
  background-color: #10434a;
}
@media (min-width: 1200px) {
  .trans-header .header.fill-color .header__social--link:hover, .trans-header .header.fixed .header__social--link:hover {
    background-color: #ffb400;
  }
}
.trans-header .header.fill-color .header__social--link .iconSVG, .trans-header .header.fixed .header__social--link .iconSVG {
  fill: #ffffff;
}

.footer {
  background-color: #10434a;
  padding: 45px 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 75px 0 60px;
  }
}
.footer__mainContact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .footer__mainContact {
    max-width: 600px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .footer__mainContact {
    max-width: 700px;
    margin-bottom: 60px;
  }
}
.footer__mainContact--logo {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
.footer__mainContact--logo .logoImg {
  width: 70px;
  height: auto;
}
.footer__mainContact--businessName {
  color: #ffffff;
  font-family: "Oswald", system-ui;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .footer__mainContact--businessName {
    font-size: 28px;
  }
}
.footer__mainContact--text {
  color: #ffffff;
  opacity: 0.8;
  line-height: 1.7;
  text-align: center;
}
.footer__mainContact__social {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.footer__mainContact__social--link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
}
.footer__mainContact__social--link:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .footer__mainContact__social--link:hover {
    background-color: #ffb400;
  }
}
@media (min-width: 1200px) {
  .footer__mainContact__social--link:hover .iconSVG {
    fill: #ffffff;
  }
}
.footer__mainContact__social--link .iconSVG {
  width: 18px;
  height: 18px;
  fill: #10434a;
  transition: fill 0.5s;
}
@media (min-width: 1200px) {
  .footer__mainContact__social--link .iconSVG {
    width: 22px;
    height: 22px;
  }
}
.footer__mainContact__contact {
  text-align: center;
  color: #ffffff;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .footer__mainContact__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer__mainContact__contact--item {
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__mainContact__contact--item {
    padding: 8px 15px;
  }
}
.footer__mainContact__contact--item .iconSVG {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .footer__mainContact__contact--item .iconSVG {
    width: 18px;
    height: 18px;
  }
}
.footer__mainContact__contact--item .block {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__mainContact__contact--item .block {
    width: auto;
    padding-left: 5px;
  }
}
.footer__mainContact__contact--item a {
  color: #ffffff;
  text-decoration: none;
}
.footer__mainContact__contact--fullRow {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 15px;
}
.footer__mainContact__contact--fullRow .block {
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer--twoCol {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer--mapBlock {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer--mapBlock {
    width: calc(100% - 380px);
    margin: 0 30px 0 0;
  }
}
.footer--mapBlock iframe {
  display: block;
}
.footer--fbBlock {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer--fbBlock {
    width: 350px;
  }
}
.footer--lastRow {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  padding: 50px 0 10px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .footer--lastRow {
    padding: 60px 0 0;
  }
}
.footer--lastRow a {
  color: #ffffff;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .footer--lastRow a:hover {
    color: #ffb400;
  }
}

.rightSide__title {
  text-align: center;
  font-family: "Oswald", system-ui;
}
.rightSide__title.style1 .center {
  font-size: 20px;
}
@media (min-width: 768px) {
  .rightSide__title.style1 .center {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .rightSide__title.style1 .center {
    font-size: 28px;
  }
}
.rightSide__list--item {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .rightSide__list--item {
    margin-bottom: 30px;
  }
}
.rightSide__list--item:last-child {
  margin-bottom: 0;
}
.rightSide__list--pic {
  height: 220px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .rightSide__list--pic {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .rightSide__list--pic {
    height: 220px;
  }
}
.rightSide__list--info {
  box-shadow: 0 5px 20px rgba(16, 67, 74, 0.15);
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  margin: -25px 25px 0;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.rightSide__list--title {
  font-size: 16px;
  color: #10434a;
  text-align: center;
}
@media (min-width: 1200px) {
  .rightSide__list--title {
    font-size: 18px;
  }
}
.rightSide__list__btn {
  display: flex;
  justify-content: center;
}
.rightSide__list__btn--link {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #10434a;
  color: #ffffff;
  font-weight: 500;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .rightSide__list__btn--link {
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  .rightSide__list__btn--link:hover {
    background-color: #ffb400;
  }
}

.innerIntro {
  position: relative;
  background: url("../images/intro-banner.jpg") center/cover;
  height: 260px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .innerIntro {
    margin-bottom: 60px;
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .innerIntro {
    margin-bottom: 70px;
    height: 300px;
  }
}
.innerIntro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.innerIntro__textBlock {
  position: relative;
  color: #ffffff;
}
.innerIntro__textBlock--title {
  font-size: 30px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .innerIntro__textBlock--title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .innerIntro__textBlock--title {
    font-size: 50px;
  }
}
.innerIntro__textBlock--breadcrumb {
  font-size: 13px;
}
@media (min-width: 1200px) {
  .innerIntro__textBlock--breadcrumb {
    font-size: 14px;
  }
}
.innerIntro__textBlock--breadcrumb a {
  color: #ffb400;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .innerIntro__textBlock--breadcrumb a:hover {
    text-decoration: underline;
  }
}

.featuredMenu {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .featuredMenu {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .featuredMenu {
    padding-bottom: 100px;
  }
}
.featuredMenu__slideShow {
  padding-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .featuredMenu__slideShow {
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .featuredMenu__slideShow {
    padding-bottom: 30px;
  }
}
.featuredMenu__slider .slick-list {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .featuredMenu__slider .slick-list {
    margin: 0 -5px;
  }
}
@media (min-width: 992px) {
  .featuredMenu__slider .slick-list {
    margin: 0 -10px;
  }
}
@media (min-width: 576px) {
  .featuredMenu__slider--item {
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  .featuredMenu__slider--item {
    margin: 0 10px;
  }
}
.featuredMenu__slider--pic {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 220px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .featuredMenu__slider--pic {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .featuredMenu__slider--pic {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .featuredMenu__slider--pic {
    height: 200px;
  }
}
.featuredMenu__slider--pic .price {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 16px;
}
.featuredMenu__slider--pic .price:before {
  content: "£";
}
.featuredMenu__slider--name {
  font-family: "Oswald", system-ui;
  text-align: center;
  color: #525252;
}
@media (min-width: 1200px) {
  .featuredMenu__slider--name {
    font-size: 18px;
  }
}
.featuredMenu__btn {
  display: flex;
  justify-content: center;
}

.homeSlider {
  position: relative;
}
.homeSlider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.homeSlider__businessInfo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.homeSlider__businessInfo--smTitle {
  font-size: 16px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .homeSlider__businessInfo--smTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .homeSlider__businessInfo--smTitle {
    font-size: 20px;
  }
}
.homeSlider__businessInfo--name {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .homeSlider__businessInfo--name {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .homeSlider__businessInfo--name {
    font-size: 72px;
  }
}
.homeSlider__businessInfo--title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .homeSlider__businessInfo--title {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .homeSlider__businessInfo--title {
    font-size: 26px;
  }
}
.homeSlider__list--item {
  background-position: center;
  background-size: cover;
  height: 520px;
}
@media (min-width: 768px) {
  .homeSlider__list--item {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .homeSlider__list--item {
    height: 100vh;
  }
}
.homeSlider__contact {
  text-align: center;
  color: #ffffff;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .homeSlider__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.homeSlider__contact--item {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.4;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .homeSlider__contact--item {
    padding: 8px 15px;
  }
}
@media (min-width: 1200px) {
  .homeSlider__contact--item {
    padding: 0 15px;
  }
}
.homeSlider__contact--item:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .homeSlider__contact--item:last-child {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .homeSlider__contact--item:last-child {
    width: auto;
  }
}
.homeSlider__contact--item .iconSVG {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .homeSlider__contact--item .iconSVG {
    width: 18px;
    height: 18px;
  }
}
.homeSlider__contact--item .text {
  text-align: left;
}
.homeSlider__contact--item .block {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .homeSlider__contact--item .block {
    width: auto;
    padding-left: 5px;
  }
}
.homeSlider__contact--item a {
  color: #ffffff;
  text-decoration: none;
}

.homeIntro {
  position: relative;
  z-index: 3;
  margin: -50px 0 60px;
}
@media (min-width: 768px) {
  .homeIntro {
    margin: -75px 0 80px;
  }
}
@media (min-width: 1200px) {
  .homeIntro {
    margin: -100px 0 100px;
  }
}
.homeIntro--inner {
  box-shadow: 0 10px 20px rgba(16, 67, 74, 0.1);
}
@media (min-width: 992px) {
  .homeIntro--inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.homeIntro__textBlock {
  background-color: #ffffff;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock {
    padding: 40px 35px;
  }
}
@media (min-width: 992px) {
  .homeIntro__textBlock {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock {
    padding: 50px;
  }
}
.homeIntro__textBlock--title {
  font-size: 18px;
  font-weight: 400;
  color: #10434a;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock--title {
    font-size: 22px;
  }
}
.homeIntro__textBlock--title .block {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock--title .block {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock--title .block {
    font-size: 44px;
  }
}
.homeIntro__textBlock--text {
  line-height: 1.7;
  padding-bottom: 15px;
}
.homeIntro__textBlock__btn {
  padding-top: 10px;
  display: flex;
}
.homeIntro--imgBlock {
  background: url("../images/yak-and-yetis.jpg") center/cover;
  height: 350px;
}
@media (min-width: 992px) {
  .homeIntro--imgBlock {
    width: 50%;
    height: auto;
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .homeIntro--imgBlock {
    min-height: 450px;
  }
}

.quickInfoHome {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .quickInfoHome {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome {
    padding-bottom: 100px;
  }
}
.quickInfoHome--title {
  text-align: center;
}
@media (min-width: 768px) {
  .quickInfoHome__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome__list {
    margin: 0 -15px;
  }
}
.quickInfoHome__list--item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .quickInfoHome__list--item {
    width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome__list--item {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.quickInfoHome__list--item:last-child {
  margin-bottom: 0;
}
.quickInfoHome__list--inner {
  box-shadow: 0 5px 20px rgba(16, 67, 74, 0.15);
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
}
@media (min-width: 768px) {
  .quickInfoHome__list--inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome__list--inner {
    padding: 25px;
    border-radius: 10px;
  }
}
.quickInfoHome__list--pic {
  height: 220px;
  background-position: center;
  background-size: cover;
  margin: -15px -15px 20px;
}
@media (min-width: 576px) {
  .quickInfoHome__list--pic {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .quickInfoHome__list--pic {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .quickInfoHome__list--pic {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome__list--pic {
    height: 250px;
    margin: -25px -25px 25px;
  }
}
.quickInfoHome__list--title {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #10434a;
}
@media (min-width: 1200px) {
  .quickInfoHome__list--title {
    font-size: 24px;
  }
}
.quickInfoHome__list--text {
  line-height: 1.6;
  padding-bottom: 10px;
}
.quickInfoHome__list__btn {
  padding-top: 10px;
  display: flex;
}
.quickInfoHome__list__btn--link {
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #10434a;
  color: #ffffff;
  font-weight: 500;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .quickInfoHome__list__btn--link {
    padding: 14px 22px;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome__list__btn--link:hover {
    background-color: #ffb400;
  }
}

.galleryHome {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .galleryHome {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .galleryHome {
    margin-bottom: 100px;
  }
}
.galleryHome--title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #10434a;
}
@media (min-width: 768px) {
  .galleryHome--title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .galleryHome--title {
    font-size: 36px;
  }
}
.galleryHome__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}
@media (min-width: 768px) {
  .galleryHome__list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}
@media (min-width: 992px) {
  .galleryHome__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .galleryHome__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .galleryHome__list:hover .galleryHome__list--item:not(:hover) {
    filter: grayscale(100%);
    transition: filter 0.5s;
  }
}
.galleryHome__list--item {
  overflow: hidden;
  transition: filter 0.5s;
}
@media (min-width: 1200px) {
  .galleryHome__list--item:nth-child(1), .galleryHome__list--item:nth-child(4) {
    grid-row: 1/3;
  }
}
@media (min-width: 1200px) {
  .galleryHome__list--item:nth-child(1) .galleryHome__list--link, .galleryHome__list--item:nth-child(4) .galleryHome__list--link {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .galleryHome__list--item:nth-child(2) {
    grid-row: 1/2;
  }
}
@media (min-width: 1200px) {
  .galleryHome__list--item:nth-child(3) {
    grid-row: 2/2;
  }
}
@media (min-width: 1200px) {
  .galleryHome__list--item:hover .galleryHome__list--link {
    transform: scale(1.1);
  }
}
.galleryHome__list--link {
  height: 150px;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: block;
  transition: transform 0.5s;
}
@media (min-width: 576px) {
  .galleryHome__list--link {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .galleryHome__list--link {
    height: 270px;
  }
}
@media (min-width: 992px) {
  .galleryHome__list--link {
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .galleryHome__list--link {
    height: 250px;
  }
}
@media (min-width: 1400px) {
  .galleryHome__list--link {
    height: 280px;
  }
}
.galleryHome__btn {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .galleryHome__btn {
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .galleryHome__btn {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .menu-page .innerIntro {
    margin-top: 50px;
  }
}

.menuAnchor {
  position: fixed;
  top: 180px;
  left: -200px;
  width: 200px;
  z-index: 2;
  background-color: #10434a;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  border-radius: 0 8px 8px 0;
  transition: left 0.5s;
}
@media (min-width: 768px) {
  .menuAnchor {
    top: 90px;
    left: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .menuAnchor {
    top: 100px;
  }
}
.menuAnchor.visible {
  left: 0;
}
.menuAnchor.visible .menuAnchor--icon {
  background-color: #ffb400;
}
.menuAnchor--icon {
  position: absolute;
  top: 15px;
  right: -55px;
  width: 55px;
  height: 65px;
  background-color: #10434a;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .menuAnchor--icon {
    display: none;
  }
}
.menuAnchor--icon .iconSVG {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}
.menuAnchor--item {
  color: #ffffff;
  font-weight: 500;
  padding: 8px 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  background-color: #10434a;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 768px) {
  .menuAnchor--item {
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .menuAnchor--item {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .menuAnchor--item:hover {
    background-color: #ffb400;
    color: white;
  }
}
.menuAnchor--item.active {
  background-color: #196974;
  color: #ffffff;
}

.allergyIndex {
  padding: 0 13px;
  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-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .allergyIndex--block {
    padding: 0 20px 20px;
  }
}
.allergyIndex--title {
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .allergyIndex--title {
    padding: 0 15px 0 0;
    text-decoration: none;
  }
}
.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 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .allergyIndex__list--item {
    padding-bottom: 0;
  }
}
.allergyIndex__list--icon {
  height: 16px;
  margin-bottom: 5px;
}
.allergyIndex__list--name {
  font-size: 13px;
  font-weight: 500;
}
.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;
  }
}
.allergyIndex--text strong {
  font-weight: 500;
}

.menuList {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .menuList {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .menuList {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .menuList__list--twoCol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.menuList__list--item {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .menuList__list--item {
    padding-bottom: 60px;
  }
}
.menuList__list--item:last-child {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .menuList__list--item:nth-child(2n+2) .menuList__list--pic {
    order: 1;
  }
}
.menuList__list__titleBlock {
  color: #10434a;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .menuList__list__titleBlock {
    padding-bottom: 30px;
  }
}
.menuList__list__titleBlock--title {
  font-size: 24px;
  font-family: "Oswald", system-ui;
  background-color: #10434a;
  color: #ffffff;
  padding: 8px 15px 10px;
  border-radius: 4px;
}
.menuList__list__titleBlock--subTitle {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .menuList__list__titleBlock--subTitle {
    padding-top: 15px;
  }
}
.menuList__list__titleBlock--desc {
  color: #302828;
  line-height: 1.7;
  padding-top: 12px;
}
@media (min-width: 1200px) {
  .menuList__list__titleBlock--desc {
    line-height: 1.9;
  }
}
.menuList__list--pic {
  height: 300px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .menuList__list--pic {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .menuList__list--pic {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .menuList__list--pic {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .menuList__list--pic {
    position: sticky;
    top: 170px;
    height: auto;
    min-height: 300px;
    max-height: 450px;
    width: 350px;
    margin-bottom: 0;
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .menuList .menuItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .menuList .menuItem {
    width: calc(100% - 380px);
  }
}
@media (min-width: 1400px) {
  .menuList .menuItem {
    width: calc(100% - 400px);
  }
}
.menuList .menuItem__item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  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;
  justify-content: space-between;
}
.menuList .menuItem__item__title--left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 75px);
}
.menuList .menuItem__item__title--left .titleText {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #302828;
  font-weight: 500;
}
.menuList .menuItem__item__title--left .allergies {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 5px 10px;
}
.menuList .menuItem__item__title--left .allergies img {
  height: 16px;
  margin-right: 10px;
}
.menuList .menuItem__item__title--left .allergies img:last-child {
  margin-right: 0;
}
.menuList .menuItem__item__title .price {
  color: #e74c3c;
  font-size: 16px;
  font-weight: 500;
}
.menuList .menuItem__item__title .price:before {
  content: "£";
}
.menuList .menuItem__item--desc {
  line-height: 1.5;
  padding-top: 10px;
  font-size: 13px;
  color: #525252;
}
@media (min-width: 576px) {
  .menuList .menuItem__item--desc {
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .menuList .menuItem__item--desc {
    font-size: 13px;
  }
}

.photoGallery {
  padding-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .photoGallery {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .photoGallery {
    padding-bottom: 70px;
  }
}
@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 -5px;
  }
}
.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 5px 10px;
  }
}
.photoGallery__list--inner {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .photoGallery__list--inner {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .photoGallery__list--inner {
    height: 250px;
  }
}
.photoGallery__list--link {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s;
}
@media (min-width: 1200px) {
  .photoGallery__list--link:hover {
    transform: scale(1.1);
  }
}

.textPage .pic-banner {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  margin: 5px 0 20px;
}
@media (min-width: 768px) {
  .textPage .pic-banner {
    height: 280px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .textPage .pic-banner {
    height: 470px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
}
.textPage h2, .textPage h3, .textPage h4, .textPage h5 {
  font-size: 24px;
  color: #10434a;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .textPage h2, .textPage h3, .textPage h4, .textPage h5 {
    font-size: 28px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .textPage h2, .textPage h3, .textPage h4, .textPage h5 {
    font-size: 32px;
    padding-bottom: 15px;
  }
}
.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: #e74c3c;
}
@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: #e74c3c;
}
@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 {
  font-family: "Oswald", system-ui;
  font-weight: 500;
  text-align: center;
}

.contactInfo {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .contactInfo {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.contactInfo__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .contactInfo__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contactInfo__item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .contactInfo__item {
    width: 50%;
  }
}
.contactInfo__item--icon {
  width: 44px;
  height: 44px;
  background-color: #ecf0f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .contactInfo__item--icon {
    width: 60px;
    height: 60px;
    background-color: #10434a;
  }
}
.contactInfo__item--icon .iconSVG {
  width: 20px;
  height: 20px;
  fill: #10434a;
}
@media (min-width: 1200px) {
  .contactInfo__item--icon .iconSVG {
    width: 26px;
    height: 26px;
    fill: #ffb400;
  }
}
.contactInfo__item--text {
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .contactInfo__item--text {
    font-size: 18px;
  }
}
.contactInfo__item--text .block {
  display: block;
}
.contactInfo__item--text a {
  color: #10434a;
  text-decoration: none;
}
.contactInfo__item.address {
  width: 100%;
}
@media (min-width: 1200px) {
  .contactInfo__item.address {
    border: 2px dashed #525252;
    border-radius: 20px;
    max-width: 750px;
    margin: 0 auto 30px;
    padding: 30px 0;
  }
}

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