@font-face {
	font-family: 'Helvetica';
	src: url(../font/helvetica_regular.otf);
	font-weight: normal;
}

@font-face {
	font-family: 'Helvetica-bold';
	src: url(../font/helvetica_bold.otf);
	font-weight: 700;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	display: flex;
	flex-direction: column;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Source Sans Pro';
}

header {
	flex: 0 0 auto;
}

.content {
	flex: 1 0 auto;
}

footer {
	flex: 0 0 auto;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

a:hover {
	text-decoration: none;
	color: var(--grey);
	transition: all 0.2s ease;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 900;
	font-family: 'Merriweather';
}

:root {
	--swiper-theme-color: #007aff;
	--tags-color: #6680ff;
	--tags-backgroundcolor: #eef1fc;
	--color01: #212335;
	--prefooter-background: #212335;
	--launch__label-color: #009;
	--grey: #5e5e6e;
	--border: #cdcdd6;
	--gray-dark: #252a3f;
}

.container {
	max-width: 1296px;
	padding: 0px 15px;
	margin: 0 auto;
}

.header {
	padding-bottom: 30px;
}

.nav {
	border-top: 2px solid var(--launch__label-color);
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 2px solid #fff;
	z-index: 9999;
	background: #fff;
	color: var(--color01);
}

.nav-wrapper {
	padding: 16px 0px;
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%;
	justify-content: space-between;
	gap: 0;
}

.logo {
	font-size: 32px;
	position: relative;
	font-weight: 700;
	padding-left: 60px;
	color: var(--launch__label-color);
}

.logo span {
	position: relative;
	color: #fff;
	font-family: 'Helvetica-bold', sans-serif;
}

.logo span::after {
	position: absolute;
	content: url('../img/favicon.jpg');
	width: 52px;
	height: 40px;
	z-index: -1;
	top: 0;
	left: -50px;
}

.burger {
	display: flex;
	justify-content: center;
	align-items: center;
}

.burger-link {
	position: relative;
	width: 20px;
	height: 3px;
	background-color: var(--color01);
}

.burger-link::after {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	background-color: var(--color01);
	top: -8px;
}

.burger-link::before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	background-color: var(--color01);
	bottom: -8px;
}

.header-menu {
	font-family: 'Helvetica', sans-serif;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	padding-right: 10px;
	border-right: 1px solid #cdcdd6;
}

.header-bottom__wrapper {
	padding: 10px 0px;
	border-top: 1px solid #cdcdd6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-bottom__menu {
	border-right: 0px;
}

.header-menu__link {
	height: 20px;
	line-height: 20px;
	display: block;
	letter-spacing: 0;
	padding-right: 10px;
	font-weight: 500;
	font-size: 18px;
	color: var(--color01);
}

.header-text {
	border-left: 1px solid #cdcdd6;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding-left: 20px;
	color: var(--color01);
}

.search-link {
	cursor: pointer;
}

.header-bottom {
	margin-top: 77px;
	font-size: 18px;
	background-color: #fff;
	text-align: center;
	color: var(--grey);
	width: 100%;
	box-shadow: 0 0 50px hsl(0deg 0% 55% / 30%);
}

.header-bottom__menu {
	justify-content: start;
	padding-left: 28%;
}

.header-bottom__link {
	color: var(--grey);
	font-size: 12px;
	font-weight: normal;
}

.header-bottom__item:nth-child(1) {
	padding-right: 30px;
	color: var(--prefooter-background);
}

.fa-arrow-right {
	color: var(--launch__label-color);
	font-weight: 700;
}

.user {
	display: flex;
	justify-content: end;
	display: flex;
}

.logo-bg {
	display: block;
	width: 50px;
	height: 50px;
	fill: var(--grey);
	transition: all 250ms ease-in 0s;
}

.fa-magnifying-glass {
	color: var(--grey) !important;
}

.nav-title {
	display: block;
	flex: auto;
	width: 60%;
	text-align: center;
	font-size: 20px;
	color: #fff !important;
}

.content-title {
	font-size: 38px;
	display: block;
	margin-bottom: 20px;
}

