.heading-title {
  position: relative;
  margin-bottom: 50px; }
  .heading-title .title-1 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 150px;
    line-height: 0;
    text-transform: uppercase;
    opacity: 0.1;
    color: var(--shop-color-main); }
  .heading-title .title-2 {
    position: relative;
    text-transform: uppercase;
    font-size: 32px;
    color: var(--shop-color-main); }
  .heading-title .title-3 {
    position: relative;
    font-size: 16px;
    margin: 0; }
  @media (max-width: 1024px) {
    .heading-title .title-1 {
      display: none; }
    .heading-title .title-2 {
      font-size: 28px; }
    .heading-title .title-3 {
      font-size: 14px; } }

.section-breadcrumb {
  position: relative;
  padding: 90px 0;
  text-align: center; }
  .section-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//theme.hstatic.net/200000909439/1001273532/14/reservations_banner.jpg?v=490);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .section-breadcrumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .section-breadcrumb h1, .section-breadcrumb a {
    color: #fff;
    margin: 0; }
  .section-breadcrumb .breadcrumb-content {
    position: relative;
    color: #fff;
    z-index: 2; }
    .section-breadcrumb .breadcrumb-content h1 {
      text-transform: uppercase; }
    .section-breadcrumb .breadcrumb-content .breadcrumb-shop {
      background: none;
      border: none; }
      .section-breadcrumb .breadcrumb-content .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
        justify-content: center;
        padding: 0;
        margin-top: 10px; }
        .section-breadcrumb .breadcrumb-content .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li {
          font-size: 16px; }
          .section-breadcrumb .breadcrumb-content .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li a {
            color: #fff; }
  @media (max-width: 767px) {
    .section-breadcrumb {
      padding: 100px 0 80px; }
      .section-breadcrumb h1 {
        font-size: 30px; } }

.section-reservations-form {
  padding: 80px 0; }
  .section-reservations-form .form-booking {
    padding: 50px 0;
    position: relative; }
    .section-reservations-form .form-booking form {
      background: rgba(201, 13, 35, 0.2);
      padding: 70px; }
    .section-reservations-form .form-booking.has-bg form {
      background-image: url(//theme.hstatic.net/200000909439/1001273532/14/reservations_bg.jpg?v=490);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .section-reservations-form .form-booking .contact-form .input-group {
      background: #fff;
      margin-bottom: 20px; }
      .section-reservations-form .form-booking .contact-form .input-group.form-select {
        padding-right: 20px; }
      .section-reservations-form .form-booking .contact-form .input-group input, .section-reservations-form .form-booking .contact-form .input-group select {
        height: 64px;
        border: none;
        padding: 8px 20px;
        outline: none;
        box-shadow: none; }
    .section-reservations-form .form-booking .btn-send-booking {
      width: 100%;
      padding: 18px 15px;
      font-weight: 600; }
  @media (min-width: 1200px) {
    .section-reservations-form.has-banner1 .form-booking:before {
      content: '';
      position: absolute;
      top: 0;
      right: 120%;
      width: 50%;
      height: 100%;
      background-image: url(//theme.hstatic.net/200000909439/1001273532/14/reservations_banner_1.jpg?v=490);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .section-reservations-form.has-banner2 .form-booking:after {
      content: '';
      position: absolute;
      top: -130px;
      left: 120%;
      width: 50%;
      height: 100%;
      background-image: url(//theme.hstatic.net/200000909439/1001273532/14/reservations_banner_2.jpg?v=490);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .section-reservations-form.has-banner1 .form-booking:before {
      right: 110%;
      width: 40%; }
    .section-reservations-form.has-banner2 .form-booking:after {
      left: 110%;
      width: 40%; } }
  @media (max-width: 767px) {
    .section-reservations-form {
      padding: 40px 0; }
      .section-reservations-form .form-booking {
        padding: 25px 0; }
        .section-reservations-form .form-booking form {
          padding: 30px; }
        .section-reservations-form .form-booking .contact-form .input-group input, .section-reservations-form .form-booking .contact-form .input-group select {
          height: 45px; }
        .section-reservations-form .form-booking .btn-send-booking {
          padding: 12px 15px; } }

.section-reservations-brand {
  padding: 60px 0 65px;
  background: var(--shop-color-main);
  position: relative; }
  .section-reservations-brand:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.15;
    background-image: url(//theme.hstatic.net/200000909439/1001273532/14/background_couter.png?v=490);
    filter: brightness(90%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    opacity: 0.07; }
  .section-reservations-brand .container {
    position: relative;
    z-index: 1; }
  .section-reservations-brand .list-brand {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .section-reservations-brand .list-brand .item {
      -webkit-flex: 0 0 calc(100%/6 - 8px);
      flex: 0 0 calc(100%/6 - 8px);
      max-width: calc(100%/6 - 8px); }
      .section-reservations-brand .list-brand .item img {
        filter: brightness(10%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg); }
  @media (max-width: 991px) {
    .section-reservations-brand .list-brand {
      gap: 35px 15px;
      justify-content: space-around;
      flex-flow: wrap; }
      .section-reservations-brand .list-brand .item {
        -webkit-flex: 0 0 calc(100%/3 - 15px);
        flex: 0 0 calc(100%/3 - 15px);
        max-width: calc(100%/3 - 15px); } }

.modalForm-success svg {
  fill: #009900;
  width: 80px;
  height: 80px;
  margin-bottom: 15px; }

.modalForm-success p {
  font-size: 18px; }
