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

img {
  display: block;
  width: 100%;
  height: auto;
}

.invest-wrapper {
  max-width: 1280px;
  padding: 0 24px;
}

.layout {
  width: unset;
}

.footer {
  background-color: #222;
}

.hero-new {
  display: flex;
  justify-content: space-between;
  gap: 40px;

  margin-top: 24px;
}

.hero-new-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.hero-new-realtitle {
  margin-top: 40px;
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
  text-align: left;
}

.hero-new-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.hero-new-texts {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.hero-img-wrapper {
  order: 1;
  width: 50%;
  border-radius: 18px;
  overflow: hidden;
}

.hero-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.ved-footer-text {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.ved-footer-span {
  margin-right: 8px;
}

.ved-business__decription {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.how-its-works {
  margin-top: 32px;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  min-height: 212px;
  padding: 32px;
  border-radius: 32px;
  opacity: 0px;
  margin-bottom: 80px;
}

.how-its-works img {
  width: inherit;
}

.hero-new-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.section-info {
  border-radius: 18px;
  background: rgba(215, 229, 252, 1);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.section-info__content {
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.section-info__title {
  font-family: Squad;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 8px;
}

.section-info__text {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
  max-width: 748px;
}

.section-info__img {
  max-width: 250px;
  display: flex;
  align-items: center;
  padding: 32px;
}

.section-info__img img {
  display: block;
  width: 100%;
  height: auto;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.risks-strategy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 20px;
}

.risk-strategy {
  display: flex;
  flex-direction: column;
  width: 49%;
  background: white;

  min-height: 164px;
  padding: 32px;
  gap: 8px;
  border-radius: 18px;
}

.risk-strategy-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

.risk-strategy-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.risk-sign {
  margin-bottom: 80px !important;
}

.risk-sign div {
  width: 100% !important;
}

.risk-sign-title {
  font-family: Squad;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
}

.risk-sign-li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-bottom: 0px;
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 11px;
}

.risk-sign-li:last-child {
  margin-bottom: 0;
}

.risk-sign-li::marker {
  color: #7bcd00;
}

.three-blocks {
  display: flex;
  gap: 20px;

  margin: 80px 0;
}

.three-blocks-block {
  width: 100%;
  padding: 24px;
  border-radius: 18px;
  background: rgba(215, 229, 252, 1);
  display: flex;
  justify-content: space-between;
}

.three-blocks-block img {
  max-width: 54px;
  max-height: 54px;
}

.three-blocks-block-texts {
  display: flex;
  flex-direction: column;
}

.three-blocks-block-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin-bottom: 8px;
}

.three-blocks-block-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.faq-blue {
  padding: 24px 0;
  margin-top: 40px;
  background: rgba(215, 229, 252, 1);
  width: 100%;
  display: flex;
  justify-content: center;
}

.faq-blue-top {
  min-height: 84px;
  border-bottom: 1px solid rgba(208, 216, 232, 1);
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}

.faq-blue-top img {
  max-width: 48px;
  max-height: 48px;
}

.faq-blue-bold {
  margin-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  width: 80%;
}

.faq-blue-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(82, 82, 82, 1);
}

.ved-container-wrapper {
  margin-bottom: 80px !important;
}

.rates-doc-wrap {
  width: max-content;
}

.block-info {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 32px;
  border-radius: 18px;
  background: white;
  margin-bottom: 80px;
}

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

.block-info__title {
  font-family: Squad;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.block-info__desc {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 880px;
}

.block-info__img {
  max-width: 250px;
}

.ved-business__description,
.ved-business__title {
  margin-bottom: 32px;
}

.ved-business {
  padding-top: 0;
}

.ved-business__table {
  border-radius: 18px;
}

.ved-business__left {
  max-width: 351px;
}

.ved-business__row {
  gap: 69px;
}

.ved-business__right {
  display: flex;
  gap: 69px;
  width: 100%;
}

.ved-business__right .td {
  width: 50%;
}

.ved-business__right.block {
  display: block;
}
.ved-business__right ul {
  padding-left: 16px;
}

.ved-business__right ul li {
  list-style: decimal;
}

.rates__docs {
  max-width: 740px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 0;
  margin-top: 32px;
}

.rates__doc-link {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  color: #52ae30;
  transition: 0.25s;
}

.rates__doc-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(/local/js/otp/assets/images/premium/icons/icon-pdf.svg);
}

.tabs-block-wrapper {
  background: white;
  padding: 32px;
  border-radius: 18px;
  margin-bottom: 80px;
}

.tabs-block__title {
  font-family: Squad;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 32px;
}

.tabs-block__text {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}

.main-tabs {
  display: flex;
  gap: 16px;
}

.tab {
  background: unset;
  display: flex;
  flex-direction: column;
  gap: 24px;
  cursor: pointer;
  background: #ffffff;
  padding: 32px;
  width: 100%;

  font-family: Squad;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.tab-icon {
  max-width: 54px;
  max-height: 54px;
}

.tab.active {
  border-radius: 18px 18px 0 0;
  background: #f6f7fa;
}

.tab-content {
  display: none;
  background: #ffffff;
  overflow: hidden;
  padding: 0;
}

#tab1 {
  border-radius: 0 18px 18px 18px;
}

#tab2 {
  border-radius: 18px 0 18px 18px;
}

.tab-content.active {
  display: flex;
  background: #f6f7fa;
}

.tabs-mobile {
  display: none;
}

.premium-good-to-know__answer li::before {
  background-color: #52ae30;
}

@media screen and (max-width: 768px) {
  .ved-business__description,
  .ved-business__title {
    margin-bottom: 24px;
  }

  .risk-sign-li {
    font-size: 16px;
    line-height: 24px;
  }

  .block-info {
    margin-bottom: 40px;
    padding: 16px;
  }

  .block-info__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }

  .block-info__desc {
    font-size: 16px;
    line-height: 24px;
  }

  .block-info__img {
    display: none;
  }

  .ved-business__right .td:last-child {
    text-align: right;
  }

  .ved-business__row {
    gap: 2px;
  }

  .rates__docs {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .hero-new {
    gap: 20px;
    margin: 0 -18px;
  }

  .hero-new-texts {
    align-self: auto;
    padding: 0 18px;
  }

  .rates-doc-wrap {
    width: auto;
  }

  .risk-sign-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
  }

  .hero-new {
    flex-direction: column !important;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .hero-img-wrapper {
    order: -1;
    width: 100%;
    border-radius: 0px;
  }

  .hero-new-title {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-new-realtitle {
    margin-top: 24px;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-new-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .invest-wrapper {
    padding: 0 18px;
  }

  .three-blocks {
    flex-direction: column;
    margin-bottom: 40px;
    margin-top: 0;
    gap: 24px;
  }

  .three-blocks-block {
    padding: 16px;
  }

  .three-blocks-block:last-child {
    margin-bottom: 0px;
  }

  .invest-body {
    display: inherit;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .section-info {
    flex-direction: column;
    padding: 0;
  }

  .ved-container-wrapper {
    margin-bottom: 40px !important;
  }

  .how-its-works {
    margin-bottom: 40px !important;
  }

  .career-two-elements {
    margin-bottom: 40px !important;
  }

  .risk-sign {
    margin-bottom: 40px !important;
  }

  .faq-blue-top {
    flex-direction: column;
  }

  .faq-blue-bold {
    margin-left: 0px;
    margin-top: 24px;
    width: 100%;
  }

  .section-info__title {
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .section-info__text {
    line-height: 24px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .section-info__img {
    order: -1;
  }

  .main-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-info__img {
    display: none;
  }

  .section-info__content {
    padding: 16px;
    border-radius: 18px;
  }

  .risks-strategy {
    flex-direction: column;
  }

  .risk-strategy {
    width: 100%;
    padding: 16px;
  }

  .risk-strategy-title {
    font-size: 20px;
    line-height: 28px;
  }

  .risk-strategy-description {
    font-size: 16px;
    line-height: 24px;
  }

  .footer__logo {
    margin-bottom: 0;
    display: block;
    max-width: 180px;
  }

  .rko-container .premium-good-to-know__answer p {
    font-size: 16px;
  }

  .tabs-desktop {
    display: none;
  }

  .tabs-block__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .tabs-block__text {
    font-size: 16px;
    line-height: 24px;
  }

  .tabs-block-wrapper {
    margin-bottom: 40px;
    padding: 16px;
  }

  .premium-good-to-know__content-list {
    margin-bottom: 0;
  }

  .premium-good-to-know__item.dropdown {
    background: #f6f7fa;
    padding: 0px;
  }

  .premium-good-to-know__item.dropdown .premium-good-to-know__question {
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    gap: 16px;
  }

  .premium-good-to-know__item.dropdown .premium-good-to-know__question img {
    max-width: 54px;
    max-height: 54px;
  }

  .premium-good-to-know__answer {
    padding: 16px;
  }

  .rko-container .premium-good-to-know__answer li {
    font-size: 16px;
  }

  .tabs-mobile { 
    display: flex;
  }
}
