@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 80px 0 0;
  font-size: 15px;
  color: #302828;
}
@media (min-width: 768px) {
  body {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 180px;
  }
}
@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-weight: 600;
  font-size: 20px;
}

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: #d35400;
  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: "Manrope", 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: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  padding: 12px;
  transition: background-color 0.5s;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .go-to-top:hover {
    background-color: #7a1c1a;
  }
}
@media (min-width: 1200px) {
  .go-to-top:hover .iconSVG {
    fill: #ffffff;
  }
}
.go-to-top .iconSVG {
  width: 12px;
  height: 12px;
  fill: #7a1c1a;
  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 #2a592f;
  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: #2a592f;
  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: #2a592f;
}
.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 15px;
  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: 1230px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1330px;
  }
}

.twoColLayout {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .twoColLayout {
    padding-bottom: 40px;
  }
}
@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;
  }
}
.twoColLayout--right {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .twoColLayout--right {
    max-width: 360px;
    margin: 0;
    padding-bottom: 40px;
  }
}

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

.button-1 {
  height: 45px;
  border-radius: 5px;
  background-color: #7a1c1a;
  color: #ffffff;
  padding: 0 25px;
  display: flex;
  font-weight: 600;
  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: #d35400;
  }
}
@media (min-width: 1200px) {
  .button-1:hover:after {
    left: 3px;
  }
}

.button-2 {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #7a1c1a;
  color: #7a1c1a;
  padding: 0 25px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}
@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: #7a1c1a;
    color: #ffffff;
  }
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .title {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 40px;
    padding-bottom: 30px;
  }
}
.title__sm {
  font-size: 12px;
  color: #7a1c1a;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title__sm {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .title__sm {
    font-size: 16px;
  }
}

.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 #7a1c1a;
  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: #7a1c1a;
  }
}
.slick-dots li.slick-active button {
  background-color: #7a1c1a;
}

.formBlock {
  background-color: #ecf0f1;
  padding: 30px 20px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media (min-width: 576px) {
  .formBlock {
    padding: 50px;
  }
}
.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(122, 28, 26, 0.15);
  color: #7a1c1a;
  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 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d35400;
  border-radius: 2px;
  background-color: #ffffff;
}
.formBlock__list--privacy-check label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #d35400;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.25s, transform 0.25s;
}
.formBlock__list--privacy-check label a {
  color: #7a1c1a;
}
@media (min-width: 1200px) {
  .formBlock__list--privacy-check label a:hover {
    text-decoration: underline;
  }
}
.formBlock__list--privacy-check label span {
  color: #7a1c1a;
}
.formBlock__list--label {
  font-size: 14px;
  padding-bottom: 6px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  display: block;
  cursor: pointer;
}
.formBlock__list--label .required {
  color: #7a1c1a;
  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 #2a592f;
  background-color: #ffffff;
}
.formBlock__list--input:focus, .formBlock__list--textarea:focus, .formBlock__list--select:focus {
  border-color: #7a1c1a;
}
.formBlock__list--textarea {
  height: 120px;
  resize: none;
  padding: 15px;
}
.formBlock__list--maxGuest {
  display: block;
  font-size: 11px;
  color: #7a1c1a;
  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 #2a592f;
  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: #2a592f;
  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-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #d35400;
  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: #7a1c1a;
  }
}
.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: #7a1c1a;
  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;
}

