*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  max-width: 100%;
  width: 375px;
}

.wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto -30px;
  max-width: 1920px;
  overflow: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1.22;
  background: #F0F0F0;
}

section {
  position: relative;
  padding-bottom: 40px;
}

img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 22px;
  font-weight: 500;
}

.title {
  font-size: 24px;
  font-weight: 500;
}
.title b {
  font-weight: 600;
}

.text {
  font-size: 20px;
  font-weight: 400;
}
.text b {
  font-weight: 600;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  outline: none;
  width: 234px;
  height: 60px;
  border: none;
  line-height: 1;
  position: relative;
  border: 1px solid #4E4E4E;
  transition: background-color 0.4s;
  border-radius: 122px;
  cursor: pointer;
  font-family: Manrope;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  background-color: #242424;
  z-index: 15;
}
.button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.button span {
  font-size: 20px;
  font-weight: 600;
}
.button:hover {
  background-color: #3A3A3A;
}
.button--wh {
  background: #FFF;
  color: #1A1A1A;
}
.button--wh svg {
  fill: #1A1A1A;
}
.button--wh:hover {
  background: rgba(255, 255, 255, 0.8);
}

.bl {
  border-radius: 20px;
  background: #1A1A1A;
  color: #fff;
}

.container.bl {
  padding: 36px 20px 50px;
}

.wh {
  border-radius: 20px;
  background: #FFF;
}

.info {
  padding-top: 12px;
}
.info p {
  margin-top: 24px;
}

#spriteSvg {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  opacity: 0;
}

.bg {
  background: #FFF;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .container {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: inline-block;
}
.header__logo svg, .header__logo a svg {
  width: 58px;
  height: 23px;
  fill: #1A1A1A;
  margin-top: 3px;
}
.header__logo a {
  display: inline-block;
}
.header__nav {
  display: flex;
}
.header__nav li {
  display: block;
}
.header__nav li:first-child {
  margin-right: 29px;
}
.header__nav a {
  color: #1A1A1A;
  position: relative;
  z-index: 5;
  transition: color 0.4s;
  font-weight: 600;
}
.header__nav a::before {
  position: absolute;
  content: "";
  border-radius: 40px;
  background: #1A1A1A;
  opacity: 0;
  top: -5px;
  bottom: -5px;
  left: -20px;
  right: -20px;
  z-index: -1;
  transition: opacity 0.4s;
}
.header__nav a:hover {
  color: #fff;
}
.header__nav a:hover::before {
  opacity: 1;
}
.header.scroll {
  position: fixed;
  transform: translateY(-100%);
}
.header.animation {
  transition: transform 0.25s;
}
.header.show {
  position: fixed;
  transform: translateY(0);
  transition: transform 0.25s;
}

.header {
  background: #fff;
}
.header__nav li:first-child a {
  color: #fff;
}
.header__nav li:first-child a::before {
  opacity: 1;
}

.promo {
  background: #fff;
  padding-top: 114px;
}
.promo h3 {
  font-weight: 600;
}
.promo h1 {
  margin-top: 24px;
}
.promo h2 {
  margin-top: 13px;
}
.promo .button {
  margin-top: 40px;
}
.promo__img {
  position: relative;
}
.promo__img::after {
  position: absolute;
  content: "";
  background: url(../img/creators-main-decor.svg) center/contain no-repeat;
  inline-size: 325px;
  aspect-ratio: 1;
  top: -20px;
  right: 30px;
}

.collabs {
  margin-top: 30px;
  padding-top: 51px;
  background: #FFF;
  padding-bottom: 101px;
}
.collabs h1 {
  text-align: center;
}
.collabs img {
  margin-top: 52px;
  width: 380px;
  max-width: none;
  position: relative;
  left: 53%;
  transform: translateX(-50%);
}
.collabs--ava .container {
  padding-top: 36px;
}
.collabs--ava img {
  width: auto;
}

