.payChoice_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.payChoice_box_item {
  width: calc(50% - 13px);
  border: 1px solid #1c1e1f;
  padding: 28px 18px 14px 18px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 26px;
  cursor: pointer;
  transition: .6s;
}

.payChoice_box_item:hover {
  border: 1px solid #C29A6F;
}

.payChoice_box_item_tittle {
  color: #1c1e1f;
  font-weight: 600;
  font-size: 13.53px;
  line-height: 140%;
  margin: 8px 0;
}

.payInstallments {
  display: none;
}

.payInstallments.active {
  display: block;
}

.container_payChoice,
.container_payInstallments {
  max-width: 626px;
  margin: 0 auto;
}

.payChoice_box_item p {
  font-weight: 400;
  font-size: 9.5px;
  line-height: 140%;
  color: #33383a;
}

.payChoice_box_item_button {
  display: block;
  background: #C29A6F;
  width: 122px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  font-size: 8.5px;
  margin-top: 17px;
  transition: .6s;
  border: 1px solid #C29A6F;
}

.payChoice_box_item_button:hover {
  background: transparent;
  color: #C29A6F;
}

.payChoice_box_item svg {
  margin-top: -8px;
}

.payChoice_box .payChoice_box_item:nth-child(4) .payChoice_box_item_tittle {
  margin-top: 4px;
}

.payChoice_box .payChoice_box_item:nth-child(4) img {
  margin-top: -8px;
}



.payInstallments_box {
  border: 1px solid #1c1e1f;
  padding: 29px 25px;
}

.payInstallments_box_head {
  display: flex;
  align-items: center;
}

.payInstallments_box_head_tittle {
  color: #1c1e1f;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-left: 16px;
}

.payInstallments_box_subtittle {
  margin-top: 13px;
  font-weight: 400;
  font-size: 8.28px;
  line-height: 140%;
  color: #1c1e1f;
}

.payInstallments_box_subtittle b {
  font-weight: 700;
  font-size: 8.28px;
  line-height: 140%;
  color: #1c1e1f;
}

.payInstallments_box_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}

.payInstallments_box_flex_item {
  width: calc(50% - 40px);
}

.payInstallments_box_flex_item span {
  color: #1c1e1f;
  font-weight: 700;
  font-size: 8.28px;
  line-height: 140%;
  display: block;
  margin-bottom: 6px;
}

.payInstallments_box_flex_item p {
  color: #1c1e1f;
  font-weight: 400;
  font-size: 8.28px;
  line-height: 140%;
  margin-top: 4px;
}

.payInstallments_box_flex .payInstallments_box_flex_item:nth-child(2) p {
  max-width: 154px;
  width: 100%;
}

.payInstallments_box_flex .payInstallments_box_flex_item:nth-child(1) p {
  position: relative;
  padding-left: 8px;
}

.payInstallments_box_flex .payInstallments_box_flex_item:nth-child(1) p::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  top: 5px;
  left: 0px;
  background: #1c1e1f;
  display: block;
}

.payInstallments_box_choice {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}

.payInstallments_box_choice_item {
  width: 42px;
  height: 30px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C29A6F;
  transition: .6s;
  color: #1c1e1f;
  font-weight: 400;
  font-size: 8.28px;
  line-height: 140%;
  cursor: pointer;
  margin-top: 3px;
}

.payInstallments_box_choice_item:hover,
.payInstallments_box_choice_item.active {
  background: #C29A6F;
  color: #fff;
}

.payInstallments_box_sum {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.payInstallments_box_sum b {
  color: #1c1e1f;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
}

.payInstallments_box_sum i {
  color: #1c1e1f;
  font-weight: 400;
  font-size: 8px;
  line-height: 140%;
  font-style: normal;
  display: block;
  margin-left: 5px;
}

.payInstallments_box_explanation {
  color: #1c1e1f;
  font-weight: 400;
  font-size: 8px;
  line-height: 140%;
  font-style: normal;
  display: block;
}

.payInstallments_box_indication {
  margin-top: 13px;
  display: flex;
}

.payInstallments_box_indication div:nth-child(1) {
  width: 60px;
  margin-right: 3px;
  flex-shrink: 0;
}

.payInstallments_box_indication div:nth-child(2) {
  width: 204px;
}

.payInstallments_box_indication div:nth-child(1) p {
  background: #C29A6F;
  width: 100%;
  height: 6px;
  display: block;
}

.payInstallments_box_indication div:nth-child(2) p {
  border: 1px solid #C29A6F;
  width: 100%;
  height: 6px;
  display: block;
}

.payInstallments_box_indication div:nth-child(1) span {
  color: #1c1e1f;
  font-weight: 400;
  font-size: 8px;
  line-height: 140%;
  display: block;
  margin-top: 3px;
}

.payInstallments_box_indication div:nth-child(2) span {
  color: #1c1e1f;
  font-weight: 400;
  font-size: 8px;
  line-height: 140%;
  text-align: right;
  width: 100%;
  display: block;
  margin-top: 3px;
}

.payInstallments_box_bottom {
  margin-top: 37px;
  max-width: 305px;
  margin-bottom: 20px;
}

.payInstallments_box_bottom .payInstallments_box_flex_item {
  width: 100%;
}

.payInstallments_box i {
  font-style: normal;
  font-weight: 400;
  font-size: 8.28px;
  line-height: 9px;
  letter-spacing: -0.19px;
  color: #1c1e1f;
}

@media (max-width: 666px) {

  .container_payChoice,
  .container_payInstallments {
    max-width: initial;
    margin: 0 auto;
    padding: 0 20px;
    width: auto;
  }
}

@media (max-width: 550px) {
  .payChoice_box_item {
    width: 100%;
    padding: 24px 18px 14px 18px;
    margin-top: 16px;
  }

  .payInstallments_box_flex {
    flex-wrap: wrap;
  }

  .payInstallments_box_flex_item {
    width: 100%;
  }

  .payInstallments_box_flex .payInstallments_box_flex_item:nth-child(2) {
    margin-top: 13px;
  }

  .payInstallments_box {
    padding: 20px 15px;
  }

}