.form__submit button:disabled{
	opacity:0.4;
	cursor:default;
}
form.form .error{
	border:1px solid red;
}
.gallery-info__descr{
	max-height: 300rem;
	padding-right: 10px
}
@media (max-width: 1024px){
	.gallery-info__descr{
		max-height: 100rem; 
	}
}
.gallery .scroll-content{
	min-height: 0;
}