.page._animatic .section__breadcrumbs {
	opacity: 1;
}

.screen-first {
	padding: 0 !important;
}

._animatic ._intro.screen-third {
	background: #141619;
}

._animatic ._intro.screen-third ._intro__bg {
	right: 0;
	top: 0;
	/* // top: 0; */
	bottom: auto;
	/* // bottom: 0; */
	max-width: 100%;
	transition: opacity .25s ease;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	flex: 1;

}

._animatic ._intro.screen-third ._intro__wrapper {

	display: flex;
	align-items: center;
}

._animatic ._intro .screen-first {
	opacity: 1;
	position: relative;
	background: #20212E;
	max-height: auto;
	min-height: auto;
	width: 100%;
	height: 100%;
	max-height: calc((9 / 16) * 100%);
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

._animatic ._intro .screen-first ._intro__wrapper>img {
	max-width: 64px;
}

._animatic ._intro .section__wrap::before {
	/*  // background: #20212E;*/
	/*  // opacity: 1;*/
	background: #20212E;
	/* background: linear-gradient(180deg, rgba(32, 33, 46, 1) 50%, rgba(32, 33, 46, 1) 85%, rgba(20, 22, 25, 1) 100%); */
}

#screen-first::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	right: 0;
	background: #20212E;
	/* background: linear-gradient(180deg, rgba(32, 33, 46, 1) 50%, rgba(32, 33, 46, 1) 85%, rgba(20, 22, 25, 1) 100%); */
}

#screen-second {
	background: #141619;
	padding: 0 !important;
}

._animatic ._intro .section__wrap::after {
	background-image: none;
}



.page._animatic .section__breadcrumbs {

	position: absolute;
	z-index: 10;
}

.screen-first {
	padding: 0 !important;
}


._animatic ._intro#screen-second ._intro__bg {
	max-width: 50vw;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.firstSlideImage {
	width: 100%;
	height: 100vh;
}

._animatic ._intro.screen-first ._intro__wrapper,
._animatic ._intro#screen-second ._intro__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;

}

._animatic ._intro .screen-first ._intro__wrapper>img {
	max-width: 64px;
	padding-top: 12px;
}

._animatic ._intro .section__wrap::before {
	background: #20212E;
	/* background: linear-gradient(180deg, rgba(32, 33, 46, 1) 50%, rgba(32, 33, 46, 1) 85%, rgba(20, 22, 25, 1) 100%); */
}

#screen-first {
	background: #20212E;
	position: fixed;
}

#screen-first::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	right: 0;
	background: #20212E;
	/* background: linear-gradient(180deg, rgba(32, 33, 46, 1) 50%, rgba(32, 33, 46, 1) 85%, rgba(20, 22, 25, 1) 100%); */
}

#screen-second {
	background: #141619;
	padding: 0 !important;
}

._animatic ._intro .section__wrap::after {
	background-image: none;
}




._animatic ._intro.screen-first ._intro__bg {
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	transition: opacity .25s ease;
	height: 100%;
	display: flex;
	justify-content: flex-end;

}

._animatic ._intro.screen-first ._intro__bg::after {
	content: "";
	top: 80%;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
	background: linear-gradient(180deg, rgba(20, 22, 25, 0) 0%, #141619 100%);

}





._animatic ._intro.screen-first ._intro__bg img {
	opacity: 0;
	transform: translateX(80px);
	height: 100%;
	will-change: transform, opacity;
	transition: transform 2.5s ease, opacity 0.5s ease;
}

._animatic ._intro.screen-first ._intro__bg.loaded img {
	transform: scaleY(1);
	opacity: 1;
}

/* section__item close */


@media (max-width: 1399px) {
	._animatic ._buy .section__item-img {
		margin-top: 0;
		width: auto;
		min-width: 333px;
		position: relative;
		margin-left: 15px;
	}
}

@media screen and (max-width: 1023px) {
	.filters .filters__row {

		display: block !important;
	}

	/* ._animatic ._intro.screen-first ._intro__bg img{
		max-width: 100%;
		height: 100%;
	} */
}


@media screen and (max-width: 739px) {
	._animatic ._intro .screen-first ._intro__wrapper>img {
		max-width: 41px;
	}

	._animatic ._intro.screen-first ._intro__bg {
		right: 0;
		top: 0;
		bottom: 0;
		max-width: 100vw;
		background: #141619;
		align-items: flex-start;
	}

	._animatic ._intro.screen-first ._intro__wrapper {
		transform: none !important;
	}

	._animatic ._intro.screen-first ._intro__wrapper {
		justify-content: flex-start;
		margin-top: 320px;
	}

	._animatic ._intro#screen-second ._intro__wrapper {
		justify-content: flex-start;
	}

	#screen-second {
		display: block;
		top: 136px !important;
	}

	._animatic ._intro#screen-second ._intro__bg {
		max-width: 100vw;
		top: 0;
		bottom: 0;
		width: 100%;
		display: block;
		justify-content: center;
		flex-direction: column;
		position: relative;
	}

	._animatic ._buy .section__item-img {
		margin: 0 auto 32px;
		width: auto;
	}
}

