.modWrapper {
  display: none;
}
@import url('https://fonts.cdnfonts.com/css/sf-ui-display');
@media screen and (max-width: 560px) {
  body {
    font-family: "SF UI Display", sans-serif;
  }
  .modWrapper {
    display: block;
  }
  .header2 {
    background-color: #fff;
    padding: 6px 0;
  }
  .header2__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }
  .header2__phone a {
    color: #9218A0;
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.28px;
    text-decoration: none;
  }
  .section-first {
    background-image: url(../img/background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 23px 0 18px;
    min-height: 515px;
    position: relative;
  }
  .section-first:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 219px;
    opacity: 0.7;
    background: #FFF;
    filter: blur(50px);
    z-index: 1;
  }
  .section-first .container {
    position: relative;
    z-index: 2;
  }
  .section-first h1 {
    color: #181818;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 7px;
  }
  .section-first__time {
    background: #9218A0;
    padding: 9px 16px;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 0.32px;
    width: max-content;
    margin-bottom: 25px;
  }
  .section-first__creator {
    margin-bottom: 14px;
    color: #181818;
    font-family: "SF UI Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 200px;
  }
  .section-first__sell {
    display: flex;
    align-items: center;
    color: #181818;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .section-first__sell span {
    padding-left: 5px;
    color: #9218A0;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
  }
  .section-first__lastTime {
    margin-top: -6px;
    background: #F0CB9A;
    padding: 6px 11px;
    color: #9218A0;
    leading-trim: both;
    text-edge: cap;
    font-family: Arial;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    width: max-content;
    margin-bottom: 26px;
  }
  .section-first__list {
    position: relative;
    padding: 15px 0 19px;
    margin: 0 -7px 20px;
    display: flex;
  }
  .section-first__list:before {
    content: "";
    left: -9px;
    right: -9px;
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
  }
  .section-first__list .item {
    position: relative;
    z-index: 2;
    padding: 0 7px;
  }
  .section-first__list .item .icon {
    width: 50px;
    height: 50px;
    background-color: #F0CB9A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 8px;
  }
  .section-first__list .item p {
    text-align: center;
    color: #181818;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
  }
  .section-first__list .item p b {
    font-weight: 800;
  }
  .section-first__buttons {
    display: flex;
    align-items: center;
    gap: 19px;
  }
  .section-first__buttons a {
    padding: 13px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #FFBB1F, #FF7B02);
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 10px;
    text-decoration: none;
    width: 100%;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  .header {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
