.block-request {
    margin-bottom: 66px;
}

.block-request .hgroup {
    padding-top: 15px;
}

.block-request .hgroup .lead {
    margin: -15px 0 10px;
}

.block-request .hgroup h1 {
    margin: 14px 0 22px;
}

.block-request .hgroup .descr {
    margin: 30px 0 24px;
    text-align: justify;
}

.block-request .meta {
    margin-top: 21px;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    line-height: 18px;
}

.block-request .meta:empty {
    padding: 0;
    margin: 0;
}

.block-request__highlighted {
    margin: 30px -999em 0;
    padding: 40px 999em 50px;
    background: #f9f9f9;
}

.angry-form-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.request-section {
    position: relative;
}

.request-section-margin {
    margin-top: 30px;
    padding-left: 30px;
}

.request-section h2 {
    margin: 20px 0;
    text-align: center;
}

.request-section .lead {
    margin-bottom: 0;
}

.request-section .truncated-text-block {
    max-height: 62px;
}

.request-section--job .subtitle {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    margin-top: -13px;
    margin-bottom: 20px;
}

.request-column-small,
.request-column-large {
    width: 100%;
}

.block-request__highlighted > .request-section {
    margin-top: 0;
}

.digital-signature__wrapper {
    width: 100%;
    margin-top: 80px;
    padding-left: 20px;
    position: relative;
}

.digital-signature__wrapper .request-icon {
    left: -25px;
}

.request-icon {
    position: absolute;
    top: 0;
    left: -10px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}

.request-icon.request-icon--person {
    background-image: url("../../images/redesign/request/icon-person.svg");
}

.request-icon.request-icon--info {
    background-image: url("../../images/redesign/request/icon-info.svg");
}

.request-icon.request-icon--plus {
    background-image: url("../../images/redesign/request/icon-add-file.svg");
}

.request-icon.request-icon--job {
    background-image: url("../../images/redesign/request/icon-job.svg");
}

.request-icon.request-icon--doc {
    background-image: url("../../images/redesign/request/icon-doc.svg");
}

.request-icon.request-icon--org {
    background-image: url("../../images/redesign/request/icon-company-information.svg");
}

.block-request .custom_checkbox {
    font-size: 0.875rem;
    margin-top: 6px;
    line-height: 1.4;
    color: #262e3a;
    position: relative;
    padding-left: 30px;
}

.request-section--radio .custom_checkbox.disabled {
    color: #a0a0a0;
    cursor: default;
}

.request-section--radio .radio-item {
    margin-top: 25px;
}

.request-section--radio .radio-item:first-child {
    margin-top: 0;
}

.request-section--radio .custom_checkbox {
    font-size: 1rem;
    margin: 0;
}

.block-request .custom_checkbox ins {
    position: absolute;
    left: 0;
}

.block-request .form-inline {
    font-size: 0; /* reset space for inline-block */
}

.block-request .form-inline > .form-control {
    min-width: 100%;
    margin-bottom: 10px;
    font-weight: 300;
    color: #262e3a;
}

.block-request textarea.form-control {
    height: 152px;
    resize: vertical;
}

.new-statement-link {
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px dashed #1a70c1;
}

.new-statement-link:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.desc__new-statement-link {
    margin: 15px 0 40px;
}

.faily-s-elektronnoj-podpisju .new-statement-link {
    margin-bottom: 10px;
}

.block-attention {
    position: relative;
    padding-left: 25px;
}

.block-attention:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #fec300;
}

.block-attention .bold {
    font-weight: 500;
    margin-bottom: 2px;
}

.block-attention__hint {
    margin-bottom: 20px;
    padding: 9px 0 0 25px;
}

.block-attention.block-attention-small {
    font-size: 0.8125rem;
    line-height: 1;
    padding-left: 8px;
}

.block-attention.block-attention-small:before {
    width: 2px;
    top: 2px;
    bottom: 2px;
}

.request-section .block-attention.block-attention-small {
    color: #7e848c;
}

.request-section .block-attention.block-attention-small .bold {
    color: #000;
}

.block-request__laws {
    padding-bottom: 22px;
    border-bottom: 1px solid #979797;
    font-size: 14px;
    line-height: 20px;
    color: #979797;
}

.block-request__agree {
    position: relative;
    margin-top: 30px;
    line-height: 1.75;
    background: #fff9e4;
    padding: 10px 10px 10px 45px;
}