@media screen and (max-width: 420px) {
	._animatic ._intro.screen-first ._intro__wrapper {

		margin-top: 270px;
	}

}


._animatic ._products .section__item,
._animatic ._products .section__item.close {
	transition: none;
}


/*new block*/
._animatic ._products .section__item-wrapper {
	width: 100%;
}

._animatic ._products .section__item-text {
	max-width: 60%;
}

._animatic ._products .section__item-text_description.mb24 {
	margin-bottom: 24px;
}

.section__item-text_description-cust {
	line-height: 24px;
	margin-bottom: 16px;
	opacity: 0.7;
}

.section__item-text_description p {
	margin-bottom: 24px;
}

.section__item-text_description ul {
	list-style-type: none;
}

/* ._animatic ._dev-news .dev-product_info_link a:before, ._solution .solution-product_info_link a:before {
  display: none;
} */
._animatic ._dev-news .dev-product_info_link a:before {
	display: none;
}

._animatic ._dev-news .dev-product_info_link a {
	padding-left: 0;
}

ul.n_marker-list li,
.section__item-text_description ul li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 24px;
}

ul.n_marker-list li::before,
.section__item-text_description ul li::before {
	content: "";
	position: absolute;
	left: 0;
	border-radius: 50%;
	background: #00FFD7;
	width: 4px;
	height: 4px;
	top: calc(1.37em / 2 - 2px)
}

.section__item-text_description-cust-other {
	margin-bottom: 48px;
	font-weight: 500;
	font-style: normal;
}

._animatic ._products .new-style .section__item-img {
	position: relative;
	right: 0;
	width: auto;
	border-radius: 0;
}

.new-style .section__item-wrapper {
	display: flex;
	justify-content: space-between;
}

.section__item-wrapper.custom .section__item-text {
	max-width: 100%;
}

.section__grid.grid .grid-slider__item {
	padding: 0;
}

.section__grid.grid .card._row {

	padding: 32px 16px 16px 32px;
}

._grid .grid .grid-slider .card._row div.card__title {
	word-break: auto-phrase;
}

._grid .slider .grid-slider__wrapper .grid-slider__item .card__list-item::before {
	top: calc(50% - 2px);
	left: 0;
}


._grid .slider .grid-slider__wrapper .grid-slider__item .card__list {
	padding: 0;
	gap: 12px;
}

._grid .slider .grid-slider__wrapper .grid-slider__item .card__list-item {
	padding-left: 24px;
}

._animatic ._buy .section__wrap {
	justify-content: space-around;
}

.section._question-info .button {
	margin-top: 0;
}

.use__title-link-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 48px;
}

.link-title-arrow-right {
	position: relative;
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
	line-height: 24px;
	padding-right: 31px;
	font-family: 'Kaspersky Sans Text';
	font-weight: 600;
}

.link-title-arrow-right:hover::after {
	right: -4px;
}

.link-title-arrow-right::after {
	content: '';
	top: calc(50% - 12px);
	right: 0;
	/* display: inline-block; */
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../img/new/arrow-right.svg) no-repeat center;
	transition: right 0.3s ease;
	/* margin-left: 6px; */
}

.category-new__wrapper {
	display: flex;
	gap: 32px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	box-sizing: border-box;
	scroll-padding-left: 16px;
	scroll-padding-right: 16px;
}

