#ttPopupnewsletter {
	text-align: center;
	float: left;
	width: 100%;
}
.ttPopupnewsletter-i .close {
	color: #fff;
	font-weight: 400;
	line-height: 16px;
	margin: auto;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 30px;
	width: auto;
	z-index: 99;
	background: #000;
	height: 25px;
	width: 25px;
	transform: none;
}
.ttPopupnewsletter-i .close i {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transition: all 0.5s ease-in-out 0ms;
	-webkit-transition: all 0.5s ease-in-out 0ms;
	-moz-transition: all 0.5s ease-in-out 0ms;
	-o-transition: all 0.5s ease-in-out 0ms;
	-ms-transition: all 0.5s ease-in-out 0ms;
}
.ttPopupnewsletter-i .close span {
	display: none;
}
.ttPopupnewsletter-i .close i:hover  {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.ttpopupnewsletter {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
}
#newsletter_block_popup {
    float: left;
    width: 100%;
	padding:10px;
	background: #c52019;
}
@media (min-width: 767px) {
	#newsletter_block_popup .block_content {
		display: flex;
		align-items: center;
	}
}
#newsletter_block_popup .ttnewslatterpopup-img {
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.6;
}
#newsletter_block_popup .ttnewslatterpopup-img img {
    max-width: 100%;
}
#newsletter_block_popup .ttnewslatterpopup-content {
    float: left;
    text-align: center;
    background: #fff;
    z-index: 1;
    padding: 110px 40px;
    margin: 20px;
    position: relative;
	min-height: 590px;
}
#newsletter_block_popup .newsletter_title {
    position: relative;
}
#newsletter_block_popup .block_content .newsletter_title h3 {
    color: #111;
    font: 400 42px/48px "Oswald",Helvetica,sans-serif;
    margin: 0 0 30px;
    text-transform: uppercase;
	padding:0;
	float: left;
	width: 100%;
	text-align: center;
}
#newsletter_block_popup .block_content .newsletter_title h3.tt-title::before {
	display:none;
}
#newsletter_block_popup .block_content .ttContent {
    color: #666666;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 30px;
}
#newsletter_block_popup .block_content .ttContent p {
	margin: 0;
}
#newsletter_block_popup .block_content .ttAlert {
	color: #c22312;
	float: left;
	font-size: 14px;
	margin: 0 0 10px;
	text-align: center;
	width: 100%;
}
#newsletter_block_popup .block_content .inputNew {
    background-color: #fff;
    border: 1px solid #e9dbdb;
    height: 45px;
    padding: 5px 15px;
    width: 90%;
    margin-bottom: 20px;
    text-align: center;
    color: #666;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
}
#newsletter_block_popup .block_content .send-reqest {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 25px;
    width: auto;
    padding: 10px 18px;
	float:none;
}
#newsletter_block_popup .newsletter_block_popup-bottom {
	display: inline-block;
	float: none;
	text-align: center;
	vertical-align: top;
	width: auto;
}
#newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom {
	float: left;
	height: 15px;
	margin: 2px 4px;
	width: 15px;
}
#newsletter_block_popup .newsletter_block_popup-bottom .tt_newsletter_dont_show_again {
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	cursor:pointer;
}
#newsletter_block_popup .newsletter_block_popup-bottom .tt_newsletter_dont_show_again:hover {
	color: #000;
}
#newsletter_block_popup #tt_newsletter_dont_show_again {
  cursor: pointer;
}
@media (min-width: 544px) and (max-width: 991px) {
	.ttpopupnewsletter {
		left:10px;
		right:10px;
		top: 10px;
		bottom: 10px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}
@media (max-width: 767px) {
	#newsletter_block_popup .newsletter_block_popup-bottom .tt_newsletter_dont_show_again {
	  font-size: 13px;
	}
	#newsletter_block_popup .block_content .newsletter_title h3 {
		font:400 36px/40px "Oswald",Helvetica,sans-serif;
	}
}
@media (max-width: 544px) {
	.ttpopupnewsletter {
		display: inline-block;
		float: none;
		max-width: 300px !important;
		position: relative;
		vertical-align: top;
		width: auto;
		margin:10px 0;
		height:auto !important;
	}
	#newsletter_block_popup .ttnewslatterpopup-img {
		width: 100%;
		text-align: center;
	}
	.ttPopupnewsletter-i .close i {
		color: #fff;
	}
	#newsletter_block_popup .ttnewslatterpopup-content {
		padding: 30px 12px;
		margin: 5px;
		min-height: 440px;
	}
	.ttPopupnewsletter-i .close {
		right: 15px;
		top: 15px;
	}
}