*, :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;
  width: 335px;
}

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

.container.wh {
  width: 335px;
}

.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: #1A1A1A;
}
.header__logo a svg {
  fill: #fff;
}
.header__nav li a {
  color: #fff;
}
.header__nav li a:hover {
  color: #1A1A1A;
}
.header__nav li a:hover::before {
  background: #fff;
}
.header__nav li:last-child a {
  color: #1A1A1A;
}
.header__nav li:last-child a::before {
  background: #fff;
}
.header__nav li:last-child a::before {
  opacity: 1;
}

.promo {
  padding-top: 114px;
  padding-bottom: 69px;
  background: #1A1A1A;
}
.promo h3 {
  font-weight: 600;
  color: #fff;
}
.promo h1 {
  margin-top: 24px;
  color: #fff;
}
.promo h2 {
  margin-top: 13px;
  color: #fff;
}
.promo .button {
  margin-top: 40px;
}
.promo__img {
  position: relative;
  padding-top: 100px;
}
.promo__img img {
  position: relative;
  z-index: 5;
  max-width: none;
  width: 390px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px 0px 48% 48%;
}
.promo__img::before {
  content: "";
  position: absolute;
  inline-size: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(86.14% 86.14% at 76.02% 18.42%, rgba(135, 119, 241, 0.9) 0%, rgba(135, 119, 241, 0) 100%);
  bottom: 0;
  left: 47%;
  transform: translateX(-50%) rotate(-250deg);
  z-index: 1;
}
.promo__img::after {
  content: "";
  width: 243px;
  height: 149px;
  top: 57px;
  right: -42px;
  z-index: 3;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='410' height='252' fill='none'%3E%3Crect width='337.9' height='69.8' x='.4' y='.4' fill='%23fff' stroke='%231A1A1A' stroke-width='.9' rx='8.1'/%3E%3Cpath fill='%231A1A1A' d='m18.2 30.8 4-12.3h2.6l4 12.3h-1.9l-3.7-11.2h.5L20 30.8h-1.9Zm2-2.8v-1.7h6.5V28h-6.4Zm13.5 3c-.6 0-1.1 0-1.6-.3a3 3 0 0 1-1-.8c-.3-.3-.5-.7-.6-1a5.6 5.6 0 0 1-.4-2.2v-5.1h1.8v5.6l.4 1c.2.4.4.6.7.8.3.2.7.3 1.2.3l1-.1.7-.5.5-1 .2-1.3 1 .4a5 5 0 0 1-.4 2.2c-.3.6-.8 1.1-1.3 1.5a4 4 0 0 1-2.2.5Zm3-.2V28h-.1v-6.5h1.8v9.2h-1.6Zm7.8 4.3c-.5 0-1 0-1.4-.2a4.1 4.1 0 0 1-2.2-1.8l1.6-.8c.2.4.5.6.9.8.4.2.7.3 1.1.3.6 0 1 0 1.3-.3.4-.2.7-.4.9-.8l.2-1.3v-2.6h.2v-6.8h1.6V31a9 9 0 0 1-.1 1.4c-.1.6-.4 1.1-.8 1.5-.3.4-.8.7-1.4 1l-1.9.2Zm-.1-4a3.8 3.8 0 0 1-3.7-2.5 6 6 0 0 1-.5-2.4c0-1 .2-1.8.5-2.5.4-.7.9-1.3 1.5-1.7.6-.5 1.4-.7 2.2-.7a3.6 3.6 0 0 1 3.6 2.4c.3.7.4 1.5.4 2.5 0 .9-.1 1.7-.4 2.4a4 4 0 0 1-1.4 1.8c-.6.4-1.3.6-2.2.6Zm.2-1.7c.6 0 1.1-.1 1.5-.4.3-.3.6-.7.8-1.2.2-.4.2-1 .2-1.6a5 5 0 0 0-.2-1.7c-.2-.5-.5-.9-.8-1.2-.4-.2-.8-.4-1.4-.4-.6 0-1 .2-1.5.5-.3.3-.6.6-.8 1.1-.2.5-.3 1-.3 1.7 0 .6.1 1.1.3 1.6.2.5.5.9.8 1.2.4.3.9.4 1.4.4Zm10 1.6c-.7 0-1.2 0-1.6-.3a3 3 0 0 1-1-.8c-.4-.3-.6-.7-.7-1a5.6 5.6 0 0 1-.4-2.2v-5.1h1.8V26l.1 1.1c0 .4.2.7.4 1 .1.4.4.6.7.8.3.2.7.3 1.2.3l.9-.1.7-.5.5-1 .2-1.3 1.1.4A5 5 0 0 1 58 29c-.3.6-.7 1.1-1.3 1.5a4 4 0 0 1-2.1.5Zm3-.2V28h-.2v-6.5h1.8v9.2h-1.6Zm7.5.2c-1.1 0-2-.2-2.7-.7a3.1 3.1 0 0 1-1.3-2.1l1.8-.3c.1.5.4.9.8 1.1.4.3.9.4 1.5.4s1 0 1.3-.3c.3-.2.5-.5.5-1 0-.2 0-.3-.2-.5 0-.1-.3-.3-.7-.4l-1.6-.5-1.9-.6-1-.9-.2-1.1c0-.6.1-1 .4-1.5.3-.4.7-.7 1.2-1 .6-.2 1.2-.3 2-.3a5 5 0 0 1 1.8.4c.6.2 1 .5 1.4.9.3.4.5.9.6 1.4l-1.9.3c0-.4-.2-.7-.6-1-.3-.3-.8-.4-1.3-.4-.6 0-1 0-1.4.3-.3.2-.5.4-.5.8l.2.5.8.4 1.6.5 1.8.6c.5.3.8.6 1 .9.2.3.3.7.3 1.2 0 1-.3 1.6-1 2.1-.6.6-1.5.8-2.7.8Zm10.9-.2-1.7.1c-.6 0-1.1-.1-1.5-.3a2 2 0 0 1-1-1c-.2-.3-.3-.7-.3-1.1V19h1.7v8a47.5 47.5 0 0 0 .2 1.6c.2.4.5.6 1 .6H76v1.5ZM69.7 23v-1.4H76V23h-6.3Zm11.6 7.8V18.5h5a7 7 0 0 1 .9 0c.7.2 1.3.4 1.7.8.5.3.8.8 1 1.3a4.7 4.7 0 0 1 0 3.6c-.2.6-.5 1-1 1.4-.4.4-1 .6-1.7.7a6.5 6.5 0 0 1-1 0h-3.1v4.5h-1.8Zm1.8-6.1h3a4.5 4.5 0 0 0 .9-.1c.3 0 .6-.2.8-.5.3-.2.4-.5.5-.8a3 3 0 0 0 0-1.8 2 2 0 0 0-.5-.8l-.8-.4-.4-.1H83v4.5ZM94.3 31c-.7 0-1.3-.1-1.7-.4-.5-.2-.8-.5-1-1-.3-.4-.4-.8-.4-1.3s0-1 .2-1.3l.8-.9a4 4 0 0 1 1.2-.6l1.3-.3a47.2 47.2 0 0 1 3.4-.5l-.7.4c0-.7-.1-1.3-.4-1.6-.3-.4-.9-.5-1.7-.5-.4 0-.9 0-1.3.3-.4.2-.7.6-.8 1.1l-1.7-.5c.2-.8.7-1.4 1.3-1.9.7-.4 1.5-.7 2.6-.7a5 5 0 0 1 2.1.4c.6.3 1 .8 1.4 1.4l.2 1v6.7h-1.5v-2.1l.3.2a4 4 0 0 1-1.4 1.6c-.6.4-1.4.5-2.2.5Zm.3-1.4c.5 0 1-.1 1.3-.3.4-.2.7-.4.9-.7.2-.3.4-.6.4-.9l.2-.9V26l.6.2a483.1 483.1 0 0 1-3.8.7l-.6.3-.5.4-.2.6.2.7c.1.2.3.4.6.5l1 .2Zm7.5 5.3L104 30v1.4l-4-9.8h1.9l3 7.6h-.6l2.9-7.6h1.8l-5 13.3H102ZM114 31c-1 0-1.7-.2-2.4-.6-.7-.4-1.2-1-1.6-1.7-.3-.7-.5-1.6-.5-2.5 0-1 .2-1.8.5-2.6.4-.7 1-1.3 1.6-1.7.7-.4 1.5-.6 2.4-.6.9 0 1.7.2 2.4.6.6.5 1.2 1 1.5 1.8.4.7.6 1.5.6 2.5s-.2 1.8-.6 2.5a4.2 4.2 0 0 1-4 2.3Zm0-1.7c.9 0 1.5-.2 2-.8.4-.6.6-1.4.6-2.3 0-1-.2-1.8-.7-2.3-.4-.6-1-.9-2-.9-.5 0-1 .1-1.4.4-.4.3-.7.6-.9 1.1l-.2 1.7c0 1 .2 1.7.6 2.3.5.6 1.1.8 2 .8Zm9.8 1.7c-.6 0-1.2 0-1.6-.3a3 3 0 0 1-1-.8c-.3-.3-.5-.7-.6-1a5.6 5.6 0 0 1-.4-2.2v-5.1h1.8v5.6l.4 1c.2.4.4.6.7.8.3.2.7.3 1.2.3l1-.1.7-.5.5-1 .1-1.3 1.2.4a5 5 0 0 1-.5 2.2c-.3.6-.8 1.1-1.4 1.5a4 4 0 0 1-2 .5Zm3-.2V28h-.2v-6.5h1.8v9.2h-1.5Zm9.3 0-1.7.1c-.6 0-1-.1-1.5-.3a2 2 0 0 1-1-1c-.2-.3-.3-.7-.3-1.1V19h1.8v8a52.9 52.9 0 0 0 .1 1.6c.2.4.6.6 1 .6h1.6v1.5Zm-6.3-7.8v-1.4h6.3V23h-6.3ZM35.5 51.8c-.6 0-1.2-.1-1.7-.4a2.8 2.8 0 0 1-1.5-2.6 2.7 2.7 0 0 1 1.7-2.7v.5a2.5 2.5 0 0 1-1.5-2.3c0-.6.2-1 .4-1.5.3-.4.6-.7 1-.9.5-.2 1-.3 1.6-.3.6 0 1.1.1 1.5.3.5.2.8.5 1 1 .3.3.5.8.5 1.4 0 .5-.1 1-.4 1.3-.2.4-.6.7-1 1V46c.5.3 1 .6 1.2 1.1.3.5.4 1 .4 1.6a2.8 2.8 0 0 1-1.6 2.6c-.4.3-1 .4-1.6.4Zm0-1.2c.6 0 1-.1 1.4-.4.4-.3.5-.8.5-1.4 0-.6-.1-1-.5-1.4a2 2 0 0 0-1.4-.5 2 2 0 0 0-1.4.5c-.3.3-.5.8-.5 1.4 0 .6.2 1 .5 1.4.4.3.8.4 1.4.4Zm0-4.8c.5 0 1-.1 1.2-.4.3-.2.5-.6.5-1.1 0-.5-.2-1-.5-1.2-.3-.2-.7-.3-1.2-.3s-.9 0-1.2.3c-.3.3-.5.7-.5 1.2s.2.9.5 1.1c.3.3.7.4 1.2.4Zm10.6 6a3 3 0 0 1-2.9-1.9c-.3-.6-.4-1.2-.4-2 0-.7.1-1.4.4-2 .3-.6.7-1 1.1-1.3a3 3 0 0 1 1.8-.6 3 3 0 0 1 1.7.5c.5.4.9.8 1.1 1.4.3.6.4 1.3.4 2s-.1 1.4-.4 2c-.2.6-.6 1-1 1.4-.5.3-1.1.5-1.8.5Zm.2-1.1a2 2 0 0 0 1.2-.4c.3-.2.5-.5.7-1l.2-1.4c0-.5 0-1-.2-1.4a2 2 0 0 0-.7-1 2 2 0 0 0-1.2-.3 2 2 0 0 0-1.3.3l-.7 1a4 4 0 0 0-.2 1.4c0 .5 0 1 .2 1.4.2.4.4.8.7 1 .4.3.8.4 1.3.4Zm2.1.9v-5.4h-.1v-4.4h1.2v9.8h-1Zm5 .2c-.5 0-1-.1-1.3-.3-.4-.2-.6-.5-.8-.8-.2-.3-.3-.7-.3-1 0-.5 0-.8.2-1l.6-.8 1-.4 1.2-.3a40.2 40.2 0 0 1 2.5-.4l-.4.3c0-.7-.1-1.1-.4-1.5-.3-.3-.7-.4-1.4-.4-.5 0-.9 0-1.2.3-.3.2-.6.5-.7 1l-1.1-.4c.1-.6.5-1.1 1-1.5.5-.4 1.2-.6 2-.6.7 0 1.2.2 1.7.4s.8.6 1 1c.2.3.2.6.2.8v5.4h-1v-1.8l.3.2a3 3 0 0 1-1.2 1.3c-.5.4-1.1.5-1.8.5Zm.3-1c.4 0 .8 0 1.1-.2l.8-.7.4-.8v-1.4l.5.2a167.5 167.5 0 0 1-3.2.5 3 3 0 0 0-.5.2l-.5.4a1.2 1.2 0 0 0 0 1.2l.5.4.9.2Zm6 4L61 51v1.1L58 44.2h1.3l2.5 6.4h-.4l2.3-6.4h1.2l-4 10.7h-1.1Zm9-3c-.8 0-1.5-.2-2.1-.6-.6-.4-1-.9-1-1.6l1.2-.2c.1.4.3.7.7 1 .3.2.8.3 1.3.3a2 2 0 0 0 1.2-.3c.3-.2.4-.5.4-.9l-.1-.5-.6-.3-1.3-.4-1.6-.6a2 2 0 0 1-.8-.6l-.2-1c0-.3.1-.7.3-1 .3-.4.6-.6 1-.8l1.5-.3c.6 0 1 .1 1.5.3.5.2.8.4 1 .8.4.3.5.7.6 1l-1.3.3c0-.4-.2-.7-.5-1-.4-.1-.8-.3-1.3-.3a2 2 0 0 0-1.1.3c-.3.2-.5.4-.5.7 0 .2 0 .4.2.5l.6.3c.3.2.7.3 1.3.4l1.5.6c.4.2.7.4.9.7l.2 1a2 2 0 0 1-.8 1.6c-.5.4-1.2.6-2.2.6Zm8-.2v-8.9l.4-.5c.2-.2.3-.4.5-.4l.6-.2h1.6v1h-.9c-.4 0-.6 0-.8.3-.2.1-.3.4-.3.8v7.9h-1.2Zm-1.3-6.4v-1h4.4v1h-4.4Zm5.5 6.4v-7.4h1V46l-.1-.2.3-.6.5-.5.6-.4a2.7 2.7 0 0 1 1.4 0v1h-.8c-.3 0-.6.2-.8.4-.3.1-.5.3-.6.6l-.3.8v4.5h-1.2Zm8 .2c-.7 0-1.3-.2-1.9-.5-.5-.3-.9-.8-1.2-1.4-.3-.6-.4-1.2-.4-2s.1-1.4.4-2c.3-.6.7-1 1.3-1.4.5-.3 1.1-.5 1.8-.5.8 0 1.4.2 2 .5.5.4.9.8 1.2 1.4.2.6.4 1.3.4 2 0 .8-.2 1.5-.4 2a3.3 3.3 0 0 1-3.2 1.9Zm0-1.1c.8 0 1.4-.3 1.7-.8.4-.5.6-1.2.6-2s-.2-1.5-.6-2c-.3-.5-1-.7-1.7-.7-.5 0-.9.1-1.2.3a2 2 0 0 0-.8 1l-.2 1.4c0 .8.2 1.5.6 2 .3.5.9.8 1.6.8Zm13.9.9v-4.7c0-.6-.2-1-.5-1.3-.3-.3-.6-.5-1.1-.5l-.8.2-.6.6a2 2 0 0 0-.2 1l-.7-.2c0-.6.1-1 .4-1.4.2-.4.5-.7.9-1l1.3-.2c.8 0 1.4.2 1.8.7.5.4.7 1 .7 1.8v5h-1.2Zm-8.8 0v-7.4h1v2h.2v5.4H94Zm4.4 0v-4.7c0-.5-.2-1-.5-1.3-.2-.3-.6-.5-1.1-.5-.5 0-.9.2-1.2.5-.3.4-.4.8-.4 1.3l-.6-.4a2.4 2.4 0 0 1 1.2-2.1c.4-.2.9-.3 1.3-.3.5 0 1 0 1.3.3.4.2.7.5.9.9.2.4.3.8.3 1.3v5h-1.2Zm15.3 0v-4.7l-.4-.9-.6-.6-1-.2c-.3 0-.6 0-.8.2-.2 0-.5.2-.6.4l-.5.8v1.1l-.9-.2c0-.7.1-1.3.4-1.9.3-.5.6-.9 1-1.1.5-.3 1-.4 1.7-.4.5 0 1 0 1.2.2.4.1.7.3.9.6l.5.8.3 1V51.5h-1.2Zm-5.2 0v-7.4h1v2h.2v5.4h-1.2Zm11.3.2c-.7 0-1.4-.2-2-.5-.4-.3-.8-.8-1.1-1.4a4.5 4.5 0 0 1 0-4c.3-.6.7-1 1.2-1.4.5-.3 1.2-.5 1.9-.5s1.4.2 1.9.5c.5.4 1 .8 1.2 1.4.3.6.4 1.3.4 2 0 .8-.1 1.5-.4 2a3.3 3.3 0 0 1-3.1 1.9Zm0-1.1c.7 0 1.3-.3 1.7-.8.4-.5.5-1.2.5-2s-.1-1.5-.5-2-1-.7-1.7-.7c-.5 0-1 .1-1.3.3a2 2 0 0 0-.7 1c-.2.4-.3.9-.3 1.4 0 .8.2 1.5.6 2 .4.5 1 .8 1.7.8Zm6.3.9-2.2-7.4h1.2l1.6 5.4 1.7-5.4h1l1.7 5.4 1.7-5.4h1.1l-2.2 7.4h-1l-1.8-5.6-1.8 5.6h-1Z'/%3E%3Cpath fill='%23D5D5D5' d='M250.2 39.6v-3.2H247V35h3.2v-3.2h1.4V35h3.1v1.4h-3v3.2h-1.5Zm10 4v-2h1.8v2h-1.8Zm0-13.7v-2h1.8v2h-1.8Zm1 12.2c-.9 0-1.7-.2-2.3-.5a4.3 4.3 0 0 1-2.5-3.3l1.7-.3a3 3 0 0 0 1.1 1.8c.6.4 1.3.6 2 .6a3 3 0 0 0 2-.5c.4-.4.7-.9.7-1.5 0-.4-.2-.7-.4-1l-1.2-.6-2.9-.9c-1.7-.5-2.6-1.5-2.6-3 0-.8.2-1.4.6-2 .3-.4.8-.8 1.4-1.1a5.2 5.2 0 0 1 4.3 0 4 4 0 0 1 1.6 1.2c.4.5.7 1.2.8 2l-1.8.2A2.7 2.7 0 0 0 261 31c-.5 0-.9 0-1.2.2a2 2 0 0 0-.9.7c-.2.2-.3.5-.3.9 0 .3.2.7.5 1l1.3.6 2.3.6c1 .4 1.8.8 2.2 1.3.5.5.7 1.2.7 2a3.5 3.5 0 0 1-2.1 3.3c-.7.3-1.5.5-2.3.5Zm8.4-.3V31.5l-2.3 1.4v-2l2.3-1.3h1.8v12.2h-1.8Zm9.3.3c-.9 0-1.6-.2-2.2-.6a4 4 0 0 1-2-3.7v-4.2c0-.8 0-1.6.5-2.2a4 4 0 0 1 1.5-1.5c.6-.4 1.3-.6 2.2-.6.8 0 1.6.2 2.2.6a4 4 0 0 1 1.5 1.5c.4.6.6 1.4.6 2.2v4.2c0 .8-.2 1.6-.6 2.2a4 4 0 0 1-1.5 1.5c-.6.4-1.4.6-2.2.6Zm0-1.7 1.2-.3 1-1 .2-1.2v-4.4c0-.5 0-.9-.3-1.3l-.9-.9-1.2-.3c-.5 0-.9.1-1.3.3a2.4 2.4 0 0 0-1.2 2.2v4.4a2.4 2.4 0 0 0 1.2 2.2c.4.2.8.3 1.3.3Zm11 1.7c-1 0-1.7-.2-2.3-.6A4 4 0 0 1 286 40c-.4-.6-.6-1.4-.6-2.2v-4.2c0-.8.2-1.6.6-2.2a4 4 0 0 1 1.5-1.5c.6-.4 1.4-.6 2.2-.6.8 0 1.6.2 2.2.6a4 4 0 0 1 1.5 1.5c.4.6.6 1.4.6 2.2v4.2c0 .8-.2 1.6-.6 2.2a4 4 0 0 1-1.5 1.5c-.6.4-1.4.6-2.2.6Zm0-1.7c.4 0 .8-.1 1.1-.3l1-1c.2-.3.3-.7.3-1.2v-4.4c0-.5-.1-.9-.4-1.3l-.9-.9c-.3-.2-.7-.3-1.2-.3-.4 0-.9.1-1.2.3a2.5 2.5 0 0 0-1.3 2.2v4.4a2.4 2.4 0 0 0 1.3 2.2c.3.2.8.3 1.2.3Zm6.9 1.4V40h1.8v1.8h-1.8Zm8.8.3c-.8 0-1.6-.2-2.2-.6a4 4 0 0 1-2-3.7v-4.2c0-.8.1-1.6.5-2.2a4 4 0 0 1 1.5-1.5c.6-.4 1.4-.6 2.2-.6.8 0 1.6.2 2.2.6a4 4 0 0 1 1.5 1.5c.4.6.6 1.4.6 2.2v4.2c0 .8-.2 1.6-.6 2.2a4 4 0 0 1-1.5 1.5c-.6.4-1.4.6-2.2.6Zm0-1.7a2.4 2.4 0 0 0 2.1-1.2c.2-.4.4-.8.4-1.3v-4.4c0-.5-.2-.9-.4-1.3a2.4 2.4 0 0 0-2.1-1.2c-.5 0-.9.1-1.2.3a2.4 2.4 0 0 0-1.3 2.2v4.4a2.4 2.4 0 0 0 1.3 2.2c.3.2.7.3 1.2.3Zm11 1.7c-1 0-1.7-.2-2.3-.6a4 4 0 0 1-1.5-1.5c-.4-.6-.6-1.4-.6-2.2v-4.2c0-.8.2-1.6.6-2.2a4 4 0 0 1 1.5-1.5c.6-.4 1.4-.6 2.2-.6.9 0 1.6.2 2.2.6a4 4 0 0 1 1.5 1.5c.4.6.6 1.4.6 2.2v4.2c0 .8-.2 1.6-.6 2.2a4 4 0 0 1-1.5 1.5c-.6.4-1.3.6-2.2.6Zm0-1.7 1.2-.3.8-1c.3-.3.4-.7.4-1.2v-4.4c0-.5-.1-.9-.4-1.3l-.8-.9c-.4-.2-.8-.3-1.3-.3l-1.2.3a2.5 2.5 0 0 0-1.2 2.2v4.4a2.4 2.4 0 0 0 1.2 2.2l1.2.3Z'/%3E%3Crect width='337.9' height='69.8' x='68.4' y='77.2' fill='%23fff' stroke='%231A1A1A' stroke-width='.9' rx='8.1' transform='rotate(-3 68.4 77.2)'/%3E%3Cpath fill='%231A1A1A' d='M90.8 106.8c-.9 0-1.6-.1-2.3-.6-.6-.4-1-1-1.3-1.9l1.7-.5c.1.4.3.7.7 1 .3.2.7.4 1 .3.4 0 .6 0 1-.2l.5-.7.2-.7v-1l-.4-8.3h1.8l.3 8.3a49.7 49.7 0 0 1 0 1.8c0 .2 0 .5-.2.7a3 3 0 0 1-1.2 1.3c-.6.3-1.1.5-1.8.5Zm9.5-.4c-.7 0-1.2 0-1.7-.3a3 3 0 0 1-1-.7l-.7-1a5.6 5.6 0 0 1-.5-2.2l-.2-5L98 97l.2 4.5.1 1.1c.1.4.2.8.4 1 .2.4.5.6.8.8.3.2.7.3 1.2.3l.9-.2.7-.6c.2-.2.3-.5.4-1l.2-1.3 1 .4a5 5 0 0 1-.3 2.2c-.3.6-.7 1.2-1.2 1.5a4 4 0 0 1-2.1.7Zm3-.4-.1-2.7h-.3l-.3-6.5h1.8l.5 9.1h-1.6Zm4.1-.2-.6-12.5h1.8l.6 12.4h-1.8Zm5.8 3.8 1.5-5 .1 1.5-4.4-9.7h1.8l3.4 7.4h-.6l2.5-7.7h1.8l-4.4 13.4-1.7.1Zm11.3-4.6-.6-12.3 5-.2a7 7 0 0 1 1 0c.6.1 1.2.3 1.6.7.5.3.9.7 1.1 1.3.3.5.4 1 .5 1.7 0 .7-.1 1.3-.3 1.9-.2.5-.5 1-1 1.4-.4.4-1 .6-1.6.8a6.6 6.6 0 0 1-1 0l-3.1.2.2 4.4h-1.8Zm1.5-6.2 3-.1a4.5 4.5 0 0 0 .9-.1l.8-.5c.2-.3.4-.6.4-.9a3 3 0 0 0 0-1.8 2 2 0 0 0-.6-.7c-.2-.2-.5-.4-.9-.5h-.7l-3.1.1.2 4.5Zm11.5 5.8c-.7 0-1.3 0-1.8-.3-.4-.2-.8-.5-1-1-.3-.3-.4-.8-.5-1.3 0-.4 0-.8.2-1.2l.7-1a4 4 0 0 1 1.2-.6l1.3-.4a47.3 47.3 0 0 1 3.3-.6l-.6.4c0-.8-.2-1.3-.5-1.6-.3-.3-.9-.5-1.7-.5-.4 0-.9.2-1.3.4-.4.3-.6.7-.8 1.2l-1.6-.4c.2-.8.6-1.5 1.2-2s1.4-.8 2.5-.8a5 5 0 0 1 2.1.3c.7.3 1.1.7 1.5 1.3l.3 1v1l.3 5.7h-1.5l-.1-2 .3.2a4 4 0 0 1-1.4 1.6c-.6.4-1.3.6-2.1.6Zm.2-1.4c.5 0 1-.2 1.3-.4.4-.2.6-.4.8-.7.3-.3.4-.6.4-.9l.2-.9v-.8l.5.2a454 454 0 0 1-3.7.8l-.6.3-.5.5-.1.6c0 .3 0 .5.2.7.1.2.3.3.6.4l1 .2Zm7.8 4.9 1.5-5 .1 1.5-4.5-9.7h1.9l3.3 7.4h-.5l2.5-7.7h1.8l-4.4 13.4-1.7.1Zm11.5-4.4c-.9 0-1.7-.1-2.4-.5s-1.2-1-1.6-1.6c-.4-.7-.7-1.6-.7-2.5 0-1 .1-1.8.4-2.6.4-.7.9-1.3 1.5-1.7.7-.5 1.5-.7 2.4-.8.9 0 1.7.2 2.4.5.7.4 1.2 1 1.6 1.7.4.7.7 1.5.7 2.5s0 1.8-.4 2.5a4.2 4.2 0 0 1-3.9 2.5Zm0-1.7c.8 0 1.5-.3 1.9-1 .4-.5.6-1.3.5-2.3 0-1-.3-1.7-.8-2.2-.4-.6-1-.8-2-.8a2.4 2.4 0 0 0-2.3 1.6l-.1 1.7c0 1 .3 1.7.8 2.3.4.5 1 .8 2 .7Zm9.9 1.3c-.7 0-1.2 0-1.6-.3a3 3 0 0 1-1.1-.7l-.7-1a5.6 5.6 0 0 1-.5-2.2l-.2-5.1h1.8l.2 4.4.1 1.1.4 1c.2.4.5.6.8.8.3.2.7.3 1.2.2l.9-.1.7-.6c.2-.2.3-.5.4-1 .2-.3.2-.8.2-1.3l1 .3a5 5 0 0 1-.3 2.3c-.3.6-.7 1.1-1.2 1.5a4 4 0 0 1-2.1.7Zm3-.4-.1-2.7h-.3l-.3-6.5h1.8l.5 9-1.6.2Zm9.2-.5-1.7.3-1.5-.3a2 2 0 0 1-1-.9c-.2-.4-.4-.7-.4-1.1V99l-.5-8 1.8-.2.4 8a41.3 41.3 0 0 0 .3 1.7c.2.3.5.5 1 .6.4 0 1 0 1.5-.2l.1 1.5Zm-6.6-7.4-.1-1.5 6.3-.2v1.4l-6.2.3ZM92.6 127.5a3.3 3.3 0 0 1-3-1.5c-.3-.5-.5-1-.5-1.7l-.2-3.3c0-.7.1-1.3.4-1.8.2-.6.6-1 1.1-1.3.5-.4 1.1-.5 1.8-.6a3.4 3.4 0 0 1 2.7 1.2l-.8.8a2.1 2.1 0 0 0-1.8-.8 2.1 2.1 0 0 0-2 1.2l-.2 1.1.1 2-.2-.3c.2-.4.6-.8 1-1 .4-.3.9-.5 1.4-.5a3.1 3.1 0 0 1 2.9 1.5c.3.5.4 1 .5 1.6a3 3 0 0 1-.4 1.7 3.4 3.4 0 0 1-2.8 1.7Zm0-1.1a2.1 2.1 0 0 0 .8-4 2 2 0 0 0-1-.3 2.1 2.1 0 0 0 .2 4.2Zm7-9.2h1.3l-2.1 9.8-1.3.1 2.2-10Zm5.2 9.6-.3-8.5-1.8 1.2-.1-1.3 1.8-1.2h1.2l.5 9.7h-1.3Zm8.1-.4v-1.8l-4.6.2v-1.2l2.9-7h1.3l-2.9 7 3.2-.2-.2-2.7h1.3v2.7h1.1v1l-1 .1.1 1.8H113Zm5.9-10.1h1.2l-2.1 9.9h-1.3l2.2-10Zm3.2 9.7v-1.1l4-4.1c.4-.4.7-.7.8-1l.1-1a2 2 0 0 0-.3-1 2 2 0 0 0-1.7-.8 2 2 0 0 0-1.7 1 2 2 0 0 0-.3 1l-1.2.1a3 3 0 0 1 3.1-3.3 3.2 3.2 0 0 1 2.9 1.4c.3.5.4 1 .5 1.6l-.1 1.2-.5.8-.8 1-3.5 3.3-.1-.4 5.2-.2v1.2l-6.4.3Zm10.8-.4c-.5 0-1 0-1.4-.2-.4-.1-.8-.4-1-.7-.4-.3-.6-.7-.8-1.1l1.2-.4a2 2 0 0 0 2 1.3 2 2 0 0 0 1-.3c.3-.2.5-.5.6-.8.2-.3.2-.7.2-1 0-.7-.2-1.1-.6-1.5-.4-.4-.9-.5-1.5-.5a2 2 0 0 0-1 .3l-.6-1 3.5-3.4.2.4-5 .2v-1.1l5.8-.3v1.2l-2.9 3v-.3a3 3 0 0 1 1.7.2c.5.2.9.6 1.2 1 .3.5.4 1 .5 1.7 0 .6-.1 1.2-.4 1.7a3 3 0 0 1-2.7 1.6ZM324.7 104.4l-.1-3.1-3.2.1V100l3.1-.2-.1-3 1.4-.1.1 3h3.2v1.4l-3 .1v3.2h-1.4ZM335 108v-2h1.7v2H335Zm-.6-13.6-.1-2h1.7l.1 2h-1.7Zm1.5 12.1c-.8 0-1.6 0-2.3-.3a4.3 4.3 0 0 1-2.6-3.2l1.7-.4a3 3 0 0 0 3.2 2.3 3 3 0 0 0 1.9-.7c.4-.4.7-.9.6-1.4 0-.4-.1-.8-.4-1-.2-.3-.7-.4-1.2-.6l-3-.7c-1.7-.5-2.6-1.5-2.6-3 0-.7 0-1.3.4-1.9.3-.5.8-1 1.4-1.3.6-.3 1.3-.5 2.2-.5.8 0 1.5 0 2.1.3a4 4 0 0 1 1.6 1.2c.4.5.8 1.1 1 1.9l-1.8.4a2.7 2.7 0 0 0-1.6-1.9 3 3 0 0 0-1.3-.2c-.4 0-.8 0-1.2.3a2 2 0 0 0-.8.6c-.2.3-.3.6-.3 1 0 .3.2.6.5.9l1.4.6 2.3.5c1 .3 1.8.7 2.3 1.2.5.5.8 1.1.8 2a3.5 3.5 0 0 1-2 3.4c-.6.3-1.4.5-2.3.5Zm6.9-.5 3.8-10.8-5.4.3-.1-1.7 7.3-.4.1 1.7-3.8 10.8h-1.9Zm9.1-.5 3.8-10.7-5.4.2v-1.7l7.3-.3v1.7l-3.7 10.7-2 .1Zm12.8-.6v-2.1l-5.6.3-.1-1.7 3.6-8.6 2-.1-3.6 8.6 3.5-.2-.1-3.3h1.8l.1 3.2h1.2l.1 1.7h-1.2l.1 2.1-1.8.1Zm5-.2v-1.9h1.8l.1 1.8-1.9.1Zm8.2-.1a4 4 0 0 1-4-2.9l1.6-.5a2.3 2.3 0 0 0 1.4 1.5 2.4 2.4 0 0 0 3.3-2.4c0-.4-.1-.8-.4-1.2-.2-.3-.5-.6-.9-.8-.4-.2-.8-.3-1.2-.2a2.5 2.5 0 0 0-2 1l-1.6-.4V92l6.7-.3v1.7l-5.7.3.7-.8V98l-.4-.5c.3-.3.7-.6 1.1-.7l1.3-.4a4 4 0 0 1 3.6 1.8c.4.6.6 1.3.6 2 0 .8-.1 1.5-.5 2.2a4.4 4.4 0 0 1-3.6 2.2Zm10-.5a4.1 4.1 0 0 1-4.2-2.8l1.7-.6a2.3 2.3 0 0 0 1.4 1.5 2.4 2.4 0 0 0 2.2-.2 2.4 2.4 0 0 0 1.1-2.1c0-.5-.1-.9-.4-1.2-.2-.4-.5-.6-.9-.8l-1.2-.3a2.5 2.5 0 0 0-2 1l-1.6-.4v-6.4l6.7-.4V93l-5.6.3.7-.7-.1 4.8-.4-.4c.3-.4.7-.6 1.1-.8l1.4-.3a4 4 0 0 1 3.5 1.8c.4.6.6 1.2.6 2s-.1 1.5-.5 2.1a4.4 4.4 0 0 1-3.5 2.2Z'/%3E%3Crect width='337.9' height='69.8' x='21.6' y='175.4' fill='%23fff' stroke='%231A1A1A' stroke-width='.9' rx='8.1' transform='rotate(1 21.6 175.4)'/%3E%3Cpath fill='%231A1A1A' d='M42 206.4c-.8 0-1.6-.3-2.2-.8-.6-.5-1-1.1-1.2-2l1.8-.3c0 .4.2.7.6 1 .3.3.6.4 1 .4.3 0 .6 0 .9-.2.3-.1.5-.3.6-.6l.2-.7v-1l.2-8.3h1.8l-.1 8.4a49.3 49.3 0 0 1-.2 1.7c0 .3-.1.5-.3.8a3 3 0 0 1-1.3 1.2c-.5.3-1 .4-1.7.4Zm9.5.1c-.6 0-1.2 0-1.6-.3a3 3 0 0 1-1-.8c-.3-.4-.5-.7-.6-1.1a5.6 5.6 0 0 1-.3-2.2v-5h1.8v5.6c0 .4.2.7.4 1 .1.4.4.6.7.8.3.2.7.4 1.1.4.4 0 .7 0 1-.2.2 0 .5-.2.7-.5.2-.2.4-.5.5-.9l.2-1.4 1.1.5a5 5 0 0 1-.5 2.2c-.3.6-.8 1-1.4 1.4a4 4 0 0 1-2 .5Zm3-.2.1-2.6h-.2l.1-6.5h1.8l-.2 9.2h-1.5Zm10.5.2V201c0-.5-.2-.8-.3-1.2a2 2 0 0 0-.7-.8c-.3-.2-.7-.3-1.2-.3-.3 0-.6 0-1 .2-.2 0-.5.2-.7.5-.2.2-.4.5-.5.9l-.2 1.4-1-.5c0-.8 0-1.5.4-2.2.3-.6.8-1.1 1.4-1.4a4 4 0 0 1 2.1-.5c.6 0 1.2 0 1.6.3.4.2.8.5 1 .8.3.3.5.7.6 1.1a5.6 5.6 0 0 1 .4 2.1l-.1 5.2H65Zm-6.5 0 .2-9.3h1.6v2.7h.1v6.5h-1.9Zm14.5.4a4.2 4.2 0 0 1-4-2.3 5.7 5.7 0 0 1 0-5.1 4.2 4.2 0 0 1 4-2.3c1 0 1.8.3 2.4.7.7.5 1.1 1 1.5 1.9.3.8.4 1.7.3 2.8h-1.8v-.6c0-1.1-.2-1.9-.5-2.4-.4-.5-1-.8-1.8-.8-1 0-1.6.2-2 .8-.5.6-.7 1.4-.8 2.4 0 1 .2 1.8.7 2.4.4.5 1 .8 1.9.8.6 0 1 0 1.4-.3.5-.3.8-.6 1-1l1.7.5c-.3.8-.9 1.4-1.6 1.9-.7.4-1.6.6-2.4.6Zm-3.2-4.4v-1.4l6.5.1v1.4h-6.5Zm12.6 4.3.3-12.2h5a7.4 7.4 0 0 1 .9.1c.6.2 1.2.4 1.6.8.5.3.8.8 1 1.3.3.6.4 1.2.4 1.8 0 .7-.2 1.3-.4 1.9-.2.5-.6 1-1 1.3-.5.3-1.1.6-1.8.7a6.8 6.8 0 0 1-1 0h-3.1v4.4h-1.9Zm2-6h3a4.5 4.5 0 0 0 .8 0c.4-.1.7-.3.9-.5l.5-.8a3 3 0 0 0 0-1.8 2 2 0 0 0-.4-.8l-1-.5h-.7l-3-.1-.2 4.5Zm11 6.5c-.7 0-1.2-.1-1.7-.4-.4-.3-.8-.6-1-1-.2-.4-.3-1-.3-1.4 0-.5 0-.9.2-1.2l.8-1a4 4 0 0 1 1.2-.5l1.4-.3 1.6-.2 1.7-.2-.6.3c0-.7-.2-1.2-.5-1.6-.3-.3-.8-.5-1.6-.5-.5 0-1 0-1.3.3-.4.2-.7.6-.9 1l-1.6-.5c.2-.8.7-1.4 1.3-1.8.6-.5 1.5-.7 2.6-.7a5 5 0 0 1 2.1.5c.6.3 1 .7 1.3 1.3.2.3.3.7.3 1v6.7h-1.7V205l.4.3a4 4 0 0 1-1.5 1.5c-.6.4-1.3.5-2.2.5Zm.4-1.4c.5 0 1-.1 1.3-.3l.9-.7.4-.8.2-1v-.8l.6.3a549.5 549.5 0 0 1-3.8.6l-.6.3c-.2 0-.4.2-.5.4l-.2.6c0 .2 0 .5.2.7l.5.5 1 .2Zm7.4 5.4 1.8-4.8v1.4l-3.8-10h1.9l2.8 7.8h-.5l3-7.6h1.8l-5.3 13.2h-1.7Zm11.8-3.7c-1 0-1.7-.2-2.4-.6-.6-.5-1.2-1-1.5-1.8-.4-.7-.5-1.5-.5-2.5s.2-1.8.6-2.5c.4-.7 1-1.3 1.6-1.7.7-.4 1.5-.6 2.4-.6.9 0 1.7.3 2.4.7.6.4 1.1 1 1.5 1.7.3.8.5 1.6.5 2.6s-.2 1.8-.6 2.5a4.2 4.2 0 0 1-4 2.2Zm0-1.6c1 0 1.6-.3 2-.9.5-.6.7-1.3.7-2.3 0-1-.2-1.7-.6-2.3-.4-.6-1-.9-2-.9-.6 0-1 .1-1.4.4l-1 1-.2 1.7c0 1 .2 1.8.6 2.4.4.5 1 .8 2 .9Zm9.8 1.8a3 3 0 0 1-2.6-1.2l-.6-1a5.6 5.6 0 0 1-.3-2.2v-5.1h1.9l-.1 4.5v1.2l.4 1 .7.8c.3.2.7.3 1.2.3l.9-.1.7-.5c.2-.2.4-.5.5-1 .2-.3.2-.8.3-1.3l1 .4a5 5 0 0 1-.5 2.2c-.3.7-.7 1.1-1.3 1.5a4 4 0 0 1-2.2.5Zm3-.2.1-2.7h-.2l.1-6.5h1.8l-.1 9.2h-1.6Zm9.3.2h-1.7c-.5 0-1 0-1.5-.3a2 2 0 0 1-1-1l-.2-1V204l.1-8.2h1.8l-.1 8.1a49.5 49.5 0 0 0 .1 1.7c.2.3.5.5 1 .6h1.5v1.5Zm-6.1-8v-1.3h6.3v1.5l-6.3-.1ZM42 227.2a3.2 3.2 0 0 1-2.5-1.2c-.3-.4-.5-.8-.6-1.3l1.2-.3c0 .3.2.6.4.8l.7.6.9.2c.4 0 .8 0 1-.3.4-.2.7-.4.9-.7l.3-1c0-.5-.1-.8-.3-1.2a2.1 2.1 0 0 0-1.8-1 2.1 2.1 0 0 0-1.9.9l-1-.5.3-5H45v1.2l-4.7-.1.6-.5-.4 4-.2-.3c.3-.3.6-.5 1-.6a3.1 3.1 0 0 1 4.3 3 3 3 0 0 1-.5 1.7c-.3.5-.8.9-1.3 1.2-.5.2-1 .4-1.7.4Zm7.7-10 1.2.1-2.8 9.8H47l2.8-9.8Zm4.5 10 .2-8.5-1.9 1.1v-1.4l1.9-1h1.2l-.1 9.8h-1.3Zm8 .1.1-1.8h-4.5v-1.2l3.4-6.8h1.4l-3.4 6.8h3.1v-2.7h1.3v2.8h1v1.1h-1v1.8h-1.3Zm6.6-9.7H70l-2.7 9.8H66l2.8-9.8Zm2.6 9.9v-1.1l4.4-3.9.8-.9.2-.9c0-.4-.1-.7-.3-1a2 2 0 0 0-1.7-1 2 2 0 0 0-1.8 1 2 2 0 0 0-.2 1h-1.3a3 3 0 0 1 3.4-3.2 3.2 3.2 0 0 1 2.7 1.6c.3.5.4 1 .4 1.7 0 .4 0 .7-.2 1 0 .4-.3.7-.5 1l-.8.8-3.7 3.1-.2-.4 5.3.1v1.2l-6.5-.1Zm10.8.3c-.5 0-1 0-1.3-.2a3.1 3.1 0 0 1-1.7-2l1.1-.3a2 2 0 0 0 2 1.4c.3 0 .7-.1 1-.3.3-.1.5-.4.6-.7.2-.3.3-.6.3-1a2 2 0 0 0-.5-1.5c-.4-.4-.8-.6-1.4-.6a2.1 2.1 0 0 0-1 .2l-.6-1 3.7-3.2.1.4h-4.9v-1.2l5.8.1v1.2l-3.1 2.9v-.4c.6 0 1.2 0 1.7.3.4.3.8.6 1 1.1a3.2 3.2 0 0 1 0 3.3 3 3 0 0 1-2.8 1.5ZM270.8 218.8v-3.1h-3.1v-1.5h3.2v-3h1.5l-.1 3 3.1.1v1.5h-3.1v3h-1.5Zm10 4.2v-2h1.7v2h-1.8Zm.1-13.7v-2h1.9v2h-1.9Zm.8 12.3c-.8 0-1.6-.2-2.3-.5a4.3 4.3 0 0 1-2.4-3.4l1.8-.2a3 3 0 0 0 1 1.7c.6.5 1.3.7 2 .7a3 3 0 0 0 2-.5c.4-.4.7-.9.7-1.4 0-.4-.1-.8-.4-1-.2-.3-.6-.5-1.2-.7l-2.8-1c-1.7-.5-2.6-1.5-2.5-3 0-.8.2-1.4.5-1.9.4-.5.9-1 1.5-1.2.6-.3 1.4-.4 2.2-.4.8 0 1.5.2 2.1.5a4 4 0 0 1 1.5 1.2c.4.6.7 1.2.9 2l-1.9.3a2.7 2.7 0 0 0-1.4-2 3 3 0 0 0-1.3-.3c-.4 0-.8 0-1.2.2a2 2 0 0 0-.8.6l-.3.9c0 .4 0 .7.4 1 .3.2.7.5 1.3.7l2.3.7c1 .3 1.7.7 2.2 1.2.4.5.7 1.2.6 2.1a3.5 3.5 0 0 1-2.1 3.2c-.7.3-1.5.5-2.4.5Zm9.7.1c-.6 0-1.1-.1-1.7-.4a3.9 3.9 0 0 1-2.2-2.5l1.8-.4a2.2 2.2 0 0 0 2.2 1.6c.4 0 .8 0 1.1-.3.4-.2.7-.4.9-.8.2-.3.3-.7.3-1.2 0-.7-.2-1.2-.6-1.7-.5-.4-1-.7-1.7-.7l-.6.1a3 3 0 0 0-.5.2l-.9-1.4 4.4-3.8.2.6-6-.1v-1.7h7.5v1.8l-3.7 3.4v-.6c.7 0 1.4.2 2 .5.5.4 1 .9 1.3 1.5.3.6.4 1.2.4 2a4 4 0 0 1-2.1 3.4c-.6.4-1.3.5-2 .5Zm11.5 0v-2.2h-5.5v-1.7l4.2-8.4h2l-4.1 8.4h3.5v-3.3h1.9l-.1 3.4h1.2v1.7h-1.2v2.1h-1.9Zm9.3.4a4.1 4.1 0 0 1-4.1-4.5v-3.9c0-.8.2-1.6.6-2.3a4 4 0 0 1 1.6-1.5 4.6 4.6 0 0 1 4.1-.1c.6.2 1 .6 1.5 1l-1.4 1.2-.8-.7a2.5 2.5 0 0 0-2.5 0 2.6 2.6 0 0 0-1.3 2.2v2.3l-.3-.4a3.8 3.8 0 0 1 5-.9c.6.4 1 .9 1.4 1.5.3.6.5 1.3.5 2 0 .8-.2 1.5-.6 2.1a4.3 4.3 0 0 1-3.7 2Zm0-1.7c.5 0 .9-.1 1.2-.3.4-.2.7-.5 1-.9.2-.3.3-.7.3-1.2l-.3-1.2a2.4 2.4 0 0 0-3.3-1c-.4.3-.7.6-.9 1-.2.3-.3.7-.3 1.1 0 .5 0 .9.3 1.2l.8 1 1.2.3Zm6.7 1.5v-1.8h1.9v1.9h-2Zm9.7.2V220l-5.5-.1v-1.7l4.2-8.4h2l-4.1 8.4h3.5V215h1.9l-.1 3.3h1.2v1.7h-1.2v2.1h-1.9Zm8.7.4a4 4 0 0 1-3.9-3l1.7-.5a2.3 2.3 0 0 0 1.3 1.6 2.4 2.4 0 0 0 2.2-.1c.4-.2.7-.5 1-.9l.3-1.2c0-.4-.1-.8-.4-1.2l-.8-.8c-.4-.3-.8-.4-1.2-.4a2.5 2.5 0 0 0-2.1 1l-1.5-.6.4-6.4h6.6v1.7h-5.7l.8-.7-.4 4.8-.4-.5 1.2-.7 1.3-.2a4 4 0 0 1 4 4 4.4 4.4 0 0 1-4.3 4Z'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.app {
  padding-top: 100px;
  position: relative;
  z-index: 6;
}
.app h2 {
  padding-top: 25px;
}

.phone {
  margin-top: 67px;
  padding: 18px 16px 0 19px;
  width: 230px;
  border-radius: 32px 32px 0 0;
  border: 2px solid #1A1A1A;
  background: #FFF;
  position: relative;
  z-index: 15;
  transform-style: preserve-3d;
}
.phone::after {
  transform: translateZ(-1px);
  position: absolute;
  content: "";
  width: 186px;
  height: 117px;
  right: -86px;
  top: 61px;
  z-index: -5;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='297' height='187' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23000' d='M-56-80.2 389-73l-4.5 278-445-7.1z'/%3E%3Cg filter='url(%23c)'%3E%3Cellipse cx='217.9' cy='202.6' fill='%238777F1' rx='245' ry='136' transform='rotate(23 217.9 202.6)'/%3E%3C/g%3E%3Cg filter='url(%23d)'%3E%3Ccircle cx='-11.5' cy='84' r='167.7' fill='%23425680' transform='rotate(1 -11.5 84)'/%3E%3C/g%3E%3Cg filter='url(%23e)'%3E%3Cellipse cx='566.2' cy='492.3' fill='%23513ECA' rx='551.1' ry='169.8' transform='rotate(30 566.2 492.3)'/%3E%3C/g%3E%3Cg filter='url(%23f)'%3E%3Cellipse cx='164.4' cy='479.4' fill='%23ADA0FF' rx='830.7' ry='223.3' transform='rotate(24 164.4 479.4)'/%3E%3C/g%3E%3C/g%3E%3Cg filter='url(%23g)'%3E%3Cpath fill='%23fff' fill-opacity='.3' d='M34.5 69.4c0-3 2.5-5.5 5.6-5.5h27.6c3 0 5.5 2.5 5.5 5.5V86c0 3-2.5 5.5-5.5 5.5H40a5.6 5.6 0 0 1-5.6-5.5V69.4Z'/%3E%3Cpath stroke='%23fff' stroke-opacity='.3' stroke-width='.7' d='M34.9 69.4c0-2.9 2.3-5.2 5.2-5.2h27.6c2.8 0 5.2 2.3 5.2 5.2V86c0 2.8-2.4 5.2-5.2 5.2H40a5.2 5.2 0 0 1-5.2-5.2V69.4Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-opacity='.3' d='M43.9 64.6h.6v26.2H44v-8.3h-8.7v-.7H44v-8.2h-8.7v-.7H44v-8.3Zm19.6 17.2h9v.7h-9v8.3h-.7V77c0-2.3 1.9-4.1 4.2-4.1h5.5v.7H67c-2 0-3.5 1.5-3.5 3.4v4.8Zm0-17.2h-.7V70h.7v-5.5Z'/%3E%3Cpath fill='%23fff' fill-opacity='.3' fill-rule='evenodd' d='M58.7 77.7a4.8 4.8 0 1 1-9.7 0 4.8 4.8 0 0 1 9.7 0Zm-.7 0a4.1 4.1 0 1 1-8.3 0 4.1 4.1 0 0 1 8.3 0Z' clip-rule='evenodd'/%3E%3Cg fill='%23fff' clip-path='url(%23h)'%3E%3Cpath d='m250.2 36.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-2s0-1.4-.3-2.1c-.2-.6-.6-1.2-1-1.8-.3-.5-1-.5-1.5-.2s-.5 1-.2 1.5Zm3.8-2a8.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='M258 32a13.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 0-15.5c-.2-.5-1-.7-1.5-.4-.5.4-.7 1-.4 1.5Z'/%3E%3Cpath d='M262 30a17.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%3Cg filter='url(%23i)'%3E%3Ccircle cx='246.3' cy='151.7' r='12.9' fill='%23fff' fill-opacity='.3'/%3E%3C/g%3E%3Cg filter='url(%23j)'%3E%3Cpath fill='%23fff' fill-opacity='.7' d='M275.1 151.7a12.9 12.9 0 1 1-25.7 0 12.9 12.9 0 0 1 25.7 0Z'/%3E%3C/g%3E%3Cg filter='url(%23k)'%3E%3Cpath fill='%23fff' fill-opacity='.6' d='M254.3 141.6a12.9 12.9 0 0 0 0 20.2 12.9 12.9 0 0 0 0-20.2Z'/%3E%3C/g%3E%3C/g%3E%3Crect width='295.2' height='184.7' x='.9' y='.9' stroke='url(%23l)' stroke-width='1.7' rx='12.9'/%3E%3Cdefs%3E%3Cfilter id='c' width='882.9' height='736.2' x='-223.6' y='-165.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3694_39659' stdDeviation='105'/%3E%3C/filter%3E%3Cfilter id='d' width='695.4' height='695.4' x='-359.2' y='-263.7' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3694_39659' stdDeviation='90'/%3E%3C/filter%3E%3Cfilter id='e' width='1267' height='929' x='-67.3' y='27.8' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3694_39659' stdDeviation='75'/%3E%3C/filter%3E%3Cfilter id='f' width='1946.1' height='1214.7' x='-808.6' y='-127.9' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3694_39659' stdDeviation='105'/%3E%3C/filter%3E%3Cfilter id='g' width='55.9' height='44.9' x='25.9' y='55.3' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='4.3'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3694_39659'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_3694_39659' result='shape'/%3E%3C/filter%3E%3Cfilter id='i' width='60.3' height='60.3' x='216.1' y='121.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='8.6'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3694_39659'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_3694_39659' result='shape'/%3E%3C/filter%3E%3Cfilter id='j' width='60.3' height='60.3' x='232.1' y='121.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='8.6'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3694_39659'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_3694_39659' result='shape'/%3E%3C/filter%3E%3Cfilter id='k' width='44.3' height='54.7' x='232.1' y='124.3' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='8.6'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3694_39659'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_3694_39659' result='shape'/%3E%3C/filter%3E%3CclipPath id='a'%3E%3Crect width='297' height='186.5' fill='%23fff' rx='13.8'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M-56-80.2 389-73l-4.5 278-445-7.1z'/%3E%3C/clipPath%3E%3CclipPath id='h'%3E%3Cpath fill='%23fff' d='M247.2 27.6h22.1v22.1h-22z'/%3E%3C/clipPath%3E%3ClinearGradient id='l' x1='0' x2='297' y1='93.2' y2='93.2' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='.8'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.phone::before {
  border-radius: 32px 32px 0 0;
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 100%;
  height: 190px;
  background: #383838;
  z-index: -1;
}
.phone__bg {
  padding-bottom: 34px;
  color: #fff;
  position: relative;
}
.phone__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
}
.phone__header figure {
  display: flex;
  align-items: center;
}
.phone__header figure img {
  border-radius: 50%;
  width: 21px;
  margin: 0;
  margin-right: 6px;
}
.phone__header figure figcaption {
  font-size: 11px;
  font-weight: 600;
  position: relative;
}
.phone__header figure figcaption::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  inline-size: 14px;
  right: -15px;
  top: 1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5.93877 2.25434C5.89844 2.21166 5.8669 2.16145 5.84597 2.10658C5.82504 2.05171 5.81512 1.99325 5.81678 1.93455C5.81845 1.87585 5.83165 1.81805 5.85565 1.76445C5.87965 1.71085 5.91397 1.6625 5.95665 1.62217C5.99934 1.58183 6.04955 1.5503 6.10442 1.52937C6.15929 1.50844 6.21774 1.49852 6.27645 1.50018C6.33515 1.50184 6.39295 1.51505 6.44655 1.53905C6.50015 1.56304 6.5485 1.59737 6.58883 1.64005L10.3891 5.66382C10.4675 5.74682 10.5113 5.85673 10.5113 5.97096C10.5113 6.0852 10.4675 6.1951 10.3891 6.27811L6.58883 10.3023C6.54876 10.3459 6.50043 10.3812 6.44663 10.4059C6.39283 10.4307 6.33465 10.4446 6.27546 10.4467C6.21627 10.4488 6.15725 10.4391 6.10183 10.4182C6.04641 10.3973 5.9957 10.3656 5.95263 10.3249C5.90957 10.2843 5.87501 10.2354 5.85098 10.1813C5.82694 10.1272 5.8139 10.0688 5.81261 10.0096C5.81132 9.95039 5.82181 9.8915 5.84346 9.83638C5.86512 9.78125 5.89752 9.73098 5.93877 9.68848L9.44928 5.97096L5.93877 2.25434Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat;
}
.phone__bell {
  inline-size: 21px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
}
.phone__bell svg {
  width: 13px;
  height: 13px;
}
.phone__title {
  font-size: 9px;
  font-weight: 500;
  margin-top: 9px;
}
.phone__title:nth-child(3) {
  position: relative;
}
.phone__title:nth-child(3)::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  inline-size: 12px;
  right: 0px;
  top: 1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5.93877 2.25434C5.89844 2.21166 5.8669 2.16145 5.84597 2.10658C5.82504 2.05171 5.81512 1.99325 5.81678 1.93455C5.81845 1.87585 5.83165 1.81805 5.85565 1.76445C5.87965 1.71085 5.91397 1.6625 5.95665 1.62217C5.99934 1.58183 6.04955 1.5503 6.10442 1.52937C6.15929 1.50844 6.21774 1.49852 6.27645 1.50018C6.33515 1.50184 6.39295 1.51505 6.44655 1.53905C6.50015 1.56304 6.5485 1.59737 6.58883 1.64005L10.3891 5.66382C10.4675 5.74682 10.5113 5.85673 10.5113 5.97096C10.5113 6.0852 10.4675 6.1951 10.3891 6.27811L6.58883 10.3023C6.54876 10.3459 6.50043 10.3812 6.44663 10.4059C6.39283 10.4307 6.33465 10.4446 6.27546 10.4467C6.21627 10.4488 6.15725 10.4391 6.10183 10.4182C6.04641 10.3973 5.9957 10.3656 5.95263 10.3249C5.90957 10.2843 5.87501 10.2354 5.85098 10.1813C5.82694 10.1272 5.8139 10.0688 5.81261 10.0096C5.81132 9.95039 5.82181 9.8915 5.84346 9.83638C5.86512 9.78125 5.89752 9.73098 5.93877 9.68848L9.44928 5.97096L5.93877 2.25434Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
}
.phone__balance {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.phone__cards {
  margin: 4px 0 0 0;
}
.phone__list {
  margin-top: -24px;
  margin-bottom: 16px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-radius: 8px;
  border: 0.537px solid #E8E8E8;
  background: #FFF;
  padding: 9px 24px 9px 9px;
  position: relative;
}
.phone__list::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 7px;
  right: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_4021_4680)'%3E%3Cpath d='M6.87116 9.65678C7.08459 9.65678 7.28929 9.74156 7.44021 9.89248C7.59113 10.0434 7.67591 10.2481 7.67591 10.4615C7.67591 10.675 7.59113 10.8797 7.44021 11.0306C7.28929 11.1815 7.08459 11.2663 6.87116 11.2663C6.65773 11.2663 6.45303 11.1815 6.30211 11.0306C6.15119 10.8797 6.06641 10.675 6.06641 10.4615C6.06641 10.2481 6.15119 10.0434 6.30211 9.89248C6.45303 9.74156 6.65773 9.65678 6.87116 9.65678ZM6.87116 6.43776C7.08459 6.43776 7.28929 6.52255 7.44021 6.67347C7.59113 6.82439 7.67591 7.02908 7.67591 7.24252C7.67591 7.45595 7.59113 7.66064 7.44021 7.81156C7.28929 7.96248 7.08459 8.04727 6.87116 8.04727C6.65773 8.04727 6.45303 7.96248 6.30211 7.81156C6.15119 7.66064 6.06641 7.45595 6.06641 7.24252C6.06641 7.02908 6.15119 6.82439 6.30211 6.67347C6.45303 6.52255 6.65773 6.43776 6.87116 6.43776ZM6.87116 3.21875C7.08459 3.21875 7.28929 3.30354 7.44021 3.45446C7.59113 3.60538 7.67591 3.81007 7.67591 4.0235C7.67591 4.23694 7.59113 4.44163 7.44021 4.59255C7.28929 4.74347 7.08459 4.82826 6.87116 4.82826C6.65773 4.82826 6.45303 4.74347 6.30211 4.59255C6.15119 4.44163 6.06641 4.23694 6.06641 4.0235C6.06641 3.81007 6.15119 3.60538 6.30211 3.45446C6.45303 3.30354 6.65773 3.21875 6.87116 3.21875Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4021_4680'%3E%3Crect width='12.8761' height='12.8761' fill='white' transform='translate(0.429688 0.804688)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center/cover no-repeat;
}
.phone__list figure {
  width: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.phone__list figure svg {
  max-width: 13px;
  max-height: 13px;
  fill: #000;
}
.phone__list figure figcaption {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 500;
  text-align: center;
}
.phone__dia {
  margin-top: 7px;
  border-radius: 8px;
  border: 0.537px solid #E8E8E8;
  background: #FFF;
  display: grid;
  grid-template-columns: auto 50px;
  grid-template-rows: auto auto;
  padding: 5px 12px 7px 10px;
  font-size: 8px;
  font-weight: 500;
  justify-content: space-between;
}
.phone__dia:last-child {
  height: 58px;
}
.phone__dia h5 {
  grid-row: 1/2;
  grid-column: 1/2;
  justify-content: start;
}
.phone__dia img {
  width: 64px;
  grid-row: 2/3;
  grid-column: 1/2;
  margin: 11px 0 0 0;
}
.phone__dia .balanses {
  margin-top: 7px;
  grid-column: 2/3;
  align-self: end;
  grid-row: 2/3;
}
.phone__dia .balanses p:first-child {
  color: #37A163;
  margin-bottom: 3px;
}

.phone {
  padding: 24px 21px 0 25px;
  width: 303px;
  margin: 53px auto 0;
}
.phone::after {
  display: none;
}
.phone::before {
  height: 250px;
}
.phone__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
}
.phone__header figure img {
  width: 28px;
}
.phone__header figure figcaption {
  font-size: 14px;
}
.phone__bell {
  inline-size: 28px;
}
.phone__bell svg {
  width: 17px;
  height: 17px;
}
.phone__title {
  font-size: 11px;
  margin-top: 15px;
}
.phone__balance {
  font-size: 21px;
  margin-top: 0;
}
.phone__list::after {
  width: 17px;
  height: 17px;
}
.phone__list figure svg {
  max-width: 17px;
  max-height: 17px;
}
.phone__list figure figcaption {
  font-size: 11px;
  margin-top: 7px;
}
.phone__dia {
  margin-top: 10px;
  grid-template-columns: auto 60px;
  font-size: 10px;
}
.phone__dia img {
  width: 84px;
}
.phone__bg {
  padding-bottom: 44px;
}

