

/* Start:/local/templates/main/custom_css/send-help.css?174496730315119*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.btnWide {
    padding: 12px 36px;
}

.centerBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 410px 0px;
}

.centerHeader_f {
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: center;
}

.centerSubHeader {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 28px;
}

.centerGroup {
    margin-top: 40px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.centerButton {
    width: 261px;
}

.support_togle_btn {
    border-radius: 10px;
    padding: 12px 24px;
    letter-spacing: -0.02em;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #00818e;
    color: #474653;
}

.support_togle_btn:hover {
    background-color: #00818e;
    color: white;
}

.support_togle_btn.active {
    background-color: #00818e;
    color: white;

}

.verticalDivider {
    border-right: 1px solid #00818e;
    height: 24px;
}

.helpCalloutContainer {
    padding: 48px 160px 56px;
    background: linear-gradient(#fff 50%, #f7f7f8 50%);
}

.helpCallout {
    display: grid;
    grid-template-columns: auto 520px;
    background: #ffffff;
    grid-gap: 63px;
    border: 1px solid #f7f7f8;
    box-shadow: 8px 8px 16px rgba(71, 70, 83, 0.06);
    border-radius: 24px;
    padding: 32px 28px 16px 60px;
}

.middle {
    margin-left: 25px;
    margin-right: 19px;
}

.helpInput {
    border: 1px solid #adadb8;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    padding: 14px 16px;
    border-radius: 12px;
    width: 100%;
}

.helpBtn {
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    flex-grow: 0.5;
}

.helpInput:focus {
    outline: 1px solid #00818e;
}

.checkboxGroup .checkboxInput {
    gap: 8px;
}

.checkboxGroup {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.helpCalloutNote {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #adadb8;
    margin-top: 12px;
}

.helpCalloutText {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 7px;
    display: flex;
    flex-direction: column;
}

.helpContainer {
    background-color: #f7f7f8;
    padding: 56px 163px 80px;
}

.helpHeader {
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.helpSubHeader {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 24px;
}

.helpGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 260px);
    grid-gap: 60px 24px;
    justify-content: center;
    margin-top: 72px;
}

.helpCard {
    background: #ffffff;
    border: 1px solid #f7f7f8;
    border-radius: 20px;
    padding: 48px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.helpPriceContainer {
    margin-top: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.helpCardPrice{
    background: #ffffff;
    box-shadow: 4px 4px 8px rgba(71, 70, 83, 0.06);
    border-radius: 12px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
}
.helpCardHeader {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 25px;
}

.helpCardText {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 12px;
}

.helpCard .checkboxInput {
    gap: 8px;
    width: 100%;
    margin-top: 12px;
}

.helpCardBtn {
    width: 100%;
    border-radius: 12px;
    padding: 14px 20px;
    margin-top: 12px;
    border: 1px solid transparent;
}

.withDeeds {
    display: block;
}

.deedsContainer {
    padding: 0px 0px 79px;
    display: grid;
    grid-template-columns: 380px 451px;
    grid-gap: 95px;
    align-items: center;
    justify-content: center;
}

.deedsHeader {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
}

.deedsText {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin-top: 39px;
}

.deedsFormContainer {
    border-radius: 24px;
    padding: 32px 28px;
    background: #ffffff;
    border: 1px solid #f7f7f8;
    box-shadow: 8px 8px 16px rgba(71, 70, 83, 0.06);

}

.deedsForm {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100%);
    grid-gap: 16px;
}

.deedsInputText {
    border-radius: 12px;
    padding: 14px 16px;
    border: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;

}

.deedsInputText:focus {
    outline:0;
}

.deedsInputSelect {
    border-radius: 12px;
    padding: 14px 16px;
    border: 1px solid #f7f7f8;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.deedsInputSelect:focus {
    outline: 1px solid #d70c52;
}

.deedsInputBig {
    width: 100%;
    border-radius: 12px;
    padding: 14px 16px 52px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.deedsInputBig:focus {
    outline: 0;
}

.deedsInputContainer {
    display: grid;
    grid-template-columns: 163px 216px;
    grid-gap: 16px;
}

.filter_nav {
    position: relative;
    /*width: clamp(320px, 50vw ,100%);*/
    width: 100%;
    transition: all 0.2s ease-out;
}

.fundSelectInput {
    width: 100%;
}

.filter_nav h2 {
    flex: 1;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.filter_input_container {
    display: flex;
    min-width: 270px;
    max-width: 270px;
}

.fundInput {
    padding: 11px 16px;
    border: 1px solid #F7F7F8;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ADADB8;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.dropdown_arrow {

}

.fundSelectInput:focus {
    /*outline: 1px solid #00818E;*/
}

.toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    height: 40px;
}


.toggle:not(:checked) ~ .fundInput > .dropdown_arrow_less {
    display: none;
}

.toggle:not(:checked) ~ .fundInput > .dropdown_arrow_more {
    display: block;
}

.toggle:checked ~ .fundInput > .dropdown_arrow_less {
    display: block;
}

