@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700,800&display=swap");
.spring-2020 {
  font-family: 'Montserrat';
  font-size: 26px;
  color: #000000;
  height: 100%;
  display: block;
  overflow-x: hidden;
}

.spring-2020 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spring-2020 .img-cover,
.spring-2020 .img-contain {
  display: none !important;
}

.spring-2020 .top-section {
  height: 100%;
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.spring-2020 .top-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 36px;
}

.spring-2020 .top-section__row .spring-2020__btn {
  margin-right: 36px;
}

.spring-2020 .top-section__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.spring-2020 .top-section__left {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.spring-2020 .top-section__year--hide {
  display: none;
}

.spring-2020 .top-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.spring-2020 .top-section__bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 290px;
  background: url(img/spring-2020-img4.png) bottom left;
  background-size: cover;
  z-index: -1;
}

.spring-2020 .top-section__content {
  width: 560px;
  padding: 100px 160px 40px 100px;
}

.spring-2020 .top-section__title {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 70px;
}

.spring-2020 .top-section__desc {
  margin-bottom: 215px;
  font-size: 26px;
  font-weight: 500;
}

.spring-2020 .duo-section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.spring-2020 .duo-section__item {
  height: 100%;
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.spring-2020 .duo-section .spring-2020__btn {
  margin-bottom: 50px;
}

.spring-2020 .sale-section {
  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;
  padding: 30px 0;
  background: url(img/sec-bg-grad.png) top right no-repeat;
  background-size: 251px 419px;
  min-height: 650px;
}

.spring-2020 .sale-section__col {
  padding: 0 15px;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.spring-2020 .sale-section__col .spring-2020__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.spring-2020 .sale-section__wrap {
  padding: 0 18px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spring-2020 .sale-section__bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.spring-2020 .sale-block {
  background-color: #e9ebee;
  margin-top: 30px;
}

.spring-2020 .sale-block__container {
  max-width: 1685px;
  margin: 0 auto;
  padding: 40px 32px;
  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;
}

.spring-2020 .sale-block__icon {
  display: inline-block;
  margin-left: 20px;
  width: 156px;
}

.spring-2020 .sale-block__icon img {
  max-width: 100%;
}

.spring-2020 .sale-block__img {
  margin-right: 12px;
  width: 24%;
  max-width: 380px;
}

.spring-2020 .sale-block__title {
  font-weight: 600;
  color: #040404;
  font-size: 72px;
  line-height: 72px;
}

.spring-2020 .sale-block__desc {
  font-size: 38px;
}

.spring-2020 .sale-block__content {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.spring-2020 .sale-block__row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.spring-2020 .full-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 620px;
  margin-bottom: 30px;
}

.spring-2020 .full-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 40px;
}

.spring-2020 .full-section__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

.spring-2020 .full-section__content {
  background-color: rgba(255, 255, 255, 0.59);
}

.spring-2020 .full-section__text {
  max-width: 1605px;
  margin: 0 auto;
  padding: 26px 15px;
  font-size: 36px;
  line-height: 48.47px;
  text-align: center;
}

.spring-2020 .full-section__text b {
  font-weight: 600;
}

.spring-2020 .last-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 560px;
}

.spring-2020 .last-section__container {
  max-width: 1605px;
  margin: 0 auto;
  padding: 195px 30px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.spring-2020 .last-section__img--hide {
  display: none;
}

.spring-2020 .dis-section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 890px;
}

.spring-2020 .dis-section__content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 60px 80px 70px;
  margin-top: 90px;
  background: url(img/spring-2020-img14.png) bottom left no-repeat;
  background-size: contain;
  max-width: 548px;
}

.spring-2020 .dis-section__title {
  font-size: 28px;
  font-weight: 500;
}

.spring-2020 .dis-section__desc {
  font-size: 23px;
  font-weight: 500;
  margin: 30px 0;
}

.spring-2020 .dis-section .spring-2020__btn {
  display: block;
  margin-top: 14px;
}

