

/* Start:/local/components/custom/questions/templates/.default/style.css?17556756202646*/
img{
	max-width: 100%;
}

.btn{
	cursor: pointer;
}
.transition{
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-def{
	display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    font-size: 16px;
	border-radius: 4px;
	font-family: "Tahoma";
}
.btn-blue{
	background: #00204c;
    color: #FFFFFF;
}
.btn-blue:hover {
    background: #0067D5;
}
.btn-orange{
	background: rgba(242, 126, 0, 1);
    color: #FFFFFF;
}
.btn-orange:hover{
	background: rgba(242, 126, 0, 0.5);
}
.btn-gray{
	background: #aea79f;
	color: #FFFFFF;
}
.btn-gray:hover{
	background: #bbbbbb;
}
.btn-next{
	margin-right: 0;
}
.button__one{
	margin: 10px 0 0;
	padding: 10px;
	width: 100%;
	text-align: left;
	border: none;
}
.button__one2{
	width: 48%;
}
.button__number{
	display: inline-block;
}

.numbers{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.numbers__btn-input{
	display: none;
}
.numbers__btn{
	padding: 20px;
	border: 1px solid #C4C4C4;
	border-right: none;
}
.numbers__btn:last-child{
	border-right: 1px solid #C4C4C4;
}
.numbers__btn-input:checked + .numbers__btn{
	background: #C4C4C4;
}

.text-right{
	text-align: right;
}

.input-text{
	width: 80%;
	min-height: 39px;
}

.form {
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.form-let-acquainted{
	max-width: unset;
}
.form table{
	border-collapse: collapse;
}
.form table td{
	padding: 15px;
	border: 1px solid #000;
}
.form__item{
	margin-bottom: 10px;
}
.form__item-input {
    padding: 10px;
    width: 100%;
	border-radius: 4px;
    border: 1px solid #000;
}
.form__item-yourself .btn{
	margin-top: 0;
}
.form__note{
	margin: 40px 0 0;
}

.pagination{
	margin: 30px 0 0;
	text-align: right;
}
.pagination-list{
	margin: 5px 0 0;
	padding: 5px 0 0;
	border-top: 1px solid #C4C4C4;
}
.pagination-list__item{
	margin: 0 0 5px 5px;
}
.pagination-list__item_passed{
	color: orange;
}
.pagination-list__item_current{
	font-weight: 600;
}

.error-list{
	margin: 10px 0 20px;
	padding: 15px;
	background-color: #f2dede;
}
.error{
	margin: 0 0 10px;
	color: red;
}
.error:last-child{
	margin: 0;
}

.title{
	font-family: "Bebas Neue Bold";
}


@media(max-width: 600px) {
	.numbers{
		display: block;
	}
	.numbers__btn{
		display: block;
		border-right: 1px solid #C4C4C4;
	}
}
/* End */
/* /local/components/custom/questions/templates/.default/style.css?17556756202646 */
