
	.appeal {
		background-image: url(/upload/2023/index/index_003_v2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50%;
		border-radius: 8px;
		padding: 2.06rem 2.37rem 1.75rem 2.06rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 3.12rem;
	}
	.appeal div {
		width: 70rem;
	}
	.appeal__title {
		font-weight: 700;
		font-size: 2.25rem;
		line-height: 122%;
		letter-spacing: .5px;
		color: #fff;
		margin-bottom: 1.37rem;
	}
	.appeal__text {
		max-width: 70rem;
		font-weight: 600;
		font-size: .87rem;
		line-height: 150%;
		color: #fff;
	}
	.appeal__links {
		display: inline-block;
		margin-top: 1.25rem;
		font-weight: 700;
		font-size: .87rem;
		line-height: 143%;
		color: #fff;
		background: #eb494e;
		border-radius: 3px;
		padding: .62rem 2.12rem;
	}
	
	.block_sections {
		width: auto;
		height: 12.5rem;
		margin: 3.125rem 5rem 0 5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

		.white-container {
			background: #fff;
			border-radius: .5rem;
		}
		.card_containet, .white-container {
			width: 90rem;
			margin: 0 auto;
			padding: 3.1rem 2.5rem;
		}
		.white-container {
			width: auto;
			margin: 0 5rem;
			padding: 2.5rem 2.94rem;
		}
		.block_sections .white-container {
			width: 43.88rem;
			margin: 0;
		}
		.block_sections .white-container:first-child {
			background: #fff url(/nko/images/search_computer.png) 90% bottom no-repeat;
			background-size: auto;
			background-size: 16.94rem;
		}
		.block_sections .white-container:last-child {
			background: #fff url(/nko/images/documents.png) 90% bottom no-repeat;
			background-size: auto;
			background-size: 16.44rem;
		}

	.block_sections h6 {
		font-weight: 600;
		font-size: 1.13rem;
		line-height: 1.5rem;
		color: #1f3245;
		margin-bottom: 1.25rem;
	}
	.block_sections a {
		font-weight: 700;
		font-size: .88rem;
		line-height: 1.25rem;
		text-align: center;
		color: #fff !important;
		background: #246cb7;
		border-radius: .19rem;
		padding: .5rem 1.44rem .44rem 1.44rem;
		margin-bottom: 0 !important;
		cursor: pointer;
	}


.documents-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.875rem;
}
.document-content {
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.57;
  color: hsla(0,0%,9%,.8);
  width: 80%;
}
.documents__list {
  margin-bottom: 2.5rem;
}
.document-content header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.document-content header img {
  width: 2.8125rem;
  height: auto;
  margin-right: 1.25rem;
}
.document-content h1 {
  font-weight: 600;
  color: #1f3245;
  margin-bottom: 1.125rem;
}
.document-content__linc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.document-content__linc img {
  width: 1rem;
  height: auto;
  margin-left: 4.0625rem;
  margin-right: .4375rem;
}
.document-content__linc a {
  color: #246cb7;
}
