	* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}

	.container {
	max-width: 1360px;
	margin: 0 auto;
	}

	a {
	text-decoration: none;
	}

	button {
	border: none;
	}

	ul,
	li {
	list-style: none;
	}

	.pages-text p {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	font-family: Open Sans;
	margin-top: 20px;
	padding: 10px;
	}

	.pages ul li {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	font-family: Open Sans;
	margin-top: 20px;
	padding-top: 10px;
	display: block;
	}

	tbody td {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	font-family: Open Sans;
	padding: 10px;
	}

	.breadcrumbs-more {
	position: relative;
	display: flex;
	margin: 50px 0 0;
	}
	.breadcrumbs {
	position: relative;
	display: flex;
	align-items: center;
	margin: 50px -4px 0;
	}
	.breadcrumb__item,
	.breadcrumb__link,
	.breadcrumb__item {
	position: relative;
	display: block;
	margin: 0 5px;
	font-size: 14px;
	color: #454545;
	font-weight: 700;
	font-family: Open Sans;
	text-transform: uppercase;
	}
	.breadcrumb__item-option {
	position: relative;
	font-family: Open Sans;
	display: block;
	margin: 0 5px;
	font-size: 14px;
	line-height: 20px;
	color: #a0a0a0;
	font-weight: 700;
	text-transform: uppercase;
	}
	.breadcrumb-array {
	position: absolute;
	bottom: 0;
	right: -10px;
	}
	.fa-house {
	color: #bbb;
	margin-top: 4px;
	}
	@media (max-width: 1400px) {
	.breadcrumbs {
		margin: 50px 0 0 40px !important;
	}
	}
	@media (max-width: 430px) {
	.breadcrumbs {
		margin: 50px 0 0 30px !important;
	}
	.breadcrumb__item {
		font-size: 15px !important;
	}
	}
	@media (max-width: 430px) {
	.breadcrumbs-more {
		margin: 50px 0 0 20px !important;
	}
	}
	.navigation {
	margin-top: 35px !important;
	margin-bottom: 100px !important;
	}
	.navigation a {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 21.78px;
	text-align: left;
	color: #155749;
	border: 1px solid #155749;
	padding: 10px;
	border-radius: 2px;
	transition: 0.3s ease;
	}

	.navigation a:hover {
	background: #1e5c4e;
	color: #fff;
	}

	.navigation span {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 21.78px;
	text-align: left;
	color: #155749;
	border: 1px solid #155749;
	padding: 10px;
	transition: 0.3s ease;
	}

	.navigation span:hover {
	background: #1e5c4e;
	color: #fff;
	}

	.eye-impaired {
	font-size: 30px;
	}

	.mobile-extra {
	display: none !important;
	}

	.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
	gap: 20px;
	}

	.header__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	}

	.header-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	}

	.header-logo {
	width: 110px;
	height: 110px;
	object-fit: cover;
	}

	.header__title {
	width: 250px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	color: #155749;
	}

	.header-sub {
	margin-top: 5px;
	width: 300px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	color: #155749;
	display: block;
	}

	.weather {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: Arial, sans-serif;
	font-size: 22px;
	}

	.weather img {
	width: 50px;
	height: 50px;
	}

	.header__languages {
	display: flex;
	gap: 30px;
	}

	.header-lang {
	position: relative;
	display: block;
	}

	.header-lang img {
	width: 30px;
	height: 20px;
	object-fit: contain;
	}

	.header-lang__title {
	position: relative;
	display: block;
	text-align: center;
	color: #155749;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: Open Sans;
	}

	.header-lang__title::after {
	content: '';
	position: absolute;
	border: 0.5px solid #cacaca;
	width: 30px;
	border-radius: 5px;
	transform: rotate(90deg);
	right: -30px;
	top: -15px;
	}

	.option-lang {
	position: relative;
	display: block;
	text-align: center;
	color: #0f4d87;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	font-family: Open Sans;
	}

	.header__applications {
	display: flex;
	gap: 20px;
	}

	.header-app {
	transition: 0.3s ease;
	}

	.header-app:hover {
	scale: 1.1;
	}

	.header-app img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	}

	@media (max-width: 1360px) {
	.header {
		padding: 0 15px;
	}
	}

	@media (max-width: 550px) {
	.header__title {
		font-size: 16px;
		width: 100%;
	}

	.header-sub {
		width: 100%;
		font-size: 14px;
	}

	.header-logo {
		width: 80px;
		height: 80px;
	}
	}

	/* hero */
	.nav__slider {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	color: #fff;
	}
	.top-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	position: relative;
	max-width: 1403px;
	margin: 0 auto;
	}
	.menu {
	display: flex;
	list-style: none;
	margin: 40px 20px;
	padding: 0;
	gap: 10px;
	}
	.menu li {
	position: relative;
	}
	.menu a {
	color: #fff;
	font-size: 14px;
	font-weight: bold !important;
	font-family: Inter;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	font-weight: bold;
	transition: background 0.3s;
	}
	.menu a:hover {
	background: #155749;
	color: #fff;
	}
	.submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	flex-direction: column;
	background: #fff;
	color: #155749;
	min-width: 200px;
	border-radius: 2px;
	/* overflow: hidden; */
	}
	.submenu a {
	color: #155749;
	padding: 15px;
	}
	.menu li:hover > .submenu {
	display: flex;
	}

	.menu li > submenu {
	border-bottom: 1px solid #eee;
	}

	/*  */
	.submenu li {
	position: relative;
	}

	.submenu li > .submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	min-width: 200px;
	z-index: 1000;
	}

	.submenu li:hover > .submenu {
	display: flex;
	flex-direction: column;
	}

	/* Search */
	.search {
	width: 490px;
	display: flex;
	align-items: center;
	background: #fff;
	color: #000;
	padding: 10px 10px;
	margin: 0 30px;
	height: 40px;
	}
	.search input {
	border: none;
	outline: none;
	padding: 10px;
	width: 200px;
	}
	.search i {
	font-size: 20px;
	margin-left: 15rem;
	}
	input::placeholder {
	font-size: 12px;
	font-family: Inter, sans-serif;
	font-weight: bold;
	color: #757575;
	}

	/* Burger */
	.burger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 25px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	}
	.burger div {
	height: 3px;
	background: #fff;
	border-radius: 2px;
	transition: 0.3s;
	}
	.burger.active div:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
	}
	.burger.active div:nth-child(2) {
	opacity: 0;
	}
	.burger.active div:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
	}

	@media (max-width: 768px) {
	.menu {
		flex-direction: column;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		width: 100%;
	}

	body.page-inner .menu {
		margin: 26px 0 !important;
	}

	.nav__slider {
		display: block !important;
	}

	.search {
		display: none !important;
	}

	.df-search {
		display: flex !important;
		position: relative;
		z-index: 1000;
		height: 50px;
		margin-top: 20px;
		width: 260px;
	}

	.search i {
		margin-left: 0;
	}

	.header-wrapper {
		display: none;
	}

	.mobile-extra {
		display: none;
	}

	.top-bar {
		-webkit-box-shadow: -5px -5px 5px -5px rgba(34, 60, 80, 0.6);
		-moz-box-shadow: -5px -5px 5px -5px rgba(34, 60, 80, 0.6);
		box-shadow: -5px -5px 5px -5px rgba(34, 60, 80, 0.6);
		padding: 0;
	}

	.nav__slider {
		margin-top: 20px;
	}

	.mobile-extra.open {
		display: flex !important;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-top: -70px;
		margin-bottom: 30px;
	}

	.header-lang__title {
		display: none;
	}

	.eye-impaired {
		color: #fff !important;
	}

	.nav__slider {
		background: #155749;
	}
	.menu.open {
		max-height: 100%;
		padding-bottom: 30px;
		margin-top: 70px;
	}
	.submenu {
		position: relative;
		display: none;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	.submenu.open {
		display: flex;
		max-height: 500px;
	}
	.burger {
		position: absolute;
		top: 20px;
		left: 20px; /* ← СЛЕВА */
		right: auto; /* ← на всякий случай */
		z-index: 2000;
		display: flex;
		margin-top: 10px;
	}
	}

	.search {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px 10px;
}
.page-inner .search {
	width: 250px;
}
.page-inner .search input {
	width: 210px;	
}
.page-inner .search i {
	margin-left: 0;
}
.search input {
    border: none;
    outline: none;
    flex: 1;
    padding: 5px 10px;
}

.btn-search {
    background: none;
    border: none;
    cursor: pointer;
}

	/* Slider */
	.slider {
	margin-top: 30px;
	position: relative;
	height: 550px;
	overflow: hidden;
	}
	.slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.6s ease;
	}
	.slide.active {
	opacity: 1;
	}
	.slide::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(18, 32, 63, 0.45);
	}
	.slide-content {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 150px 35px;
	}
	.slide-content h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: Roboto;
	margin-bottom: 20px;
	width: 920px;
	line-height: 1.3;
	}
	.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #155749;
	padding: 12px 22px;
	border-radius: 4px;
	font-size: 17px;
	font-family: Open Sans;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
	transition: 0.3s ease;
	}
	.btn:hover {
	background: #1b7b66;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2) inset;
	}
	.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	z-index: 3;
	}
	.slider-arrow-pic {
	width: 35px;
	height: 35px;
	object-fit: cover;
	}
	.slider-arrow-pic-left {
	width: 30px;
	height: 30px;
	object-fit: cover;
	}
	/* .arrows {
								position: absolute;
								inset: 0;
								display: flex;
								align-items: center;
								justify-content: center;
								gap: 30px;
								pointer-events: none;
								} */

	.arrow {
	pointer-events: auto;
	}

	.arrows-dots {
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 40px !important;
	left: -7px;
	top: -6px;
	}

	.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fbbc00;
	transition: all 0.3s;
	}

	.dot.active {
	background-color: #fbbc00;
	width: 30px;
	height: 6px;
	border-radius: 5px;
	}
	.arrows {
	/* display: flex; */
	justify-content: center;
	position: relative;
	left: 115px;
	top: 250px;
	}
	.arrow.left {
	left: 120px;
	}
	.arrow.right {
	right: 30px;
	left: 0;
	}
	.arrow {
	pointer-events: none;
	}

	.arrow img {
	pointer-events: auto;
	cursor: pointer;
	}

	@media (max-width: 1024px) {
	.slide-content h2 {
		width: 100%;
	}

	.arrows {
		left: 0;
		margin: 0 30px;
	}

	.slide-content {
		padding: 100px 20px;
	}

	.arrows {
		top: 150px;
	}
	}

	@media (max-width: 550px) {
	.slider {
		height: 400px;
	}

	.slide-content h2 {
		font-size: 17px;
	}

	.btn {
		font-size: 14px;
		padding: 10px 20px;
	}
	}

	body.page-inner .slider {
	display: none;
	}

	body.page-inner .menu {
	padding: 10px 20px;
	border-radius: 8px;
	}
	body.page-inner .search {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	}

	body.page-inner .nav__slider {
	margin-top: 30px;
	/* height: 75px; */
	position: relative;
	background: #155749;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	}

	body.page-inner .top-bar {
	padding: 0;
	}
	
	body.page-inner .menu {
		margin: 10px 0;
	}

	body.page-inner .menu li {
		margin-top: 10px;
	}

	body.page-inner .mobile-extra.open {
		margin-top: -30px;
		padding-bottom: 20px;
	}

	/* course */
	.course {
	margin-top: 80px;
	}

	.section__title {
	color: #155749;
	font-family: Open Sans;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	margin-left: 20px;
	}

	.section__title::after {
	content: '';
	position: absolute;
	width: 54px;
	height: 4px;
	border-radius: 10px;
	background: #ffc107;
	transform: rotate(90deg);
	left: -43px;
	bottom: 13px;
	}

	.course__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-top: 50px;
	}

	.course__card {
	padding: 20px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	}

	.course__sub {
	font-family: Noto Sans;
	font-size: 15px;
	color: #212529;
	font-weight: 600;
	text-transform: uppercase;
	width: 180px;
	}

	.course__subtitle {
	color: #4f4f4f;
	font-size: 12px;
	font-weight: 300;
	font-family: Open Sans;
	margin-top: 20px;
	width: 300px;
	}

	.course__btn {
	margin-top: 20px;
	background: #155749;
	padding: 10px 20px;
	border-radius: 2px;
	display: inline-block;
	transition: 0.3s ease;
	}

	.course__btn:hover {
	background: #1f8e76;
	}

	.course__btn a {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	font-family: Open Sans;
	transition: 0.3s ease;
	}

	.course__btn:hover > a {
	color: #155749;
	}

	.course__btn:hover {
	color: #155749;
	background: #fff;
	border: 1px solid #155749;
	}

	.course-pic {
	display: flex;
	align-items: center;
	gap: 20px;
	}

	@media (max-width: 1360px) {
	.course {
		padding: 0 15px;
	}
	}

	@media (max-width: 768px) {
	.course__card {
		width: 100%;
	}
	}

	@media (max-width: 550px) {
	.section__title {
		font-size: 20px;
	}

	.section__title::after {
		width: 35px;
		left: -30px;
	}

	.course__sub {
		font-size: 14px;
	}

	.course__btn {
		padding: 10px;
	}
	}

	/* last-news */
	.last-news {
	margin-top: 80px;
	}

	.last-news__cards {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	}

	.last-news__card {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	padding: 20px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	}

	.last-news__cnt {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 15px;
	border-bottom: 2px solid #155749;
	}

	.last-news__nav a {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: bold;
	color: #155749;
	text-transform: uppercase;
	}

	.last-news-pic {
	width: 350px;
	height: 233px;
	object-fit: cover;
	border-radius: 5px;
	}

	.last-news__subtitle {
	font-family: Noto Sans;
	font-size: 16px;
	font-weight: bold;
	color: #343a40;
	width: 550px;
	margin-top: 15px;
	}

	.last-news-text {
	font-family: Noto Sans;
	font-size: 14px;
	font-weight: 300;
	color: #4f4f4f;
	width: 650px;
	margin-top: 15px;
	}

	.last-news__date-time {
	font-family: Noto Sans;
	font-size: 13px;
	font-weight: 500;
	color: #6b7a8a;
	margin-top: 15px;
	display: flex;
	gap: 30px;
	}

	.last-news__btn {
	background: #155749;
	padding: 5px 15px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 15px;
	transition: 0.3s ease;
	}

	.last-news__btn:hover {
	background: #196d5b;
	}

	.last-news__btn a {
	font-family: Noto Sans;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	}

	@media (max-width: 1360px) {
	.last-news {
		padding: 0 15px;
	}
	}

	@media (max-width: 1200px) {
	.last-news__subtitle,
	.last-news-text {
		font-size: 14px;
		width: 100%;
	}

	.last-news-pic {
		width: 100%;
		height: auto;
	}

	.last-news__card {
		justify-content: center;
	}
	}

	/* check */
	.check {
	margin-top: 80px;
	}

	.check__cards {
	display: flex;
	flex-direction: column;
	gap: 30px;
	}

	.check__card {
	padding: 20px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	}

	.check__subtitle {
	font-family: Open Sans;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
	}

	.check__btn {
	margin-top: 30px;
	background: #155749;
	display: inline-block;
	border-radius: 5px;
	padding: 5px 20px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	transition: 0.3s ease;
	}

	.check__btn:hover {
	background: #196d5b;
	}

	.check__btn a {
	color: #fff;
	font-size: 16px;
	font-family: Open Sans;
	font-weight: 300;
	}

	@media (max-width: 1360px) {
	.check {
		padding: 0 10px;
	}
	}

	@media (max-width: 550px) {
	.check__subtitle {
		font-size: 14px;
	}

	.check__btn a {
		font-size: 14px;
	}
	}

	/* footer */
	#footer {
	-webkit-box-shadow: 1px -7px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 1px -7px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 1px -7px 10px 2px rgba(34, 60, 80, 0.2);
	}

	.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
	}

	.footer ul li {
	margin-top: 20px;
	}

	.footer ul li a {
	color: #155749;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s ease;
	width: 400px;
	display: block;
	}

	.footer ul li a:hover {
	color: #228c75;
	}

	.footer-sub {
	margin-left: 5px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: bold;
	}

	.footer-icon {
	width: 20px;
	}

	.footer-logo {
	width: 80px;
	height: 80px;
	object-fit: cover;
	}

	.footer__wrap {
	margin-top: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
	}

	.footer-column a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	}

	.footer__desc {
	width: 560px;
	display: block;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: bold;
	color: #155749;
	text-transform: uppercase;
	transition: 0.3s ease;
	}

	.footer__desc:hover {
	color: #207c68;
	}

	.footer-span {
	display: flex;
	float: right !important;
	font-family: Roboto Condensed;
	color: #155749;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	border-left: 2px solid #155749;
	height: 20px;
	padding-left: 15px;
	text-align: center;
	}

	.footer__applications {
	display: flex;
	gap: 20px;
	margin-top: 45px;
	}

	.footer-app {
	background: #155749;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 5px;
	transition: 0.3s ease;
	}

	.footer-app:hover {
	background: #207c68;
	scale: 1.1;
	}

	.fa-square-facebook,
	.fa-instagram,
	.fa-youtube {
	font-size: 30px;
	color: #fff;
	}

	@media (max-width: 1360px) {
	.footer {
		padding: 30px 15px;
	}

	.footer__wrapper {
		margin-top: 20px;
	}
	}

	@media (max-width: 768px) {
	.footer__desc {
		width: 100%;
	}
	}

	@media (max-width: 550px) {
	.footer__desc {
		font-size: 11px;
		text-align: center;
	}

	.footer__wrap {
		justify-content: center;
	}

	.footer-column a {
		justify-content: center;
	}

	.fa-square-facebook,
	.fa-instagram,
	.fa-youtube {
		font-size: 25px;
	}

	.footer ul li a {
		width: 100%;
	}
	}

	/*  */
	.employees__cards {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	}

	.employees__card {
	margin: 0 20px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 2px;
	padding: 5px;
	background: #155749;
	box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
	width: 300px;
	height: 350px;
	}

	.employees-pic {
	width: 100%;
	height: 248px;
	object-fit: cover;
	}

	.employees-desc {
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	font-family: Open Sans;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	}

	.employees-sub {
	padding-bottom: 10px;
	margin-top: 5px;
	color: #f5f5f5;
	font-size: 14px;
	font-family: Inter;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	}

	@media (max-width: 1200px) {
	.employees {
		padding: 0 15px;
	}
	}

	@media (max-width: 555px) {
	.employees__title {
		font-size: 22px;
	}

	.employees__cards {
		justify-content: center;
	}
	}

	#employee-more .container {
	max-width: 1200px;
	}

	.employee-more {
	margin-top: 60px;
	margin-bottom: 100px;
	}

	.employee-more__content {
	border: 3px solid #155749;
	margin-top: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 5px;
	}

	.employee-more__title {
	color: #155749;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}

	.employee-more__desc {
	margin-top: 20px;
	color: #155749;
	font-family: Inter;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	}

	.employee-more-pic {
	width: 255px;
	height: 290px;
	object-fit: cover;
	}

	.employee-more-desc {
	color: #155749;
	font-family: Roboto;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}

	.employee-more p {
	margin-top: 10px;
	color: #155749;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	}

	.employee-more-sub {
	color: #252525;
	font-family: Inter;
	font-size: 22px;
	font-weight: 500;
	line-height: 20px;
	}

	.employee-more-span {
	margin-left: 10px;
	color: #57595a;
	font-family: Inter;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	}

	.employee-more-cnt {
	display: flex;
	margin-top: 20px;
	}

	.employee-more-rightside {
	margin-left: 20px;
	}

	@media (max-width: 1200px) {
	.employee-more {
		padding: 0 15px;
	}
	}

	@media (max-width: 675px) {
	.employee-more-pic {
		width: 200px;
		height: 180px;
	}

	.employee-more-rightside {
		margin-left: 5px;
	}

	.employee-more-desc {
		font-size: 16px;
	}

	.employee-more-sub {
		font-size: 14px;
	}

	.employee-more-span {
		font-size: 13px;
	}

	.employee-more__desc {
		font-size: 17px;
	}

	.employee-more-text {
		font-size: 16px;
	}

	.employee-more__title {
		font-size: 22px;
	}
	}

	@media (max-width: 485px) {
	.employee-more__content {
		justify-content: center;
	}
	}

	#map-sait .container {
	max-width: 1200px;
	}
	.map-sait {
	margin-top: 60px;
	}
	.map-sait__title {
	margin-top: 50px;
	margin-bottom: 60px;
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	text-align: center;
	font-family: Roboto;
	}
	.map-sait-main-link {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	}
	.map-sait__link {
	padding: 20px 44.5%;
	background: #155749;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	font-family: Inter;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: underline;
	box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	transition: 0.2s linear;
	}
	.map-sait__link:hover {
	background: #3d5db5;
	}
	.map-sait__cards {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.map-sait__card {
	margin-top: 20px;
	box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	background: #155749;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	width: 143px;
	height: 240px;
	}

	.map-sait-wrap {
	text-align: center;
	margin-top: 10px;
	}

	.map-sait__card img {
	width: 54.25px;
	height: 54.25px;
	}
	.map-sait-link {
	margin-top: 7px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 26.6px;
	font-family: Inter;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: underline;
	}

	.map-sait-cnt div {
	text-align: center;
	width: 111px;
	}

	.map-sait-other div {
	text-align: center;
	}

	.map-sait-wrapper {
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

	.map-sait-link-other {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	font-family: Inter;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: underline;
	transition: 0.3s ease;
	}

	.map-sait__content {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 60px;
	}

	.map-sait-other {
	width: 175px;
	margin-top: 20px;
	box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	background: #155749;
	padding: 12px 15px;
	border-radius: 3px;
	transition: 0.3s linear;
	}

	.map-sait-other:hover {
	background: #20715f;
	}

	.map-sait-cnt {
	margin-top: 20px;
	box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	background: #155749;
	padding: 12px 15px;
	/* width: 150px; */
	border-radius: 3px;
	}

	.map-sait__wrapp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

	.map-sait__cnt {
	margin-top: 60px;
	margin-bottom: 50px;
	}
	.map-sait__cnt a {
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.map-sait__cnt img {
	width: 140px;
	height: 141px;
	}
	.map-sait-subtitle {
	text-align: center;
	width: 330px;
	font-family: Arial;
	font-size: 28px;
	font-weight: 700;
	line-height: 31px;
	color: #fff;
	}
	@media (max-width: 1200px) {
	.map-sait {
		padding: 0 15px;
	}
	.map-sait__link {
		padding: 20px 43%;
	}
	}
	@media (max-width: 1200px) {
	.map-sait__link {
		padding: 20px 40%;
	}
	}
	@media (max-width: 610px) {
	.map-sait__link {
		padding: 20px 35%;
		font-size: 25px;
	}
	.map-sait-subtitle {
		font-size: 25px;
		width: 100%;
		margin-left: 10px;
	}
	.map-sait__cnt img {
		width: 100px;
		height: 100px;
	}
	.map-sait-link {
		font-size: 18px;
	}
	}
	@media (max-width: 455px) {
	.map-sait-subtitle {
		font-size: 20px;
	}
	}
	.faq__container {
	max-width: 1220px;
	margin: 0 auto;
	margin-bottom: 60px;
	}
	.faq {
	position: relative;
	background: #155749;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 20px;
	}
	.faq__content_question {
	cursor: pointer;
	color: #fff;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 17px;
	width: 900px;
	}
	.faq__page-title {
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}
	.faq__content_question::after {
	content: '+';
	position: absolute;
	top: 15px;
	right: 40px;
	font-size: 2.5rem;
	font-weight: 300;
	transform: rotate(-90deg);
	transition: all 0.3s 0s;
	}
	.faq-reveal::after {
	position: absolute;
	content: '';
	transform: rotate(0deg);
	background: #454545;
	width: 40px;
	height: 4px;
	transition: all 0.3s 0s;
	}
	.faq__answer {
	max-height: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	color: #fff;
	transition: all 0.5s ease-in-out;
	}
	.faq-reveal .faq__answer {
	max-height: 1000px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	padding: 25px;
	box-sizing: border-box;
	transition: all 0.5s ease-in-out;
	}
	@media (max-width: 425px) {
	.faq__page-title {
		width: 500px;
		font-size: 18.5px;
	}
	}
	@media (max-width: 1220px) {
	.containerAnalogue {
		padding: 0 15px;
	}
	}

	@media (max-width: 1000px) {
	.faq__content_question {
		width: 100%;
	}
	}

	#result .container {
	max-width: 1200px;
	}
	.result {
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
	.result__title {
	color: #fff;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}
	.result__cards {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	}
	.result__card {
	flex-direction: column;
	width: 350px;
	}
	.result-pic {
	width: 350px !important;
	height: 200px !important;
	object-fit: cover;
	}
	.result__content {
	margin-left: 20px;
	}
	.result__subtitle {
	margin-top: 20px;
	width: 100%;
	color: #155749;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	font-family: Open Sans;
	text-align: justify;
	}
	.result-data {
	color: #155749;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	font-family: Open Sans;
	margin-right: 50px;
	}
	.result-cnt {
	margin-top: 30px;
	display: flex;
	}
	@media (max-width: 1200px) {
	.result {
		padding: 0 15px;
	}
	}
	@media (max-width: 530px) {
	.result__card {
		flex-direction: column;
		align-items: center;
	}
	.result__card {
		width: 100%;
	}

	.result-pic {
		height: auto !important;
		width: 100% !important;
	}

	.result__subtitle {
		margin-top: 30px;
	}
	.result__content {
		margin-left: 0;
	}
	}

	.photogallery__card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	}

	.photogallery__pic {
	width: 300px;
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
	}

	@media (max-width: 1400px) {
	.photogallery {
		padding: 0 15px;
	}
	}

	@media (max-width: 550px) {
	.photogallery__pic {
		width: 100%;
		height: auto;
	}
	}

	#info .container {
	max-width: 1200px;
	}

	.info {
	margin-top: 60px;
	}

	.info__cards {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

	.info__card {
	border-radius: 5px;
	margin-top: 20px;
	width: 387px;
	background: #155749;
	box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
	transition: 0.2s linear;
	}

	.info__card:hover {
	background: #257a67;
	}

	.info__card:hover p {
	color: #fff;
	}

	.info-img {
	width: 387px;
	height: 230px;
	object-fit: cover;
	border-radius: 5px;
	}

	.info-text {
	text-align: justify;
	padding: 10px;
	color: #fff;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	width: 387px;
	}

	.section-title {
	margin-top: 50px;
	margin-bottom: 60px;
	color: #3e3e3e;
	font-weight: 600;
	font-size: 36px;
	text-align: center;
	font-family: Inter;
	}

	@media (max-width: 1200px) {
	.info {
		padding: 0 15px;
	}
	}

	@media (max-width: 800px) {
	.info__cards {
		justify-content: center;
	}
	}

	@media (max-width: 768px) {
	.info__title {
		font-size: 22px;
	}
	}

	@media (max-width: 550px) {
	.section__title {
		font-size: 20px;
	}
	}

	@media (max-width: 415px) {
	.info__card {
		width: 375px;
	}

	.info-img {
		width: 375px;
	}

	.info-text {
		width: 375px;
		font-size: 15px;
	}
	}

	.news {
	margin-top: 60px;
	}

	.news__cards {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	}

	.news__subtitle {
	margin-top: 20px;
	color: #155749;
	font-weight: 700;
	font-size: 17px;
	line-height: 27px;
	font-family: Open Sans;
	width: 350px;
	}

	.news__desc {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #252525;
	font-weight: 500;
	font-size: 15px;
	font-family: Open Sans;
	width: 350px;
	text-align: justify;
	}

	.news__desc {
	margin-top: 20px;
	}

	.news-time {
	color: #155749;
	font-weight: 700;
	font-size: 14px;
	font-family: Open Sans;
	}

	.news-viewing {
	margin-left: 10px;
	color: #155749;
	font-weight: 700;
	font-size: 14px;
	font-family: Open Sans;
	}

	#news {
	margin-top: 90px;
	}
	.news-more {
	margin-top: 100px;
	}
	.news-more__title {
	color: #155749;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	}
	.news-more__content {
	display: flex;
	margin-top: 50px;
	margin-bottom: 20px;
	}
	.news-more__subtitle {
	width: 100%;
	text-align: left;
	margin-top: 20px;
	color: #155749;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	}
	.news-more-text {
	width: 100%;
	text-align: justify;
	margin-top: 15px;
	color: #155749;
	font-family: Roboto Condensed;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	}
	.news-more__cnt {
	display: flex;
	align-items: center;
	margin-left: 20px;
	}
	.news-more__views {
	display: flex;
	align-items: center;
	color: #155749;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin-left: 3px;
	}
	.news-more__views-date {
	display: flex;
	align-items: center;
	color: #155749;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	}
	.news-more__image {
	width: 100%;
	height: 495px;
	-o-object-fit: cover;
	object-fit: cover;
	}
	@media (max-width: 1400px) {
	.news-more {
		padding: 0 15px;
	}
	}
	@media (max-width: 1024px) {
	.news-more {
		align-items: center;
	}
	}
	@media (max-width: 1024px) {
	.news-more {
		align-items: center;
	}
	.news-more__image {
		height: 350px;
	}
	}
	@media (max-width: 500px) {
	.news-more__image {
		height: 250px;
	}
	}

	@media (max-width: 742px) {
	.content-gallery {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.navigation {
		margin-bottom: 50px !important;
	}

	.navigation span {
		font-size: 13px !important;
		padding: 7px !important;
	}

	.navigation a {
		font-size: 13px !important;
		padding: 7px !important;
	}
	}

	@media (max-width: 1440px) {
	.news {
		padding: 0 15px;
	}
	}

	@media (max-width: 860px) {
	.news__cards {
		justify-content: center;
	}
	}

	@media (max-width: 550px) {
	.news__subtitle {
		width: 100%;
		font-size: 14px;
	}

	.last-news-pic {
		width: 100%;
		height: auto;
	}

	.news__desc {
		width: 100%;
		font-size: 13px;
	}
	}

	.lg-outer .lg-object {
	padding: 10px;
	}

	.photogallery__cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
	}

	.photogallery-pic {
	width: 300px;
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
	}

	.news-more__text p {
	color: #252525;
	font-size: 16px;
	font-family: Open Sans;
	font-weight: 500;
	padding-top: 20px;
	}

	@media (max-width: 660px) {
	.photogallery__cards {
		justify-content: center;
	}

	.photogallery-pic {
		width: 100%;
		height: auto;
	}
	}

	.article-more {
	margin-top: 100px;
	}
	.article-more__title {
	color: #155749;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	}
	.article-more__content {
	display: flex;
	margin-top: 50px;
	margin-bottom: 20px;
	}
	.article-more__subtitle {
	width: 100%;
	text-align: justify;
	margin-top: 20px;
	color: #155749;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	}
	.article-more__text {
	width: 100%;
	text-align: justify;
	margin-top: 15px;
	color: #252525;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 500;
	}

	.article-more__text p {
	margin-top: 20px;
	margin-bottom: 30px;
	}

	.article-more__cnt {
	display: flex;
	align-items: center;
	margin-left: 20px;
	}
	.article-more__views {
	display: flex;
	align-items: center;
	color: #155749;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin-left: 3px;
	}
	.article-more__views-date {
	display: flex;
	align-items: center;
	color: #155749;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	}

	.article-more__image {
	width: 100%;
	height: 495px;
	-o-object-fit: cover;
	object-fit: cover;
	}
	@media (max-width: 1200px) {
	.article-more {
		padding: 0 15px;
	}
	}
	@media (max-width: 1024px) {
	.article-more {
		align-items: center;
	}
	}
	@media (max-width: 1024px) {
	.article-more {
		align-items: center;
	}
	.article-more__image {
		height: 350px;
	}
	}
	@media (max-width: 500px) {
	.article-more__image {
		height: 250px;
	}
	}

	#about .container {
	max-width: 1200px;
	}
	.about {
	margin-top: 60px;
	}
	.about-text {
	margin-top: 30px;
	}
	.about__cards {
	margin-top: 10px;
	margin-bottom: 50px;
	}
	.about__card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.about-picture {
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: 40px;
	border-radius: 5px;
	}
	.about-pic {
	width: 224px;
	height: 138px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
	}
	.about__title {
	margin-bottom: 15px;
	color: #1b1b1b;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	}
	.about__subtitle {
	color: #252525;
	text-align: justify;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	}
	.about__text {
	color: #252525;
	text-align: justify;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	}
	@media (max-width: 1200px) {
	.about {
		padding: 0 15px;
	}
	}
	@media (max-width: 1024px) {
	.about-picture {
		height: 400px;
	}
	}
	@media (max-width: 768px) {
	.about__card {
		flex-direction: column;
	}
	.about-picture {
		height: 300px;
	}
	.about-pic {
		width: 100%;
		height: 300px;
	}
	}
	@media (max-width: 500px) {
	.about-picture {
		height: 230px;
	}
	.about-pic {
		height: 230px;
	}
	}

	.article {
	margin-top: 30px;
	}
	.article__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.article__card {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	background: #fff;
	margin-top: 40px;
	transition: 0.3s linear;
	}

	.article__card:hover {
	background-color: #043c7c;
	color: #ffffff;
	}

	.article__card:hover h2,
	.article__card:hover h2 span,
	.article__card:hover .article__desc,
	.article__card:hover .article-time,
	.article__card:hover .article-viewing {
	color: #ffffff;
	}

	.article-pic {
	width: 428px;
	height: 241px;
	object-fit: cover;
	border-radius: 5px;
	}
	.article__subtitle {
	color: #155749;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 19px;
	line-height: 27px;
	width: 408px;
	text-align: left;
	}
	.article-cnt {
	padding: 0 10px;
	}
	.article__desc {
	margin-top: 10px;
	color: #5c5c5c;
	font-family: Open Sans;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	width: 350px;
	text-align: left;
	margin-bottom: 30px;
	}
	.article-time {
	color: #155749;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	}
	.article-viewing {
	color: #155749;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	float: right;
	}
	.article-button {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	}
	.article-btn {
	margin-bottom: 50px;
	color: #454545;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	border: 1px solid #155749;
	padding: 10px 30px;
	border-radius: 10px;
	transition: 0.3s linear;
	}
	.article-btn:hover {
	background: #454545;
	color: #fff;
	}
	.article__title {
	color: #252525;
	font-weight: 700;
	font-size: 26px;
	line-height: 27px;
	font-family: Arial;
	text-transform: uppercase;
	}
	@media (max-width: 1440px) {
	.article {
		padding: 0 15px;
	}
	}
	@media (max-width: 885px) {
	.article__title {
		text-align: center;
	}
	.article__cards {
		justify-content: center;
	}
	}
	@media (max-width: 500px) {
	.article__card {
		width: 100%;
	}
	.article-pic {
		width: 100%;
	}
	.article__subtitle {
		font-size: 14px;
		width: 100%;
	}
	.article__desc {
		font-size: 13px;
		width: 100%;
	}
	.article-time {
		font-size: 12px;
	}
	.article-viewing {
		font-size: 12px;
	}
	.article-btn {
		font-size: 16px;
	}
	}

	.pages img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

	.pages span {
	padding-top: 20px;
	padding-bottom: 20px;
	}

	.resolution__wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	}

	.resolution a {
	color: #155749;
	font-size: 14px;
	font-weight: 600;
	font-family: Open Sans;
	}

	.container .internet_reception {
	max-width: 1340px;
	}

	.internet_reception__contact,
	.internet_reception__contact-link {
	width: 100%;
	padding: 14px 16px;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 500;
	color: #ffffff;
	background: #155749;
	border-radius: 8px;
	outline: none;
	transition: all 0.3s ease;
	margin-top: 30px;
	}

	/* Псевдоподсказка */
	.internet_reception__contact::placeholder,
	.internet_reception__contact-link::placeholder {
	color: #fff;
	transition: all 0.3s ease;
	}

	/* Фокус */
	.internet_reception__contact:focus,
	.internet_reception__contact-link:focus {
	border-color: #ffffff;
	background: #155749;
	color: #ffffff;
	}

	.internet_reception__contact-link {
	height: 90px !important;
	margin-bottom: 50px;
	}

	.internet_reception__contact::placeholder,
	.internet_reception__contact-link::placeholder {
	color: #fff;
	opacity: 1;
	}

	.internet_reception__contact:focus,
	.internet_reception__contact-link:focus {
	border-color: #ffffff;
	color: #ffffff;
	}

	.internet_reception__contact::placeholder {
	color: #eee;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 500;
	}

	.internet_reception__contact-link::placeholder {
	color: #fff;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 500;
	}

	.internet_reception__btn {
	width: 150px;
	height: 50px;
	background: #155749;
	color: #fff;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 500;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	margin-top: 30px;
	border: none;
	outline: none;
	padding: 12px;
	}

	.internet_reception__btn::placeholder {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Open Sans;
	font-weight: 500;
	}

	@media (max-width: 1440px) {
	.internet_reception {
		padding: 0 15px;
	}
	}

	@media (max-width: 550px) {
	.section-title {
		margin-bottom: 30px !important;
	}
	}
	/*  */
	.internet_reception__form-link {
	position: relative;
	width: 100%;
	}

	/* Сам select */
	.internet_reception__form-link select {
	width: 100%;
	height: 48px;
	padding: 0 44px 0 14px;
	font-size: 16px;
	color: #12203f;
	/* border: 1px solid #12203f; */
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	}

	/* Кастомная стрелка */
	.internet_reception__form-link::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #12203f;
	border-bottom: 2px solid #12203f;
	transform: translateY(-60%) rotate(45deg);
	pointer-events: none;
	}

	.internet_reception__form-link select:hover {
	border-color: #1a3aff;
	}

	.internet_reception__form-link select:focus {
	outline: none;
	border-color: #1a3aff;
	}

	.internet_reception__form-link option {
	color: #12203f;
	cursor: pointer;
	}

	@media (max-width: 768px) {
	.internet_reception__form-link select {
		height: 52px;
		font-size: 15px;
	}
	}

	.resolution__inner a {
	color: #002191;
	font-size: 14px;
	font-weight: 600;
	font-family: Open Sans;
	padding: 10px;
	transition: 0.3s linear;
	}

	.resolution__inner a:hover {
	color: #0e3188;
	}

	.resolution__inner {
	color: #252525;
	font-size: 15px;
	font-weight: 600;
	font-family: Open Sans;
	padding: 10px;
	text-align: center;
	}

	.resolution__subject {
	color: #252525;
	font-size: 15px;
	font-weight: 900;
	font-family: Open Sans;
	padding: 10px;
	border: 1px solid #acacac;
	}

	/*  */
	.documentsMore {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
	}

	.documentsMore__iframe {
	text-align: center;
	margin-top: 50px;
	width: 100%;
	max-width: 1000px;
	height: 700px;
	}

	.documentsMore__main {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 10px;
	margin-top: 40px;
	}

	.documentsMore__fields {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-evenly;
	}

	.documentsMore__download {
	border-radius: 4px;
	border: 1px solid #5a2c0a;
	background: transparent;
	padding: 10px;
	transition: 0.3s linear;
	}

	.documentsMore__download:hover {
	background: #454545;
	}

	.documentsMore__download a {
	color: #454545;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	}

	.documentsMore__download:hover a {
	color: #fff;
	}

	.documentsMore__btn {
	display: inline;
	position: relative;
	margin-right: 10px;
	font-family: Arial;
	}

	.documentsMore__date {
	color: #454545;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	}

	.documentsMore__location {
	color: #454545;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	}

	.documentsMore__btn svg {
	background-color: #dcdcdc;
	padding: 7px 5px;
	border-radius: 4px;
	cursor: pointer;
	width: 1.3em;
	height: 1.3em;
	}

	.documentsMore__copy {
	display: none;
	background: #343434;
	color: #fff;
	position: absolute;
	top: -40px;
	right: 0;
	padding: 5px;
	border-radius: 3px;
	font-weight: 400;
	z-index: 2;
	font-size: 14px;
	}

	.documentsMore .active {
	display: block;
	}

	.document-more__title {
	color: #454545;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}

	.documentsMore p {
	color: #454545;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	padding-top: 20px;
	}

	@media (max-width: 1360px) {
	.documentsMore {
		padding: 0 15px;
	}
	}

	@media (max-width: 550px) {
	.documentsMore p {
		font-size: 13px;
	}

	.section-title {
		font-size: 18px !important;
	}

	.documentsMore__btn svg {
		width: 1.1em;
		height: 1.1em;
		padding: 5px;
	}

	.documentsMore__download a {
		font-size: 14px;
	}

	.documentsMore__fields {
		flex-direction: column;
		gap: 20px;
	}

	.footer {
		margin-top: 45px;
	}
	}
