

/* Start:/local/templates/yugu2021/components/bitrix/form.result.new/start-learning/style.css?16790326212144*/
.form-item {
	margin-bottom: 20px;
}

.form-tag {
	font-weight: 500;
	font-size: 15px;
	color: #000;
	margin-bottom: 16px;
}

.form-input input {
	background: #E7EEF4;
	border-radius: 5px;
	border: 0;
	outline: none;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Montserrat';
	color: #000;
	padding: 15px 18px;
	padding-left: 26px;
	width: 100%;
}

.form-input textarea {
	background: #E7EEF4;
	border-radius: 5px;
	border: 0;
	outline: none;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Montserrat';
	color: #000;
	padding: 18px;
	padding-left: 26px;
	width: 100%;
	height: 120px;
}

.form-input select {
	background: #E7EEF4;
    border-radius: 5px;
    border: 0;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #000;
    padding: 10px 15px 35px 10px;
    padding-left: 15px;
    width: 100%;
    display: table;
}

.form-input select option {
    padding: 8px 11px;
    background: #fdfdfd;
    width: 100%;
    display: table;
    margin: 5px 0;
    border-radius: 5px;
}

.form-input input::placeholder {
	color: #848EA2;
}

.form-required {
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/yugu2021/components/bitrix/form.result.new/start-learning/images/icon_warn.gif);
}

.form-submit {
	background: #0C9D5C;
	border-radius: 5px;
	color: #fff;
	padding: 18px 105px;
	display: table;
	border: 0;
	outline: none;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Montserrat' !important;
}

.form-submit.disabled {
	background: #b5cac0;
}


.form-table label {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-left: 8px;
    padding-bottom: 5px;
    vertical-align: top;
    font-size: 16px;
    width: calc(100% - 50px);
}

.label_radio {
	width: initial !important;
}

.form-table input[type="radio"] {
    padding: 0;
    margin: 4px 0 0;
    line-height: normal;
    zoom: 1.4;
    width: initial;
}

.form-table input[type="checkbox"] {
	padding: 0;
    margin: 2px 0 0;
    line-height: normal;
    zoom: 1.4;
    width: initial;
}


.desc-quest {
	color: #637394;
    font-size: 14px;
    margin-top: 7px;
}
/* End */
/* /local/templates/yugu2021/components/bitrix/form.result.new/start-learning/style.css?16790326212144 */
