/* Slider */

.page__four-item p {
    font-size: 100%;
    display: inline;
}

 @media (min-width: 48em) {
    .page__four-item p {
        display: block;
    }
}
    
    
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html {
  line-height: 1.4;
  color: #101010;
  height: 100%;
  font-size: 2.5vw; }
  @media (min-width: 48em) {
    html {
      font-size: 10px; } }
  @media (min-height: 600px) and (min-width: 992px) {
    html {
      font-size: 1vh; } }
  @media (min-height: 1000px) and (min-width: 992px) {
    html {
      font-size: .5vh; } }

body {
  margin: 0;
  padding: 0;
  font-family: 'Cormorant Garamond', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-size: 1.4em;
  line-height: 1.3; }
  @media (min-width: 48em) {
    p {
      font-size: 1.6em; } }
  @media (min-width: 62em) {
    p {
      font-size: 2em; } }

#lg-download-1 {
  display: none; }

.page {
  overflow: hidden; }
  .page__second {
    position: relative;
    padding: 9em 0; }
    @media (min-width: 48em) {
      .page__second .page__desc {
        max-width: 50em; } }
    .page__second .page__desc button {
      margin-top: 2.5em; }
      @media (min-width: 48em) {
        .page__second .page__desc button {
          margin-top: 3.5em; } }
    .page__second .page__desc-arrows {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 1.5em; }
      @media (min-width: 48em) {
        .page__second .page__desc-arrows {
          margin-top: 6.5em; } }
      .page__second .page__desc-arrows button {
        cursor: pointer;
        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;
        width: 5em;
        height: 5em;
        border: 1px solid #816700;
        background: transparent;
        border-radius: 100%;
        margin-right: 2em; }
        .page__second .page__desc-arrows button:last-child {
          margin-right: 0; }
        .page__second .page__desc-arrows button:hover {
          background: #816700; }
          .page__second .page__desc-arrows button:hover svg {
            color: #fff; }
        .page__second .page__desc-arrows button svg {
          color: #816700;
          font-size: 2em;
          position: relative; }
        .page__second .page__desc-arrows button.slick-next svg {
          right: -1px;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .page__second .page__desc-arrows button.slick-prev svg {
          left: -1px; }
    .page__second-slider {
      width: 100%;
      margin-top: 1.5em; }
      @media (min-width: 48em) {
        .page__second-slider {
          position: absolute;
          margin-left: 5em;
          margin-top: 7.5em;
          -webkit-transform: translateX(50em);
              -ms-transform: translateX(50em);
                  transform: translateX(50em);
          width: calc(100% - 50em); } }
      @media (min-width: 62em) {
        .page__second-slider {
          margin-top: 11em; } }
      @media (min-width: 75em) {
        .page__second-slider {
          margin-top: 17em; } }
    .page__second .slick-slide {
      padding: 0 3em; }
      @media (min-width: 48em) {
        .page__second .slick-slide {
          padding: 0 4em; } }
    .page__second-slide {
      position: relative;
      padding-top: 4em; }
      .page__second-slide:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        -webkit-transform: translateX(3em);
            -ms-transform: translateX(3em);
                transform: translateX(3em);
        background: #fbf9f3; }
      .page__second-slide:before {
        content: '';
        position: absolute;
        bottom: 0;
        top: 4em;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        height: 50%;
        border: 1px solid #816700;
        -webkit-transform: translateX(-2em) translateY(-2em);
            -ms-transform: translateX(-2em) translateY(-2em);
                transform: translateX(-2em) translateY(-2em); }
      .page__second-slide--image {
        width: 100%;
        z-index: 3;
        position: relative;
        background-size: cover;
        background-position: center center; }
        .page__second-slide--image:after {
          content: '';
          display: block;
          padding-bottom: 70%; }
      .page__second-slide--desc {
        z-index: 1;
        position: relative;
        padding-top: 3em;
        padding-left: 1em;
        padding-bottom: 5em; }
        .page__second-slide--desc h2 {
          font-size: 2em;
          font-weight: 600;
          margin-bottom: .5em;
          font-family: 'Roboto', sans-serif; }
          @media (min-width: 48em) {
            .page__second-slide--desc h2 {
              font-size: 2.3em; } }
        .page__second-slide--desc p {
          font-weight: 300;
          font-size: 1.7em;
          font-family: 'Roboto', sans-serif; }
          @media (min-width: 48em) {
            .page__second-slide--desc p {
              font-size: 2em; } }
  .page__third {
    margin-top: 30em;
    padding-bottom: 15em;
    position: relative;
    background: #f9f6ef url("../img/third-bg-center.png") no-repeat center bottom;
    background-size: contain; }
    @media (min-width: 48em) {
      .page__third {
        padding-top: 2.5em;
        padding-bottom: 20em; } }
    .page__third:after {
      pointer-events: none;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 210%;
      height: 50em;
      background: url("../img/third-bg.png") no-repeat center top;
      -webkit-transform: translateY(-80%);
          -ms-transform: translateY(-80%);
              transform: translateY(-80%);
      background-size: cover;
      z-index: 99; }
      @media (min-width: 48em) {
        .page__third:after {
          width: 100%; } }
    .page__third:before {
      pointer-events: none;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 20em;
      background: url("../img/third-bg-bottom.png") no-repeat center top;
      -webkit-transform: translateY(30%);
          -ms-transform: translateY(30%);
              transform: translateY(30%);
      background-size: cover;
      z-index: 99; }
      @media (min-width: 48em) {
        .page__third:before {
          top: 0;
          bottom: auto;
          width: 100%;
          height: 74.5em;
          -webkit-transform: translateY(80%);
              -ms-transform: translateY(80%);
                  transform: translateY(80%);
          background: url("../img/third-bg-bottom.png") no-repeat center top;
          background-size: cover; } }
    .page__third .page--wrapper {
      position: relative;
      z-index: 100; }
    .page__third .page__desc {
      max-width: 65em; }
    .page__third--steps {
      margin-top: 2rem; }
      @media (min-width: 48em) {
        .page__third--steps {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-right: 35em;
          margin-top: 5rem; } }
      @media (min-width: 62em) {
        .page__third--steps {
          padding-right: 19em; } }
      @media (min-width: 75em) {
        .page__third--steps {
          padding-right: 35em; } }
    .page__third--step {
      margin-bottom: 1.5em; }
      @media (min-width: 48em) {
        .page__third--step {
          padding: 0 1.5rem; } }
      .page__third--step:last-child {
        margin-bottom: 0; }
      @media (min-width: 75em) {
        .page__third--step {
          padding: 0;
          margin-bottom: 0; } }
      .page__third--step.top {
        margin-top: 4em; }
      .page__third--step h2 {
        font-size: 6em;
        font-family: 'Roboto', sans-serif;
        text-shadow: 0px 0px 14.31px rgba(248, 211, 201, 0.47);
        margin-bottom: .15em; }
        @media (min-width: 48em) {
          .page__third--step h2 {
            font-size: 8em; } }
      .page__third--step h3 {
        font-size: 2.6em;
        color: #b56a4c;
        font-weight: 700;
        font-style: italic; }
        @media (min-width: 48em) {
          .page__third--step h3 {
            font-size: 4em; } }
      .page__third--step p {
        font-family: 'Roboto', sans-serif;
        font-size: 1.7em;
        font-weight: 300;
        line-height: 140%;
        }
        @media (min-width: 48em) {
          .page__third--step p {
            font-size: 2.2em;
            margin-top: 0; } }
        @media (min-width: 48em) {
          .page__third--step p br {
            display: none; } }
        @media (min-width: 75em) {
          .page__third--step p br {
            display: block; } }
  .page__four {
    position: relative;
    padding-top: 10em;
    padding-bottom: 1em;
    background: #f9f6ef; }
    @media (min-width: 48em) {
      .page__four {
        padding-top: 30em;
        padding-bottom: 10em; } }
    @media (min-width: 62em) {
      .page__four {
        padding-top: 17.5em; } }
    @media (min-width: 75em) {
      .page__four {
        padding-top: 32em; } }
    .page__four:after {
      pointer-events: none;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 40em;
      background: url("../img/four-bg.png") no-repeat center bottom;
      background-size: cover;
      -webkit-transform: translateY(55%);
          -ms-transform: translateY(55%);
              transform: translateY(55%); }
    .page__four .page__title {
      text-align: center; }
    .page__four .page--wrapper {
      position: relative;
      z-index: 101; }
    .page__four-people {
      width: 100%;
      margin-top: 2.5em;
      position: relative; }
      @media (min-width: 48em) {
        .page__four-people {
          margin-top: 7.5em; } }
      .page__four-people:after, .page__four-people:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 100%;
        border: 1px solid #eee9d9; }
      .page__four-people:after {
        display: none; }
        @media (min-width: 48em) {
          .page__four-people:after {
            display: block;
            width: 70em;
            height: 70em;
            -webkit-transform: translateY(2.5%);
                -ms-transform: translateY(2.5%);
                    transform: translateY(2.5%); } }
      .page__four-people:before {
        display: none; }
        @media (min-width: 48em) {
          .page__four-people:before {
            display: block;
            width: 60em;
            height: 60em;
            -webkit-transform: translateY(11%);
                -ms-transform: translateY(11%);
                    transform: translateY(11%); } }
    .page__four-image {
      display: none; }
      @media (min-width: 48em) {
        .page__four-image {
          display: block;
          width: 48em;
          height: 79em;
          margin: 0 auto;
          background-size: cover;
          position: relative;
          z-index: 1; } }
    .page__four-item {
      font-weight: 300;
      font-size: 1.7em;
      line-height: 140%;
      font-family: 'Roboto', sans-serif;
      position: relative;
      z-index: 100;
      margin-bottom: 2em;
      padding-left: 1.5em; }
      @media (min-width: 48em) {
        .page__four-item {
          font-size: 2.2em;
          margin-bottom: 0;
          padding-left: 0; } }
      @media (min-width: 62em) {
        .page__four-item {
          max-width: 65%; } }
      @media (min-width: 75em) {
        .page__four-item {
          max-width: inherit; } }
      .page__four-item:after {
        content: '';
        position: absolute;
        left: 0;
        top: .4em;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        background: #816700; }
        @media (min-width: 48em) {
          .page__four-item:after {
            display: none; } }
      .page__four-item.right {
        text-align: left; }
        @media (min-width: 48em) {
          .page__four-item.right {
            text-align: right; } }
      .page__four-item br {
        display: none; }
        @media (min-width: 62em) {
          .page__four-item br {
            display: block; } }
      @media (min-width: 48em) {
        .page__four-item-1 {
          top: 1em;
          left: 1em; } }
      @media (min-width: 62em) {
        .page__four-item-1 {
          top: 1em;
          left: -1.25em; } }
      @media (min-width: 75em) {
        .page__four-item-1 {
          top: 1em;
          left: 1em; } }
      @media (min-width: 48em) {
        .page__four-item-2 {
          top: 5em;
          left: -3.75em; } }
      @media (min-width: 62em) {
        .page__four-item-2 {
          top: 5em;
          left: -2.5em; } }
      @media (min-width: 75em) {
        .page__four-item-2 {
          top: 5em;
          left: -3.75em; } }
      @media (min-width: 48em) {
        .page__four-item-3 {
          top: 12em;
          left: -1em; } }
      @media (min-width: 62em) {
        .page__four-item-3 {
          top: 10em;
          left: -.5em; } }
      @media (min-width: 75em) {
        .page__four-item-3 {
          top: 12em;
          left: -1em; } }
      @media (min-width: 48em) {
        .page__four-item-4 {
          top: 3.5em;
          right: -4em; } }
      @media (min-width: 62em) {
        .page__four-item-4 {
          top: 3.5em;
          right: -1.5em; } }
      @media (min-width: 75em) {
        .page__four-item-4 {
          top: 3.5em;
          right: -4em; } }
      @media (min-width: 48em) {
        .page__four-item-5 {
          top: 9.25em;
          right: -2em; } }
      @media (min-width: 62em) {
        .page__four-item-5 {
          top: 9.25em;
          right: -2.5em; } }
      @media (min-width: 75em) {
        .page__four-item-5 {
          top: 9.25em;
          right: -2em; } }
      @media (min-width: 48em) {
        .page__four-item-6 {
          top: 15em;
          right: 1em; } }
      @media (min-width: 62em) {
        .page__four-item-6 {
          top: 12em;
          right: -.5em; } }
      @media (min-width: 75em) {
        .page__four-item-6 {
          top: 15em;
          right: 1em; } }
    .page__four-items {
      margin-top: 2.5em; }
      @media (min-width: 48em) {
        .page__four-items {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 0;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .page__four-items--left, .page__four-items--right {
        width: 100%; }
        @media (min-width: 48em) {
          .page__four-items--left, .page__four-items--right {
            width: 50%; } }
      @media (min-width: 48em) {
        .page__four-items--left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (min-width: 48em) {
        .page__four-items--right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  .page__fifth {
    margin-top: 2em;
    position: relative; }
    @media (min-width: 62em) {
      .page__fifth {
        margin-top: 13em; } }
    @media (min-width: 75em) {
      .page__fifth {
        margin-top: 2em; } }
    @media (min-width: 48em) {
      .page__fifth-items {
        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; } }
    .page__fifth-left {
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      position: relative; }
      @media (min-width: 48em) {
        .page__fifth-left {
          width: 42.5%; } }
      .page__fifth-left:after {
        content: '';
        display: block;
        padding-bottom: 70%; }
        @media (min-width: 48em) {
          .page__fifth-left:after {
            display: none; } }
      .page__fifth-left img {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0; }
        @media (min-width: 48em) {
          .page__fifth-left img {
            position: relative; } }
    .page__fifth-right {
      width: 100%;
      position: relative;
      z-index: 100;
      margin-top: 3em; }
      @media (min-width: 48em) {
        .page__fifth-right {
          width: 50%;
          margin-top: 0; } }
      .page__fifth-right:after {
        content: '';
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: 50em;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
        background: url("../img/fifth-camen.png") no-repeat right center;
        background-size: cover; }
        @media (min-width: 48em) {
          .page__fifth-right:after {
            display: block; } }
      .page__fifth-right h1 {
        margin-bottom: 1em; }
      .page__fifth-right p {
        font-size: 1.7em;
        line-height: 140%;
        font-weight: 300;
        margin-bottom: .75em;
        font-family: 'Roboto', sans-serif; }
        @media (min-width: 48em) {
          .page__fifth-right p {
            font-size: 2.2em; } }
  .page__sixth {
    overflow: hidden;
    position: relative;
    margin-top: 10em;
    padding-bottom: 7.5em; }
    @media (min-width: 48em) {
      .page__sixth {
        margin-top: 18em;
        background: url("../img/sixth-bg.png") no-repeat left center;
        background-size: 40em; } }
    @media (min-width: 62em) {
      .page__sixth {
        background-size: 30em; } }
    @media (min-width: 75em) {
      .page__sixth {
        background-size: 40em; } }
    .page__sixth .page__desc {
      width: 100%; }
      @media (min-width: 48em) {
        .page__sixth .page__desc {
          max-width: 50em; } }
      .page__sixth .page__desc button {
        margin-top: 3.5em; }
      .page__sixth .page__desc-arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1.5em; }
        @media (min-width: 48em) {
          .page__sixth .page__desc-arrows {
            margin-top: 6.5em;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        .page__sixth .page__desc-arrows button {
          cursor: pointer;
          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;
          width: 5em;
          height: 5em;
          border: 1px solid #816700;
          background: transparent;
          border-radius: 100%;
          margin-right: 2em; }
          .page__sixth .page__desc-arrows button:last-child {
            margin-right: 0; }
          .page__sixth .page__desc-arrows button:hover {
            background: #816700; }
            .page__sixth .page__desc-arrows button:hover svg {
              color: #fff; }
          .page__sixth .page__desc-arrows button svg {
            color: #816700;
            font-size: 2em;
            position: relative; }
          .page__sixth .page__desc-arrows button.slick-next svg {
            right: -1px;
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .page__sixth .page__desc-arrows button.slick-prev svg {
            left: -1px; }
    .page__sixth-slider {
      width: 100%;
      margin-top: 2.5em; }
      @media (min-width: 48em) {
        .page__sixth-slider {
          width: calc(100% - 50em);
          margin-top: 1em;
          margin-left: 5em;
          position: absolute;
          -webkit-transform: translateX(50em);
              -ms-transform: translateX(50em);
                  transform: translateX(50em); } }
      @media (min-width: 62em) {
        .page__sixth-slider {
          margin-top: 7em; } }
      @media (min-width: 75em) {
        .page__sixth-slider {
          margin-top: 1em; } }
    .page__sixth .slick-slide {
      padding: 0 2em; }
      @media (min-width: 48em) {
        .page__sixth .slick-slide {
          padding: 0 4em; } }
    .page__sixth-slide {
      position: relative;
      padding-top: 4em; }
      .page__sixth-slide:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 70%;
        height: 100%;
        -webkit-transform: translateX(3em);
            -ms-transform: translateX(3em);
                transform: translateX(3em);
        background: #fbf9f3; }
      .page__sixth-slide--image {
        width: 100%;
        z-index: 3;
        position: relative;
        background-size: cover;
        background-position: center center; }
        .page__sixth-slide--image:after {
          content: '';
          display: block;
          padding-bottom: 110%; }
        .page__sixth-slide--image div {
          position: absolute;
          width: 10em;
          height: 10em;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background: #fff;
          border-radius: 100%;
          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; }
          .page__sixth-slide--image div span {
            top: -.15em;
            line-height: 110%;
            position: relative;
            font-size: 1.75em;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
            font-family: 'Roboto', sans-serif; }
          .page__sixth-slide--image div:after {
            content: '';
            position: absolute;
            width: 85%;
            height: 85%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border-radius: 100%;
            border: 1px solid #816700; }
      .page__sixth-slide--desc {
        z-index: 1;
        position: relative;
        padding-top: 3em;
        padding-left: 1em;
        padding-bottom: 2em; }
        .page__sixth-slide--desc h2 {
          text-align: right;
          font-size: 2.2em;
          font-weight: 600;
          margin-bottom: .5em;
          font-family: 'Roboto', sans-serif; }
  .page__seventh {
    position: relative;
    z-index: 100;
    overflow: hidden;
    padding: 0; }
    @media (min-width: 48em) {
      .page__seventh {
        padding: 10em 0 0 0; } }
    .page__seventh .page__title {
      text-align: center;
      font-size: 3em; }
      @media (min-width: 48em) {
        .page__seventh .page__title {
          font-size: 6em; } }
    .page__seventh-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% + 1em);
      margin-top: 5em;
      margin-left: -.5em; }
    .page__seventh-item {
      width: calc(33.333% - 1em);
      margin: .5em;
      position: relative; }
      .page__seventh-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        left: 0;
        opacity: 0;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .page__seventh-item:before {
        content: '';
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: url("../img/zoom.svg") no-repeat center center;
        background-size: 4em;
        z-index: 100;
        opacity: 0;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .page__seventh-item:hover:after {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .page__seventh-item:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .page__seventh-item.w25 {
        width: calc(50% - 1em);
        margin: .5em; }
        @media (min-width: 62em) {
          .page__seventh-item.w25 {
            width: calc(25% - 1em);
            margin: .5em; } }
      .page__seventh-item img {
        max-width: 100%; }
  .page__eighth {
    position: relative;
    overflow: hidden;
    margin-top: 7.5em; }
    @media (min-width: 48em) {
      .page__eighth {
        margin-top: 15em;
        padding-bottom: 20em; } }
    .page__eighth:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20em;
      height: 20em;
      background: url("../img/eighth-img.png") no-repeat left center;
      background-size: contain; }
      @media (min-width: 48em) {
        .page__eighth:after {
          width: 30em;
          height: 30em;
          background: url("../img/eighth-img.png") no-repeat left center;
          background-size: contain; } }
    .page__eighth:before {
      content: '';
      position: absolute;
      bottom: -2em;
      left: 0;
      width: 70em;
      height: 70em;
      background: url("../img/contacts-bg.png") no-repeat left bottom;
      background-size: contain;
      z-index: 100; }
    .page__eighth .page__title {
      text-align: center; }
    .page__eighth-nav {
      width: 100%;
      margin-top: 3.5em;
      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; }
      @media (min-width: 48em) {
        .page__eighth-nav {
          margin-top: 6.5em; } }
      .page__eighth-nav li {
        cursor: pointer;
        font-size: 2.4em;
        font-family: 'Roboto', sans-serif;
        position: relative;
        margin-right: 2rem; }
        .page__eighth-nav li:last-child {
          margin-right: 0; }
        .page__eighth-nav li span {
          position: relative;
          z-index: 100; }
        .page__eighth-nav li:after {
          content: '';
          position: absolute;
          bottom: .15em;
          left: 0;
          right: 0;
          margin: auto;
          width: 0%;
          height: 7.5px;
          background: #b56a4c;
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
        .page__eighth-nav li.active:after {
          content: '';
          width: 80%;
          opacity: 1;
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
    .page__eighth-content {
      width: 100%;
      margin-top: 2.5em;
      position: relative;
      z-index: 111; }
      @media (min-width: 48em) {
        .page__eighth-content {
          height: 60em;
          margin-top: 7.5em; } }
    .page__eighth-address {
      height: 45em; }
      @media (min-width: 48em) {
        .page__eighth-address {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 111;
          height: auto;
          padding: 0 1em;
          margin: 0 auto;
          width: 100%; } }
  @media (min-width: 48em) and (min-width: 48em) {
    .page__eighth-address {
      width: 700px; } }
  @media (min-width: 48em) and (min-width: 62em) {
    .page__eighth-address {
      width: 920px; } }
  @media (min-width: 48em) and (min-width: 75em) {
    .page__eighth-address {
      width: 1160px; } }
  @media (min-width: 48em) and (min-width: 87.5em) {
    .page__eighth-address {
      width: 135em; } }
    .page__eighth-region {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      z-index: 221;
      pointer-events: none; }
      @media (min-width: 48em) {
        .page__eighth-region {
          padding-right: 15em; } }
      .page__eighth-region.active {
        pointer-events: all; }
        .page__eighth-region.active .page__eighth-region--address {
          opacity: 1;
          pointer-events: all;
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
      .page__eighth-region:after {
        content: '';
        position: absolute;
        width: 500%;
        height: 100%;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
      .page__eighth-region--address {
        width: 100%;
        opacity: 0;
        position: relative;
        z-index: 1111;
        pointer-events: none;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        padding-bottom: 1em;
        padding-top: 3em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        border-bottom: 1px solid #b4b4b4; }
        @media (min-width: 48em) {
          .page__eighth-region--address {
            width: auto;
            padding-bottom: 1em;
            padding-top: 3em;
            padding-left: 0;
            padding-right: 0; } }
        .page__eighth-region--address:last-child {
          border-bottom: transparent; }
        .page__eighth-region--address p {
          font-size: 1.6em;
          font-family: 'Roboto', sans-serif;
          margin-bottom: 1em; }
          @media (min-width: 48em) {
            .page__eighth-region--address p {
              font-size: 2.2em; } }
        .page__eighth-region--address a {
          color: #000; }
          .page__eighth-region--address a.link {
            color: #816700;
            font-size: .85em;
            font-weight: 300;
            text-decoration: underline;
            font-family: 'Roboto', sans-serif; }
          .page__eighth-region--address a:hover {
            text-decoration: none; }
    .page__eighth-map {
      width: 100%;
      height: 30em;
      position: relative; }
      @media (min-width: 48em) {
        .page__eighth-map {
          position: absolute;
          top: 0;
          right: 0;
          width: 60%;
          height: 100%;
          z-index: 1111; } }
      .page__eighth-map #map {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
    .page__eighth-select {
      width: 100%;
      height: 5em;
      background: #fff;
      position: relative;
      z-index: 1010;
      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;
      margin-top: 2em; }
    .page__eighth-selected {
      width: 100%;
      font-size: 1.8em;
      font-family: 'Roboto', sans-serif;
      color: #816700;
      text-align: center;
      position: relative;
      z-index: 100;
      height: 100%;
      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;
      border: 2px solid #816700; }
      .page__eighth-selected:after {
        content: '';
        position: absolute;
        top: 0;
        right: 1rem;
        bottom: 0;
        margin: auto;
        width: 1.25em;
        height: 1.25em;
        background: url("../img/icons.svg#arrow") no-repeat center center;
        background-size: contain;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .page__eighth-items {
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      position: absolute;
      background: #fff;
      padding-top: 5em;
      border: 2px solid #816700;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .page__eighth-items.active {
        opacity: 1;
        pointer-events: all;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .page__eighth-item {
      font-size: 1.6em;
      font-family: "Roboto", sans-serif; }
      .page__eighth-item a {
        color: #000;
        display: block;
        padding: .5em 0; }
  .page__otzivi {
    position: relative;
    margin-top: -10em;
    background: #f9f6ef;
    padding-top: 17em;
    padding-bottom: 2.5em; }
    @media (min-width: 48em) {
      .page__otzivi {
        padding-top: 17.5em; } }
    .page__otzivi:after {
      pointer-events: none;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 40em;
      background: url("../img/four-bg.png") no-repeat center bottom;
      background-size: cover;
      -webkit-transform: translateY(30%);
          -ms-transform: translateY(30%);
              transform: translateY(30%); }
      @media (min-width: 48em) {
        .page__otzivi:after {
          -webkit-transform: translateY(55%);
              -ms-transform: translateY(55%);
                  transform: translateY(55%); } }
    .page__otzivi .page--wrapper {
      position: relative;
      z-index: 100; }
    .page__otzivi .page__title {
      text-align: center; }
    .page__otzivi .page__desc {
      width: 100%;
      margin-top: 1em;
      font-size: 1.7em;
      text-align: center;
      font-family: 'Roboto', sans-serif; }
      @media (min-width: 48em) {
        .page__otzivi .page__desc {
          font-size: 2.2em; } }
    .page__otzivi .slick-slide {
      padding: 0 3em; }
      @media (min-width: 48em) {
        .page__otzivi .slick-slide {
          padding: 0 4em; } }
    .page__otzivi-arrows {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 0; }
      .page__otzivi-arrows button {
        cursor: pointer;
        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;
        width: 5em;
        height: 5em;
        border: 1px solid #816700;
        background: transparent;
        border-radius: 100%;
        margin-right: 2em; }
        .page__otzivi-arrows button:last-child {
          margin-right: 0; }
        .page__otzivi-arrows button:hover {
          background: #816700; }
          .page__otzivi-arrows button:hover svg {
            color: #fff; }
        .page__otzivi-arrows button svg {
          color: #816700;
          font-size: 2em;
          position: relative; }
        .page__otzivi-arrows button.slick-next svg {
          right: -1px;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .page__otzivi-arrows button.slick-prev svg {
          left: -1px; }
    .page__otzivi-slider {
      width: 100%;
      margin-top: 1em; }
      @media (min-width: 48em) {
        .page__otzivi-slider {
          margin-top: 4em; } }
    .page__otzivi-slide {
      cursor: pointer;
      position: relative;
      padding-top: 4em; }
      .page__otzivi-slide:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        -webkit-transform: translateX(3em);
            -ms-transform: translateX(3em);
                transform: translateX(3em);
        background: #fbf9f3; }
      .page__otzivi-slide--image {
        width: 100%;
        z-index: 3;
        position: relative;
        background-size: cover;
        background-position: center center; }
        .page__otzivi-slide--image span {
          position: absolute;
          z-index: 11;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 5em;
          height: 5em;
          background: url("../img/play.svg") no-repeat center center;
          background-size: cover; }
        .page__otzivi-slide--image:after {
          content: '';
          display: block;
          padding-bottom: 90%; }
        .page__otzivi-slide--image:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5); }
      .page__otzivi-slide--desc {
        z-index: 1;
        position: relative;
        padding-top: 2em;
        padding-bottom: 5em; }
        @media (min-width: 48em) {
          .page__otzivi-slide--desc {
            padding-top: 3em;
            padding-left: 1em;
            padding-bottom: 5em; } }
        .page__otzivi-slide--desc h2 {
          font-size: 2.1em;
          font-weight: 600;
          margin-bottom: .25em;
          font-family: 'Roboto', sans-serif; }
          @media (min-width: 48em) {
            .page__otzivi-slide--desc h2 {
              font-size: 2.3em; } }
        .page__otzivi-slide--desc p {
          font-weight: 300;
          font-size: 1.8em;
          font-family: 'Roboto', sans-serif; }
          @media (min-width: 48em) {
            .page__otzivi-slide--desc p {
              font-size: 2.1em; } }
  .page__video {
    padding: 10em 0 0; }
    @media (min-width: 48em) {
      .page__video {
        padding: 20em 0 0; } }
    @media (min-width: 62em) {
      .page__video {
        padding: 25em 0 0; } }
    @media (min-width: 75em) {
      .page__video {
        padding: 20em 0 0; } }
    .page__video .page__title {
      text-align: center; }
    .page__video--items {
      width: 100%;
      margin-top: 6.5em; }
      @media (min-width: 48em) {
        .page__video--items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .page__video--left {
      width: 100%; }
      @media (min-width: 48em) {
        .page__video--left {
          width: 40%; } }
      .page__video--left button {
        cursor: pointer;
        width: 100%;
        display: block;
        font-size: 1.7em;
        font-weight: 500;
        text-align: left;
        font-family: 'Roboto', sans-serif;
        padding: 1em 4em 1em 1em;
        position: relative;
        border-radius: .5em;
        background: transparent; }
        @media (min-width: 48em) {
          .page__video--left button {
            font-size: 2.2em; } }
        .page__video--left button.active {
          background: #f9f6ef; }
        .page__video--left button:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 1em;
          margin: auto;
          width: 1em;
          height: 1em;
          background-size: contain;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          background: url("../img/icons.svg#arrow"); }
    .page__video--right {
      width: 100%;
      position: relative; }
      @media (min-width: 48em) {
        .page__video--right {
          width: 55%;
          padding-left: 2em; } }
      .page__video--right:after {
        content: '';
        display: block;
        padding-bottom: 58.25%; }
      .page__video--right div, .page__video--right iframe {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .modal__content {
    width: 95%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .modal__content button.close-icon {
      cursor: pointer;
      position: absolute;
      top: -1rem;
      right: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      background: none; }
      .modal__content button.close-icon:hover {
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); }
      .modal__content button.close-icon svg {
        color: #fff;
        font-size: 2rem; }
  .modal__call {
    max-width: 50rem;
    background: #fff;
    border-radius: 2rem; }
    .modal__call .form {
      margin-top: 0;
      max-width: 100%; }
  .modal__thx {
    text-align: center;
    max-width: 46rem;
    background: #fff;
    padding: 5rem 2rem; }
    .modal__thx h2 {
      font-size: 2.6rem; }
  .modal__get {
    padding: 2rem 1.5rem;
    padding-bottom: 0;
    max-width: 80rem;
    background: #fff url("../img/form_bg.png") no-repeat center center; }
    @media (min-width: 48em) {
      .modal__get {
        background: #fff url("../img/form_bg.png") no-repeat -2rem center;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 48em) {
      .modal__get-left {
        width: 50%;
        padding: 5rem 3rem; } }
    .modal__get-left h3 {
      font-size: 2.1rem;
      line-height: 2.3rem;
      color: #2c2c2c;
      position: relative; }
      @media (min-width: 48em) {
        .modal__get-left h3 {
          font-size: 2.4rem;
          line-height: 3rem; } }
      .modal__get-left h3 span {
        position: relative;
        z-index: 10; }
      .modal__get-left h3:after {
        display: none;
        content: '';
        position: absolute;
        bottom: -.5rem;
        right: 1.2rem;
        width: 15.2rem;
        height: 1.6rem;
        background: url("../img/t_line_m.png") no-repeat; }
        @media (min-width: 48em) {
          .modal__get-left h3:after {
            display: block; } }
    .modal__get-left img {
      display: none;
      margin-top: 3rem;
      margin-left: 2rem; }
      @media (min-width: 48em) {
        .modal__get-left img {
          display: block; } }
    .modal__get-right {
      margin-top: 2rem; }
      @media (min-width: 48em) {
        .modal__get-right {
          margin-top: 0;
          width: 50%;
          padding: 5rem 3rem 5rem 0; } }
      .modal__get-right .form {
        max-width: 100%;
        background: transparent;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5rem; }
        @media (min-width: 48em) {
          .modal__get-right .form {
            padding-left: 2rem;
            padding-right: 2rem;
            margin-bottom: 0; } }
  .modal__video {
    max-width: 75rem;
    background: #fff; }
    .modal__video:after {
      content: '';
      display: block;
      padding-bottom: 56.25%; }
    .modal__video #video {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .modal__video iframe {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      margin: auto; }
  .modal__content.active {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.modal.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6); }