.block-request__agree .custom_checkbox {
    position: absolute;
    top: 13px;
    left: 13px;
    margin: 0;
}

.block-request__agree .custom_checkbox ins {
    background-color: #fff;
}

.block-request__controls {
    padding-top: 20px;
}

.block-request .control-label {
    padding-right: 0;
    font-size: 0.875rem;
    line-height: 1.42;
    text-align: left;
}

.block-request .control-label.control-label--required {
    position: relative;
    font-weight: 700;
}

.block-request .control-label.control-label--required:after {
    content: '*';
    display: inline-block;
    font-size: 18px;
    color: #a40a0a;
}

.required-star {
    display: inline-block;
    font-size: 18px;
    color: #a40a0a;
}

.block-request__hint {
    position: relative;
    padding: 9px 29px 18px 63px;
    font-size: 0.8125rem;
    line-height: 1.2;
    color: #82817e;
    background: #fff9e4;
}

.block-request__hint br {
    display: none;
}

.block-request__hint:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    width: 26px;
    height: 21px;
    background: url("../../images/redesign/request/eye-close.svg") 0 0 no-repeat;
}

.block-request__hint.open-eye {
    background-color: transparent;
}

.block-request__hint.open-eye:before {
    background-image: url("../../images/redesign/request/eye-open.svg");
}

.block-request__organization .image {
    margin-top: 5px;
    max-width: 100%;
    height: auto;
}

.block-request__organization .name {
    margin-top: 5px;
    font-weight: 300;
    line-height: 1.5;
}

.block-request__mail-answer {
    font-size: 14px;
}

#mail-answer {
    margin-top: 20px;
}

.block-request .map-container {
    display: none;
}

.photoUpload {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.photoUpload span.bg {
    background: #f8f9fa none repeat scroll 0 0;
    border: 3px dashed #e0e4e7;
    border-radius: 4px;
    display: block;
    width: 65px;
    height: 49px;
}

.photoUpload .progressRound {
    left: 50%;
    margin-left: -19px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
}

.new-st-upload-block {
    min-height: 70px;
    overflow: hidden;
    transition: height 300ms ease 0s;
}

.new-st-upload-block.empty {
    min-height: 0;
}

.new-st-upload-block .uploaded-file {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    position: relative;
}

.new-st-upload-block .uploaded-file .uploaded-image {
    /*width: 85px;*/
}

.new-st-upload-block .uploaded-file .delete {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    cursor: pointer;
    line-height: 9px;
    display: none;
}

.section-block .files-upload-block .doc-item,
.request-section .doc-item {
    font-size: 0.875rem;
    height: 20px;
    margin: 20px 0;
    color: #1a70c1;
    padding-left: 22px;
    background: url("../../images/redesign/doc.gif") no-repeat left center;
}

.section-block .files-upload-block .doc-item .size,
.request-section .doc-item .size {
    padding-left: 10px;
    color: #82817e;
}


.section-block .files-upload-block .doc-item .delete,
.request-section .doc-item .delete {
    padding-left: 10px;
    cursor: pointer;
}

.request-column-small {
    margin-bottom: 28px;
}

#claim-submit-loader {
    margin-left: 15px;
}

.block-request__mail-answer label,
.add-files-link label {
    text-align: left;
}

.side_hint {
    background: url("../../images/redesign/request/warning_gray.svg") 50% 25px no-repeat rgba(254, 195, 0, 0.1);
    padding: 60px 20px 25px;
}

.problemCaseEmployer-request-page .side_hint {
    position: absolute;
}

.problemCaseEmployer-request-page form {
    margin-top: 57px;
}

.side_hint .hint_header {
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 1rem;
    color: #262E3A;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.side_hint .hint_caption {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
    color: #262E3A;
    line-height: 1.5;
}

.side_hint .hint_a {
    display: block;
}

.private-info-wrapper {
    padding: 20px 16px;
    margin: 7px -20px 17px;
    background-color: #fff9e4;
}

.private-info-wrapper .block-request__hint {
    background-color: transparent;
}

.colleagues-info-block {
    margin-top: 17px;
}

.situation-label {
    margin-bottom: 7px;
}

.help-block-modified {
    margin-top: -10px;
    margin-bottom: 20px;
}

.request-form-prechecks-list .prechecks-list {
    margin-bottom: 38px;
}

