.individual_form {
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    padding: 24px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(28, 98, 76, .2509803922);
    -moz-box-shadow: 0 10px 20px 0 rgba(28,98,76,.2509803922);
    box-shadow: 0 10px 20px 0 rgba(28, 98, 76, .2509803922);
    margin-bottom: 50px;
}
.b-support-form__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
}
.b-support-form__left {
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 36%;
    min-width: 415px;
    min-height: 415px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 24px;
    background-color: #DBF0E9;
    position: relative;
}
.b-support-form__right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 58%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.b-support-form__left::before{
    position:absolute;
    top:10px;
    right:-41px;
    width:42px;
    height:416px;
    content:"";
    background-position:0 center;
    background-repeat:no-repeat;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iMzc1IiB2aWV3Qm94PSIwIDAgNDEgMzc1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNDEgMTg3LjYwNkwtMS4wODkyN2UtMDYgMzc0LjYwNkwxLjUyNTg4ZS0wNSAwLjYwNTk1NUw0MSAxODcuNjA2WiIgZmlsbD0iI0RCRjBFOSIvPgo8L3N2Zz4K);
    -moz-background-size:cover;
    background-size:cover;
}
.b-support-form__subtitle {
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 0;
    font-size: 18px;
}
.b-support-form__radio:not(:last-child) {
    margin-bottom: 24px;
}
.b-support-form__radio input[type=radio] {
    display: none;
}
.b-support-form__radio label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.b-support-form__radio label::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    display: block;
    border: 3px solid #13AB7B;
    width: 18px;
    height: 18px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.b-support-form__radio label:hover::after {
    content: "";
    opacity: .4;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.b-support-form__radio input:checked+label::after {
    content: "";
}
.b-support-form__radio label::after {
    position: absolute;
    top: 7px;
    left: 5px;
    display: block;
    width: 8px;
    height: 8px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #13AB7B;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.b-support-form__radio:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.b-support-form__radio input+label+textarea{
    pointer-events: none;
    opacity: .8;
}
.b-support-form__radio input:checked+label+textarea {
    pointer-events: auto;
    opacity: 1;
}
.b-support-form__radio textarea {
    margin-top: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -moz-border-radius: 16px;
    border-radius: 16px;
    width: 100%;
    min-height: 100px;
    height: 100%;
    background-color: #fff;
    padding: 16px;
    border: none;
    font-size: 15px;
    resize: vertical;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    height: 208px;
}


.b-support-form__right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 58%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.b-support-form__input_select {
    position: relative;
}
.b-support-form__input_select::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #000;
}
.b-support-form__input_select select {
    padding-right: 40px;
    appearance: none;
    outline: 0;
}
.individual_form textarea{
    outline: 0;
}
.b-support-form__input textarea {
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-height: 80px;
    max-width: 100%;
    resize: vertical;
}
.b-support-form__input input, .b-support-form__input select, .b-support-form__input textarea {
    text-overflow: ellipsis;
    width: 100%;
    border: none;
    background-color: #f8f8f8;
    padding: 10px 24px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    min-height: 42px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.b-support-form__input input::placeholder, .b-support-form__input select, .b-support-form__input textarea::placeholder {
    color: #404040;
}
.b-support-form__footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    align-items: center;
}
.b-support-form__submit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 24px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #3C9670;
    color: #fff;
    border: none;
    cursor: pointer;
    line-height: 14px;
    height: 34px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.b-support-form__submit:hover {
    -webkit-box-shadow: 0px 10px 20px rgba(76, 92, 82, 0.25);
    -moz-box-shadow: 0px 10px 20px rgba(76, 92, 82, 0.25);
    box-shadow: 0px 10px 20px rgba(76, 92, 82, 0.25);
}
.b-support-form__footnote {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    color: #7d7d7d;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.b-support-form__input input.error {
    color: red;
    border: 1px solid red;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.b-support-form__input_select select.error {
    border: 1px solid red;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.b-support-form__right .page-form__agreement span br:first-child{
    display: none;
}
@media (max-width: 1200px) {
    .b-support-form__right .page-form__agreement span br:first-child{
        display: block;
    }
    .b-support-form__left::before{
        height: 442px;
    }
}
@media (max-width: 1150px) {
    .b-support-form__right .page-form__agreement span br:first-child{
        display: none;
    }
    .b-support-form__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }
    .b-support-form__left {
        min-width: 0;
        min-height: 0;
    }
    .b-support-form__left, .b-support-form__right {
        width: 100%;
    }
    .b-support-form__left::before{
        display: none;
    }
}

@media (max-width: 768px) {
    .b-support-form__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .b-support-form__footnote {
        text-align: center;
    }
}
@media (max-width: 715px) {
    .b-support-form__right .page-form__agreement span br:first-child{
        display: block;
    }    
}