#homepopin{
	position:fixed;
	bottom:0;
	right:0;
	z-index:12;
	float:right;
	padding:0px;
	margin:0px;
}
#homepopin .close_popin{
	position:absolute;
	z-index:2;
	float:right;
	padding:0px;
	margin:0px;
	cursor:pointer;
	width:64px;
	height:64px;
	line-height:64px;
	text-align:center;
	top: 18px;
	right: 26px;
}
#homepopin .close_popin svg{
	vertical-align: middle;
}
#homepopin .close_popin svg{
	background:#ffffff;
	border-radius:50%;
	transition:all 1s;
}
#homepopin .close_popin:hover svg{
	background:#000000;
}
#homepopin .close_popin svg path{
	fill:#000;
	transition:all 1s;
}
#homepopin .close_popin:hover svg path{
	fill:#fff;
}
#homepopin .home_popin{
	padding:0px!important;
	margin:0;
	float:right;
}
#homepopin .home_popin a{
	display:block;
	color:#fff;
}
#homepopin .home_popin a:hover{
	text-decoration: none;
}
#homepopin .home_popin a .popin_content{
	display:flex;
	gap:0px;
	align-items: center;
}
#homepopin .home_popin a .description{
	font-size:16px;
	line-height: 24px;
	color:#fff;
}
#homepopin .home_popin a .description strong{
	font-size:31px;
}
#homepopin .home_popin a .btn-transparent .color-text-white{
	background-color: white;
	border-radius: 8px;
	text-align: center;
	color: black;
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	padding: 8px  8px  8px 16px;
	margin-top: 14px;
}
#homepopin .home_popin a .btn-transparent .color-text-white img{
	margin-left:16px;
}
@media(max-width:1200px){

	#homepopin .home_popin {
		padding: 0px;
	}
}
@media(max-width:1024px){
	/*#homepopin{
		width:100%;
		width:auto;
		max-width:100%;
	}
	*/
	#homepopin .home_popin{
		padding:0px;
	}
	#homepopin .home_popin a{
		gap:0px;
	}
	#homepopin .home_popin a img{
		max-width:100%;
	}
	#homepopin .home_popin a .btn-transparent .color-text-white{
		width:auto;
		display:inline-block;
		padding:0 16px;
		line-height:40px;
		height:40px;
	}
	#homepopin .close_popin{
		top: 16px;
		right: 22px;
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
}
@media(max-width:767px){
	#homepopin .home_popin{
		padding:40px 32px 32px;
	}
	#homepopin .home_popin a .popin_content{
		flex-direction: column;
	}
	#homepopin .home_popin a .popin_content .description p{
		display:inline-block;
		vertical-align: middle;
		margin-right: 3px;
	}
	#homepopin .home_popin a .popin_content img{
		max-width:100%;
		margin:0 auto;
	}
	#homepopin .home_popin a .popin_content div{
		width:100%;
		text-align:left;
	}
}
@media(max-width:350px){
	#homepopin .home_popin a .popin_content .btn-transparent .color-text-white{
		padding: 0 8px 0 8px;
	}
	#homepopin .home_popin a .popin_content .btn-transparent .color-text-white img{
		margin-left:8px;
	}
}
#index #center_column{
	width:100%;
}
#index #homepopin.popin_center{
	bottom:auto;
	right:auto;
	left:calc(50% - 211px);
	top:calc(50% - 44px);
	border-radius:8px;
}
#index #homepopin.popin_center .close_popin:before{
	content:"";
	z-index:1;
	width:100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
}
#homepopin .home_popin img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}