body {
  font-weight: 400;
}

.intro {
  position: relative;
}

.intro__main-info {
  max-width: 550px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.intro__image {
  position: absolute;
  right: 0;
  bottom: -24px;
}

.copy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
}

.copy__image {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  flex-shrink: 0;
}

.copy__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.copy__content {
  margin-left: 100px;
}

.copy__content p {
  margin: 20px 0 30px;
}

.performers {
  background-color: #f3f3f3;
}

.cards {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 400;
}

.mobile-cards {
  display: none;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0px 2px 13px rgba(27, 22, 0, 0.13);
  border-radius: 10px;
  max-width: 720px;
  width: 100%;
  margin: 20px auto;
}

.mobile-cards .card {
  border-radius: 0;
  box-shadow: none;
  width: 50%;
  border-bottom: 1px solid #E1E1E1;
}

.mobile-cards .card:nth-child(1) {
  border-top-left-radius: 10px;
}

.mobile-cards .card:nth-child(2) {
  border-top-right-radius: 10px;
}

.mobile-cards .card:nth-last-child(2) {
  border-bottom-left-radius: 10px;
}

.mobile-cards .card:last-child {
  border-bottom-right-radius: 10px;
}

.mobile-cards .card:nth-child(2n + 1) {
  border-right: 1px solid #E1E1E1;
}

.card {
  width: 32%;
  box-shadow: 0px 2px 15px rgba(27, 22, 0, 0.13);
  border-radius: 10px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  border: none;
}

.card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card__row:not(:last-child) {
  margin-bottom: 10px;
}

.card__row:nth-child(2) {
  margin-top: 21px;
}

.card__pair {
  display: flex;
  align-items: center;
}

.card__pair span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #4D4D4D;
}

.icons {
  display: flex;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #f6f6f6;
  z-index: 2;
}

.icon:nth-child(2) {
  margin-left: -5px;
  z-index: 1;
}

.icon_empty {
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding-left:7px;
  padding-top:1px;
}

.icon_empty:nth-child(2) {
  margin-left: -5px;
  z-index: 1;
}

.icon_empty:nth-child(1).icon_empty {
  background-color: #37b080;
}

.icon_empty:nth-child(2).icon_empty {
  background-color: #f4b538;
}


.icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.card__exchange {
  max-width: 100px;
  height: auto;
}

.market {
  font-size: 18px;
}

.card__market {
  display: flex;
  align-items: center;
}

.strategy {
  font-size: 14px;
  font-weight: 700;
  padding: 2px 5px;
  margin-left: 8px;
  border-radius: 3px;
  color: #fff;
  background-color: #46CA93;
}

.strategy_short {
  background-color: #FF7878;
}

.card__chart {
  width: 80px;
  height: 45px;
}

.card__btn {
  padding: 1px 16px;
  font-weight: 700;
  margin-top: auto;
}

.card__profit {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #4D4D4D;
}

.card__profit-value {
  margin-top: 5px;
  font-size: 23px;
  font-weight: 700;
}

.faq {
  margin-top: 100px;
  padding-bottom: 50px;
}

.faq__questions {
  margin-top: 40px;
}

.faq__question {
  padding: 15px 0;
  border-top: 1px solid #BFBFBF;
}

.faq__question:last-child {
  border-bottom: 1px solid #BFBFBF;
}

.question__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.question__indicator {
  margin-right: 5px;
}

.question.active .question__indicator {
  transform: rotate(90deg);
}

.question__title {
  margin-bottom: 0;
}

.question__content {
  margin-top: 15px;
  display: none;
}

.question.active .question__content {
  display: block;
}

.question__text {
  font-size: 15px;
}

.question__link {
  font-size: 15px;
  font-weight: 700;
}

.start-free {
  position: relative;
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #E5F1FB;
}

.start-free a {
  position: relative;
  z-index: 2;
}

.start-free .bg-svg {
  position: absolute;
  z-index: 1;
}

.start-free .bg-chart {
  left: 0;
  right: 0;
  bottom: -70px;
  width: 100%;
  height: 350px;
  z-index: 0;
}