.content-top {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.text-desc {
	text-transform: uppercase;
	font-weight: bold;
	color: var(--launch__label-color);
	font-size: 20px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 30px;
}

.text-desc::after {
	position: absolute;
	content: '';
	background-color: #cdcdd6;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}

.scroll {
	box-shadow: 0 0 50px hsl(0deg 0% 55% / 30%);
}

.sab-title {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	color: var(--hover-color);
}

.sab-title a {
	color: var(--hover-color);
	font-weight: 400;
}

.sab-title__item {
	margin-right: 10px;
	transition: all .2s ease;
}

.sab-title__item a:hover {
	color: var(--hover-active);
	transition: all .2s ease;
}

.mob-header-menu {
	display: none;
}
.social {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.social-item {
	float: left;
	margin-right: 1rem;
	border-radius: 50%;
	overflow: hidden;
}

.social-item a {
	display: block;
	width: 30px;
	height: 30px;
	display: flex;
	color: var(--hover-color);
	align-items: center;
	align-content: center;
	justify-content: center;
	transition: all .2s ease;
}

.social-item:hover {
	background-color: var(--hover-color);
	color: #fff !important;
	transition: all .2s ease;
}

.social-item a:hover {
	color: #fff !important;
	transition: all .2s ease;
}

.container-grid-box {
	display: flex;
	align-items: flex-start;
	align-content: center;
	justify-content: space-between;
}

.article-body {
	font-family: 'Source Sans Pro';
	font-size: 18px;
	line-height: 24px;
	padding-right: 20px;
	border-right: 1px solid var(--border);
}

.article-body img {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 10px auto;
}

.article-body a {
	color: var(--launch__label-color);
}

.article-body p {
	display: block;
	margin-bottom: 10px;
}

.img-wrapper {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	max-width: 600px;
	margin: 0 auto;
}

.img-wrapper img {
	margin-bottom: 5px;
}

.img-wrapper__text {
	font-size: 16px;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

.box-content {
	padding: 10px 10px 10px 25px;
	margin-bottom: 10px;
}

.bg-blue {
	background-color: rgb(239 244 253);
}

.box-content__title {
	font-size: 18px;
	font-weight: 700;
}

.btn {
	background-color: red;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff !important;
	width: 50%;
	display: block;
	padding: 15px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: 'Roboto';
	border: 2px solid transparent;
	transition: all .3s ease;
}

.btn:hover {
	background: none;
	border: 2px solid red;
	color: red !important;
	transition: all .3s ease;
}

.box-doc img {
	max-width: 100%;
}

.box-doc {
	background-color: rgb(255 251 233);
	font-style: italic;
	padding: 0;
}

.box-doc p {
	padding: 0px 20px 0px;
	margin-bottom: 20px;
}

.box-nav {
	width: 300px;
	margin-left: 20px;
}

.sidebar-title {
	position: relative;
	z-index: 1;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	padding-bottom: 0px;
	margin-bottom: 0;
	color: var(--launch__label-color);
}

.sidebar-item {
	width: 100%;
	min-width: 300px;
	max-width: 400px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 10px;
	margin-bottom: 20px;
}

.sidebar-item:not(:first-child) {
	border-top: 1px solid #cdcdd6;
}

.sidebar-text {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #212335;
}

.sidebar-text:hover {
	color: var(--launch__label-color);
}

.footer {
	margin-top: 30px;
}

.footer-top {
	border-top: 20px solid var(--launch__label-color);
	background-color: var(--color01);
	color: #fff;
	padding: 60px 0px;
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-inner {
	display: flex;

}

.footer-inner__bottom {
	width: 100%;
	order: 4;
}

.footer-social {
	order: 3;
}

.footer-menu {
	width: 100%;
}

.footer-menu__wrapper {
	display: flex;
	justify-content: space-between;
}

.footer-menu__title {
	font-family: 'Source Sans Pro';
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid var(--grey);
}

.footer-menu__container {
	width: 200px;
}

.footer-menu__link {
	display: inline;
	font-size: 16px;
	line-height: 20px;
	color: var(--border);
	display: block;
	margin: 5px 0px;
	font-weight: 400;
}

.footer-menu__link:hover {
	color: var(--tags-color);
}

.footer-body__wrapper .footer-menu__container {
	width: auto;
}

.footer-body__wrapper {
	justify-content: space-between;
}

.footer-bottom {
	padding: 60px 0px;
	background-color: var(--gray-dark);
}

.logo-bg.footer-logo span::after {
	position: absolute;
	width: 52px;
	height: 40px;
	z-index: 1;
	top: 0;
	left: -50px;
}

.footer-bottom__wrapper {
	align-items: center;
}

.footer-bottom__menu {
	justify-content: start;
	border-right: 0;
}

.footer-bottom__menu .header-menu__link,
.footer-bottom__menu ._popup-link {
	color: #fff;
	border-right: 1px solid var(--border);
	padding: 0px 25px;
	font-size: 15px;
}

.footer-bottom__btn {
	display: flex;
	align-items: center;
	height: 36px;
	margin: 0px;
	border: solid 1px #484c61;
	border-radius: 2px;
	background-color: #2c3145;
	font-size: 13px;
	line-height: 24px;
	padding: 8px 12px;
	letter-spacing: 0.1px;
	cursor: pointer;
	transition: all 250ms ease-in 0s;
	white-space: nowrap;
	margin-left: 20px;
	position: relative;
}

.text-btn {
	position: absolute;
	bottom: -30px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.text-btn span {
	background-color: rgb(10, 225, 109);
	width: 8px;
	height: 8px;
	display: block;
	margin-right: 8px;
	border-radius: 100%;
}

.footer-bottom__btn a {
	color: var(--border) !important;
	margin-left: 10px;
}

.footer-bottom__text {
	color: var(--border);
	padding: 30px 25px;
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin-left: 35px;

}

.footer-logo {
	display: block;
	width: 40px;
	height: 40px;
	fill: #fff;
	transition: all 250ms ease-in 0s;
}

.footer-bottom__text p {
	display: block;
	font-size: 14px;
	margin: 0px 8px 4px;
}

.footer-bottom__btn span svg {
	width: 16px;
	height: 16px;
	margin-top: 7px;
}

.header-menu__link_not-border {
	border-right: 0px !important;
}

.footer-bottom__btn svg {
	fill: var(--border);
	width: 17px;
	height: 16px;
	transition: all 250ms ease-in 0s;
}

.slider {
	margin: 20px 0px;
}

.slider h3 {
	color: var(--launch__label-color);
	font-size: 22px;
	display: block;
	margin-bottom: 20px;
}


.slider-item img {
	width: auto;
	height: 128px;
	display: block;
	margin-bottom: 10px;
}

.slider-content {
	width: auto;
	max-width: 226px;
	font-family: 'Source Sans Pro';
}

.slider-content span {
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	color: var(--launch__label-color);
}

.slider-item {
	padding: 0px 5px;
}

.slider-title {
	font-size: 18px;
	color: var(--color01);
	display: inline-block;
	font-weight: 700;
	margin-bottom: 8px;
}

.slider-text {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 8px;
}

.date {
	display: flex;
	align-items: center;
}

.fa-clock:before {
	color: var(--border);
}

.date span {
	font-size: 14px;
	color: var(--grey);
	font-weight: 400;
	margin-left: 4px;
}

.slider .slick-disabled {
	background: var(--tags-color);
	cursor: default;
}

.slider .slick-prev, .slider .slick-next {
	transition: 0.3s;
	display: inline-block;
	width: 45px;
	height: 45px;
	background: var(--tags-color);
	float: none;
	font-size: 38px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	border-radius: 0;
	position: absolute;
	bottom: 75%;
	z-index: 2;
	opacity: .3;
}
.slider .slick-prev:hover, .slider .slick-next:hover {
	opacity: 1;
}

.slider .slick-next {
	right: 0px;
}

/*  Responsive  */
/* Large: 992px - 1199px */
@media (max-width: 1199px) {
	.container {
		max-width: 960px;
	}

	.footer-menu__container {
		width: auto;
	}

	.header-bottom__menu {
		padding-left: 8%;
	}
}

/* Medium: 768px - 991px */
@media (max-width: 991px) {
	.container {
		max-width: 720px;
	}

	.content-title {
		font-size: 32px;
	}

	.sab-title {
		font-size: 14px;
	}

	.comm-title {
		font-size: 20px;
	}

	.btn {
		width: 100%;
	}

	.container-grid-box {
		flex-direction: column;
	}

	.article-body {
		border-right: 0px;
		padding-right: 0;
	}

	.article-body img {
		width: 100%;
		max-width: 100%;
	}

	#to_form {
		margin-bottom: 40px;
	}

	.form_image_wrap_image img {
		width: 100%;
		max-width: 200px !important;
	}

	.box-nav {
		width: 100%;
		margin: 0;
	}

	.sidebar-item {
		width: 100%;
		max-width: 100%;
	}

	.header-bottom__menu {
		padding-left: 0;
	}

	.footer-inner__bottom {
		width: 70%;
		order: 3;
	}

	.footer-inner__bottom .footer-menu__container {
		width: 8%;
	}

	.footer-social {
		order: 4;
	}

	.header-menu .footer-bottom__menu {
		flex-direction: column;
	}

	.header-menu .header-menu__item:nth-child(5) {
		display: none;
	}

	.header-menu .header-menu__item:nth-child(6) {
		display: none;
	}
	.header-menu .header-menu__item:nth-child(4) {
		display: none;
	}
	.header-menu .header-menu__item:nth-child(3) {
		display: none;
	}

	.logo {
		font-size: 22px;
	}

	.logo span::after {
		top: -12px;
	}

	.logo-bg {
		width: 35px;
	}

	.header-bottom__wrapper {
		padding: 0;
	}

	.nav-wrapper {
		padding: 8px 0px;
	}

	.header-bottom {
		margin-top: 70px;
	}
	.footer-bottom__menu {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-bottom__menu .header-menu__item:not(:first-child) {
		border-bottom: 1px solid var(--grey);
		display: block;
		width: 100%;
	}
	.footer-bottom__menu .header-menu__item {
		margin: 10px 0px;
		padding-bottom: 10px;
		display: block;
	}
	.footer-bottom__menu .header-menu__item a {
		padding: 0;
		display: block;
		border-right: 0;
	}
	.footer-bottom__btn {
		margin-left: 0;
	}
	.footer-bottom__text {
		padding: 0;
		margin-left: 0;
		margin-top: 60px;
	}
	.slider-content {
		width: auto;
		max-width: 100%;
		font-family: 'Source Sans Pro';
	}
	.slider-item img {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 10px;
	}
}

/* Small: 576px - 767px */
@media (max-width: 767px) {
	.container {
		max-width: 540px;
	}

	.content-top {
		align-items: flex-start;
		align-content: center;
		margin-bottom: 0px;
		flex-direction: column;
	}

	.sab-title {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 15px;
	}

	.sab-title__item {
		margin-bottom: 8px;
	}

	.article-body {
		line-height: 25px;
	}

	.header-menu, .header-text, .logo-bg {
		display: none;
	}
	.logo  {
		padding-left: 48px;
	}
	.logo span::after {
		position: absolute;
		content: url('../img/favicon-mini.jpg');
		z-index: -1;
		left: -35px;
	}
	.logo span::after {
		top: -2px;
  }
  .mob-header-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 8px 0px;
  }
  .header-bottom__wrapper .social, .footer-top {
	display: none;
  }
  .header-bottom {
	margin-top: 48px;
}
  .mob-header-menu a{
	display: block;
	border: none;
	padding: 0;
  }
  .header {
	padding-bottom: 21px;
}
.footer-bottom__wrapper .footer-bottom__menu  {
	display: flex;
}
.footer-bottom {
	border-top:  20px solid var(--launch__label-color);
}
}

/* Extra small: 0px (320px) - 575px */
@media (max-width: 475px) {
	.container {
		padding: 0 10px;
	}

	.content-title {
		font-size: 22px;
	}

	.footer-copyright {
		font-size: 14px;
	}
}