.category-new__item {
	flex: 1;
	scroll-snap-align: start;
	position: relative;
	z-index: 10;
}

.category-new__item .card__common {
	padding: 24px 16px;
}

.category-new__item .card__prevu+.card__common .card__title {
	margin-bottom: 16px;
}

.category-new__item .card__prevu+.card__common .card__description {
	margin-top: 0;
	opacity: 0.7;
}

.category-new__item .section._category._solution .card__prevu+.card__common .card__description {
	margin-bottom: 16px;
}

._animatic ._question-info::before {
	background: linear-gradient(180deg, #141619 0%, rgba(20, 22, 25, 0) 100%), rgba(101, 95, 167, 0.5);


}

._animatic ._category {
	margin-bottom: 0;
}

#dev-news .section__title br {
	display: none;
}

._animatic ._intro ._intro__bg .desktop {
	width: auto;
}

._animatic ._intro {
	min-height: auto;
}

.page._animatic .page__wrap {
	margin-top: 0;
}

.screen-first .button {
	padding: 0 40px;
}

._animatic ._intro .screen-third__description {
	max-width: 400px;
	margin-bottom: 78px;
}

._animatic ._intro .screen-third__description p {
	margin-bottom: 0;
}

._animatic ._intro.screen-third ._intro__bg .desktop {
	margin-top: 32px;
}

._intro__wrapper-block {
	padding-top: 96px;
	flex: 0 1 auto
}

._animatic .card._material .card__wrap {
	position: relative;
	background: transparent;
	border-radius: 16px;
	overflow: hidden;
	background: rgb(33, 33, 36);
	/* transition: all 0.25s ease; */
}

._animatic .card._material .card__wrap:hover {
	background: linear-gradient(180deg, #18191a 0%, rgba(24, 25, 26, 0) 100%), rgba(0, 88, 103, 0.8);
	background: linear-gradient(180deg,
			rgba(140, 140, 255, 0.08) 0%,
			rgba(0, 255, 215, 0.08) 100%);
}

._animatic ._dev-news .dev-product_info {
  	width:100%;
		background-position: bottom 22px left 29px, center;
}
._animatic ._dev-news .dev-product_info:hover {

	background: url(/wp-content/themes/os_theme_new_new/img/animatic/other-requirements.svg) no-repeat,
		linear-gradient(180deg, rgba(140, 140, 255, 0.08) 0%, rgba(0, 255, 215, 0.08) 100%);
	background-position: bottom 22px left 29px, center;
}

._animatic ._buy .section__item-text {
	padding: 64px 0 40px 48px;
}

._animatic ._buy .section__wrap {
	gap: 14px;
}

@media screen and (min-width: 900px) and (max-width: 1200px) {

	#intro .screen-first {
		align-items: center;
		justify-content: flex-start;
	}

	#intro ._intro__wrapper {
		transform: scale(0.9);
		transform-origin: left;
		padding: 0 calc(20px * 1.9);
	}

	/* ._animatic ._intro.screen-third ._intro__wrapper {
		flex-direction: column;
	} */
}

@media screen and (min-width: 739px) and (max-width: 900px) {

	#intro .screen-first {
		align-items: flex-end;
		justify-content: flex-start;
	}

	#intro ._intro__wrapper {
		transform: scale(0.7);
		transform-origin: left;
		padding: 0 calc(20px * 1.7);
	}

	#screen-second ._intro__wrapper-block {
		transform: scale(0.9);
		transform-origin: left;
		padding: 0 calc(20px * 1.9);
	}

	._animatic ._intro.screen-third ._intro__wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}




