body.index {
	background-color: transparent !important;
}

#popSection {
	padding: 50px 0 70px;
	background-color: #f2f3f5;
}

#popSection a {
	text-decoration: none;
}

#popSection .topBlock {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

#popSection .heading {
	margin-bottom: 0px !important;
	font-family: robotomedium;
	text-align: left;
	line-height: 48px;
	font-size: 40px;
	display: block;
	color: #000000;
	letter-spacing: -2%;
}

#popSection .topBlock a span {
	color: #000000;
}

#popSection .topBlock a {
	padding: 12px 18px;
	font-family: robotomedium;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}

#popSection .topBlock a svg {
	margin-left: 8px;
}

#popSection .topBlock a:hover {
	background-color: #09316F;
}

#popSection .topBlock a:hover span {
	color: #FFFFFF;
}

#popSection .topBlock a:hover svg path {
	fill: #FFFFFF;
}

#popSection .items {
	list-style: none;
	overflow: hidden;
	padding: 0 !important;
	margin: 0;
}

#popSection .item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8px;
	overflow: hidden;
	height: auto !important;
	float: left;
	width: 20%;
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

#popSection .tabloid {
	position: relative;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 0 0 30px !important;
}

#popSection .markerContainer {
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 8px;
}

#popSection .marker {
	font:
		normal normal 12px "roboto_ltregular",
		arial,
		sans-serif;
	background-color: #424242;
	margin-bottom: 8px;
	border-radius: 4px;
	color: #fff;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}

#popSection .picture {
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	transform: translate3d(0, 0, 0);
	text-align: center;
	line-height: 100px;
	display: block;
	padding: 24px;
	opacity: 1;
	height: auto !important;
}

#popSection .item:hover .picture {
	opacity: 0.8;
}

#popSection .picture img {
	vertical-align: middle;
	max-height: 133px !important;
}

#popSection .bntLInk {
	padding: 12px 18px;
	border-radius: 8px;
	display: block;
	margin: 6px 24px 0px;
	background-color: #09316F;
	color: #FFFFFF;
	text-align: center;
	font-family: robotoregular;
	font-size: 14px;
	line-height: 20px;
}

#popSection .bntLInk:hover {
	background-color: #072553;
}

#popSection .nameWrap {
	text-align: center;
	overflow: hidden;
	height: 48px !important;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
	line-height: 24px !important;
	font-family: robotobold;
	color: #000000;
	padding-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
	padding: 24px 24px 12px;
}

#popularSection {
	margin-left: -16px;
	margin-right: -16px;
	position: relative;

}

#popularSection .slideContainer {
	padding: 0 8px;
}

#popularSection .btnLeft,
#popularSection .btnRight {
	position: absolute;
	top: 50%;
	z-index: 22;
	width: 42px;
	height: 42px;
	transform: translateY(-50%);
	left: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F3F5;
	border-radius: 6px;
	box-shadow: 0px 1px 2px 0px #0000001A;
}

#popularSection .item:hover .btnLeft,
#popularSection .item:hover .btnRight {
	background-color: #09316F;
	box-shadow: none;
}

#popularSection .item:hover .btnLeft svg path,
#popularSection .item:hover .btnRight svg path {
	fill: #FFFFFF;
}

#popularSection .btnRight {
	right: 2px;
	left: auto;
}

#popularSection .btnRight svg {
	transform: rotate(180deg);
}

@media (max-width: 1000px) {
	#popSection .picture img {
		max-width: none !important;
	}
}

@media (max-width: 768px) {
	#popSection .picture img {
		max-height: 100px !important;
	}

	#popularSection .btnLeft {
		left: 16px;
	}

	#popularSection .btnRight {
		right: 16px;
	}
}

@media (max-width: 600px) {
	#popSection .picture img {
		max-height: 133px !important;
	}

	#popSection .topBlock {
		flex-wrap: wrap;
	}
}

@media (max-width: 560px) {
	#popSection .topBlock a {
		margin-left: auto;
		margin-top: 12px;
	}

	#popSection .topBlock .heading {
		margin-right: 30px;
	}
}