.easy {
  margin-top: -80px;
  position: relative;
  z-index: 10;
}
.easy .container.bl {
  padding-bottom: 70px;
}
.easy svg {
  width: 243px;
  height: 140px;
  margin: 0 auto;
  display: block;
}
.easy .text {
  margin-top: 24px;
  font-weight: 400;
}
.easy--last {
  margin-top: 80px;
}
.easy--last svg {
  top: -1px;
  width: 243px;
  height: 254px;
  position: relative;
}
.easy--last .container {
  padding-top: 0;
}

.cost {
  margin-top: -70px;
  position: relative;
  z-index: 13;
}
.cost__item {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  padding-bottom: 60px;
}
.cost__item--last {
  margin-top: -30px;
  padding-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cost__item figure {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cost__item figure svg {
  max-width: 32px;
  max-height: 32px;
  margin-right: 20px;
}
.cost__item figure figcaption p {
  font-weight: 600;
}

.advantages {
  position: relative;
  z-index: 10;
  margin-top: -70px;
}
.advantages .container.wh {
  padding: 20px;
}
.advantages__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.advantages__inner figure {
  width: 140px;
  height: 200px;
  margin-bottom: 35px;
}
.advantages__inner figure svg {
  max-width: 51px;
  max-height: 34px;
}
.advantages__inner figure figcaption .text {
  margin: 28px 0 8px 0;
}
.advantages__inner figure:last-child {
  width: 229px;
  margin-bottom: 0;
}

.independ {
  margin-top: 93px;
}
.independ h1 {
  text-align: center;
}
.independ__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-evenly;
  margin-top: 50px;
}
.independ__item {
  margin-top: 20px;
  width: 335px;
  height: 362px;
  padding: 40px 22px;
  border-radius: 20px;
  background: #1A1A1A;
}
.independ__item .text {
  color: #fff;
  text-align: center;
}
.independ__item .text b {
  font-weight: 600;
  margin-bottom: 14px;
  display: block;
}

.forefront {
  background: #1A1A1A;
  padding: 19px 0 409px;
  margin-top: 163px;
  overflow: hidden;
}
.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: -41px;
  right: -14px;
}
.forefront .container {
  position: relative;
}
.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 h1 {
  margin: 169px auto 0;
  width: 270px;
}
.forefront h2 {
  margin-top: 12px;
}
.forefront .button {
  margin: 46px 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;
  }
}
@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 .button {
    grid-row: 2/-1;
    grid-column: 1/2;
  }
  .advantages__inner {
    justify-content: space-around;
  }
  .advantages__inner figure:last-child {
    width: 224px;
    margin-bottom: 35px;
    width: 224px;
  }
  /* width: 229px; */
  /* margin-bottom: 0; */
  .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 img {
    width: 450px;
  }
  .promo__img::before {
    inline-size: 380px;
  }
  .promo__img::after {
    width: 330px;
    height: 180px;
  }
  .forefront h1 {
    width: 500px;
  }
  .app .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .app__info {
    margin-right: 20px;
  }
  .app .phone::before {
    height: 290px;
  }
  .easy svg {
    width: 418px;
    height: 234px;
  }
  .easy--last svg {
    width: 374px;
    height: 390px;
  }
  .cost__item {
    max-width: 512px;
    width: 47%;
    margin: 0;
  }
  .cost__item--last {
    border: none;
  }
  .advantages, .cost {
    margin: -70px auto 0;
  }
  .advantages__inner, .cost__inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1025px;
    width: 90%;
    margin: 0 auto;
  }
  .advantages .wh {
    border-radius: 0;
    background: none;
    padding: 0px;
  }
  .advantages__inner {
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
  }
  .advantages__inner figure {
    width: 224px;
  }
}
@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: 194px;
  }
  .promo__img {
    margin-top: -100px;
  }
  .promo__img img {
    width: 660px;
  }
  .promo__img::after {
    width: 410px;
    height: 251px;
    top: 27px;
    right: -122px;
  }
  .promo__img::before {
    inline-size: 506px;
  }
  .promo h1 {
    margin-top: 0;
    font-weight: 600;
  }
  .promo h2 {
    font-size: 24px;
  }
  .promo .button {
    margin-top: -60px;
  }
  .app .container {
    align-items: start;
  }
  .app__info {
    width: 583px;
    margin-right: 120px;
    padding-top: 68px;
  }
  .app__info h1 {
    font-size: 48px;
  }
  .app__info h2 {
    font-size: 24px;
  }
  .app .phone {
    margin-top: 0px;
    padding: 34px 30px 0 36px;
    width: 430px;
    border-radius: 60px 60px 0 0;
  }
  .app .phone::before {
    height: 320px;
    border-radius: 57px 57px 0 0;
  }
  .app .phone__bg {
    padding-bottom: 34px;
  }
  .app .phone__header {
    padding-bottom: 0px;
  }
  .app .phone__header figure img {
    width: 40px;
    margin-right: 11px;
  }
  .app .phone__header figure figcaption {
    font-size: 17px;
  }
  .app .phone__header figure figcaption:after {
    inline-size: 21px;
    right: -27px;
  }
  .app .phone__bell {
    inline-size: 40px;
  }
  .app .phone__bell svg {
    width: 24px;
    height: 24px;
  }
  .app .phone__title {
    font-size: 16px;
    margin-top: 18px;
  }
  .app .phone__title:nth-child(3)::after {
    inline-size: 23px;
  }
  .app .phone__balance {
    font-size: 30px;
  }
  .app .phone__cards {
    margin: 7px 0 0 0;
    width: 187px;
  }
  .app .phone__list {
    margin-top: -5px;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 18px 44px 18px 18px;
    position: relative;
  }
  .app .phone__list::after {
    width: 24px;
    height: 24px;
    top: 7px;
    right: 4px;
  }
  .app .phone__list figure {
    width: 84px;
  }
  .app .phone__list figure svg {
    max-width: 24px;
    max-height: 24px;
  }
  .app .phone__list figure figcaption {
    margin-top: 10px;
    font-size: 16px;
  }
  .app .phone__dia {
    margin-top: 14px;
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    grid-template-columns: auto 90px;
    padding: 9px 22px 14px 22px;
    font-size: 15px;
  }
  .app .phone__dia:last-child {
    height: 58px;
  }
  .app .phone__dia img {
    width: 119px;
    margin: 21px 0 0 0;
  }
  .app .phone__dia .balanses {
    font-size: 16px;
  }
  .app .phone__dia .balanses p:first-child {
    margin-bottom: 5px;
  }
  .easy .container.bl {
    padding: 82px 49px 212px 49px;
  }
  .easy .info .text {
    margin-top: 0;
    font-size: 24px;
  }
  .easy .info .text:last-child {
    margin-top: 42px;
  }
  .easy--last .container.bl {
    padding: 0px 49px 136px 52px;
  }
  .easy--last svg {
    top: -2px;
  }
  .easy--last .info {
    padding-top: 99px;
    margin-left: 110px;
  }
  .advantages, .cost {
    margin-top: -125px;
  }
  .cost__item {
    height: 281px;
    padding: 48px 32px;
  }
  .cost__item figure svg {
    max-width: 45px;
    max-height: 45px;
  }
  .cost__item p {
    font-size: 18px;
  }
  .advantages .container.wh {
    justify-content: center;
    padding: 0;
  }
  .advantages__inner {
    padding: 49px 23px 0px 43px;
    width: 1055px;
    max-width: none;
    justify-content: flex-start;
  }
  .advantages figure {
    height: 147px;
    margin-right: 20px;
    margin-bottom: 78px;
  }
  .advantages figure figcaption p.text {
    font-weight: 600;
  }
  .advantages figure figcaption p:not(p.text) {
    font-size: 18px;
  }
  .independ h1 {
    font-size: 48px;
    width: 638px;
    margin: 0 auto;
  }
  .independ__inner {
    margin-top: 80px;
  }
  .independ__item {
    width: 278px;
    height: 396px;
  }
  .independ__item .text {
    text-align: left;
  }
  .independ__item .text:last-child {
    font-size: 18px;
    line-height: 1.45;
  }
  .forefront {
    padding-bottom: 171px;
  }
  .forefront h1 {
    margin-top: 125px;
  }
  .forefront .nfc:after {
    top: -101px;
    right: -74px;
  }
}/*# sourceMappingURL=style.css.map */