

/* Start:/bitrix/components/site/citizen.form/templates/.default/style.css?14795318766442*/
.citizen-form-error {
    margin: 10px 0px;
    padding:12px;
    color: #D8000C;
    background-color: #FFBABA;
}
.create-treatment-cont {
    margin: 50px 0;
}

.create-treatment-cont .button {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #239955;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px 50px;
    display: inline-block;
}

.common-form {
    padding: 0 30px 30px 0;
    background: #f5f5f5;
    border: 1px solid #ebecec;
    margin-bottom: 30px;
}

.common-form._need-expand {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.common-form._need-expand._expanded {
    opacity: 1;
    max-height: 2000px;
}

.common-form .form-text {
    margin: 30px 0 30px 30px;
    color: #666d6d;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.common-form .input-field {
    margin-top: 30px;
    position: relative;
    width: 46.37337%;
}

.common-form .input-field._file {
    width: 100%;
    padding-right: 30px;
}

.common-form .input-field._file .placeholder {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #666d6d;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.common-form .input-field._file .placeholder .green {
    color: #239955;
    text-decoration: underline;
}

.common-form .input-field._file .file-field {
    position: absolute;
    bottom: 0;
    height: 80px;
    left: 0;
    right: 30px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.common-form .input-field._file .field:disabled {
    height: 80px;
    border: 1px dashed #999e9e;
    background: #fff;
}

.common-form .input-field._file .label .icon {
    fill: #999e9e;
    margin-left: -7px;
}

.common-form .input-field._comment .field {
    resize: vertical;
    min-height: 135px;
    line-height: 20px;
    padding: 15px 18px;
}

.common-form .input-field._comment, .common-form .input-field._widthed {
    width: 100%;
    padding-right: 30px;
}

.common-form .input-field .error-text {
    opacity: 0;
    color: #d50000;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 12px;
}

.common-form .input-field .error-text .icon {
    width: 17px;
    height: 15px;
    position: absolute;
    right: 0;
    top: -4px;
}

.common-form .input-field .error-text .icon svg {
    width: 100%;
    height: 100%;
    fill: #d50000;
}

.common-form .input-field._error .error-text {
    opacity: 1;
}

.common-form .input-field._error .field {
    border-color: #d50000;
}

.common-form .input-field._correct .field {
    border-color: #239955;
}

.common-form .input-field._submit {
    width: 29.72652%;
    margin-top: 60px;
}

.common-form .input-field._submit .field {
    cursor: pointer;
    border: none;
    background: #239955;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    outline: none;
    padding: 0;
    border-radius: 5px;
}

.common-form .input-field:after {
    content: '';
    clear: both;
    display: block;
}

.common-form .input-field._date {
    width: 63.02021%;
}

.common-form .input-field._date .field {
    padding-left: 40px;
    text-align: center;
}

.common-form .input-field._date .show-calendar {
    position: absolute;
    width: 36px;
    line-height: 56px;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
}

.common-form .input-field._date .show-calendar .svg-icon {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
    fill: #999e9e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.common-form .input-field._date .show-calendar .svg-icon:hover {
    fill: #239955;
}

.common-form .input-field._date .to, .common-form .input-field._date .from {
    position: relative;
    width: 249px;
    float: left;
    padding-right: 50px;
}

.common-form .input-field._date .to {
    margin-left: 30px;
}

.common-form .input-field .label-before {
    position: absolute;
    top: 1px;
    left: 0;
    height: 54px;
    padding-left: 18px;
    font-size: 13px;
    font-weight: 300;
    color: #999e9e;
    line-height: 54px;
}

.common-form .input-field .label {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 300;
    color: #999e9e;
    line-height: 24px;
}

.common-form .input-field .label .mini {
    font-size: 13px;
}

.common-form .input-field .field {
    width: 100%;
    height: 56px;
    line-height: 54px;
    border: 1px solid #ebecec;
    outline: none;
    padding-left: 18px;
    font-size: 16px;
    color: #666d6d;
}

.common-form .input-field .field::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #999e9e;
    line-height: 54px;
}

.common-form .input-field .field::-moz-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #999e9e;
    line-height: 54px;
}

.common-form .input-field .field:-moz-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #999e9e;
    line-height: 54px;
}

.common-form .input-field .field:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #999e9e;
    line-height: 54px;
}

.common-form .input-field .field:disabled {
    background: #fbfbfb;
}

.common-form .input-field._select .jq-selectbox__trigger-arrow {
    top: 24px;
    right: 16px;
    border-top-color: #999e9e;
}

.common-form .input-field._select .jq-selectbox__trigger-arrow:after {
    content: '';
    position: absolute;
    border-top: 6px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -9px;
    left: -5px;
}

.common-form .input-field._select .jq-selectbox__trigger {
    border: 0;
    width: 40px;
}

.common-form .input-field._select .jq-selectbox__select {
    height: 100%;
    border: 0;
    box-shadow: none;
    background: #fff;
    line-height: 54px;
    padding-left: 18px;
    font-size: 16px;
    color: #666d6d;
}

.common-form .input-field._select .jq-selectbox {
    padding-left: 0;
}

.common-form .input-field._select .jq-selectbox li.selected {
    background-color: #f5f5f5;
    color: #323c3c;
}

.common-form .input-field._select .jq-selectbox li:hover {
    background: #239955;
    color: #fff;
}
/* End */


