.mera-labels {
	margin-bottom:30px;
}
.mera-label {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	padding-left: 40px;
}
.mera-label::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mera-item {
	flex: 1 1 calc(33% - 16px);
	margin-right: 10px;
	max-width:402px;
}

.mera-item img {
	width: 100%;
}

@media (max-width:768px) {

.mera-item {
	flex: 1 1 calc(100% - 16px);

}

.mera-label {
    margin-bottom: 15px;
    margin-left: 15px;
	}
}
.mera-item {
	background: #F5F5F5;
	border: 1px solid #ccc;
	box-sizing: border-box;
	/*height:200px;*/
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 15px;
    margin-bottom: 15px;
}


.btn-detail {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    color: #fff !important;
    box-sizing: border-box;
    height: 40px;
    position: relative;
    z-index: 1;
	background: #33A2DC;
	width: 160px;
    text-align: center;
}
.mera-item .type {
	position: relative;
    padding-left: 20px;
	/*min-height:60px;*/
}
.mera-item .type::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 0;
    top: 16%;
    transform: translateY(-50%);
}

.financial::before {
	background: #FFD809;
}
.taxing::before {
	background: #2D9F46;
}
.material::before {
	background: #4FABDE;
}
.administrative::before {
	background: #A84FDE;
}
.legal::before {
	background: #BDBDBD;
}



.Educational_support::before {
	background: #e61010;
}
.Consulting_support::before {
	background: #A84FDE;
}
.Regulatory_support::before {
	background: #2D9F46;
}
.Financial_support::before {
	background: #FFD809;
}
.Support_foreign_economic_activity::before {
	background: #BDBDBD;
}
.Property_support::before {
	background: #4FABDE;
}
.administrative::before {
	background: #e69010;
}

.main-top-pic,
.second-lvl-menu {
display:none;
}

.mera-labels {
display:none;
}

.mera-item a {
	text-decoration: none !important;
	border-bottom:  none !important;
}

.mera-item .type::before {
	content:block;
}

@media only screen and (max-width: 600px) {
.page-wrap {
    padding-top: 20px !important;
}
}

.section-header h1 {
    font-size: 56px;
}


.mera-item .btn-red {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid red;
    border-bottom: 1px solid red !important;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    color: red;
    box-sizing: border-box;
    height: 40px;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 260px;
    text-align: center;
    font-family: "proxima_nova_rgbold";
    font-style: normal;
    margin-bottom: 15px;
}
.mera-item .btn-red:hover {
    border: 1px solid red;
    border-bottom: 1px solid red !important;
    background: red;
    color: #fff;
    text-decoration: none;
}