.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  display: block;
  color: #111111;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

button:focus, video:focus, a:focus {
  outline: none;
}

img {
  display: block;
}

a, label, span, ul, input, textarea, button {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

a:focus, a:focus-within {
  outline: none;
}

input, select, textarea, button {
  font-family: "Josefin Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

hr {
  background-color: #256b8c;
  height: 2px;
}

video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important;
}

@font-face {
  font-family: "cnblink-icon";
  src: url("../icons/cnblink.eot?rwk3w5");
  src: url("../icons/cnblink.eot?rwk3w5#iefix") format("embedded-opentype"), url("../icons/cnblink.ttf?rwk3w5") format("truetype"), url("../icons/cnblink.woff?rwk3w5") format("woff"), url("../icons/cnblink.svg?rwk3w5#cnblink-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.cnblink-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cnblink-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-balloons:before {
  content: "\e900";
}

.icon-chair:before {
  content: "\e901";
}

.icon-delivery-man:before {
  content: "\e902";
}

.icon-dish:before {
  content: "\e903";
}

.icon-menu:before {
  content: "\e904";
}

.icon-money:before {
  content: "\e905";
}

.icon-namaste:before {
  content: "\e906";
}

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .formBlock--list {
  padding-bottom: 15px;
  width: calc(50% - 10px);
}
@media (max-width: 767.98px) {
  form .formBlock--list {
    width: 100%;
  }
}
form .formBlock--list span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0;
}
form .formBlock--list.fullCol {
  width: 100%;
}
form .formBlock--list h4 {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 6px;
}
form .formBlock--list input, form .formBlock--list textarea, form .formBlock--list select {
  width: 100%;
  padding: 8px 15px;
  border-radius: 3px;
  border: 1px solid #a6a6a6;
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
}
form .formBlock--list input:focus, form .formBlock--list textarea:focus, form .formBlock--list select:focus {
  outline: none;
}
form .formBlock--list textarea {
  min-height: 120px;
  resize: none;
}
form .formBlock--buttons {
  display: flex;
}
form .formBlock--buttons input {
  background-color: #256b8c;
  color: #ffffff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  border-radius: 3px;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 500;
}
form .formBlock--buttons input:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 1200px) {
  form .formBlock--buttons input:hover {
    background-color: #136b36;
  }
}
form .formBlock--buttons input[type=reset] {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  form .formBlock--buttons input[type=reset]:hover {
    opacity: 1;
  }
}

