.articles_page .textpage .aks-list {}
.articles_page .textpage .aks-list__head-text {}
.articles_page .textpage .aks-list__header2 {
	text-align: left;
	margin-bottom: 10px;
	padding: 2px 18px 3px;
	background-color: #0a589c;
	color: white;
	border-radius: 3px;
}

.articles_page .textpage .aks-list__head-image {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	border-radius: 10px;
	width: 100%;
	height: auto;
	max-width: 1000px;
	min-width: 300px;
}

.articles_page .textpage .aks-list__header2 {
	font-size: 20px;
	margin-top: 70px;
}

.articles_page .textpage .aks-list__header3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.articles_page .textpage .aks-list__header-description {
	margin-bottom: 30px;
	line-height: 24px;
}

.articles_page .textpage .aks-list__product {
	display: flex;
	justify-content: flex-start;
	border: 1px solid #ececec;
	border-bottom: none;
	padding: 25px 20px;
	box-shadow: 0 0 0 transparent;
}

.articles_page .textpage .aks-list__product:last-child {
	border-bottom: 1px solid #ececec;
}

.articles_page .textpage .aks-list__product:hover {
	box-shadow: 0 0 20px #d2d2d2;
	transition: all 0.3s linear;
}

.articles_page .textpage .aks-list__product:hover img {
	filter: brightness(1.1);
}

.articles_page .textpage .aks-list__product-image {
	width: 65px;
	height: 65px;
	margin-left: 10px;
}

.articles_page .textpage .aks-list__product-image img {
	height: 100%;
	width: auto;
}

.articles_page .textpage .aks-list__product-text {
	margin-left: 30px;
}

.articles_page .textpage .aks-list__product-header {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

.articles_page .textpage .aks-list__product-description {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 7px;
}

.articles_page .textpage .aks-list__product-link {}

.articles_page .textpage .aks-list__product-number {
	text-indent: 0;
	font-size: 13px;
	line-height: 20px;
}

.articles_page .textpage .aks-list__product-number b {
	border-bottom: 1px solid transparent;
}

.articles_page .textpage .aks-list__product:hover .aks-list__product-link .aks-list__product-header {
	border-bottom-color: #0a589c;
	transition: border 0.3s linear;
}

.articles_page .textpage .aks-list__product:hover .aks-list__product-number b {
	text-decoration: none;
	color: #0a589c;
	/*border-bottom: 1px solid #003c7045;*/
	border-bottom-color: #0a589c;
	transition: all 0.3s linear 0.2s;
}


.articles_page .textpage .aks-list__footer {
	margin: 100px 0 20px;
}

.articles_page .textpage .aks-list__footer-text {
	text-indent: 0;
}

.articles_page .textpage .aks-list__footer-button {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 20px 20px;
	font-weight: bold;
	text-align: center;
	background-color: #ffcc0b;
	border-radius: 3px;
}

.articles_page .textpage .aks-list__footer-button:hover {
	background-color: #ffd32d;
}


@media (max-width: 768px) {
	.articles_page .textpage .aks-list p {
		font-size: 13px
	}

	.articles_page .textpage .aks-list__product-image {
		margin-left: 0;
	}

	.articles_page .textpage .aks-list__product-text {
		margin-left: 20px;
	}
}

@media (max-width: 600px) {
	.articles_page .textpage .aks-list__head-image {
		padding: 10px 0;
	}

	.articles_page .textpage .aks-list__header2 {
		font-size: 16px;
		text-align: center;
	}

	.articles_page .textpage .aks-list__product {
		border: none;
		border-bottom: 1px solid #ececec;
		border-radius: 0;
		padding: 15px 0 15px;
	}

	.articles_page .textpage .aks-list__product:hover {
		box-shadow: none;
	}

	.articles_page .textpage .aks-list__product-image {
		width: 60px;
		height: 60px;
	}

	.articles_page .textpage .aks-list__product-header {
		font-size: 16px;
		margin-top: 3px;
		margin-bottom: 7px;
	}

	.articles_page .textpage .aks-list__product-description {
		font-size: 12px;
	}

	.articles_page .textpage .aks-list__product-link .aks-list__product-number {
		font-size: 12px;
	}

}

@media (max-width: 300px) {
	.articles_page .textpage .aks-list__head-image {
		display: none;
	}
}