* {
	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: 'Libre Franklin', sans-serif;
}

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;
	color: #f68e01;
}

a:hover {
	text-decoration: none;
	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: 'Libre Franklin', sans-serif;
}

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

.header {
	padding-bottom: 54px;
}

.nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	border-bottom: 1px solid #d5d5d5;
}

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

.burger {
	position: relative;
	width: 15px;
	display: block;
	height: 3px;
	background-color: rgb(35, 35, 35);
	z-index: 2;
}

.burger::after {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	background-color: rgb(5, 5, 5);
	top: -6px;
	right: 0;
}

.burger::before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	background-color: rgb(0, 0, 0);
	bottom: -6px;
	right: 0;
}

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

.nav-menu__link {
	align-items: center;
	color: #333 !important;
	display: flex;
	float: left;
	height: 100%;
	letter-spacing: 0;
	margin: 0 10px;
}

.logo {
	display: block;
	max-width: 120px;
	width: 100%;
	height: auto;
	margin-left: 15px;
}

.user {
	width: 18rem;
	display: flex;
	justify-content: end;
	padding-right: 2rem;
	display: flex;
}

.fa-magnifying-glass {
	color: #fff;
}

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

.content-title {
	font-size: 38px;
	display: block;
	line-height: 1.3;
	font-weight: 700;
	color: #1f1f1f;
}

.content-top {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	border-bottom: 1px solid #d5d5d5;
}

.sab-title {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;	
	font-size: 0.9rem;
   color: #60616d !important;
}

.sab-title a {
	font-weight: 400;
	font-size: 0.9rem;
   color: #60616d !important;
}

.wrapper-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 15px;
}

.header-content {
	display: flex;
}

.header-content__btn {
	background: #f68e01;
	color: #fff !important;
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	font-weight: 600;
	height: 35px;
	font-size: 14px;
	margin: 0px 2px;
}

.header-content__btn_none-bg {
	background-color: #fff;
	color: #f68e01 !important;
	border: 1px solid #f68e01;
}

