/* ---- NATIVE ADS 1 CSS ---- */
body{
	text-align: justify;	
	line-height: 160%;
	font-weight: normal;
}

.na{
	color: #4e4d4d;
}

.na p, .na li{
	font-size: 14px;
	word-spacing: 4px;
}

.main-col{
	margin-bottom: 50px;
}

.number{
	margin-bottom: 20px;
}
.number h4{
	font-size: 22px;
	font-weight: 600;
	color: #0075a0;
	margin: 0;
	position: relative;
	top: 53%;
	transform: translateY(-50%);	
}

.main-col a{
	text-decoration: underline;
	color: #0083b2;
}
.main-col a:hover{
	color: #48cfad;
}

.img-na{
	margin-bottom: 20px;
}

.btn-pc{
	text-align: center!important;
}

.flag{
	text-align: center;
}
.flag span{
	width: 50px;
	height: 50px;
}

/* -- TITLE -- */
.title h2{
	font-size: 35px;
	font-weight: 900;
	color: #198fb9;
	line-height: 130%;
	margin-bottom: 20px;
}
.title h4{
	font-weight: 600;
	margin-bottom: 20px;
}
.banner img{
	margin-bottom: 40px;
}

/* -- INTRO -- */
.intro, 
.row-end{
	margin-bottom: 30px;
}
.intro .main-text{
	font-size: 23px;
	line-height: 160%;
	color: #000000;
}

/* -- BOX-4 -- */
.box-4{
	border-top: 1px dashed #CCC;
}
.box-4 .block-1{
	text-align: center;
	margin-bottom: 50px;
}
.box-4 .block-2 .title{
	text-align: center;
	margin-bottom: 30px;
}		
.box-4 .block-2 img{
	padding: 25px;
}
.box-4 .block-2 h3{
	margin-top: 25px;
	margin-bottom: 15px;
}

/* -- TABOOLA -- */
.taboola-ads{
	padding-bottom: 45px;
	margin-bottom: 55px;
	border-bottom: 1px solid #eee;	
}

@media (max-width: 991px){
	.side-menu{
		display: none;
	}
}