.file-field {
    position: relative;
    width: 100%
}
.file-field.disabled:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    width: calc(100% / 3 - 10px);
    height: 52px;
}
.file-field.disabled .button.file-field__button {
    opacity: .5;
}
.button.file-field__button {
    overflow: hidden;
    cursor: pointer;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: calc(100% / 3 - 10px);
    height: 52px;
    font-size: 13px;
    background: url('/local/templates/doctorhead/theme/build/images/icons/add.svg') no-repeat;
    background-color: #fff;
    background-position: 50% 50%;
    background-size: 13px 13px;
    border: 1px solid #dedede;
    border-radius: 5px;
    -webkit-transition: border .1s ease-in-out;
    -o-transition: border .1s ease-in-out;
    transition: border .1s ease-in-out
}
.button.file-field__button:hover {
    border-color: #00AEFF;
    border-color: var(--base-color-blue);
}
.file-field .dropzone {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    height: 124px;
    margin: -5px;
}
.file-field .dropzone .fallback {
    display: none;
}
.file-field .dropzone:before,
.file-field .dropzone:after {
    content: '';
    top: 0;
    position: absolute;
    z-index: -1;
    width: calc(100% / 3 - 10px);
    height: 52px;
    margin: 5px;
    background: #dedede;
    border-radius: 5px;
    -webkit-box-shadow: 0px 62px 0px 0px #dedede;
    box-shadow: 0px 62px 0px 0px #dedede;
}
.file-field .dropzone:before {
    right: calc((100% / 3 - 10px) + 10px);
}
.file-field .dropzone:after {
    right: 0;
}
.file-field .dropzone .dz-default.dz-message {
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% / 3 - 10px);
    height: 52px;
    margin: 5px;
    text-indent: 1000px;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-box-shadow: 0px 62px 0px 0px #dedede;
    box-shadow: 0px 62px 0px 0px #dedede;
}
.file-field .dropzone .dz-preview {
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% / 3 - 10px);
    height: 52px;
    margin: 5px;
    background: #dedede;
    border-radius: 5px;
}
.file-field .dropzone .dz-preview .dz-details {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 5px;
}
.file-field .dropzone .dz-preview .dz-details img {
    max-width: 100%;
    max-height: 100%;
}
.file-field .dropzone .dz-preview .dz-remove {
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    padding: 4px;
    font-size: 8px;
    color: #fff;
    background: rgba(0, 0, 0, .3)
}
.file-field .dropzone .dz-preview .dz-remove:hover {
    background: rgba(0, 0, 0, .4);
}
.file-field .dropzone .dz-preview .dz-progress {
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    top: calc(50% - 3px);
    right: 10px;
    left: 10px;
    position: absolute;
    z-index: 1;
    height: 6px;
    border-radius: 100px;
    -webkit-transition: opacity .2s ease-in-out .4s;
    -o-transition: opacity .2s ease-in-out .4s;
    transition: opacity .2s ease-in-out .4s;
}
.file-field .dropzone .dz-preview .dz-progress .dz-upload {
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#78c5ed), to(#52b7ee));
    background: -o-linear-gradient(top, #78c5ed, #52b7ee);
    background: linear-gradient(to bottom, #78c5ed, #52b7ee);
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.file-field .dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in-out .4s;
    -o-transition: opacity .2s ease-in-out .4s;
    transition: opacity .2s ease-in-out .4s;
}
.file-field + .js-validate-error-label {
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    margin-top: 2px;
    font-size: 14px;
    color: #c46060 !important;
    color: var(--base-color-red) !important;
}

.set-rating-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 14px;
    font-size: 16px
}
.set-rating-list__item .set-rating {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 3px;
    margin-left: auto;
    padding-left: 20px
}
.set-rating-list__item .set-rating.set-rating-default {
    margin-left: 0;
    padding-left: 0;
}
.set-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.set-rating input {
    display: none
}
.set-rating input:checked + label ~ label {
    color: #d3d3d3;
}
.set-rating label {
    cursor: pointer;
    font-size: 15px;
    color: #00AEFF;
    color: var(--base-color-blue)
}
.set-rating label:nth-of-type(2n + 1) {
    padding-left: 2px;
}
.set-rating label:nth-of-type(2n + 2) {
    padding-right: 2px;
}
.set-rating:hover label {
    color: #00AEFF !important;
    color: var(--base-color-blue) !important
}
.set-rating:hover label:hover ~ label {
    color: #d3d3d3 !important;
}
.modal-form_review {
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.modal-form_review .modal-form-col {
    width: calc((100% - 160px) / 3) !important;
    margin-right: 80px !important;
    margin-bottom: 0
}
.modal-form_review .modal-form-col:last-child {
    margin-right: 0  !important;
}
.modal-form_review .modal-form-row:last-child {
    margin-bottom: 0 !important
}
.modal-form_review .modal-form-row > .button {
    min-width: 220px;
}
.modal-form_review .modal-form-row .button {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-form_review .check-list {
    max-height: 106px;
    margin-top: 20px
}
.modal-form_review .field-wr textarea.field {
    height: 92px
}

@media (max-width: 1199px) {
    .modal-form_review .modal-form-col {
        width: calc((100% - 80px) / 3);
        margin-right: 40px
    }

    .modal-form_review .modal-form-col:last-child {
        margin-right: 0;
    }
    .modal-form_review .field-wr textarea.field {
        height: 160px
    }
}

@media (max-width: 1024px) {
    .modal-form_review {
        display: block
    }

    .modal-form_review .modal-form-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: calc(100% + 40px) !important;
        margin-left: -40px;
        margin-right: 0;
    }

    .modal-form_review .modal-form-col .modal-form-row {
        width: calc(50% - 40px);
        margin-left: 40px
    }

    .modal-form_review .modal-form-col .modal-form-row:first-child {
        width: calc(100% - 40px);
    }
    .modal-form_review .modal-form-col:nth-of-type(2) .modal-form-row {
        width: calc((100% / 3) - 40px)
    }

    .modal-form_review .modal-form-col:nth-of-type(2) .modal-form-row:first-child {
        width: calc((100% / 3) - 40px);
    }

    .modal-form_review .modal-form-row:last-child {
        margin-bottom: 26px !important
    }
}

@media (max-width: 767px) {
    .modal-form_review .modal-form-col {
        display: block;
        width: 100% !important;
        margin-left: 0;
    }

    .modal-form_review .modal-form-col .modal-form-row {
        width: 100%;
        margin-left: 0
    }

    .modal-form_review .modal-form-col .modal-form-row:first-child {
        width: 100%;
    }
    .modal-form_review .modal-form-col:nth-of-type(2) .modal-form-row {
        width: 100%
    }

    .modal-form_review .modal-form-col:nth-of-type(2) .modal-form-row:first-child {
        width: 100%;
    }
    .modal-form_review .modal-form-row .add-field-wr .button {
        width: 16px
    }
    .modal-form_review .modal-form-row .file-field__button {
        width: calc(100% / 3 - 10px)
    }
    .modal-form_review .check-list {
        max-height: none
    }
    .modal-form_review .field-wr textarea.field {
        height: 92px
    }
}