.section-title {
	position: relative;
	margin-bottom: 50px;
}
.elips-elem:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
	height: 58px;
	background: #F6F6F6;
	border-radius: 50px;
	z-index: -1;
}
.r-line-title {
	position: relative;
}
.r-line-title:before {
	content: '';
	position: absolute;
	right: -60%;
	top: 50%;
	transform: translate(-50%);
	width: 50px;
	height: 1px;
	background: #151515;
}
.r-line-title-min:before {
	right: -110%;
}
.title {
	position: relative;
}
.title:after,
.title:before {
	content: '';
	position: absolute;
	background: #151515;
	width: 115px;
	height: 1px;
	border-radius: 2px;
	top: 50%;
}
.title:after {
	right: -150px;
}
.title:before {
	left: -150px;
}
.mini-title:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -12px;
    background: #F6F6F6;
    border-radius: 50em;
    z-index: -1;
}
@media (max-width: 677px) {
	.title:before {
	    left: -80px;
	}
	.title:after {
	    right: -80px;
	}
	.title:after, .title:before {
	    width: 70px;
	}
}

@media (max-width: 575px) {
 	.title:after, .title:before {
	    width: 45px;
	}
	.title:after {
	    right: -45px;
	}
	.title:before {
	    left: -45px;
	}
}
@media (max-width: 414px){
	
 	.title:before {
	    left: -25px;
	}
	.title:after, .title:before {
	    width: 30px;
	}
	.title:after {
	    right: -25px;
	}
}