.popup-layout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999
}

.popup-layout.shown {
	display: block;
}

.blackout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
}

.popup-layout.shown .blackout {
	background: rgba(0,0,0,.9);
}

.popup-wrapper{
	background: #FFFFFF;
	box-shadow: 5px 10px 30px rgba(255, 51, 75, 0.2);
	-moz-box-shadow: 5px 10px 30px rgba(255, 51, 75, 0.2);
	-webkit-box-shadow: 5px 10px 30px rgba(255, 51, 75, 0.2);
	padding: 15px 35px;
	padding: 15px;
	z-index: 9;
	position: relative;
	max-height: 95vh;
	width: 100%;
    max-width: 960px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: auto;
}

.popup-type-wrapper[data-type="ageConfirm"] .popup-wrapper {
    max-width: 600px;
}

.popup-type-wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup-type-wrapper.shown {
	display: block
}

.popup-type-wrapper[data-type="card"] .popup-type-inner {
	background: #fff;
	height: 100%;
	width: 100%;
}

.popup-content {
	padding: 2px;
	overflow: auto;
    height: 100%;
	/* display: none */
}
.popup-content.shown {
	display: block
}

.popup-cart-contents {
	font-size: 15px;
	max-height: 130px;
    overflow: auto;
}

.popup-title{
	
}

.popup-intro{
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #171616;
	line-height: 1.2;
}

.popup-cities-list-wrapper {
	max-height: 400px;
	overflow: auto;
	font-size: 1.35em;
	padding: 5px;
}

.popup-cities-input-wrapper {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.popup-cities-input-wrapper .city-input{
	border: none;
	padding: 0;
	height: 35px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.3em;
	width: 100%;
}

.popup-form{}

.popup-form-field{
	padding: 15px 5px;
}

.popup-form-label{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #171616;
	padding-bottom: 15px;
}

.popup-form-input{
	border: 1px solid #ECEBED;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px;
}

.popup-form-input[type="text"],
.popup-form-input[type="email"],
.popup-form-input[type="pasword"]{
	height: 55px;
}

textarea.popup-form-input{
	height: 100px;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
}

.popup-form-input:focus{
	border-color: #FF334B;
}

.popup-form .btns-wrapper {
    padding: 15px 0;
}

.popup-form .dir_order__btn {
	
}

.popup-btn-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: url('../images/close-black.svg') center center no-repeat;
	cursor: pointer;
	z-index: 99
}

.btn-inactive {
	opacity: 0.1;
	-moz-opacity: 0.1;
}


.cart-item {
	padding: 2.5px;
	border-top: 2px solid #E6E7EB;
}
.cart-item:last-child {
	border-bottom: 2px solid #E6E7EB;
}

.cart-item-cell{
	padding: 10px;
	text-align: center;
}

.cart-item-image {
	padding-left: 15px;
	padding-right: 15px;
	width: 60px;
	text-align: center;
}
.popup-cart-contents .cart-product-ammount-ctrl{
	display: none;
}
.cart-item-image img {
	width: 30px;
}
.popup-cart-contents .cart-item-image img {
	width: 20px;
}


.popup-title {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
}

.form-field-title {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 15px;
}

.big-radio {
	font-size: 1.25em;
	font-weight: bold;
}

.input-numOfOffices {
	border: none;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.6;
    margin: -22px 20px 0 75px;
    width: 100px;
}

.popup-type-wrapper[data-type="order"] .popup-wrapper {
	background: #fff url('../images/popup-bg-order.jpg') 0 center no-repeat;
	background-size: auto 100%;
}

@media screen and (max-width: 740px) {
	.popup-type-wrapper[data-type="order"] .popup-wrapper {
		background-position: -100px 0;
	}
}
@media screen and (max-width: 640px) {
	.popup-type-wrapper[data-type="order"] .popup-wrapper {
		background-position: -150px 0;
	}
}

.service-pack-col-content {
	
}

.service-pack-col-content li:nth-child(odd){
	background: rgba(0,0,0,0.05);
}

#order-calculation,
#order-degustation {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}