*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #282828;
  line-height: 1;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
}

body.wf-inactive {
  font-family: Arial, Helvetica, sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.mk-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.mk-container {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.header {
  overflow: hidden;
  position: relative;
}

.header-left {
  padding-left: 10px;
  width: 100%;
  height: 100%;
  background: url(../images/header-left-bg.jpg) no-repeat 50% 0, #F4E4DD;
  background-size: cover;
}

.header-left.bottom {
  background: url(../images/header-left-bg_bottom.jpg) no-repeat 50% 0, #F4E4DD;
}

.header-right {
  padding: 40px 0;
  padding-left: 100px;
  padding-right: 10px;
  width: 100%;
  position: relative;
  background: url(../images/header-right-bg.jpg) no-repeat 50% 0, #F4E4DD;
  background-size: cover;
}

.header-right__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right .watch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.header-right .watch__image {
  height: 100%;
}

.header-right .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: absolute;
  left: -396px;
  top: 355px;
  background-color: #F8EFEA;
  overflow: hidden;
  border-radius: 16px;
  z-index: 2;
}

.header-right .price__left {
  background-color: #F8EFEA;
  padding: 0.8em;
  padding-right: 2em;
}

.header-right .price__left p {
  position: relative;
  text-align: center;
  z-index: 2;
}

.header-right .price__left p span {
  display: block;
  font-size: 2em;
  margin-top: 5px;
}

.header-right .price__right {
  position: relative;
  padding: 0.8em;
  padding-right: 100px;
  background-color: #282828;
}

.header-right .price__right p {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.header-right .price__right p span {
  display: block;
  font-size: 2em;
  font-weight: 700;
  margin-top: 5px;
}

.header-right .price__right:before, .header-right .price__right:after {
  content: '';
  position: absolute;
  width: 40px;
  left: -14px;
  height: 50%;
  background-color: #282828;
  z-index: 1;
}

.header-right .price__right:before {
  top: 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.header-right .price__right:after {
  bottom: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.header__title {
  display: inline-block;
  padding: 10px 100px;
  padding-right: 20%;
  margin-left: -100px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  background-color: #FF455A;
  font-size: 2.4em;
}

.header__subtitle {
  font-size: 1.3em;
  font-weight: 700;
  padding: 20px 0;
  text-transform: uppercase;
}

.header__form {
  padding: 40px;
  max-width: 380px;
  background-color: #FAEFEA;
}

.header__form .timer p {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.header__form .timer p > span {
  color: #FF455A;
}

.header-list {
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-list__image {
  position: relative;
  z-index: 5;
}

.header-list__image img {
  max-width: 100%;
}

.header-list__list {
  margin-left: -80px;
  position: relative;
  z-index: 4;
}

.header-list__list li {
  padding: 0.8em 20px 0.8em 60px;
  background-color: #FFF5F1;
  border-radius: 7px;
  margin: 0.33em 0;
}

.header-list__list li:nth-child(2), .header-list__list li:nth-child(3) {
  padding-left: 80px;
}

.header-list__list li p {
  font-size: 1.33em;
  text-transform: uppercase;
}

.header-list__arrow {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: -20px;
}

.header .sale {
  position: absolute;
  right: -110px;
  top: 50px;
  background-color: #282828;
  padding: 20px 100px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.header .sale p {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}

.mk-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none !important;
  border: none;
  background-color: #282828;
  text-align: center;
  display: block;
  max-width: 300px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mk-button:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 50px;
  height: 30px;
  border-radius: 50%;
  background-color: #FF455A;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.mk-button:hover {
  color: #fff;
}

.mk-button:hover:before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}

form.form .fields {
  margin-bottom: 20px;
}

form.form label {
  font-size: 0.75em;
  color: #afafaf;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

form.form input,
form.form select,
form.form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 1px solid #afafaf;
  outline: none !important;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  display: block;
  width: 100%;
}

form.form .mk-button {
  width: 100%;
  max-width: none;
}

.section {
  padding: 50px 0;
}

.section__title {
  font-size: 1.33em;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}

.section__title span {
  font-weight: 700;
  text-transform: uppercase;
}

.somuchmore {
  background-color: #f7f7f7;
  background-size: 100%;
}

.somuchmore-layers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.somuchmore-layers__circle, .somuchmore-layers__watches {
  position: relative;
}

.somuchmore-layers__circle {
  background: url(../images/somuchmore-circle.png) no-repeat 50% 50%;
  background-size: contain;
  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;
  padding: 40px;
}

.somuchmore-layers__circle p {
  text-align: center;
  padding: 0 10px;
}

.somuchmore-layers__circle p span {
  font-weight: 700;
}

.somuchmore-layers__circle.huge {
  width: 430px;
  min-width: 430px;
  height: 430px;
  z-index: 3;
  margin-right: -20px;
}

.somuchmore-layers__circle.smaller {
  width: 380px;
  min-width: 380px;
  height: 380px;
  margin-left: -20px;
}

.somuchmore-layers__watches {
  z-index: 2;
}

.somuchmore-layers__watches img {
  max-width: 100%;
}

.specs .mk-container {
  padding-right: 10px;
}

.specs__title {
  color: #fff;
  text-align: right;
  font-size: 1.33em;
  background-color: #FF455A;
  padding: 20px;
  padding-right: 15%;
}

.specs__title span {
  font-weight: 700;
  text-transform: uppercase;
}

.specs__price {
  height: 100%;
  max-width: 300px;
  margin: 0 auto;
  border: 2px dashed #FF455A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.specs__price > div {
  width: 50%;
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.specs__price > div p {
  text-align: center;
  color: #000;
}

.specs__price > div p span {
  display: block;
  font-size: 2em;
}

.specs__price > div.today {
  border-left: 2px dashed #FF455A;
}

.specs__price > div.today p span {
  font-weight: 700;
  color: #FF455A;
}

.specs__gallery {
  margin: 40px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.specs__gallery .double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 33.3%;
  min-width: 33.3%;
  overflow: hidden;
}

.specs__gallery .double .img {
  padding: 10px;
  padding-left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.specs__gallery .single {
  width: 66.6%;
  min-width: 66.6%;
  overflow: hidden;
}

.specs__gallery .single .img {
  padding: 10px;
  padding-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.specs__list {
  padding: 50px 0;
}

.specs__list li {
  padding: 0.8em 0;
}

.specs__list li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
}

.specs__list li p span {
  font-weight: 700;
  margin-right: auto;
  text-align: left;
}

.specs__list li:not(:last-child) {
  border-bottom: 2px solid #F3F2F2;
}

.design {
  background-color: #FAEFEA;
}

.design-grid {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 25%) minmax(0, 35%);
  grid-auto-rows: minmax(100px, auto);
  grid-gap: 20px;
  padding: 60px 0;
}

.design-grid .content {
  background-color: #FF455A;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.design-grid .content h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.design-grid .content p {
  color: #fff;
  line-height: 1.2;
}

.design-grid .content p span {
  font-weight: 700;
  text-transform: uppercase;
}

.design-grid .content.item-pink-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.design-grid .content.item-pink-2 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}

.design-grid__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.design-grid__item.item1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
}

.design-grid__item.item2 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  min-height: 320px;
}

.design-grid__item.item3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  min-height: 300px;
}

.design-grid__item.item4 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}

.design-grid__item.item5 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}