.request-form-prechecks-list .item {
    margin-bottom: 25px;
}

.request-form-prechecks-list .number {
    color: #979797;
    margin-bottom: 5px;
}

.request-form-prechecks-list .title {
    font-weight: 500;
}

.request-form-prechecks-list .result-files {
    margin-top: 80px;
}

.request-section .declafation-file {
    min-height: 46px;
    padding-left: 50px;
    line-height: 46px;
    background: url(../../images/redesign/request/doc.svg) no-repeat left center;
}

.request-section .result-files .declafation-file {
    margin-top: 30px;
    line-height: 1.5;
    background-position: left top;
}

.checkbox-accordion-item {
    padding-left: 80px;
}
.checkbox-accordion-label {
    margin: 10px 0 16px;
    font-size: 1rem;
    color: #262e3a;
    line-height: 1.3125;
    cursor: pointer;
}
.checkbox-accordion-label:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 8px;
    width: 11px;
    height: 11px;
    border: 2px solid transparent;
    border-bottom-color: #1a70c1;
    border-right-color: #1a70c1;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
.checkbox-accordion-item.open .checkbox-accordion-label:after {
    transform: rotate(-135deg);
    top: 4px;
}
.checkbox-accordion-counter {
    display: none;
    font-size: 13px;
    color: #fff;
    padding: 2px;
    min-width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 0 8px;
    border-radius: 10px;
    background-color: #1a70c1;
}
.checkbox-accordion-content {
    display: none;
}
.checkbox-accordion-input {
    margin: 0 0 20px;
}
.checkbox-accordion-input .custom_checkbox,
.checkbox-accordion-input ._custom_checkbox {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
    color: #82817e;
    margin: 0;
}
.checkbox-accordion-input .custom_checkbox ins,
.checkbox-accordion-input ._custom_checkbox ins {
    top: 4px;
}

@media (min-width: 768px) {
    .block-request .meta {
        margin-bottom: 25px;
        font-size: 17px;
        line-height: 20px;
    }

    .block-request .form-group {
        margin-bottom: 8px;
    }

    .block-request .form-group:last-of-type {
        margin-bottom: 0;
    }

    .block-request .form-inline > .form-control {
        margin-right: 1%;
        margin-bottom: 12px;
        min-width: 0;
    }

    .block-request .form-inline .form-control-xxs {
        width: 30%;
    }

    .block-request .form-inline .form-control-xm {
        width: 100%;
    }

    .block-request .form-inline .form-control-xs,
    .block-request .form-inline .form-control-sm,
    .block-request .form-inline .form-control-md {
        width: 49.5%;
    }

    .block-request .form-inline .form-control-lg {
        width: 69%;
    }

    .block-request .form-inline .form-control-xl {
        width: 100%;
    }

    .block-request .form-inline > .form-control:last-child {
        margin-right: 0;
    }

    .block-request .control-label {
        text-align: right;
    }

    .block-request .control-label.control-label--required:after {
        position: absolute;
        top: 0;
    }

    .block-request .control-label.control-label--required {
        padding: 3px 10px 0 0;
    }

    .block-request__hint {
        padding: 3px 20px 14px 62px;
    }

    .request-section {
        padding-left: 60px;
        margin-top: 30px;
    }

    .modal-content .request-section {
        padding-left: 0;
    }

    .section-no-margin,
    #work_stopped_wrapper {
        margin-top: 0;
    }

    .request-section h2 {
        text-align: left;
    }

    .request-section h2:first-of-type {
        margin-top: 0;
    }

    .request-section .truncated-text-block {
        max-height: none;
    }

    .angry-form-subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .block-request .hgroup h1 {
        margin-bottom: 24px;
    }

    .block-request__highlighted {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .block-request .map-container {
        display: block;
        margin-top: 20px;
        margin-bottom: 25px;
        height: 200px;
    }

    .block-request__agree {
        padding: 15px 15px 15px 55px;
    }

    .block-request__agree .custom_checkbox {
        top: 21px;
        left: 23px;
    }

    .block-request__controls {
        padding-top: 30px;
    }

    .new-st-upload-block {
        min-height: 100px;
    }

    .photoUpload span.bg {
        width: 104px;
        height: 78px;
    }

    .digital-signature__wrapper .request-icon {
        left: -70px;
    }

    /*.new-st-upload-block .uploaded-file .uploaded-image {*/
    /*    width: auto;*/
    /*}*/
}

