.credit__title {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 30px;
}

.credit__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.credit__form .select {
  max-width: 290px;
  color: var(--blue-color);
}

.credit__btn {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 234, 148, 0.53)), to(#c4e888));
  background: -o-linear-gradient(top, rgba(202, 234, 148, 0.53) 0%, #c4e888 100%);
  background: linear-gradient(180deg, rgba(202, 234, 148, 0.53) 0%, #c4e888 100%);
  border: 1px solid rgba(83, 160, 71, 0.15);
  -webkit-box-shadow: 0px 22.3363px 17.869px rgba(71, 79, 160, 0.0417275), 0px 12.5216px 10.0172px rgba(71, 79, 160, 0.035),
    0px 6.6501px 5.32008px rgba(71, 79, 160, 0.0282725), 0px 2.76726px 2.21381px rgba(71, 79, 160, 0.0196802);
  box-shadow: 0px 22.3363px 17.869px rgba(71, 79, 160, 0.0417275), 0px 12.5216px 10.0172px rgba(71, 79, 160, 0.035),
    0px 6.6501px 5.32008px rgba(71, 79, 160, 0.0282725), 0px 2.76726px 2.21381px rgba(71, 79, 160, 0.0196802);
  border-radius: 30px;
  padding: 15px 30px;
}

.credit__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px;
}

.credit__row {
  background: rgba(255, 255, 255, 0.7);
  border: 1px dashed rgba(71, 79, 160, 0.2);
  border-radius: 10px;
  padding: 10px 5px;
  margin-bottom: 15px;
}

.row__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit__img {
  width: 200px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.credit__img-show {
  display: none;
}

.credit__col {
  border-right: 1px dashed rgba(71, 79, 160, 0.2);
  padding-right: 30px;
  margin-bottom: 20px;
}

.credit__last {
  border: none;
  padding: 0;
}

.credit__col span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.credit__col h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: var(--btn-color);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: -2px;
  margin-left: 5px;
}

.credit__row-btn,
.credit__show-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: var(--white-color);
  background: -webkit-gradient(linear, left top, left bottom, from(#c09ef7), to(#b289f5));
  background: -o-linear-gradient(top, #c09ef7 0%, #b289f5 100%);
  background: linear-gradient(180deg, #c09ef7 0%, #b289f5 100%);
  border: 1px solid rgba(71, 79, 160, 0.15);
  -webkit-box-shadow: 0px 22.3363px 17.869px rgba(71, 79, 160, 0.0417275), 0px 12.5216px 10.0172px rgba(71, 79, 160, 0.035),
    0px 6.6501px 5.32008px rgba(71, 79, 160, 0.0282725), 0px 2.76726px 2.21381px rgba(71, 79, 160, 0.0196802);
  box-shadow: 0px 22.3363px 17.869px rgba(71, 79, 160, 0.0417275), 0px 12.5216px 10.0172px rgba(71, 79, 160, 0.035),
    0px 6.6501px 5.32008px rgba(71, 79, 160, 0.0282725), 0px 2.76726px 2.21381px rgba(71, 79, 160, 0.0196802);
  border-radius: 30px;
  padding: 15px 5px;
  margin-left: 5px;
}

.credit__show-btn {
  display: none;
}

.row__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 70%;
}

.row__left span {
  font-weight: 400;
  background: #f5fff7;
  border: 1px solid rgba(0, 0, 0, 0.19);
  border-radius: 50px;
  padding: 5px 10px;
}

.row__right {
  font-weight: 700;
  line-height: 16px;
  color: #7d7d7d;
  background: rgba(170, 247, 158, 0.46);
  border: 1px solid rgba(71, 79, 160, 0.15);
  border-radius: 12px;
  padding: 5px 15px;
}

.row__right-show {
  display: none;
}

/* -------------------  @media ------------------------ */

@media screen and (max-width: 1024px) {
  .credit__col {
    padding-right: 15px;
    margin: 0;
  }

  .credit__col span {
    display: block;
    text-align: center;
  }

  .row__bottom {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .credit__col h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .row__right {
    padding: 5px;
  }
}

@media screen and (max-width: 768px) {
  .credit__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-left: 10px;
  }

  .credit__btn {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 20px;
  }

  .credit__block {
    padding-bottom: 15px;
  }

  .credit__col {
    padding-right: 10px;
  }

  .credit__last {
    padding-right: 10px;
  }

  .credit__last {
    padding: 0;
  }
}

@media screen and (max-width: 930px) {
  .credit__img {
    display: none;
  }

  .credit__img-show {
    display: block;
    width: auto;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 10px 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .row__left {
    width: auto;
  }

  .row__left span {
    padding: 5px 8px;
  }
}

@media screen and (max-width: 740px) {
  .credit__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .credit__form .select {
    max-width: 450px;
  }

  .credit__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .credit__row-btn {
    display: none;
  }

  .credit__show-btn {
    display: block;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .credit__show-btn:last-child {
    margin-bottom: 0;
  }

  .row__left {
    width: 100%;
  }

  .row__right {
    display: none;
  }

  .row__right-show {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #7d7d7d;
    background: rgba(170, 247, 158, 0.46);
    border: 1px solid rgba(71, 79, 160, 0.15);
    border-radius: 12px;
    padding: 3px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 560px) {
  .row__left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

@media screen and (max-width: 520px) {
  .row__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }

  .credit__col {
    padding: 0;
    border-right: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }
}

@media screen and (max-width: 375px) {
  .credit__title {
    font-size: 20px;
    margin-bottom: 10px;
    width: 210px;
  }

  .credit__btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 10px;
  }

  .row__left span {
    padding: 5px;
  }
}