.headerContact {
  display: none;
}
@media (min-width: 992px) {
  .headerContact {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #7a1c1a;
    width: 100%;
    padding: 20px 0;
    transition: height 0.5s;
  }
}
@media (min-width: 992px) {
  .headerContact.hide {
    height: 0;
    overflow: hidden;
  }
}
.headerContact__list {
  color: #ffffff;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}
.headerContact__list--item {
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .headerContact__list--item {
    padding-right: 20px;
  }
}
.headerContact__list--item:last-child {
  padding-right: 0;
  margin-left: auto;
}
.headerContact__list--item .iconSVG {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  margin-right: 10px;
}
.headerContact__list--item a {
  color: #ffffff;
  text-decoration: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  padding: 15px 0;
  background-color: #e9e7df;
  transition: top 0.5s, height 0.5s;
}
@media (min-width: 768px) {
  .header {
    height: 120px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .header {
    top: 60px;
  }
}
.header.fixed {
  top: 0;
}
@media (min-width: 768px) {
  .header.fixed {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .header.fixed {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .header.fixed .header__logo--img {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .header.fixed .header__logo--img {
    height: 70px;
  }
}
.header--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo--link {
  display: block;
}
.header__logo--img {
  height: 50px;
  transition: height 0.5s;
}
@media (min-width: 768px) {
  .header__logo--img {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .header__logo--img {
    height: 90px;
  }
}
.header--right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header--navBlock {
    position: fixed;
    top: 90px;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 80px);
    background-color: #7a1c1a;
    transition: left 0.5s;
  }
}
@media (max-width: 767.98px) {
  .header--navBlock {
    top: 80px;
  }
}
@media (min-width: 992px) {
  .header--navBlock {
    display: block;
  }
}
.header--navBlock.visible {
  left: 0;
}
.header__nav {
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .header__nav {
    text-align: center;
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .header__nav {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .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: 35px;
  }
}
.header__nav--link {
  font-size: 14px;
  display: block;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .header__nav--link {
    color: #ffffff;
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  .header__nav--link {
    position: relative;
    color: #000000;
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .header__nav--link {
    font-size: 15px;
  }
}
.header__nav--link.active {
  color: #ffb400;
}
@media (min-width: 992px) {
  .header__nav--link.active {
    color: #7a1c1a;
  }
}
@media (min-width: 1200px) {
  .header__nav--link:hover {
    color: #7a1c1a;
  }
}
@media (min-width: 1200px) {
  .header__nav--link.bigMenu {
    background-color: #d35400;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 999px;
    transition: background-color 0.5s;
  }
}
@media (min-width: 1200px) {
  .header__nav--link.bigMenu:hover {
    background-color: #7a1c1a;
  }
}
.header__social {
  display: flex;
  flex-wrap: wrap;
}
.header__social--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #7a1c1a;
  border-radius: 50%;
  transition: background-color 0.5s;
}
.header__social--link:not(:last-child) {
  margin-right: 6px;
}
@media (min-width: 1400px) {
  .header__social--link:not(:last-child) {
    margin-right: 10px;
  }
}
.header__social--link .iconSVG {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition: fill 0.5s;
}
@media (min-width: 1200px) {
  .header__social--link:hover {
    background-color: #d35400;
  }
}
.header__lines {
  width: 24px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .header__lines {
    display: none;
  }
}
.header__lines--line {
  width: 24px;
  height: 3px;
  border-radius: 5px;
  background-color: #7a1c1a;
}
.header__lines--line.line1 {
  position: relative;
  top: 1px;
  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: 1px;
  transition: transform 0.5s, bottom 0.5s 0.5s;
}
.header__lines.active .header__lines--line.line1 {
  top: 9px;
  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: 9px;
  transform: rotate(45deg);
  transition: bottom 0.5s, transform 0.5s 0.5s;
}

.illustrationMsg {
  padding: 0 15px 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  color: #ffffff;
  opacity: 0.6;
}
@media (min-width: 1200px) {
  .illustrationMsg {
    padding-bottom: 50px;
  }
}

.footer {
  background-color: #151515;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 100px 0;
  }
}
@media (min-width: 576px) {
  .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .footer__container {
    padding-bottom: 80px;
  }
}
.footer__mainContact {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .footer__mainContact {
    width: 40%;
    padding: 0 50px 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__mainContact {
    padding-right: 80px;
  }
}
.footer__mainContact--logo {
  margin-bottom: 20px;
  display: flex;
}
.footer__mainContact--logo span {
  background-color: #e9e7df;
  padding: 10px;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .footer__mainContact--logo span {
    padding: 20px;
  }
}
.footer__mainContact--logo .logoImg {
  width: 70px;
  height: auto;
}
@media (min-width: 1200px) {
  .footer__mainContact--logo .logoImg {
    width: 100px;
  }
}
.footer__mainContact--businessName {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.footer__mainContact--text {
  color: #ffffff;
  opacity: 0.8;
  line-height: 1.7;
}
.footer__mainContact__social {
  display: flex;
  padding-top: 30px;
}
.footer__mainContact__social--link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #525252;
  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: #d35400;
  }
}
@media (min-width: 1200px) {
  .footer__mainContact__social--link:hover .iconSVG {
    fill: #ffffff;
  }
}
.footer__mainContact__social--link .iconSVG {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition: fill 0.5s;
}
.footer__contactInfo {
  color: #ffffff;
  padding-bottom: 40px;
  font-size: 14px;
}
@media (min-width: 576px) {
  .footer__contactInfo {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .footer__contactInfo {
    width: 35%;
    padding: 100px 50px 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__contactInfo {
    padding-top: 145px;
  }
}
.footer__contactInfo--title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .footer__contactInfo--title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .footer__contactInfo--title {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
.footer__contactInfo--item {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .footer__contactInfo--item {
    padding-bottom: 20px;
  }
}
.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 .block {
  display: block;
  width: 100%;
  padding-left: 25px;
}
.footer__contactInfo--item a {
  color: #ffffff;
  text-decoration: none;
}
.footer__openingTime {
  padding-bottom: 40px;
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 576px) {
  .footer__openingTime {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .footer__openingTime {
    width: 25%;
    padding: 100px 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__openingTime {
    padding-top: 145px;
  }
}
.footer__openingTime--title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .footer__openingTime--title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .footer__openingTime--title {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
.footer__openingTime--item {
  padding-bottom: 10px;
}
.footer--lastRow {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  padding-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer--lastRow {
    padding: 40px 0 20px;
  }
}
@media (min-width: 992px) {
  .footer--lastRow {
    padding-top: 0;
  }
}
.footer--lastRow a {
  color: #ffffff;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .footer--lastRow a:hover {
    color: #ffb400;
  }
}
.footer__cards {
  display: flex;
  justify-content: center;
}
.footer__cards--center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 15px 12px;
  border-radius: 3px;
}
@media (min-width: 576px) {
  .footer__cards--center {
    padding: 15px 20px;
  }
}
.footer__cards--text {
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 576px) {
  .footer__cards--text {
    width: auto;
    padding: 0 5px 0 0;
    font-size: 14px;
  }
}
.footer__cards--img {
  width: auto;
  height: 20px;
  margin: 0 8px;
}

#cookit {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 15px 20px;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 1200px) {
  #cookit {
    padding: 20px;
  }
}

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

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

.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 {
  position: relative;
  height: 250px;
  display: block;
  color: #ffffff;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .rightSide__list__pic {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .rightSide__list__pic:hover .rightSide__list__pic--img {
    transform: scale(1.1);
  }
}
.rightSide__list__pic--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s;
}
.rightSide__list--title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  padding: 100px 20px 20px;
  font-size: 24px;
}

.innerIntro {
  position: relative;
  background: url("../images/intro-banner.jpg") center/cover;
  height: 300px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .innerIntro {
    margin-bottom: 80px;
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .innerIntro {
    margin-bottom: 100px;
    height: 400px;
  }
}
.innerIntro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.innerIntro__textBlock {
  position: relative;
  color: #ffffff;
}
@media (min-width: 768px) {
  .innerIntro__textBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.innerIntro__textBlock--title {
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 600;
}
@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;
  font-weight: 600;
}
@media (min-width: 768px) {
  .innerIntro__textBlock--breadcrumb {
    background-color: #151515;
    padding: 12px 25px;
    border-radius: 999px;
  }
}
@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 {
  position: relative;
  padding: 60px 0;
  margin-bottom: 60px;
  color: #ffffff;
  background: url("../images/featured-menu.jpg") center/cover;
}
@media (min-width: 768px) {
  .featuredMenu {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .featuredMenu {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
.featuredMenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.featuredMenu .container {
  position: relative;
}
.featuredMenu--title {
  color: #ffffff;
}
.featuredMenu--title .title__sm {
  color: #ffb400;
}
.featuredMenu__slideShow {
  padding-bottom: 20px;
}
@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 {
  height: 220px;
  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;
  }
}
@media (min-width: 1200px) {
  .featuredMenu__slider__pic {
    height: 240px;
  }
}
.featuredMenu__slider__pic--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.featuredMenu__slider--name {
  font-weight: 500;
  text-align: center;
}
.featuredMenu__slider--name .price {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding-top: 5px;
}
.featuredMenu__slider--name .price:before {
  content: "£";
}
.featuredMenu__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.featuredMenu__btn--link {
  color: #ffffff;
  background-color: #d35400;
  border-color: #ffffff;
  margin: 4px 2px 0;
  text-align: center;
  width: 160px;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .featuredMenu__btn--link {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .featuredMenu__btn--link {
    width: 180px;
    padding: 0 25px;
    margin: 0 4px;
  }
}
.featuredMenu .slick-dots li button {
  border-color: #ffffff;
}
.featuredMenu .slick-dots li.slick-active button {
  background-color: #ffb400;
}

.offerPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 20px 0;
}
@media (min-width: 1400px) {
  .offerPopup {
    padding-top: 125px;
  }
}
.offerPopup__overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
}
.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: 600px;
  }
}
.offerPopup__block--link {
  display: block;
}
.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);
  }
}
.offerPopup.visible {
  display: flex;
}

.homeSlider {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .homeSlider {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .homeSlider {
    padding: 0 50px;
    margin-bottom: 100px;
  }
}
.homeSlider:before {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .homeSlider:before {
    background-color: #e9e7df;
  }
}
@media (min-width: 1200px) {
  .homeSlider:before {
    top: -30%;
  }
}
.homeSlider__center {
  position: relative;
}
.homeSlider__center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.homeSlider__businessInfo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .homeSlider__businessInfo {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 0 70px 50px;
    max-width: 600px;
    text-align: left;
  }
}
.homeSlider__businessInfo--welcome {
  color: #ffb400;
  font-size: 20px;
  text-transform: uppercase;
}
.homeSlider__businessInfo--name {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .homeSlider__businessInfo--name {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .homeSlider__businessInfo--name {
    font-size: 68px;
    text-align: left;
  }
}
.homeSlider__businessInfo--title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .homeSlider__businessInfo--title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .homeSlider__businessInfo--title {
    font-size: 32px;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 5px solid #ffb400;
    margin-bottom: 20px;
  }
}
.homeSlider__businessInfo--desc {
  display: none;
}
@media (min-width: 1200px) {
  .homeSlider__businessInfo--desc {
    display: block;
    line-height: 1.6;
  }
}
.homeSlider__list--item {
  height: 520px;
}
@media (min-width: 1200px) {
  .homeSlider__list--item {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .homeSlider__list--item {
    height: 620px;
  }
}
@media (min-width: 1500px) {
  .homeSlider__list--item {
    height: 750px;
  }
}
.homeSlider__list--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.homeSlider__arrows {
  display: none !important;
}
@media (min-width: 1200px) {
  .homeSlider__arrows {
    display: flex !important;
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 3;
  }
}
.homeSlider__arrows .slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d35400;
  cursor: pointer;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .homeSlider__arrows .slick-arrow:hover {
    background-color: #ffb400;
  }
}
.homeSlider__arrows .slick-arrow .iconSVG {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.homeSlider__arrows--left {
  margin-right: 1px;
}

.homeIntro {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .homeIntro {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .homeIntro {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .homeIntro .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.homeIntro__textBlock {
  background-color: #ffffff;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock {
    padding: 40px 0 40px 40px;
    width: 50%;
    order: 1;
  }
}
@media (min-width: 992px) {
  .homeIntro__textBlock {
    padding: 40px 0 40px 50px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock {
    padding-left: 80px;
  }
}
@media (min-width: 1400px) {
  .homeIntro__textBlock {
    padding-left: 100px;
  }
}
.homeIntro__textBlock--title {
  font-size: 18px;
  font-weight: 500;
  color: #7a1c1a;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock--title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock--title {
    padding-bottom: 10px;
  }
}
.homeIntro__textBlock--title .block {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock--title .block {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock--title .block {
    font-size: 36px;
  }
}
.homeIntro__textBlock--text {
  line-height: 1.7;
  padding-bottom: 15px;
}
.homeIntro__textBlock__btn {
  padding-top: 10px;
  display: flex;
}
.homeIntro__imgBlock {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  height: 300px;
}
@media (min-width: 768px) {
  .homeIntro__imgBlock {
    width: 50%;
    height: auto;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 10px;
  }
}
@media (min-width: 992px) {
  .homeIntro__imgBlock {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .homeIntro__imgBlock {
    column-gap: 20px;
    row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.homeIntro__imgBlock--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .homeIntro__imgBlock--img {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__imgBlock--img {
    height: 100%;
  }
}
.homeIntro__imgBlock__industry {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 80px);
  display: none;
  width: 160px;
  text-align: center;
  color: #ffffff;
  background-color: #d35400;
  padding: 10px 15px 20px;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .homeIntro__imgBlock__industry {
    display: block;
  }
}
.homeIntro__imgBlock__industry--number {
  font-size: 44px;
  font-weight: 700;
}
.homeIntro__imgBlock__industry--text {
  font-size: 15px;
  font-weight: 500;
}

.quickInfoHome {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .quickInfoHome {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome {
    margin-bottom: 100px;
  }
}
.quickInfoHome .container {
  position: relative;
}
@media (min-width: 768px) {
  .quickInfoHome__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.quickInfoHome__list--item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .quickInfoHome__list--item {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome__list--item {
    width: 33.3333%;
  }
}
.quickInfoHome__list--item:last-child {
  margin-bottom: 0;
}
.quickInfoHome__list--item.middle {
  height: 500px;
}
@media (min-width: 768px) {
  .quickInfoHome__list--item.middle {
    order: -1;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome__list--item.middle {
    width: 33.3333%;
    order: initial;
    height: 600px;
  }
}
.quickInfoHome__list--item.middle .quickInfoHome__list--inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.quickInfoHome__list--item.middle .quickInfoHome__list__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quickInfoHome__list--item.middle .quickInfoHome__list__content {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 1200px) {
  .quickInfoHome__list--item.middle .quickInfoHome__list__content {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0) 100%);
    height: auto;
    padding: 200px 35px 40px;
  }
}
.quickInfoHome__list--inner {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .quickInfoHome__list--inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.quickInfoHome__list__pic {
  height: 250px;
}
@media (min-width: 576px) {
  .quickInfoHome__list__pic {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome__list__pic {
    order: 1;
  }
}
.quickInfoHome__list__pic--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.quickInfoHome__list__content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 40px 30px;
  background-color: #151515;
}
@media (min-width: 768px) {
  .quickInfoHome__list__content {
    padding: 50px 35px;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome__list__content {
    padding: 0 35px;
    height: 300px;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.quickInfoHome__list__content--title {
  font-size: 20px;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .quickInfoHome__list__content--title {
    font-size: 24px;
  }
}
.quickInfoHome__list__content--text {
  line-height: 1.6;
  padding-bottom: 10px;
}
.quickInfoHome__list__content__btn {
  padding-top: 10px;
  display: flex;
}
@media (min-width: 1200px) {
  .quickInfoHome__list__content__btn {
    padding-top: 5px;
  }
}
.quickInfoHome__list__content__btn--link {
  padding: 10px 20px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 500;
  background-color: #d35400;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .quickInfoHome__list__content__btn--link {
    padding: 15px 25px;
  }
}
@media (min-width: 1200px) {
  .quickInfoHome__list__content__btn--link:hover {
    background-color: #ffb400;
  }
}

.galleryHome {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .galleryHome {
    display: flex;
    flex-wrap: wrap;
  }
}
.galleryHome__left {
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .galleryHome__left {
    width: 50%;
    margin-bottom: 0;
  }
}
.galleryHome__list--item {
  overflow: hidden;
  transition: filter 0.5s;
}
@media (min-width: 1200px) {
  .galleryHome__list--item:hover .galleryHome__list--link {
    transform: scale(1.1);
  }
}
.galleryHome__list--link {
  height: 300px;
  width: 100%;
  display: block;
  transition: transform 0.5s;
}
@media (min-width: 576px) {
  .galleryHome__list--link {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .galleryHome__list--link {
    height: 450px;
  }
}
@media (min-width: 1400px) {
  .galleryHome__list--link {
    height: 500px;
  }
}
.galleryHome__list--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.galleryHome__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .galleryHome__btn {
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .galleryHome__btn {
    padding-top: 40px;
  }
}
.galleryHome__btn--link {
  color: #ffffff;
  background-color: #d35400;
  border-color: #ffffff;
}
.galleryHome__map {
  width: 100%;
}
@media (min-width: 768px) {
  .galleryHome__map {
    width: 50%;
  }
}
.galleryHome__map iframe {
  display: block;
  height: 300px;
  width: 100%;
}
@media (min-width: 576px) {
  .galleryHome__map iframe {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .galleryHome__map iframe {
    height: 450px;
  }
}
@media (min-width: 1400px) {
  .galleryHome__map iframe {
    height: 500px;
  }
}

.allergy-sign {
  width: 15px;
  height: 20px;
  margin-bottom: 5px;
  background-image: url("../images/allergy-signs.png");
  background-size: 195px 20px;
}
.allergy-sign.nuts {
  background-position: -100px 0;
}
.allergy-sign.veg {
  background-position: -115px 0;
}
.allergy-sign.dairy {
  background-position: -35px 0;
}
.allergy-sign.gluten {
  width: 10px;
  background-position: -90px 0;
}
.allergy-sign.egg {
  width: 20px;
  background-position: -50px 0;
}
.allergy-sign.fish {
  width: 20px;
  background-position: -70px 0;
}
.allergy-sign.crab {
  width: 20px;
  background-position: -15px 0;
}
.allergy-sign.mustard {
  width: 10px;
  background-position: -130px 0;
}
.allergy-sign.sesame {
  width: 20px;
  background-position: -175px 0;
}
.allergy-sign.soya {
  width: 20px;
  background-position: -140px 0;
}
.allergy-sign.mushroom {
  background-position: -160px 0;
}

.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--multiple {
  display: flex;
}
.allergyIndex__list--name {
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.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;
  flex-wrap: wrap;
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .menuCat {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .menuCat {
    padding-bottom: 50px;
  }
}
.menuCat--link {
  padding: 8px 15px;
  background-color: #d35400;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  margin: 0 3px 6px;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .menuCat--link {
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .menuCat--link {
    padding: 12px 25px;
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  .menuCat--link:hover {
    background-color: #7a1c1a;
  }
}
.menuCat--link.active {
  background-color: #7a1c1a;
}

.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: #7a1c1a;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .menuList__list__titleBlock {
    padding-bottom: 30px;
  }
}
.menuList__list__titleBlock--title {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .menuList__list__titleBlock--title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .menuList__list__titleBlock--title {
    font-size: 32px;
  }
}
.menuList__list__titleBlock--subTitle {
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .menuList__list__titleBlock--subTitle {
    padding-top: 10px;
  }
}
.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;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .menuList__list__pic {
    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: 130px;
    height: auto;
    min-height: 300px;
    max-height: 450px;
    width: 350px;
    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__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__list__right--item .priceRow {
  display: none;
}
.menuList .menuSubName {
  padding-bottom: 20px;
}
.menuList .menuSubName--title {
  font-size: 20px;
  font-weight: 600;
  color: #d35400;
}
@media (min-width: 1200px) {
  .menuList .menuSubName--title {
    font-size: 24px;
  }
}
.menuList .menuSubName--subTitle {
  font-size: 16px;
  font-weight: 600;
  color: #2a592f;
  padding-top: 8px;
}
.menuList .menuSubName--desc {
  line-height: 1.6;
  padding-top: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .menuList .menuItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.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;
  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-size: 15px;
  padding: 5px 10px 5px 0;
}
.menuList .menuItem__item__title--left .allergies {
  display: flex;
  flex-wrap: wrap;
}
.menuList .menuItem__item__title--left .allergies .allergy-sign {
  margin-bottom: 0;
}
.menuList .menuItem__item__title--left .allergies .allergy-sign:not(:last-child) {
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .menuList .menuItem__item__title--left .allergies .allergy-sign:not(:last-child) {
    margin-right: 8px;
  }
}
.menuList .menuItem__item__title .price {
  color: #7a1c1a;
  font-size: 15px;
  font-weight: 600;
}
.menuList .menuItem__item__title .price:before {
  content: "£";
}
.menuList .menuItem__item__title .price.priceLine {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}
.menuList .menuItem__item__title .price.priceLine:before {
  display: none;
}
.menuList .menuItem__item__title .price.priceLine .priceLine--item {
  text-align: center;
}
.menuList .menuItem__item__title .price.priceLine .priceLine--item:not(:last-child) {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .menuList .menuItem__item__title .price.priceLine .priceLine--item:not(:last-child) {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .menuList .menuItem__item__title .price.priceLine .priceLine--item:not(:last-child) {
    padding-right: 30px;
  }
}
.menuList .menuItem__item__title .price.priceLine .priceLine--item .forMob {
  display: block;
  font-size: 11px;
}
.menuList .menuItem__item--desc {
  line-height: 1.6;
  padding-top: 5px;
  font-size: 13px;
  color: #525252;
}
@media (min-width: 576px) {
  .menuList .menuItem__item--desc {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .menuList .menuItem__item--desc {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .menuList .menuItem.longRow .menuItem__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .menuList .menuItem.longRow .menuItem__item:nth-last-child(2) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ecf0f1;
  }
}
@media (min-width: 576px) {
  .menuList .menuItem.longRow .menuItem__item__title--left {
    width: calc(100% - 260px);
  }
}
@media (min-width: 1200px) {
  .menuList .menuItem.longRow .menuItem__item__title--left {
    width: calc(100% - 300px);
  }
}
@media (min-width: 576px) {
  .menuList .menuItem.longRow.longRow-4col .menuItem__item__title--left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .menuList .menuItem.longRow.longRow-4col .menuItem__item__title--left {
    width: calc(100% - 360px);
  }
}
@media (min-width: 1200px) {
  .menuList .menuItem.longRow.longRow-4col .menuItem__item__title--left {
    width: calc(100% - 400px);
  }
}

.drinksMenu__head {
  display: none;
}
@media (min-width: 768px) {
  .drinksMenu__head {
    display: flex;
    flex-wrap: wrap;
    background-color: #ecf0f1;
    font-weight: 600;
  }
}
.drinksMenu__head--title {
  padding: 10px;
  width: 100px;
}
.drinksMenu__head--title.item {
  width: calc(100% - 300px);
}
.drinksMenu__item {
  border-bottom: 1px solid #525252;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .drinksMenu__item {
    border-bottom: 1px solid #ecf0f1;
  }
}
.drinksMenu__item--details {
  padding: 8px 10px;
  font-weight: 500;
  width: 33.3333%;
}
@media (min-width: 768px) {
  .drinksMenu__item--details {
    width: 100px;
    padding: 12px 10px;
  }
}
.drinksMenu__item--details.name {
  width: 100%;
  border-bottom: 1px solid #ecf0f1;
}
@media (min-width: 768px) {
  .drinksMenu__item--details.name {
    width: calc(100% - 300px);
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .drinksMenu__item--details.name {
    padding-right: 30px;
  }
}
.drinksMenu__item--details .showMob {
  display: block;
  font-weight: 600;
  color: #7a1c1a;
}
@media (min-width: 768px) {
  .drinksMenu__item--details .showMob {
    display: none;
  }
}
.drinksMenu__item--details .desc {
  display: block;
  font-size: 12px;
  opacity: 0.8;
  line-height: 1.4;
  padding-top: 5px;
}
.drinksMenu__item:last-of-type {
  border-bottom: none;
}
.drinksMenu.col-3 .drinksMenu__head--title.item {
  width: calc(100% - 200px);
}
.drinksMenu.col-3 .drinksMenu__item--details {
  width: 50%;
}
@media (min-width: 768px) {
  .drinksMenu.col-3 .drinksMenu__item--details {
    width: 100px;
  }
}
.drinksMenu.col-3 .drinksMenu__item--details.name {
  width: 100%;
}
@media (min-width: 768px) {
  .drinksMenu.col-3 .drinksMenu__item--details.name {
    width: calc(100% - 200px);
  }
}

.dessertsMenu__list {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .dessertsMenu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 30px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .dessertsMenu__list {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .dessertsMenu__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .dessertsMenu__list {
    padding-bottom: 100px;
    grid-row-gap: 30px;
  }
}
.dessertsMenu__list__block {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .dessertsMenu__list__block {
    padding-bottom: 0;
  }
}
.dessertsMenu__list__pic {
  height: 280px;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .dessertsMenu__list__pic {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .dessertsMenu__list__pic {
    height: 300px;
    padding-bottom: 15px;
  }
}
.dessertsMenu__list__pic--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.dessertsMenu__list--title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
}
.dessertsMenu__list--text {
  text-align: center;
  padding-bottom: 10px;
}
.dessertsMenu__list--price {
  text-align: center;
  font-weight: 700;
  color: #7a1c1a;
  font-size: 16px;
}
@media (min-width: 768px) {
  .dessertsMenu__list--price {
    font-size: 18px;
  }
}

.photoGallery {
  padding-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .photoGallery {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .photoGallery {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .photoGallery .container {
    padding: 0 2px;
  }
}
.photoGallery__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.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%;
  }
}
.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: 240px;
  }
}
.photoGallery__list--link {
  display: block;
  height: 100%;
  transition: transform 0.5s;
}
@media (min-width: 1200px) {
  .photoGallery__list--link:hover {
    transform: scale(1.1);
  }
}
.photoGallery__list--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.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 .pic-banner--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.textPage h2, .textPage h3, .textPage h4, .textPage h5 {
  font-size: 24px;
  padding: 0 0 10px 3px;
}
@media (min-width: 768px) {
  .textPage h2, .textPage h3, .textPage h4, .textPage h5 {
    font-size: 28px;
    padding: 5px 0 12px 0;
  }
}
@media (min-width: 1200px) {
  .textPage h2, .textPage h3, .textPage h4, .textPage h5 {
    font-size: 32px;
    padding-bottom: 15px;
  }
}
.textPage h2 {
  background-color: #7a1c1a;
  padding: 10px 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.textPage h2.moreSpace {
  margin-top: 10px;
}
.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: #7a1c1a;
}
@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: #7a1c1a;
}
@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-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;
    padding-bottom: 50px;
  }
}
.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%;
    background-color: #e9e7df;
    padding: 40px 0;
    margin-bottom: 1px;
  }
}
.contactInfo__item--icon {
  width: 44px;
  height: 44px;
  background-color: #7a1c1a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  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--text {
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .contactInfo__item--text {
    font-weight: 600;
  }
}
.contactInfo__item--text .block {
  display: block;
}
.contactInfo__item--text a {
  color: #2a592f;
  text-decoration: none;
}
.contactInfo__item.address {
  width: 100%;
}

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