.btn-cta{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 212px;
	height: 40px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
	border-radius: 17px!important;
	background: #0F3047;
}

.regular{
	border-radius: 12px!important;
	border: 2px solid #ebebeb!important;
}

.question-holder{
	cursor: pointer!important;
}

.ico-del.icon-delete{
	display: none!important;
}


.active .icon-delete{
	display: block!important;
}

input:focus, textarea:focus, select:focus{
	outline: none!important;
}

.main-question{
	max-height: 650px!important;
}
#question-holder{
	height: 600px;
	overflow: hidden;
	overflow-y: scroll;
}
.question-box{
	height: 400px!important;
	overflow: hidden!important;
	overflow-y: scroll!important;
}
.selects-bar{
	overflow: hidden;
	overflow-y: scroll;
}

.fake-checkbox{
	display: none;
}