.content img {
	border-radius: 10px;
}
.open .awesome_popup_close, .open .awesome_popup{
			display: flex;
		}
		.open .awesome_popup_open{
			display: none;
		}
		.awesome_popup_open{
			width: 50px;
			height: 50px;
			border-radius: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			cursor: pointer;
		}
		.awesome_popup_open img{
			display: block;
			width: 70%;
			height: auto;
		}
		.awesome_popup_close{
			width: 25px;
			height: 25px;
			display: none;
			justify-content: center;
			align-items: center;
			cursor: pointer;
			position: absolute;
			right: -10px;
			top: -10px;
			background: #dbdbdb;
    		border-radius: 100%;
		}
		.awesome_wrapp{
			z-index:999;
			position: fixed;
			bottom: 67px;
			right: 145px;
		}
		.awesome_popup{
			display: none;
			width: 210px;
			border-radius: 10px;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			gap: 17px;
			padding: 17px 10px;
		}
		.awesome_popup:hover{
			opacity: unset;
		}
		.awesome_logo{
			background: #fff;
			border-radius: 5px;
			padding: 5px;
		}
		.awesome_bonus{
			font-size: 20px;
			color: #fff;
			font-weight: 600;
			text-align: center;
		}
@media(max-width: 767px){
	.open.awesome_wrapp{
				right: 0;
				bottom: 0;
				width: 100%;
			}
			.awesome_wrapp{
				right: 15px;
				bottom: 15px;
				width: fit-content;
			}
			.awesome_popup{
				width: 100%;
    			flex-direction: row;
				justify-content: space-between;
				border-radius: 0;
			}
			.awesome_popup_close{
				right: 0px;
    			top: 0px;
    			width: 22px;
    			height: 22px;
    			border-radius: 0;
			}
			.awesome_bonus{
				font-size: 16px;
			}
			.scrollup{
				bottom:130px;
				right:1px;
			}
}