.landing-ui-form {
	margin-bottom: 40px;
}

.landing-ui-form-header {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-light, 300);
	font-size: 22px;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 28px;
	padding-top: 3px;
	padding-bottom: 10px;
}

.landing-form-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}


.landing-ui-form-header + .landing-ui-form-body {
	margin-top: 12px;
}


.landing-ui-form .landing-ui-form {
	margin-left: 0;
	margin-right: 0;
}

.landing-ui-form-description,
.landing-ui-form-description a,
.landing-ui-form-description .landing-ui-form-description-link {
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 15px;
	color: #A9ADB2;
}

.landing-ui-form-description a,
.landing-ui-form-description .landing-ui-form-description-link {
	border-bottom: 1px rgba(169, 173, 178, .65) solid;
	padding: 0!important;
	text-decoration: none;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.landing-ui-form-description a:hover {
	opacity: .45;
	color: #A9ADB2;
	text-decoration: none;
}

.landing-ui-form-description .landing-ui-form-description-link:hover {
	color: #A9ADB2;
	text-decoration: none;
}

.landing-ui-form-description-link {
	display: inline;
	cursor: pointer;
}

.landing-ui-form-footer:empty {
	display: none!important;
}

.landing-ui-panel-content-edit .landing-ui-form:nth-last-of-type {
	margin-bottom: 160px;
}

.landing-ui-panel-content-edit .landing-ui-form + .popup-window {
	margin-bottom: 40px;
}

.landing-ui-form-header-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.landing-ui-form-header-checkbox-label {
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 13px;
	color: #525C69;
	line-height: normal;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: -2px;
}

.landing-ui-form-header-checkbox-input {
	margin-right: 7px;
}

.landing-ui-form-header-checkbox-help {
	position: relative;
	width: 13px;
	margin-left: 13px;
	cursor: pointer;
}

.landing-ui-form-header-checkbox-help::before {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-53%, -37%, 0);
	        transform: translate3d(-53%, -37%, 0);
	background: url("/bitrix/images/landing/help.svg");
	opacity: .8;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.landing-ui-form-header-checkbox-help:hover::before {
	opacity: 1;
}

.landing-ui-form-description-blue-hint {
	cursor: default;
	padding: 12px 10px;
	background: #D7F4FD;
	border-radius: 4px;
	color: #777;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.landing-ui-form-description-blue-hint a {
	cursor: pointer;
	color: #2B61A1 !important;
	border-bottom: 1px #2B61A1 solid;
	opacity: 1;
}
.landing-ui-form-description-blue-hint a:hover {
	color: #4F83BF !important;
	border-bottom: 1px #4F83BF solid;
	opacity: 1 !important;
}
