#test{

	font-size:10px;

}

.test_class{

	color:#000;

}
.lang_area{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	height: 0;
	position: relative;
	top: -35px;
}
.lang_area a{
	font-size: 17px;
	color: #000;
	font-weight: 500;
}
.lang_area a.pasif{
	font-size: 17px;
	color: #666;
	font-weight: 500;
    cursor: not-allowed;
}
.lang_area a:first-child{
	padding-right: 5px;
}
.lang_area a:last-child{
	padding-left: 5px;
}
@media (max-width: 1199px) {
    .feature-box-content {
        height: 155px;
        width: 155px;
    }
}
@media (max-width: 699px) {
    .feature-box-content {
        height: 165px;
        width: 165px;
    }
}