.expert {
	background: 100% 50% no-repeat;
	background-size: cover;
}

.popular {
	background: 100% 50% no-repeat;
	background-size: cover;
}

.forecast {
	background: 100% 50% no-repeat;
	background-size: cover;
}

.btc_course {
	background: 100% 50% no-repeat;
	background-size: cover;
}

.news {
	background: 100% 50% no-repeat;
	background-size: cover;
}

.instaforex_tv {
	background: 100% 50% no-repeat;
	background-size: cover;
}

.patterns {
	background: 100% 50% no-repeat;
	background-size: cover;
}

.calendar {
	background: 100% 50% no-repeat;
	background-size: cover;
}

.forex_analytics_block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 38px;
}

.forex_analytics_title {
	font-style: normal;
	font-weight: 550;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	color: #000000;
	width: 100%;
    margin-bottom: 27px;
}

.forex_analytics_item {
	flex: 1;
	max-width: 50%;
	height: 237px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
	border-radius: 22px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	direction: ltr;
}

.forex_analytics_item:nth-child(2) {
	margin-right: 32px;
}

.forex_analytics_item a {
	text-decoration: none;
	display: block;
	height: inherit;
	color: #333333;
}

.forex_analytics_item a:hover {
	color: #595959 !important;
}

.line {
	border: 1px solid #C9C9C9;
	margin: 20px 0;
}

.forex_analytics_item-title {
	font-style: normal;
	font-weight: 550;
	font-size: 18px;
	line-height: 18px;
	height: 36px;
	text-align: left;
}

.forex_analytics_item-description {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	height: 72px;
	text-align: left;
}

.forex_analytics_item-content {
	max-width: 275px;
	padding: 24px;
}
@media (max-width: 1750px) and (min-width: 1681px) {
	.forex_analytics_item-content {max-width: 255px;}
	.forex_analytics_item > a > img {
		right: 0 !important;
	}
}
@media(max-width: 1680px) {
	.forex_analytics_item {
		max-width: 100%;
	    flex: unset;
	    margin-bottom: 30px;
	    width: 100%;
	}
	.forex_analytics_item:nth-child(2) {
		margin-right: 0;
	}

	.forex_analytics_block {
		margin-bottom: 0;
	}
}
@media(max-width: 1440px) {

	.forex_analytics_item-content {
		width: 39%;
		max-width: unset;
	}
}
@media(max-width: 1360px) {
	.contentflex__center__center {
		width: auto;
	}
	.sidebar {
		display: none;
	}
}
@media(max-width: 1024px) {
	body>div.page>div.block.sections>div.content, body>noindex>div.page>div.block.sections>div.content {
		padding-right: 25px;
	}
}

@media(max-width: 767px) {
	.forex_analytics_item-title {
		height: unset;
	}
	.forex_analytics_item-description {
		height: unset;
	}
	.forex_analytics_item {
		height: unset;
	}
}

@media (max-width: 480px) {
	.forex_analytics_item-description,.line{
		display: none;
	}
}