<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.laberPopupnewsletter{}
.laberPopupnewsletter-i{
	margin: 0 auto;
    position: relative;
	top: 50%;
    transform: translate(0px,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}
.laberPopupnewsletter-i .close{
	border-radius: 100%;
	color: #ff9300;
	text-shadow: 0 0 0;
	font-size: 30px;
	font-weight: normal;
	height: 30px;
	opacity: 1;
	position: absolute;
	right:0;
	text-align: center;
	top:0;
	width: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 99;
}
.labpopupnewsletter{
	position:relative;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #00352f;
	border-radius: 100%;
}
#newsletter_block_popup{
	padding:70px 60px 0 60px;
	text-align: center;
}
#newsletter_block_popup .block_content{}
#newsletter_block_popup .block_content .logo_popupnewlestter{
	margin-bottom:40px;
}
#newsletter_block_popup .block_content .newsletter_title{}
#newsletter_block_popup .block_content .newsletter_title h3{
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}
#newsletter_block_popup .block_content .laberContent {
	color: #666666;
    font-size: 16px;
    line-height: 25px;
	margin-bottom:15px;
}
#newsletter_block_popup .block_content .laberContent h3{
	font-size: 70px;
	color: #ff9300;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
#newsletter_block_popup .block_content .laberContent h4{
	font-size: 100px;
	color: #cc3366;
	line-height: 1;
	margin: 0;
	margin-left: -37%;
	text-transform: uppercase;
}
#newsletter_block_popup .block_content .laberContent h4 span{
	font-size: 80px;
}
#newsletter_block_popup .block_content .laberContent p{
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 30px;
}
#newsletter_block_popup .block_content .labAlert {color:#b11e22;font-size:14px;}
#newsletter_block_popup .block_content .inputNew {
	background-color: #013e37;
	border: 1px solid #055148;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	width: 445px;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 45px;
	color: #fff;
}
#newsletter_block_popup .block_content .inputNew:focus  {
	outline:none;
}
#newsletter_block_popup .block_content .inputNew:placeholder{
	color:#8d9d9b;
}
#newsletter_block_popup .block_content .send-reqest {
	background: #ff9300;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 45px;
	padding: 0 15px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	position: ;
	width: 445px;
	border-radius: 45px;
	display: inline-block;
}
#newsletter_block_popup .labernewsletter{
	position:relative;
	margin-bottom: 30px;
}
#newsletter_block_popup .newsletter_block_popup-bottom {display: inline-block;}
#newsletter_block_popup .newsletter_block_popup-bottom p{
	color: #fff;
	line-height: 1;
	margin-bottom: 30px;
	font-style: italic;
	text-decoration: underline;
}
#newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom {
	display: inline-block;
	line-height: 1;
}
#newsletter_block_popup .newsletter_block_popup-bottom .laber_newsletter_dont_show_again {
	color: #fff;
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    margin: 0;
}

@media only screen and (min-width : 992px) and (max-width : 1199px){
	.laberPopupnewsletter-i{
		width: 910px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	.laberPopupnewsletter-i{
		width: 650px;
	}
}
@media only screen and (max-width : 767px){

}

.lang-rtl #newsletter_block_popup{
	direction: ltr;
}</pre></body></html>