.newsSliderShell {
	position: relative;
	width: auto;
	height: auto;
	max-width: 905px;
	min-height: 580px;
	margin: 0 auto 15px auto;
	user-select: none;
}

.newsSliderShell h2 {
	text-align: center;
}

#newsSliderV3 {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	line-height: 30px;
	margin-top: 20px;
	padding: 45px 0 45px 0;
	/*margin-top: 35px !important;*/
	/*padding: 45px 0 !important;*/
}

.newsBlocks {
	position: relative;
	max-height: 460px;
	overflow-y: hidden;
}

#nsScroll {
	position: relative;
	top: 0;
}

.neDateBlock {
	position: relative;
	display: grid;
	grid-template-columns: 185px auto;
	margin: 15px 0;
}

.neDateBlock > div:first-child {
	font-size: 15px;
}

.neDateBlock > div:last-child > div {
	font-size: 15px;
	font-weight: 500;
}

.newsControls {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: auto;
	pointer-events: none;
}

.ncArrow {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 35px;
	cursor: pointer;
	pointer-events: all;
}

.ncArrow:before {
	content: '';
	position: absolute;
	width: auto;
	height: 1px;
	top: 17px;
	left: 0;
	right: 0;
	background-color: #56afdc;
}
.ncArrow > div {
	position: relative;
	display: inline-grid;
	width: 33px;
	height: 33px;
	background-color: white;
	border-radius: 33px;
	cursor: pointer;
	pointer-events: none;
	border: 1px solid #56afdc;
}

#newsUp.ncArrow {
	bottom: 0;
}

#newsDown.ncArrow div {
	display: none;
}

#newsDown.ncArrow > div:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 3px;
	background-color: #41b0e0;
	transform: rotate(-40deg);
	top: 14px;
	left: 7px;
}

#newsDown.ncArrow > div:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 3px;
	background-color: #41b0e0;
	transform: rotate(40deg);
	top: 14px;
	left: 14px;
}


#newsUp.ncArrow > div:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 3px;
	background-color: #41b0e0;
	transform: rotate(40deg);
	top: 16px;
	left: 7px;
}

#newsUp.ncArrow > div:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 3px;
	background-color: #41b0e0;
	transform: rotate(-40deg);
	top: 16px;
	left: 14px;
}

.ncArrow:hover > div {
	background-color: #56afdc;
}
#newsDown.ncArrow:hover > div:before,
#newsDown.ncArrow:hover > div:after,
#newsUp.ncArrow:hover > div:before,
#newsUp.ncArrow:hover > div:after {
	background-color: white;
}

.upOff {

}

.downOff, .upOn {
	/*margin-top: 35px !important;*/
	/*padding: 45px 0 !important;*/
}

.upOn #newsDown.ncArrow div,
.downOff #newsDown.ncArrow div {
	display: inline-grid;
}

.downOff #newsUp.ncArrow div {
	display: none;
}

.buttonsOff .ncArrow {
	pointer-events: none;
}

.nsLoader {
	position: absolute;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.75);
	pointer-events: none !important;
	border-radius: 10px;
}
.nsLoader > div {
	position: relative;
	width: auto;
	height: 30px;
	background-color: #56afdc;
	color: white;
	padding: 5px 15px;
	border-radius: 40px;
}

@media only screen and (max-width: 965px){
	.newsSliderShell {
		margin: 0 30px 15px 30px;
	}
	.neDateBlock {
		display: block;
	}
}