ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:flex;
	justify-content: center;
}
ul.tabs li{
	background: none;
	color: #3d3d3c;
	display: flex;
	cursor: pointer;
	transition:all .3s;
	align-items:center;
	justify-content: center;
	position: relative;
	padding: 10px 25px;
}
ul.tabs li.current,ul.tabs li:hover{
	color: #e2212a;
}
ul.tabs li:nth-child(2):before,ul.tabs li:nth-child(3):before{
	content:'';
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#3d3d3c;
	position: absolute;
	left: -2.5px;
}
.tab-content{
	-webkit-animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
.tab-content.current{
	position: relative;
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	opacity: 1;
	float: left;
	background: #fff;
	z-index: 9;
	animation-delay: 0.3s;
}
.margin-tabs{margin-top: 45px;}
.bloc1-container {
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {
.left-bloc1-slide {
    padding: 0 !important;
}
}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
.bloc1-container {flex-wrap: wrap;}
.margin-tabs{
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.tab-content{max-width: 100%;width: 500px;}
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 499px) {
ul.tabs li{
	font-size: 13px;
	padding: 10px 10px;
	text-align: center;
}
.left-bloc1-slide {width: 320px;float: none;margin: 0 auto;}
}