.content-subtitle {
	color: #f96700;
	display: inline-block;
	padding: 5px;
	margin-bottom: 18px;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

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

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

.social {
	width: 40%;
	margin-top: 8px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.social-item {
	float: left;
	margin-right: 1rem;
	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;
}

.fa-facebook-f {
	color: #37559c;
}

.fa-twitter {
	color: #1da1f2;
}

.fa-linkedin-in {
	color: #047BB6;
}

.fa-envelope {
	color: #D96360;
}

.fa-telegram {
	color: #64A8DC;
}

.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-size: 18px;
	line-height: 30px;
}

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

.article-body p {
	display: block;
	margin-bottom: 10px;
	color: #1f1f1f;
	line-height: 1.7;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Libre Franklin', sans-serif;
}

.article-body span {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 300;
}

.text span, h2 {
	display: inline;
}

.img-wrapper {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	max-width: 700px;
	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;
	margin-bottom: 10px;
}

.bg-blue {
	background-color: #fdf2e2;
}

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

.btn {
	background-color: #f68e01;
	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: 'Libre Franklin', sans-serif;
	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%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.box-doc {
	background-color: #fdf2e2;
	font-style: italic;
	padding: 0;
	border-radius: 8px;
}

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

.box-nav {
	margin-left: 20px;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
   background-color: #fff;
}

.sidebar-title {
	color: #000000;
	display: flex !important;
	width: 100%;
	padding: 16px 20px;
	font-size: 16px;
   font-weight: 700;
	font-family: 'Libre Franklin', sans-serif;
	text-transform: uppercase;
	position: relative;
}

.sidebar-item {
	width: 380px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 16px 20px;
	color: #1f1f1f;
	border-bottom: 1px solid #ddd;
}

.sidebar-content {
	margin-left: 10px;
}

.sidebar-text {
	display: block;
	font-size: 20px;
   line-height: 1.3;
	font-weight: 700;
	color: #000;
}

.sidebar-text:hover {
	color: var(--main-color);
	text-decoration: underline;
}

.sidebar-time {
	color: var(--hover-active);
	font-size: 14px;
}

.dop-inf__item {
	display: inline-block;
	padding: 0.3rem 1.2rem;
	font-family: 'Libre Franklin', sans-serif;
	line-height: 1.5;
	font-weight: 300;
	border: 1px solid var(--main-color);
	border-radius: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .2s ease;
}

.dop-inf__item:hover {
	background-color: var(--main-color);
	color: #fff;
	transition: all .2s ease;
}

.dop-inf {
	margin-top: 120px;
}

footer {
	margin-top: 60px;
	background-color: #f7f8f9;
}

.footer-top {
	display: flex;
	align-items: center;
	padding: 10px 0px;
	border-bottom: 1px solid #d5d5d5;
	padding: 0px 20px;
}

.logo {
	text-align: center;
	display: block;
	flex: auto;
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
	flex-wrap: wrap;
	padding: 0px 20px;
}

.footer-menu {
	padding: 5px;
}

.footer-menu li {
	margin: 15px 0px;
	font-size: 14px;
}

.footer-link__title {
	font-weight: 700 !important;
	color: #000 !important;
}

.footer-menu a{
	color: #575757;
	font-weight: 400;
}


.logo-footer {
	margin: 0 auto;
}

.img-prod {
	display: block;
	max-width: 340px !important;
	width: 100% !important;
	margin: 20px auto 30px !important;
}

.social-footer {
	width: 15%;
}

.social-footer .social-item i {
	border-radius: 0px;
	border: none;
	margin-right: 0;
	color: #1f1f1f !important;
}

.footer-bottom {
	padding: 20px 0px 20px;
	align-items: center;
	justify-content: center;
}

.footer-bottom p {
	font-size: 14px;
	color: #1f1f1f;
}

/*  Responsive  */
/* Large: 992px - 1199px */
@media (max-width: 1899px) {
	.menu__header .nav-menu__item:nth-child(9) {
		display: none;
	}
}
@media (max-width: 1438px) {
	.menu__header .nav-menu__item:nth-child(8) {
		display: none;
	}
}
@media (max-width: 1299px) {
	.menu__header .nav-menu__item:nth-child(7) {
		display: none;
	}
}
@media (max-width: 1199px) {
	.container {
		max-width: 960px;
	}
	.container-grid-box {
		flex-direction: column;
	}
	.article-body {
		margin-bottom: 40px;
	}
	.box-nav {
		width: 100%;
		margin-left: 0;
	}
	.sidebar-item {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.footer-wrapper .menu>li li {
		margin: 10px 2px;
	}

	.legal-footer ul {
		gap: 10px;
		flex-direction: column;
	}
	.legal-footer ul li {
		padding-right: 0px;
		border-right: 0px;
	}
	.nav-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.menu__header .nav-menu__item:nth-child(6) {
		display: none;
	}
	.menu__header .nav-menu__item:nth-child(5) {
		display: none;
	}
}

/* Medium: 768px - 991px */
@media (max-width: 991px) {
	.container {
		max-width: 720px;
	}
	.menu__header .nav-menu__item:nth-child(4) {
		display: none;
	}
	.content-title {
		font-size: 32px;
	}
	.sab-title {
		font-size: 14px;
	}
	.comm-title {
		font-size: 20px;
	}
	.btn {
		width: 100%;
	}
	.footer-wrapper {
		padding: 20px 0px;
	}
	.user {
		width: auto;
		padding-right: 0;
	}
	.burger {
		margin-right: 0;
	}
	.content-top{
		margin-bottom: 10px;
	}
	.nav-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.social {
		width: 100%;
	}
	.menu__header, .header-content__btn_none-bg, .header-content__btn {
		display: none;
	}
}

/* Small: 576px - 767px */
@media (max-width: 767px) {
	.container {
		max-width: 540px;
	}
	.nav-title svg {
		width: 120px;
	}
	.content-top {
		align-items: flex-start;
		align-content: center;
		flex-direction: column;
	}
	.sab-title {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 5px;
	}
	.sab-title__item {
		margin-bottom: 8px;
	}
	.article-body {
		line-height: 25px;
	}
	.nav-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.comment-wrapper {
		margin-top: 20px;
	}
	.footer-wrapper {
		flex-direction: column;
	}
	footer {
		margin-top: 10px;
	}
	.logo {
		flex: 0 0 auto;
		padding: 5px 0px;
		margin-left: 0;
	}
	.footer-top {
		display: flex;
		flex-direction: column-reverse;
	}
	.footer-wrapper {
		padding: 30px 10px;
		text-align: center;
	}
}

/* Extra small: 0px (320px) - 575px */
@media (max-width: 475px) {
	.container {
		padding: 0 10px;
	}
	.nav-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.content-title {
		font-size: 22px;
	}
	.footer-copyright {
		font-size: 14px;
	}
	.form button.btnn {
		padding: 10px;
	}
}