.design-grid__item.item6 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
}

.cta-small {
  background-color: #F7F7F7;
  position: relative;
  padding-bottom: 40px;
}

.cta-small__text {
  position: relative;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.33em;
  line-height: 1.2;
  padding-bottom: 20px;
  z-index: 2;
}

.cta-small__text span {
  font-weight: 700;
}

.cta-small .mk-button {
  margin-top: 20px;
  padding: 10px 60px;
  position: relative;
  z-index: 2;
}

.cta-small__woman {
  position: absolute;
  bottom: -1px;
  right: 10%;
  z-index: 1;
}

.testimonials {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials__title {
  color: #fff;
  text-align: left;
  font-size: 1.33em;
  background-color: #FF455A;
  padding: 20px;
  padding-right: 35%;
  margin-left: auto;
  margin-right: 0;
}

.testimonials__title span {
  font-weight: 700;
  text-transform: uppercase;
}

.testimonials-list {
  padding: 40px 0;
}

.testimonials-list__item {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 4px 9px rgba(177, 173, 173, 0.25);
          box-shadow: 0px 4px 9px rgba(177, 173, 173, 0.25);
}

.testimonials-list__item .image {
  min-height: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.testimonials-list__item .text {
  padding: 40px;
  padding-top: 20px;
  font-size: 1.1em;
  line-height: 1.3;
  font-style: italic;
}

.testimonials-list__item .text .data {
  color: #A0A1A1;
  margin-bottom: 1em;
  font-style: normal;
}

.order {
  padding-bottom: 0;
}

.order-list {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}

.order-list__item {
  padding: 60px 40px;
  text-align: center;
  min-width: 25%;
}

.order-list__item .icon {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.order-list__item:nth-child(1) {
  background-color: #FF5A6D;
}

.order-list__item:nth-child(2) {
  background-color: #FF455A;
}

.order-list__item:nth-child(3) {
  background-color: #EF3D51;
}

.order-list__item:nth-child(4) {
  background-color: #E83145;
}

.order-list__item p {
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
}

.celebs {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 150px;
  background-color: #F7F7F7;
  position: relative;
}

.celebs .section__title {
  padding: 50px 0;
}

.celebs-wrap {
  position: relative;
  border-bottom: 50px solid #FF455A;
  background-color: #FF455A;
  margin: 0 auto;
  margin-bottom: -100px;
  z-index: 2;
}

.celebs-wrap img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.celebs-wrap:before, .celebs-wrap:after {
  content: '';
  position: absolute;
  background-color: #FF455A;
  bottom: -50px;
  height: 101px;
  width: 101px;
  z-index: 1;
}

.celebs-wrap:before {
  left: -99px;
}

.celebs-wrap:after {
  right: -99px;
}

.quality-list {
  padding: 60px 0;
}

.quality-list__item {
  text-align: center;
}

.quality-list__item .img {
  width: 127px;
  height: 127px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.quality-list__item p {
  text-align: center;
  line-height: 1.2;
  margin-top: 26px;
}

.quality-list__item p span {
  display: block;
  font-weight: 700;
  font-size: 1.33em;
  color: #FF455A;
}

.footer {
  background-color: #FF455A;
}

.footer p {
  padding: 20px;
  text-align: center;
  color: #fff;
  width: 100%;
}

.footer p a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .header-list__list {
    margin-left: 0;
  }
  .header-list__list li {
    padding-left: 20px;
  }
  .header-list__list li:nth-child(2), .header-list__list li:nth-child(3) {
    padding-left: 20px;
  }
  .header-list__image {
    display: none;
  }
  .header-right .price {
    top: 400px;
    left: -200px;
    z-index: 4;
  }
  .header-right .price__right {
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .header__title {
    display: block;
    margin-left: -50%;
    margin-right: -10px;
    padding-left: 50%;
  }
  .header__subtitle {
    max-width: 80%;
  }
  .header-right {
    position: relative;
    padding-left: 30%;
    padding-bottom: 120px;
  }
  .header-right .price {
    left: 30%;
    bottom: 10px;
    top: auto;
  }
  .header-right .watch {
    left: 80px;
  }
  .header-list__arrow {
    display: none;
  }
  .header-list__list li p {
    font-size: 1.2em;
  }
  .somuchmore-layers__circle.huge, .somuchmore-layers__circle.smaller {
    height: 400px;
    width: 50%;
    min-width: 50%;
    margin: 0;
  }
  .somuchmore-layers__watches {
    display: none;
  }
  .design-grid__item .item-pink-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .design-grid__item.item1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .design-grid__item.item3 {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .design-grid__item.item4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .design-grid__item.item5 {
    min-height: 200px;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .design-grid__item.item6 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .design-grid .content.item-pink-2 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .order-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .order-list__item {
    width: 50%;
    min-width: 50%;
  }
  .quality {
    padding-bottom: 0;
  }
  .quality-list__item {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .header__title {
    font-size: 1.6em;
  }
  .header__subtitle {
    font-size: 1em;
  }
  .header-right {
    padding-bottom: 20px;
  }
  .header-right .price {
    position: static;
    margin: 20px 0;
    width: 100%;
    top: 20px;
    left: 0;
  }
  .header-right .price__right, .header-right .price__left {
    width: 50%;
  }
  .header-right .price__left {
    padding-right: 0.8em;
  }
  .header-right__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
  }
  .header-right .watch__image {
    height: auto;
  }
  .header-list {
    padding-left: 0;
  }
  .header-list__list {
    width: 100%;
  }
  .header-list__list li p {
    font-size: 1em;
  }
  .somuchmore {
    background: none;
    padding-bottom: 0;
  }
  .somuchmore-layers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .somuchmore-layers__circle {
    background: none;
    padding: 10px 0;
  }
  .somuchmore-layers__circle.huge, .somuchmore-layers__circle.smaller {
    height: auto;
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .somuchmore-layers__watches {
    display: none;
  }
  .cta-small__woman {
    display: none;
  }
  .design-grid__item.item2 {
    display: none;
  }
  .design-grid .content.item-pink-1 {
    grid-column-end: 4;
  }
  .design-grid .content.item-pink-2 {
    grid-column-end: 4;
  }
  .testimonials__title {
    text-align: center;
    padding-right: 10px;
    margin: 0;
    width: 100%;
  }
  .specs__title {
    text-align: center;
    padding-right: 20px;
  }
  .specs__gallery .single {
    display: none;
  }
  .specs__gallery .double {
    display: block;
    width: 100%;
    text-align: center;
  }
  .specs__gallery .double .img {
    width: calc(50% - 10px);
    padding-left: 10px;
  }
  .specs .mk-container {
    padding-right: 0;
  }
  .celebs-wrap:before, .celebs-wrap:after {
    content: none;
  }
}

@media (max-width: 575.98px) {
  .header__subtitle {
    max-width: 100%;
    padding: 10px 0;
  }
  .header .sale {
    top: 20px;
  }
  .header .sale p {
    font-size: 1em;
  }
  .header-right {
    padding-top: 20px;
    padding-left: 10px;
  }
  .header-right .watch {
    display: none;
  }
  .header-list {
    display: block;
  }
  .header-list__image {
    display: block;
  }
  .header-list__list li {
    padding: 10px;
  }
  .header-list__list li p {
    text-align: center;
  }
  .somuchmore__wrap {
    width: auto;
    height: auto;
    background: none;
    padding: 10px;
  }
  .design {
    padding-bottom: 0;
  }
  .design-grid__item.item1, .design-grid__item.item3, .design-grid__item.item4, .design-grid__item.item5 {
    display: none;
  }
  .design-grid__item.item6 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-end: 4;
  }
  .design-grid .content.item-pink-2 {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .order-list__item {
    padding: 20px;
  }
  .order-list__item .icon {
    height: 80px;
    width: 80px;
  }
  .order-list__item p {
    font-size: 1em;
  }
  .celebs-wrap {
    padding: 10px;
    background: none;
    border-bottom: none;
  }
  .celebs-wrap:before, .celebs-wrap:after {
    content: none;
  }
}

