

/* Start:/local/templates/main/components/bitrix/news.list/company.info/style.css?17531677273198*/
.input-wrapper-label {
    width: 100%;
    height: 50px;
    top: 60px;
    padding: 16px 20px 16px 20px;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
    color: #6C6464;
    margin-top: 10px;
}

.contacts-question-modal__theme {
    background: #F9F9F9 !important;
    height: 50px;
    padding: 16px 9px 13px !important;
}

.contacts-question-modal__theme.active {
    background: #ffffff !important;
}

.contacts-question-modal__theme.shadow {
    box-shadow: 2px 5px 5px lightgrey !important;
}

.contacts-question-modal__theme-item {
    border:none !important;
}

.contacts-question-modal__modal-content.js-contacts-form {
    top: 80%;
}

.contacts-question-modal__theme-items{
    box-shadow: 2px 5px 5px lightgrey;
}

.contacts-question-modal__theme-item {
    color: black;
}

/*Капча*/

#Capcha {
    display: flex;
    align-items: flex-end
}

#CaptchaImage {
    width: 154px;
    height: 48px;
    margin-left: 36px;
}

#reloadCaptcha {
    margin-left: 20px;
}

.contacts-question-flex-center {
    display: flex;
    align-items: center;

}

.contacts-question-modal__capcha-refresh {
    width:20px;
}

.error-message-capcha.disable{
    display: none;
}

.error-message-capcha {
    font-size: 14px;
    font-family: Golos,sans-serif;
    line-height: 120%;
    color: #ed1b24;
    margin-top: 3px;
}

/*Конец капчи*/

/*Блок с успешной отправкой вопроса*/

.contacts-question-modal-success {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    outline: 0;
    transition: opacity .15s linear;
}

.success-modal-contacts-open {
    display: flex;
    flex-direction: column;
    max-width: 519px;
    width: 100%;
    padding: 40px 40px 50px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 13px 28px #00000026;
    border-radius: 20px;
    z-index: 1000;
    position: fixed;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-95%);
    gap: 25px;
}

.contacts-question-modal-title {
    width: 100%;
    height: 29px;
    font-family: Lack;
    font-size: 24px;
    color: #413737;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
}

.contacts-question-modal-desc {
    width: 371px;
    height: 100%;
    top: 94.9px;
    font-family: Golos;
    font-size: 16px;
    line-height: 19.2px;
    text-align: left;
    color: #413737;
}

.contacts-question-modal-but {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 13px 24px;
    background: #413737;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 14px;
    font-family: Lack,sans-serif;
}

.contacts-question-modal-but:hover {
    background: #2C2C2C;
}
@media (max-width:440px) {
    .contacts-question-modal__modal-content.js-contacts-form {
        top: auto;
    }
    .success-modal-contacts-open {
        top: 100%;
    }
    .contacts-question-modal-title {
        font-size: 20px;
    }
}

/*Конец блока с успешной отправкой вопроса*/
/* End */
/* /local/templates/main/components/bitrix/news.list/company.info/style.css?17531677273198 */