.start-free .bg-cloud1 {
  top: 48%;
  left: calc(50% - 450px);
}

.start-free .bg-cloud2 {
  top: 65px;
  left: calc(50% + 250px);
}

.start-free .bg-coin1 {
  top: 23%;
  left: calc(50% - 550px);
}

.start-free .bg-coin2 {
  bottom: 30px;
  left: calc(50% - 220px);
}

.start-free .bg-coin3 {
  top: 20%;
  left: calc(50% + 400px);
}

.start-free .bg-robot {
  bottom: -35px;
  left: calc(50% + 250px);
  z-index: 1;
}

.start-free .bg-chart svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.start-free h1 {
  max-width: 650px;
  margin: 0 auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background: #FFFFFF;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  display: table;
}

.table tr th {
  padding: 20px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #CDCDCD;
  border-top: none;
  position: sticky;
  z-index: 101;
  background-color: #fff;
  top: 65px;
}

.table tr th:first-child {
  border-top-left-radius: 8px;
}

.table tr th:last-child {
  border-top-right-radius: 8px;
}

.table tr td {
  padding: 15px 20px;
}

.table td {
  border: none;
}

.table tr:not(:last-child) {
  border-bottom: 1px solid #CDCDCD;
}

.table .btn {
  padding: 1px 16px;
  font-weight: 700;
}

.table__pair {
  display: flex;
  align-items: center;
}

.table__pair span {
  margin-left: 5px;
}

.table__copy img {
  margin-right: 5px;
}

.table__profit img {
  margin-left: 5px;
  margin-bottom: 7px;
}

@media screen and (max-width: 1199px) {
  .intro__image {
    width: 600px;
    height: 361px;
  }

  .card__pair span {
    font-size: 16px;
  }

  .card__exchange {
    max-width: 80px;
  }

  .table * {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .intro__main-info {
    max-width: 100%;
    text-align: center;
    width: 100%;
    margin-bottom: 300px;
  }

  .intro__image {
    left: 0;
    right: unset;
  }

  .copy {
    flex-direction: column;
    text-align: center;
  }

  .copy__content {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .copy__image {
    order: 2;
  }

  .performers {
    text-align: center;
  }

  .performers .container {
    padding: 0;
  }

  .cards {
    display: none;
  }

  .card__btn {
    padding: 5px 20px;
  }

  .table {
    display: none;
  }

  .mobile-cards {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .intro__main-info {
    margin-bottom: 250px;
  }

  .intro__image {
    width: 465px;
    height: 280px;
    left: 0;
    bottom: -1rem;
  }

  .mobile-cards {
    flex-direction: column;
    max-width: 380px;
    width: 100%;
  }
  
  .mobile-cards .card {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E1E1E1;
  }
  
  .mobile-cards .card:nth-child(1) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .mobile-cards .card:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: none;
  }

  .mobile-cards .card:nth-child(2) {
    border-top-right-radius: 0;
  }
  
  .mobile-cards .card:nth-last-child(2) {
    border-bottom-left-radius: 0;
  }

  .mobile-cards .card:nth-child(2n + 1) {
    border-right: none;
  }

  .card__exchange {
    max-width: 100px;
  }

  .card__pair span {
    font-size: 18px;
  }

  .card__market {
    margin-top: auto;
  }

  .card__row:not(:last-child) {
    margin-bottom: 0;
  }

  .card__row:nth-child(2) {
    margin-top: 10px;
  }

  .card__row:last-child {
    margin-top: 5px;
  }

  .card__profit-value {
    margin-top: 0;
  }

  .performers .container {
    padding: 0 15px;
  }

  .start-free {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 575px) {
  .intro__image {
    left: 50%;
    transform: translateX(-57%);
  }

  .copy__image {
    width: 216px;
    height: 216px;
  }
}

@media screen and (max-width: 399px) {
  .intro__main-info {
    margin-bottom: 170px;
  }

  .intro__image {
    left: -15px;
    right: unset;
    width: 353px;
    height: 212px;
    transform: translateX(0);
  }
}