

/* Start:/local/templates/medic-group/components/stmd/main.feedback/nalog-feedback/style.css?17805625954405*/
div.mfeedback {}

div.mf-name, div.mf-birthday, div.mf-phone, div.mf-captcha,
div.mf-inn, .mf-org, .mf-address, .mf-doctype, .mf-period,
.mf-attach, .mf-necessity {
    width:80%; padding-bottom:0.4em;
}

@media (max-width: 768px) {
    div.mf-name, div.mf-birthday, div.mf-phone, div.mf-captcha,
    div.mf-inn, .mf-org, .mf-address, .mf-doctype, .mf-period,
    .mf-attach, .mf-necessity {
        width:100%;
    }
}
.mf-attach, .mf-period, .mf-necessity{
    margin-bottom: 15px;
}
.mf-button-add{
    width: 80%;
    margin-bottom: 16px;
}
.mf-button-add-wrap{
    width: 60%;
    display: flex;
    justify-content: flex-start;
}
.nalog-feedback input {
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #155284;
    padding: 3px 5px;
}
.nalog-feedback input:focus{
    border: 1px solid #62be68;
}

/*.nalog-feedback__check-group{*/
    /*display: flex;*/
    /*align-items: center;*/
/*}*/
.nalog-feedback__check-group{
    margin: 5px 0;
}
.nalog-feedback__check-group label{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nalog-feedback input[type="checkbox"]{
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.nalog-feedback select {
    width: 360px;
    margin-bottom: 20px;
    border: 1px solid #155284;
    padding: 3px 5px;
}
.nalog-feedback select:focus{
    border: 1px solid #62be68;
}
.nalog-feedback input[type="date"]{
    cursor: pointer;
}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
.add-member{
    padding: 10px 30px;
    background: #0b58a2;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}
.add-member:hover{
    background: #62be68;
}
.nalog-feedback input[type="submit"]{
    width: auto;
    background: #62be68;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-color: #62be68;
}
.nalog-feedback input[type="submit"]:hover{
    background: #145285;
    border-color: #145285;;
}

.nalog-feedback hr{
    width: 60%;
}

.nalog-popup{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.nalog-popup.none{
    display: none;
}

.nalog-popup__wrap{
    width: 100%;
    max-width: 520px;
    background: #fff;
    padding: 32px 20px;
}

.address__radio{
    width: 100%;
    display: flex;
    margin: 10px 0;
}
.address__radio-item{
    margin-right: 20px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.address__radio-item::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    border: 1px solid #155284;
    border-radius: 50px;
}
.address__radio-item.active::before{
    background: #62be68;
}
.address__radio-content{
    display: none;
}
.address__radio-content.show{
    display: flex;
}

@media screen and (max-width: 767px){
    .nalog-feedback select {
        width: 100%;
    }
    .nalog-feedback input {
        width: 100%;
    }
    .nalog-feedback hr{
        width: 100%;
    }
}

#reference-block {
    display: none;
}

#reference-block.reference-show {
    display: block;
}

.organization-info-block {
    color: red;
}

.error {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 12px;
    color: red;
}
.error-block input {
    border: 1px solid red !important;
}

.mf-block {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    max-width: 60%;
}
@media (max-width: 768px) {
    .mf-block {
        max-width: 100%;
    }
}
@media (max-width: 440px) {
    .mf-block {
        flex-direction: column;
        gap: 0;
    }
}

.mf-block > div,
.mf-block input {
    width: 100% !important;
}

.mf-block > div.error-block {
    padding-bottom: 0.4em;
}

.mf-doctype-series.error-block .error,
.mf-doctype-number.error-block .error {
    bottom: unset;
    top: 64%;
}

.passport-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
@media (max-width: 1200px) {
    .passport-block {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .passport-block {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/medic-group/components/stmd/main.feedback/nalog-feedback/style.css?17805625954405 */
