.b_certificate_payment_types {
    padding: 20px 15px;
    border: 1px solid #d5d5d5;
    margin: 0 10px 20px;
}

.b_certificate_payment_types .f_subtitle {
    margin-bottom: 2px;
}

.is-hidden {
    display: none;
}

.pika-lendar {
    background: white;
    padding: 10px 15px;
    border: 1px solid #d5d5d5;
    max-width: 380px;
}

.pika-lendar button {
    color: black;
    text-align: center;
}

@media (max-width: 768px) {
    .datepicker,
    .datepicker + div {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

}

@media (max-width: 768px) {
    .pika-single {
        left: 0 !important;
        right: 0 !important;
    }
    .pika-lendar {
        max-width: 100%;
    }
}
.m_mtop {
    margin-bottom: -10px;margin-top: 15px;
}
.m_placehilder{
    position: absolute;
    top: 16px;
    line-height: 1;
    left: 20px;
    opacity: 0;
}
.m_placehilder_input.st_focus ,
.m_placehilder_input:focus {
    padding-left: 38px;
}
.m_placehilder_input.st_focus + .m_placehilder,
.m_placehilder_input:focus + .m_placehilder {
    opacity: 1;
}
.b_form_input .el_input_btn .btn_input {
    cursor: pointer;
    outline: none;
}
.b_form_input .el_input_btn .btn_input:hover {
    opacity: .8;
}
.b_form_label label {
    padding: 5px 18px;
}
.b_form_input .el_input_btn .btn_input {
    font-weight: bold;
}
textarea:disabled {
    opacity: .5;
}