

/* Start:/local/components/donation/form/templates/.detail/style.css?17761869404288*/
.content {
    margin: 15px 0;
    max-width: 70%;
}

.content-wr {
    margin-left: 25%;
}

@media all and (max-width: 991px) {
    .content-wr {
        margin-left: 0;
    }
}

.content img {
    width: 100% !important;
    height: 100% !important;
}

.input__cur {
    padding-left: 20px;
}

.btn-center {
    display: block;
    margin: 0 auto;
}

.input_short {
    display: flex;
    align-items: center;
}

.input_short input {
    width: 50%;
}

.input_short textarea {
    width: 50%;
    resize: vertical;
}

.input__descr {
    margin-top: 3px;
    font-size: 12px;
    width: 50%;
}

.input_col {
    flex-direction: column;
    align-items: flex-start;
}

.input-wr {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.input-wr__text {
    padding-left: 20px;
    max-width: 400px;
    width: 100%;
    display: block;
}

input[type=radio]:checked + .input-wr__text:after {
    display: block;
}

.input-wr__text:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 15px;
    line-height: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #107bb1;
    transition: all 0.2s ease-in-out;
    text-align: center;
    box-shadow: none;
}

.input-wr__text:after {
    content: '';
    display: none;
    position: absolute;
    left: 3px;
    top: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #107bb1;
    transition: all 0.2s ease-in-out;
    text-align: center;
    box-shadow: none;
}

@media all and (max-width: 768px) {
    .content {
        max-width: 100%;
    }

    .input_short {
        width: 100%;
    }

    .input__descr {
        width: 100%;
    }

    .input-wr {
        padding-top: 10px;
    }

    .input_short input {
        width: 80%;
    }

    .input_short textarea {
        width: 80%;
        resize: both;
    }

    .b-notes__nameswrap {
        margin: 0 auto;
    }
}

input.b-notes__submit {
    cursor: pointer;
    background: #007c5b;
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #007c5b;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.label-price {
    padding-left: 20px;
    position: absolute;
    left: 390px;
}

.label-title {
    font-size: 16px;
}

.b-notes__nameswrap {
    margin-left: 20%;
}

.b-notes__namespic {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    height: auto;
    max-width: 400px;
}

.b-notes__names input {
    width: 100%;
    border: 0;
    font-size: 24px;
    color: #000;
}

.b-notes__names ol li {
    border-bottom: 1px solid #f00;
    padding: 2px;
    font-size: 24px;
    color: #f00;
}

.b-notes__nameswrap {
    max-width: 400px;
    margin-bottom: 20px;
    border: 1px solid #f00;
    padding: 40px;
}

.b-notes__nameswrap.health {
    border: 1px solid #f00;
}

.b-notes__nameswrap.death input {
    border-color: #000;
}

.b-notes__nameswrap.death {
    border: 1px solid #000;
}

.b-notes__form hr {
    margin: 15px 0;
}

.b-notes__form input[type=radio] {
    display: none;
}

.b-notes__nameswrap.death .b-notes__names ol li {
    border-bottom: 1px solid #000;
    color: #000
}

.b-notes__nameswrap.health .b-notes__namespic_life {
    display: block;
}

.b-notes__nameswrap.death .b-notes__namespic_life {
    display: none;
}

.b-notes__nameswrap.health .b-notes__namespic_repose {
    display: none;
}

.b-notes__nameswrap.death .b-notes__namespic_repose {
    display: block;
}

.b-notes__requisites {
    padding-left: 0 !important;
}

@media all and (max-width: 768px) {
    .b-notes__nameswrap {
        margin-left: 0;
    }

    .input-wr__text:before {
        top: 13px;
    }

    .label-name {
        position: absolute;
        top: 13px;
        right: -20px;
        width: 100%;
        font-size: 10px;
    }

    .input-wr__text:after {
        top: 16px;
    }

    .label-title {
        font-size: 13px;
    }

    .label-price {
        left: 310px;
        font-size: 13px;
    }
}

@media all and (max-width: 424px) {
    .input-wr {
        margin-bottom: 30px;
    }

    .label-price {
        left: 0;
        bottom: -20px;
    }
}
/* End */
/* /local/components/donation/form/templates/.detail/style.css?17761869404288 */
