.order-btn {
	position: fixed;
	display: block;
    z-index: 1001;
    white-space: nowrap;
    cursor: pointer;
    bottom: 115px;
    right: 20px;
	transition: transform .4s cubic-bezier(.165,.84,.44,1), background .3s cubic-bezier(0,0,0,1);
	background: #4149F2;
	border-radius: 100px;
	color: #fff;
    font-size: 17px;
    padding: 10px 30px;
}
@media (max-width: 480px) {
	.order-btn {
		font-size: 14px;
		bottom: 80px;
	}
}
.order-btn:hover {
	background: #f41224;
	color: #ffffff;
	text-decoration: none;
}

.order {
	width: 100%;
}
.order ~ div.wpcf7-response-output,
.order .wpcf7-not-valid-tip {
	display: block!important;
	position: relative;
	padding: 5px 10px!important;
	border: 1px solid transparent;
	border-radius: 4px;
	text-transform: none;
	margin-top: 5px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
}
.order ~ div.wpcf7-response-output {
	width: auto;
    position: relative;
    left: auto;
    top: auto;
	transform: none;
	animation: none!important;
	opacity: 1;
	visibility: visible;
	background-color: transparent;
}
.order .wpcf7-not-valid-tip  {
	color: #721c24!important;
	background-color: #f8d7da!important;
	border-color: #f5c6cb!important;
}
.order__title {
	display: block;
	font-size: .8em;
    margin: 1em 0;
	opacity: .7;
	color: #000;
}

.order-list .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
}
.order-list span.wpcf7-list-item {
	display: block;
	margin: 0 5px 12px 0;
	position: relative;
}
.order-list span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	margin: 0;
	z-index: 2;
}
.order-list span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label {
	border-color: #4149F2;
    color: #4149F2;
    opacity: 1;
    box-shadow: 0 0 0 2px #4149F2;
}
.order-list .wpcf7-list-item-label {
	font-size: 15px;
	padding: 5px 10px;
	box-shadow: 0 0 0 1px #4149F2;
	border-radius: 100px;
	white-space: nowrap;	
	color: #4149F2;
	opacity: 0.4;
}
.order-list + p br {
	display: none;
}
.order-list + p label:not(:first-child) {
	margin-top: 15px;
	display: block;
}
.order-list + p input:not([type=submit]),
.order-list + p textarea.wpcf7-form-control.wpcf7-textarea {
	color: #2d2d2d!important;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 21px;
    padding: 12px 0;
}
.order-list + p input:not([type=submit]) {
	height: auto;
	padding: 12px 0;
}
.order-list + p input:not([type=submit]):focus,
.order-list + p textarea.wpcf7-form-control.wpcf7-textarea:focus {
	border-color: #4149F2;
}
.order-list + p input.wpcf7-form-control.wpcf7-submit,
.order-list + p input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
	margin-top: 32px;
	display: block;
	z-index: 1001;
	white-space: nowrap;
	cursor: pointer;
	font-family: inherit;
	transition: transform .4s cubic-bezier(.165,.84,.44,1), background .3s cubic-bezier(0,0,0,1);
	background: #4149F2;
	border-radius: 100px;
	color: #fff!important;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
	height: auto;
	line-height: normal;
	font-size: 21px;
	padding: 10px 30px;
}
.order-list + p input[type=submit]:hover {
	background: #f41224;
	color: #ffffff!important;
	text-decoration: none;
}
.order-list + p .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
.order-list + p .wpcf7-form-control-wrap:before {
	content: '';
	position: absolute;
    left: 0;
	top: 0;
	display: block;
    pointer-events: none;
    opacity: .4;
    white-space: nowrap;
	padding: 12px 0;
	font-size: 21px;
	color: #2d2d2d;
	transition: all .5s cubic-bezier(0,0,0,1);
	box-sizing: border-box;
	z-index: 2;
}
.order-list + p .wpcf7-form-control-wrap.wpcf7-form-control-wrap--filled:before {
	font-size: 12px;
	padding: 0;
	top: -5px;
	line-height: 1.2;
}
.order-list + p .wpcf7-form-control-wrap.your-name:before {
	content: 'First and last name';
}
.order-list + p .wpcf7-form-control-wrap.your-company:before {
	content: 'Company name';
}
.order-list + p .wpcf7-form-control-wrap.your-description:before {
	content: 'Brief description of your project';
}
.order-list + p .wpcf7-form-control-wrap.your-mail:before {
	content: 'Email';
}
.order-list + p .wpcf7-form-control-wrap.your-phone:before {
	content: 'Phone number';
}

.page-template-order-page,
.order-popup-open {
	overflow: hidden!important;
}
body.page-template-order-page .order-popup {
    transform: translate3d(0,0,0);
    visibility: visible;
    opacity: 1;
}
body.page-template-order-page .wrapper_inner,
body.page-template-order-page .wrapper,
body.page-template-order-page .content {
	overflow: visible;
	z-index: 10002;
}
.order-popup {
	position: fixed;
    left: 0;
    top: 0;
    transform: translate3d(100%,0,0);
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
}
.order-left {
	z-index: 107!important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.order-right {
	position: absolute;
    width: 50%;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    z-index: 106;
}
.order-form {
	max-width: 700px;
	padding: 40px 36px;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}
.order-form__title {
	font-size: 48px;
    font-weight: 400;
    color: #4149F2;
	margin-bottom: 16px;
	line-height: 1.4;
}
.order-form__title ~ p {
	font-size: 21px;
    line-height: 1.4;
	color: #4149F2;
	margin-top: 1em;
	margin-bottom: 1em;
}
.order-form .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #856404!important;
    background-color: #fff3cd!important;
	border-color: #ffeeba!important;
}
.order-form .wpcf7 form.sent .wpcf7-response-output {
	color: #155724!important;
    background-color: #d4edda!important;
    border-color: #c3e6cb!important;
}
.order-worker {
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
	/* background: url(https://img.artlebedev.ru/svalka/header-2016/v2/modules/expressform/images/all.jpg); */
	animation: expressformWorks linear 1200s;
    animation-iteration-count: 1;
    transform-origin: 0 0;
}
.order-worker-over {
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: #4149F2;
    opacity: .6;
}
.order-close {
	color: #000;
    position: absolute;
    top: 10px;
    right: 50%;
    margin-right: 21px;
    font-size: 3em;
    opacity: .5;
    -webkit-box-direction: normal;
    cursor: pointer;
    transition: all .5s cubic-bezier(0,0,0,1);
    z-index: 108;
}
.order-close:hover {
	opacity: .8;
}
@media (max-width: 1400px) {
.order-close {
    right: auto;
    left: 700px;
    margin-right: 0;
    margin-left: -51px;
}
}
@media (max-width: 700px) {
.order-close {
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: 21px;
}
}
@keyframes expressformWorks{0%{background-position:0 0}100%{background-position:13000px 13000px}}