.promo {
  color: #212426; }
  .promo-page {
    border-top: 1px solid #edeae7;
    overflow: hidden; }
  .promo-first {
    height: 425px;
    position: relative;
    z-index: 5; }
    .promo-first__bg {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 1920px;
      height: 568px;
      background-image: url(../img/first.png);
      left: 50%;
      margin-left: -960px;
    }
    .promo-first .container {
      z-index: 3;
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .promo-first__title {
      letter-spacing: .25px;
      font-size: 36px;
      font-weight: 700;
      line-height: 46px;
      color: #fff; }
    span.promo-first__title--big {
      font-size: 48px;
      text-transform: uppercase;
    }
    .promo-first__descript {
      color: #d8b08c;
      letter-spacing: .25;
      font-size: 36px;
      font-weight: 700;
      line-height: 46px; }
  .promo-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px; }
  .promo-text {
    line-height: 28px;
    font-size: 18px; }
    .promo-text-right {
    line-height: 28px;
    font-size: 25px; }

.promo-order {
  padding-top: 50px;
  background-color: #efece9;
}
.promo-order__inner {
  padding: 20px;
  background-color: #DFC0A8;
  border-radius: 5px;
  position: relative;
}
.promo-order__info {
  max-width: 415px;
}
.promo-order__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.promo-order__btn svg {
  margin-left: 10px;
}
.promo-order__image {
  margin-top: 25px;
  margin-bottom: -40px;
}
.promo-order__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.promo-order .promo-order__title {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .promo-order .promo-order__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .promo-order {
    padding-top: 120px;
  }
  .promo-order__inner {
    padding: 40px 40px 20px;
  }
  .promo-order__info {
    max-width: initial;
  }
  .promo-order__btn {
    margin: auto;
  }
  .promo-order__title {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .promo-order {
    padding-top: 195px;
  }
  .promo-order__inner {
    display: flex;
    padding: 45px 75px;
  }
  .promo-order__image {
    position: absolute;
    top: -40px;
    right: 40px;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 3;
  }
}
  .promo-about {
    background-color: #efece9;
    position: relative;
    z-index: 2; }
    .promo-about .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative; }
    .promo-about__image {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .promo-about__image {
        top: 30px;
        opacity: .5;
      }
      .promo-about__image img {
        width: 455px;
        height: auto;
      }
    .promo-about__content {
      padding-top: 120px;
      padding-bottom: 130px;
      width: 465px;
      max-width: 100%; }
  .promo-quest {
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .promo-quest .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: relative; }
    .promo-quest__image {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -130px;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .promo-quest__image {
      right: -30px;
      opacity: .5; }
      .promo-quest__image img {
        width: 455px;
        height: auto;
      }
    .promo-quest__content {
      padding-top: 110px;
      padding-bottom: 125px;
      width: 520px;
      max-width: 100%; }
  .promo-who {
    background-color: #efece9;
    padding-top: 85px;
    padding-bottom: 100px; }
    .promo-who .container {
      position: relative; }
    .promo-who__icon {
      margin-bottom: 20px; }
    .promo-who__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 50px;
      padding-bottom: 55px;
      border-bottom: 1px solid #958b8b;
      margin-bottom: 100px; }
    .promo-who__center {
      text-align: center; }
    .promo-who__box {
      width: calc(100% / 4);
      text-align: center; }
    .promo-who-btn {
      width: 362px;
      height: 120px;
      border-radius: 5px;
      border: 1px solid #fff;
      padding-left: 45px;
      padding-right: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      right: 0;
      top: -15px; }
      .promo-who-btn__icon {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: -37px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .promo-who-btn__text {
        font-weight: 700;
        line-height: 24px;
        font-size: 18px; }
      .promo-who-btn .btn {
        margin-bottom: 0;
        border: 1px solid #986b4d;
        color: #986b4d;
        max-width: 128px; }
        .promo-who-btn .btn:hover {
          background-color: #986b4d;
          color: #fff; }
  .promo-num {
    background-image: url(../img/bgs.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    padding-bottom: 88px;
    padding-top: 100px;
    border-bottom: 6px solid #fff; }
  .promo-num__btn2 .promo-num__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .promo-num__btn2 .promo-num__item .btn {
    max-width: none;
    margin: 0 0 20px 0;
  }
  @media (max-width: 1000px) {
    .promo-num__btn2 .promo-num__item {
      width: 100%;
    }
    .promo-num__btn2 .promo-num__item .btn {
      max-width: 100%;
      margin: 0 0 20px 0;
      text-wrap: unset;
      height: auto;
    }
  }
  .promo-num__inner:not(:last-of-type) {
    margin-bottom: 50px;
  }
  @media (max-width: 767px) {
    .promo-num__inner:not(:last-of-type) {
      margin-bottom: 30px;
    }
  }
    .promo-num__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px; }
    .promo-num__flex__center {
      justify-content: center; }
    .promo-num__box {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative;
      max-width: 330px;
      width: 100%; }
      .promo-num__box:after {
        height: 1px;
        top: 26px;
        left: 82px;
        width: calc(100% - 102px);
        content: '';
        position: absolute;
        background-color: #fff; }
      .promo-num__box:last-child {
        max-width: 190px; }
        .promo-num__box:last-child:after {
          display: none; }
      .promo-page.reserve-page .promo-num__box:last-child {
        max-width: 180px;
      }
      .promo-page.reserve-page .promo-num__box:last-child .promo-num__text {
        padding-right: 0;
      }
    .promo-num__box.active:after {
      background-color: #d8b08c; }
    .promo-num__box.active .promo-num__num {
      border: 1px solid #cb9f76;
      background-color: #d8b08c;
      color: #fff; }
    .promo-num__num {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      font-weight: 700;
      font-size: 18px;
      color: #d8b08c;
      margin-bottom: 22px;
      position: relative; }
    .promo-num__text {
      font-weight: 700;
      line-height: 24px;
      font-size: 18px;
      padding-right: 30px; }
    .promo-num__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .promo-num__btn .btn {
        max-width: 302px; }

  .promo-page.leadernnov-page .promo-who__flex,
  .promo-page.reserve-page .promo-who__flex {
    border-bottom: 1px solid transparent;
  }
  .promo-page.reserve-page .promo-who__flex {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .promo-page.leadernnov-page .promo-first__bg {
    background-image: url(../img/leaderFirst.png);
  }
  .promo-page.reserve-page .promo-first__bg {
    background-image: url(../img/reserveFirst.png);
  }
  .promo-page.reserve-page .promo-who__box {
    width: calc(100% / 6);
    padding: 0 5px;
  }
  .promo-page.reserve-page .promo-who__icon {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }
  .promo-page.reserve-page .promo-who__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  @media (max-width: 996px) {
    .promo-about__image {
      width: 400px;
      height: auto; }
      .promo-about__image img {
        width: 100%;
        height: auto; }
    .promo-about__content {
      padding-top: 80px;
      padding-bottom: 90px; }
    .promo-quest__content {
      padding-top: 60px;
      padding-bottom: 70px; }
    .promo-quest__image {
      width: 400px;
      height: auto; }
      .promo-quest__image img {
        width: 100%;
        height: auto; }
    .promo-who {
      padding-top: 40px;
      padding-bottom: 40px; }
      .promo-who-btn {
        position: relative;
        top: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px; }
    .promo-num {
      padding-top: 60px;
      padding-bottom: 40px; }
    .promo-page.reserve-page .promo-who__flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .promo-page.reserve-page .promo-who__box {
      width: calc(100% / 3);
      margin-bottom: 20px;
    }
  }
  @media (max-width: 996px) and (min-width: 767px) {
    .promo-page.reserve-page .promo-num__flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 10px !important;
    }
    .promo-page.reserve-page .promo-num__box {
      width: calc(100% / 2);
      max-width: 50%;
      min-width: 50%;
      padding-bottom: 20px;
    }
    .promo-page.reserve-page .promo-num__box:after {
      left: 50% !important;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .promo-page.reserve-page .promo-num__box:last-child:after {
      display: block;
    }
    .promo-page.reserve-page .promo-num__text {
      text-align: center;
      padding-right: 0;
    }
    .promo-page.reserve-page .promo-num__num {
      margin-left: auto;
      margin-right: auto;
      z-index: 3;
    }
  }
  @media (max-width: 767px) {
    .promo-who__flex {
      margin-top: 30px;
      margin-bottom: 15px;
      padding-bottom: 25px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .promo-who__box {
      width: calc(100% / 2);
      margin-bottom: 15px; }
    .promo-page.reserve-page .promo-who__box {
      width: calc(100% / 2);
    }
    .promo-who__center br {
      display: none; }
    .promo-first {
      height: auto;
      padding-top: 50px;
      padding-bottom: 50px; }
      .promo-first .container {
        height: auto; }
      .promo-first__bg {
        top: 0;
        bottom: 0;
        height: 100%;
        width: auto;
        background-image: url(../img/bg.jpg); }
      .promo-first__title, .promo-first__descript {
        font-size: 24px;
        line-height: 30px; }
    .promo-title {
      font-size: 24px;
      line-height: 30px; }
    .promo-text {
      font-size: 16px;
      line-height: 22px; }
    .promo-num .btn {
      margin-bottom: 0; }
    .promo-num__flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px; }
    .promo-num__box {
      width: calc(100% / 2);
      max-width: 50%;
      min-width: 50%;
      padding-bottom: 20px; }
      .promo-num__box:after {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .promo-num__box:last-child:after {
        display: block; }
    .promo-num__text {
      text-align: center;
      padding-right: 0; }
    .promo-num__num {
      margin-left: auto;
      margin-right: auto; }
    .promo-page.leadernnov-page .promo-first__bg {
      background-image: url(../img/leaderFirstMob.png);
    }
    .promo-page.reserve-page .promo-first__bg {
      background-image: url(../img/reserveFirstMob.png);
    }
  }
  @media (max-width: 560px) {
    .promo-about__image {
      display: none; }
    .promo-about__content {
      padding-top: 50px;
      padding-bottom: 60px; }
    .promo-page.reserve-page .promo-about__content {
      padding-top: 40px;
      padding-bottom: 30px;
    }
    .promo-quest__content {
      padding-top: 50px;
      padding-bottom: 60px; }
    .promo-who-btn {
      max-width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .promo-who-btn .btn {
        width: 100%;
        max-width: 100%; }
      .promo-who-btn__text {
        text-align: center;
        margin-bottom: 10px; }
        .promo-who-btn__text br {
          display: none; }
    .promo-num__box {
      width: 100%;
      min-width: 100%;
      max-width: 100%; }
    .promo-first__title br, .promo-first__descript br {
      display: none; } }
.promo-page.reserve-page .base-content ul {
  margin-bottom: 0;
}
.promo-stage {
  padding-top: 85px;
  padding-bottom: 85px;
}
.promo-stage-i {
  display: flex;
  align-items: center;
}
.promo-stage-i:not(:last-of-type) {
  margin-bottom: 40px;
}
.promo-stage-i__left {
  width: calc(100% - 300px - 150px);
  margin-right: auto;
}
.promo-order__title,
.promo-stage-i__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.promo-stage-i__text {
  margin-bottom: 20px;
}
.promo-stage-i .btn {
  max-width: 300px;
}
.promo-stage .promo-title {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .promo-stage-i__left {
    width: calc(100% - 250px - 30px);
  }
  .promo-stage-i .btn {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .promo-stage {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .promo-stage .promo-title {
    margin-bottom: 25px;
  }
  .promo-stage-i {
    flex-direction: column;
  }
  .promo-stage-i:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .promo-stage-i__left {
    width: 100%;
  }
  .promo-order__title,
  .promo-stage-i__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .promo-stage-i .btn {
    max-width: 302px;
  }
}
.promo-page.reserve-page .promo-num__flex {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .promo-page.reserve-page .promo-num__flex {
    margin-bottom: 0;
  }
}
.promo-page.reserve-page .promo-num__box .tooltip {
  max-width: 315px;
  margin-left: 0;
  margin-top: 5px;
  box-shadow: none;
  visibility: hidden;
  transition: .3s;
}
.promo-page.reserve-page .promo-num__box:last-of-type .tooltip {
  right: 0;
}
.promo-page.reserve-page .promo-num__box .tooltip .tooltip-inner {
  padding: 18px;
}
.promo-page.reserve-page .promo-num__box {
  cursor: pointer;
}
.promo-page.reserve-page .promo-num__box:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.promo-page.reserve-page .promo-about__content {
  padding-top: 100px;
  padding-bottom: 200px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.promo-page.reserve-page .promo-about__content .promo-about__content-side {
  width: 48%;
}
.promo-page.reserve-page .promo-text-right.base-content {
  margin-bottom: 20px;
}
@media (max-width: 996px) {
  .promo-page.reserve-page .promo-num__box .tooltip {
    left: 0 !important;
    right: 0 !important;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .promo-page.reserve-page .promo-about__content {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .promo-page.reserve-page .promo-about__content .promo-about__content-side {
    width: 100%;
    margin-bottom: 20px;
  }
  .promo-page.reserve-page .promo-about__image {
    display: none;
  }
}
.promo-error {
  color: #E44934;
}

