html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4 {
  font-weight: 500;
}
.iwant-smb-who__item strong {
  font-weight: 500 !important;
}
.iwant-smb .iwant-smb-who__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none transparent;
}
.iwant-smb .iwant-smb-who__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.iwant-smb .iwant-smb-hero {
  display: grid;
  max-width: 1326px;
  margin-inline: auto;
  align-items: center;
  padding-block: 40px;
  gap: 24px;
}
.iwant-smb .iwant-smb-hero__side {
  text-align: center;
}
.iwant-smb .iwant-smb-hero__side picture {
  display: block;
  margin-bottom: 32px;
  line-height: 0;
}
.iwant-smb .iwant-smb-hero__side h1 {
  margin-bottom: 20px;
  line-height: 1.2;
}
.iwant-smb .iwant-smb-hero__image {
  display: block;
  line-height: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .iwant-smb .iwant-smb-hero {
    padding-block: 80px;
    grid-template-columns: repeat(2, 1fr);
  }
  .iwant-smb .iwant-smb-hero__side {
    text-align: left;
  }
  .iwant-smb .iwant-smb-hero__side h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .iwant-smb .iwant-smb-hero {
    display: grid;
    padding-block: 150px;
    gap: 159px;
  }
  .iwant-smb .iwant-smb-hero--2 {
    grid-template-columns: auto 50%;
  }
}
.iwant-smb .iwant-smb-blocks {
  --itemsCount: 1;
  --itemsGap: 24px;
  position: relative;
  max-width: 1056px;
  margin-bottom: 40px;
  padding-bottom: 66px;
  margin-inline: auto;
}
.iwant-smb .iwant-smb-blocks h2 {
  margin-bottom: 48px;
  text-align: center;
}
.iwant-smb .iwant-smb-blocks__boxes {
  display: flex;
  overflow: hidden;
  margin-left: calc(var(--itemsGap) * -1);
}
.iwant-smb .iwant-smb-blocks__box {
  max-width: calc(100% / var(--itemsCount));
  border-left: var(--itemsGap) solid rgba(255, 255, 255, 0);
  flex: 1 0 calc(100% / var(--itemsCount));
}
.iwant-smb .iwant-smb-blocks__box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 32px;
  border-radius: 25px;
  background-color: #f5f5f7;
}
.iwant-smb .iwant-smb-blocks__box-inner h3 {
  margin-bottom: 12px;
  line-height: 1.2;
}
.iwant-smb .iwant-smb-blocks__box-desc {
  display: grid;
  gap: 8px;
}
.iwant-smb .iwant-smb-blocks__box-desc p {
  margin: 0;
}
.iwant-smb .iwant-smb-blocks__box-desc a {
}
.iwant-smb .iwant-smb-blocks__nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  margin: 0;
  line-height: 0;
  gap: 36px;
}
.iwant-smb .iwant-smb-blocks--2 {
  max-width: 1130px;
}
.iwant-smb .iwant-smb-blocks--2 .iwant-smb-blocks__boxes {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 24px;
}
.iwant-smb .iwant-smb-blocks--2 .iwant-smb-blocks__box-inner {
  display: block;
}
@media (min-width: 550px) {
  .iwant-smb .iwant-smb-blocks {
    --itemsCount: 2;
    --itemsGap: 24px;
  }
}
@media (min-width: 768px) {
  .iwant-smb .iwant-smb-blocks {
    margin-bottom: 80px;
  }
  .iwant-smb .iwant-smb-blocks h2 {
    font-size: 28px;
  }
  .iwant-smb .iwant-smb-blocks__box-inner h3 {
    font-size: 24px;
  }
  .iwant-smb .iwant-smb-blocks__box-desc p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .iwant-smb .iwant-smb-blocks {
    --itemsCount: 3;
    --itemsGap: 36px;
  }
}
@media (min-width: 1200px) {
  .iwant-smb .iwant-smb-blocks {
    margin-bottom: 150px;
  }
}
.iwant-smb .iwant-smb-helping {
  display: grid;
  max-width: 1130px;
  margin-inline: auto;
  gap: 24px;
  align-items: center;
}
.iwant-smb .iwant-smb-helping .tns-controls button[data-controls=prev] {
  left: 40px;
  bottom: 40px;
  top: unset;
}
.iwant-smb .iwant-smb-helping .tns-controls button[data-controls=next] {
  left: 110px;
  bottom: 40px;
  top: unset;
}
.iwant-smb .iwant-smb-helping__side {
  text-align: center;
}
.iwant-smb .iwant-smb-helping__side h2 {
  margin-bottom: 20px;
  line-height: 1.2;
}
.iwant-smb .iwant-smb-helping__side p {
  margin-bottom: 16px;
  line-height: 1.2;
}
.iwant-smb .iwant-smb-helping__side p:last-child {
  margin-bottom: 0;
}
.iwant-smb .iwant-smb-helping__boxes-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.iwant-smb .iwant-smb-helping__box {
  position: relative;
  padding: 40px 40px 100px 40px;
  background: #ffffff;
  border-radius: 25px;
}
.iwant-smb .iwant-smb-helping__box h2 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
}
.iwant-smb .iwant-smb-helping__box p {
  margin-bottom: 24px;
  line-height: 1.2;
}
.iwant-smb .iwant-smb-helping__box p:last-child {
  margin-bottom: 0;
}
.iwant-smb .iwant-smb-helping__box picture {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: block;
  line-height: 0;
}
@media (min-width: 768px) {
  .iwant-smb .iwant-smb-helping {
    grid-template-columns: repeat(2, 1fr);
  }
  .iwant-smb .iwant-smb-helping__side {
    text-align: left;
  }
  .iwant-smb .iwant-smb-helping__side h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .iwant-smb .iwant-smb-helping {
    gap: 100px;
    grid-template-columns: auto 45.7%;
  }
}
@media (min-width: 1200px) {
  .iwant-smb .iwant-smb-helping {
    gap: 209px;
  }
}
.iwant-smb .iwant-smb-who {
  margin-bottom: 40px;
  padding-top: 40px;
}
.iwant-smb .iwant-smb-who h2 {
  margin-bottom: 48px;
  line-height: 1.2;
  text-align: center;
}
.iwant-smb .iwant-smb-who__list {
  position: relative;
  display: grid;
  max-width: 450px;
  margin-bottom: 48px;
  margin-inline: auto;
  gap: 32px;
}
.iwant-smb .iwant-smb-who__list:before {
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 18px;
  content: "";
  border-left: 2px solid #d7007f;
}
.iwant-smb .iwant-smb-who__item {
  position: relative;
  display: flex;
  min-height: 120px;
  padding-left: 155px;
  align-items: center;
}
.iwant-smb .iwant-smb-who__item:before {
  position: absolute;
  top: 60px;
  left: 0;
  width: 36px;
  height: 36px;
  content: "";
  transform: translateY(-50%);
  border: 3px solid #d7007f;
  border-radius: 50%;
  background-color: #fff;
}
.iwant-smb .iwant-smb-who__item-number {
  position: absolute;
  top: 50%;
  left: 66px;
  width: 67px;
  font-size: 100px;
  line-height: 1;
  transform: translateY(-50%);
  text-align: center;
  color: #d7007f;
}
.iwant-smb .iwant-smb-who__hint {
  text-align: center;
  color: #777777;
}
@media (min-width: 768px) {
  .iwant-smb .iwant-smb-who {
    margin-bottom: 80px;
    padding-top: 80px;
  }
  .iwant-smb .iwant-smb-who h2 {
    font-size: 28px;
  }
  .iwant-smb .iwant-smb-who__list {
    gap: 96px;
  }
}
@media (min-width: 1200px) {
  .iwant-smb .iwant-smb-who {
    margin-bottom: 150px;
    padding-top: 150px;
  }
}
.iwant-smb .iwant-smb-offers {
  display: grid;
  max-width: 1130px;
  margin-bottom: 40px;
  gap: 45px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .iwant-smb .iwant-smb-offers {
    margin-bottom: 80px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .iwant-smb .iwant-smb-offers {
    margin-bottom: 150px;
  }
}
.iwant-smb .iwant-smb-offer1 {
  position: relative;
  padding: 40px;
  text-align: center;
  border-radius: 25px;
  background: #f5f5f7;
}
.iwant-smb .iwant-smb-offer1__desc {
  margin-bottom: 24px;
}
.iwant-smb .iwant-smb-offer1__desc h2 {
  margin-bottom: 8px;
  line-height: 1.2;
}
.iwant-smb .iwant-smb-offer1__desc h2 strong {
  display: block;
  color: #31bf24;
}
.iwant-smb .iwant-smb-offer1__desc p {
  margin: 0;
  line-height: 1.2;
  text-wrap: balance;
}
.iwant-smb .iwant-smb-offer1__btn {
  margin-bottom: 24px;
}
.iwant-smb .iwant-smb-offer1 > picture {
  display: block;
  line-height: 0;
}
.iwant-smb .iwant-smb-offer1__note {
  margin-bottom: 24px;
  font-size: 13px;
  color: #777777;
}
@media (min-width: 768px) {
  .iwant-smb .iwant-smb-offer1__desc h2 {
    font-size: 28px;
  }
  .iwant-smb .iwant-smb-offer1__desc p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .iwant-smb .iwant-smb-offer1__btn {
    margin-bottom: 40px;
  }
  .iwant-smb .iwant-smb-offer1__note {
    position: absolute;
    right: 26px;
    bottom: 24px;
    margin-bottom: 0;
    text-align: right;
  }
}
.iwant-smb .iwant-smb-offer2 {
  position: relative;
  padding: 40px;
  padding-bottom: 0;
  text-align: center;
  border-radius: 25px;
  background: #f5f5f7;
}
.iwant-smb .iwant-smb-offer2__desc {
  margin-bottom: 24px;
}
.iwant-smb .iwant-smb-offer2__desc picture {
  display: block;
  margin-bottom: 24px;
  line-height: 0;
}
.iwant-smb .iwant-smb-offer2__desc h2 {
  margin-bottom: 8px;
  line-height: 1.2;
}
.iwant-smb .iwant-smb-offer2__desc p {
  margin: 0;
  text-wrap: balance;
}
.iwant-smb .iwant-smb-offer2__btn {
  margin-bottom: 24px;
}
.iwant-smb .iwant-smb-offer2 > picture {
  display: block;
  line-height: 0;
  text-align: left;
}
.iwant-smb .iwant-smb-offer2__note {
  margin-bottom: 24px;
  font-size: 13px;
  color: #777777;
}
@media (min-width: 768px) {
  .iwant-smb .iwant-smb-offer2__desc h2 {
    font-size: 28px;
  }
  .iwant-smb .iwant-smb-offer2__desc p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .iwant-smb .iwant-smb-offer2__btn {
    margin-bottom: 40px;
  }
  .iwant-smb .iwant-smb-offer2__note {
    position: absolute;
    right: 26px;
    bottom: 24px;
    margin-bottom: 0;
    text-align: right;
  }
}
.iwant-smb .iwant-smb-form {
  max-width: 880px;
  margin-inline: auto;
  padding-bottom: 40px;
}
.iwant-smb .iwant-smb-form__header h2 {
  margin-bottom: 6px;
  line-height: 1.2;
  text-align: center;
}
.iwant-smb .iwant-smb-form__header p {
  margin-bottom: 65px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .iwant-smb .iwant-smb-form {
    padding-bottom: 80px;
  }
  .iwant-smb .iwant-smb-form__header h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .iwant-smb .iwant-smb-form {
    padding-bottom: 126px;
  }
}
.iwant-smb .main-content {
  min-height: 0;
}
.iwant-smb picture {
  display: block;
}
.iwant-smb img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.iwant-smb__gray {
  background-color: #f5f5f7;
  padding-block: 40px;
}
.iwant-smb__gray--2 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .iwant-smb__gray {
    padding-block: 80px;
  }
  .iwant-smb__gray--2 {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .iwant-smb__gray--2 {
    padding-top: 120px;
  }
}
.iwant-smb-form-content {
  margin: 0 auto;
}
.iwant-smb-form-content .form-fieldset {
  display: flex;
  gap: 1rem;
}
.iwant-smb-form-content .form-field {
  flex: 1;
}
.iwant-smb-form-content .form {
  width: 100%;
}
.iwant-smb-form-content .form-input,
.iwant-smb-form-content .form-textarea {
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 600px) {
  .iwant-smb-form-content .form-fieldset {
    display: block;
  }
}
.iwant-smb-bottom {
  max-width: 1130px;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  border-radius: 25px;
  background: #F5F5F7;
  margin-bottom: 50px;
  padding: 80px 2rem;
}
@media screen and (max-width: 767px) {
  .iwant-smb-bottom {
    flex-direction: column-reverse;
    padding-block: 35px;
  }
}
.iwant-smb-bottom-textwrap {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.iwant-smb-bottom-textwrap h2 {
  font-size: 28px;
  margin-bottom: 5px;
}
.iwant-smb-bottom-textwrap p {
  font-size: 18px;
  margin-bottom: 24px;
}