.padding10px {
	padding: 0 10px;
}
.whitescreen {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 100000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: auto;
}
.whitescreen_corp {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 100001;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: auto;
}
.fast-order,.fast-order-corp {
	display: none;
}

.fast-order-block {
	width: 100%;
	padding: 47px 0;
	box-sizing: border-box;
	background-image: url('/public/img/print.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 1110px) {
	.fast-order-block {
		padding-left: 44px;
		padding-right: 44px;
	}
}

.fast-order-block_title {
	font-size: 35px !important;
	line-height: 40px !important;
	letter-spacing: normal;
	margin-bottom: 2% !important;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.fast-order-block_title {
		width: 80%;
    	margin: 0 auto;
	}
}
@media only screen and (max-width: 480px) {
	.fast-order-block_title {
		font-size: 24px !important;
    	line-height: 34px !important;
    	margin-bottom: 5% !important;
	}
}

.fast-order-block_text {
	font-size: 16px !important;
	line-height: 20px !important;
	letter-spacing: normal;
	margin-top: 2% !important;
	color: #fff;
	font-weight: normal;
	text-align: left;
	font-style: italic;
}

.fast-order-block_form {

	width: 100%;

	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.fast-order-datein,
.fast-order-dateout,
.fast-order-guests {

	cursor: pointer;
}
.fast-order-title{background: rgba(0,0,0,0.8);}
.fast-order-datein {

	width: 22%;
	height: 35px;

	display: inline-block;
	vertical-align: middle;

	background: 0;
	border: 2px solid #fff;

	box-sizing: border-box;

	border-radius: 3px;
	outline: 0;

	padding: 5px 7px;
	margin-right: 4%;

	font-size: 14px;
	line-height: 16px;
	letter-spacing: normal;
}

.fast-order-dateout {

	width: 22%;
	height: 35px;

	display: inline-block;
	vertical-align: middle;

	background: 0;
	border: 2px solid #fff;

	box-sizing: border-box;

	border-radius: 3px;
	outline: 0;

	padding: 5px 7px;
	margin-right: 4%;

	font-size: 14px;
	line-height: 16px;
	letter-spacing: normal;
}

.fast-order-guests {

	width: 22%;
	height: 35px;

	display: inline-block;
	vertical-align: middle;

	background: 0;
	border: 2px solid #fff;
	outline: 0;

	box-sizing: border-box;

	border-radius: 3px;

	padding: 5px 7px;
	margin-right: 4%;

	font-size: 14px;
	line-height: 16px;
	letter-spacing: normal;
}

.white-placeholder::-webkit-input-placeholder {
	
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.white-placeholder::-moz-placeholder {
	
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.white-placeholder:-moz-placeholder {
	
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.white-placeholder:-ms-input-placeholder {
	
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.white-placeholder {
	
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.fast-order-getform {

	width: 22%;
	height: 35px;

	display: inline-block;
	vertical-align: middle;

	background: #F7F803;

	box-sizing: border-box;

	border-radius: 3px;

	border: 0;
	outline: 0;

	padding: 5px;

	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: normal;

	cursor: pointer;
}

.fast-order-field input::-webkit-input-placeholder {
	
	font-size: 14px;
	line-height: 16px;
	color:#8D8D8D;
}

.fast-order-field input::-moz-placeholder {

	font-size: 14px;
	line-height: 16px;
	color:#8D8D8D;
}

.fast-order-field input:-moz-placeholder {

	font-size: 14px;
	line-height: 16px;
	color:#8D8D8D;
}

.fast-order-field input:-ms-input-placeholder {

	font-size: 14px;
	line-height: 16px;
	color:#8D8D8D;
}

.fast-order-close {

	position: absolute;
	top: 15px;
	right: 25px;
	cursor: pointer;
}
.fast-order-close2 {

	position: absolute;
	top: 15px;
	right: 25px;
	cursor: pointer;
}
.fast-order, .fast-order-corp {

	position: relative;
	width: 90%;
	max-width: 720px;
    height: 100vh;
	margin: 5% auto;

	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

.fast-order-title p {

	padding: 105px 0 20px 0;
	box-sizing: border-box;

	font-size: 35px !important;
	line-height: 50px !important;
	font-family: 'robotothin';
	color: #fff;
	text-align: center;
}

.fast-form {

	padding: 45px 100px;
	box-sizing: border-box;

	background: rgba(0,0,0,0.8);
}
.fast-form  .t-input-group{margin-bottom: 30px;}
.fast-order-input {

	height: 40px;
	padding: 3px 5px;

	outline: 0;
	border: 1px solid #bababa;
	box-sizing: border-box;
	border-radius: 3px;
}

.fast-order-field {

	display: block;
	float: left;

	text-align: left;

	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 25px;
}

.fast-order-field:nth-child(2) {

	margin-right: 0;
}


.fast-order-textarea {

	width: 100%;
	min-height: 128px;
	resize: vertical;
	text-indent: 3px;

	font-size: 14px;
	line-height: 16px;
	color:#8D8D8D;
}

.fast-order-label {

	width: 100%;

	text-align: left;
	font-size: 16px;
	line-height: 20px;
}

.fast-order-field input,
.fast-order-field select {

	width: 100%;
	text-indent: 3px;

	font-size: 14px;
	line-height: 16px;
	color:#8D8D8D;
}

.fast-order-field input::-webkit-input-placeholder {
	
	font-size: 14px;
	line-height: 16px;
	color:#8D8D8D;
}

.fast-order-field input::-moz-placeholder {

	font-size: 14px;
	line-height: 16px;
	color:#8D8D8D;
}

.fast-order-field input:-moz-placeholder {

	font-size: 14px;
	line-height: 16px;
	color:#8D8D8D;
}

.fast-order-field input:-ms-input-placeholder {

	font-size: 14px;
	line-height: 16px;
	color:#8D8D8D;
}

.fast-order-field:nth-child(3n) {

	margin-right: 0;
}

.fast-order-sendinfo {

	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.fast-order-personal {

	display: inline-block;
	vertical-align: middle;

	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;

	padding: 10px 10px 10px 0;
	box-sizing: border-box;

	width: 315px;
}

.fast-order-file {

	display: inline-block;
	vertical-align: middle;

	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;

	width: 50px;
	height: 25px;

	padding: 0 10px;

	box-sizing: border-box;

	text-align: center;
}

.fast-order-addFile {
	
	width: 100%;
	max-width: 25px;
	display: block;
	margin: 0 auto;

	cursor: pointer;
}

.fast-order-file_label {

	width: 50px;
	height: 25px;
	margin-bottom: 0;
}

.fast-order-filefield {

	visibility: hidden;
	width: 0;
	height: 0;
}

.fast-order-send {

	display: inline-block;
	vertical-align: middle;

	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;

	width: 155px;
}

.fast-order-send button {
	
	width: 100%;
	max-width: 160px;
	height: 40px;
	border: 0;
	outline: 0;

	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;

	background: #2A71B3;
	color: #fff;

	border-radius: 3px;

	cursor: pointer;
}

/* Персональные данные, стилизация */

.personal-data {

	position:relative;
	display:block;
	text-align: left;
}

.order-form .personal-data {

	max-width:750px;
	margin:20px auto;
}

.fast-order-field .fast-order-span {

	font-size: 18px;
	line-height: 30px;
	font-family: pfdindisplaypro-light, tahoma, arial, verdana, sans-serif, "Lucida Sans";
    color: #5e5e5e;
}

.fast-order-text .fast-order-span {

	font-size: 18px
	line-height: 30px;
	font-family: pfdindisplaypro-light, tahoma, arial, verdana, sans-serif, "Lucida Sans";
    color: #5e5e5e;
}

.personal-data-checkbox {

	margin-right: 10px;
	margin-left: 0;
}

.personal-data-text {

	font-size: 14px;
	line-height: 18px;

	border-bottom: 0!important;
	font-family: pfdindisplaypro-light, tahoma, arial, verdana, sans-serif, "Lucida Sans";
    color: #5e5e5e;
}

.personal-data-link {

	font-size: 14px;
	line-height: 18px;
	color: #3A7EA2;
}

.personal-data-link:hover {

	color:#3A7EA2;
}

.personal-data-link:visited {

	color:#3A7EA2;
}

.personal-data-link:active {

	color:#3A7EA2;
}

/* Стилизация чекбокса */

.personal-data-checkbox {

	visibility: hidden;
}

.personal-data .new-checkbox {

	position: absolute;
	top: 3px;
	left: 0;

	-webkit-appearance:none;
	width:16px;
	height:14px;
	border:1px solid rgba(0,0,0,.3);
	outline:none;
	box-sizing:border-box;
	display:block;
	background-color: #fff;
	margin-top: 0;
}

.fast-order-personal .personal-data-checkbox:checked+span:before {

	content: "";
	display: block;
	width: 9px;
	height: 14px;
	border: 0 solid #2574B6;
	border-width:0 2px 2px 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	margin:-6px 3px;
	pointer-events:none;
}

/* Стилизация чекбокса */

.fast-order-success {

	display: none;
	text-align: center;
}

.fast-order-success h2 {

	margin-bottom: 5%;
	margin-top: 2%;

	font-size: 35px;
	line-height: 40px;
}

.fast-order-success p {

	font-size: 22px;
	line-height: 26px;
}

.fast-order-error h2 {

	margin-bottom: 5%;
	margin-top: 2%;

	font-size: 35px;
	line-height: 40px;
}

.fast-order-error p {

	font-size: 22px;
	line-height: 26px;
}

.fast-order-error {

	display: none;

	text-align: center;
}

.fast-waiting {
	
	margin-top: 25px;
	display: none;
	text-align: center;
}

#fast-order-guests option {

	background: #fff;
	color: #000;
}

.fast-order-title  span{
	color: #fff;
		font-size: 26px;    font-family: 'Roboto',Arial,sans-serif;font-weight: 300;
}
/* Персональные данные, стилизация */

@media only screen and (max-width: 992px) {


	.fast-order, .fast-order-corp {

		width: 100%;max-width: 650px;
	}

	.fast-order-title {

		min-height: 50px;
	background-color: rgba(0,0,0,0.8);
		font-size: 25px;
		line-height: 30px;
	}
.fast-order-title  span{
	color: #fff;
		font-size: 26px;    font-family: 'Roboto',Arial,sans-serif;font-weight: 300;
}
	.fast-form {

		box-sizing: border-box;
padding: 30px 25px;
		background: rgba(0,0,0,0.85);
	}

	.fast-order-input {

		height: 40px;
		padding: 3px 3px;
	}
	.fast-form .t-input-group{margin-bottom: 30px;}

	.fast-order-field {

		display: block;
		float: none;
		margin: 0 auto 5px auto;

		text-align: left;

		width: 100%;
		max-width: 280px;
	}

	.fast-order-text {

		display: block;
		float: none;
		margin: 0 auto 5px auto;

		text-align: left;

		width: 100%;
	}

	.fast-order-field:nth-child(2n) {

		margin: 0 auto 5px auto;
	}

	.fast-order-field:nth-child(3n) {

		margin: 0 auto 5px auto;
	}

	.fast-order-textarea {

		width: 100%;
		min-height: 70px;
		max-width: 280px;

		font-size: 14px;
		line-height: 18px;
		color: #8D8D8D;
	}

	.fast-order-label {

		width: 100%;

		text-align: left;
		font-size: 14px;
		line-height: 18px;
	}

	.fast-order-field input {

		width: 100%;
		text-indent: 3px;
	}

	.fast-order-field .fast-order-span {
		
		font-size: 14px;
		line-height: 18px;
	}

	.fast-order-text .fast-order-span {
		
		font-size: 14px;
		line-height: 18px;
	}

	/* Персональные данные, стилизация */

	.personal-data {

		position:relative;
		display:block;
		text-align: left;
	}

	.order-form .personal-data {

		max-width:280px;
		margin:20px auto;
	}

	.fast-order-field .fast-order-span {
		
		font-size: 14px
		line-height: 18px;
	}

	.fast-order-text .fast-order-span {
		
		font-size: 14px
		line-height: 18px;
	}

	.personal-data-checkbox {

		margin-right: 5px;
		margin-left: 0;
	}

	.personal-data-text {

		font-size: 14px;
		line-height: 18px;
	}

	.personal-data-link {

		font-size: 14px;
		line-height: 18px;
		color: #3A7EA2;
	}

	/* Персональные данные, стилизация */

	.fast-order-sendinfo {

		max-width: 380px;
		margin: 0 auto;

		font-size: 0;
		line-height: 0;
		letter-spacing: 0;
	}

	.personal-data-text {

		display: inline;

		font-size: 14px;
		line-height: 18px;
		letter-spacing: normal;

		padding: 0!important;
		box-sizing: border-box;

		width: 280px;
	}

	.fast-order-personal .personal-data-text {

		font-size: 14px;
		line-height: 18px;
	}

	.fast-order-file {

		display: none;
	}

	.fast-order-send {

		display: inline-block;
		vertical-align: middle;

		font-size: 14px;
		line-height: 18px;
		letter-spacing: normal;

		width: 100%;
	}

	.fast-order-send button {

		width: 100%;
		max-width: 100%;
		height: 40px;
		border: 0;
		outline: 0;

		font-size: 16px;
		line-height: 18px;
		letter-spacing: 1px;

		background: #ffec00;
		color: #000;

		border-radius: 0;

		cursor: pointer;
	}

	.fast-order-personal {
		display: block;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: normal;
		padding: 10px;
		box-sizing: border-box;
		width: 100%;
		max-width: 280px;
	}
}



@media only screen and (max-width: 769px) {

	.fast-order-block {

		width: 100%;
		padding: 30px 0;
		margin: 5% 0;
		box-sizing: border-box;
		border-radius: 0;
	}
.fast-order-send button {

		width: 100%;}
	.fast-order-block_title {

		font-size: 25px;
		line-height: 30px;
		letter-spacing: normal;
		margin-bottom: 10%;
		color: #fff;
		font-weight: bold;
		text-align: left;
		width: 80%;
    	margin: 0 auto;
	}

	.fast-order-block_text {

		font-size: 16px;
		line-height: 20px;
		letter-spacing: normal;
		margin-top: 10%;
		color: #fff;
		font-weight: normal;
		text-align: left;
		font-style: italic;
		width: 80%;
    	margin: 0 auto;
	}

	.fast-order-datein {

		width: 80%;
		height: 40px;
		margin-bottom: 20px;
		display: block;
		margin: 0 auto 20px auto;
	}

	.fast-order-dateout {

		width: 80%;
		height: 40px;

		margin-bottom: 20px;

		display: block;

		margin: 0 auto 20px auto;
	}

	.fast-order-guests {

		width: 80%;
		height: 40px;

		margin-bottom: 20px;

		display: block;

		margin: 0 auto 20px auto;
	}

	.white-placeholder::-webkit-input-placeholder {

		font-size: 14px;
		line-height: 16px;
		color: #fff;
	}

	.white-placeholder::-moz-placeholder {

		font-size: 14px;
		line-height: 16px;
		color: #fff;
	}

	.white-placeholder:-moz-placeholder {

		font-size: 14px;
		line-height: 16px;
		color: #fff;
	}

	.white-placeholder:-ms-input-placeholder {

		font-size: 14px;
		line-height: 16px;
		color: #fff;
	}

	.white-placeholder {

		font-size: 14px;
		line-height: 16px;
		color: #fff;
	}

	.fast-order-getform {

		width: 80%;
		height: 35px;

		display: block;
		margin: 0 auto;

		background: #F7F803;

		box-sizing: border-box;

		border-radius: 3px;

		border: 0;
		outline: 0;

		padding: 5px;

		font-size: 14px;
		font-weight: bold;
		line-height: 16px;
		letter-spacing: normal;

		cursor: pointer;
	}

	.fast-order-field input::-webkit-input-placeholder {

		font-size: 14px;
		line-height: 16px;
		color:#8D8D8D;
	}

	.fast-order-field input::-moz-placeholder {

		font-size: 14px;
		line-height: 16px;
		color:#8D8D8D;
	}

	.fast-order-field input:-moz-placeholder {

		font-size: 14px;
		line-height: 16px;
		color:#8D8D8D;
	}

	.fast-order-field input:-ms-input-placeholder {

		font-size: 14px;
		line-height: 16px;
		color:#8D8D8D;
	}
}


@media only screen and (max-width: 480px) {

	.fast-order-block {

		width: 100%;
		box-sizing: border-box;
	}
.fast-order-send button {

		width: 100%;}
	.fast-order {

		font-size: 16px;
		letter-spacing: 1px;
		line-height: 30px;

		margin: 16% auto;
	}

	.fast-order-title p {

		padding: 60px 20px 20px 20px;
		min-height: 60px;
		font-size: 30px;
		line-height: 35px;
	}

	.fast-order-success h2 {

		margin-bottom: 5%;

		font-size: 30px;
		line-height: 35px;
	}

	.fast-order-success p {

		font-size: 18px;
		line-height: 22px;
	}

	.fast-order-error h2 {

		margin-bottom: 5%;

		font-size: 30px;
		line-height: 35px;
	}

	.fast-order-error p {

		font-size: 18px;
		line-height: 22px;
	}

	.fast-order-error {

		display: none;
	}

	.fast-waiting {

		display: none;
	}

	.fast-order-title {

		min-height: 60px;

		font-size: 25px;
		line-height: 30px;
	}
}