/* start ------------------------------------- discount-ordering ------------------------------------- */
.discount-ordering {
    background: linear-gradient(180deg, #ffe80f 0%, #ffd748 100%);
}
.discount-ordering .container {
    padding: 40px 0;
}
.discount-ordering .h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.discount-ordering .discount, .discount-ordering .color-red {
	display: block;
}
.page-gotovye-plastikovye-okna .discount-ordering,
.page-laminacziya-okon .discount-ordering,
.page-panoramnoe-osteklenie .discount-ordering,
.page-czeny-na-otdelku .discount-ordering,
.page-holodnoe-osteklenie .discount-ordering,
.page-teploe-osteklenie .discount-ordering,
.page-ustanovka-okon .discount-ordering {
	margin-bottom: 0;
}
.page-gotovye-plastikovye-okna .discount-ordering .color-red  {
	display: inline-block;
}
@media (max-width: 767px) {
	.page-osteklenie-balkonov .discount-ordering,
	.page-okna-v-tipovyh-domah .discount-ordering,
	.page-osteklenie-balkona-s-vynosom .discount-ordering {
		margin-bottom: 0;
	}
	.page-vneshnyaya-otdelka .discount-ordering .h2 {
		font-size: 22px;
	}	
}
@media (min-width: 768px) and (max-width: 1023px) {
	.page-osteklenie-balkonov .discount-ordering .color-red,
	.page-otdelka-balkonov .discount-ordering .color-red,
	.page-vneshnyaya-otdelka .discount-ordering .color-red {
		display: inline-block;
	}
}
@media (max-width: 1023px) {
	.page-plastikovye-okna .discount-ordering {
		margin-bottom: 0;
	}	
}
@media (min-width: 768px) {
	.discount-ordering .container {
		padding: 50px 0 53px;
	}	
	.discount-ordering .h2 {
		font-size: 38px;
	}	
	.discount-ordering .discount {
		display: inline-block;
	}
	.discount-ordering .content__box {
		display: flex;
		justify-content: center;
	}
	.discount-ordering .contact-form {
		width: 466px;
	}	
	.page-franczuzskoe-osteklenie .discount-ordering {
		margin-bottom: 0;
	}
	.page-franczuzskoe-osteklenie .discount-ordering .color-red,
	.page-panoramnoe-osteklenie .discount-ordering .color-red,
	.page-bezramnoe-osteklenie .discount-ordering .color-red,
	.page-teploe-osteklenie .discount-ordering .color-red,
	.page-osteklenie-balkona-s-vynosom .discount-ordering .color-red,
	.page-vhodnye-dveri .discount-ordering .color-red  {
		display: inline-block;
	}	
}
@media (min-width: 1024px) {
	.discount-ordering .container {
		padding: 60px 0 66px;
	}
	.discount-ordering .h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.discount-ordering .color-red {
		display: inline-block;
	}	
	.discount-ordering .contact-form {
		width: 100%;
	}
	.discount-ordering .contact-form__row {
		justify-content: space-between;
		margin-bottom: 15px;
		gap: 0;
	}
	.discount-ordering .contact-form__input,
	.discount-ordering .contact-form__placeholder {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	.discount-ordering .contact-form__btn .btn {
		height: 60px;
		font-size: 18px;
	}	
	.discount-ordering .contact-form__privacy {
		width: 650px;
		margin: 0 auto;
	}
	.discount-ordering .contact-form__text {
		font-size: 18px;
	}
	.page-franczuzskoe-osteklenie .discount-ordering .h2,
	.page-panoramnoe-osteklenie .discount-ordering .h2,
	.page-bezramnoe-osteklenie .discount-ordering .h2,
	.page-teploe-osteklenie .discount-ordering .h2,
	.page-osteklenie-balkona-s-vynosom .discount-ordering .h2 {
		margin-left: auto;
		margin-right: auto;
		width: 800px;
	}	
}
/* end --------------------------------------- discount-ordering ------------------------------------- */