.b-block-news{
    margin: 0 -50px;
	padding: 6em calc(5em + 50px);
	border-top: rgba(255,255,255,.1) solid 1px;
	position: relative;
}

.b-block-news__title{
	font-size: 5em;
    line-height: 1.1em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: .6em;
    cursor: default;
}

.b-block-news__subtitle{
	font-weight: 800;
    font-size: 2em;
    margin-bottom: 2em;
}

/* POPUP */

.b-xpopup_skinmod_news{
	color: #000 !important;
}

.b-block-news__page-poster{
    border-radius: var(--global-block-border-radius);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    aspect-ratio: 9 / 6;
    overflow: hidden;
    margin-bottom: 2em;
    transition: all .3s;
    position: relative;
}

.b-block-news__page-poster._poster-false{
    display: none;
}

.b-block-news__page-created{
	margin-bottom: 1em;
    font-weight: 800;
    opacity: .5;
	color: #b32df6;
}

.b-block-news__page-label{
    font-weight: 800;
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: .5em;
}

.b-block-news__page-desc{
	font-size: 1.2em;
    line-height: 1.7em;
    font-weight: 300;
}



/* Slider */

.b-block-news__slider{
    margin: 0 -5em;
}

.b-block-news__slider-track{
	border-radius: var(--global-block-border-radius);
}

.b-block-news__slider-list{
    justify-content: stretch;
}

.b-block-news__item{
	border-radius: 15px;
    border: #191c34 solid 1px;
    background: #050714;
    min-width: 0;
    padding: 2.5em;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff !important;
    transition: all .3s;
}

.b-block-news__item:hover{
    color: #fff;
}

.b-block-news__item-poster{
    border-radius: var(--global-block-border-radius);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    aspect-ratio: 9 / 6;
    overflow: hidden;
    margin-bottom: 2em;
    transition: all .3s;
    position: relative;
	transform: scale(1);
	transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

@media(min-width: 767px) 
{
    .b-block-news__item:hover{
        border-color: #242848;
    }

	.b-block-news__item:hover .b-block-news__item-poster{
        transform: scale(1.05);
    }
}

.b-block-news__item-poster._poster-false{
    background-image: url(images/default.jpg);
}

.b-block-news__item-created{
	margin-bottom: 1em;
    font-weight: 800;
    opacity: .5;
	color: #009dff;
}

.b-block-news__item-label{
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.3em;
	margin-bottom: 1em;
}

.b-block-news__item-snippet{
	font-size: 1em;
    font-weight: 100;
    opacity: .9;
}

/* Навигация */

/* Слайдер */

.b-block-news .splide__arrow {
    background: #0a0d27;
    width: 50px;
    height: 50px;
    z-index: 99;
    opacity: 1;
	top: 8em;
	transform: scale(1);
	transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

/*.splide__arrow:disabled{
    display: none;
}*/

.b-block-news .splide__arrow:disabled{
    opacity: 1;
}

.b-block-news .splide__arrow svg{
    display: none !important;
}

.b-block-news .splide__arrow:after{
    box-shadow: 0 1px 3px 0 rgba(255, 255, 255, .08);
    border-radius: 100px;
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.b-block-news .splide__arrow.splide__arrow--prev{
    left: -25px;
}

.b-block-news .splide__arrow.splide__arrow--next{
    right: -25px;
}

.b-block-news .splide__arrow.splide__arrow--prev:after {
    background: #009dff url(images/ico-arrow-left.svg) center no-repeat;
    background-size: 22px;
}

.b-block-news .splide__arrow.splide__arrow--next:after {
    background: #009dff url(images/ico-arrow-right.svg) center no-repeat;
    background-size: 22px;
}

.b-block-news .splide__arrow:hover{
	transform: scale(1.1);
}

.b-block-news .splide__pagination{
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
}

.b-block-news .splide__pagination__page{
    background: #304cdbaa;
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, .2);
    transition: all .3s !important;
}

.b-block-news .splide__pagination__page.is-active {
    background: #304ddb;
    box-shadow: none;
    transform: scale(1);
    width: 20px;
    border-radius: 50px;
    opacity: 1;
}


/*
.b-block-news__grid{
	display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    grid-gap: 2em;
	margin-bottom: 6em;
}

.b-block-news__col{
	border-radius: 15px;
	border: #191c34 solid 1px;
	background: #050714;
	min-width: 0;
	padding: 2.5em;
}

.b-block-news__col-label{
	display: grid;
    grid-template-columns: min-content auto;
    align-items: start;
	border-bottom: rgba(255,255,255,.14) solid 1px;
	padding-bottom: 2.3em;
	margin-bottom: 2.3em;
	position: relative;
}

.b-block-news__col-label:after {
    content: '';
    height: 1px;
    background: rgba(255,255,255,.5);
    position: absolute;
    width: 10%;
    bottom: -1px;
	opacity: 0;
      
}

.b-block-news__col:hover .b-block-news__col-label:after{
	animation: anim-hr 0.5s linear backwards;
}

@keyframes anim-hr {
    0% {
        left: 0%;
		opacity: 0;
    } 
	20% {
		opacity: 1;
    } 
    100% {
        left: 90%;
		opacity: 0;
    }
}

.b-block-news__col-ico{
	background: url(images/1.svg) center center no-repeat;
	background-size: contain;
	min-width: 0;
	width: 3.8em;
	aspect-ratio: 1/1;
	display: block;
}

.b-block-news__col-ico._2{
	background-image: url(images/2.svg);
}

.b-block-news__col-ico._3{
	background-image: url(images/3.svg);
}

.b-block-news__col-ico._4{
	background-image: url(images/4.svg);
}

.b-block-news__col-label-text{
	min-width: 0;
	padding-left: 1em;
	display: block;
}

.b-block-news__col-label-text{
	font-weight: 800;
	font-size: 1.6em;
    line-height: 1.2em;
	text-transform: uppercase;
}

.b-block-news__col p:last-of-type{
	margin-bottom: 0;
}

.b-block-news__reg{
	padding: 0 5em;
}

.b-block-news__reg-title{
	font-weight: 900;
    text-transform: uppercase;
	font-size: 7em;
	line-height: 1.1em;
}

.b-block-news__reg-action{
	display: inline-block;
	border-radius: 100px;
	padding: 1em 4em;
	font-size: 1.3em;
	font-weight: 800;
	transform: scale(1);
    transition: all .3s !important;
	margin-top: 2em;
	margin-right: 1.5em;
}

.b-block-news__reg-action:last-of-type{
	margin-right: 0;
}

.b-block-news__reg-action._signup{
	background: #ffd900;
	border: #ffd900 solid 3px;
	color: #0a0d27;
}

.b-block-news__reg-action._login{
	border: #ffd900 solid 3px;
	color: #ffd900;
}

.b-block-news__reg-action:hover{
	transform: scale(.96);
}*/

/* МОБ. ВЕРСИЯ */

@media (max-width: 1050px)
{
	.b-block-news__item{
		padding: 2em;
	}
}

@media (max-width: 767px)
{
	.b-block-news{
		margin: 0 -20px;
		padding: 3em 20px;
	}

	.b-block-news__title{
		font-size: 2em;
	}

	.b-block-news__subtitle{
		font-size: 1.2em;
	}

	.b-block-news__item{
		padding: 1.5em;
	}

	.b-block-news__slider{
		margin: 0;
	}
}

@media (max-width: 480px)
{
	.b-block-news__item-snippet{
		display: none;
	}
}