body {position: relative;}

.bgtop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 35px;
	background-color: #81031c;
}

.container {
	width: 100%;
    min-width: 960px;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.flex-box:nth-child(1),.flex-box:nth-child(3) {
	width: auto;
}
.flex-box:nth-child(1) {
	background: #81031c;
    padding: 35px 10px 0 4px;
}

.row {display: flex; flex-wrap: wrap;}
.row_menu_column {flex-wrap: nowrap;}
.row .col {width: 100%;}
.row_menu_column .col:first-child {margin-right: 40px; z-index: 2;}

.row_articles {margin: 0 -10px;}
.row_articles .col-6 {width: 50%; padding: 0 10px; box-sizing: border-box;}
.row_articles .col-6 .links_headers {margin: 0;}

.search-row {margin-bottom: 31px;}
.search-row .input-group {position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%;}
.search-row .input-group input {margin: 0; overflow: visible; position: relative; flex: 1 1 auto; display: block; min-height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; border-top-right-radius: 0; border-bottom-right-radius: 0;}
.search-row .btn {
	position: relative;
	margin-left: -1px;
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 400;
	line-height: 1.5;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0 0.25rem 0.25rem 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	z-index: 2;
}

.header {padding-bottom: 20px;}

.links_headers {
	flex-wrap: wrap;
	margin: 0 -5px;
}

.links_headers .col-3 {
	width: 33.33333%;
	padding: 0 5px;
	box-sizing: border-box;
}

.header-list .banners img {
	margin: 0 5px 10px;
	border-radius: 0.24rem;
}

@media (min-width: 1000px) {
	.header-list .links_headers {
		position: relative;
		width: 70%;
		/* max-width: 900px; */
		float: left;
	}
	
	.header-list::after {
		display: block;
		clear: both;
		content: '';
	}
	
	.header-list .header {
		padding-top: 0;
	}
	
	.header-list .banners {
		position: relative;
		top: -11px;
		float: right;
		width: 180px;
	}
	
	.header-list .banners img {
		margin: 0 0 15px;
	}
}

footer.container {padding: 40px 40px 25px;}
footer.container .text-center {padding-left: 260px;}

@media(max-width: 999px) {
	.container {
		min-width: auto;
	}
	.row_menu_column {
		min-width: 620px;
	}
}