#msg {
  background-color: #ea2028;
  position: fixed;
  bottom: 15px !important;
  left: 50% !important;
  top: auto !important;
  transform: translateX(-50%);
  padding: 10px 20px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.header {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header__topBar {
  position: relative;
  background-color: #136b36;
  padding: 12px 0;
  margin-bottom: 1px;
}
.header__topBar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background-color: #ea2028;
  height: 100%;
}
@media (max-width: 991.98px) {
  .header__topBar:after {
    width: 38%;
  }
}
@media (max-width: 767.98px) {
  .header__topBar:after {
    width: 100%;
  }
}
.header__topBar--main {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .header__topBar--main {
    justify-content: center;
  }
}
.header__topBar--leftDiv {
  display: flex;
}
@media (max-width: 767.98px) {
  .header__topBar--leftDiv {
    display: none;
  }
}
.header__topBar--leftDiv li {
  display: flex;
  align-items: center;
}
.header__topBar--leftDiv li:not(:last-child) {
  padding-right: 15px;
}
.header__topBar--leftDiv li i {
  margin-right: 10px;
}
.header__topBar--rightDiv {
  display: flex;
}
.header__topBar--rightDiv li {
  display: flex;
  align-items: center;
}
.header__topBar--rightDiv li:not(:first-child) {
  padding-left: 15px;
}
.header__topBar--rightDiv li:first-child {
  padding-right: 10px;
}
.header__topBar--rightDiv li i {
  margin-right: 10px;
}
.header__topBar--rightDiv li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 0 3px;
}
@media (min-width: 1200px) {
  .header__topBar--rightDiv li a:hover {
    color: #f8ca48;
  }
}
.header__topBar--rightDiv li a i {
  margin: 0;
}
.header__mid {
  background-color: #7f3455;
  padding: 20px 0;
  margin-bottom: 1px;
}
.header__mid--main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__mid__logo a {
  display: flex;
}
.header__mid__logo img {
  height: 60px;
}
@media (max-width: 1199.98px) {
  .header__mid__logo img {
    height: 35px;
  }
}
.header__nav {
  display: flex;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .header__nav {
    display: none;
  }
}
.header__nav--item {
  padding-right: 20px;
}
@media (max-width: 1199.98px) {
  .header__nav--item {
    padding-right: 15px;
  }
}
.header__nav--item:last-child {
  padding-right: 0;
}
.header__nav--link {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  display: block;
}
.header__nav--link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f8ca48;
  transition: all linear 0.2s;
}
.header__nav--link.active {
  color: #f8ca48;
}
.header__nav--link.active:before {
  width: 100%;
}
@media (min-width: 1200px) {
  .header__nav--link:hover {
    text-decoration: none;
    color: #f8ca48;
  }
  .header__nav--link:hover:before {
    width: 100%;
  }
}
.header--mobileNavOpen {
  display: none;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .header--mobileNavOpen {
    display: block;
    font-size: 24px;
  }
}
.header .stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header .stuck .header__mid__logo img {
  height: 35px;
}

body.overflowHidden {
  overflow: hidden;
}

.overlayPopupSidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
  display: none;
}
.overlayPopupSidebar.visible {
  display: block;
}
.overlayPopupSidebar .closeSideBar {
  position: absolute;
  top: 10px;
  right: 310px;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.sideBar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  background-color: #ffffff;
  z-index: 12;
  transition: right 0.3s;
  padding: 25px 20px 20px;
}
.sideBar.visible {
  right: 0;
}
.sideBar--title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 2px;
  margin-bottom: 15px;
  color: #256b8c;
}
.sideBar--title span {
  border-bottom: 2px solid #256b8c;
}
.sideBar__nav {
  padding-bottom: 30px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
.sideBar__nav--item:nth-child(1) .link:before {
  content: "\f015";
}
.sideBar__nav--item:nth-child(2) .link:before {
  content: "\f2e7";
}
.sideBar__nav--item:nth-child(3) .link:before {
  content: "\f109";
}
.sideBar__nav--item:nth-child(4) .link:before {
  content: "\f87c";
}
.sideBar__nav--item:nth-child(5) .link:before {
  content: "\f79f";
}
.sideBar__nav--item:nth-child(6) .link:before {
  content: "\f72f";
}
.sideBar__nav--item:nth-child(7) .link:before {
  content: "\f0d1";
}
.sideBar__nav--item:nth-child(8) .link:before {
  content: "\f2b9";
}
.sideBar__nav--link {
  color: #111111;
  font-weight: 500;
  padding: 8px 0 8px 30px;
  display: block;
  border-bottom: 1px solid #f3f2f0;
  text-transform: uppercase;
  position: relative;
}
.sideBar__nav--link:before {
  position: absolute;
  top: 10px;
  left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0.2;
}
.sideBar__nav--link.active {
  color: #ea2028;
}
.sideBar__nav--link.active:before {
  opacity: 1;
}
.sideBar__contact {
  font-weight: 500;
  padding-bottom: 30px;
}
.sideBar__contact--list {
  position: relative;
  padding: 3px 0 12px 32px;
}
.sideBar__contact--list span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #256b8c;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sideBar__contact--list a {
  color: #111111;
}
.sideBar__contact--list:last-child {
  padding-bottom: 0;
}
.sideBar__social {
  display: flex;
  padding-bottom: 20px;
}
.sideBar__social--list {
  padding-right: 6px;
}
.sideBar__social--list:last-child {
  padding-right: 0;
}
.sideBar__social--link {
  background-color: #111111;
  color: #ffffff;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.mapBlock {
  width: 100%;
  margin-bottom: 1px;
  position: relative;
}
.mapBlock--title {
  background-color: #256b8c;
  font-size: 20px;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.mapBlock--box {
  background-color: #ffffff;
}
.mapBlock--box iframe {
  display: block;
}

.footer {
  color: #ffffff;
  background-color: #7f3455;
  padding: 70px 0 40px;
}
.footer .logoFooter {
  display: flex;
  align-items: center;
}
.footer .fbDiv {
  background-color: #ffffff;
  padding: 10px;
  display: inline-block;
  width: 100%;
  max-width: 350px;
}
.footer__logo {
  padding-bottom: 30px;
}
.footer__logo a {
  display: block;
}
.footer__logo a img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
.footer__blocks {
  padding-bottom: 30px;
}
.footer__blocks--title {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 15px;
}
.footer__blocks p {
  padding-top: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #a6a6a6;
}
.footer__blocks p span {
  color: #ffffff;
}
.footer__blocks p span.block {
  display: block;
}
.footer__blocks p a {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .footer__blocks p a:hover {
    color: #f8ca48;
  }
}
.footer__blocks2 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer__blocks2 p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #a6a6a6;
  text-align: center;
}

