

/* Start:/local/components/openregion/feedback.form/templates/.default/style.css?14967521756248*/
.req-form {
    margin: 0 20px;
    text-align: left;
    position: relative;
}
.req-form--disabled:after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.req-form__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.req-form__fields {
    flex: 20 320px;
    margin: 0 20px;
    /*background: #ffeeee;*/
}
.req-form__field {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    align-items: center;
}
.req-form__title {
    font-weight: bold;
    color: #484848;
    flex: 0 0 220px;
    text-align: right;
    margin: 0 30px 0 0;
}
.req-form__field--required .req-form__title:after {
    content: '*';
    color: #ff0000;
}
.req-form__value {
    flex: 1 500px;
    overflow: hidden;
    /*background: #eeffee;*/
}
.req-form__info {
    flex: 1 220px;
    margin: 0 20px;
    position: relative;
    /*background: #eeeeff;*/
}
.req-form__info,
.req-form__value--golos,
.req-form__value--required-msg {
    color: #969696;
    font-style: italic;
    font-size: 10.5pt;
}
.req-form__value--required-msg span {
    color: #ff0000;
}
.req-form__group--error .req-form__info {
    color: #ff0000;
}
.req-form__tooltips span {
    display: none;
}
.req-form__tooltips:hover span {
    position: absolute;
    display: inline-block;
    width: 230px;
    height: 105px;
    padding: 5px;
    color: #333;
    background: #DDDDDD;
    text-align: center;
    border-radius: 5px;
    left: 0;
    z-index: 1;
}
.req-form input[type="text"] {
    width: 100%;
    min-width: 50px;
    height: 26px;
    line-height: 26px;
    border: 1px #b4b4b4 solid;
    border-radius: 3px;
    padding: 0 8px;
    box-sizing: border-box;
}

.req-form textarea {
    width: 100%;
    height: 200px;
    padding: 5px 8px;
    box-sizing: border-box;
    resize: vertical;
    border: 1px #b4b4b4 solid;
}
.req-form label {
    display: flex;
    font-weight: bold;
}
.req-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: baseline;
}
.req-form__fields-row {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
}
.req-form__fields-row .req-form__field {
    flex: 1;
    flex-wrap: nowrap;
}
.req-form__title--short {
    flex: 0 50px;
    margin-left: 20px;
}
.req-form__value--short {
    flex: 1 50px;
}
.req-form__field--house {
    flex: 1 250px !important;
}
.req-form__field--subhouse {
    flex: 1 150px !important;
}
.req-form__field--flat {
    flex: 1 150px !important;
}
.message-counter {
    background: #ddd;
    font-style: normal;
    font-size: 12pt;
    color: #333;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 5px;
}
.message-counter.error {
    background: #f8e1e1;
}
.req-form__addfile {
    height: 24px !important;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 5px !important;
}
.req-form__fileinput {
    display: none;
}
.req-form__file {
    display: flex;
    align-items: center;
}
.req-form__file-name {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10.5pt;
}
.req-form__file-delete {
    text-decoration: none;
    font-size: 20pt;
    line-height: 24px;
    margin: 0 0 0 4px;
}
.req-form__rubrics label {
    font-weight: normal;
    cursor: pointer;
    font-size: 11pt;
}
.req-form__rubric-item {
    position: relative;
    margin-left: 20px;
}
.req-form__rubric-trigger {
    position: absolute;
    left: -20px;
    top: 3px;
    text-decoration: none;
    border: 1px #a5a5a5 solid;
    width: 14px;
    height: 14px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    color: #a5a5a5 !important;
    font-size: 16px;
}
.req-form__rubric-trigger:before {
    content: '+';
}
.req-form__rubric-item--expanded .req-form__rubric-trigger:before {
    content: '–';
}
.req-form__rubric-children {
    display: none;
}
.req-form__rubric-item--expanded .req-form__rubric-children {
    display: block;
}
.req-form__rubrics input[type="checkbox"] {
    width: 16px;
    height: 16pt;
}
.req-form__map {
    height: 360px;
    position: relative;
}
.req-form__map > ymaps,
.req-form__map > ymaps > ymaps {
    width: 100% !important;
}
.req-form__map-dialog {
    display: none;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.req-form__map-dialog-body {
    background: #fff;
    margin: auto;
    padding: 10px;
    border-radius: 3px;
    flex: 0 320px;
    display: flex;
    flex-direction: column;
    height: 160px;
    box-sizing: border-box;
}
.req-form__map-dialog-body h3 {
    font-weight: normal;
    font-size: 16pt;
    margin: 0 0 5px 0;
}
.req-form__map-dialog-body textarea {
    height: 100px;
    resize: none;
    margin: 0 0 5px 0;
    border: 1px #b4b4b4 solid;
}
.req-form__map--dialog .req-form__map-dialog {
    display: flex;
}
.req-form__captcha {
    display: flex;
    align-items: center;
}
.req-form__captcha-img {
    margin: 0 5px 0 0;
    height: 32px;
}
.req-form__captcha-img-wrapper {
    position: relative;
    cursor: pointer;
}
.req-form__captcha-img-wrapper:hover:after {
    content: '';
    background: rgba(0, 0, 0, 0.5) url(/local/components/openregion/feedback.form/templates/.default/images/refresh-icon.png) no-repeat 50% 50%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.req-form__error {
    color: #ff0000;
    text-align: right;
    font-style: italic;
    font-size: 10.5pt;
}
#success .close-popup-dialog-button {
    display: none;
}
@media screen and (max-width: 767px) {
    .req-form {
        margin: 0;
    }
}
@media screen and (max-width: 794px) {
    .req-form__fields-row {
        display: block;
    }
    .req-form__fields-row .req-form__field {
        flex-wrap: wrap;
    }
    .req-form__title {
        text-align: left;
        flex: 1 100%;
        margin: 5px 30px 0 0;
    }
}
@media screen and (min-width: 795px) and (max-width: 1126px) {
    .req-form__title {
        text-align: left;
        flex: 0 100px;
    }
}
/* End */
/* /local/components/openregion/feedback.form/templates/.default/style.css?14967521756248 */
