body {
	margin: 0;
	padding: 0;
	min-width: 1079px;
}


/*==================================================================================================
	Order Dialog
===================================================================================================*/

.body-order-dialog-no-scroll {
	overflow: hidden;
}
.order-dialog {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.3);
	overflow: auto;
}
.order-dialog-window {
	position: relative;
    width: 330px;
	height: 262px;
	background: url('/images/big-foto-bottom.jpg');
	border-radius: 10px;
}
.order-dialog-feedback-text {
	margin-top: 4px;
	text-align: center;
}
.order-dialog-text1 {
	font-weight: 800;
	font-size: 19px;
	font-family: 'Arial';
}
.order-dialog-text2 {
	font-weight: 100;
	font-size: 14px;
	font-family: Arial;
	line-height: 18px;
}
.order-dialog-feedback-name {
	position: absolute;
    width: 305px;
    height: 38px;
    left: 12px;
    background: rgba(208, 208, 208, 0.9);
    top: 70px;
    border-radius: 6px;
    border: 1px solid rgba(91, 67, 44, 0.8);
	padding: 0 8px;
	outline: none;
	box-sizing: border-box;
}
.order-dialog-feedback-telephone {
	position: absolute;
    width: 305px;
	height: 38px;
	left: 12px;
    background: rgba(208, 208, 208, 0.9);
    top: 125px;
	border-radius: 8px;
	border: 1px solid rgba(91, 67, 44, 0.8);
	padding: 0 8px;
	outline: none;
	box-sizing: border-box;
}
.order-dialog-feedback-send {
	position: absolute;
    width: 253px;
	height: 38px;
	left: 40px;
    background: rgba(210, 74, 67, 0.8);
    top: 182px;
	border-radius: 8px;
	border: 1px solid rgba(91, 67, 44, 0.8);
}
.order-dialog-feedback-send a {
	text-align: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    margin-top: 6px;
    display: block;
    font-weight: 800;
    font-size: 21px;
    font-family: Calibri;
    color: white;
}
.order-dialog-feedback-send:hover {
	background-color: #c01911;
    transition: all 0.5s ease;
}
.order-dialog-feedback-send-text {
	text-align: center;
    top: 6px;
    position: relative;
    font-weight: 800;
    font-size: 21px;
    font-family: Calibri;
    color: white;
}
.order-dialog-feedback-konfidens {
	position: absolute;
    font-weight: 100;
    font-size: 15px;
    font-family: Arial;
    line-height: 15px;
    bottom: 14px;
    left: 13px;
}
/*
.order-dialog-window {
	position: relative;
	width: 350px;
	height: 262px;
	background: white;
}
*/
.order-dialog-close-button {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
@media (max-width: 319px) {
	.order-dialog-window {
		width: 300px;
	}
}

/*==================================================================================================
	END OF: Order Dialog
===================================================================================================*/





















    