@media (min-width: 992px) {
    .block-request .meta {
        font-size: 1.25rem;
        line-height: 1.8;
        font-style: normal;
        font-weight: bold;
    }

    .block-request .form-inline .form-control-xs {
        width: 30%;
    }

    .block-request .form-inline .form-control-sm,
    .block-request .form-inline .form-control-xm {
        width: 38%;
    }

    .block-request .form-inline .form-control-md {
        width: 61%;
    }

    .block-request .form-inline .form-control-xl {
        width: 69%;
    }

    .request-section-margin {
        padding-left: 0;
    }

    .block-request__agree {
        padding: 20px 20px 20px 60px;
        margin-left: -20px;
    }

    .block-request__agree .custom_checkbox {
        top: 26px;
        left: 28px;
    }

    .block-request__controls {
        padding-top: 30px;
    }

    .block-request__hint {
        padding: 8px 2px 10px 52px;
    }

    .block-attention__hint {
        margin-bottom: 0;
    }

    .request-column-small {
        margin-bottom: 20px;
    }

    .modal-content .request-section {
        padding-left: 0;
    }

    .request-section .lead {
        margin-bottom: 38px;
    }

    .request-section h2 {
        margin-bottom: 38px;
    }

    .request-icon {
        width: 47px;
        height: 47px;
    }

    .angry-form-subtitle {
        font-size: 28px;
        line-height: 1.22;
    }

    .angry-form-subtitle .subtitle-separated {
        display: block;
        font-size: 21px;
        line-height: 1.4;
        font-weight: 300;
    }

    .block-request .hgroup h1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .block-request__highlighted {
        padding-top: 40px;
    }

    .block-attention:before {
        top: 6px;
        bottom: 6px;
    }

    .form-atretcher-crutch {
        height: 40px;
    }

    .private-info-wrapper .help-block {
        margin-bottom: 0;
    }

    .situation-label {
        font-weight: bold;
    }

    .request-section .intro {
        margin: -20px 0 15px;
    }
}

@media (max-width: 992px) {
    .help-block {
        margin-top: 0;
        line-height: 17px;
        font-size: 13px;
    }

    .block-request__hint {
        padding-top: 0;
    }

    .private-info-wrapper .block-request__hint {
        padding-bottom: 0;
    }

    .block-request__hint:before {
        top: 2px;
    }
}

@media (min-width: 1200px) {
    .block-request__hint br {
        display: block;
    }

    .request-column-large {
        float: left;
        width: 780px;
    }

    .request-column-small {
        float: right;
        width: 260px;
        margin-bottom: 0;
    }

    .colleagues-info-block .request-column-small {
        padding-top: 24px;
    }

    .description-block {
        display: flex;
        justify-content: space-between;
    }

    .description-block__forms {
        width: 70%;
    }
}

@media (max-width: 1200px) {
    .side_hint {
        background: url("../../images/redesign/request/warning_gray.svg") 20px 19px no-repeat rgba(254, 195, 0, 0.1);
        padding: 17px 19px 18px 60px;
    }

    .side_hint .hint_header {
        font-family: 'Roboto-Medium', sans-serif;
        font-size: 16px;
        color: #262E3A;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .side_hint .hint_caption {
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 16px;
        color: #262E3A;
        line-height: 24px;
    }

    .side_hint .hint_a {
        display: block;
    }

    .situation-hint {
        margin-left: 20px;
    }

    .block-request__organization:after {
        clear: both;
        content: "";
        display: table;
        width: 100%;
    }

    .block-request__organization .bold {
        float: left;
        width: 37.9%;
    }

    .block-request__organization img {
        float: left;
        width: 8%;
        margin: 0 2.5%;
    }

    .block-request__organization .name {
        float: left;
        margin: 0;
        width: 49%;
    }

    .block-request__hint {
        padding-left: 35px;
    }

    .block-request__hint:before {
        left: 0;
    }
}

@media (max-width: 768px) {
    .side_hint {
        margin-bottom: 22px;
        padding: 17px 19px 18px 46px;
        background-position: 12px 19px;
        position: relative;
    }

    .problemCaseEmployer-request-page .side_hint {
        position: relative;
    }

    .problemCaseEmployer-request-page form {
        margin-top: 0;
    }

    .situation-hint {
        margin-left: 0;
    }

    .request-icon {
        left: -20px;
    }
}
