.popup .order-form-wrapper, .popup2 .order-form-wrapper {
	padding: 0;
}

.order-form-wrapper {
	background: rgb(76,26,55);
	background: -moz-linear-gradient(114deg, rgba(76,26,55,1) 0%, rgba(13,33,49,1) 100%);
	background: -webkit-linear-gradient(114deg, rgba(76,26,55,1) 0%, rgba(13,33,49,1) 100%);
	background: linear-gradient(114deg, rgba(76,26,55,1) 0%, rgba(13,33,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c1a37",endColorstr="#0d2131",GradientType=1);
	color: #fff;
	padding: 4rem 0;
}

.order-form-wrapper .container {
	background: none;
	padding-top: 45px!important;
}

.order-form-wrapper h2 {
	margin-top: 0;
}

.order-form {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 40px 0 20px;
}
.order-form textarea[data="elastic"]{
	overflow: hidden;
}
.order-form--left {
	width: 100%;
	flex: 1;
}

.order-form--section .order-form--hr {
	padding: 0 0 14px 0;
	margin: 0 0 31px 0;
	border-bottom: #ccc 1px solid;
}

.order-form--section .order-form--additional {
	text-align: center;
	font-size: 16px;
	padding: 2px;
	background: none;
	border: 0;
	max-width: 465px;
	margin: 0 0 0 auto;
}
.order-form--section .order-form--additional a {
	color: #fff;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.order-form--section .order-form--additional a:hover {
    border-bottom: 0px dashed rgba(66, 131, 192, 0.3);
}
.order-form--section .order-form--additional-link+.order-form--hr {
	padding: 0;
}

.order-form--row {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 17px 0;
}

.required-field {
	color: #fff;
}

.order-form--row-label {
	flex: 0 0 200px;
}

.order-form--row-field {
	width: 100%;
	max-width: 465px;
}
.order-form--row.order-form--error {
	color: #fff;
	margin-top: -14px;
	display: none;
}

.order-form--row-field.with-columns {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.order-form--row-field .col-30 {
	width: 30%;
}

@media (max-width: 480px) {
	.order-form--row-field .col-30 {
		width: 100%;
		margin: 5px 0;
	}
}

.order-form--row input[type=text],
.order-form--row textarea,
.order-form--row select {
	width: 100%;
	height: 32px;
	padding: 0 32px 0 18px;
	border: #ccc 1px solid;
	border-radius: 3px;
	background: none;
	font: 16px Arial, sans-serif;
	color: #fff;
}

.order-form--row input[readonly] {
	cursor: default;
}

.fieldwrapper  {
	position: relative;
	margin-bottom: 17px;
}

.fieldwrapper:last-child  {
	margin-bottom: 0;
}

.fieldwrapper .clear-field {
	display: none;
}

.fieldwrapper.INPUT.filled .clear-field, .fieldwrapper.TEXTAREA.filled .clear-field {
	position: absolute;
	right: 11px;
	top: 9px;
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #cfcfcf;
	cursor: pointer;
	z-index: 50;
	transition: all 0.2s ease;
}

.fieldwrapper.INPUT.filled .clear-field:hover, .fieldwrapper.TEXTAREA.filled .clear-field:hover {
	color: #212121!important;
}
.fieldwrapper.INPUT.filled input[style*="display: none"]+.clear-field {
	display: none;
}
.fieldwrapper.TEXTAREA.filled textarea[style*="display: none"]+.clear-field {
	display: none;
}

.order-form--row textarea {
	height: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
	resize: vertical;
	overflow: auto;
}

.order-form--row input[type=text]:focus,
.order-form--row textarea:focus,
.order-form--row select:focus {
	padding-left: 12px;
	border: #8e8e8e 1px solid!important;
	border-left: #ffffff 7px solid!important;
	background: none;
}

.order-form--row .filled input[type=text],
.order-form--row .filled textarea,
.order-form--row .filled select {
	color: #fff;
	padding-left: 12px;
	border: #ffffff 1px solid;
	border-left: #ffffff 7px solid;
}

.order-form--row input[type=file] {
	display: none;
}

.order-form--row .z-select-files {
    display: block;
    vertical-align: text-top;
}

.order-form--row .z-select-files > a.z-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
	height: 32px;
	padding: 0;
	border-radius: 3px;
	font: 16px/32px Arial, sans-serif;
    white-space: nowrap;
	background: none;
	border: 0;
}

.order-form--row .z-select-files > a.z-btn span {
	height: 32px;
	line-height: 32px;
	margin: -1px;
	padding: 0 16px;
	transition: all 0.3s ease;
	background: #000;
	color: #b2b2b2;
	border: 0;
	border-radius: 0;
}

.order-form--row .z-select-files > a.z-btn:hover span {
	background: #D5D5D5;
}

.order-form--row .z-select-files > a.z-btn:hover {
    text-decoration: none;
}

.order-form--row .z-select-files > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.order-form--row .z-select-files > ul li {
    margin: 0;
    padding: 0;
    position: relative;
}
.order-form--row .z-select-files > ul li.selected {
    padding: 0;
    margin: 0 0 17px;
}
.order-form--row .z-select-files > ul li span {
    display: block;
    width: 100%;
	height: 32px;
	padding: 0 32px 0 12px;
	border-radius: 3px;
	font: 16px/32px Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
	border: #ffffff 1px solid;
	border-left: #ffffff 7px solid;
	background: none;
	color: #fff;
}
.order-form--row .z-select-files > ul li a {
	position: absolute;
	right: 11px;
	top: 9px;
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #cfcfcf;
	cursor: pointer;
	z-index: 50;
	border: none;
	text-decoration: none;
}

.order-form--row .z-select-files > ul li a:hover {
	color: #212121;
}

.order-form--row .z-select-files > ul li a:after {
	content: '✕';
}

.order-form--row-field p.note {
	margin: -10px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
}

.order-form--row label {
	cursor: pointer;
	white-space: nowrap;
}

.order-form--row label {
	display: inline-block;
	margin: 2px 0 6px 0;
	margin-right: 32px;
}

.order-form--row label:last-child {
	margin-right: 0;
}

.order-form--row-sub {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.order-form--row-sub > * {
	margin: 0 0 10px 0;
}

#add-dictor {
	position: relative;
	margin: 0 0 0 20px;
}

#add-dictor:before {
	content: '';
	position: absolute;
	left: -17px;
	top: 7px;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../../img/ico-add-dictor.png) center no-repeat;
}

