#mc_popup.popup_right{
	width: 320px !important;	
	transition: transform .2s ease-in-out;
	margin-top: 0 !important;
	position: fixed;
	right: 0;
	height: 100% !important;
	background-color: #333;
	color: #fff;
	background-image: url('../images/popup-background.png');
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	z-index: 2;
}

#mc_popup.popup_right>*{
	z-index: 99;
	position: relative;
}

#mc_popup.popup_right p.mc_privacy_agreement, #mc_mobile.popup_center  p.mc_privacy_agreement{
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #fff !important;
    position: absolute !important;
    bottom: 45px;
}

#mc_popup.popup_right p.mc_privacy_agreement a{
	text-decoration: none;
	color: #fff;
}

#mc_popup.popup_right .mc_popup_mc, t, #mc_mobile.popup_center .mc_mobile_mc{
	position: absolute !important;
    bottom: 0;
	width: 100%;
}

#mc_popup.popup_right .mc-panel-header-text{
	display: block;
	padding-top: 150px;
}


#mc_popup.popup_right p.mc_privacy_agreement, #mc_popup.popup_right .mc_popup_mc{
	z-index: 9;
}


#mc_popup.popup_center{
    position: fixed;
    left: 50%;
    margin-left: -230px;
    z-index: 2;
}


#mc_popup.popup_center, #mc_mobile.popup_center{
    background-color: #333;
	color: #fff;
	background-image: url('../images/popup-background.png');
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

#mc_popup.popup_center p.mc_privacy_agreement, #mc_mobile.popup_center p.mc_privacy_agreement{
    color: #fff !important;
}

#mc_popup.popup_center p.mc_privacy_agreement a, #mc_mobile.popup_center  p.mc_privacy_agreement a{
	text-decoration: none;
	color: #fff;
}

#mc_popup.popup_center .mc_toggle_schedule, #mc_mobile.popup_center .mc_toggle_schedule{
    display: none;
}

#mc_mobile.popup_center{
	height: 100% !important;
}

#mc_mobile .mc_phone{
	margin: 10px 0 !important
}

#mc_mobile .mc-panel-header-text{
	font-size: 21px;
}

#mc_mobile .mc-panel-text{
	font-size: 16px;
	padding: 20px 0;
}

#mc_mobile input[type=text].mc_phone{
    border: none;
    background: #dfe1e2;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

#mc_mobile  .mc_mobile_button {
    padding: 10px 15px;
    display: block;
    margin: 15px auto;
    width: 100%;
    background: #72c02c;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}


#mc_button.mobile_button:hover{
	 width:84px !important;
}

.mc_popup_time{
    display: none;
}

@media (max-width: 767px) {
    #mc_layout{
        display: none !important;
    }
}