

/* Start:/referal/style.css?17096469683624*/

.blue {
  color: #079ea9;
}

.wrapperBlock {
  padding: 0px 15px;
  max-width: 500px;
  margin: 0 auto;
  /* overflow: hidden; */
}
@media (min-width: 1024px) {
  .wrapperBlock {
    padding: 0px 40px;
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .wrapperBlock {
    padding: 0px 40px;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.buttonContained {
  border-radius: 41px;
  background: #079ea9;
  text-align: center;
  color: #fff;
  
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  padding: 13px 19px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  cursor: pointer;
  width: fit-content;
  z-index: 1;
}

@media (min-width: 1024px) {
  .buttonContained {
    border-radius: 41px;
    background: #079ea9;
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-align: center;
    
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
  }
  .buttonTypography {
    font-size: 11px;
    font-weight: 700;
  }
}
@media (min-width: 1440px) {
  .buttonContained {
    display: inline-flex;
    padding: 16px 26px;
    align-items: center;
    gap: 10px;
    border-radius: 41px;
    background: #079ea9;
    color: #fff;
    text-align: center;
    justify-content: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
    z-index: 2;
  }

  .buttonTypography {
    font-size: 16px;
    font-weight: 700;
  }

  .buttonTypographyTwo {
    font-size: 12px;
    font-weight: 700;
  }
}

.buttonFilling {
  display: flex;
  padding: 13px 19px;
  align-items: center;
  border-radius: 41px;
  text-align: center;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
}

.buttonWhite {
  color: #212631;
  background: #fff;
}

.buttonBlack {
  color: #fff !important;
  background: #212631 !important;
}

.buttongreen {
  color: #fff;
  background: #079ea9;
}

@media (min-width: 1024px) {
  .buttonFilling {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    border-radius: 41px;
    text-align: center;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media (min-width: 1440px) {
  .buttonFilling {
    display: flex;
    padding: 16px 26px;
    align-items: center;
    border-radius: 41px;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.referalTitleTypography {
  color: #212631;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 21.24px */
  letter-spacing: -0.72px;
}

.referalDescriptionTypography {
  color: #212631;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

@media (min-width: 1024px) {
  .referalTitleTypography {
    font-size: 33px;
    line-height: 118%; /* 38.94px */
    letter-spacing: -1.32px;
  }

  .referalDescriptionTypography {
    font-size: 18px;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.72px;
  }
}

@media (min-width: 1440px) {
  .referalTitleTypography {
    font-size: 48px;
    line-height: 118%; /* 56.64px */
    letter-spacing: -1.92px;
  }

  .referalDescriptionTypography {
    font-size: 25px;
    line-height: 38px; /* 152% */
    letter-spacing: -1px;
  }
}

.white {
  color: #fff;
}
/* End */


/* Start:/local/components/bizmall/main.blocks/templates/first_block_referal/style.css?17391792992046*/
.referalBigTitleTypography {
  color: #fff;
  
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.08px;
}

.referalDescTypography {
  color: #fff;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 146%; /* 17.52px */
  letter-spacing: -0.48px;
}

.referalContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.referalDesc {
  margin-top: 20px;
  margin-bottom: 31px;
}

.referalButtons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.referalImage {
  margin-left: -34px;
  width: 433px;
  height: 320px;
  object-fit: contain;
  object-position: right;
}

.referal {
  background: #079ea9;
  overflow: hidden;
}

.referalText {
  width: 100%;
}

@media (min-width: 1024px) {
  .referalBigTitleTypography {
    font-size: 57px;
    line-height: 118%; /* 67.26px */
    letter-spacing: -2.28px;
  }

  .referalDescTypography {
    font-size: 16px;
    line-height: 146%; /* 23.36px */
    letter-spacing: -0.64px;
  }

  .referalDesc {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .referalContainer {
    gap: 120px;
  }

  .referalButtons {
    display: flex;
    flex-direction: row;
    gap: 23px;
  }

  .referalImage {
    position: absolute;
    bottom: -174px;
    right: -230px;
    width: 800px;
    height: 700px;
  }

  .referalText {
    max-width: 517px;
  }
}
@media (min-width: 1440px) {
  .referalBigTitleTypography {
    font-size: 78px;
    line-height: 118%; /* 92.04px */
    letter-spacing: -3.12px;
  }

  .referalDescTypography {
    font-size: 20px;
    line-height: 31px; /* 155% */
    letter-spacing: -0.8px;
  }

  .referalDesc {
    margin-top: 33px;
    margin-bottom: 96px;
  }

  .referalContainer {
    gap: 0px;
  }

  .referalButtons {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .referalImage {
    position: absolute;
    bottom: -160px;
    right: -205px;
    width: 894px;
    height: 700px;
  }

  .referalText {
    max-width: 673px;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/news_products/style.css?17391792972678*/
.newProductsTitleTypography {
  color: #245060;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.newProductsDescTypography {
  color: #212631;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 15.36px */
  letter-spacing: -0.48px;
}

.newProductsDesc {
  margin-top: 17px;
  margin-bottom: 24px;
}

.newProductsContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newProductsItem {
  border-radius: 16px;
  background: #d5edf1;
  padding: 18px 20px 14px 18px;
  display: flex;
  flex-direction: column-reverse;
  min-height: 160px;
  justify-content: space-between;
  align-items: flex-end;
}

.newProductsIcon {
  width: 48px;
  height: 48px;
}

.newProductsText {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 1024px) {
  .newProductsTitleTypography {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.64px;
  }

  .newProductsDescTypography {
    font-size: 14px;
    line-height: 135%; /* 18.9px */
    letter-spacing: -0.56px;
  }

  .newProductsTitle {
    max-width: 544px;
  }

  .newProductsDesc {
    margin-top: 22px;
    margin-bottom: 30px;
    max-width: 576px;
  }

  .newProductsContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }

  .newProductsItem {
    display: flex;
    flex-direction: row;
    padding: 33px 25px 33px 21px;
    justify-content: center;
    align-items: center;
    gap: 27px;
    border-radius: 20px;
    background: #d5edf1;
    min-height: 0;
  }

  .newProductsIcon {
    width: 54px;
    height: 54px;
  }

  .newProductsText {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 1440px) {
  .newProductsTitleTypography {
    font-size: 21px;
    line-height: 28px; /* 133.333% */
    letter-spacing: -0.84px;
  }

  .newProductsDescTypography {
    font-size: 16px;
    line-height: 23px; /* 143.75% */
    letter-spacing: -0.64px;
  }

  .newProductsTitle {
    max-width: 795px;
  }

  .newProductsDesc {
    margin-top: 24px;
    margin-bottom: 52px;
    max-width: 795px;
  }

  .newProductsContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .newProductsItem {
    display: flex;
    flex-direction: row;
    padding: 35px 26px 34px 27px;
    justify-content: center;
    align-items: center;
    gap: 27px;
    border-radius: 20px;
    background: #d5edf1;
    min-height: 0;
  }

  .newProductsIcon {
    width: 68px;
    height: 68px;
  }

  .newProductsText {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/fast_start/style.css?17391793192689*/
.fastStartTitleTypography {
  color: #245060;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 20.48px */
  letter-spacing: -0.64px;
}

.fastStartDescTypography {
  color: #212631;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.fastStartTitle {
  margin-bottom: 18px;
}

.fastStartContainer {
  display: flex;
  flex-direction: column-reverse;
  gap: 23px;
}

.fastStartBlock {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.fastStartItem {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fastStartIcon {
  width: 40px;
  height: 40px;
}

.fastStartText {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fastStartImage {
  width: 100%;
}

@media (min-width: 1024px) {
  .fastStartTitleTypography {
    font-size: 16px;
    line-height: 135%; /* 21.6px */
    letter-spacing: -0.64px;
  }

  .fastStartDescTypography {
    font-size: 14px;
    line-height: 135%; /* 18.9px */
    letter-spacing: -0.56px;
  }

  .fastStartTitle {
    max-width: 1026px;
    margin-bottom: 40px;
  }

  .fastStartContainer {
    display: flex;
    flex-direction: row;
    gap: 23px;
    justify-content: space-between;
    align-items: center;
  }

  .fastStartBlock {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .fastStartItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .fastStartIcon {
    width: 37px;
    height: 37px;
  }

  .fastStartText {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .fastStartImage {
    border-radius: 7px;
    width: 467px;
    height: 494px;
    object-fit: cover;
    object-position: left;
  }
}

@media (min-width: 1440px) {
  .fastStartTitleTypography {
    font-size: 19px;
    line-height: 28px; /* 147.368% */
    letter-spacing: -0.76px;
  }

  .fastStartDescTypography {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.56px;
  }

  .fastStartTitle {
    max-width: 1026px;
    margin-bottom: 40px;
  }

  .fastStartContainer {
    display: flex;
    flex-direction: row;
    gap: 90px;
    justify-content: space-between;
    align-items: center;
  }

  .fastStartBlock {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .fastStartItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
  }

  .fastStartIcon {
    width: 51px;
    height: 51px;
  }

  .fastStartText {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .fastStartImage {
    border-radius: 7px;
    width: 672px;
    height: 539px;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/delegate_bizmall/style.css?17391792913699*/
.delegateTitleTypography {
  color: #fff;
  text-align: center;
  
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 30.68px */
  letter-spacing: -1.04px;
}

.delegateSubtitleTypography {
  color: #fff;
  text-align: center;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.delegateDescTypography {
  color: #fff;
  text-align: center;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.delegateScriptTypography {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 12.8px */
  letter-spacing: -0.4px;
}

.delegateBackground {
  padding: 30px 15px;
  background-color: rgba(9, 9, 9, 0.65);
  background-blend-mode: multiply;
}

.delegateContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.delegateSubtitle {
  margin-top: 14px;
}

.delegateBlock {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 45px;
}

.delegateItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.delegateIcon {
  width: 57px;
  height: 57px;
}

@media (min-width: 1024px) {
  .delegateTitleTypography {
    font-size: 61px;
    line-height: 118%; /* 71.98px */
    letter-spacing: -2.44px;
  }

  .delegateSubtitleTypography {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.8px;
  }

  .delegateDescTypography {
    font-size: 16px;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.64px;
  }

  .delegateScriptTypography {
    font-size: 16px;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.64px;
  }

  .delegateBackground {
    padding: 47px 77px 66px 77px;
    background-color: rgba(9, 9, 9, 0.65);
    background-blend-mode: multiply;
  }

  .delegateContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1024px;
  }

  .delegateSubtitle {
    margin-top: 22px;
  }

  .delegateBlock {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 74px;
    margin-top: 83px;
    margin-bottom: 165px;
  }

  .delegateItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .delegateIcon {
    width: 96px;
    height: 96px;
  }
}

@media (min-width: 1440px) {
  .delegateTitleTypography {
    font-size: 77px;
    line-height: 118%; /* 90.86px */
    letter-spacing: -3.08px;
  }

  .delegateSubtitleTypography {
    font-size: 25px;
    line-height: 28px; /* 112% */
    letter-spacing: -1px;
  }

  .delegateDescTypography {
    font-size: 18px;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.72px;
  }

  .delegateScriptTypography {
    font-size: 18px;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.72px;
  }

  .delegateBackground {
    padding: 59px 216px 100px 216px;
    background-color: rgba(9, 9, 9, 0.65);
    background-blend-mode: multiply;
  }

  .delegateContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
  }

  .delegateSubtitle {
    margin-top: 29px;
  }

  .delegateBlock {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 133px;
    margin-top: 65px;
    margin-bottom: 90px;
  }

  .delegateItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .delegateIcon {
    width: 96px;
    height: 96px;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/combining_capital_and_economy/style.css?17391793133074*/
.mergerTitleTypography {
  color: #fff;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 23.04px */
  letter-spacing: -0.72px;
}

.mergerSubtitleTypography {
  color: #fff;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 23.04px */
  letter-spacing: -0.72px;
}

.mergerDescTypography {
  color: rgba(255, 255, 255, 0.7);
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.mergerTitle {
  padding-bottom: 24px;
}

.mergerLianer {
  display: none;
}

.mergerContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mergerItem {
  background: #079ea9;
  position: relative;
  border-radius: 20px;
  min-height: 272px;
  padding: 40px 27px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mergerImage {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
}

.mergerItemDark {
  background: #245060;
}

@media (min-width: 1024px) {
  .mergerTitleTypography {
    font-size: 30px;
    line-height: 29px; /* 96.667% */
    letter-spacing: -1.2px;
  }

  .mergerSubtitleTypography {
    font-size: 20px;
    line-height: 27px; /* 135% */
    letter-spacing: -0.8px;
  }

  .mergerDescTypography {
    font-size: 18px;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.72px;
  }

  .mergerBlock {
    position: relative;
  }

  .mergerLianer {
    position: absolute;
    width: 480px;
    top: 75px;
    right: -50px;
    display: block;
  }

  .mergerTitle {
    max-width: 680px;
    margin-bottom: 46px;
  }

  .mergerContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .mergerItem {
    min-height: 400px;
    border-radius: 20px;
    position: relative;
    padding: 77px 110px 70px 37px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .mergerImage {
    position: absolute;
    top: 0;
    right: 0;
    width: 112px;
    height: 102px;
    color: #fff;
  }
}

@media (min-width: 1440px) {
  .mergerTitleTypography {
    font-size: 40px;
    line-height: 29px; /* 72.5% */
    letter-spacing: -1.6px;
  }

  .mergerSubtitleTypography {
    font-size: 25px;
    line-height: 29px; /* 116% */
    letter-spacing: -1px;
  }

  .mergerDescTypography {
    font-size: 18px;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.72px;
  }

  .mergerBlock {
    position: relative;
  }

  .mergerLianer {
    position: absolute;
    width: 598px;
    top: 75px;
    right: -50px;
    display: block;
  }

  .mergerTitle {
    max-width: 800px;
    margin-bottom: 46px;
  }

  .mergerContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .mergerItem {
    min-height: 434px;
    border-radius: 20px;
    position: relative;
    padding: 100px 69px 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .mergerImage {
    position: absolute;
    top: 0;
    right: 0;
    width: 142px;
    height: 132px;
    color: #fff;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/unique_advantages/style.css?17391792963380*/
.benefitTitleTypography {
  color: #079ea9;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.benefitDescTypography {
  color: #212631;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 15.36px */
  letter-spacing: -0.48px;
}

.benefitTitle {
  margin-bottom: 24px;
}

.benefitContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefitOneRow {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefitTwoRow {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefitItem {
  min-height: 123px;
  border-radius: 16px;
  background: #d5edf1;
  padding: 14px 21px 14px 17px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.benefitItemDark {
  min-height: 221px;
  border-radius: 16px;
  background: #212631;
  padding: 14px 21px 14px 17px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

@media (min-width: 1024px) {
  .benefitTitleTypography {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.64px;
  }

  .benefitDescTypography {
    font-size: 14px;
    line-height: 135%; /* 18.9px */
    letter-spacing: -0.56px;
  }

  .benefitTitle {
    max-width: 630px;
    margin-bottom: 46px;
  }

  .benefitContainer {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .benefitOneRow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }

  .benefitTwoRow {
    display: grid;
    grid-template-columns: 1.5fr 2.5fr;
    gap: 15px;
  }

  .benefitItem {
    display: flex;
    padding: 24px 15px 43px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    background: #d5edf1;
    min-height: 173px;
  }

  .benefitItemDark {
    display: flex;
    padding: 24px 135px 43px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    background: #212631;
    min-height: 173px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
  }
}

@media (min-width: 1440px) {
  .benefitTitleTypography {
    font-size: 30px;
    line-height: 36px; /* 120% */
    letter-spacing: -1.2px;
  }

  .benefitDescTypography {
    font-size: 18px;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.72px;
  }

  .benefitTitle {
    max-width: 630px;
    margin-bottom: 46px;
  }

  .benefitContainer {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .benefitOneRow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }

  .benefitTwoRow {
    display: grid;
    grid-template-columns: 1.5fr 2.5fr;
    gap: 15px;
  }

  .benefitItem {
    display: flex;
    padding: 25px 47px 57px 37px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 20px;
    background: #d5edf1;
    min-height: 234px;
  }

  .benefitItemDark {
    display: flex;
    padding: 25px 247px 57px 37px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 20px;
    background: #212631;
    min-height: 234px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/partners/style.css?17391793113400*/
.partnersTitleTypography {
  color: #212631;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 21.24px */
  letter-spacing: -0.72px;
}

.partnersDescTypography {
  color: #212631;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.partnersDesc {
  margin-top: 17px;
}

.partnersSlide {
  width: 90px !important;
  height: 90px;
  background: #f0f0f0;
  border-radius: 6px;
  padding: 15px;
  margin-right: 10px;
}

.partnersSlider {
  margin-top: 24px;
}

.partnersImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.partnersButtons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 24px;
  /* max-width: 1440px;
  margin-left: auto;
  margin-right: auto; */
}
.partnersButtons.wrapperBlock  {
  margin-top: 24px;
}

.partnersButtons.disabled{
  display: none;
}

.partnersButtonPrev {
  content: url(/static/img/build/business/buttonActive.svg);
  transform: scale(-1, 1);
  cursor: pointer;
  width: 26px;
  height: 26px;
}
.partnersButtonNext {
  content: url(/static/img/build/business/buttonActive.svg);
  cursor: pointer;
  width: 26px;
  height: 26px;
}

#partnersButtonPrev.disabled {
  content: url(/static/img/build/business/buttonDisabled.svg);
  transform: scale(1, 1);
  pointer-events: none;
}

#partnersButtonNext.disabled {
  content: url(/static/img/build/business/buttonDisabled.svg);
  pointer-events: none;
  transform: scale(-1, 1);
}

.partners {
  max-width: 100%!important;
  padding-right: 0!important;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .partnersTitleTypography {
    font-size: 33px;
    line-height: 118%; /* 38.94px */
    letter-spacing: -1.32px;
  }

  .partnersDescTypography {
    font-size: 18px;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.72px;
  }

  .partnersDesc {
    margin-top: 20px;
  }

  .partnersSlide {
    width: 144px !important;
    height: 144px;
    background: #f0f0f0;
    border-radius: 12px;
    padding: 25px;
    margin-right: 15px;
  }

  .partnersSlider {
    margin-top: 47px;
  }

  .partnersImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .partnersButtons.wrapperBlock {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 26px;
  }

  .partnersButtonPrev {
    width: 40px;
    height: 40px;
  }
  .partnersButtonNext {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .partnersTitleTypography {
    font-size: 48px;
    line-height: 118%; /* 56.64px */
    letter-spacing: -1.92px;
  }

  .partnersDescTypography {
    font-size: 25px;
    line-height: 38px; /* 152% */
    letter-spacing: -1px;
  }

  .partnersDesc {
    margin-top: 24px;
  }

  .partnersSlide {
    width: 210px !important;
    height: 210px;
    background: #f0f0f0;
    border-radius: 12px;
    padding: 25px;
    margin-right: 20px;
  }

  .partnersSlider {
    margin-top: 52px;
  }

  .partnersImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .partnersButtons.wrapperBlock {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 44px;
  }

  .partnersButtonPrev {
    width: 60px;
    height: 60px;
  }
  .partnersButtonNext {
    width: 60px;
    height: 60px;
  }
}


/* End */


/* Start:/local/components/bizmall/main.blocks/templates/expanding_horizons/style.css?17391792982573*/
.horizonsTitleTypography {
  color: #fff;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 28.32px */
  letter-spacing: -0.96px;
}

.horizonsDesc {
  color: #fff;
}

.horizonsContainer {
  overflow: hidden;
  position: relative;
  padding: 22px 29px 22px 22px;
  min-height: 440px;
  border-radius: 20px;
  background: #272c39;
  display: flex;
  flex-direction: column;
  gap: 38px;
  position: relative;
}

.horizonsLianerUp {
  position: absolute;
  top: 212px;
  width: 33px;
  left: -142px;
}

.horizonsText {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.horizonsImage {
  position: absolute;
  left: 22px;
  width: 340px;
  z-index: 2;
}

.horizonsLianerDown {
  display: none;
}

@media (min-width: 1024px) {
  .horizonsTitleTypography {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%; /* 56.64px */
    letter-spacing: -1.92px;
  }

  .horizonsContainer {
    position: relative;
    padding: 32px 48px;
    min-height: 617px;
    border-radius: 20px;
    background: #272c39;
  }

  .horizonsLianerUp {
    position: absolute;
    top: 86px;
    right: -82px;
    left: auto;
    object-fit: cover;
    width: 329px;
    height: 155px;
    transform: scale(-1, -1);
    transform: rotate(90deg) scale(-1, 1);
  }

  .horizonsText {
    display: flex;
    flex-direction: row;
    gap: 110px;
    justify-content: space-between;
    align-items: center;
  }

  .horizonsDesc {
    font-size: 23px;
    line-height: 150%; /* 34.5px */
    letter-spacing: -0.92px;
  }

  .horizonsImage {
    position: absolute;
    bottom: -183px;
    right: 0;
    width: 848px;
    left: 48px;
    z-index: 2;
    border-radius: 20px;
  }

  .horizonsLianerDown {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1440px) {
  .horizonsTitleTypography {
    font-size: 55px;
    line-height: 118%; /* 64.9px */
    letter-spacing: -2.2px;
  }

  .horizonsContainer {
    position: relative;
    padding: 100px 62px;
    min-height: 600px;
    border-radius: 20px;
    background: #272c39;
  }

  .horizonsLianerUp {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 140px;
  }

  .horizonsText {
    display: flex;
    flex-direction: column;
    gap: 34px;
    max-width: 608px;
  }

  .horizonsImage {
    position: absolute;
    bottom: -40px;
    right: -225px;
    width: 866px;
    left: auto;
  }

  .horizonsLianerDown {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/slider_financial_results/style.css?17391792825267*/
.resultsTitleTypography {
  color: #212631;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 21.24px */
  letter-spacing: -0.72px;
}

.resultsDescTypography {
  color: #212631;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.resultsItemTypography {
  color: #212631;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 300% */
  letter-spacing: -0.48px;
}

.resultsTextTypography {
  color: #212631;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.resultsSlider {
  width: 100%;
}

.resultsSlide {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.resultsText {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.resultsHeader {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.resultsItem {
  border-radius: 43px;
  background: #d5edf1;
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0px 15px;
}

.resultsIcon {
  width: 19px;
  height: 19px;
}

.resultsImage {
  width: 100%;
  height: 200px;
  border-radius: 7px;
  object-fit: cover;
}

.resultsButtons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  position: absolute;
  bottom: 225px;
}

.resultsBlock {
  position: relative;
}

.resultsTextMargin {
  margin-bottom: 56px;
}

.resultsButtonPrev {
  content: url(/static/img/build/business/buttonActive.svg);
  transform: scale(-1, 1);
  cursor: pointer;
  width: 26px;
  height: 26px;
  z-index: 2;
}
.resultsButtonNext {
  content: url(/static/img/build/business/buttonActive.svg);
  cursor: pointer;
  width: 26px;
  height: 26px;
  z-index: 2;
}

#resultsButtonPrev.disabled {
  content: url(/static/img/build/business/buttonDisabled.svg);
  transform: scale(1, 1);
  pointer-events: none;
}

#resultsButtonNext.disabled {
  content: url(/static/img/build/business/buttonDisabled.svg);
  pointer-events: none;
  transform: scale(-1, 1);
}

@media (min-width: 1024px) {
  .resultsTitleTypography {
    font-size: 33px;
    line-height: 118%; /* 38.94px */
    letter-spacing: -1.32px;
  }

  .resultsDescTypography {
    font-size: 18px;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.72px;
  }

  .resultsItemTypography {
    font-size: 18px;
    line-height: 36px; /* 200% */
    letter-spacing: -0.72px;
  }

  .resultsTextTypography {
    font-size: 16px;
    line-height: 23px; /* 143.75% */
    letter-spacing: -0.64px;
  }

  .resultsSlider {
    width: 100%;
  }

  .resultsSlide {
    display: flex;
    flex-direction: row;
    gap: 45px;
    justify-content: space-between;
  }

  .resultsText {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 430px;
  }

  .resultsHeader {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .resultsItem {
    border-radius: 43px;
    background: #d5edf1;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 15px;
  }

  .resultsIcon {
    width: 27px;
    height: 27px;
  }

  .resultsImage {
    width: 467px;
    height: 494px;
    border-radius: 7px;
  }

  .resultsButtons {
    display: flex;
    flex-direction: row;
    gap: 25px;
    position: absolute;
    bottom: 0;
  }

  .resultsButtonPrev {
    width: 40px;
    height: 40px;
  }
  .resultsButtonNext {
    width: 40px;
    height: 40px;
  }

  .resultsTextMargin {
    margin-bottom: 60px;
  }

  .resultsBlock {
    position: relative;
  }
}

@media (min-width: 1440px) {
  .resultsTitleTypography {
    font-size: 48px;
    line-height: 118%; /* 56.64px */
    letter-spacing: -1.92px;
  }

  .resultsDescTypography {
    font-size: 25px;
    line-height: 38px; /* 152% */
    letter-spacing: -1px;
  }

  .resultsItemTypography {
    font-size: 20px;
    line-height: 36px; /* 180% */
    letter-spacing: -0.8px;
  }

  .resultsTextTypography {
    font-size: 19px;
    line-height: 26px; /* 136.842% */
    letter-spacing: -0.76px;
  }

  .resultsSlider {
    width: 100%;
  }

  .resultsSlide {
    display: flex;
    flex-direction: row;
    gap: 115px;
    justify-content: space-between;
  }

  .resultsText {
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: 565px;
  }

  .resultsHeader {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .resultsItem {
    border-radius: 43px;
    background: #d5edf1;
    display: flex;
    flex-direction: row;
    gap: 17px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 15px;
  }

  .resultsIcon {
    width: 36px;
    height: 36px;
  }

  .resultsImage {
    width: 672px;
    height: 645px;
    border-radius: 7px;
  }

  .resultsButtons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: absolute;
    bottom: 0;
  }

  .resultsButtonPrev {
    width: 60px;
    height: 60px;
  }
  .resultsButtonNext {
    width: 60px;
    height: 60px;
  }

  .resultsTextMargin {
    margin-bottom: 80px;
  }

  .resultsBlock {
    position: relative;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/action_invite_friend/style.css?17391793183547*/
.actionTitleTypography {
  color: #fff;
  
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 47.2px */
  letter-spacing: -1.6px;
}

.actionTypography {
  
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 108%; /* 91.8px */
  letter-spacing: -3.4px;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
  -webkit-text-stroke-width: 1px;
}

.actionDescriptionTypography {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%; /* 18.88px */
  letter-spacing: -0.64px;
}

.actionDescTypography {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 18.88px */
  letter-spacing: -0.64px;
}

.actionContainer {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: linear-gradient(192deg, #272c39 11.78%, #00c1ca 134.14%),
    var(--21, #212631);
  padding: 22px 13px 22px 22px;
  min-height: 518px;
  position: relative;
  overflow: hidden;
}

.actionText {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.actionButton {
  margin-top: 4px;
  box-shadow: -22px 4px 100px 0px #186476;
}

.actionImage {
  position: absolute;
  bottom: 0;
  right: -50px;
  height: 290px;
}

@media (min-width: 1024px) {
  .actionTitleTypography {
    font-size: 54px;
    line-height: 111%; /* 59.94px */
    letter-spacing: -2.16px;
  }

  .actionTypography {
    font-size: 54px;
    line-height: 108%; /* 91.8px */
    letter-spacing: -3.4px;
  }

  .actionDescriptionTypography {
    font-size: 23px;
    line-height: 136%; /* 31.28px */
    letter-spacing: -0.92px;
  }

  .actionDescTypography {
    text-shadow: 0px 0px 74px #19748a;
    font-size: 36px;
    line-height: 136%; /* 48.96px */
    letter-spacing: -1.44px;
  }

  .actionContainer {
    border-radius: 20px;
    background: linear-gradient(81deg, #282d3a 12.44%, #1a626d 98.23%);
    padding: 22px 53px 37px 50px;
    position: relative;
    min-height: 359px;
  }

  .actionText {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 444px;
  }

  .actionButton {
    margin-top: 30px;
    box-shadow: -22px 0px 50px 0px #186476;
  }

  .actionImage {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
  }
}

@media (min-width: 1440px) {
  .actionTitleTypography {
    font-size: 85px;
    line-height: 108%; /* 91.8px */
    letter-spacing: -3.4px;
  }

  .actionTypography {
    font-size: 85px;
    line-height: 108%; /* 91.8px */
    letter-spacing: -3.4px;
  }

  .actionDescriptionTypography {
    font-size: 26px;
    line-height: 136%; /* 35.36px */
    letter-spacing: -1.04px;
  }

  .actionDescTypography {
    text-shadow: 0px 0px 74px #19748a;
    font-size: 46px;
    line-height: 136%; /* 62.56px */
    letter-spacing: -1.84px;
  }

  .actionContainer {
    border-radius: 20px;
    background: linear-gradient(79deg, #272c39 21.08%, #00c1ca 187.24%);
    padding: 32px 53px 53px 50px;
    position: relative;
  }

  .actionText {
    display: flex;
    flex-direction: column;
    gap: 13px;
    max-width: 640px;
  }

  .actionButton {
    margin-top: 73px;
    box-shadow: -44px 0px 100px 0px #186476;
  }

  .actionImage {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/calculate_the_potential_income/style.css?17391792815712*/
.calculateDescTypography {
  color: #079ea9;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.calculateOneTypography {
  color: #079ea9;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.calculateTwoTypography {
  color: #245060;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  letter-spacing: -0.56px;
}

.calculateFreeTypography {
  color: #a0a0a0;
  
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 14.08px */
  letter-spacing: -0.44px;
}

.calculateFourTypography {
  color: #212631;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 17.92px */
  letter-spacing: -0.56px;
}

.calculatePostTypography {
  color: #245060;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 15.36px */
  letter-spacing: -0.48px;
}

.calculateBlock {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calculateItem {
  border-radius: 16px;
  background: #efefef;
  padding: 14px 21px 16px 17px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calculateFree {
  margin-top: 5px;
}

.calculateTable {
  display: none;
}

.calculateTitle {
  margin-bottom: 23px;
}

.calculateDesc {
  margin-bottom: 20px;
}

.calculateDescTwo {
  margin-bottom: 20px;
  margin-top: 25px;
}

.calculatePost {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .calculateDescTypography {
    font-size: 20px;
    line-height: 25px; /* 125% */
    letter-spacing: -0.8px;
  }

  .calculateOneTypography {
    color: #212631;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 154%; /* 27.72px */
    letter-spacing: -0.72px;
  }

  .calculateTwoTypography {
    color: #245060;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 154%; /* 27.72px */
    letter-spacing: -0.72px;
  }

  .calculateFreeTypography {
    color: #a0a0a0;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 154%; /* 27.72px */
    letter-spacing: -0.72px;
  }

  .calculateTable th {
    color: #245060;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 180% */
    letter-spacing: -0.8px;
  }

  .calculatePostTypography {
    font-size: 18px;
    line-height: 38px; /* 211.111% */
    letter-spacing: -0.72px;
  }

  .calculateBlock {
    display: none;
  }

  .calculateTitle {
    max-width: 526px;
    margin-bottom: 32px;
  }

  .calculateDesc {
    margin-bottom: 30px;
  }

  .calculatePost {
    margin-top: 30px;
  }

  .calculateDescTwo {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .calculateTable {
    border-radius: 20px;
    border: 2px solid #cccdd0;
    background: #fafafa;
    border-spacing: 0;
    display: block;
  }

  .calculateTable td + td,
  th + th {
    border: none;
    border-left: 2px solid #cccdd0;
  }

  .calculateTable td {
    padding: 20px 30px 20px 30px;
  }

  .calculateTable tr + tr {
    border: none;
  }

  .calculateTable th {
    padding: 35px 60px 32px 30px;
    text-align: start;
  }

  .calculateTable th:first-child {
    padding-left: 40px;
    text-align: start;
  }

  .calculateTable td:nth-child(2n),
  th:nth-child(2n) {
    background: #efefef;
  }

  .calculateTable td:first-child {
    padding-left: 40px;
    width: 370px;
  }

  .calculateTable td:last-child {
    padding-left: 30px;
    width: 317px;
  }

  .calculateTable td:nth-child(2n) {
    padding-left: 30px;
    width: 257px;
  }

  .calculateTable tr:last-child td {
    padding-bottom: 42px;
  }

  .calculateFree {
    padding-bottom: 42px !important;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .calculateDescTypography {
    font-size: 25px;
    line-height: 38px; /* 152% */
    letter-spacing: -1px;
  }

  .calculateOneTypography {
    font-size: 20px;
    line-height: 154%; /* 30.8px */
    letter-spacing: -0.8px;
  }

  .calculateTwoTypography {
    font-size: 20px;
    line-height: 154%; /* 30.8px */
    letter-spacing: -0.8px;
  }

  .calculateFreeTypography {
    font-size: 20px;
    line-height: 154%; /* 30.8px */
    letter-spacing: -0.8px;
  }

  .calculateTable th {
    font-size: 27px;
    line-height: 36px; /* 133.333% */
    letter-spacing: -1.08px;
  }

  .calculatePostTypography {
    font-size: 25px;
    line-height: 38px; /* 152% */
    letter-spacing: -1px;
  }

  .calculateTitle {
    max-width: 688px;
    margin-bottom: 60px;
  }

  .calculateDesc {
    margin-bottom: 50px;
  }

  .calculatePost {
    margin-top: 60px;
  }

  .calculateDescTwo {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .calculateTable {
    border-radius: 20px;
    border: 2px solid #cccdd0;
    background: #fafafa;
    border-spacing: 0;
  }

  .calculateTable td + td,
  th + th {
    border: none;
    border-left: 2px solid #cccdd0;
  }

  .calculateTable td {
    padding: 20px 50px 20px 30px;
  }

  .calculateTable tr + tr {
    border: none;
  }

  .calculateTable th {
    padding: 35px 70px 38px 35px;
    text-align: start;
  }

  .calculateTable td:nth-child(2n),
  th:nth-child(2n) {
    background: #efefef;
  }

  .calculateTable td:first-child {
    padding-left: 35px;
    width: 490px;
  }

  .calculateTable td:last-child {
    padding-left: 35px;
    width: 570px;
  }

  .calculateTable td:nth-child(2n) {
    padding-left: 35px;
    width: 300px;
  }

  .calculateTable tr:last-child td {
    padding-bottom: 50px;
  }

  .calculateFree {
    padding-bottom: 50px !important;
  }
}
/* End */


/* Start:/local/components/bizmall/main.blocks/templates/five_steps_to_earn_money/style.css?17391792863064*/
.incomeNumberTypography {
  color: #d5edf1;
  
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.4px;
}

.incomeTitleTypography {
  color: #212631;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 18.88px */
  letter-spacing: -0.64px;
}

.incomeDescTypography {
  color: #212631;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 15.36px */
  letter-spacing: -0.48px;
}

.incomeTitle {
  margin-bottom: 24px;
}

.incomeContainer {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.incomeOneColumn,
.incomeTwoColumn {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.incomeItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.incomeLianer {
  position: absolute;
  left: -15px;
  top: 55px;
}

.incomeImage {
  height: 370px;
  width: 290px;
  z-index: 2;
  position: relative;
  margin-top: -40px;
}

@media (min-width: 1024px) {
  .incomeNumberTypography {
    font-size: 52px;
    line-height: 118%; /* 61.36px */
    letter-spacing: -2.08px;
  }

  .incomeTitleTypography {
    font-size: 16px;
    line-height: 118%; /* 18.88px */
    letter-spacing: -0.64px;
  }

  .incomeDescTypography {
    font-size: 14px;
    line-height: 118%; /* 16.52px */
    letter-spacing: -0.56px;
  }

  .incomeTitle {
    max-width: 520px;
    margin-bottom: 47px;
  }

  .incomeContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }

  .incomeBlock {
    position: relative;
  }

  .incomeOneColumn,
  .incomeTwoColumn {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .incomeItem {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    min-height: 150px;
  }

  .incomeLianer {
    position: absolute;
    height: 121px;
    top: 30px;
  }

  .incomeImage {
    display: none;
  }
}

@media (min-width: 1440px) {
  .incomeNumberTypography {
    font-size: 52px;
    line-height: 118%; /* 61.36px */
    letter-spacing: -2.08px;
  }

  .incomeTitleTypography {
    font-size: 16px;
    line-height: 118%; /* 18.88px */
    letter-spacing: -0.64px;
  }

  .incomeDescTypography {
    font-size: 14px;
    line-height: 118%; /* 16.52px */
    letter-spacing: -0.56px;
  }

  .incomeTitle {
    max-width: 720px;
    margin-bottom: 45px;
  }

  .incomeContainer {
    max-width: 900px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
  }

  .incomeBlock {
    position: relative;
  }

  .incomeOneColumn,
  .incomeTwoColumn {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .incomeItem {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    min-height: 167px;
    max-width: 443px;
  }

  .incomeLianer {
    position: absolute;
    height: 121px;
    top: 40px;
  }

  .incomeImage {
    position: absolute;
    top: 120px;
    right: 0;
    width: 460px;
    height: 574px;
    margin-top: 0;
    display: block;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/calloutform_with_time/style.css?17391793194522*/
.callFormTitleTypography {
  color: #fff;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 21.24px */
  letter-spacing: -0.72px;
}

.callForm {
  padding: 32px 15px;
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
  position: relative;
  overflow: hidden;
}

.callFormGradient {
  background: linear-gradient(0deg, #079ea9 -40%, #245060 100%);
  position: relative;
  overflow: hidden;
}

.callFormImage {
  position: absolute;
  bottom: -25px;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  height: 100px;
  background-size: contain;
  z-index: 1;
}

.callFormInput {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.callFormImage svg {
  fill: linear-gradient(180deg, rgba(19, 128, 141, 0) 0%, #0a99a4 100%);
}

.input {
  height: 40px !important;
  padding: 10px 12px !important;
}

input::-webkit-input-placeholder {
  color: #212631;
}

.callFormBlock {
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
  align-items: flex-start;
  position: relative;
}

.callformButton {
  width: 171px;
  height: 42px;
}

.callFormContainer {
  margin-bottom: 35px;
}

#time_green.error,
#name_green.error,
#phone_green.error {
  border: 1px solid #f00;
  background: #ffe9e9;
}

#label_time_green.error,
#label_name_green.error,
#label_phone_green.error {
  color: #f00;
}

#label_time_green,
#label_name_green,
#label_phone_green {
  color: #fff;
}

#error_green {
  display: none;
}

#error_green.active {
  display: block;
  color: #f00;
  z-index: 2;
  position: relative;
  margin-top: 10px;
}

.callLabelTypography {
  color: #fff;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}

@media (min-width: 1024px) {
  .callFormTitleTypography {
    font-size: 34px;
    line-height: 44px; /* 129.412% */
    letter-spacing: -1.36px;
  }

  .callForm {
    border-radius: 7px;
    background: linear-gradient(4deg, #079ea9 -67.34%, #245060 97.57%);
    display: flex;
    flex-direction: column;
    gap: 42px 0px;
    position: relative;
    overflow: hidden;
    padding: 18px 0px 10px 0px;
  }

  .callFormInput {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    width: 100%;
  }

  .gradient {
    border-radius: 7px;
  }

  .callFormImage {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    height: 80%;
    background-size: cover;
  }

  .callFormImage svg {
    fill: linear-gradient(180deg, rgba(19, 128, 141, 0) 0%, #0a99a4 100%);
  }

  .input {
    height: 41px !important;
    padding: 10px 12px !important;
  }

  .callFormBlock {
    display: flex;
    flex-direction: row;
    gap: 0px 27px;
    z-index: 1;
    align-items: flex-end;
    position: relative;
  }

  .callFormGradient {
    margin: 0 40px;
    padding: 0 20px;
    border-radius: 7px;
    min-width: 944px;
  }

  .callFormSection {
    display: flex;
    justify-content: center;
  }

  .callFormContainer {
    margin-bottom: 50px;
  }

  .callformButton {
    width: 160px;
    height: 41px;
  }

  .callLabelTypography {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 1440px) {
  .callFormTitleTypography {
    font-size: 42px;
    line-height: 57px; /* 135.714% */
    letter-spacing: -1.68px;
  }

  .callForm {
    background: linear-gradient(0deg, #079ea9 -40%, #245060 100%);
    padding: 40px 30px 80px 0px !important;
    display: flex;
    flex-direction: column;
    gap: 54px;
    position: relative;
    min-height: 390px;
  }

  .callFormImage {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    height: 86%;
    background-size: cover;
  }

  .callFormGradient {
    margin: auto;
    padding: 0 40px;
  }

  .callFormSection {
    display: block;
  }

  .callFormImage svg {
    fill: linear-gradient(180deg, rgba(19, 128, 141, 0) 0%, #0a99a4 100%);
  }

  .input {
    height: 58px !important;
    padding: 10px 12px !important;
  }

  .callFormInput {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    width: 100%;
  }

  .callFormBlock {
    display: flex;
    flex-direction: row;
    gap: 24px;
    z-index: 1;
    align-items: flex-end;
    position: relative;
  }

  .callformButton {
    width: 268px !important;
    height: 58px;
  }

  .callLabelTypography {
    font-size: 16px;
    line-height: 18px;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/questions/style.css?17391793263611*/
.questionsTitleTypography {
  color: #212631;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.questionTitleTypography {
  color: #212631;
  
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 16.64px */
}

.questionTitleTypography.active {
  color: #079ea9;
}

.questionDescTypography {
  color: #6b6b6b;
  
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 12.8px */
}

.questionsContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 33px;
  margin-top: 24px;
}

.questionItem {
  width: 100%;
  border-bottom: 1px solid #d5edf1;
  padding: 16px 0px;
}

.questionTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 30px;
}

.active {
  color: #079ea9;
}

.questionIcon {
  width: 14px;
  height: 6px;
  transition: 1s;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='13' viewBox='0 0 24 13' fill='none'%3E%3Cpath d='M1 12L12 2L23 12' stroke='%23212631' stroke-width='2'/%3E%3C/svg%3E");
}

.questionIconActive {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='13' viewBox='0 0 24 13' fill='none'%3E%3Cpath d='M1 12L12 2L23 12' stroke='%23079EA9' stroke-width='2'/%3E%3C/svg%3E");
  transition: 0.5s;
}

.questionDesc {
  margin-left: 16px;
  margin-top: 13px;
  display: none;
}

.questionDescActive {
  max-width: 264px;
  display: block !important;
}

.centerBlock {
  display: flex;
  flex-direction: column;
}

.questionButton {
  font-size: 10px;
}

@media (min-width: 1024px) {
  .questionsTitleTypography {
    font-size: 41px;
    line-height: normal;
  }

  .questionTitleTypography {
    font-size: 20px;
    line-height: 26px;
  }

  .questionDescTypography {
    font-size: 18px;
    line-height: 24px;
  }

  .questionsTitle{
    max-width: 787px;
    text-align: center;
  }

  .questionsContainer {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    margin-top: 104px;
  }

  .questionItem {
    width: 982px;
    border-bottom: 1px solid #d5edf1;
    padding: 31px 20px;
  }

  .questionTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    cursor: pointer;
  }

  .questionIcon {
    width: 22px;
    height: 10px;
  }

  .questionDesc {
    margin-left: 20px;
    margin-top: 20px;
  }

  .questionDescActive {
    max-width: 800px;
  }

  .questionButton {
    font-size: 14px;
  }

  .centerBlock {
    align-items: center;
  }
}

@media (min-width: 1440px) {
  .questionsTitleTypography {
    font-size: 41px;
    line-height: normal;
  }

  .questionTitleTypography {
    font-size: 20px;
    line-height: 26px;
  }

  .questionDescTypography {
    font-size: 18px;
    line-height: 24px;
  }

  .questionsTitle{
    max-width: 795px;
    text-align: center;
  }

  .questionsContainer {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    margin-top: 104px;
  }

  .questionItem {
    width: 982px;
    border-bottom: 1px solid #d5edf1;
    padding: 31px 20px;
  }

  .questionTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    cursor: pointer;
  }

  .questionIcon {
    width: 22px;
    height: 10px;
  }

  .questionDesc {
    margin-left: 20px;
    margin-top: 20px;
  }

  .questionDescActive {
    max-width: 800px;
  }

  .questionButton {
    font-size: 16px;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/support_banner/style.css?17391792761849*/
.supportTitleTypography {
  color: #212631;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.supportTelTypography {
  color: #212631;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.supportTypography {
  color: #a0a0a0;
  text-align: right;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%; /* 18.48px */
  letter-spacing: -0.48px;
}
.supportBlock,
.supportTel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1024px) {
  .supportTitleTypography {
    font-size: 41px;
    line-height: 132%; /* 54.12px */
    letter-spacing: -1.64px;
  }
  .supportTelTypography {
    font-size: 31px;
    line-height: 154%; /* 47.74px */
    letter-spacing: -1.24px;
  }
  .supportTypography {
    font-size: 16px;
    line-height: 154%; /* 24.64px */
    letter-spacing: -0.64px;
  }
  .supportBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 42px;
  }
  .supportTel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}

@media (min-width: 1440px) {
  .supportTitleTypography {
    font-size: 41px;
    line-height: 132%; /* 54.12px */
    letter-spacing: -1.64px;
  }
  .supportTelTypography {
    font-size: 31px;
    line-height: 154%; /* 47.74px */
    letter-spacing: -1.24px;
  }
  .supportTypography {
    font-size: 16px;
    line-height: 154%; /* 24.64px */
    letter-spacing: -0.64px;
  }
  .supportBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 42px;
  }
  .supportTel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}

/* End */


/* Start:/local/components/bizmall/main.blocks/templates/money_work/style.css?17391792841861*/
/* восемнадцатый блок */
.moneyWorkTypography {
  color: #fff;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.moneyWork {
  background: #079ea8;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 42px 20px;
  cursor: pointer;
}

.moneyWorkTitle {
  max-width: 880px;
}

.arrowImage {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .moneyWorkTypography {
    font-size: 56px;
    line-height: normal;
  }

  .moneyWorkContainer {
    height: 250px;
  }

  .moneyWork {
    border-radius: 20px 0 0 20px;
    border: 1px solid #000;
    background: #079ea8;
    display: flex;
    align-items: center;
    gap: 53px;
    padding: 76px 70px;
    position: absolute;
    transform: translateY(20%);
    z-index: 14;
    padding-right: 50px;
    border-left: none;
    right: 0;
    margin-left: 40px;
  }

  .moneyWorkTitle {
    max-width: 880px;
  }

  .arrowImage {
    width: 168px;
    height: 168px;
  }
  footer {
    padding-top: 200px !important;
  }
}

@media (min-width: 1440px) {
  .moneyWorkTypography {
    font-size: 75px;
    line-height: normal;
  }

  .moneyWorkContainer {
    height: 350px;
  }

  .moneyWork {
    border-radius: 20px 0 0 20px;
    border: 1px solid #000;
    background: #079ea8;
    display: flex;
    align-items: center;
    gap: 53px;
    padding: 106px 90px;
    position: absolute;
    transform: translateY(30%);
    z-index: 14;
    padding-right: 50px;
    border-left: none;
    right: 0;
    margin-left: 0;
  }

  .moneyWorkTitle {
    max-width: 880px;
  }

  .arrowImage {
    width: 168px;
    height: 168px;
  }
  /* footer {
    padding-top: 200px !important;
    margin-left: 40px !important;
    margin-right: 150px !important;
    border-radius: 20px;
    padding-left: 150px !important;
  } */
}

/* End */
/* /referal/style.css?17096469683624 */
/* /local/components/bizmall/main.blocks/templates/first_block_referal/style.css?17391792992046 */
/* /local/components/bizmall/main.blocks/templates/news_products/style.css?17391792972678 */
/* /local/components/bizmall/main.blocks/templates/fast_start/style.css?17391793192689 */
/* /local/components/bizmall/main.blocks/templates/delegate_bizmall/style.css?17391792913699 */
/* /local/components/bizmall/main.blocks/templates/combining_capital_and_economy/style.css?17391793133074 */
/* /local/components/bizmall/main.blocks/templates/unique_advantages/style.css?17391792963380 */
/* /local/components/bizmall/main.blocks/templates/partners/style.css?17391793113400 */
/* /local/components/bizmall/main.blocks/templates/expanding_horizons/style.css?17391792982573 */
/* /local/components/bizmall/main.blocks/templates/slider_financial_results/style.css?17391792825267 */
/* /local/components/bizmall/main.blocks/templates/action_invite_friend/style.css?17391793183547 */
/* /local/components/bizmall/main.blocks/templates/calculate_the_potential_income/style.css?17391792815712 */
/* /local/components/bizmall/main.blocks/templates/five_steps_to_earn_money/style.css?17391792863064 */
/* /local/components/bizmall/main.blocks/templates/calloutform_with_time/style.css?17391793194522 */
/* /local/components/bizmall/main.blocks/templates/questions/style.css?17391793263611 */
/* /local/components/bizmall/main.blocks/templates/support_banner/style.css?17391792761849 */
/* /local/components/bizmall/main.blocks/templates/money_work/style.css?17391792841861 */
