.section-welcome_archive .section-welcome__container{
	color: #fff;
}
.section-welcome_archive .section-welcome__bg{
	width: 94%;
	height: 98%;
}
.section-welcome_archive .section-welcome__bg svg{
	fill: #5956E9;
}
.archive-catalog{
	padding: 50px 0;
}
.archive-catalog__categories{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.archive-catalog__categories li{
	margin: 0 10px 10px 0;
}
.archive-catalog__categories li input{
	display: none;
}
.archive-catalog__categories li span,
.archive-catalog__categories li a{
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	background: #FFCC48;
	border-radius: 10px;
	cursor: pointer;
}
.archive-catalog__categories li input:checked + span,
.archive-catalog__categories li a.current{
	background: #cda335;
}
.archive-catalog__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 20px;
}
.archive-catalog__col{
	width: 33.333333333333%;
	padding: 0 10px 20px;
}
.archive-catalog__readmore{
	text-align: center;
	margin-bottom: 16px;
}
.archive-catalog__readmore button{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #5956E9;
}
.archive-catalog__readmore button svg{
	flex-shrink: 0;
	fill: none;
	stroke: #5956E9;
	margin-right: 17px;
}
.pagination{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
	margin-bottom: 3px;
}
.pagination a, .pagination span{
	display: block;
	min-width: 32px;
	height: 32px;
	padding: 8px 5px;
	border-radius: 6px;
	text-align: center;
}
.pagination span{
	background: #5956E9;
	color: #fff;
}
.pagination a.prev,
.pagination a.next{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 38px
}
.pagination a.prev svg{ 
	transform: rotate(90deg);
	fill: none;
	stroke: #242424;
}
.pagination a.next svg{ 
	transform: rotate(-90deg);
	fill: none;
	stroke: #242424;
}
.pagination span.dots{
	background: none;
	color: #242424;
}
@media only screen and (max-width: 1246px){
	.section-welcome_archive .section-welcome__container{
		align-items: flex-start;
		padding: 20px 0 66px;
	}
	.section-welcome_archive .section-welcome__bg{
		width: 81%;
		height: 100%;
	}
	.archive-catalog{
		padding: 30px 0 20px;
	}
	.archive-catalog__categories{
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 999px){
	.section-welcome_archive .section-welcome__container{
		padding-bottom: 33px;
	}
	.section-welcome_archive .section-welcome__bg{
		width: 94%;
		height: 98%;
	}
	.section-welcome_archive .section-welcome__content{
		width: 62%;
	}
	.section-welcome_archive .section-welcome__image{
		width: 38%;
		margin: 100px 0 0 0;
	}
	.archive-catalog__col{
		width: 50%;
	}
}
@media only screen and (max-width: 767px){
	.section-welcome_archive .section-welcome__container{
		align-items: flex-end;
		padding-bottom: 94px;
	}
	.section-welcome_archive .section-welcome__bg{
		width: 99%;
		height: 94%;
	}
	.section-welcome_archive .section-welcome__content{
		width: 60%;
	}
	.section-welcome_archive .section-welcome__content .section-subtitle{
		margin: 0 0 31px 0;
	}
	.section-welcome_archive .section-welcome__image{
		position: relative;
		width: 40%;
		margin: 0 0 -85px;
	}
	.archive-catalog{
		padding: 30px 0 17px;
	}
	.archive-catalog__categories{
		margin-bottom: 27px;
	}
	.archive-catalog__categories li{
		margin: 0 3px 3px 0;
	}
	.archive-catalog__categories li span{
		border-radius: 5px;
		font-size: 10px;
	}
	.archive-catalog__col{
		width: 100%;
		padding: 0 10px 10px;
    }
    .archive-catalog__readmore{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 479px){
	.section-welcome_archive .section-welcome__container{
		padding-bottom: 191px;
	}
	.section-welcome_archive .section-welcome__bg{
		width: 99%;
		height: 88%;
	}
	.section-welcome_archive .section-welcome__content{
		width: 100%;
	}
	.section-welcome_archive .section-welcome__content .section-subtitle {
		margin: 0 0 24px 0;
	}
	.section-welcome_archive .section-welcome__image{
		margin: 0;
		position: absolute;
		width: 180px;
		height: 150px;
		bottom: 40px;
	}
	.archive-catalog__categories{
		margin-bottom: 37px;
	}
}