

/* Start:/local/templates/DUNKINDONUTS/components/bitrix/news.list/questions/style.css?17174864081426*/
.questions-item{
	margin-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}

.questions-item__title{
	color: #ee4699;
	font-weight: 600;
	font-size: 18px;
}

.questions-item ul{
	margin-top: -15px;
	margin-bottom: 15px;
	padding-left: 25px;
}

.questions-item ul li{
	list-style-type: disc;
}

.question-form h2{
	margin-bottom: 15px;
}

.question-form input[type=submit]{
	display: inline-block;
    padding: .8em 1.8em;
    text-align: center;
    color: #ee4699;
    border: solid 2px #ee4699;
    font-size: 15px;
    line-height: 1.2;
    -webkit-transition: color .3s,border .3s;
    -o-transition: color .3s,border .3s;
    transition: color .3s,border .3s;
    cursor: pointer;	
	background: none;
}

.question-form input[type=submit]:hover{
	color: #f5821f;
    text-decoration: none;
    border-color: #f5821f;
}

.question-form input[type=submit].disabled{
    cursor: not-allowed;
    pointer-events: none;
	color: #ddd;
    border: 2px solid #ddd;
}


.question-form input[type=checkbox]{
	height: 25px;
	width: 25px;
    line-height: 20px;
    border: none;
    box-shadow: none;
    outline: none;
    display: inline-block;
	margin-bottom: 0px;
	margin-right:10px;
}

.agree-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
        align-items: center;
	margin-bottom: 15px;
}
		
.agree{
	line-height: 15px;
	display: inline-block;
	
}
/* End */
/* /local/templates/DUNKINDONUTS/components/bitrix/news.list/questions/style.css?17174864081426 */
