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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  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.33333%;
  max-width: 33.33333%; }

.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.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }

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

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

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

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

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

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

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

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

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

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

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  display: block;
  color: #222222;
  font-family: "Roboto", 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: "Barlow", 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;
  border: none; }

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

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

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: 16px;
      padding-bottom: 8px; }
    form .formBlock--list input, form .formBlock--list textarea, form .formBlock--list select {
      width: 100%;
      padding: 12px 15px;
      border-radius: 3px;
      border: 1px solid #c0424e;
      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 {
      color: #ffffff;
      background-color: #c0424e;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      border-radius: 3px;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      transition: background-color .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: #fcb302; } }
      form .formBlock--buttons input[type="reset"] {
        opacity: .5; }
        @media (min-width: 1200px) {
          form .formBlock--buttons input[type="reset"]:hover {
            opacity: 1; } }

#msg {
  background-color: #c0424e;
  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%; }
  .header__topBar {
    position: relative;
    background-color: #f4ecdf;
    padding: 20px 15px; }
    @media (max-width: 991.98px) {
      .header__topBar {
        padding: 10px 15px; } }
    .header__topBar ul {
      display: flex;
      justify-content: center;
      color: #ffffff;
      font-size: 14px; }
      @media (max-width: 991.98px) {
        .header__topBar ul {
          flex-wrap: wrap;
          flex-direction: column;
          align-items: center; } }
      .header__topBar ul li {
        display: flex;
        align-items: center;
        padding: 0 15px; }
        @media (max-width: 991.98px) {
          .header__topBar ul li {
            flex: 0 0 auto;
            padding: 10px 0;
            flex-direction: column; } }
        .header__topBar ul li .iconBlock {
          background-color: #f43127;
          width: 48px;
          height: 48px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 12px;
          font-size: 20px; }
          @media (max-width: 991.98px) {
            .header__topBar ul li .iconBlock {
              margin: 0 0 10px 0; } }
          .header__topBar ul li .iconBlock.email {
            background-color: #4cd137; }
          .header__topBar ul li .iconBlock.address {
            background-color: #fcb302; }
        .header__topBar ul li:first-child {
          padding-left: 0; }
        .header__topBar ul li .iconRight {
          display: flex;
          flex-direction: column; }
          @media (max-width: 991.98px) {
            .header__topBar ul li .iconRight {
              text-align: center; } }
          .header__topBar ul li .iconRight .smTxt {
            color: #6c6d71;
            font-weight: 500;
            padding-bottom: 3px; }
          .header__topBar ul li .iconRight .bigTxt {
            color: #222222;
            font-family: "Barlow", sans-serif;
            font-size: 18px;
            font-weight: 700; }
            @media (max-width: 1199.98px) {
              .header__topBar ul li .iconRight .bigTxt {
                font-size: 17px; } }
          .header__topBar ul li .iconRight a {
            color: #222222; }
        @media (max-width: 991.98px) {
          .header__topBar ul li.social {
            display: none; } }
        .header__topBar ul li.social a {
          width: 28px;
          height: 28px;
          background-color: #000000;
          border-radius: 3px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fcb302; }
          @media (min-width: 1200px) {
            .header__topBar ul li.social a:hover {
              background-color: #fcb302;
              color: #ffffff; } }
        .header__topBar ul li.social:last-child {
          padding: 0; }
  .header__mid {
    padding: 20px 0; }
    .header__mid--main {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767.98px) {
        .header__mid--main {
          justify-content: space-between; } }
    .header__mid__logo {
      padding: 0 30px; }
      @media (max-width: 767.98px) {
        .header__mid__logo {
          padding: 0; } }
      .header__mid__logo a {
        display: flex; }
      .header__mid__logo img {
        height: 80px; }
        @media (max-width: 991.98px) {
          .header__mid__logo img {
            height: 60px; } }
  .header__nav {
    display: flex;
    font-size: 20px; }
    @media (max-width: 991.98px) {
      .header__nav {
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .header__nav {
        display: none;
        font-size: 14px; } }
    .header__nav--item {
      width: 145px;
      display: flex;
      justify-content: center; }
      @media (max-width: 991.98px) {
        .header__nav--item {
          width: 125px; } }
    .header__nav--link {
      font-family: "Barlow", sans-serif;
      color: #000000;
      text-transform: uppercase;
      font-weight: 900;
      position: relative;
      padding-bottom: 5px;
      display: block; }
      .header__nav--link:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #c0424e;
        transition: all linear .2s; }
      .header__nav--link.active {
        color: #c0424e; }
        .header__nav--link.active:before {
          width: 100%; }
      @media (min-width: 1200px) {
        .header__nav--link:hover {
          text-decoration: none;
          color: #c0424e; }
          .header__nav--link:hover:before {
            width: 100%; } }
  .header--mobileNavOpen {
    display: none;
    color: #c0424e; }
    @media (max-width: 767.98px) {
      .header--mobileNavOpen {
        display: block;
        font-size: 24px; } }
  .header .stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .header .stuck .header__nav {
      font-size: 14px; }
      .header .stuck .header__nav--item {
        width: 110px; }
    .header .stuck .header__mid {
      padding: 15px 0; }
      .header .stuck .header__mid__logo img {
        height: 70px; }

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 .3s;
  padding: 25px 20px 20px; }
  .sideBar.visible {
    right: 0; }
  .sideBar--title {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 2px;
    margin-bottom: 15px; }
    .sideBar--title span {
      padding-bottom: 3px;
      border-bottom: 2px solid #c0424e; }
  .sideBar__nav {
    padding-bottom: 30px;
    font-size: 15px;
    font-family: "Barlow", 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: "\f2b9"; }
    .sideBar__nav--link {
      color: #222222;
      font-weight: 700;
      padding: 12px 0 12px 30px;
      display: block;
      border-bottom: 1px solid #6c6d71;
      text-transform: uppercase;
      position: relative; }
      .sideBar__nav--link:focus {
        border-bottom: 1px solid #6c6d71; }
      .sideBar__nav--link:before {
        position: absolute;
        top: 12px;
        left: 5px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        opacity: .2; }
      .sideBar__nav--link.active {
        color: #c0424e; }
        .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;
        border-radius: 3px;
        color: #c0424e;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .sideBar__contact--list a {
        color: #222222; }
      .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: #222222;
      color: #ffffff;
      border-radius: 3px;
      width: 32px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px; }

.mapBlock {
  width: 100%;
  margin-bottom: 1px;
  position: relative; }
  .mapBlock--title {
    font-size: 20px;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #4cd137; }
  .mapBlock--box {
    background-color: #ffffff; }
    .mapBlock--box iframe {
      display: block; }

.footer {
  color: #ffffff;
  background-image: url("../images/wall.png");
  padding: 70px 0 40px;
  position: relative; }
  .footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.3); }
  .footer--fries {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 180px;
    opacity: .3; }
    @media (max-width: 1199.98px) {
      .footer--fries {
        bottom: auto;
        top: 50px;
        left: auto;
        right: 50px; } }
    @media (max-width: 991.98px) {
      .footer--fries {
        width: 100px; } }
    .footer--fries img {
      width: 100%; }
  .footer .block {
    padding-bottom: 30px; }
    .footer .block h3 {
      color: white;
      font-size: 28px;
      font-weight: 700;
      padding-bottom: 10px;
      margin-bottom: 15px;
      position: relative; }
      .footer .block h3:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 2px;
        background-color: white; }
    .footer .block p {
      line-height: 26px;
      padding-bottom: 15px;
        font-size: 15px;
    }
    .footer .block .fbBlock {
      padding: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      background-color: #ffffff;
      max-width: 360px; }
    .footer .block__btn a {
      background-color: #fcb302;
      color: #ffffff;
      display: inline-block;
      padding: 15px 25px;
      border-radius: 999px;
      font-weight: 700;
      transition: background-color .3s; }
      .footer .block__btn a .fas {
        margin-right: 5px; }
      @media (min-width: 1200px) {
        .footer .block__btn a:hover {
          background-color: #f43127; } }
    .footer .block .quickContact {
      padding-bottom: 10px; }
      .footer .block .quickContact li {
        position: relative;
        padding: 0 0 12px 24px; }
        .footer .block .quickContact li span {
          position: absolute;
          top: 0;
          left: 0;
          display: block; }
        .footer .block .quickContact li a {
          color: #222222; }
    .footer .block .socialMedia {
      display: flex;
      padding-bottom: 20px; }
      .footer .block .socialMedia li {
        padding-right: 5px; }
        .footer .block .socialMedia li a {
          display: block;
          padding: 6px 10px;
          background-color: #222222;
          border-radius: 3px;
          color: #ffffff;
          transition: background-color .3s; }
          @media (min-width: 1200px) {
            .footer .block .socialMedia li a:hover {
              background-color: #f43127; } }
    .footer .block .paymentIcons {
      display: flex; }
      .footer .block .paymentIcons li {
        padding-right: 10px; }
        .footer .block .paymentIcons li img {
          height: 32px; }

.footer-LastRow {
  text-align: center;
  font-size: 14px;
  padding: 20px 15px;
  line-height: 20px;
  background-color: #c0424e;
  color: #ffffff; }
  .footer-LastRow a {
    color: #f4ecdf; }
    @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: #fcb302;
    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 .3s; }
    @media (min-width: 1200px) {
      #back-top a:hover {
        background-color: #c0424e; } }

.pageTitle {
  text-align: center;
  color: #ffffff;
  background-image: url("../images/title-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 70px; }
  .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: 48px;
      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: "Barlow", sans-serif; }
    @media (max-width: 1199.98px) {
      .pageTitle--breadCrumb {
        font-size: 12px; } }
    .pageTitle--breadCrumb a {
      color: #fcb302; }
      @media (min-width: 1200px) {
        .pageTitle--breadCrumb a:hover {
          text-decoration: underline; } }
    .pageTitle--breadCrumb p {
      padding: 0 15px; }
  .pageTitle.noMargin {
    margin-bottom: 0; }

.newsTickerDiv {
  background-color: #222222;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 15px; }
  .newsTickerDiv ul li {
    line-height: 22px; }
    .newsTickerDiv ul li a {
      color: #fcb302; }
      @media (min-width: 1200px) {
        .newsTickerDiv ul li a:hover {
          text-decoration: underline; } }

.homeBanner {
  background-image: url("../images/wall.png");
  padding: 100px 20px;
  margin-bottom: 100px; }
  .homeBanner .sliderBlock {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .homeBanner__welcome {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    padding: 20px; }
    .homeBanner__welcome--title {
      font-size: 32px;
      text-align: center;
      font-weight: 900;
      padding-bottom: 15px; }
      @media (max-width: 1199.98px) {
        .homeBanner__welcome--title {
          font-size: 28px; } }
      @media (max-width: 991.98px) {
        .homeBanner__welcome--title {
          font-size: 24px; } }
      @media (max-width: 767.98px) {
        .homeBanner__welcome--title {
          font-size: 20px; } }
    .homeBanner__welcome--subTitle {
      font-size: 44px;
      padding-bottom: 40px;
      font-weight: 900;
      text-align: center; }
      @media (max-width: 1199.98px) {
        .homeBanner__welcome--subTitle {
          font-size: 38px; } }
      @media (max-width: 991.98px) {
        .homeBanner__welcome--subTitle {
          font-size: 30px;
          padding-bottom: 35px; } }
      @media (max-width: 767.98px) {
        .homeBanner__welcome--subTitle {
          font-size: 24px; } }
    .homeBanner__welcome__btns {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .homeBanner__welcome__btns--link {
        background-color: #fcb302;
        color: #ffffff;
        display: block;
        padding: 15px 25px;
        border-radius: 999px;
        font-weight: 700;
        transition: background-color .3s;
        margin: 0 10px 5px; }
        .homeBanner__welcome__btns--link .fas {
          margin-right: 5px;
          transition: transform .3s; }
        .homeBanner__welcome__btns--link:first-child {
          background-color: #4cd137; }
        @media (min-width: 1200px) {
          .homeBanner__welcome__btns--link:hover {
            background-color: #c0424e; } }
        @media (min-width: 1200px) {
          .homeBanner__welcome__btns--link:hover .fas {
            transform: rotate(360deg); } }
  .homeBanner .sliderBlock .sliderHome {
    border: 10px solid #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
    .homeBanner .sliderBlock .sliderHome .slick-slide > div {
      display: flex; }
    .homeBanner .sliderBlock .sliderHome--slides {
      background-position: center;
      background-size: cover;
      height: 600px; }
      @media (max-width: 1199.98px) {
        .homeBanner .sliderBlock .sliderHome--slides {
          height: 500px; } }
      @media (max-width: 991.98px) {
        .homeBanner .sliderBlock .sliderHome--slides {
          height: 400px; } }

.welcomeHome {
  position: relative;
  padding-bottom: 80px; }
  .welcomeHome--icon {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 200px;
    opacity: .3; }
    .welcomeHome--icon img {
      width: 100%; }
  .welcomeHome .row {
    align-items: center; }
  .welcomeHome--banner {
    position: relative;
    padding: 0 0 0 50px; }
    @media (max-width: 1199.98px) {
      .welcomeHome--banner {
        padding: 0; } }
    @media (max-width: 991.98px) {
      .welcomeHome--banner {
        margin-bottom: 20px; } }
    .welcomeHome--banner .shape {
      position: absolute;
      top: -40px;
      left: -15px; }
  .welcomeHome--imgBg {
    position: relative;
    z-index: 1;
    background-image: url("../../Uploads/general/about-us.jpg");
    background-size: cover;
    background-position: center;
    height: 400px;
    border-radius: 10px; }
  .welcomeHome__textBlock {
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .welcomeHome__textBlock {
        padding: 0; } }
    .welcomeHome__textBlock h2 {
      font-size: 36px;
      color: #c0424e;
      padding-bottom: 15px; }
      .welcomeHome__textBlock h2 .block {
        display: block; }
    .welcomeHome__textBlock h3 {
      color: #fcb302;
      font-size: 22px;
      padding-bottom: 20px; }
    .welcomeHome__textBlock p {
      line-height: 26px;
      color: #6c6d71;
      padding-bottom: 25px; }
    .welcomeHome__textBlock__btn a {
      display: inline-block;
      background-color: #f43127;
      font-family: "Barlow", sans-serif;
      text-transform: uppercase;
      color: #ffffff;
      padding: 15px 35px;
      border-radius: 999px;
      font-weight: 900;
      transition: background-color .3s; }
      .welcomeHome__textBlock__btn a .fas {
        margin-left: 5px;
        transition: transform .3s; }
      @media (min-width: 1200px) {
        .welcomeHome__textBlock__btn a:hover {
          background-color: #fcb302; } }
      @media (min-width: 1200px) {
        .welcomeHome__textBlock__btn a:hover .fas {
          transform: translateX(5px); } }
  .welcomeHome.style2 .welcomeHome--imgBg {
    background-image: url("../../Uploads/general/info-banner.jpg"); }
  .welcomeHome.style2 .welcomeHome--banner {
    padding-left: 0;
    padding-right: 50px; }
    @media (max-width: 1199.98px) {
      .welcomeHome.style2 .welcomeHome--banner {
        padding-right: 0; } }
    @media (max-width: 991.98px) {
      .welcomeHome.style2 .welcomeHome--banner {
        margin-bottom: 0; } }
    .welcomeHome.style2 .welcomeHome--banner .shape {
      left: auto;
      right: -15px;
      width: 150px; }
      .welcomeHome.style2 .welcomeHome--banner .shape img {
        width: 100%; }
  .welcomeHome.style2 .welcomeHome--icon {
    left: 50px;
    right: auto; }
  .welcomeHome.style2 .welcomeHome__textBlock {
    padding: 0 20px 0 0; }
    @media (max-width: 991.98px) {
      .welcomeHome.style2 .welcomeHome__textBlock {
        padding: 0 0 20px; } }

.menuScroll--title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #f43127;
  padding-bottom: 15px; }

.menuScroll__scrollArea {
  position: relative;
  padding-bottom: 70px; }
  .menuScroll__scrollArea .arrows-Menu {
    position: absolute;
    top: -55px;
    right: 0; }
    .menuScroll__scrollArea .arrows-Menu button {
      background-color: #fcb302;
      font-size: 16px;
      color: #ffffff;
      padding: 0;
      margin: 0;
      border: none;
      width: 40px;
      height: 40px;
      cursor: pointer;
      transition: background-color .3s;
      border-radius: 50%; }
      .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: 5px; }
        .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: #c0424e; } }
  .menuScroll__scrollArea--scrollHolder {
    overflow: hidden; }
    .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; }
  .menuScroll__scrollArea--link {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    border-radius: 5px; }
  .menuScroll__scrollArea--title {
    font-size: 15px;
    font-weight: 700;
    color: #c0424e;
    padding-bottom: 8px; }

.orderBanner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 0 20px;
  background-image: url("../images/london.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 70px; }
  @media (max-width: 767.98px) {
    .orderBanner {
      border-radius: 0;
      margin-bottom: 1px; } }
  .orderBanner--overlay {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    height: 220px;
    border-radius: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 50px 0 0; }
    @media (max-width: 991.98px) {
      .orderBanner--overlay {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-right: 20px; } }
    @media (max-width: 767.98px) {
      .orderBanner--overlay {
        height: 280px;
        border-radius: 0; } }
    @media (max-width: 575.98px) {
      .orderBanner--overlay {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px; } }
  .orderBanner .scooter {
    position: absolute;
    top: 50px;
    left: 0;
    animation-name: scooter;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    .orderBanner .scooter img {
      height: 120px; }

@keyframes scooter {
  0% {
    left: -30px; }
  40% {
    left: 100px; }
  45% {
    left: 90px; }
  50% {
    left: 110px; }
  60% {
    left: 60px; }
  65% {
    left: 70px; }
  100% {
    left: -30px; } }
  .orderBanner__textBlock {
    padding-right: 50px;
    max-width: 420px;
    color: #ffffff; }
    @media (max-width: 991.98px) {
      .orderBanner__textBlock {
        padding: 0 0 0 300px;
        max-width: none; } }
    @media (max-width: 575.98px) {
      .orderBanner__textBlock {
        padding: 140px 0 0 20px; } }
    .orderBanner__textBlock h2 {
      font-weight: 700;
      font-size: 30px;
      padding-bottom: 15px; }
      @media (max-width: 991.98px) {
        .orderBanner__textBlock h2 {
          padding-bottom: 8px; } }
      @media (max-width: 767.98px) {
        .orderBanner__textBlock h2 {
          font-size: 24px; } }
    .orderBanner__textBlock p {
      line-height: 24px; }
  @media (max-width: 991.98px) {
    .orderBanner__btn {
      padding: 15px 0 0 300px; } }
  @media (max-width: 575.98px) {
    .orderBanner__btn {
      padding-left: 20px; } }
  .orderBanner__btn a {
    background-color: #fcb302;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 999px;
    padding: 15px 35px;
    display: flex;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transition: background-color .3s; }
    .orderBanner__btn a .fas {
      margin-right: 12px;
      transition: transform .3s; }
    @media (min-width: 1200px) {
      .orderBanner__btn a:hover {
        background-color: #f43127; } }
    @media (min-width: 1200px) {
      .orderBanner__btn a:hover .fas {
        transform: rotate(360deg); } }

.ourMenu {
  padding-bottom: 20px; }
  .ourMenu .menuBlock {
    padding-bottom: 30px;
    scroll-margin-top: 40px; }
    .ourMenu .menuBlock__titleBlock {
      position: relative;
      display: flex;
      background-color: #f4ecdf;
      margin-bottom: 20px;
      overflow: hidden; }
      @media (max-width: 991.98px) {
        .ourMenu .menuBlock__titleBlock {
          flex-wrap: wrap; } }
      .ourMenu .menuBlock__titleBlock:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 510px;
        background-color: #f4ecdf;
        width: 70px;
        height: calc(100% + 20px);
        transform: skewX(-10deg); }
        @media (max-width: 991.98px) {
          .ourMenu .menuBlock__titleBlock:before {
            display: none; } }
      .ourMenu .menuBlock__titleBlock__imgBlock {
        background-size: cover;
        background-position: center;
        flex: 0 0 550px;
        height: 300px; }
        @media (max-width: 991.98px) {
          .ourMenu .menuBlock__titleBlock__imgBlock {
            flex: 0 0 100%;
            height: 250px; } }
      .ourMenu .menuBlock__titleBlock__titles {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-right: 30px; }
        @media (max-width: 991.98px) {
          .ourMenu .menuBlock__titleBlock__titles {
            padding: 20px; } }
        .ourMenu .menuBlock__titleBlock__titles--title {
          position: relative;
          font-size: 28px;
          font-weight: 700;
          padding-bottom: 10px; }
          @media (max-width: 767.98px) {
            .ourMenu .menuBlock__titleBlock__titles--title {
              font-size: 24px; } }
          .ourMenu .menuBlock__titleBlock__titles--title:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 70px;
            height: 5px;
            background-color: #222222; }
            @media (max-width: 991.98px) {
              .ourMenu .menuBlock__titleBlock__titles--title:before {
                height: 3px; } }
    .ourMenu .menuBlock__subCategory {
      padding-bottom: 10px; }
      .ourMenu .menuBlock__subCategory--title {
        color: #ffffff;
        background-color: #fcb302;
        padding: 10px 15px; }
    .ourMenu .menuBlock .menu-item {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .ourMenu .menuBlock .menu-item li {
        position: relative;
        border-bottom: 1px solid #bdc3c7;
        width: calc(50% - 20px);
        padding: 0 0 10px 0;
        margin-bottom: 10px; }
        @media (max-width: 991.98px) {
          .ourMenu .menuBlock .menu-item li {
            width: 100%; } }
        .ourMenu .menuBlock .menu-item li h3 {
          font-size: 17px;
          font-weight: 700;
          padding-right: 90px; }
          @media (max-width: 991.98px) {
            .ourMenu .menuBlock .menu-item li h3 {
              font-size: 16px; } }
        .ourMenu .menuBlock .menu-item li .price {
          position: absolute;
          top: 3px;
          right: 0;
          font-weight: 600;
          color: #c0424e; }
        .ourMenu .menuBlock .menu-item li p {
          padding-top: 5px;
          color: #6c6d71; }
        .ourMenu .menuBlock .menu-item li:last-child, .ourMenu .menuBlock .menu-item li:nth-last-child(2) {
          border-bottom: none; }
        @media (max-width: 991.98px) {
          .ourMenu .menuBlock .menu-item li:nth-last-child(2) {
            border-bottom: 1px solid #bdc3c7; } }
      .ourMenu .menuBlock .menu-item__titleBlock {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 991.98px) {
          .ourMenu .menuBlock .menu-item__titleBlock {
            justify-content: flex-end; } }
        .ourMenu .menuBlock .menu-item__titleBlock__title {
          display: flex;
          justify-content: flex-end;
          width: calc(50% - 20px);
          padding-bottom: 5px; }
          @media (max-width: 991.98px) {
            .ourMenu .menuBlock .menu-item__titleBlock__title:first-child {
              display: none; } }
          @media (max-width: 575.98px) {
            .ourMenu .menuBlock .menu-item__titleBlock__title {
              display: none; } }
          .ourMenu .menuBlock .menu-item__titleBlock__title li {
            width: 80px;
            text-align: right;
            font-size: 14px;
            font-weight: 600; }
      @media (max-width: 575.98px) {
        .ourMenu .menuBlock .menu-item.threeItem li {
          display: flex;
          flex-wrap: wrap; } }
      .ourMenu .menuBlock .menu-item.threeItem li h3 {
        padding-right: 240px; }
        @media (max-width: 1199.98px) {
          .ourMenu .menuBlock .menu-item.threeItem li h3 {
            font-size: 15px;
            flex: 0 0 100%; } }
        @media (max-width: 575.98px) {
          .ourMenu .menuBlock .menu-item.threeItem li h3 {
            padding-right: 0; } }
      .ourMenu .menuBlock .menu-item.threeItem li .price {
        font-size: 14px; }
        @media (max-width: 575.98px) {
          .ourMenu .menuBlock .menu-item.threeItem li .price {
            position: static;
            width: 33.3333%;
            padding-top: 5px; } }
        .ourMenu .menuBlock .menu-item.threeItem li .price .smDevice {
          display: none;
          text-align: right;
          color: #6c6d71;
          font-weight: 400;
          font-size: 13px; }
          @media (max-width: 575.98px) {
            .ourMenu .menuBlock .menu-item.threeItem li .price .smDevice {
              display: block;
              text-align: left; } }
      .ourMenu .menuBlock .menu-item.threeItem li .price1 {
        right: 160px; }
      .ourMenu .menuBlock .menu-item.threeItem li .price2 {
        right: 80px; }
      .ourMenu .menuBlock .menu-item.threeItem li .price3 {
        right: 0; }

.contactUs .contactRowFlex {
  display: flex;
  align-items: center; }

@media (max-width: 991.98px) {
  .contactUs .contactRow {
    padding: 50px 0; } }

.contactUs .contactRow li {
  padding-bottom: 30px; }
  .contactUs .contactRow li:last-child {
    padding-bottom: 0; }
  @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: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #f43127; }
  .contactUs .contactRow li a {
    color: #222222;
    text-decoration: none; }

.contactUs .contactRow--icon {
  width: 64px;
  height: 64px;
  display: flex;
  color: #f4ecdf;
  border-radius: 50%;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background-image: url("../images/red-shape.png");
  background-size: cover; }
  @media (max-width: 767.98px) {
    .contactUs .contactRow--icon {
      margin-left: auto;
      margin-right: auto; } }

.contactUs .formBlock {
  padding: 50px 30px;
  background-color: #f4ecdf; }
  @media (max-width: 767.98px) {
    .contactUs .formBlock {
      margin: 0 -15px 1px; } }
  .contactUs .formBlock h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 25px;
    color: #c0424e; }

.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; }
