/* RELATED ADs */
.bigTitle {
	font-size: 19px;
	color: #104a7a;
	font-family: Montserrat-SemiBold, Arial, sans-serif;
}

.relatedBox {
	color: #fff;
	line-height: 0;
}

.ltr .relatedBox:not(.last) {
	margin-right: 20px;
}

.rtl .relatedBox:not(.last) {
	margin-left: 20px;
}

.relatedPhotoBox {
	overflow: hidden;
	max-height: 190px;
}

.relatedPhoto {
	border-radius: 10px 10px 0 0;
	border: solid 1px #bcbcbc;
	box-sizing: border-box;
}

.relatedText {
	padding: 7px 10px;
	background-color: #0084bc;
	border-radius: 0 0 10px 10px;
	line-height: 1.2em;
}

.relatedRow div:nth-child(3) .relatedText {
	background-color: #104a7a;
}

.relatedTit {
	font-size: 15px;
}

.relatedSubTit {
	font-size: 13px;
}

.relatedLogo {
	overflow: hidden;
	margin: 5px 7px 8px 7px;
	width: 100px;
	height: 68px;
	border-radius: 5px;
	position: absolute;
	margin-top: -15px;
	right: 25px;
	border: solid 1px #bcbcbc;
	box-sizing: border-box;
}

.relatedBox.last .relatedLogo {
	right: 5px;
}

.rtl .relatedLogo {
	left: 25px;
	right: unset;
}

.relatedRow {
	justify-content: center;
}