/* новый блок "закажите оснащение" на главной

.selection-form-section {
	padding: 62px 0 35px;
	margin-bottom: 28px;
}
.selection-form__container {
	margin-left: auto;
    max-width: 755px;
	padding-right: 13px;
}

.selection-form__heading {
	text-align: right;
    line-height: 30px;
    font-size: 30px;
    margin-right: 4px;
	margin-bottom: 30px;
}
.selection-form__desc {
	margin-bottom: 34px;
	font-size: 16px;
}
.selection-form .common__label {
	font-size: 14px;
	margin-bottom: 15px;
}
.selection-form .common__row+.common__row {
	margin-top: 32px;
}
.selection-form .common__textarea {
	height: 157px;
}
.selection-form__bottom .btn {
	padding: 0 63px;
	font-size: 14px;
}
.selection-form__bonus {
	background: url('../../../img/ux/selection-form-bonus.png');
    background-repeat: no-repeat;
    background-size: 30px;
	font-size: 14px;
	padding: 5px 0 3px 45px;
	width: calc(100% - 210px);
	min-height: 30px;
	margin-bottom: 0;
}
.selection-form__expert-text {
	top: calc(50% - 12px);
	width: 270px;
	padding: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #A5A5A5;
}

@media (max-width: 1400px) {
	.selection-form__container {
		max-width: 620px;
	}
}

@media (max-width: 1000px) {
	.selection-form__expert-text{
		display: none;
	}
	.selection-form__container {
		margin: 0 auto;
	}
	.selection-form__heading {
		text-align: left;
	}
	.selection-form-section{
		background: #f5f5f5;
		max-width: inherit;
	}
}

@media (max-width: 767px) {
	.selection-form__bottom {
		justify-content: flex-start;
	} 
	.selection-form__bonus {
		width: 100%;
	}
	.selection-form__bottom .btn {
		padding: 0 37px;
		font-size: 14px;
	}
} */