@media (max-width: 739px) {
	._animatic ._buy .section__item-text {
		padding: 64px 24px 24px 24px;
	}

	/* ._animatic ._products .section__item.close .section__item-text_title {
		margin-bottom: 30px;
	} */

	#dev-news .section__title br {
		display: block;
	}

	.category-new__item {
		flex: 0 0 224px;
	}

	.category-new__item .card__prevu._sm {
		height: auto
	}

	.use__title-link-title {
		flex-direction: column;
		align-items: flex-start;
	}

	.use__title-link-title h2 {
		margin-bottom: 24px;
	}

	.category-new__wrapper {
		gap: 16px;
	}

	._animatic ._products .section__item-text {
		max-width: 100%;
	}

	._animatic ._products .new-style .section__item-img {

		margin-left: 0;
	}

	.section__item-text_description-cust br {
		display: none;
	}

	.section__item-text_description-cust ul {
		margin-bottom: 48px;
	}

	.section__item-text_description-cust p {
		margin-bottom: 32px;
	}

	._animatic .dev-news__list-item .post._news-case .post__title {
		font-size: 20px;
		font-weight: 400;
		font-family: 'Kaspersky Sans Text';

	}

	/* .filters .filters__row {
		display: block;
	} */

	.section._projects .card._row .card__description {
		font-size: 16px;
	}

	._animatic .section._dev-news .section__title,
	._animatic .section__title {
		text-align: center;
	}

	._animatic ._products .section__title {
		text-align: left;
	}

	._animatic ._products .new-style .section__item-img {

		margin-bottom: 64px;
	}

	.firstSlideImage {
		height: auto;
	}

	.card._use .card__title {
		font-size: 20px;

	}

	.category-new__item .section._category._solution .card__prevu+.card__common .card__description {
		font-size: 18px;
	}

	.category-new__item .card._use .card__prevu {
		margin-bottom: 0;
	}

	.category-new__item .card__prevu+.card__common {
		padding-top: 16px;
	}

	.category-new__item .card__common {
		padding: 0;
	}

	.category-new__item .card__prevu+.card__common .card__title {
		margin-bottom: 8px;
	}

	.section._category._solution .card__prevu+.card__common .card__description {
		margin-bottom: 0;
		font-size: 14px;
	}

	._animatic ._advantages .section__item-text_title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 16px;
	}

	._animatic ._advantages .section__item-img {
		margin-bottom: 24px;
	}

	._animatic ._advantages .section__item-text_description {
		font-size: 16px;
		line-height: 22px;
	}

	._animatic ._benefits .section__item-text_title {
		line-height: 24px;
	}

	._animatic ._benefits .section__item-text_description {
		font-size: 14px;
		line-height: 18px;
	}

	.section__breadcrumbs-new .section__breadcrumbs-desktop {
		display: none;
	}

	.section__breadcrumbs-new .section__breadcrumbs-mobile {
		display: block;
	}

	._animatic ._intro.screen-first ._intro__bg {}

	._intro__wrapper-block {
		padding-top: 0;
	}

	._animatic ._intro ._intro__wrapper {
		transform: none;
	}

	._animatic ._intro .screen-third__description {
		margin-bottom: 33px;
	}

	._animatic ._grid:before {
		display: none;
	}

	._animatic ._intro.screen-third ._intro__bg {
		position: relative;
	}

	._animatic ._intro.screen-third ._intro__wrapper {
		display: block;
	}

	._dark .card:not(._disable-hover):not(._material):hover {
		background: transparent;
	}

	._animatic ._intro.screen-first ._intro__bg img {
		opacity: 1;
		margin-right: 00px;
		transition: all 1.5s ease;
		height: auto;
		transform: none;
	}

	._animatic ._intro .screen-first {
		min-height: 100%;
		max-height: 100%;
		aspect-ratio: auto;
		margin-bottom: 36px;
	}

	._animatic ._intro .screen-first__description {
		margin-bottom: 80px;
	}
	._animatic ._dev-news .dev-product_info {
  	width:100%;
		background-position: top 22px right 29px, center;
		background-size: 46px 51px, cover;
	}
	._animatic ._dev-news .dev-product_info_links {
		width: 100%;
	}
	._animatic ._dev-news .dev-product_info:hover {

		background: url('../img/animatic/other-requirements.svg') no-repeat,
          linear-gradient(360deg, rgba(101, 95, 167, 0) -3.28%, rgba(101, 95, 167, 0.4) 118.26%);
		background-position: top 22px right 29px, center;
		background-size: 46px 51px, cover;
	}
	._animatic ._dev-news .dev-product_info_title {
		padding-right: 54px;
	}

	.filters__group-wrap {
		display: flex;
		overflow-x: auto;
		scroll-behavior: smooth;
		/* Плавный скролл */
		white-space: nowrap;
		gap: 8px;
		padding-bottom: 5px;
		
	}

}