.input-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-80%);
}
.payment__input::placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #8F8F8F;
}
.payment__right {
    max-width: 348px;
    width: 100%;
}
.payment__right-content {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 24px;
}
.payment__total {
    width: 100%;
    background: #F4F5F6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px;
}
.total__text {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #222B45;
}
.payment__right-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: #7D8793;
    margin-bottom: 0;
    margin-top: 16px;
}
.payment__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 24px;
}
.payment__left {
    max-width: 627px;
    width: 100%;
    margin-right: 24px;
}
#payment-form {
    display: flex;
}
.payment__info-content {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 24px;
}
.payment__billing-content {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 24px;
}
.payment__paybox {
    background: #F4F5F6;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.payment__radio:checked + .payment__paybox {
    border: 1px solid #005BC7;
}
.payment__paybox:last-child {
    margin-bottom: 0;
}
.payment__radio {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.paybox__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #222B45;
}
.paybox__price {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 3px;
}
.paybox__twoPrice {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #7D8793;
    margin-bottom: 0;
}
.paybox__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.payment__billing {
    margin-bottom: 24px;
}
.paybox__bigBox {
    margin-bottom: 24px;
}
.paybox__bigBox:last-child {
    margin-bottom: 0;
}
