

/* Start:/local/templates/picaso/components/bitrix/form.result.new/support/style.css?17514612283664*/
.support{
	background: url(/local/templates/picaso/components/bitrix/form.result.new/support/images/supportBackForm.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: 79px;
	padding: 116px 0 90px;
}
.support::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/support/images/supportafter.png);
	display: block;
	position: absolute;
	left: 240px;
	bottom: -6px;
	z-index: 1
}
.support::before{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/support/images/supportbefore.png);
	display: block;
	position: absolute;
	left: 0px;
	top: -67px;
	z-index: 2;
}
.support_note{
	color: green;
}
.support .container{
	z-index: 3;
	position: relative;
}

.support__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.support__fields{
	width: calc(50% - 115px);
	flex:none;
}
.text_field,
.textarea_field{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 33px;
}

.textinput{
	width: 100%;
	display: block;
	color: white;
	border: none;
	border-bottom: 1px solid white;
	background: none;
	outline: none;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;

}
.textarea_label{
	display: block;
	color: white;
}
.textarea{
	display: block;
	color: white;
	border-bottom: 1px solid white;
	background: none;
	outline: none;
	resize: none;
	width: 100%;
	height: 130px;
	padding: 3px;
}
.support__after{
	width: calc(50% - 115px);
	margin-right: 0;
	margin-left: auto;
}
.support__agreement{
	color: white;
	font-size: 12px;
	line-height: 18px;
}
.support__agreement a{
	color: white;
	text-decoration: underline;
}
.support__buttonBlock{
	text-align: right;
	margin-top: 80px;
}
.support__submit{
	outline: none;
	background: url(/local/templates/picaso/components/bitrix/form.result.new/support/images/button.png);
	border: none;
	font-family: "FuturaPT", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: black;
	height: 53px;
	width: 280px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.support__submit:hover{
	opacity: .7;
}
.fileField{
    display: block;
    position: relative;
}
.fileField + .fileField{
    display: none;
}
.fileField_showNext + .fileField{
    display: block;
}
.fileField + .fileField_showNext{
    display: block;
}
.fileField__text{
    display: block;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
}
.fileField__text:hover{
    opacity: .7;
    cursor: pointer;
}
.fileField__remove{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    color: transparent;
    display: none;
    width: 25px;
    height: 100%;
    background: url('/local/templates/picaso/components/bitrix/form.result.new/support/./images/close.png') no-repeat center ;
}
.fileField__remove:hover{
    opacity: .7;
    cursor: pointer;
}
.fileField_showNext .fileField__remove{
    display: block;
}



.fileField__field{
    display: none;
}

@media (max-width: 1200px ) {
	.support__fields{
		width: calc(50% - 30px);
	}
	.support::after{
		left: 40px;
		z-index: 1;
	}
	.support::before{
		z-index: 0
	}
	.support__after{
		width: calc(50% - 30px);
	}
	
}


@media (max-width: 992px ) {
	.support__buttonBlock{
		margin-top: 40px;
	}
	
}

@media (max-width: 768px ) {
	.support__fields,
	.support__after{
		width: 100%;
	}
	.support__wrapper{
		flex-wrap: wrap;
	}
	.support::before,
	.support::after {
		display: none;
	}
	.support__buttonBlock{
		text-align: center;
	}
}

@media (max-width: 576px ) {
  .support{
		margin-top: 40px;
		padding: 40px 0 40px;
	}
}
/* End */
/* /local/templates/picaso/components/bitrix/form.result.new/support/style.css?17514612283664 */