.footer-LastRow {
  text-align: center;
  font-size: 12px;
  padding: 20px 15px;
  line-height: 20px;
  background-color: #2d2d2d;
  font-family: "Poppins", sans-serif;
  color: #a6a6a6;
}
.footer-LastRow a {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .footer-LastRow a:hover {
    text-decoration: underline;
  }
}

#back-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  display: none;
}
#back-top a {
  background-color: rgba(248, 202, 72, 0.9);
  color: #ffffff;
  font-size: 20px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  #back-top a:hover {
    background-color: #136b36;
  }
}

.pageTitle {
  text-align: center;
  color: #ffffff;
  background-image: url("../images/title-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}
.pageTitle--overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1199.98px) {
  .pageTitle--overlay {
    height: 260px;
  }
}
@media (max-width: 991.98px) {
  .pageTitle--overlay {
    height: 200px;
  }
}
.pageTitle--overlay h1 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .pageTitle--overlay h1 {
    font-size: 24px;
  }
}
.pageTitle--overlay h1:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.75);
  transform: translateX(-50%);
}
.pageTitle--breadCrumb {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1199.98px) {
  .pageTitle--breadCrumb {
    font-size: 12px;
  }
}
.pageTitle--breadCrumb a {
  color: #f8ca48;
}
@media (min-width: 1200px) {
  .pageTitle--breadCrumb a:hover {
    text-decoration: underline;
  }
}
.pageTitle--breadCrumb p {
  padding: 0 15px;
}

.rightSide {
  padding-bottom: 25px;
  width: 100%;
  max-width: 380px;
}
.rightSide ul li {
  padding-bottom: 20px;
}
.rightSide ul li a {
  background-size: cover;
  background-position: center;
  height: 150px;
  display: block;
  position: relative;
  color: #ffffff;
}
.rightSide ul li a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
  font-size: 16px;
  padding: 35px 0 15px 15px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(34, 13, 47, 0.74) 74%);
}

