
.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%;
}

.card {
    align-items: center;
    background: rgba(0,0,0,.5);
    border: 3px solid rgba(147,69,234,.5);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 50px;
    width: 100%;
    min-height: 710px;
}
.card {
    min-width: 0;
    position: relative;
}

.card h5{
    color: #fff;
    margin-top: -10px;
}

.circle-plan {
    color: #b51cfd;
}
.card__circle {
    background: #fff;
    //border-radius: 50%;
    //box-shadow: 0 -7px 14px #303030, 0 7px 14px #0a0a0a;
    color: #353341;
    display: flex;
    flex-direction: column;
    height: 177px;
    justify-content: center;
    width: 177px;
}

.circle-plan__percent, .circle-plan__plan {
    letter-spacing: .05em;
    line-height: 130%;
    text-align: center;
}
.circle-plan__plan {
    font-size: 14px;
    font-weight: 400;
}

.circle-plan__percent {
    font-size: 48px;
    font-weight: 700;
}
.circle-plan__percent, .circle-plan__plan {
    letter-spacing: .05em;
    line-height: 130%;
    text-align: center;
}

.circle-plan__profit {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 130%;
    text-align: center;
}

.description {
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.description__label {
    color: #e4e4e4;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 130%;
    text-align: center;
    text-shadow: 0 -2px 4px rgb(0 0 0 / 25%);
}

.description__value {
    color: #e4e4e4;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
}

.card__input-group {
    margin-top: 30px;
    width: 100%;
}

.card__input-group .input-wrap {
    display: flex;
    flex-direction: column;
}

.card__input-group .input-wrap label {
    color: #e4e4e4;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 130%;
    text-align: center;
    text-shadow: 0 -2px 4px rgb(0 0 0 / 25%);
}

.label {
    display: inline-block;
}

.card__input-group .input-wrap input {
    background: rgba(44,44,44,.7);
    border: none;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0 20px;
    outline: none;
    padding: 7px;
}

/*
button, input {
    overflow: visible;
}
button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
}
*/

.btn-default--dark-font {
    color: #000;
}

.btn-default--stretched {
    width: 100%;
}
.btn-default {
    background: linear-gradient(104.24deg,#9345ea 10.85%,#7697f5 93.89%);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    min-width: 100px;
    padding: 7px;
    transition: all .2s ease-in-out;
    width: 100% !important;
    width: fit-content;
    max-width: none;
}

/*
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button {
    border-radius: 0;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
}
*/

*, *:before, *:after {
    box-sizing: inherit;
}
*, :after, :before {
    box-sizing: border-box;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px !important;
}
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
}

@media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
}

@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width: 720px;
}
}

@media (min-width: 576px){
.container, .container-sm {
    max-width: 540px;
    }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x,.75rem);
    padding-right: var(--bs-gutter-x,.75rem);
    width: 100%;
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1);
}
}

@media (min-width: 992px){
.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}
}

@media (min-width: 768px){
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
}

.col-6{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}
