

/* Start:/local/templates/main/components/bitrix/news/catalogByBrand/bitrix/news.detail/.default/style.css?1715762418155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/main_page_form/style.css?17653562952273*/
/* кастомный select для формы */

.question-form__form .select__wrapper {
    width: 300px !important;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border: none !important;
    min-height: 100% !important;
    margin: 0 !important;
}

@media (width < 994px) {
    .question-form__form .select__wrapper {
        width: 100% !important;
    }
}

.question-form__form .native-select {
    display: none;
}

.question-form__form .custom-select {
    position: relative;
    height: 100% !important;
}

.question-form__form .custom-select::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%231B1B1B' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 2px));
    -ms-transform: translateY(calc(-50% - 2px));
    transform: translateY(calc(-50% - 2px));
    user-select: none;
    appearance: none;
}

.question-form__form .custom-options {
    display: none;
}

.question-form__form .custom-select.open .custom-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999 !important;
    position: absolute;
    width: 370px;
    /* -webkit-transform: translate(50%, 10px); */
    /* -ms-transform: translate(50%, 10px); */
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #d8d8d8;
    background-color: #FFF !important;
    /* background: var(--primary-white, #FFF); */
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .08), 0px 0px 6px 0px rgba(0, 0, 0, .02);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .08), 0px 0px 6px 0px rgba(0, 0, 0, .02);
    max-height: 380px;
}

.question-form__form .custom-option {
    transition: color .3s;
    color: #4d4d4d;
}

.question-form__form .custom-option:hover {
    color: #F97648;
}

.question-form__form .selected {
    display: inline-block;
    width: 100%;
    height: 100%;
    align-content: center;
}
/* End */
/* /local/templates/main/components/bitrix/news/catalogByBrand/bitrix/news.detail/.default/style.css?1715762418155 */
/* /local/templates/main/components/bitrix/form.result.new/main_page_form/style.css?17653562952273 */