.order-form--right {
	flex: 0 0 270px;
	margin-left: 12%;
}

.order-form--right .sticky {
	transition: all 0.2s ease;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 15px;
	z-index: 0;
}

.order-form--required-list {
	margin: 0 0 10px 0;
	text-align: center;
}

.order-form--button {
	margin: 0 0 20px 0;
}

.order-form--button button {
	width: 100%;
}

.order-form--phone {
	margin: 40px 0;
	text-align: center;
}
.order-form--phone p.text-1 {
	font-size: 26px;
	margin-bottom: 15px !important;
}
.order-form--phone p.text-2 {
	margin-bottom: 10px !important;
}
.order-form--phone p.text-3 {
	font-size: 28px;
	font-weight: 600;
}
.order-form--phone p.text-3 a {
	color: #fff !important;
	border-bottom: none !important;
}

#order-button {
	color: #fff;
	background: none;
	border-color: #fff;
	font-size: 17px;
	white-space: nowrap;
	transition: all 0.3s;
}
#order-button:hover {
	color: #bbbbbb !important;
}

.order-form--agree {
	font-size: 13px;
	line-height: 1.5;
	color: #848484;
}

.order-form--agree input[type=checkbox] {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
.order-form .ajax-loader {
	margin: 0 auto 17px auto;
}
@media (max-width:980px) {
	.order-form--row { flex-wrap: wrap;}
	.order-form--left { flex-shrink: 0.6;}
	.order-form--right { flex-shrink: 0.4!important;}
	.order-form--row-label { flex:none; width:100%; margin:0 0 5px 0;}
	.order-form--row-field { max-width: none;}
	.order-form--section .order-form--additional { max-width: 800px; }
}
@media (max-width:48rem) {
	.hide-on-48rem { display:none;}
}
@media (max-width:640px) {
	.order-form { flex-wrap: wrap;}
	.order-form--left, .order-form--right { flex:none; width:100%;}
	.order-form--right { margin: 20px auto !important;}
}
@media (max-width:32rem) {
	.hide-on-32rem { display:none;}
}








/*.order-form-wrapper {*/
/*	background:#eee;*/
/*}*/

/*.order-form-wrapper .container {*/
/*	background: none;*/
/*	padding-top: 45px!important;*/
/*}*/

/*.order-form-wrapper h2 {*/
/*	margin-top: 0;*/
/*}*/

/*.order-form {*/
/*	display: flex;*/
/*	flex-wrap: nowrap;*/
/*	align-items: stretch;*/
/*	justify-content: space-between;*/
/*	margin: 40px 0 20px;*/
/*}*/
/*.order-form textarea[data="elastic"]{*/
/*	overflow: hidden;*/
/*}*/
/*.order-form--left {*/
/*	width: 100%;*/
/*	flex: 1;*/
/*}*/

/*.order-form--section .order-form--hr {*/
/*	padding: 0 0 14px 0;*/
/*	margin: 0 0 31px 0;*/
/*	border-bottom: #ccc 1px solid;*/
/*}*/

/*.order-form--section .order-form--additional {*/
/*	text-align: center;*/
/*	font-size: 16px;*/
/*	background-color: #e6e6e6;*/
/*	padding: 2px;*/
/*	border: 1px solid #ccc;*/
/*	border-radius: 3px;*/
/*}*/
/*.order-form--section .order-form--additional a {*/
/*	border-bottom: 0px dashed rgba(66, 131, 192, 0.3);*/

/*}*/
/*.order-form--section .order-form--additional a:hover {*/
/*	border-bottom: 0px dashed rgba(66, 131, 192, 0.3);*/
/*}*/
/*.order-form--section .order-form--additional-link+.order-form--hr {*/
/*	padding: 0;*/
/*}*/

/*.order-form--row {*/
/*	display: flex;*/
/*	flex-wrap: nowrap;*/
/*	align-items: flex-start;*/
/*	justify-content: space-between;*/
/*	margin: 0 0 17px 0;*/
/*}*/

/*.required-field {*/
/*	color: #fa6042;*/
/*}*/

/*.order-form--row-label {*/
/*	flex: 0 0 200px;*/
/*}*/

/*.order-form--row-field {*/
/*	width: 100%;*/
/*	max-width: 465px;*/
/*}*/
/*.order-form--row.order-form--error {*/
/*	color: #fa6042;*/
/*	margin-top: -14px;*/
/*	display: none;*/
/*}*/

/*.order-form--row-field.with-columns {*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	align-items: flex-start;*/
/*	justify-content: space-between;*/
/*}*/

/*.order-form--row-field .col-30 {*/
/*	width: 30%;*/
/*}*/

/*@media (max-width: 480px) {*/
/*	.order-form--row-field .col-30 {*/
/*		width: 100%;*/
/*		margin: 5px 0;*/
/*	}*/
/*}*/

/*.order-form--row input[type=text],*/
/*.order-form--row textarea,*/
/*.order-form--row select {*/
/*	width: 100%;*/
/*	height: 32px;*/
/*	padding: 0 32px 0 18px;*/
/*	border: #ccc 1px solid;*/
/*	border-radius: 3px;*/
/*	background: #fff;*/
/*	font: 16px Arial, sans-serif;*/
/*	color: #212121;*/
/*}*/

/*.order-form--row input[readonly] {*/
/*	cursor: default;*/
/*}*/

/*.fieldwrapper  {*/
/*	position: relative;*/
/*	margin-bottom: 17px;*/
/*}*/

/*.fieldwrapper:last-child  {*/
/*	margin-bottom: 0;*/
/*}*/

/*.fieldwrapper .clear-field {*/
/*	display: none;*/
/*}*/

/*.fieldwrapper.INPUT.filled .clear-field, .fieldwrapper.TEXTAREA.filled .clear-field {*/
/*	position: absolute;*/
/*	right: 11px;*/
/*	top: 9px;*/
/*	display: block;*/
/*	font-size: 16px;*/
/*	line-height: 16px;*/
/*	color: #cfcfcf;*/
/*	cursor: pointer;*/
/*	z-index: 50;*/
/*	transition: all 0.2s ease;*/
/*}*/

/*.fieldwrapper.INPUT.filled .clear-field:hover, .fieldwrapper.TEXTAREA.filled .clear-field:hover {*/
/*	color: #212121!important;*/
/*}*/
/*.fieldwrapper.INPUT.filled input[style*="display: none"]+.clear-field {*/
/*	display: none;*/
/*}*/
/*.fieldwrapper.TEXTAREA.filled textarea[style*="display: none"]+.clear-field {*/
/*	display: none;*/
/*}*/

/*.order-form--row textarea {*/
/*	height: 140px;*/
/*	padding-top: 5px;*/
/*	padding-bottom: 5px;*/
/*	line-height: 1.4;*/
/*	resize: vertical;*/
/*	overflow: auto;*/
/*}*/

/*.order-form--row input[type=text]:focus,*/
/*.order-form--row textarea:focus,*/
/*.order-form--row select:focus {*/
/*	padding-left: 12px;*/
/*	border: #fabbaf 1px solid!important;*/
/*	border-left: #fa6042 7px solid!important;*/
/*}*/

/*.order-form--row .filled input[type=text],*/
/*.order-form--row .filled textarea,*/
/*.order-form--row .filled select {*/
/*	padding-left: 12px;*/
/*	border: #fa6042 1px solid;*/
/*	border-left: #fa6042 7px solid;*/
/*}*/

/*.order-form--row input[type=file] {*/
/*	display: none;*/
/*}*/

/*.order-form--row .z-select-files {*/
/*	display: block;*/
/*	vertical-align: text-top;*/
/*}*/

/*.order-form--row .z-select-files > a.z-btn {*/
/*	display: flex;*/
/*	justify-content: flex-end;*/
/*	width: 100%;*/
/*	height: 32px;*/
/*	padding: 0;*/
/*	border: #ccc 1px solid;*/
/*	border-radius: 3px;*/
/*	background: #fff;*/
/*	font: 16px/32px Arial, sans-serif;*/
/*	white-space: nowrap;*/
/*}*/

/*.order-form--row .z-select-files > a.z-btn span {*/
/*	height: 32px;*/
/*	line-height: 32px;*/
/*	margin: -1px;*/
/*	padding: 0 16px;*/
/*	border: 1px solid #cccccc;*/
/*	color: #757575;*/
/*	background: #e6e6e6;*/
/*	border-radius: 3px;*/
/*	transition: all 0.3s ease;*/
/*}*/

/*.order-form--row .z-select-files > a.z-btn:hover span {*/
/*	background: #D5D5D5;*/
/*}*/

/*.order-form--row .z-select-files > a.z-btn:hover {*/
/*	text-decoration: none;*/
/*}*/

/*.order-form--row .z-select-files > ul {*/
/*	list-style: none;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*}*/

/*.order-form--row .z-select-files > ul li {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	position: relative;*/
/*}*/
/*.order-form--row .z-select-files > ul li.selected {*/
/*	padding: 0;*/
/*	margin: 0 0 17px;*/
/*}*/
/*.order-form--row .z-select-files > ul li span {*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 32px;*/
/*	padding: 0 32px 0 12px;*/
/*	border-radius: 3px;*/
/*	background: #fff;*/
/*	font: 16px/32px Arial, sans-serif;*/
/*	color: #212121;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	vertical-align: middle;*/
/*	white-space: nowrap;*/
/*	border: #fa6042 1px solid;*/
/*	border-left: #fa6042 7px solid;*/
/*}*/
/*.order-form--row .z-select-files > ul li a {*/
/*	position: absolute;*/
/*	right: 11px;*/
/*	top: 9px;*/
/*	display: block;*/
/*	font-size: 16px;*/
/*	line-height: 16px;*/
/*	color: #cfcfcf;*/
/*	cursor: pointer;*/
/*	z-index: 50;*/
/*	border: none;*/
/*	text-decoration: none;*/
/*}*/

/*.order-form--row .z-select-files > ul li a:hover {*/
/*	color: #212121;*/
/*}*/

/*.order-form--row .z-select-files > ul li a:after {*/
/*	content: '✕';*/
/*}*/

/*.order-form--row-field p.note {*/
/*	margin: -10px 0 0 0;*/
/*	padding: 0;*/
/*	font-size: 14px;*/
/*	color: #6e6e6e;*/
/*}*/

/*.order-form--row label {*/
/*	cursor: pointer;*/
/*	white-space: nowrap;*/
/*}*/

/*.order-form--row label {*/
/*	display: inline-block;*/
/*	margin: 2px 0 6px 0;*/
/*	margin-right: 32px;*/
/*}*/

/*.order-form--row label:last-child {*/
/*	margin-right: 0;*/
/*}*/

/*.order-form--row-sub {*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	align-items: flex-start;*/
/*	justify-content: space-between;*/
/*}*/

/*.order-form--row-sub > * {*/
/*	margin: 0 0 10px 0;*/
/*}*/

/*#add-dictor {*/
/*	position: relative;*/
/*	margin: 0 0 0 20px;*/
/*}*/

/*#add-dictor:before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	left: -17px;*/
/*	top: 7px;*/
/*	display: inline-block;*/
/*	width: 11px;*/
/*	height: 11px;*/
/*	background: url(../../img/ico-add-dictor.png) center no-repeat;*/
/*}*/

/*.order-form--right {*/
/*	flex: 0 0 270px;*/
/*	margin-left: 12%;*/
/*}*/

/*.order-form--right .sticky {*/
/*	transition: all 0.2s ease;*/
/*	position: -webkit-sticky;*/
/*	position: -moz-sticky;*/
/*	position: -ms-sticky;*/
/*	position: -o-sticky;*/
/*	position: sticky;*/
/*	top: 15px;*/
/*	z-index: 0;*/
/*}*/

/*.order-form--required-list {*/
/*	margin: 0 0 10px 0;*/
/*}*/

/*.order-form--button {*/
/*	margin: 0 0 20px 0;*/
/*}*/

/*.order-form--button button {*/
/*	width: 100%;*/
/*}*/

/*.order-form--phone {*/
/*	margin: 40px 0;*/
/*	text-align: center;*/
/*}*/
/*.order-form--phone p.text-1 {*/
/*	font-size: 26px;*/
/*	margin-bottom: 15px !important;*/
/*}*/
/*.order-form--phone p.text-2 {*/
/*	margin-bottom: 10px !important;*/
/*}*/
/*.order-form--phone p.text-3 {*/
/*	font-size: 28px;*/
/*	font-weight: 600;*/
/*}*/
/*.order-form--phone p.text-3 a {*/
/*	color: #212121 !important;*/
/*	border-bottom: none !important;*/
/*}*/

/*.order-form--agree {*/
/*	font-size: 13px;*/
/*	line-height: 1.5;*/
/*}*/

/*.order-form--agree input[type=checkbox] {*/
/*	vertical-align: middle;*/
/*	margin-top: -2px;*/
/*	margin-right: 5px;*/
/*}*/
/*.order-form .ajax-loader {*/
/*	margin: 0 auto 17px auto;*/
/*}*/
/*@media (max-width:980px) {*/
/*	.order-form--row { flex-wrap: wrap;}*/
/*	.order-form--left { flex-shrink: 0.6;}*/
/*	.order-form--right { flex-shrink: 0.4!important;}*/
/*	.order-form--row-label { flex:none; width:100%; margin:0 0 5px 0;}*/
/*	.order-form--row-field { max-width: none;}*/
/*}*/
/*@media (max-width:48rem) {*/
/*	.hide-on-48rem { display:none;}*/
/*}*/
/*@media (max-width:640px) {*/
/*	.order-form { flex-wrap: wrap;}*/
/*	.order-form--left, .order-form--right { flex:none; width:100%;}*/
/*	.order-form--right { margin: 20px auto !important;}*/
/*}*/
/*@media (max-width:32rem) {*/
/*	.hide-on-32rem { display:none;}*/
/*}*/
