.banner_mobile {
	width: 100%;
	z-index: 999;
	transition: all .3s;
	display: none;
}

.banner1_show .banner_mobile {
	display: block;
}
 
.banner_holder {
	background: #EE2A4E;
	padding: 23px 75px 28px;
}

.banner_holder .text {
	position: relative;
	max-width: 588.94px;
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	line-height: 1;
	color: #FFFFFF;
}

.banner_holder .text svg { 
    width: 150px;
    height: 72px;
    top: 14px;
	left: -15px;
	position: relative;
	fill: #fff;
}

.banner_holder .link {
	margin: 10px 0 0;
	background: #FFFFFF;
	box-shadow: 0px 5px 30px rgba(244, 36, 74, 0.22);
	border-radius: 6px;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	color: #25272C;
	padding: 15px 25px;
	display: inline-block;
}

.banner_holder .link span {
	color: #EE2A4E;
}

@media screen and (max-width: 767px) {
	.banner_holder {
		padding: 20px 40px 25px;
	}

	.banner_holder .text {
		font-size: 36.3859px;
	}

	.banner_holder .text svg {
		width: 115px;
		height: 65px;
	}

	.banner_holder .link {
		font-size: 15px;
		padding: 15px 20px;
	}
} 


@media screen and (max-width: 510px) {
	.banner_holder {
		padding: 10px 30px 15px;
	}

	.banner_holder .text {
		font-size: 26.3859px;
	}

	.banner_holder .text svg {
		width: 94px;
		height: 38px;
	}

	.banner_holder .link {
		font-size: 14px;
		padding: 10px 15px;
	}
}

.banner_holder .fancybox-close {
	color: #181A1F;
	opacity: 1;
}

.download_page .btn {
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #cc2e4d;
    color: #ffffff;
    font-size: 14px;
	margin: 5px 10px;
}


.banner2_mobile {
	position: fixed;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	left: 50%;
	width: calc(100% - 20px);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all .3s;
}

.banner2_mobile .popup-holder {
    width: 100%;
}

.banner2_show .banner2_mobile {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.banner2_show {
	position: relative;
	overflow: hidden;
}

.wrapper.banner2_show::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
    bottom: 0;
    right: 0;
	top: 0;
	left: 0;
    background-color: rgb(0, 0, 0, 0.55);
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.banner2_mobile {
	max-width: 560px;
	width: 90%;
	text-align: center;
}

.banner2_mobile .popup_title {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	text-align: center !important;
	color: #FFFFFF;
	margin: 0 0 45px;
}

.banner2_mobile .ico_heart {
	text-align: center;
	margin: 0 auto 30px;
}

.banner2_mobile .ico_heart svg {
	width: 83.38px;
	height: 70px;
}

.banner2_mobile .text {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 45px;
}

.banner2_mobile .text span {
	color: #cc2e4d;
}

.banner2_mobile .link {
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 31px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #EE2A4E;
	border-radius: 4px;
	padding: 21px 38px;
	margin: 0 auto;
}

