

.jumping-banner {
	position: absolute;
    width: 310px;
    transition: transform 0.5s ease;
    z-index: 999;
}

.jumping-banner__container {
    position: relative;
	display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
	font-size: 24px;
    text-align: center;
    color: #fff;
    background: #0b172f;
    border-radius: 28px;
    padding: 16px 18px;
}

.jumping-banner__close-button {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/5752/sc/508/h/f0d30261050346d9b4e75be4679c0336.svg) no-repeat center center !important;/*белый*/
   /* background: url(https://fs.getcourse.ru/fileservice/file/download/a/5752/sc/67/h/1477169192eae0e289f64ef28a43248f.svg) no-repeat center center !important;*//*черный*/
    border: none;
    padding: 0;
}

.jumping-banner__text span {
	color: #ffd34f;
}

.jumping-banner__timer {
	font-size: 36px;
}

.jumping-banner__link {
    position: relative;
    display: block;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    border-radius: 200px;
	background: radial-gradient(89.75% 54.52% at 83.46% 89.75%, #fff926 0%, rgba(255, 69, 0, 0.6) 100%), radial-gradient(69.19% 37.39% at 107.79% 0%, #ff7500 0%, rgba(255, 66, 0, 0) 100%), radial-gradient(118.43% 40.42% at 7.72% 28.75%, #fffda6 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(46.43% 45.33% at 41.69% 50%, #ff4001 0%, rgba(255, 64, 1, 0) 100%);
	background-color: #ff4001;
    padding: 24px;
}

.jumping-banner__link::after {
	content: '';
    position: absolute;
    top: 33px;
    right: -13px;
    display: block;
	width: 70px;
    height: 79px;
    background: url('https://edu.i-sales.pro/pl/fileservice/user/file/download/h/44628cfae1d7c68afa97c2f6e1aabbd0.png') no-repeat center center;
	pointer-events: none;
}

.jumping-banner__link:hover {
	color: #fff;
    text-decoration: none;
}
