

/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?16847531631746*/
.faq-dropdown-item {
    border-top: 1px solid #e8e8e8;
}

.faq-dropdown-content {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.faq-dropdown-title.c-h3 {
    font: normal 14px/1.6 Tahoma;
    color: #2d2d2d;
    margin: 0 !important;
    padding: 14px 0;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-contain p {
    font: 13px/1.6 Tahoma;
    color: #646464;
    letter-spacing: .35px;
    margin: 0 0 15px;
}

.faq-dropdown-title:before {
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAKJJREFUGJV9jzsKwmAQBieBNIJgaSU+QEUEz5CAl0n93SJ7DQsvYfQQghE8ho0EY7O/xAfZdmaW3agoiiEwkHShY8xsBtxjYAcczWzVIc+BE7CPgRyogdLM1n/kBVACCZDHkiogBR7Awcw2LXnpcgykks5R0zQBTh32gG1YADyBLPz4DjyaeNT3M2uXq+B8BB6NWzdnkq5t/hN4NAISSbdv9gJt3UMOUEuiYAAAAABJRU5ErkJggg==) no-repeat center;
    transform: rotate(0);
    transition: background 0.3s ease, transform 0.3s ease;
}

.faq-dropdown-title.selected:before {
    transform: rotate(180deg);
}

.faq-dropdown-content.drop-show {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}
/* End */


/* Start:/local/components/kd/form/templates/faq/style.css?16868547451136*/
.select2-container--default .select2-results__option[aria-disabled=true] {
	display: none;
}
.form_radio_group {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
    margin-left: 15px;
	padding-left: 1px;
}
.form_radio_group-item {
	display: inline-block;
	float: left;
}
.form_radio_group input[type=radio] {
	display: none;
}
.form_radio_group label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border: 1px solid #e6e6e6;
	border-right: none;
	user-select: none;
	background: #fff;
}
 
.form_radio_group .form_radio_group-item:first-child label {
	border-radius: 6px 0 0 6px;
}
.form_radio_group .form_radio_group-item:last-child label {
	border-radius: 0 6px 6px 0;
	border-right: 1px solid #e6e6e6;
}
 
/* Checked */
.form_radio_group input[type=radio]:checked + label {
	background: #14387f;
	color: #fff;
}
 
/* Hover */
.form_radio_group label:hover {
	color: #666;
}

@media (max-width: 744px) {
	.form__field.form__field--quarter {
		width: 49%;
	}
	.form__field--quarter:nth-of-type(2) {
		margin-right: 4px;
	}
	.modal__heading {
		margin-top: -10px !important;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?16847531631746 */
/* /local/components/kd/form/templates/faq/style.css?16868547451136 */
