@import url(../css/bootstrap.css);
@import url(../css/site-styles.css);
@import url(../css/slick.css);
body, html {
  font-size: 14px;
  font-family: 'Open Sans', 'sans-serif';
  color: #000;
  height: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body,
html,
.wrapper {
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  background: url(../img/gift-bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wrapper {
  min-height: 100%; }

@font-face {
  font-family: 'MrsWhite';
  src: url("../fonts/MrsWhite.eot?#iefix") format("embedded-opentype"), url("../fonts/MrsWhite.woff") format("woff"), url("../fonts/MrsWhite.ttf") format("truetype"), url("../fonts/MrsWhite.svg#MrsWhite") format("svg");
  font-weight: normal;
  font-style: normal; }

#modal_cupon .cupon-image {
  width: 100%;
  display: block; }

.modal-gift-body {
  padding: 20px 0;
  font-size: 18px;
  font-family: 'MrsWhite', 'sans-serif';
  color: #858B8B; }

.gift {
  padding: 100px 10px 20px;
  font-family: 'Open Sans', 'sans-serif';
  overflow: hidden;
  min-width: 320px; 
}
  .gift * {
    outline: none; }
  .gift__wrap {
    width: 100%;
    max-width: 1490px;
    margin: 0 auto; }
  .gift__title {
    position: relative;
    color: #858B8B;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    padding: 0 0 30px 10px;
    z-index: 11; }
    .gift__title span {
      display: block; }
  .gift__subtitle {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #858B8B;
    padding: 0 0 20px 10px; }
  .gift__auth {
    padding: 0 0 25px; }
  .gift__steps {
    padding: 0 0 25px; }
  @media all and (max-width: 1200px) {
    .gift {
      padding: 40px 20px 20px;
      background: url(../img/gift-bg2.jpg) 0 50% no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover; }
      .gift__title {
        text-align: center;
        padding: 0 0 30px 0;
        font-size: 20px; }
      .gift__subtitle {
        text-align: center;
        padding: 0 0 20px 0;
        font-size: 24px; }
      .gift__auth {
        padding: 0 0 15px; } }

.auth {
  font-family: 'Open Sans', 'sans-serif';
  color: #858B8B; }
  .auth * {
    outline: none; }
  .auth__title {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 0 7px 10px;
    font-weight: 300; }
  .auth__box {
    padding: 12px 12px 4px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    max-width: 341px; }
  .auth__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .auth__input {
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 0;
    margin-right: 12px; }
    .auth__input input {
      display: block;
      line-height: 1.3;
      font-size: 18px;
      background: none;
      border: 2px solid #ECECE7;
      background: #ECECE7;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      padding: 7px 10px 4px 50px;
      box-sizing: border-box;
      margin: 0;
      box-sizing: border-box;
      font-family: 'MrsWhite', 'sans-serif'; }
      .auth__input input::-webkit-input-placeholder {
        opacity: 1;
        color: #b8b8b0; }
      .auth__input input:-moz-placeholder {
        opacity: 1;
        color: #b8b8b0; }
      .auth__input input:-ms-placeholder {
        opacity: 1;
        color: #b8b8b0; }
      .auth__input input::-moz-placeholder {
        opacity: 1;
        color: #b8b8b0; }
      .auth__input input.error {
        border-color: #a94442; }
  .auth__error {
    padding: 7px 0 0 50px;
    color: #a94442;
    font-family: 'MrsWhite', 'sans-serif';
    font-size: 16px; }
  .auth__icon {
    position: absolute;
    top: 4px;
    left: 6px;
    height: 30px;
    width: 38px;
    border-right: 1px solid #B9B9B1; }
    .auth__icon:before {
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../img/sprite.png);
      background-position: -72px -70px;
      width: 31px;
      height: 30px;
      content: ''; }
  .auth__submit {
    border: 0;
    background: #F8BCCD;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'MrsWhite', 'sans-serif';
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    padding: 0 25px; }
    .auth__submit:hover {
      background: #98D6D7; }
  @media all and (max-width: 1200px) {
    .auth__title {
      text-align: center;
      padding: 0 0 10px 0;
      font-size: 15px; }
    .auth__box {
      margin: 0 auto;
      max-width: 450px;
      width: 100%; }
    .auth__input {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .auth__input input {
        width: 100%; } }

.steps__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0; }

.steps__icon {
  margin: 0 20px 0 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .steps__icon_pc {
    background-image: url(../img/sprite.png);
    background-position: -73px 0px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    width: 68px;
    height: 65px; }
  .steps__icon_hand {
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    width: 68px;
    height: 65px; }
  .steps__icon_gift {
    background-image: url(../img/sprite.png);
    background-position: 0px -70px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    width: 68px;
    height: 65px; }

.steps__title {
  color: #868a8a;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold; }
  .steps__title a,
  .steps__title span {
    color: #ce97ab; }

@media all and (max-width: 1200px) {
  .steps__item {
    max-width: 410px;
    margin: 0 auto; }
  .steps__title {
    font-size: 18px; } }

@media all and (max-width: 1200px) {
  .order-auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .order-auth .gift__auth {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .order-auth .gift__steps {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.slider {
  padding: 15px 0 0; }
  .slider__wrap {
    position: relative;
    background: #fff;
    padding: 30px 50px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden; }
    .slider__wrap:before {
      position: absolute;
      left: 50px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #fff;
      content: '';
      z-index: 5; }
    .slider__wrap:after {
      position: absolute;
      right: 50px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #fff;
      content: '';
      z-index: 5; }
  .slider__prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -25px;
    height: 0;
    width: 0;
    border: 24px solid transparent;
    border-right: 24px solid #B3B3B3;
    border-left: 30px solid transparent; }
  .slider__next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -25px;
    height: 0;
    width: 0;
    border: 24px solid transparent;
    border-left: 24px solid #B3B3B3;
    border-right: 30px solid transparent; }
  .slider__box {
    height: 100%;
    border-left: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3; }
  .slider__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .slider__image img {
      display: block;
      width: 100%; }

.get-gift {
  position: relative;
  height: 420px;
  z-index: 5; }
  .get-gift__box {
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    bottom: 0; }
  .get-gift__image {
    position: absolute;
    top: -118px;
    z-index: 1;
    right: 90px; }
  .get-gift__arrow {
    width: 80px;
    position: absolute;
    top: 96%;
    left: 50%;
    z-index: -1;
    margin-left: -40px; }
    .get-gift__arrow img {
      width: 100%;
    }
  .get-gift__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 115px; }
  .get-gift__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .get-gift__bottom_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 100px;
    margin-bottom: auto;
  }
  .get-gift__input {
    font-size: 36px;
    width: 236px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3px;
    border: 2px solid #fff;
    padding-top: 6px;
    padding-bottom: 2px;
    text-align: center;
    color: #858B8B;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
    font-family: 'MrsWhite', 'sans-serif'; }
    .get-gift__input::-webkit-input-placeholder {
      opacity: 1;
      color: #c4b9b9; }
    .get-gift__input:-moz-placeholder {
      opacity: 1;
      color: #c4b9b9; }
    .get-gift__input:-ms-placeholder {
      opacity: 1;
      color: #c4b9b9; }
    .get-gift__input::-moz-placeholder {
      opacity: 1;
      color: #c4b9b9; }
  .get-gift__error {
    padding: 7px 0 0 0px;
    color: #a94442;
    font-family: 'MrsWhite', 'sans-serif';
    text-align: center;
    width: 220px;
    max-width: 220px;
    font-size: 16px; }
    .get-gift__button button {
      line-height: 66px;
      padding-top: 6px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      color: #fff;
      font-family: 'MrsWhite', 'sans-serif';
      font-size: 36px;
      width: 240px;
      display: block;
      border: 0;
      -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
      transition: all .1s ease;
      background: #98D6D7; }
    .get-gift__button button:hover {
      -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
      transform: translate(-0.5px, -0.5px);
    }
    .get-gift__button button:active {
      transform: translate(0.5px, 0.5px);
    }
  .get-gift__success {
    color: #fff;
    font-family: 'MrsWhite', 'sans-serif';
    text-transform: uppercase;
    text-align: center;
    font-size: 34px; }
    .get-gift__success span {
      display: block;
      font-size: 56px; }
  @media all and (max-width: 1370px) {
    .get-gift__image {
      right: 60px;
    }
  }
  @media all and (max-width: 1280px) {
    .get-gift__image {
      right: 35px;
    }
  }
  @media all and (max-width: 1200px) {
    .get-gift {
      height: auto;
      padding: 0 0 15px; }
      .get-gift__image {
        position: relative;
        top: 0;
        right: 0;
        width: 280px;
        margin: 0 auto; }
        .get-gift__image img {
          width: 100%; }
      .get-gift__box {
        top: 58px; }
      .get-gift__top {
        height: 68px; }
      .get-gift__bottom {
        top: 78px; }
      .get-gift__input {
        line-height: 44px;
        font-size: 22px;
        width: 154px; }
      .get-gift__button {
        padding: 0; }
        .get-gift__button button {
          line-height: 50px;
          font-size: 22px;
          width: 154px; }
      .get-gift__success {
        font-size: 18px; }
        .get-gift__success span {
          font-size: 30px; } 
  .get-gift__input {
    line-height: 1.3;
  }

  .get-gift__button button {
    line-height: 40px;
  }
  .get-gift__bottom_wrap {
    margin-top: 45px;
  }
  .get-gift__arrow {
    width: 60px;
    top: 94%;
    margin-left: -30px;
  }
}

@media all and (max-width: 480px) {
  .steps__icon_pc {
    background-position: -64px 0px;
    width: 60px;
    height: 57px;
    background-size: 125px;
  }
  .steps__icon_hand {
    width: 60px;
    height: 57px;
    background-size: 125px;
  }
  .steps__icon_gift {
    background-position: 0px -58px;
    width: 60px;
    height: 60px;
    background-size: 125px;
  }
  .steps__title {
    font-size: 14px;
  }
  .slider__prev {
    margin-top: 0;
    transform: translateY(-50%);
    border: 20px solid transparent;
    border-right: 20px solid #B3B3B3;
    border-left: 30px solid transparent;
  }
  .slider__next {
    margin-top: 0;
    transform: translateY(-50%);
    border: 20px solid transparent;
    border-left: 20px solid #B3B3B3;
    border-right: 30px solid transparent;
  }
  .steps__item {
    max-width: 100%;
  }
}
@media all and (max-width: 380px) {
  .auth__box {
    padding: 12px;
  }
  .auth__input {
    width: 100%;
    margin-right: 0;
  }
  .auth__button {
    margin: 0 auto;
  }
  .auth__error {
    padding: 6px 0;
    text-align: center;
  }
}