

/* Start:/local/templates/ugraavia/components/bitrix/form/question-webform/bitrix/form.result.new/.default/style.css?17665279674308*/
.form-table.data-table {
    margin-bottom: 70px;
    width: 100%;
}

.form-item {
	margin-bottom: 17px;
}

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

.form-info {
    background: #b3e7d0;
    padding: 16px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: 600;
}

.form-input input {
	background: #ffffff;
    border-radius: 10px;
    border: 0;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #000;
    padding: 18px 25px;
    width: 100%;
    box-shadow: 0 0 30px rgb(0 0 0 / 4%);
}

.form-input textarea {
	background: #ffffff;
    border-radius: 10px;
    border: 0;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #000;
    padding: 18px 25px;
    width: 100%;
    box-shadow: 0 0 30px rgb(0 0 0 / 4%);
	height: 80px;
}

.form-input select {
	background: #ffffff;
    border-radius: 10px;
    border: 0;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #000;
    padding: 18px 25px;
    width: 100%;
    box-shadow: 0 0 30px rgb(0 0 0 / 4%);
    display: block !important;
}

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


.form-table input[type="radio"], .form-table input[type="checkbox"] {
	width: initial !important;
}

.form-table input[type="radio"], .form-table input[type="checkbox"] {
    padding: 0;
    margin: 0px 10px 0 0;
    line-height: normal;
}

.form-table input[type="radio"] {
	accent-color: #0c5b50;
    width: 23px !important;
    height: 23px;
}

.form-radio {
    margin-bottom: 17px;
    display: grid;
    grid-template-columns: 23px 1fr;
    gap: 12px;
    align-items: center;
}

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

.form-required {
	color: red !important;
}


.box-optional {
    margin: 45px 0;
}


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

.form-submit {
	background: #0C5B50;
	border-radius: 10px;
	color: #fff;
	padding: 18px 30px;
	display: table;
	border: 0;
	outline: none;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Montserrat' !important;
	cursor: pointer;
	transition: 0.3s ease;
}
.form-submit:hover {
	opacity: 0.7;
}

.form-submit.disabled {
	opacity: 0.6;
}


/*.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);
}*/




.desc-quest {
	color: #637394;
    font-size: 14px;
    margin-top: 7px;
}

.sogl {
    font-size: 16px;
    line-height: 150%;
}


.custom-file-upload {
   	margin-top: 30px;
   	margin-bottom: 30px;
}

.custom-file-upload #file-label {
	border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #000;
    padding: 35px 25px;
    width: 100%;
    box-shadow: 0 0 30px rgb(0 0 0 / 4%);
    border: 2px dashed #c7c9cf;
    outline: 0;
    display: table;
    cursor: pointer;
    text-align: center;
    transition: 0.3s ease;
}
.custom-file-upload #file-label:hover {
	background: #ffffff7a;
}

.custom-file-upload #file-label span {
	font-weight: 600;
    color: #8891a7;
    display: table;
    text-align: center;
    width: 100%;
    margin-top: 6px;
}


#file-name {
	all: unset;
}

.uploaded-file {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 16px;

    display: none;

    background: #ffffff;
    border-radius: 10px;
    border: 0;
    outline: none;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000;
    padding: 15px 20px;
    width: fit-content;
    box-shadow: 0 0 30px rgb(0 0 0 / 4%);
}
.uploaded-file.show {
	display: flex;
}

.custom-file-upload input {
    display: none;
}

.delete {
	background: url(/local/templates/ugraavia/components/bitrix/form/question-webform/bitrix/form.result.new/.default/img/close.svg) no-repeat;
	width: 11px;
    height: 11px;
    background-size: contain !important;
    cursor: pointer;
}


@media(min-width: 1280px) {
	.form-table.data-table {
	    width: 70%;
	}
}

@media(max-width: 768px) {
	.form-submit {
		width: 100%;
	}
}
/* End */
/* /local/templates/ugraavia/components/bitrix/form/question-webform/bitrix/form.result.new/.default/style.css?17665279674308 */
