.promo-banner-wrap,
.promo-banner-wrap *{
	box-sizing:border-box;
}
.promo-banner-wrap a{
	color:#fff;
	text-decoration:none;
}
.promo-banner-wrap img{
	width:100%;
}
.promo-banner-content{
	color:#fff;
	margin:0;
	padding:0;
	position:relative;
}
.promo-banner-text{
	position:relative;
	z-index:5;
}
.seminar-top-promo-banner .promo-banner-text .text-wrap{
	padding:24px 35px 19px;
}
.seminar-form-promo-banner .promo-banner-text .text-wrap{
	padding:20px 25px 19px;
}
.promo-banner-overlay{
    bottom:0;
	left:0;
	position:absolute;
	right:0;
    top:0;
	z-index:1;
	background-color: #004f7b;
}
.promo-banner-overlay *{
	height:100%;
}

.promo-banner-image {
    position: relative;
}
.promo-banner-scircle{
    width: 218px;
    height: 218px;
    border-radius: 50%;
    background-color: #565AB8;
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.47);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 109px;
	font: 15px/17px 'Roboto-Regular';
	color:#fff;
}
.promo-banner-scircle span{
	font: 52px/55px 'Roboto-Bold';
}

.promo-banner-scircle:before {
    content: '';
    width: 190px;
    height: 190px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}