body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	background-color: #ffffff;
}

header {
	background: #1c3166;
	padding: 10px 0px;
}

a {
	text-decoration: none;
}

.logo img {
	height: 36px;
	border-radius: 6px;
}

.logo span {
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
}

.header_container, .footer_container {
    max-width: 1400px;
    /*padding: 0 23px;*/
}

.header-search-btn {
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 10px;
    background-color: #1c8554;
    color: #fff;
    border-radius: 4px;
    border: 0;
}

.header-search-btn svg {
	width: 20px;
	margin-top: -4px;
}

.header-search {
	/*max-width: 320px;*/
}

.header-search-btn span {
	font-weight: 500;
	font-size: 14px;
	display: block;
}
 
.min-v-page {
	min-height: 90vh;
	/*padding: 0 23px;*/
}

footer {
	border-top: 1px solid rgba(28, 49, 102, 0.2);
	padding: 6px 0px;
}

.h-space {
	margin-top: 20px;
}

.banner-placeholder {
	background-color: rgba(191, 193, 195, 0.6);
	width: 100%;
	height: 300px;
	border-radius: 6px;
}

h1 {
	font-size: 30px;
	padding: 6px 0;
	border-bottom: 1px solid rgba(28, 49, 102, 0.3);
	margin-bottom: 16px;
}

p {
	font-size: 15px;
}

.accent {
	color: red;
}

.Rech, .item i {
	font-style: italic;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 600;
}

.titleGn {
	font-weight: 600;
}

div.title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

span.title {
	font-weight: 700;
}

.source {
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 4px;
	font-weight: 400;
	font-size: 14px;
}

.item {
	margin-bottom: 26px;
}

.hyper {
	display: inline-block;
}

.line-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.line-button::before,
.line-button::after {
	content: "";
	flex: 1;
	border-top: 1px solid #ccc;
}

.line-button button {
	margin: 0 15px;
	padding: 8px 16px;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
}

@media (max-width: 768px) {
	.header-search {
		max-width: 100% !important;
	}
}

h1.upper {
	text-transform: uppercase !important;
}

.dictionary-block {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.dictionary-block .title {
	font-weight: 600 !important;
	margin-right: 10px;
	white-space: nowrap;
}

.dictionary-block .line {
	flex: 1;
	height: 1px;
	background: #ccc;
}

a.sw-link {
	color: #1c3166;
}

a.sw-link:hover {
	text-decoration: underline;
}