.order-form {
	
}
.order-form input[readonly] {
    background: #dadada;
    color: #999;
}
.order-form_popup {
	width: 100%;
	margin: 0 auto;
	max-width: 576px;
}

.order-form__step {
	margin-bottom: 48px;
}

.order-form__title {
	color: #42996d;
	text-decoration: underline;
	font-size: 2.4em;
	margin-bottom: 16px;
}

.order-form__name {
	color: #0f6fb7;
	font-size: 2.4em;
	text-align: center;
}

.order-form__desc {
	font-weight: 700;
	text-transform: uppercase;
}

.order-form__sub-desc {
	color: #747474;
}

.order-form__fields {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.order-form__fields_column {
	flex-direction: column;
}

.order-form__fields_coincidence .order-form__field {
	display: none;
}

.order-form__fields_coincidence .order-form__field_master {
	display: flex;
}

.order-form__field {
	display: flex;
	margin: 12px 0 12px 0;
	align-items: center;
	padding-right: 24px;
	box-sizing: border-box;
}

.order-form__field_col {
	flex-direction: column;
	align-items: flex-start;
}

.order-form__field_col .order-form__label{
	margin-bottom: 8px;
	margin-right: 0;
}

.order-form__field_w100 {
	width: 100%;
}

.order-form__field_w30 {
	width: 33.3%;
}

.order-form__field_w20 {
	width: 20%;
}

.order-form__field_w10 {
	width: 4%;
}

.order-form__field_center {
	text-align: center;
}


.order-form__label {
	margin-right: 8px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: -0.5px;
	white-space: nowrap;
}

.order-form__value {
	flex-grow: 1;
	user-select: none;
	width: 100%;
}

.order-form__field_static .order-form__label {
	width: 96px;
	flex-shrink: 1;
}

.order-form__input {
	width: 100%;
	background-color: #b4cefd;
	border: 0;
	border-radius: 4px;
	height: 36px;
	padding: 0 16px;
	box-sizing: border-box;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
}

.order-form__textarea {
	width: 100%;
	background-color: #b4cefd;
	border: 0;
	border-radius: 4px;
	height: 96px;
	padding: 8px 16px;
	box-sizing: border-box;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
}

.order-form__checkox {
	display: none;
}

.order-form__checkox-view {
	width: 36px;
	height: 36px;
	display: inline-flex;
	background: #b4cefd;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.order-form__checkox-view:before {
	content: "";
	display: block;
	background-size: 100%;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 9px;
	top: 9px;
}

:checked+.order-form__checkox-view:before {
	background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"%3E%3Cg%3E%3Cg%3E%3Cpath d="M504.502,75.496c-9.997-9.998-26.205-9.998-36.204,0L161.594,382.203L43.702,264.311c-9.997-9.998-26.205-9.997-36.204,0 c-9.998,9.997-9.998,26.205,0,36.203l135.994,135.992c9.994,9.997,26.214,9.99,36.204,0L504.502,111.7 C514.5,101.703,514.499,85.494,504.502,75.496z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A');
}


.order-form__question {
	background-color: #37aa32;
	width: 24px;
	height: 24px;
	display: block;
	border-radius: 16px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	margin-right: 4px;
	cursor: pointer;
	flex-shrink: 0;
}

.order-form a {
	color: #0f6fb7;
	text-decoration: underline;
}

.order-form .button {
	color: #191817;
	text-decoration: none;
}

.order-form__final-pay {
	margin-left: 16px;
	font-size: 20px;
}

.order-form__final-pay span {
	font-weight: 700;
}

.order-form__field_static .order-form__label {
	flex-shrink: 0;
}


@media screen and (max-width:1280px) {
	.order-form__field_w100 {
		width: 100%;
	}

	.order-form__field_w30 {
		width: 33.3%;
	}

	.order-form__field_w20 {
		width: 24%;
	}

	.order-form__field_w10 {
		width: 20%;
	}

	.order-form__field_empty {
		display: none;
	}
}


@media screen and (max-width:992px) {
	.order-form__field_w100 {
		width: 100%;
	}

	.order-form__field_w30 {
		width: 50%;
	}

	.order-form__field_w20 {
		width: 50%;
	}

	.order-form__field_w10 {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.order-form__field_w100 {
		width: 100%;
	}

	.order-form__field_w30 {
		width: 50%;
	}

	.order-form__field_w20 {
		width: 50%;
	}

	.order-form__field_w10 {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.order-form__field_w100 {
		width: 100%;
	}

	.order-form__field_w30 {
		width: 100%;
	}

	.order-form__field_w20 {
		width: 100%;
	}

	.order-form__field_w10 {
		width: 100%;
	}

	.order-form__field_bot {
		flex-direction: column;
		align-items: flex-start;
	}

	.order-form__final-pay {
		margin-left: 0;
		margin-top: 16px;
	}
}