.toggle:checked ~ .fundInput {
    border-color: #00818E;
    border-bottom: 1px solid transparent;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.toggle:checked ~ .fundInput > .dropdown_arrow_more {
    display: none;
}


.toggle:not(:checked) ~ ul {
    visibility: hidden;
    opacity: 0;
}

.toggle:checked ~ .fundSelectInput {
}

/*.filter_nav {*/
/*    border: 1px solid #000000;*/
/*}*/


.filter_nav ul {
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 12px;
    margin: 0;
    background: white;
    list-style: none;
    overflow: hidden;
    transition: all 0.2s ease-out;
    width: 100%;
    position: absolute;
    border: 1px solid #00818E;
    border-top: 1px solid #F7F7F8;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 100;
}

.filter_check {
    margin: 0;
}

.filter_nav ul li {

    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 0.25rem 0;
    transition: background 3s;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
}

.filter_nav ul li:hover,
.filter_nav ul li a:focus {
    transition: background 0.45s;
}

.filter_nav ul a {
    display: block;
    color: inherit;
    text-transform: lowercase;
    font-weight: 200;
    text-decoration: none;
}

.filter_check {
    margin-bottom: 0.2em;
}

/* для элемента input c type="checkbox" */
.label_filter_check > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .label_filter_check */
.label_filter_check > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.dropdown_ph {
    white-space: nowrap;
    overflow: hidden;
}

/* создание в label псевдоэлемента before со следующими стилями */
.label_filter_check > span::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.label_filter_check > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.label_filter_check > input:not(:disabled):active + span::before {
    background-color: #00818E;
    border-color: #00818E;
}

.label_filter_check > input:checked ~ span {
    color: #00818E;
}

/* стили для чекбокса, находящегося в фокусе */
.label_filter_check > input:focus + span::before {
    /*box-shadow: 0 0 0 0.2rem rgb(0, 129, 142);*/
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.label_filter_check > input:focus:not(:checked) + span::before {
    border-color: #00818E;
}

/* стили для чекбокса, находящегося в состоянии checked */
.label_filter_check > input:checked + span::before {
    border-color: #00818E;
    background-color: rgba(0, 129, 142, 0.73);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.label_filter_check > input:disabled + span::before {
    background-color: #e9ecef;
}

.fundForm {
    display: flex;
    gap: 28px;
    background-color: #FFF;
    border-radius: 24px;
    box-shadow: 4px 4px 16px 4px rgba(102, 112, 128, 0.04);
    padding: 20px 48px
}

.redTooltip {
    background-color: #d70c52 !important;
}

.tooltip {
    position: relative;
    display: flex;
    right: 10px;
    align-items: center;
}

.input_container {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    border: 1px solid #f7f7f8;
    border-radius: 12px;
}
.termEr{
    -webkit-box-shadow: 0px 0px 0px 1px #d70c52;
    -moz-box-shadow: 0px 0px 0px 1px #d70c52;
    box-shadow: 0px 0px 0px 1px #d70c52;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    border-radius: 3px;
    border-collapse: collapse;
}
.tooltip .tooltipText {
    visibility: hidden;
    background-color: #474653;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -90px;
    font-family: Inter;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    padding: 12px;
}
.empty_input{
    border: 1px solid #d70c52;
}
.tooltip:hover .tooltipText {
    visibility: visible;
}
.form_result_msg{
    padding-top: 15px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #00818e;
}
.form_result_msg.error{
    color: #d70c52;
}
@media (max-width: 1185px) {
    .centerBlock {
        padding: 71px 123px 28px;
    }

    .helpCalloutContainer {
        padding: 0px 20px 60px;
    }

    .helpCallout {
        grid-template-columns: auto;
        padding: 40px 100px 32px;
        grid-gap: 28px;
    }

    .helpCalloutText {
        text-align: center;
    }

    .helpContainer {
        padding: 60px 20px 80px;
    }

    .helpGrid {
        grid-template-columns: repeat(auto-fill, 352px);
    }

    .deedsContainer {
        padding: 48px 0px 79px;
    }
}

@media (max-width: 975px) {
    .deedsContainer {
        padding: 48px 0px 42px;
        grid-template-columns: auto;
    }

    .deedsHeader {
        font-size: 24px;
        text-align: center;
    }

    .deedsText {
        padding: 0px 104px;
        text-align: center;
    }

    .deedsFormContainer {
        margin: 0px 100px;
    }

    .deedsInputContainer {
        grid-template-columns: 224px 231px;
    }
}

@media (max-width: 728px) {
    .deedsFormContainer {
        margin: 0px 50px;
    }
}

@media (max-width: 650px) {
    .deedsFormContainer {
        margin: 0px 16px;
    }
}

@media (max-width: 568px) {
    .deedsInputContainer {
        grid-template-columns: auto;
    }
}

@media (max-width: 575px) {
    .centerButton {
        width: 152px;
    }

    .centerBlock {
        padding: 51px 16px 28px;
    }

    .helpCallout {
        padding: 40px 4px 32px;
    }

    .helpCalloutGroup {
        padding: 0px 20px;
    }

    .checkboxGroup {
        flex-direction: column;
    }

    .middle {
        margin: 0;
    }

    .helpBtn {
        width: 100%;
        margin-top: 12px;
    }

    .helpGrid {
        grid-template-columns: repeat(auto-fill, 328px);
    }

    .btnWide {
        padding: 8px 10px;
    }

    .deedsInputBig::placeholder {
        overflow-wrap: break-word;
    }
}


@media (max-width: 1081px) {
    .fundForm {
        padding: 18px 20px;
        gap: 12px;
    }

    .filter_input_container {
        min-width: 212px;
        max-width: 212px;
    }
}

@media (max-width: 768px) {
    .fundForm {
        padding: 18px 20px;
        gap: 12px;
    }

    .filter_input_container {
        min-width: 212px;
        max-width: 212px;
    }
}

@media (max-width: 428px) {
    .deedsText {
        padding: 0px 20px;
        text-align: center;
    }

    .fundsDivider .divider {
        display: none;
    }

    .partners.fundsContainer {
        margin: 0;
        padding: 0px 16px 40px;
    }
}

@media (max-width: 375px) {
    .centerButton{
        width: 130px;
    }
}

@media (max-width: 320px) {

}

/* End */
/* /local/templates/main/custom_css/send-help.css?174496730315119 */
