

/* Start:/local/templates/special_mibok_pravo/components/modern/api.feedback/check/style.css?17019563783940*/
.feedback_simple {

}

.feedback_simple label {
    font-size: 14px;
    line-height: 19px;
    display: flex;
    margin: 0 0 8px;
}
.feedback_simple .required:after {
    content: "*";
    color: var(--color-secondary);
    margin: 0 0 0 5px;
}

.feedback_simple input:not([type=submit]),
.feedback_simple textarea,
.feedback_simple select {
    padding: 7px 8px 7px 16px;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--color-local-grey);
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
}
.feedback_simple input {

}
.feedback_simple textarea {

}
.feedback_simple input[type=submit] {
    text-transform: uppercase;
    margin: 0 0 20px;
}
.feedback_simple input[type=submit]:disabled {
    opacity: 1;
    background: var(--color-local-grey) !important;
}

.field_info_text {
    font-size: 14px;
    line-height: 19px;
    margin-top: 80px;
}
.field_info_text span {
    color: var(--color-secondary);
}


.popup_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    overflow-y: auto !important;
    white-space: normal;
    z-index: 200;
}
.popup_modal.active {
    display: grid;
}

.popup_window.active {
    display: grid;
}
.popup_container {
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgba(80, 100, 108, 0.15);
    position: relative;
    margin: auto;
    border-left: 8px solid var(--color-secondary);
}
.popup_container.deny {
    border-left: 8px solid var(--color-local-error);
}
.popup_close_container {
    text-align: right;
    padding: 17px 17px 0 0;
}
.popup_close {
    display: inline-flex;
    cursor: pointer;
}
.popup_text {
    padding: 0 65px 40px;
    font-size: 18px;
    line-height: 25px;
    white-space: nowrap;
}
.popup_status {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.pref_container {
    margin: 0 0 20px;
}
.pref_text {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 26px;
    cursor: pointer;
}
.pref_text:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/local/templates/special_mibok_pravo/components/modern/api.feedback/check/svg/check.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(22, 144, 193, 0.44);
}

.popup_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    overflow-y: auto !important;
    white-space: normal;
    z-index: 200;
}
.popup_window.active {
    display: grid;
}
.popup_window_container {
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 100%;
    background: var(--white);
    box-shadow: 0px 3px 5px rgba(80, 100, 108, 0.15);
    overflow: hidden;
}
.window_close_container {
    text-align: right;
    padding: 17px 17px 0 0;
    margin-bottom: 37px;
}
.window_close {
    display: inline-flex;
    cursor: pointer;
}
.pref_list_container {
    max-height: 50vh;
    overflow-y: auto;
    margin: 0 20px 20px 60px;
    text-align: left;
}
.pref_list_item {
    position: relative;
    padding: 0 0 20px 26px;
    margin: 0 20px 20px 0;
    box-shadow: 0px 1px 0px var(--color-local-grey);
    cursor: pointer;
}
.pref_list_item:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: var(--white);
    border: 1px solid var(--color-local-grey);
}

.pref_list_container::-webkit-scrollbar {
    width: 12px;
}
.pref_list_container::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: rgba(22, 144, 193, 0.44);
}
.pref_list_container::-webkit-scrollbar-track {
    background: var(--color-local-light-grey);
    border-radius: 12px;
}
/* End */
/* /local/templates/special_mibok_pravo/components/modern/api.feedback/check/style.css?17019563783940 */