.spring-2020 .dis-section__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spring-2020 .dis-section__img {
  width: 45%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spring-2020 .dis-section__img .spring-2020__btn {
  display: none;
  margin-bottom: 36px;
}

.spring-2020 .dis-section__img--m {
  width: calc(55% - 30px);
  margin-right: 30px;
}

.spring-2020 .dis-section__img--hide {
  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;
  display: none;
}

.spring-2020 .dis-section__img--hide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.spring-2020 .dis-section__hidden-content {
  display: none;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 140px;
  color: #fff;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.spring-2020 .dis-section__hidden-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #081631;
  background: -webkit-gradient(linear, left bottom, left top, from(#081631), color-stop(60%, rgba(8, 22, 49, 0.667104)), to(rgba(8, 22, 49, 0)));
  background: linear-gradient(0deg, #081631 0%, rgba(8, 22, 49, 0.667104) 60%, rgba(8, 22, 49, 0) 100%);
  z-index: -1;
}

.spring-2020__btn {
  display: inline-block;
  background-color: #000000;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.58px;
  color: #fefefe;
  padding: 28px 34px 27px 40px;
  width: 418px;
}

.spring-2020__btn:hover {
  color: #fefefe;
  text-decoration: none;
}

.spring-2020__btn:hover::after {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: .6;
}

.spring-2020__btn::after {
  content: '';
  display: inline-block;
  width: 49px;
  height: 26px;
  background: url(img/spring-2020-img3.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 52px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 1599px) {
  .spring-2020 .sale-block__title {
    font-size: 58px;
    line-height: 58px;
  }
  .spring-2020 .sale-block__desc {
    font-size: 27px;
  }
  .spring-2020 .sale-block__icon {
    width: 120px;
  }
  .spring-2020 .sale-block__icon img {
    width: 100%;
  }
  .spring-2020 .top-section__desc {
    margin-bottom: 100px;
  }
  .spring-2020 .top-section__content {
    padding-left: 40px;
    padding-right: 50px;
    width: auto;
  }
  .spring-2020 .top-section__year {
    max-width: 100%;
  }
}

@media (max-width: 1439px) {
  .spring-2020__btn {
    font-size: 22px;
    padding: 20px;
    width: 330px;
  }
  .spring-2020__btn::after {
    margin-left: 30px;
  }
  .spring-2020 .top-section__content {
    max-width: 420px;
  }
  .spring-2020 .dis-section__content {
    max-width: 460px;
  }
}

@media (max-width: 1199px) {
  .spring-2020 .sale-block__icon {
    display: block;
  }
  .spring-2020 .sale-block__icon:last-child {
    margin-top: 16px;
  }
  .spring-2020 .sale-block__icon img {
    display: block;
  }
  .spring-2020 .top-section__row {
    display: none;
  }
  .spring-2020 .top-section__year, .spring-2020 .top-section__bg {
    display: none;
  }
  .spring-2020 .top-section__year--hide {
    display: block;
  }
  .spring-2020 .top-section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .spring-2020 .top-section__content {
    padding: 200px 15px 100px;
    width: 100%;
    text-align: center;
    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;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(60%, black), color-stop(75%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, black 60%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    max-width: 100%;
    position: relative;
  }
  .spring-2020 .top-section__img {
    margin-bottom: -300px;
  }
  .spring-2020 .top-section__title {
    font-size: 32px;
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .spring-2020 .top-section__desc {
    font-size: 23px;
    margin-bottom: 0;
  }
  .spring-2020 .top-section__year--hide {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .spring-2020 .top-section {
    min-height: 750px;
  }
  .spring-2020 .dis-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 0;
  }
  .spring-2020 .dis-section__content {
    max-width: 100%;
    background: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 15px 50px;
    margin-top: 0;
  }
  .spring-2020 .dis-section__content .spring-2020__btn {
    display: none;
  }
  .spring-2020 .dis-section__desc, .spring-2020 .dis-section__btn {
    display: none;
  }
  .spring-2020 .dis-section__img .spring-2020__btn {
    display: block;
  }
  .spring-2020 .dis-section__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .spring-2020 .dis-section__img {
    width: 42%;
    min-height: 590px;
  }
  .spring-2020 .dis-section__img--m {
    width: 58%;
    margin-right: 0;
  }
  .spring-2020 .dis-section__img--hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 42%;
  }
  .spring-2020 .dis-section__title {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    width: 58%;
  }
}

@media (max-width: 991px) {
  .spring-2020 .sale-block__img {
    width: 144px;
  }
  .spring-2020 .sale-block__icon {
    width: 80px;
  }
  .spring-2020 .sale-block__icon:last-child {
    margin-top: 10px;
  }
  .spring-2020 .sale-block__title {
    font-size: 41px;
    line-height: 41px;
  }
  .spring-2020 .sale-block__desc {
    font-size: 20px;
    font-weight: 500;
  }
  .spring-2020 .duo-section {
    height: auto;
  }
  .spring-2020 .duo-section__item {
    min-height: 440px;
  }
  .spring-2020 .duo-section .spring-2020__btn {
    margin-bottom: 16px;
  }
  .spring-2020 .sale-section {
    height: auto;
    min-height: 0;
  }
  .spring-2020 .sale-section__bg {
    min-height: 314px;
  }
  .sale-section {
    overflow: hidden;
  }
  .spring-2020 .sale-section__wrap {
    padding: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .spring-2020 .sale-section__col {
    padding: 0 15px;
  }
  .spring-2020__btn {
    font-size: 15px;
    width: 275px;
  }
  .spring-2020 .full-section {
    height: auto;
    min-height: 540px;
  }
  .spring-2020 .full-section .spring-2020__btn {
    display: none;
  }
  .spring-2020 .full-section__text {
    line-height: 18.16px;
    font-size: 16px;
  }
  .spring-2020 .full-section__text b {
    font-weight: 400;
  }
  .spring-2020 .last-section__img {
    display: none;
  }
  .spring-2020 .last-section__img--hide {
    display: block;
  }
  .spring-2020 .last-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-height: 704px;
    min-height: 450px;
  }
  .spring-2020 .last-section__container {
    padding: 150px 15px 50px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(20%, black), color-stop(55%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, black 20%, rgba(0, 0, 0, 0.85) 55%, rgba(0, 0, 0, 0) 100%);
  }
  .spring-2020 .last-section__container img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .spring-2020 .sale-block__title {
    font-size: 34px;
    line-height: 34px;
  }
  .spring-2020 .sale-block__desc {
    font-size: 16px;
  }
  .spring-2020 .sale-block__content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .spring-2020 .sale-section {
    padding: 0;
  }
  .spring-2020 .duo-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spring-2020 .duo-section__item {
    width: 100%;
  }
  .spring-2020 .sale-section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spring-2020 .sale-section__col {
    width: 100%;
  }
  .spring-2020 .sale-block {
    margin-top: 0;
  }
  .spring-2020 .full-section__content {
    display: none;
  }
  .spring-2020 .full-section {
    position: relative;
    margin-bottom: 232px;
    min-height: 400px;
  }
  .spring-2020 .full-section .spring-2020__btn {
    display: block;
    margin-top: 20px;
  }
  .spring-2020 .full-section__wrap {
    padding-bottom: 0;
    position: absolute;
    width: 100%;
    -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;
    bottom: -192px;
    left: 0;
  }
  .spring-2020 .full-section__col {
    width: 100%;
  }
  .spring-2020 .dis-section__img--hide {
    position: absolute;
    opacity: 0.34;
  }
  .spring-2020 .dis-section__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .spring-2020 .dis-section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spring-2020 .dis-section__img {
    width: 100%;
  }
  .spring-2020 .dis-section__title {
    width: 100%;
    max-width: 420px;
  }
  .spring-2020 .dis-section__img--hide {
    width: 180px;
  }
  .spring-2020 .dis-section__img--hide img {
    width: 180px;
  }
  .spring-2020 .dis-section__img .spring-2020__btn,
  .spring-2020 .dis-section__img--m {
    display: none;
  }
  .spring-2020 .dis-section__img {
    background-position-y: top;
  }
  .spring-2020 .dis-section__btn {
    display: block;
    position: absolute;
    bottom: 50px;
  }
  .spring-2020 .dis-section__content .spring-2020__btn,
  .spring-2020 .dis-section__hidden-content {
    display: block;
  }
  .spring-2020 .dis-section {
    position: relative;
    padding-bottom: 240px;
  }
}

@media (max-width: 575px) {
  .spring-2020 .sale-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 15px;
  }
  .spring-2020 .sale-block__icon {
    width: 120px;
    margin: 0 !important;
  }
  .spring-2020 .sale-block__img {
    margin-right: 0;
    width: 200px;
  }
  .spring-2020 .sale-block__content {
    margin: 24px 0;
  }
  .spring-2020 .sale-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 270px;
  }
  .spring-2020 .top-section__year--hide {
    max-width: 100%;
  }
  .spring-2020 .top-section__content {
    padding-bottom: 70px;
  }
}

@media (max-width: 479px) {
  .spring-2020__btn {
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spring-2020__btn::after {
    width: 34px;
    height: 18px;
    margin-left: 25px;
  }
  .spring-2020 .dis-section__hidden-content {
    font-size: 19px;
  }
}
