

/* Start:/local/templates/ashmanov/components/bitrix/news/case_2021/bitrix/news.list/.default/style.css?175100170926765*/

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
.n-case-filter-dropdown__list {
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.n-case-filter-dropdown__item {
	list-style-type: none;
}

.n-case-filter-dropdown__button {
	color: #363636;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
	text-transform: uppercase;
	border: 0;
	background-color: transparent;
}

.n-case-filter-dropdown__button svg {
	fill: none;
	stroke: #363636;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.n-case-filter-dropdown__button p {
	margin: 0;
}

@media all and (max-width: 767px) {
	.n-case-filter-dropdown__item {
		padding: 8px 20px 8px 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #D3D3D3;
	}
	.n-case-filter-dropdown__item:last-of-type {
		border-bottom: 0;
	}
	.n-case-filter-dropdown__input {
		width: 16px;
		height: 16px;
		margin-right: 16px;
		display: block;
		border: 1px solid #363636;
		background-color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.n-case-filter-dropdown__text {
		color: #363636;
		font-size: 11px;
		font-weight: 700;
		line-height: 16px;
		text-transform: uppercase;
	}
	.n-case-filter-dropdown__button {
		width: 100%;
		padding: 16px 20px 8px 0;
		display: block;
		position: relative;
		border-bottom: 1px solid #d3d3d3;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	.n-case-filter-dropdown__button svg {
		right: 0;
		top: 18px;
		position: absolute;
	}
	.n-case-filter-dropdown__button:focus {
		outline: none;
	}
	.n-case-filter-dropdown__checkbox {
		width: 100%;
	}
	.n-case-filter-dropdown--is-active .n-case-filter-dropdown__button {
		color: #c4262e;
		border-bottom: 1px solid #c4262e;
	}
	.n-case-filter-dropdown--is-active .n-case-filter-dropdown__button svg {
		stroke: #c4262e;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.n-case-filter-dropdown--is-active .n-case-filter-dropdown__list {
		max-height: 10000px;
		opacity: 1;
	}
}

@media all and (min-width: 768px) {
	.n-case-filter-dropdown__button {
		width: 100%;
		padding: 11px 30px 11px 8px;
		position: relative;
		font-size: 11px;
		border: 1px solid #363636;
	}
	.n-case-filter-dropdown__button svg {
		right: 8px;
		top: calc(50% - 4px);
		position: absolute;
	}
	.n-case-filter-dropdown__button span {
		display: none;
	}
	.n-case-filter-dropdown__button:focus {
		outline: none;
	}
	.n-case-filter-dropdown__list {
		padding: 8px 16px;
		top: 100%;
		left: 0;
		z-index: 1000;
		position: fixed;
		background-color: #fff;
		-webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
		box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
	}
	.n-case-filter-dropdown__item {
		margin-bottom: 16px;
	}
	.n-case-filter-dropdown__item:last-of-type {
		margin-bottom: 0;
	}
	.n-case-filter-dropdown--is-active {
		position: relative;
	}
	.n-case-filter-dropdown--is-active .n-case-filter-dropdown__button {
		color: #fff;
		background-color: #c4262e;
		border: 1px solid #c4262e;
	}
	.n-case-filter-dropdown--is-active .n-case-filter-dropdown__button svg {
		stroke: #fff;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.n-case-filter-dropdown--is-active .n-case-filter-dropdown__list {
		max-height: 10000px;
		opacity: 1;
	}
	.n-case-filter-dropdown--selected {
		position: relative;
	}
	.n-case-filter-dropdown--selected .n-case-filter-dropdown__button {
		color: #fff;
		background-color: #c4262e;
		border: 1px solid #c4262e;
	}
	.n-case-filter-dropdown--selected .n-case-filter-dropdown__button svg {
		stroke: #fff;
	}
}

@media all and (min-width: 1024px) {
	.n-case-filter-dropdown__button span {
		display: inline;
	}
}

@media all and (min-width: 1344px) {
	.n-case-filter-dropdown__list {
		width: 100%;
		top: 100% !important;
		left: 0 !important;
		position: absolute;
	}
}

.n-case-filter-tags {
	margin: 0;
	margin-left: -8px !important;
	margin-right: -8px !important;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.n-case-filter-tags__item {
	margin: 8px;
	padding: 2px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style-type: none;
	background-color: #d3d3d3;
}

.n-case-filter-tags__name, .n-case-filter-tags__number {
	color: #363636;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}

.n-case-filter-tags__number {
	margin-left: 3px;
}

.n-case-filter-tags__link {
	width: 8px;
	height: 8px;
	display: block;
	position: relative;
	margin-left: 8px;
}

.n-case-filter-tags__link:before, .n-case-filter-tags__link:after {
	width: 11.3737px;
	height: 1px;
	top: 3px;
	left: calc(50% - 11.3737px / 2);
	position: absolute;
	background-color: #383838;
	content: " ";
}

.n-case-filter-tags__link:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.n-case-filter-tags__link:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media all and (min-width: 768px) {
	.n-case-filter-tags__name, .n-case-filter-tags__number {
		font-size: 11px;
	}
}

.n-case-filter__button {
	min-width: 132px;
	margin: 0 auto;
	display: block;
}

.n-case-filter__found {
	color: #363636;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
}

@media all and (max-width: 767px) {
	.n-case-filter__close {
		width: 8px;
		height: 8px;
		margin: 0 0 8px auto;
		display: block;
		position: relative;
	}
	.n-case-filter__close:before, .n-case-filter__close:after {
		width: 11.3737px;
		height: 1px;
		top: 3px;
		left: calc(50% - 11.3737px / 2);
		position: absolute;
		background-color: #000;
		content: " ";
	}
	.n-case-filter__close:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.n-case-filter__close:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.n-case-filter__popup {
		width: 100%;
		height: 100%;
		padding: 32px 16px 24px 16px;
		display: none;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		position: fixed;
		background-color: #fff;
	}
	.n-case-filter__popup--is-active {
		display: block;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.n-case-filter__title {
		margin-bottom: 8px;
		color: #363636;
		font-size: 10px;
		font-weight: 700;
		line-height: 16px;
		text-align: center;
		text-transform: uppercase;
	}
	.n-case-filter__tags {
		margin: 8px 0;
	}
	.n-case-filter__found {
		margin-bottom: 16px;
	}
	.n-case-filter__reset {
		min-width: 202px;
		margin: 0 auto 16px auto;
		display: block;
	}
	.n-case-filter__submit {
		min-width: 202px;
		margin: 0 auto;
		display: block;
	}
	.n-case-filter__reset-link {
		display: none;
	}
}

@media all and (min-width: 768px) {
	.n-case-filter__close, .n-case-filter__title, .n-case-filter__button, .n-case-filter__reset, .n-case-filter__submit {
		display: none;
	}
	.n-case-filter__buttons {
		margin-bottom: 8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.n-case-filter__dropdown {
		width: calc(100% / 5 - 10px * 4);
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: 10px;
	}
	.n-case-filter__dropdown:last-of-type {
		margin-right: 0;
	}
	.n-case-filter__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.n-case-filter__reset-link {
		margin-left: auto;
		display: block;
		color: #363636;
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		text-decoration: none;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		cursor: pointer;
	}
	.n-case-filter__reset-link:hover {
		color: #c4262e;
	}
	.n-case-filter__found {
		font-size: 11px;
		margin-right: auto;
		margin-left: 16px;
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media all {
	.n-case-grid__item {
		margin-bottom: 16px;
		cursor: pointer;
	}
	.n-case-grid__item--two-case {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.n-case-grid__item--two-case .n-case-item {
		margin: 4px 0;
	}
	.n-case-grid__item--two-case .n-case-item:first-of-type {
		margin-top: 0;
	}
	.n-case-grid__item--two-case .n-case-item:last-of-type {
		margin-bottom: 0;
	}
}

@media all and (max-width: 767px) {
	.n-case-grid__item:last-of-type {
		margin-bottom: 0;
	}
}

@media all and (min-width: 768px) {
	.n-case-grid {
		margin: 0 -4px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.n-case-grid__item {
		margin: 4px;
	}
	.n-case-grid__item--big1 {
		width: calc(33.3333333% - 8px);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.n-case-grid__item--big2 {
		width: calc(66.6666666% - 8px);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.n-case-grid__item--big3 {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.n-case-grid__item--two-case {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.n-case-grid__item--two-case .n-case-item {
		margin: 4px 0;
		min-height: calc(50% - 4px);
	}
	.n-case-grid__link {
		margin: 24px 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.n-case-grid--is-loading:before {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 900;
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: rgba(255, 255, 255, 0.85);
		content: " ";
	}
	.n-case-grid--is-loading:after {
		width: 83px;
		height: 83px;
		top: calc(50% - 41px);
		left: calc(50% - 41px);
		z-index: 901;
		position: absolute;
		display: block;
		background-image: url("/static/svg/icon-loader.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-animation: rotate 3s infinite linear;
		animation: rotate 3s infinite linear;
		content: " ";
	}
}

@media all and (min-width: 1344px) {
	.n-case-grid {
		min-width: 373px;
		min-height: 373px;
		margin: 0 -8px;
	}
	.n-case-grid__item {
		margin: 8px;
	}
	.n-case-grid__item--big1 {
		width: calc(33.3333333% - 16px);
	}
	.n-case-grid__item--big2 {
		width: calc(66.6666666% - 16px);
	}
	.n-case-grid__item--two-case .n-case-item {
		margin: 8px 0;
		min-height: calc(50% - 8px);
	}
}

.n-case-item-result {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.n-case-item-result__item {
	list-style-type: none;
	/*text-align: center;*/
}

.n-case-item-result__number {
	margin: 0;
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
}

.n-case-item-result__text {
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
}

@media all and (max-width: 767px) {
	.n-case-item-result {
		overflow: hidden;
	}
	.n-case-item-result__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media all and (min-width: 1344px) {
	.n-case-item-result__number {
		margin-bottom: 8px;
		font-size: 48px;
	}
	.n-case-item-result__text {
		font-size: 18px;
		line-height: 26px;
	}
}

.n-case-item {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: relative;
	background-color: #c4262e;
	background-color: #363636;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.n-case-item__label {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}

.n-case-item__title {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
}

.n-case-item__subtitle {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
}

.n-case-item__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.n-case-item__tags {
	width: calc(100% - 48px);
}

.n-case-item__link {
	/*width: 24px;*/
	width: fit-content;
	height: 24px;
	display: block;
	text-decoration: none;
	color: var(--color);
}

.n-case-item__type {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: var(--color);
	width: fit-content;
	border: 2px solid var(--color);
	padding: 6px 10px 5px;
	border-radius: 20px;

	font-weight: 700;
	font-size: 11px;
	line-height: 10px;

}

.n-case-item__type svg {
	flex: 0 0 auto;
	margin-top: -3px;
	margin-left: 5px;
}

.n-case-item__link .only-sr {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

.n-case-item__pic {
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.n-case-item__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media all {
	.n-case-item {
		min-width: 288px;
		min-height: 288px;
		padding: 24px;
	}
	.n-case-item__label {
		margin-bottom: 24px;
	}
	.n-case-item__title {
		margin-bottom: 40px;
	}
	.n-case-item__result {
		margin-bottom: 40px;
	}
	.n-case-item__bottom {
		margin-top: auto;
	}
	.n-case-item--short {
		min-height: calc(288px / 2 - 4px);
	}
	.n-case-item--short .n-case-item__title {
		margin-bottom: 8px;
	}
}

@media all and (min-width: 768px) {
	.n-case-item {
		min-width: 229px;
		min-height: 229px;
		padding: 16px;
	}
	.n-case-item__label {
		margin-bottom: 16px;
		font-size: 18px;

	}
	.n-case-item__title {
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 28px;
	}
	.n-case-item__result {
		margin-bottom: 8px;
	}
}

@media all and (max-width: 1343px) {
	.n-case-item--is-active {
		background-color: #c4262e;
	}
	.n-case-item--is-active .n-case-item__pic {
		visibility: hidden;
		opacity: 0;
	}
}

@media all and (min-width: 1344px) {
	.n-case-item {
		min-width: 373px;
		min-height: 373px;
		padding: 40px;
	}
	.n-case-item:hover, .n-case-item:focus-within {
		background-color: #c4262e;
	}
	.n-case-item:hover .n-case-item__pic, .n-case-item:focus-within .n-case-item__pic {
		visibility: hidden;
		opacity: 0;
	}
	.n-case-item__label {
		margin-bottom: 32px;
	}
	.n-case-item__title {
		margin-bottom: 40px;
		font-size: 30px;
		line-height: 30px;
	}
	.n-case-item__subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.n-case-item__link:focus {
		outline: none;
	}
}

.n-case-item-tags {

}

.n-case-item-tags__list {
	margin: 0;
	padding: 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.n-case-item-tags__item {
	padding: 4px;

	color: var(--color);
	font-size: 11px;
	font-weight: 700;
	font-family: Circe;
	line-height: 11px;
	text-transform: uppercase;
	list-style-type: none;

	background-color: rgba(255, 255, 255, 0.4);
}

@media all {
	.n-case-item-tags__item {
		margin-right: 8px;
	}

	.n-case-item-tags__item:last-of-type {
		margin-right: 0;
	}
}



.n-case-button {
	padding: 10px 10px;
	border: 1px solid #363636;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.n-case-button__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.n-case-button__text {
	color: #363636;
	font-size: 15px;
	font-weight: 700;
	font-family: Circe;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.n-case-button__icon {
	margin-left: 8px;
}

.n-case-button:hover, .n-case-button:focus {
	outline: none;
	border-color: #fff;
	background-color: #c4262e;
}

.n-case-button:hover .n-case-button__text, .n-case-button:focus .n-case-button__text {
	color: #fff;
}

.n-case-button--open-filter {
	padding: 13px 10px;
}

.n-case-button--open-filter .n-case-button__text {
	color: #363636;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.n-case-button--open-filter .n-case-button__icon {
	stroke: #363636;
	fill: #fff;
	top: -1px;
	position: relative;
}

.n-case-button--open-filter:hover .n-case-button__icon, .n-case-button--open-filter:focus .n-case-button__icon {
	stroke: #fff;
	fill: #363636;
}

.n-case-checkbox__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.n-case-checkbox__input {
	width: 16px;
	height: 16px;
	z-index: 5;
	position: absolute;
	opacity: 0;
	overflow: hidden;
}

.n-case-checkbox__input:checked + .n-case-checkbox__imitation {
	background-size: 10px 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/static/svg/icon-case-checked.svg");
}

.n-case-checkbox__imitation {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin-right: 16px;
	border: 1px solid #363636;
	background-color: #fff;
}

.n-case-checkbox__label {
	width: calc(100% - 32px);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-top: 2px;
	color: #363636;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}

.n-case {
	padding: 48px 16px 40px;
}

.n-case__title {
	color: #363636;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}

.n-case__title span {
	position: relative;
	display: inline-block;
}

.n-case__title span:before {
	padding: 5px;
	left: calc(100% + 2px);
	bottom: calc(100% - 2px);
	position: absolute;
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 11px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #c4262e;
	content: attr(data-count);
}

.n-case__link {
	width: 202px;
	margin: 0 auto;
	display: block;
	color: #363636;
	font-size: 15px;
	font-weight: 700;
	font-family: Circe;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.n-case__link:hover {
	color: #fff;
}

@media all {
	.n-case__title {
		margin-bottom: 16px;
	}
	.n-case__filter {
		margin-bottom: 16px;
	}
	.n-case__grid {
		margin-bottom: 24px;
	}
}

@media all and (min-width: 768px) {
	.n-case {
		padding: 78px 32px 60px;
	}
	.n-case__title {
		margin-bottom: 40px;
		font-size: 30px;
		line-height: 40px;
	}
	.n-case__title span:before {
		padding: 4px 5px;
		font-size: 11px;
		line-height: 13px;
	}
}

@media all and (min-width: 1344px) {
	.n-case__wrapper {
		width: 1152px;
		margin: 0 auto;
	}
	.n-case__title {
		margin-bottom: 32px;
		font-size: 50px;
		line-height: 74px;
	}
}

/* Additional style files. */


.n-case-item--white {
	background-color: #fff;
}
.n-case-item--white .n-case-item__label,
.n-case-item--white .n-case-item__title,
.n-case-item--white .n-case-item__subtitle,
.n-case-item--white .n-case-item-result__number,
.n-case-item--white .n-case-item-result__text {
	color: #383838;
}

.n-case-item--gray {
	background-color: #dfe3e4;
}
.n-case-item--gray .n-case-item__label,
.n-case-item--gray .n-case-item__title,
.n-case-item--gray .n-case-item__subtitle,
.n-case-item--gray .n-case-item-result__number,
.n-case-item--gray .n-case-item-result__text {
	color: #383838;
}
.n-case-item--red {
	background-color: #c4262e;
}
.n-case-item--red .n-case-item__label,
.n-case-item--red .n-case-item__title,
.n-case-item--red .n-case-item__subtitle,
.n-case-item--red .n-case-item-result__number,
.n-case-item--red .n-case-item-result__text {
	color: #fff;
}


.n-case-grid .n-case-item:hover {
	background-color: #c4262e;
}
.n-case-grid .n-case-item:hover .n-case-item__label,
.n-case-grid .n-case-item:hover .n-case-item__title,
.n-case-grid .n-case-item:hover .n-case-item__subtitle,
.n-case-grid .n-case-item:hover .n-case-item-result__number,
.n-case-grid .n-case-item:hover .n-case-item-result__text,
.n-case-grid .n-case-item:hover .n-case-item__type,
.n-case-grid .n-case-item:hover .n-case-item__type path,
.n-case-grid .n-case-item:hover .n-case-item-tags__item {
	color: #fff;
}

.n-case-grid .n-case-item:hover .n-case-item__type {
	border-color: #fff;;
}

.n-case-grid .n-case-item:hover .icon__icon-case-arrow {
	filter: brightness(0) invert(1);
}

.n-case-filter-tags__item {
	padding: 3px 8px 1px 8px;
}
@media all and (min-width: 768px) {
	.n-case-filter-dropdown__button {
		padding: 11px 22px 11px 8px;
		text-align: center;

	}
	.n-case-filter-dropdown__button p {
		display: inline-block;
		position: relative;
	}
	.n-case-filter-dropdown__button svg {
		right: -22px;
	}
	.n-case__title span:before {
		padding: 5px 5px 3px 5px;
	}
}

/** Правки для текста на фоне */
.n-case-item--img {
	background-color: transparent;
}
.n-case-item--img .n-case-item__pic {
	z-index: -1;
	filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-o-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
}

.n-case-item--img .n-case-item__label,
.n-case-item--img .n-case-item__title,
.n-case-item--img .n-case-item__subtitle,
.n-case-item--img .n-case-item-result__number,
.n-case-item--img .n-case-item-result__text {
	color: #fff;
}

.n-case-form-button {
	color: #fff;
	text-decoration: none;
	border: solid 1px;
	text-align: center;
	padding: 10px;
	position: absolute;
	bottom: 10%;
	width: 80%;
	cursor: pointer;
}
.n-case-grid__case.n-case-item .n-case-form-button:hover{
	background-color: #fff;
	color: #c4262e;
	font-weight: 700;
}

.n-case-item--form {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.n-case-item--form .n-case-item__title,
.n-case-item--form .n-case-item-result__text
{
	max-width: 300px;
	text-align: center;
}

.n-case-form-link {
	min-width: 200px;
	margin: 32px auto 0 auto;
	padding: 10px;

	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: Circe;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border: 1px solid #fff;
	cursor: pointer;
}

.n-case-form-link:hover {
	color: #c4262e;
	background-color: #fff;
}
/* End */
/* /local/templates/ashmanov/components/bitrix/news/case_2021/bitrix/news.list/.default/style.css?175100170926765 */
