.header-container {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 45px 0;
	background: #121D2F;
}
.header-logo a {
	display: inline-block;
}
.header-logo img {
	width: 216px;
	vertical-align: top;
}


.footer-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #1F1F1F;
}

.container {
	max-width: 1278px;
	margin: 0 auto;
	padding: 0 12px;
}

.footer-logo img {
	height: 78px;
}

.footer-bottom {
	background: #333333;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 9px 0;
}
.footer-links {
  padding: 8px 0;
}
.footer-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  padding: 0;
}
.footer-links li {
  margin: 0;
}
.footer-links li a {
  font-size: 15px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
}
.copyright {
  text-align: center;
  padding: 11px 0;
  font-size: 15px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.70);
}

.footer-top-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 54px 0;
}
.footer-socials h2 {
	color: #fff;
	font-size: 32px;
	line-height: normal;
	font-weight: 300;
	margin: 0 0 10px 0;
}
.footer-socials .footer-socials-icons {
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 18px;
	padding-top: 10px;
	font-size: 40px;
	line-height: 28px;
	color: #CCCCCC;
}


@media (max-width: 767px) {
.footer-logo img {
	height: 64px;
}
.top_of_page_scroll {
	text-align: center;
	padding: 0;
}
.footer-bottom {
	padding: 15px 4px;
}
.copyright {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
	text-align: left;
}
.footer-links {
	padding: 0;
}
.footer-links ul {
	gap: 10px;
}
.footer-links li {
	margin: 0;
	background: #1F1F1F;
	width: 100%;
	padding: 5px 6px;
}
.footer-links li a {
	font-size: 14px;
	line-height: 24px;
}
.footer-top-inner {
	padding: 45px 4px 33px 4px;
}
.footer-block-right {
	order: 1;
	width: 100%;
}
.footer-block-left {
  order: 2;
  width: 100%;
}
.footer-socials h2 {
	display: none;
}
.footer-socials .footer-socials-icons {
	width: 100%;
	justify-content: center;
	padding: 20px 0;
	gap: 22px;
	font-size: 24px;
}
}

.top_of_page_scroll {
	text-align: right;
	padding-top: 14px;
}
.top_of_page_scroll .top_of_page {
	background: #333333;
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	min-width: 104px;
	text-align: center;
	bottom: 0;
	right: 0;
	position: relative;
}
.top_of_page_scroll .top_of_page:hover {
	background: #354B8C;
}
.top_of_page_align {
	position: relative;
}
.top_of_page_align .top_of_page:focus, .top_of_page_align .top_of_page:hover {
	padding-bottom: 1em;
	padding-top: .5em;
	transition: padding .2s ease;
	background: #354B8C;
}
.top_of_page_align .top_of_page::before {
	border-bottom: .5em solid #333;
	top: 0;
	transition: top .3s ease;
}

.top_of_page_align .top_of_page::after, .top_of_page_align .top_of_page::before {
	border-left: 52px solid transparent;
	border-right: 52px solid transparent;
	content: " ";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}

.top_of_page_align .top_of_page:focus::before, .top_of_page_align .top_of_page:hover::before {
	border-bottom-color: #354B8C;
	top: -.45em;
	transition: top .2s ease;
}

.top_of_page_align .top_of_page:focus::after, .top_of_page_align .top_of_page:hover::after {
	border-bottom-color: #333333;
	border-bottom-width: .5em;
	transition: border-bottom-width .2s ease;
}
.top_of_page_align .top_of_page::after {
	border-bottom: 1px solid #333;
	bottom: 0;
	transition: border-bottom-width .3s ease;
}

@media (max-width: 767px) {
  .top_of_page_scroll {
    text-align: center;
    padding: 0;
  }
}