

/* Start:/bitrix/templates/main/components/bitrix/news.detail/template_brandpack/style.css?1759907845611*/
.news-detailpack{
	display: flex;
	flex-wrap: wrap;
	gap:15px;
}
.news-detailpack-pic{
	flex: 0 0 100%;
}
.news-detailpack-text {
	font-size: 16px;
	line-height: 1.5;
}
.news-detailpack-text ul+p,
.news-detailpack-text p+ul,
.news-detailpack-text p+p{
	margin-top: 16px;
}
.news-detailpack .btn{
	width: 100%;
	font-size: 16px;
	margin-top: 30px;
}
.news-detailpack .btn:hover{
	color: #fff;
	background: #478ad6;
}
@media (min-width: 768px) {
	.news-detailpack-pic {
		flex: 0 1 45%;
	}
	.news-detailpack-text{
		flex: 0 1 45%;
	}
}
@media (min-width: 1200px) {
	.news-detailpack-text {
		font-size: 18px;
	}
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/form.result.new/template_brand/style.css?17598766305676*/
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(/bitrix/templates/main/components/bitrix/form.result.new/template_brand/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(/bitrix/templates/main/components/bitrix/form.result.new/template_brand/images/icon_warn.gif);
}
.awesome-select {
	position: relative;
	display: block;
}

.awesome-select__button {
	border: none;
	background: none;
	text-align: left;
	width: 100%;
	position: relative;
	/*padding: .5rem 2.5rem .5rem 1rem;*/
	padding: 12px 16px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.awesome-select__button:hover{
	background: rgba(66, 133, 244, 0.1);
	border-color: #4285F4;
}
.awesome-select__button::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLWNhcmV0LWRvd24iIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iY3VycmVudENvbG9yIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIHN0cm9rZT0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSI+PC9wYXRoPjxwYXRoIGQ9Ik0xOCAxNWwtNiAtNmwtNiA2aDEyIiB0cmFuc2Zvcm09InJvdGF0ZSgxODAgMTIgMTIpIj48L3BhdGg+PC9zdmc+') no-repeat center center / 60%;
	width: 2rem;
	height: 100%;
}

.awesome-select._opened .awesome-select__button::after {
	transform: rotate(180deg);
}

.awesome-select__list {
	z-index: 10;
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: white;
	padding: .25rem 0;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.awesome-select._opened .awesome-select__list {
	display: block;
}

.awesome-select__item {
	padding: .5rem 1rem;
	white-space: nowrap;
	cursor: pointer;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.awesome-select__item._selected,
.awesome-select__item:hover {
	background-color: rgba(66, 133, 244, 0.1);
}
.form-field-label{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 8px;
}
.form-field{
	padding-bottom: 20px;
}
.form-field textarea,
.form-field input:not([type="file"]){
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	box-sizing: border-box;
	padding: 12px 16px;
	width: 100%;
	outline: 0;
	transition: all .15s;
	background-color: transparent;
}
.form-field textarea:hover,
.form-field input:not([type="file"]):hover{
	background: rgba(66, 133, 244, 0.1);
	border-color: #4285F4;
}
.form-field .error{
	border-color: #f34f4f !important;
}
.form-field textarea{
	resize: vertical;
	min-height: 280px;
}
.radio{
	position: relative;
	display: block;
}
.radio:not(:last-child),.checkbox:not(:last-child){
	margin-bottom: 15px;
}

.radio input{
	width: 0;
	height: 0;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
}
.radio span {
	display: block;
	position: relative;
	padding-left: 35px;
	line-height: 1.5;
	font-size: 16px;
}
.radio span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.radio input:checked~span:after{
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: 0;
	left: 0;
	margin: 5px;
	background: #0974cd;
}
.field-radios .form-field-label{
	padding-bottom: 16px;
}
.field-radios{
	padding-bottom: 20px;
}
.form .form-checkbox input {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 1;
}
.form-checkbox label{
	position: relative;
}
.form .form-field label {
	display: block;
}
.form .form-checkbox span:not([class]) {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	vertical-align: bottom;
	margin-right: 8px;
}
.form .form-checkbox input:checked + span:not([class]) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect width='20' height='20' rx='4' fill='%230974cd'/%3E%3Cpath d='M15 7L8.33333 13L5 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.form .form-checkbox input.error+span:not([class]){
	border-color: #f34f4f;
}
.form-foot{
	margin-bottom: 15px;
}
.form-title{
	font-size: 32px;
	line-height: normal;
}
.form-desc{
	margin-top: 24px;
}
.form-req{
	margin: 18px 0;
}
.from-error{
	color: #f34f4f;
	font-size: 12px;
	padding-top: 5px;
}
.lp-form-tpl__success{
	text-align: center;
}
.lp-form-tpl__success path{
	fill: #4285F4;
}
.lp-form-tpl__success-ico{
	padding-bottom: 24px;
}
.lp-header-text-2{
	font-size: 18px;
	line-height: 1.5;
}
.lp-remark-text{
	color: #999;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 15px;
}
/* End */
/* /bitrix/templates/main/components/bitrix/news.detail/template_brandpack/style.css?1759907845611 */
/* /bitrix/templates/main/components/bitrix/form.result.new/template_brand/style.css?17598766305676 */
