.fieldpopupnewsletter {display: none;}
.fieldpopup .fancybox-skin .fancybox-close {top:8px; right:0px; background-color: transparent; color: #ffffff; line-height: 20px; z-index:8}
.fieldpopup .fancybox-skin .fancybox-close:after {
    content: "X";
    font-size: 18px;
}
#newsletter_block_popup .block_content{
    color: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}
#newsletter_block_popup .popup_title p{
	text-transform: uppercase;
    white-space: nowrap;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-weight: 600;
	color: #fff;
}
#newsletter_block_popup .popup_title{margin-bottom: 11px;}
.fieldpopup .inputNew {
    border: medium none;
    clear: both;
    color: #555555;
    display: block;
    float: left;
    padding: 0 9px;
}
.fieldpopup  .form-control::-webkit-placeholder{
    width: 270px;
    float: right;
    color: red;
}
.popup_title h2{
    font-family: pathway;
    font-size: 34px;
    text-transform: uppercase;
}
.popup_text {
    padding-bottom: 27px;
    text-align: center;
    white-space: nowrap;
}
.popup_text p{
	color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
#newsletter-input-popup{
	width: 335px;
    height: 36px;
    text-align: center;
    background: #fff;
	margin-left: 70px;
}
.button_unique {
	margin-left: 185px;	
	margin-top: 15px;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    line-height: 34px;
    border-radius: 0;
    text-shadow: none;
    border: 1px solid #cfbeb8;
    padding: 0 15px;
    background: #2f2f2f;
}
.button_unique:hover{
    background: #f16160;
}
.newsletter_block_popup-bottom{
    bottom: 13px;
    right: 15px;
    position: absolute;
}
.newsletter_block_popup-bottom input{
	background-color: transparent;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    margin-right: 9px;
    float: left;
    cursor: pointer;
}
.newsletter_block_popup-bottom label{
    margin-bottom: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
#uniform-newsletter_popup_dont_show_again{
    float: left;
    margin-top: 3px;
}
#uniform-newsletter_popup_dont_show_again span{
    background-color: transparent;
    border: 1px solid #ffffff;
}
.fancybox-close-overlay {
    width: 28px;
    height: 28px;
    position: absolute;
    cursor: pointer;
    top:5px;
    right:5px;
    z-index:9;
}