.popup-onload {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.popup-onload--title {
  text-align: center;
  font-size: 32px;
  padding-bottom: 20px;
  color: #f8ca48;
}
.popup-onload--text {
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
}
.popup-onload--text span {
  color: #f8ca48;
}
.popup-onload--container {
  position: relative;
  background-color: #136b36;
  color: #ffffff;
  padding: 30px 20px;
  width: 100%;
  max-width: 550px;
}
.popup-onload--container .close {
  position: absolute;
  top: -30px;
  right: 10px;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.4s;
}
@media (min-width: 1200px) {
  .popup-onload--container .close {
    top: -40px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .popup-onload--container .close:hover {
    color: #f47c31;
  }
}

.homeBanner {
  position: relative;
}
.homeBanner__welcome {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 20px;
}
@media (max-width: 1199.98px) {
  .homeBanner__welcome {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .homeBanner__welcome {
    height: 400px;
  }
}
.homeBanner__welcome--title {
  font-size: 44px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .homeBanner__welcome--title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .homeBanner__welcome--title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .homeBanner__welcome--title {
    font-size: 24px;
  }
}
.homeBanner__welcome--subTitle {
  font-size: 50px;
  padding-bottom: 40px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .homeBanner__welcome--subTitle {
    font-size: 40px;
    padding-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .homeBanner__welcome--subTitle {
    font-size: 30px;
    padding-bottom: 28px;
  }
}
@media (max-width: 767.98px) {
  .homeBanner__welcome--subTitle {
    font-size: 24px;
  }
}
.homeBanner__welcome--subTitle2 {
  font-size: 32px;
  padding-bottom: 30px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .homeBanner__welcome--subTitle2 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .homeBanner__welcome--subTitle2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .homeBanner__welcome--subTitle2 {
    font-size: 18px;
  }
}
.homeBanner__welcome__btns {
  display: flex;
  justify-content: center;
}
.homeBanner__welcome__btns--link {
  background-color: #136b36;
  color: #ffffff;
  display: block;
  padding: 10px 25px;
  border: 2px solid #ffffff;
  font-weight: 500;
  transition: background-color 0.3s;
}
@media (max-width: 991.98px) {
  .homeBanner__welcome__btns--link {
    padding: 8px 18px;
  }
}
.homeBanner__welcome__btns--link:last-child {
  margin-left: 25px;
  background-color: #ea2028;
}
@media (min-width: 1200px) {
  .homeBanner__welcome__btns--link:hover {
    background-color: #f8ca48;
  }
}
.homeBanner .sliderHome .slick-slide > div {
  display: flex;
}
.homeBanner .sliderHome--slides {
  background-position: center;
  background-size: cover;
  height: 600px;
}
@media (max-width: 1199.98px) {
  .homeBanner .sliderHome--slides {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .homeBanner .sliderHome--slides {
    height: 400px;
  }
}

.topDataBlock {
  background-color: #f3f2f0;
  position: relative;
  padding-top: 70px;
  margin-bottom: 70px;
}
.topDataBlock__topBar {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.topDataBlock__topBar__greenBg {
  position: relative;
  width: 290px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/top-green-bg.jpg");
  background-color: #136b36;
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .topDataBlock__topBar__greenBg {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .topDataBlock__topBar__greenBg {
    width: 100%;
  }
}
.topDataBlock__topBar__greenBg--title {
  color: #f8ca48;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.topDataBlock__topBar__greenBg--title .block {
  color: #ffffff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
}
.topDataBlock__topBar__greenBg:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #136b36;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .topDataBlock__topBar__greenBg:before {
    right: auto;
    left: 50%;
    bottom: -14px;
    top: auto;
    transform: translateX(-50%) translateY(0);
    border-bottom: none;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #136b36;
  }
}
.topDataBlock__topBar__list {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffff;
}
@media (max-width: 1199.98px) {
  .topDataBlock__topBar__list {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .topDataBlock__topBar__list {
    width: 100%;
  }
}
.topDataBlock__topBar__list--item {
  width: 50%;
}
.topDataBlock__topBar__list--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100px;
  color: #111111;
}
.topDataBlock__topBar__list--item a .iconBox {
  padding-bottom: 8px;
  display: block;
}
.topDataBlock__topBar__list--item a .iconBox img {
  width: 40px;
}
.topDataBlock__topBar__list--item a .menuCat {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .topDataBlock__topBar__list--item a:hover {
    color: #f47c31;
  }
}
.topDataBlock__topBar__list--item:nth-child(2) a, .topDataBlock__topBar__list--item:nth-child(3) a {
  background-color: #e3e2df;
}
.topDataBlock__topBar__listOrders {
  width: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .topDataBlock__topBar__listOrders {
    width: 100%;
  }
}
.topDataBlock__topBar__listOrders--items {
  width: 50%;
  height: 100%;
}
.topDataBlock__topBar__listOrders--items:nth-child(2) a {
  background-color: #f47c31;
}
.topDataBlock__topBar__listOrders--items a {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f8ca48;
}
@media (max-width: 767.98px) {
  .topDataBlock__topBar__listOrders--items a {
    height: 170px;
  }
}
.topDataBlock__topBar__listOrders--items a .icon {
  display: block;
  padding-bottom: 15px;
}
.topDataBlock__topBar__listOrders--items a .icon img {
  height: 100px;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .topDataBlock__topBar__listOrders--items a .icon img {
    height: 80px;
  }
}
.topDataBlock__topBar__listOrders--items a .iconName {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .topDataBlock__topBar__listOrders--items a .iconName {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .topDataBlock__topBar__listOrders--items a:hover .icon img {
    transform: scale(1.1);
  }
}
.topDataBlock .texBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.topDataBlock .texBlock--video {
  width: 550px;
  margin-right: 50px;
}
.topDataBlock .texBlock--video video {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 400px;
}
@media (max-width: 1199.98px) {
  .topDataBlock .texBlock--video {
    width: 100%;
    max-width: 750px;
    padding-bottom: 20px;
    margin-right: 0;
  }
}
.topDataBlock .texBlock--textSection {
  width: calc(100% - 600px);
}
.topDataBlock .texBlock--textSection h2 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #136b36;
  line-height: 40px;
}
@media (max-width: 991.98px) {
  .topDataBlock .texBlock--textSection h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.topDataBlock .texBlock--textSection p {
  line-height: 26px;
}
.topDataBlock .texBlock--textSection p:not(:last-child) {
  padding-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .topDataBlock .texBlock--textSection {
    width: 100%;
  }
}
.topDataBlock--animalIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
}
.topDataBlock--animalIcon img {
  width: 100%;
}

.menuScroll--title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 30px;
}
.menuScroll--title .block {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #136b36;
}
.menuScroll__scrollArea {
  position: relative;
  padding-bottom: 70px;
}
.menuScroll__scrollArea .arrows-Menu {
  position: absolute;
  top: -80px;
  right: 0;
  display: flex;
}
.menuScroll__scrollArea .arrows-Menu button {
  background-color: #136b36;
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.menuScroll__scrollArea .arrows-Menu button:before, .menuScroll__scrollArea .arrows-Menu button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.menuScroll__scrollArea .arrows-Menu button.slick-prev {
  margin-right: 1px;
}
.menuScroll__scrollArea .arrows-Menu button.slick-prev:before {
  content: "\f053";
}
.menuScroll__scrollArea .arrows-Menu button.slick-next:before {
  content: "\f054";
}
@media (min-width: 1200px) {
  .menuScroll__scrollArea .arrows-Menu button:hover {
    background-color: #f47c31;
  }
}
.menuScroll__scrollArea--scrollHolder .slick-list {
  margin: 0 -15px;
}
.menuScroll__scrollArea--scrollHolder .slick-track {
  display: flex;
}
.menuScroll__scrollArea--scrollHolder .slick-slide {
  padding: 0 15px;
  height: auto;
}
.menuScroll__scrollArea--scrollHolder .slick-slide > div {
  height: 100%;
}
.menuScroll__scrollArea--item {
  text-align: center;
  position: relative;
  padding-bottom: 55px;
  height: 100%;
}
.menuScroll__scrollArea--link {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.menuScroll__scrollArea--title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.menuScroll__scrollArea--text {
  line-height: 26px;
  padding: 0 15px;
  color: #2d2d2d;
}
.menuScroll__scrollArea .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.menuScroll__scrollArea .btn a {
  color: #ffffff;
  background-color: #256b8c;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 15px;
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  .menuScroll__scrollArea .btn a:hover {
    background-color: #f47c31;
  }
}

.galleryHome {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .galleryHome {
    padding-bottom: 55px;
  }
}
.galleryHome h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  padding-bottom: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.galleryHome h2 a {
  background-color: #ea2028;
  padding: 6px 35px;
  color: #ffffff;
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  .galleryHome h2 a:hover {
    background-color: #f47c31;
  }
}
.galleryHome ul {
  margin: 0 -1px;
  display: flex;
  flex-wrap: wrap;
}
.galleryHome ul li {
  padding: 0 1px 2px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .galleryHome ul li {
    width: 100%;
    padding-bottom: 2px;
  }
}
.galleryHome ul li a {
  background-size: cover;
  background-position: center;
  height: 180px;
  display: block;
}
.galleryHome ul.firstList li:nth-child(3) {
  width: 100%;
}
.galleryHome ul.firstList li:nth-child(3) a {
  height: 360px;
}
.galleryHome ul.secondList li:nth-child(1) {
  width: 100%;
}
.galleryHome ul.secondList li:nth-child(1) a {
  height: 360px;
}

.twoBanner {
  width: 100%;
  padding: 0 15px 70px;
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.twoBanner a {
  display: block;
  width: 100%;
  max-width: calc(50% - 15px);
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .twoBanner a {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.twoBanner a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
  background: linear-gradient(180deg, rgba(145, 91, 60, 0.5) 0%, rgba(107, 17, 107, 0.85) 100%);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding: 0 15px;
  transition: font-size 0.3s;
  text-align: center;
}
@media (max-width: 575.98px) {
  .twoBanner a span {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .twoBanner a span:hover {
    font-size: 28px;
  }
}

.ourMenu .quickMenuLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px;
}
.ourMenu .quickMenuLinks li {
  padding: 0 5px 10px;
}
.ourMenu .quickMenuLinks li a {
  background-color: #256b8c;
  padding: 7px 15px;
  border-radius: 3px;
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1200px) {
  .ourMenu .quickMenuLinks li a:hover {
    background-color: #f8ca48;
  }
}
.ourMenu .quickMenuLinks li.active a {
  background-color: #ea2028;
}
.ourMenu .mainMenuRow {
  padding-bottom: 30px;
}
.ourMenu .mainMenuRow > li {
  padding-top: 25px;
}
.ourMenu .mainMenuRow > li .menuMain {
  position: relative;
  margin-bottom: 25px;
}
.ourMenu .mainMenuRow > li .menuMain .menuPic {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ourMenu .mainMenuRow > li .menuMain .menuPic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ourMenu .mainMenuRow > li .menuMain h2 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .ourMenu .mainMenuRow > li .menuMain h2 {
    font-size: 22px;
  }
}
.ourMenu .mainMenuRow > li .menuMain h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #ffffff;
}
.ourMenu .mainMenuRow > li .menuMain .desc {
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  padding: 15px 15px 0;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .ourMenu .mainMenuRow > li .menuMain .desc {
    font-size: 14px;
  }
}
.ourMenu .mainMenuRow > li .menuMain .menuBlock {
  background-color: #f3f2f0;
  position: relative;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .ourMenu .mainMenuRow > li .menuMain .menuBlock {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .ourMenu .mainMenuRow > li .menuMain .menuBlock {
    margin-left: 35px;
  }
}
@media (max-width: 767.98px) {
  .ourMenu .mainMenuRow > li .menuMain .menuBlock {
    margin-left: 0;
    padding: 15px;
  }
}
.ourMenu .mainMenuRow > li .menuMain .menuBlock li {
  width: calc(50% - 20px);
  padding: 0 0 15px;
  position: relative;
  border-bottom: 1px dashed #a6a6a6;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .ourMenu .mainMenuRow > li .menuMain .menuBlock li {
    width: 100%;
  }
}
.ourMenu .mainMenuRow > li .menuMain .menuBlock li .price {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  color: #136b36;
}
.ourMenu .mainMenuRow > li .menuMain .menuBlock li:last-child, .ourMenu .mainMenuRow > li .menuMain .menuBlock li:nth-last-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .ourMenu .mainMenuRow > li .menuMain .menuBlock li:nth-last-child(2) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #a6a6a6;
  }
}
.ourMenu .mainMenuRow > li .menuMain .menuBlock li h3 {
  font-size: 16px;
  font-weight: 500;
  padding: 0 70px 0 0;
}
.ourMenu .mainMenuRow > li .menuMain .menuBlock li p {
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  padding-top: 5px;
}
.ourMenu .mainMenuRow > li .menuMain .menuBlock li.menuSub {
  border-bottom: none;
  color: #256b8c;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.contactUs .contactRow {
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .contactUs .contactRow {
    display: flex;
  }
}
.contactUs .contactRow li {
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .contactUs .contactRow li {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .contactUs .contactRow li {
    flex: 0 0 100%;
    text-align: center;
  }
}
.contactUs .contactRow li h3 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
  color: #256b8c;
}
.contactUs .contactRow li a {
  color: #111111;
  text-decoration: none;
}
.contactUs .contactRow--icon {
  background-color: #256b8c;
  width: 44px;
  height: 44px;
  display: flex;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .contactUs .contactRow--icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.contactUs .formBlock {
  background-color: #ffffff;
  padding: 30px;
  margin-top: -100px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .contactUs .formBlock {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .contactUs .formBlock {
    padding: 20px 15px;
  }
}
.contactUs .formBlock h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #ea2028;
}

.galleryInner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
  padding: 20px 0 40px;
}
.galleryInner li {
  padding: 0 1px 2px;
  width: 25%;
}
.galleryInner li:nth-child(6n+1) {
  width: 50%;
}
@media (max-width: 575.98px) {
  .galleryInner li:nth-child(6n+1) {
    width: 100%;
  }
}
.galleryInner li:nth-child(6n+6) {
  width: 50%;
}
@media (max-width: 575.98px) {
  .galleryInner li:nth-child(6n+6) {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .galleryInner li {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .galleryInner li {
    width: 100%;
  }
}
.galleryInner li a {
  width: 100%;
  height: 200px;
  display: block;
  background-position: center;
  background-size: cover;
}

.eventsPage__list {
  padding: 20px 0;
}
.eventsPage__list--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .eventsPage__list--item {
    align-items: flex-start;
  }
}
.eventsPage__list--item:nth-child(2n+2) .eventsPage__list--text {
  order: 1;
}
.eventsPage__list--item:nth-child(2n+2) .eventsPage__list--img {
  order: 0;
  margin-left: 0;
  margin-right: 50px;
}
@media (max-width: 991.98px) {
  .eventsPage__list--item:nth-child(2n+2) .eventsPage__list--img {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .eventsPage__list--item:nth-child(2n+2) .eventsPage__list--img {
    margin: 0 0 20px;
  }
}
.eventsPage__list--text {
  width: calc(100% - 500px - 50px);
}
@media (max-width: 1199.98px) {
  .eventsPage__list--text {
    width: calc(100% - 400px - 50px);
  }
}
@media (max-width: 991.98px) {
  .eventsPage__list--text {
    width: calc(100% - 300px - 30px);
  }
}
@media (max-width: 767.98px) {
  .eventsPage__list--text {
    order: 1;
    width: 100%;
  }
}
.eventsPage__list--text h2 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
  position: relative;
}
.eventsPage__list--text h2:before, .eventsPage__list--text h2:after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ea2028;
}
.eventsPage__list--text h2:after {
  background-color: #136b36;
  left: 40px;
}
.eventsPage__list--text p {
  line-height: 26px;
  padding-bottom: 15px;
}
.eventsPage__list--text p:last-child {
  padding-bottom: 0;
}
.eventsPage__list--img {
  width: 500px;
  margin-left: 50px;
}
@media (max-width: 1199.98px) {
  .eventsPage__list--img {
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .eventsPage__list--img {
    width: 300px;
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .eventsPage__list--img {
    order: 0;
    margin: 0 0 20px;
    width: 100%;
    max-width: 300px;
  }
}
.eventsPage__list--img img {
  width: 100%;
}

.oursauces {
  padding-bottom: 70px;
}
.oursauces__list {
  padding: 20px 0;
}
.oursauces__list--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .oursauces__list--item {
    align-items: flex-start;
  }
}
.oursauces__list--item:nth-child(2n+2) .oursauces__list--text {
  order: 1;
}
.oursauces__list--item:nth-child(2n+2) .oursauces__list--img {
  order: 0;
  margin-left: 0;
  margin-right: 50px;
}
@media (max-width: 991.98px) {
  .oursauces__list--item:nth-child(2n+2) .oursauces__list--img {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .oursauces__list--item:nth-child(2n+2) .oursauces__list--img {
    margin: 0 0 20px;
  }
}
.oursauces__list--text {
  width: calc(100% - 500px - 50px);
}
@media (max-width: 1199.98px) {
  .oursauces__list--text {
    width: calc(100% - 400px - 50px);
  }
}
@media (max-width: 991.98px) {
  .oursauces__list--text {
    width: calc(100% - 300px - 30px);
  }
}
@media (max-width: 767.98px) {
  .oursauces__list--text {
    order: 1;
    width: 100%;
  }
}
.oursauces__list--text h2 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
  position: relative;
}
.oursauces__list--text h2:before, .oursauces__list--text h2:after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ea2028;
}
.oursauces__list--text h2:after {
  background-color: #136b36;
  left: 40px;
}
.oursauces__list--text p {
  line-height: 26px;
  padding-bottom: 15px;
}
.oursauces__list--text p:last-child {
  padding-bottom: 0;
}
.oursauces__list--img {
  width: 500px;
  margin-left: 50px;
}
@media (max-width: 1199.98px) {
  .oursauces__list--img {
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .oursauces__list--img {
    width: 300px;
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .oursauces__list--img {
    order: 0;
    margin: 0 0 20px;
    width: 100%;
    max-width: 300px;
  }
}
.oursauces__list--img img {
  width: 100%;
}
.oursauces__orderMsg {
  background-color: #e3e2df;
  padding: 30px 30px 35px;
  text-align: center;
}
.oursauces__orderMsg h2 {
  font-size: 20px;
  color: #f47c31;
  font-weight: 600;
  padding-bottom: 12px;
}
.oursauces__orderMsg p {
  padding-bottom: 15px;
}
.oursauces__orderMsg a {
  display: inline-block;
  border: 2px solid #ea2028;
  color: #ea2028;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding: 8px 20px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 1200px) {
  .oursauces__orderMsg a:hover {
    background-color: #ea2028;
    color: #ffffff;
  }
}

.leftSide-inner {
  padding-bottom: 40px;
}

.page .leftSide-inner h2 {
  font-size: 24px;
  padding-bottom: 12px;
  font-weight: 500;
}
.page .leftSide-inner h3 {
  font-size: 20px;
  padding-bottom: 12px;
  font-weight: 500;
}
.page .leftSide-inner h4 {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
}
.page .leftSide-inner p {
  line-height: 24px;
  padding-bottom: 12px;
}
.page .leftSide-inner ul li {
  position: relative;
  padding: 0 0 10px 30px;
}
.page .leftSide-inner ul li:before {
  content: "\f101";
  position: absolute;
  left: 10px;
  top: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 12px;
}

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