.form-bg .form{max-width:350px}#app.yellow li.breadcrumb{color:#F4FA48}
.banner{
	overflow: hidden;
}
.content__item_100, .content__item_image_100{
	max-width: calc(100% - 50px);
	flex: 0 0 100%;
}
.table{
    margin: 20px 0px;
    border-collapse: collapse;
}
.table td{
    padding: 5px;
    border: 1px solid black;
}
.hashtag ol,.hashtag ul{
    margin-left: 20px;
}
.numbers{
	font-family: Fira Sans;
	font-size: 56px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
	color: #D8DC3D;
}
.infg__item.flex-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 124px);
    flex: 0 0 calc(25% - 124px);
    max-width: calc(25% - 124px);
    width: calc(25% - 124px);
    margin-top: 90px;
    margin-right: 62px;
    margin-left: 62px;
}
.banner__text {
    max-width: 590px;
}
.advent_fast_linck a{
	color: rgba(203, 211, 228, 1);
    padding: 1px 7px;
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    border: 1px solid rgba(216, 220, 61, 1);
    text-align: left;
}
.advent_fast_linck{
	margin-top: 55px;
}
.doctor-block{
	display: flex;
	align-items: center;
	text-decoration: none;
	margin-top: 20px;
}
.doctor-block img{
	width: 54px;
}
.doctor-block .doctor-text{
	margin-left: 20px;
	text-decoration: none;
}
.doctor-block .doctor-title{
	color: #333C50;
	font-family: Fira Sans;
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
}
.doctor-block .doctor-name{
	color: #676B73;
	font-family: Fira Sans;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
}
.section-margin_top {
    margin-top: 70px;
}
@media (max-width: 768px){
	.content__item_image_100{
		margin: auto;
	}
	.content__item_100{
		max-width: calc(100% - 28px);
	}
}