

/* Start:/local/templates/tlock/components/bitrix/form/conference1/bitrix/form.result.new/.default/style.css?17719340514360*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}
table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}
table.form-table th
{
	background-image:url(/local/templates/tlock/components/bitrix/form/conference1/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}
table.form-table td
{
	padding: 15px 5px;
}
.form-required 
{
	color: red;
}
.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/tlock/components/bitrix/form/conference1/bitrix/form.result.new/.default/images/icon_warn.gif);
}
.inputtext{
	height: 27px;
}
.item_0 .item>input{
	max-width: 190px;
	height: 34px;
}
.person-checkbox{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.person-checkbox+label:before{
	cursor:pointer;
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 3px;
	margin-right: 0.5em;
	border: 1px solid #336699;
}
.person-checkbox:checked+label:before{
	border-color: #336699;
	background-color: #336699!important;
	background: url(/local/templates/tlock/components/bitrix/form/conference1/bitrix/form.result.new/.default/images/ok.svg) no-repeat center center;
}
.person-checkbox:not(:disabled):not(:checked)+label:hover:before {
	border-color: #68affd;
}
.pagetitle-edit-button {
	display: inline-block;
	width: 20px;
	height: 19px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDExIDEwIj48cGF0aCBmaWxsPSIjNTI1QzY5IiBkPSJNMzQ2LjY5Nzk1NCw5MTkgTDM0OC42MjY1NzcsOTIwLjkyODYyMiBMMzQxLjcwOTAzNSw5MjcuODQ0NzgyIEwzMzkuNzgwNDEzLDkyNS45MTYxNiBMMzQ2LjY5Nzk1NCw5MTkgWiBNMzM4LjY0MzQxLDkyOC43MjM0MzggQzMzOC42MjQwNjgsOTI4Ljc5NjY2IDMzOC42NDQ3OTEsOTI4Ljg3NDAyNiAzMzguNjk3MjksOTI4LjkyNzkwNiBDMzM4Ljc1MTE2OSw5MjguOTgxNzg1IDMzOC44Mjg1MzUsOTI5LjAwMjUwOCAzMzguOTAxNzU3LDkyOC45ODE3ODUgTDM0MS4xODgxOTcsOTI4LjM2NTYyMSBMMzM5LjI1OTU3NCw5MjYuNDM2OTk5IEwzMzguNjQzNDEsOTI4LjcyMzQzOCBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM4IC05MTkpIi8+PC9zdmc+) no-repeat 5px center;
	opacity: .6;
	cursor: pointer;
	transition: all 250ms ease;
}
.apply__item .hint svg{
	opacity: 0.4;
}
.js-input,
.js-select{
	padding: 3px;
	padding-left: .69231em;
	border-radius: 5px;
	box-shadow: inset 2px 2px 5px #a6a6a6,inset -3px -3px 7px #fff !important;
	display: flex;
	align-items: center;
	height: 44px;
}
.hint{
	height: 2.4em;
}
input[type="text"], input[type="search"], input[type="password"], input[type="tel"], input[type="email"], input[type="range"] {
	outline: none;
}
.form-content{
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 10px;
}
.input > input, .input > textarea, .js .input > .hint, .js .input > .error, .js .validate-field .error {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
}
.ui-select select {
	opacity: 0.0001;
}
.ui-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	height: 3em;
	max-height: 100%;
	outline: 0;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	filter: Alpha(Opacity=0);
	opacity: 0;
	z-index: 2;
}
.ui-select {
	position: relative;
	max-width: 100%;
	height: 44px;
}
.button_reg_submit{
	font-size: 1rem;
	line-height: 1;
	height: 2.533333333em;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap !important;
	padding: 0 1em;
	text-align: center;
	text-decoration: none;
	border: none;
	background: var(--tl-color) linear-gradient(var(--tl-color), #056399);
	box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
	transition: box-shadow .2s, border-color .2s;
	margin-bottom: 3rem;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.bi {
	width: 1em;
	height: 1em;
	fill: currentcolor;
}
/*!*Кнопка*!*/
@media screen and (max-width: 560px){
	.form-content{
		grid-template-columns: 100%;
	}
	.g-recaptcha{
		transform: scale(0.9);
		transform-origin: left top;
	}
}
@media screen and (max-width: 1050px){
    #captcha_word{
        margin: 10px;
    }
}

/* End */
/* /local/templates/tlock/components/bitrix/form/conference1/bitrix/form.result.new/.default/style.css?17719340514360 */
