* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

/* Form */

input,
textarea,
button,
select {
  font: inherit inherit;
  background: transparent;
  color: inherit;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  background: transparent;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  font: 400 16px/1.6 "Oswald", sans-serif;
  background: #0A0C26;
  color: #F8F6FA;
}

.container {
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
}

.title {
  font-weight: 700;
  font-size: calc(40px + 9 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  color: #F8F6FA;
}

.nft {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74.48%, #0BECDF), color-stop(93.23%, #0AD17C));
  background: -o-linear-gradient(top, #0BECDF 74.48%, #0AD17C 93.23%);
  background: linear-gradient(180deg, #0BECDF 74.48%, #0AD17C 93.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.header::after {
  background: url("../img/header-bg.png") no-repeat left center/cover;
  position: absolute;
  content: "";
  bottom: 0px;
  right: -175px;
  width: 84%;
  height: 100%;
  z-index: -2;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}

.logo {
  padding-left: 5px;
}

.menu {
  margin-left: auto;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__link {
  color: #F8F6FA;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu__link:hover {
  text-decoration: underline;
}

.menu__item + .menu__item {
  margin-left: 40px;
}

.header__burger {
  display: none;
}

.header__title {
  font-weight: 700;
  font-size: 61px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.header__subtitle {
  max-width: 330px;
  opacity: 0.6;
  margin-bottom: 35px;
}

.header-content__box-btn {
  margin-bottom: 62px;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-content__box {
  padding: 120px 0 193px;
  -ms-flex-preferred-size: 407px;
  flex-basis: 407px;
}

.header-content__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  background: rgba(46, 47, 64, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 2px;
}

.header-content__time-title {
  font-size: 13px;
  line-height: 1.33;
}

.header-content__time-numb {
  position: relative;
  padding-left: 38px;
}

.header-content__time-numb::before {
  content: "";
  position: absolute;
  border: 1px solid #F8F6FA;
  opacity: 0.2;
  height: 64px;
  width: 0px;
  left: 0;
  top: 10px;
}

.header-content__total {
  font-size: 31px;
  font-weight: 500;
}

.header-content__price {
  font-size: 13px;
  opacity: 0.5;
  line-height: 1.33;
}

.header-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.header-clock__time span {
  font-weight: 500;
  font-size: 31px;
}

.smalltext {
  font-size: 13px;
  opacity: 0.5;
  line-height: 133.3%;
}

.btn {
  padding: 15px 50px;
  border-radius: 2px;
  color: #F5E8F3;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.header-top__box-btn,
.give__content-btn,
.made__content-btn,
.special__content-btn,
.special__btn.mixitup-control-active,
.artist__cart-btn,
.creat__btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: -o-linear-gradient(352.38deg, #EB11AA -15.99%, #2E81E2 104.3%);
  background: linear-gradient(97.62deg, #EB11AA -15.99%, #2E81E2 104.3%);
}

.header-top__box-btn:hover,
.give__content-btn:hover,
.made__content-btn:hover,
.special__content-btn:hover,
.artist__cart-btn:hover,
.creat__btn:hover {
  -webkit-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
  opacity: 0.7;
}

.header-content__btn {
  border: 1px solid #C726B5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-content__btn:hover {
  background: -o-linear-gradient(352.38deg, #EB11AA -15.99%, #2E81E2 104.3%);
  background: linear-gradient(97.62deg, #EB11AA -15.99%, #2E81E2 104.3%);
}

.header-content__btn + .header-content__btn {
  margin-left: 23px;
}

.special__btn {
  width: 163px;
  background: rgba(46, 47, 64, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 2px;
  padding: 15px 25px;
  height: 63px;
}

.special__content-btn {
  padding: 13px 19px 12px 24px;
}

.work {
  background: -o-linear-gradient(352.38deg, #EB11AA -15.99%, #2E81E2 104.3%);
  background: linear-gradient(97.62deg, #EB11AA -15.99%, #2E81E2 104.3%);
}

.work__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: calc(20px + 40 * ((100vw - 320px) / 1600));
  padding-top: calc(20px + 40 * ((100vw - 320px) / 1600));
}

.work__inner-box {
  text-align: center;
}

.work__numb {
  font-weight: 500;
  font-size: calc(25px + 36 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  margin-bottom: 7px;
}

.work__name {
  font-size: calc(18px + 7 * ((100vw - 320px) / 1600));
  line-height: 1.5;
  opacity: 0.7;
}

.give {
  padding-bottom: calc(20px + 40 * ((100vw - 320px) / 1600));
  padding-top: calc(20px + 100 * ((100vw - 320px) / 1600));
  position: relative;
  overflow-x: hidden;
}

.give::before {
  background: url("../img/icon/give-left.svg");
  content: "";
  position: absolute;
  top: -42%;
  width: 100%;
  height: 100%;
  left: -50%;
  border-radius: 50%;
  z-index: -2;
}

.give::after {
  background: url("../img/icon/give-right.svg");
  content: "";
  position: absolute;
  top: -42%;
  width: 100%;
  height: 100%;
  right: -50%;
  border-radius: 50%;
  z-index: -2;
}

.give__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.give__box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 526px;
  flex-basis: 526px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}

.give__content {
  max-width: 432px;
}

.give__content-title {
  margin-bottom: 25px;
}

.give__content-text {
  margin-bottom: 50px;
  opacity: 0.7;
}

.made {
  padding-top: 100px;
}

.made__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.made__content {
  max-width: 303px;
  margin-right: 36px;
}

.made__content-title {
  margin-bottom: 25px;
}

.made__content-text {
  margin-bottom: 50px;
  opacity: 0.7;
}

.made__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 35px 24px;
}

.made__box-item {
  margin-bottom: 34px;
  background: rgba(46, 47, 64, 0.3);
  border-radius: 2px;
  padding: 0 30px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.made__box-img {
  margin: -53px auto 0px;
}

.made__box-title {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 20px;
}

.made__box-text {
  opacity: 0.7;
}

.special {
  padding-bottom: calc(20px + 100 * ((100vw - 320px) / 1600));
  padding-top: calc(20px + 100 * ((100vw - 320px) / 1600));
  text-align: center;
}

.special__title {
  margin-bottom: 60px;
}

.special__filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  max-width: 915px;
  margin: 0 auto 43px;
}

.special__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.special__content-item {
  background: rgba(46, 47, 64, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 2px;
  padding: 30px;
}

.special__content-img {
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 30px;
}

.special__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.special__content-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.special__content-subtitle {
  text-align: left;
  opacity: 0.7;
}

.special__content-boxing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.special__content-price {
  opacity: 0.7;
  text-align: end;
}

.special__content-price span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #09F5C4;
}

.partners {
  background: -o-linear-gradient(352.38deg, #EB11AA -15.99%, #2E81E2 104.3%);
  background: linear-gradient(97.62deg, #EB11AA -15.99%, #2E81E2 104.3%);
  padding-bottom: calc(20px + 70 * ((100vw - 320px) / 1600));
  padding-top: calc(20px + 70 * ((100vw - 320px) / 1600));
}

.partners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.artist {
  padding-top: calc(20px + 93 * ((100vw - 320px) / 1600));
  padding-bottom: 20px;
}

.artist__title {
  text-align: center;
  margin-bottom: 60px;
}

.artist__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.artist__cart {
  padding: 30px;
  background: rgba(46, 47, 64, 0.3);
  border-radius: 2px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.artist__cart-box {
  text-align: center;
}

.artist__cart-ava {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -43px auto 0;
  margin-bottom: 15px;
}

.artist__cart-name {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}

.artist__cart-text {
  opacity: 0.6;
  margin-bottom: 25px;
}

.creat {
  padding-bottom: calc(20px + 110 * ((100vw - 320px) / 1600));
  padding-top: calc(60px + 70 * ((100vw - 320px) / 1600));
  position: relative;
}

.creat::before {
  background: url("../img/creat.svg") no-repeat center/cover;
  content: "";
  position: absolute;
  top: 0;
  width: 400px;
  height: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.creat__inner {
  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;
  max-width: 613px;
  margin: 0 auto;
}

.creat__title {
  margin-bottom: 25px;
}

.creat__text {
  margin-bottom: 35px;
}

.footer {
  padding-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
  padding-top: calc(20px + 20 * ((100vw - 320px) / 1600));
  margin-top: 20px;
  background: -o-linear-gradient(352.38deg, #EB11AA -15.99%, #2E81E2 104.3%);
  background: linear-gradient(97.62deg, #EB11AA -15.99%, #2E81E2 104.3%);
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 553px;
  margin: 0 auto;
}

.footer__link {
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  color: #F8F6FA;
  font-size: 16px;
}

.footer__link:hover {
  text-decoration: underline;
}

@supports (-webkit-appearance:none) {
  .header::after {
    background-image: url("../img/header-bg.webp");
  }

  .give::before {
    background-image: url("../img/icon/give-left.svg");
  }

  .give::after {
    background-image: url("../img/icon/give-right.svg");
  }

  .creat::before {
    background-image: url("../img/creat.svg");
  }
}

@media (max-width: 1045px) {
  .header::after {
    right: -234px;
    width: 118%;
  }

  .header-content__box {
    padding: 100px 0;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1040px) {
  .give__row {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .give__box-img {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .give__img {
    width: 100%;
  }

  .give__box-img {
    margin: 0 auto 20px;
  }

  .give__content {
    margin-bottom: 15px;
    max-width: 100%;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 900px) {
  .made__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .made__content {
    max-width: 100%;
    margin-bottom: 70px;
  }

  .made {
    padding-top: 15px;
  }

  .made__content-text {
    margin-bottom: 25px;
  }

  .artist__cart {
    padding: 10px;
  }

  .artist__title {
    margin-bottom: 30px;
  }

  .artist__cart-ava,
  .artist__cart-name {
    margin-bottom: 10px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 877px) {
  .special__content-item {
    padding: 15px;
  }

  .special__title {
    margin-bottom: 30px;
  }

  .special__content-title {
    font-size: 16px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 776px) {
  .special__btn {
    width: 163px;
    padding: 10px 15px;
    height: 47px;
  }

  .special__content-title {
    text-align: start;
  }

  .special__content-btn {
    padding: 13px 15px 12px 15px;
  }

  .special__content-img {
    margin-bottom: 20px;
  }

  .special__content-item {
    margin-bottom: 15px;
  }

  .special__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }

  .special__content-item {
    width: 49%;
  }

  .special__filter-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 767px) {
  .header::after {
    width: 106%;
    opacity: 0.8;
    right: -18px;
  }

  .partners__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners__name {
    width: 50%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 676px) {
  .artist__team {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .artist__cart-img {
    width: 100%;
  }

  .artist__cart-box-img {
    width: 50%;
    height: 50%;
    margin-top: calc(-58px + -442 * ((100vw - 320px) / 1600));
    margin-left: auto;
    margin-right: auto;
  }

  .artist__cart-ava {
    width: 100%;
    height: 100%;
  }

  .artist__cart-name {
    font-size: 30px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 667px) {
  body.lock {
    overflow: hidden;
  }

  .header-top {
    padding-top: 10px;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 15;
    margin-left: 20px;
  }

  .header__burger::after,
  .header__burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header__burger::after {
    bottom: 0;
  }

  .header__burger::before {
    top: 0;
  }

  .header__burger span {
    position: absolute;
    top: 9px;
    height: 2px;
    background-color: #fff;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header__burger.active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 9px;
  }

  .header__burger.active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
  }

  .header__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .logo,
  .header-top__box-btn {
    position: relative;
    z-index: 15;
  }

  .header-top__box-btn {
    margin-left: auto;
  }

  .menu {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0A0C26;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: auto;
  }

  .menu__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 150px;
    font-size: 30px;
  }

  .menu__item {
    margin-bottom: 20px;
  }

  .menu__item + .menu__item {
    margin-left: 0;
  }

  .menu.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 590px) {
  .give__box-img {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .give__content-text {
    margin-bottom: 25px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 577px) {
  .special__content-item {
    width: 100%;
  }

  .special__content-img {
    width: 100%;
  }

  .special__content-item {
    padding: 30px;
  }

  .special__content-title {
    font-size: 27px;
  }

  .special__content-btn {
    padding: 15px 40px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 570px) {
  .header::after {
    opacity: 0.6;
    bottom: 100px;
    right: -117px;
  }

  .header-content__box {
    padding: 20px 0 40px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 560px) {
  .made__box-item {
    padding: 0 5px 5px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 450px) {
  .partners__img {
    width: 100px;
    margin-bottom: 10px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 421px) {
  .header::after {
    right: 0px;
  }

  .header-top__box-btn {
    padding: 6px 22px;
    font-size: 14px;
  }

  .header-content__btn {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px 0px;
  }

  .header-content__btn + .header-content__btn {
    margin-left: 0;
  }

  .header__title {
    font-size: 50px;
  }

  .header-content__box-btn {
    margin-bottom: 20px;
    padding-right: 5px;
  }

  .header__burger {
    margin-left: 10px;
  }

  .header-content__time {
    padding: 10px;
  }

  .header-content__time span {
    font-size: 25px;
  }

  .header-content__total {
    font-size: 25px;
  }

  .header-clock {
    gap: 15px;
  }

  .header__subtitle {
    margin-bottom: 20px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 420px) {
  .give__content-btn,
  .made__content-btn {
    width: 100%;
    text-align: center;
  }

  .made {
    padding-top: 0px;
  }

  .made__box-item {
    padding: 0 15px 15px;
  }

  .made__box {
    grid-template-columns: 1fr;
  }

  .made__content {
    margin-right: 0;
  }

  .special__content-item {
    padding: 15px;
  }

  .special__btn {
    padding: 10px 7px;
  }

  .special__content-btn {
    padding: 10px 25px;
  }

  .special__content-title {
    font-size: 20px;
  }

  .special__btn {
    width: 120px;
  }

@supports (-webkit-appearance:none) {

}
}