

/* Start:/local/templates/ms_template_adatpive/components/bitrix/breadcrumb/breadcrumbs/style.css?17792918881291*/
.bx-breadcrumb {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 15px;
    text-transform: uppercase;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
}

.bx-breadcrumb i {
    color: #414141;
    line-height: 1;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    margin-left: 0;
    top: -2px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a,
.bx-breadcrumb .bx-breadcrumb-item a:visited {
    border-bottom: none;
    display: inline-block;
    position: relative;
    color: var(--color-new-green, #315b2b);
    text-decoration: none;

}

.bx-breadcrumb .bx-breadcrumb-item > span {
    color: #2e2e2e;
}

.bx-breadcrumb .bx-breadcrumb-item a:after {
    content: '';
    display: none;
    width: 100%;
    height: 1px;
    background-color: var(--color-new-green, #315b2b);
    position: absolute;
    bottom: 0;
    left: 0;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {
}

/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/form.result.new/feedback/style.css?17778892612956*/
.feedback_form_outer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 100%;
    min-height: 400px;
    background-color: #414141;
    position: relative;
    z-index: 500;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 35px 25px;
}

.feedback_form_title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.feedback_form_title_value {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 8px;
}

@media (min-width: 640px) {
    .feedback_form_title_value {
        font-size: 39px;
    }
}


@media (min-width: 320px) {
    .feedback_form_title_value {
        font-size: 29px;
    }
}

.feedback_form_sub_title_value {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.feedback_form_inner {

}

.feedback_form_inner .thanks_notice {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 40px;
    display: block;
}

.feedback_form_inputs_inner {

}

.feedback_form_row {
    display: flex;
    margin-bottom: 12px;
}

.feedback_form_row input {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 25px 18px;
    border-radius: 18px;
    border: 0;
    outline: none;
}

.feedback_form_row.checkbox {
    padding-top: 15px;
    margin-bottom: 45px;
}

.feedback_form_row.checkbox input {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border: none;
    position: relative;
}

.feedback_form_row.checkbox span {
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
}

.feedback_form_row.checkbox span a {
    text-decoration: underline;
    color: #fff;
}

.feedback_form_row button {
    display: inline-block;
    margin: 0 auto;
    border-radius: 18px;
    border: 0;
    background: var(--color-new-green);
    box-shadow: 0px 0px 16.0801px var(--color-new-green);
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

@media (min-width: 640px) {
    .feedback_form_row button {
        padding: 25px 85px;
        width: auto;
    }
}

@media (min-width: 320px) {
    .feedback_form_row button {
        padding: 25px 35px;
        width: 100%;
    }
}
/* End */
/* /local/templates/ms_template_adatpive/components/bitrix/breadcrumb/breadcrumbs/style.css?17792918881291 */
/* /local/templates/ms_template_adatpive/components/bitrix/form.result.new/feedback/style.css?17778892612956 */