/* Start:/bitrix/components/bitrix/main.file.input/templates/.default/style.min.css?16605515164387*/
.webform-field-upload-list del{display:inline-block;margin:0 3px 0 6px;width:16px;height:16px;border-radius:30px;font-size:16px;line-height:16px;text-align:center;-webkit-transition:background .3s,color .3s;transition:background .3s,color .3s;text-decoration:none;outline:0;cursor:pointer}.webform-field-upload-list del:hover{background:#e00101;color:#fff}.webform-field-upload-list .error-text{color:#e00101}.webform-field-upload-list i{vertical-align:top;display:none;width:15px;height:15px;background:url(/bitrix/js/main/core/images/popup/upload-waiting.gif) no-repeat 0 2px;margin:0 0 0 8px}.hidden-caption{display:none}.webform-field-upload-list{margin:0 0 11px 2.8em;padding:0}.webform-field-upload-list a.upload-file-name{margin:0 0 0 -4px;color:#0069c4;text-decoration:underline}.webform-field-upload-list a.upload-file-name:hover{color:#1c91e7}.webform-field-upload-list li{white-space:nowrap;width:100%}.webform-field-upload-list li div.webform-field-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 3px 0;color:#888;white-space:nowrap}.webform-field-upload-list li.uploading{color:#bbb}.webform-field-upload-list li.uploading a.upload-file-name{cursor:default;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.webform-field-upload-list li.uploading i{display:inline-block}.webform-field-upload-list li .upload-file-name{padding:0 5px 0 0}.webform-field-upload{overflow:hidden;width:250px;max-width:100%;height:39px;line-height:39px;cursor:pointer;display:block;position:relative;padding:0;margin:0}.file-input .webform-field-upload input[type=file],.file-input .webform-field-upload input[type=button]{-moz-opacity:0;filter:alpha(opacity=0);opacity:0;font-size:150px;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:1px solid transparent}.webform-field-upload .webform-small-button{padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;text-align:center}.webform-field-upload-list ~ .webform-field-upload .webform-button-replace{display:none}.webform-field-upload-list.webform-field-upload-list-single{list-style:none;margin:0 0 11px 10px}.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-upload{display:none}.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-replace{display:inline-block}.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-upload{display:inline-block}.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-replace{display:none}.webform-field-upload-icon{display:none;margin:0 10px 0 0;width:39px;height:39px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#535c6a no-repeat center;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4xODgiIGhlaWdodD0iNTQuMDYzIiB2aWV3Qm94PSIwIDAgNDcuMTg4IDU0LjA2MyI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7IGZpbGw6ICNmZmY7IGZpbGwtcnVsZTogZXZlbm9kZDsgfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTaGFwZV8yX2NvcHlfNCIgZGF0YS1uYW1lPSJTaGFwZSAyIGNvcHkgNCIgY2xhc3M9ImNscy0xIiBkPSJNNDcuMTggNTQuMDYyYzAtMy4yMTctMy42MS0xNi44MjYtMy42MS0xNi44MjYgMC0xLjk5LTIuNi00LjI2LTcuNzItNS41ODVhMTcuMzk0IDE3LjM5NCAwIDAgMS00Ljg4Ny0yLjIyM2MtLjMzLS4xODgtLjI4LTEuOTI1LS4yOC0xLjkyNWwtMS42NDgtLjI1YzAtLjE0Mi0uMTQtMi4yMjUtLjE0LTIuMjI1IDEuOTcyLS42NjMgMS43Ny00LjU3NCAxLjc3LTQuNTc0IDEuMjUyLjY5NSAyLjA2OC0yLjQgMi4wNjgtMi40IDEuNDgyLTQuMy0uNzM4LTQuMDQtLjczOC00LjA0YTI3LjA1IDI3LjA1IDAgMCAwIDAtNy45MThjLS45ODctOC43MDgtMTUuODQ3LTYuMzQ0LTE0LjA4NS0zLjUtNC4zNDMtLjgtMy4zNTIgOS4wODItMy4zNTIgOS4wODJsLjk0MiAyLjU2Yy0xLjg1IDEuMi0uNTY0IDIuNjUtLjUgNC4zMi4wOSAyLjQ2NiAxLjYgMS45NTUgMS42IDEuOTU1LjA5MyA0LjA3IDIuMSA0LjYgMi4xIDQuNi4zNzcgMi41NTYuMTQyIDIuMTIuMTQyIDIuMTJsLTEuNzg2LjIxN2E3LjEgNy4xIDAgMCAxLS4xNCAxLjczMmMtMi4xLjkzNi0yLjU1MyAxLjQ4NS00LjY0IDIuNC00LjAzMiAxLjc2Ny04LjQxNCA0LjA2NS05LjE5MyA3LjE2Uy0uMDEyIDU0LjA2LS4wMTIgNTQuMDZoNDcuMTl6Ii8+PC9zdmc+);vertical-align:top;background-size:50%;overflow:hidden}.webform-field-upload-icon canvas,.webform-field-upload-icon img{width:100%}.webform-field-upload-list.webform-field-upload-icon-view .webform-field-upload-icon{display:inline-block}.webform-field-upload-notice{font-size:11px;font-style:italic}
/* End */
/* /bitrix/components/site/citizen.form/templates/.default/style.css?14795318766442 */
/* /bitrix/components/bitrix/main.file.input/templates/.default/style.min.css?16605515164387 */