.way__inner {
  padding-top: 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.way__item {
  margin-top: 20px;
  padding: 57px 22px;
  border-radius: 20px;
  background: #1A1A1A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 335px;
}
.way__item svg {
  max-width: 95px;
  max-height: 72px;
}
.way__item figcaption {
  margin-top: 41px;
  color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.way__item figcaption b {
  display: block;
  font-weight: 700;
  margin-bottom: 14px;
}

.way {
  padding-top: 109px;
}
.way__item {
  height: 362px;
}
.way h1 {
  text-align: center;
  padding: 0 10px;
}

.forefront {
  background: #1A1A1A;
  padding: 19px 0 247px;
  overflow: hidden;
  margin-top: 103px;
}
.forefront .container::before {
  position: absolute;
  content: "";
  width: 946px;
  height: 960px;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='950' height='961' fill='none'%3E%3Crect width='339.3' height='222.5' x='500.4' y='715' fill='%238777F1' fill-opacity='.1' rx='30' transform='rotate(4 500.4 715)'/%3E%3Crect width='338.3' height='221.5' x='500.9' y='715.5' stroke='url(%23a)' stroke-opacity='.3' rx='29.5' transform='rotate(4 501 715.5)'/%3E%3Crect width='339.3' height='222.5' x='619.5' y='656' fill='%238777F1' fill-opacity='.1' rx='30' transform='rotate(13 619.5 656)'/%3E%3Crect width='338.3' height='221.5' x='619.9' y='656.6' stroke='url(%23b)' stroke-opacity='.3' rx='29.5' transform='rotate(13 619.9 656.6)'/%3E%3Crect width='339.3' height='222.5' x='87.1' y='58' fill='%238777F1' fill-opacity='.1' rx='30' transform='rotate(16 87.1 58)'/%3E%3Crect width='338.3' height='221.5' x='87.5' y='58.6' stroke='url(%23c)' stroke-opacity='.3' rx='29.5' transform='rotate(16 87.5 58.6)'/%3E%3Crect width='339.3' height='222.5' x='171.6' fill='%238777F1' fill-opacity='.1' rx='30' transform='rotate(50 171.6 0)'/%3E%3Crect width='338.3' height='221.5' x='171.6' y='.7' stroke='url(%23d)' stroke-opacity='.3' rx='29.5' transform='rotate(50 171.6 .7)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='670.1' x2='670.1' y1='715' y2='937.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='789.2' x2='789.2' y1='656' y2='878.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='256.8' x2='256.8' y1='58' y2='280.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='341.3' x2='341.3' y1='0' y2='222.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") center/contain no-repeat;
}
.forefront h1, .forefront h2 {
  color: #fff;
  text-align: center;
}
.forefront__logo svg {
  margin: 0 auto;
  display: block;
  width: 58px;
  height: 37px;
  fill: rgba(255, 255, 255, 0.7);
}
.forefront .nfc {
  position: relative;
}
.forefront .nfc:after {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='m3.2 9.1.6 1.2c.2.4.2.9.2 1.4 0 .5 0 1-.2 1.4-.1.4-.3.8-.6 1.1-.3.5-.3 1.2.2 1.5.5.4 1.2.3 1.5-.2.4-.5.7-1 1-1.8.3-.6.3-1.3.3-2L6 9.6c-.2-.6-.6-1.2-1-1.8-.3-.5-1-.5-1.5-.2s-.5 1-.2 1.5ZM7 7.1a8.6 8.6 0 0 1 0 9.1c-.3.5-.1 1.2.3 1.5.6.4 1.2.2 1.6-.3a10.7 10.7 0 0 0 0-11.5c-.4-.4-1-.7-1.6-.3-.4.3-.6 1-.3 1.5Z'/%3E%3Cpath d='M11 5a13.4 13.4 0 0 1 0 13.3c-.3.6-.1 1.2.4 1.5.6.3 1.2.2 1.5-.4A14.8 14.8 0 0 0 13 4c-.2-.5-1-.7-1.5-.4-.5.4-.7 1-.4 1.5Z'/%3E%3Cpath d='M15 3a17.6 17.6 0 0 1 0 17.4c-.3.5-.1 1.1.4 1.5.6.3 1.2.1 1.5-.4a19.6 19.6 0 0 0 0-19.6c-.2-.6-1-.7-1.5-.4-.5.2-.7 1-.4 1.5Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23E2DEFF' d='M.2.6h22.1v22.1H.3z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center/contain no-repeat;
  inline-size: 32px;
  aspect-ratio: 1;
  opacity: 0.4;
}
.forefront .nfc::after {
  top: -40px;
  right: -10px;
}
.forefront h1 {
  margin-top: 174px;
  position: relative;
  padding: 0 7px;
}
.forefront h2 {
  margin-top: 12px;
}
.forefront .button {
  margin: 67px auto 0;
}
.forefront::before {
  position: absolute;
  content: "";
  inline-size: 338px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #8777F1;
  filter: blur(263px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background: #1A1A1A;
  padding: 67px 0 51px;
}
.footer__logo svg {
  fill: #FFF;
  width: 81px;
  height: 51px;
}
.footer__logo p {
  color: #FFF;
  font-size: 16px;
}
.footer__note, .footer__about {
  color: #989898;
  font-size: 16px;
}
.footer__note {
  margin-top: 36px;
}
.footer__about {
  margin-top: 51px;
}
.footer__contacts {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.footer__contacts a {
  margin-top: 14px;
  color: #FFF;
  position: relative;
  margin-right: 32px;
  cursor: pointer;
}
.footer__contacts a:not(.footer__contacts a:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  right: -16px;
  top: 0px;
}

@media screen and (min-width: 425px) {
  .container {
    width: 400px;
  }
  .promo__img::after {
    inline-size: 365px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    margin-top: -10px;
  }
  .container, .container.wh, .container.bl {
    width: 744px;
  }
  .container.wh, .container.bl {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    justify-content: space-between;
  }
  .info {
    margin-left: 20px;
  }
  .header__logo svg, .header__logo a svg {
    margin-top: 0px;
  }
  .promo .container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
  .promo__titles {
    grid-row: 1/2;
    grid-column: 1/2;
    max-width: 600px;
  }
  .promo__img {
    grid-row: 1/-1;
    grid-column: 2/3;
  }
  .promo__img:after {
    inline-size: 220px;
    top: -10px;
  }
  .promo .button {
    grid-row: 2/-1;
    grid-column: 1/2;
  }
  .collabs .container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    justify-content: space-between;
  }
  .collabs .container h1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .collabs .container img {
    grid-row: 1/-1;
    grid-column: 2/3;
  }
  .collabs .container .info {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 990px) {
  .container {
    width: 955px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 20px;
  }
  body {
    font-size: 20px;
  }
  .header .container {
    justify-content: start;
  }
  .header__logo {
    margin-right: 450px;
  }
  .header__logo svg, .header__logo a svg {
    margin-top: 6px;
  }
  .header__nav li a {
    font-size: 16px;
  }
  .header__nav li:first-child {
    margin-right: 43px;
  }
  .container, .container.wh, .container.bl {
    width: 956px;
  }
  .phone {
    margin-top: 0px;
    padding: 30px 26px 0 31px;
    width: 375px;
    border-width: 3px;
    border-radius: 53px 53px 0 0;
  }
  .phone::after {
    width: 297px;
    height: 186px;
    right: -135px;
    top: 113px;
  }
  .phone::before {
    height: 280px;
    border-radius: 49px 49px 0 0;
  }
  .phone__bg {
    padding-bottom: 34px;
  }
  .phone__header {
    padding-bottom: 0px;
  }
  .phone__header figure img {
    width: 35px;
    margin-right: 10px;
  }
  .phone__header figure figcaption {
    font-size: 17px;
  }
  .phone__header figure figcaption:after {
    inline-size: 19px;
    right: -24px;
  }
  .phone__bell {
    inline-size: 27px;
  }
  .phone__bell svg {
    width: 21px;
    height: 21px;
  }
  .phone__title {
    font-size: 14px;
    margin-top: 15px;
  }
  .phone__title:nth-child(3)::after {
    inline-size: 17px;
  }
  .phone__balance {
    font-size: 26px;
  }
  .phone__cards {
    margin: 6px 0 0 0;
  }
  .phone__list {
    margin-top: -10px;
    margin-bottom: 26px;
    border-radius: 13px;
    padding: 15px 38px 15px 15px;
    position: relative;
  }
  .phone__list::after {
    width: 21px;
    height: 21px;
    top: 7px;
    right: 4px;
  }
  .phone__list figure {
    width: 75px;
  }
  .phone__list figure svg {
    max-width: 21px;
    max-height: 21px;
  }
  .phone__list figure figcaption {
    margin-top: 9px;
    font-size: 14px;
  }
  .phone__dia {
    margin-top: 12px;
    border-radius: 13px;
    border: 0.837px solid #E8E8E8;
    grid-template-columns: auto 80px;
    padding: 8px 18px 12px 17px;
    font-size: 13px;
  }
  .phone__dia:last-child {
    height: 58px;
  }
  .phone__dia img {
    width: 104px;
    margin: 18px 0 0 0;
  }
  .phone__dia .balanses {
    font-size: 14px;
  }
  .phone__dia .balanses p:first-child {
    margin-bottom: 5px;
  }
  .forefront .container::before {
    width: 1440px;
    height: 833px;
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='833' viewBox='0 0 1440 833' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='78.8477' y='60' width='339.291' height='222.532' rx='30' transform='rotate(21.027 78.8477 60)' fill='%238777F1' fill-opacity='0.1'/%3E%3Crect x='79.135' y='60.6461' width='338.291' height='221.532' rx='29.5' transform='rotate(21.027 79.135 60.6461)' stroke='url(%23paint0_linear_4420_303)' stroke-opacity='0.3'/%3E%3Crect x='1049.44' y='587' width='339.291' height='222.532' rx='30' transform='rotate(3.97861 1049.44 587)' fill='%238777F1' fill-opacity='0.1'/%3E%3Crect x='1049.91' y='587.533' width='338.291' height='221.532' rx='29.5' transform='rotate(3.97861 1049.91 587.533)' stroke='url(%23paint1_linear_4420_303)' stroke-opacity='0.3'/%3E%3Crect x='145.5' width='339.291' height='222.532' rx='30' transform='rotate(55.5478 145.5 0)' fill='%238777F1' fill-opacity='0.1'/%3E%3Crect x='145.371' y='0.695158' width='338.291' height='221.532' rx='29.5' transform='rotate(55.5478 145.371 0.695158)' stroke='url(%23paint2_linear_4420_303)' stroke-opacity='0.3'/%3E%3Crect x='1148.52' y='528' width='339.291' height='222.532' rx='30' transform='rotate(13.3862 1148.52 528)' fill='%238777F1' fill-opacity='0.1'/%3E%3Crect x='1148.89' y='528.602' width='338.291' height='221.532' rx='29.5' transform='rotate(13.3862 1148.89 528.602)' stroke='url(%23paint3_linear_4420_303)' stroke-opacity='0.3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4420_303' x1='248.493' y1='60' x2='248.493' y2='282.532' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4420_303' x1='1219.09' y1='587' x2='1219.09' y2='809.532' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_4420_303' x1='315.145' y1='0' x2='315.145' y2='222.532' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_4420_303' x1='1318.16' y1='528' x2='1318.16' y2='750.532' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .footer .container {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: end;
    font-weight: 500;
  }
  .footer__logo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .footer__logo svg {
    width: 58px;
    height: 23px;
  }
  .footer__note {
    margin: 0;
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .footer__about {
    margin: 0;
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .footer__contacts {
    margin: 0;
    grid-row: 2/3;
    grid-column: 2/3;
    justify-self: end;
  }
  .footer__contacts a {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
  }
  .promo__img {
    width: 460px;
    margin-left: 22px;
  }
  .promo__img:after {
    inline-size: 430px;
    top: -20px;
    right: 50px;
  }
  .promo h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1250px) {
  .container {
    width: 1200px;
    padding: 0;
  }
  .container.wh, .container.bl {
    width: 1200px;
  }
  .header .container {
    height: 65px;
  }
  .way {
    margin-top: 147px;
    padding: 0;
    padding-bottom: 247px;
  }
  .way__inner {
    padding-top: 0;
  }
  .way__item {
    justify-content: flex-start;
    width: 278px;
    height: 395px;
  }
  .way__item figcaption {
    text-align: left;
    margin-top: 55px;
  }
  .forefront {
    width: 1200px;
    margin: 121px auto 280px;
    border-radius: 20px;
    padding-bottom: 160px;
    overflow: hidden;
  }
  .forefront:before {
    inline-size: 500px;
  }
  .forefront::after {
    width: 1176px;
    top: -13px;
    left: 47%;
  }
  .forefront h1, .forefront h2 {
    width: 808px;
    margin: 0 auto;
  }
  .forefront h1 {
    margin-top: 80px;
    padding: 0;
  }
  .forefront h2 {
    margin-top: 16px;
  }
  .forefront .nfc::after {
    inline-size: 64px;
  }
  .footer .container {
    grid-template-columns: auto 379px 379px;
    align-items: start;
  }
  .footer__about {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .footer__contacts {
    margin-top: 108px;
    grid-column: -1/-2;
    grid-row: 2/3;
    margin-left: -45px;
  }
  .promo {
    padding-top: 144px;
  }
  .promo::after {
    inline-size: 480px;
    top: -40px;
    right: 50px;
  }
  .way {
    padding-bottom: 171px;
  }
  .way__item {
    margin-top: 111px;
    height: 396px;
  }
  .way__item .text {
    font-size: 18px;
  }
  .way__item .text b {
    font-size: 20px;
  }
  .collabs {
    width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 75px 25px 80px 73px;
  }
  .collabs .container {
    align-items: start;
    grid-template-rows: 49px auto;
  }
  .collabs img {
    width: 380px;
    margin: 0;
  }
  .collabs h1 {
    font-size: 36px;
    text-align: left;
  }
  .collabs .info {
    padding-top: 0px;
    margin: 0;
    width: 575px;
  }
  .collabs .info .text {
    font-size: 23px;
  }
  .forefront h1 {
    font-size: 36px;
    margin-top: 125px;
    width: 800px;
  }
  .forefront .nfc::after {
    top: -130px;
    right: -60px;
  }
  .forefront .container::before {
    top: -190px;
  }
}/*# sourceMappingURL=style.css.map */