/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
section.intro {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  section.intro {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}

section.copytrading .cp_picture {
  display: block;
  max-width: 384px;
  margin: 0 auto;
}
section.copytrading .cp_cards {
  position: absolute;
  top: -170px;
  right: -105px;
  width: 307px;
}
@media screen and (max-width: 600px) {
  section.copytrading .cp_cards {
    right: -45px;
    top: -65px;
    width: 151px;
  }
}
section.copytrading .conditions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  section.copytrading .conditions {
    margin-top: 16px;
  }
}
section.copytrading .condition {
  display: flex;
  align-items: center;
  gap: 12px;
}
section.copytrading .condition span {
  flex-shrink: 0;
}
section.copytrading .condition .num {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 22px;
  line-height: 1.4;
  color: #0abb86;
}
section.copytrading .c_card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
section.copytrading .c_card h3 {
  margin-bottom: 0;
}
section.copytrading .c_card .c_button {
  flex-shrink: 0;
}
section.copytrading .grid_cols + .grid_cols {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  section.copytrading .grid_cols + .grid_cols {
    margin-top: 24px;
  }
}

section.investment_portfolios {
  overflow: hidden;
}
section.investment_portfolios .buttons_row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  section.investment_portfolios .buttons_row {
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  section.investment_portfolios .buttons_row > * {
    flex-grow: 1;
  }
}
section.investment_portfolios .c_checkmarks_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 12px 24px;
  margin: 16px 0 24px;
}
@media screen and (max-width: 600px) {
  section.investment_portfolios .c_checkmarks_list {
    grid-template-columns: 1fr;
  }
}
section.investment_portfolios .swiper + .swiper {
  margin-top: 24px;
}

section.investment_services_comparing .comparison_table {
  margin-top: 24px;
}