html {
  box-sizing: border-box;
}

@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

.slid {
  overflow: hidden;
}

body {
  box-sizing: border-box;
  background-color: #2b2d2c;
  margin: 0;
  font-family: 'SF Pro Display', sans-serif;
}

a {
  text-decoration: none;
}

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

.container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 380px;
}

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

p {
  margin: 0;
}

.app {
  position: sticky;
  top: 0;
  background-color: #383938;
  margin-bottom: 24px;
  padding: 14px 0;
  z-index: 99;
}

.app__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.app__info {
  max-width: 216px;
}

.app__wrap h2 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  max-width: 200px;
  line-height: 19.2px;
  text-align: left;
  color: #fff;
}

.app__info p {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #99999c;
}

.app__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.app__button span {
  font-size: 8px;
  font-weight: 500;
  line-height: 9.6px;
  color: #99999c;
}

.app__button p {
  background-color: #3478f6;
  border-radius: 14px;
  height: 30px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.name h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #99999c;
  letter-spacing: 0.65px;
  text-align: center;
}

.name h1 {
  margin-bottom: 24px;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -0.23px;
  text-align: center;
  color: #ffffff;
}

.name h1 span {
  font-weight: 300;
  display: block;
}

.name__hero {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.name__hero img {
  display: block;
  width: 100%;
  max-width: 350px;
}

.name__photo {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.name__photo img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.name__try {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 66px;
  width: fit-content;
  margin: 0 auto 34px;
  position: relative;
}

.name__try button {
  background: linear-gradient(
    360deg,
    #994d26 0%,
    #fbe67b 56%,
    #fcfbe7 59%,
    #fcfbe7 80.5%,
    #f7d14e 90.5%,
    #d4a041 95%,
    #994d26 100%
  );
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.011em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 66px;
  height: 80px;
  width: 246px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  border: 4px solid #00000033;
  color: #2b2d2c;
}

.name__try button span {
  display: block;
  color: #2b2d2c;
  text-shadow: 0 0 15px #00000040;
}

.name__try::before {
  position: absolute;
  background: linear-gradient(
    45deg,
    #c0392b,
    #f39c12,
    #f1c40f,
    #2ecc71,
    #3498db,
    #2980b9,
    #9b59b6,
    #8e44ad,
    #c0392b,
    #f39c12,
    #f1c40f,
    #2ecc71,
    #3498db,
    #2980b9,
    #9b59b6,
    #8e44ad
  );
  left: 50%;
  background-size: 300%;
  filter: blur(24px);
  z-index: -1;
  top: 50%;
  border-radius: 66px;
  transform: translate(-50%, -50%);
  width: 264px;
  height: 98px;
  content: '';
}

.name__try p {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 66px;
  transform: translate(-50%, -50%);
  height: 88px;
  width: 254px;
  background: linear-gradient(
    45deg,
    #c0392b,
    #f39c12,
    #f1c40f,
    #2ecc71,
    #3498db,
    #2980b9,
    #9b59b6,
    #8e44ad,
    #c0392b,
    #f39c12,
    #f1c40f,
    #2ecc71,
    #3498db,
    #2980b9,
    #9b59b6,
    #8e44ad
  );
  background-size: 500%;
  animation: eff 14s infinite linear;
}

@keyframes eff {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.rate__top {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rate__top h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #e6e8ec;
}

.rate__top h5 {
  color: #3f795f;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.01em;
}

.rate__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rate__main-number {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rate__main h3 {
  font-size: 60px;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.03em;
  color: #809d92;
}

.rate__main p {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.06em;
  color: #535554;
}

.rate__main-score {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rate__main img {
  display: block;
}

.swiper,
.mySwiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;

  /*padding: 0 16px;*/
  /*margin: 0 auto;*/
  /*max-width: 380px;*/
}

.mySwiper {
  margin: 28px 0 38px;
}

.swiper-slide {
  width: 100%;
}

.slide-item {
  width: 100%;
  border: 1px solid #2a2b2a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #383938;
  border-radius: 8px;
  padding: 14px 0;
  /*min-height: 180px;*/
}

.overview {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #b5b5bb;
}

.slide-item-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.slide-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide-item-main p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.64px;
  color: #99999c;
  padding-right: 36px;
  position: relative;
}

.slide-item-main p span {
  font-size: 11px;
  font-weight: 500;
  line-height: 13.13px;
  letter-spacing: 0.03em;
  color: #3f795f;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slide-item-wrapper {
  width: 100%;
  max-width: 90%;
}

.slide-item-box p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.32px;
  letter-spacing: -0.02em;
  text-align: right;
  color: #84848a;
}

.about {
  margin-bottom: 24px;
}

.about ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about h4 {
  color: #e6e8ec;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.5px;
  text-align: center;
}

.about p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #99999c;
}

.about__wrap {
  margin-bottom: 8px;
  gap: 12px;
  display: flex;
  align-items: center;
  padding-left: 72px;
}

.appstore__wrap {
  padding-bottom: 60px;
}

.appstore {
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 430px) {
  .name__photo img {
    max-width: 150px;
  }

  .name__photo {
    gap: 24px;
  }
}

@media only screen and (max-width: 420px) {
  .slide-item {
    min-height: 200px;
  }
}

@media only screen and (max-width: 375px) {
  .about__wrap {
    padding-left: 60px;
  }

  .name__photo img {
    max-width: 130px;
  }

  .name__photo {
    gap: 22px;
  }

  .name h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 350px) {
  .name__photo img {
    max-width: 120px;
  }

  .name__photo {
    gap: 20px;
  }
}
