* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Open Sans;
  }

  .fa-eye {
	margin-left: 10px;
  } 
  
  .container {
	max-width: 1400px;
	margin: 0 auto;
  }
  
  @media (max-width: 1400px) {
	.navigation {
	  margin-bottom: 50px !important;
	}
  }
  
  .breadcrumbs-more {
	position: relative;
	display: flex;
	margin: 50px 0 0 80px;
  }
  
  .breadcrumbs {
	position: relative;
	display: flex;
	margin: 50px 0 0 25px;
  }
  .breadcrumb__item,
  .breadcrumb__link,
  .breadcrumb__item {
	position: relative;
	display: block;
	margin: 0 5px;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: -0.02rem;
	color: #bbb;
	font-weight: 400;
  }
  
  .breadcrumb-array {
	/* font-size: 10px; */
	position: absolute;
	bottom: 0;
	/* top: 30px; */
	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;
	}
  }
  
  a {
	text-decoration: none;
  }
  
  ul,
  li {
	list-style: none;
  }
  
  #header {
	position: relative;
  }
  
  .header {
	position: relative;
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .header__wrapper {
	display: flex;
  }
  
  .header__wrap {
	display: flex;
	align-items: center;
	float: left !important;
  }
  
  .header__content {
	margin-left: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
  }

  .header-logo {
	width: 50px;
  }

  .header__applications {
	display: flex;
	align-items: center;
	margin-right: 10px;
  }
  
  .headerApp {
	margin-left: 5px;
	width: 30px;
	height: 30px;
  }
  
  .header__title {
	margin-left: -7px;
    width: 340px;
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
  }
  
  .header__subtitle {
	color: #fa6969;
	font-size: 22px;
	font-weight: 400;
  }
  
  .header__headline {
	margin-left: 20px;
  }
  
  .header__pic {
	width: 100px;
  }
  
  .search {
	position: relative;
  }
  
  .search__input {
	width: 250px;
	padding: 10px;
	border: 2px solid #d8d8d8;
	border-width: 1px;
	border-radius: 3px;
	height: 40px;
	outline: none;
  }
  
  .search__input::placeholder {
	outline: none;
	color: #a59090;
	font-size: 14px;
	font-weight: 400;
  }
  
  .search__button {
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	/* background: #d84444; */
	padding: 10px 15px;
  }
  
  .header__headline {
	/* margin-right: 20px; */
	display: flex;
	align-items: center;
  }
  
  .header__saw {
	margin-left: 10px;
	color: #3b4255;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
  }
  
  .header__saw:hover {
	scale: 1.1;
	transition: all 0.2s ease-in;
  }
  
  .header-saw__image {
	margin-left: 10px;
	width: 30px;
	height: 30px;
  }
  
  @media (max-width: 1400px) {
	.header {
	  padding: 0 30px;
	}
  }
  
  @media (max-width: 1744px) {
	.header__saw {
	  font-size: 16px;
	}
  }
  
  @media (max-width: 1180px) {
  	.header__title {
	  width: 250px;
	  font-size: 17px;
	}
  }

  @media (max-width: 935px) {
	.search__input {
		width: 200px;
	}
}

@media (max-width: 875px) {
	.header__applications {
		display: none;
	}

	.search__input::placeholder {
		font-size: 12px;
	}
}

@media (max-width: 730px) {
	.header__saw {
		display: none;
	}
  }
  
  @media (max-width: 600px) {
	.header__wrap {
	  flex-direction: column;
	}
  
	.header__headline {
	  margin-top: 20px;
	}
  }

  @media (max-width: 565px) {
	.header {
		flex-direction: column;
	}

	.container__drop {
		margin-top: 20px;
	}
}
  
  @media (max-width: 500px) {	
	.header__headline {
	  flex-direction: column;
	  justify-content: center;
	}

	.header__saw {
		display: flex;
		font-size: 12px;
	}
  }
  
  @media (max-width: 320px) {
	.header__wrapper {
	  flex-direction: column;
	  align-items: center;
	}
  
	.header__wrap {
	  align-items: center;
	}
  }
  
  #nav {
	position: relative;
	z-index: 1000;
	background: #354361;
	height: 60px;
	margin-top: 30px;
  }
  
  .navbar ul li {
	position: relative;
	z-index: 1000;
	float: left;
  }
  
  .navbar ul li a {
	position: relative;
	z-index: 1000;
	font-size: 15px;
	padding: 20px;
	font-weight: 500;
	color: #fff;
	display: block;
	text-transform: uppercase;
  }
  
  .navbar ul li a:hover {
	padding-left: 12px;
	background: #1f3b6b;
	transition: all 0.2s ease;
  }
  
  .navbar ul li ul {
	position: absolute;
	top: 60px;
	left: -30px;
	width: 200px;
	background: rgb(26, 73, 104);
	z-index: 1;
	display: none;
  }
  
  .navbar ul li ul li {
	width: 100%;
	border-top: 1px solid #ddd;
  }
  
  .navbar ul li ul li ul {
	left: 200px;
	top: 0;
  }
  
  .navbar ul li:focus-within > ul,
  .navbar ul li:hover > ul {
	display: initial;
  }
  
  #menu-bar {
	display: none;
  }
  
  #nav label {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	display: none;
  }
  
  .select__menu__content {
	position: relative;
	z-index: 1000;
	padding: 15px 0;
	float: right;
  }
  
  .select-menu {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	width: 100%;
	height: 30px;
  }
  
  .select-menu::before {
	content: '';
  position: absolute;
  border: 1px solid #fff;
  width: 14px;
  transform: rotate(90deg);
  right: 57px;
  }
  
  .select__title {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
  }
  
  .option {
	margin: 0 7px;
	opacity: 0.5;
  }
  
  .select {
	opacity: 1;
  }
  
  @media (max-width: 1400px) {
	#nav {
	  padding: 0 30px;
	}
  }
  
  @media (max-width: 1024px) {
	#nav {
	  padding: 20px;
	}
  
	#nav label {
	  display: initial;
	  position: relative;
	  z-index: 1000;
	}
  
	.navbar {
	  position: absolute;
	  top: 3.7rem;
	  left: 0;
	  right: 0;
	  z-index: 1;
	  background: rgb(11, 48, 74);
	  border-top: 1px solid rgba(0, 0, 0, 0.1);
	  display: none;
	}
  
	.navbar ul li {
	  width: 100%;
	}
  
	.navbar ul li ul {
	  position: relative;
	  width: 100%;
	}
  
	.navbar ul li ul li {
	  background: rgb(11, 48, 74);
	}
  
	.navbar ul li ul li ul {
	  width: 100%;
	  left: 0;
	}
  
	#menu-bar:checked ~ .navbar {
	  display: initial;
	}
  
	.select__menu__content {
	  padding: 0;
	}
  }
  
  .hero {
	margin-bottom: 100px;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
  }
  
  .hero__cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .hero__wrapper {
	display: flex;
	flex-direction: column;
  }
  
  .hero__card-cnt {
	width: 300px;
	background: rgb(11 66 85);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
  }
  
  .hero__card {
	margin: 0 20px 20px;
  }
  
  .hero-image {
	width: 265px;
	height: 340px;
	object-fit: cover;
  }
  
  .hero__title {
	padding: 30px;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
  }
  
  .hero__subtitle {
	padding: 30px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
  }
  
  .hero__btn {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	background-color: #3c9c40;
	border-radius: 3px;
	padding: 30px;
  }
  
  .hero__btn:hover {
	background: #58af53;
	padding-left: 12px;
	text-decoration: line-through;
	transition: all 0.2s linear;
  }
  
  .hero__sub {
	margin: 0 30px 20px;
	color: #0e336c;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
  }
  
  .hero__subject {
	width: 160px;
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
  }
  
  .hero__time {
	display: block;
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	margin: 0 10px 0 0;
  }
  
  .hero__content {
	display: flex;
	align-items: center;
  }
  
  .hero-card__image {
	width: 200px;
	height: 150px;
	object-fit: cover;
  }
  
  @media (max-width: 1400px) {
	.hero {
	  padding: 0 30px;
	}
  
	.hero__cards {
	  justify-content: center;
	}
  }
  
  @media (max-width: 1024px) {
	.hero {
	  flex-direction: column !important;
	  align-items: center;
	}
  
	.hero__sub {
	  margin-top: 80px;
	  text-align: center;
	}
  }
  
  @media (max-width: 540px) {
	.hero__cards {
	  justify-content: center;
	}
  }
  
  .last-document {
	margin-top: 70px;
  }
  
  .last-document__wrapper {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .last-document__title {
	color: rgb(10, 10, 10);
	font-size: 30px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0.48px;
	text-align: left;
	text-transform: uppercase;
	text-align: center;
  }
  
  .last-document__cards {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px;
	border: 2px solid #eee;
	border-radius: 6px;
	width: 400px;
	transition: 0.2s ease-in;
	cursor: pointer;
  }
  
  .last-document__cards:hover {
	border: 2px solid #0039a6;
	transition: 0.2s ease-in;
	transform: translateY(-15px);
  }
  
  .last-document__headline {
	/* width: 380px; */
	margin-bottom: 12px;
	color: rgb(10, 10, 10);
	font-size: 16px;
	font-weight: 600;
	/* line-height: 20px; */
	/* letter-spacing: 2.6px; */
  }
  
  .last-document__subtitle {
	font-weight: 400;
	color: rgb(16 16 16 / 75%);
	font-size: 16px;
	line-height: 24px;
  }
  
  @media (max-width: 1400px) {
	.last-document {
	  padding: 0 30px;
	}
  
	.last-document__wrapper {
	  justify-content: center;
	}
  
	.last-document__cards {
	  margin: 0 20px 20px 0;
	}
  }
  
  @media (max-width: 1024px) {
	.last-document__title {
	  text-align: center;
	}
  }
  
  @media (max-width: 768px) {
	.last-document__title {
	  font-size: 25px;
	}
  
	.last-document__wrapper {
	  align-items: center;
	  flex-direction: column;
	}
  
	.last-document__cards {
	  margin-top: 15px;
	  /* width: 400px; */
	}
  }
  
  @media (max-width: 430px) {
	.last-document__cards {
	  width: 300px;
	}
  
	.last-document__headline {
	  font-size: 13px;
	  width: 350px;
	  padding-left: 75px;
	}
  
	.last-document__subtitle {
	  font-size: 11px;
	}
  }

  .news__wrapper {
	display: flex;
  }
  
  .news__content {
	margin-top: 107px; 	
  }
  
  .news__wrapp {
	width: 350px;
	padding: 20px;
	margin-top: 20px;
  }
  
  .news-link {
	background: #3b5998;
	color: #fff;
	font-size: 13.5px;
	font-weight: 400;
	padding: 15px 112px;
	transition: 0.2s linear;
  }
  
  .news-link:hover {
	border: 1px solid #3b5998;
	color: #3b5998;
	background: #fff;
  }
  
  .news-wrap {
	-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);
  }
  
  .news__description {
	color: #fff;
	font-weight: 400;
	line-height: 19.5px;
	font-size: 20px;
  }
  
  .news__object {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 20px;
  }
  
  .news-btn {
	color: #014479;
	font-weight: 400;
	line-height: 19.5px;
	font-size: 14px;
	transition: 0.2s ease;
  }
  
  .news-btn:hover {
	color: #5a4cc3;
  }
  
  .news__desc {
	margin-top: 10px;
	color: #fff;
	font-weight: 400;
	line-height: 19.5px;
	font-size: 20px;
	width: 200px;
  }
  
  .news__picture {
	margin-top: 10px;
	width: 220px;
	height: 350px;
	object-fit: cover;
  }
  
  .news__title {
	position: relative;
	color: #333333;
	font-size: 36px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
  }
  
  .news__cards {
	display: flex;
	flex-wrap: wrap;
  }
  
  .news__card {
	margin-top: 50px;
  }
  
  .news-pic {
	width: 283px;
	height: 180px;
  }
  
  .news__subtitle {
	color: #333;
	font-weight: 600;
	line-height: 19.5px;
	font-size: 17px;
	letter-spacing: 0.3px;
	width: 285px;
	text-align: justify;
  }
  
  .news__sub {
	margin-top: 20px;
	color: #333;
	font-weight: 400;
	line-height: 19.5px;
	font-size: 17px;
	letter-spacing: 0.3px;
	width: 285px;
	text-align: justify;
  }
  
  .news__subject {
	margin-top: 10px;
	color: #014479;
	font-weight: 400;
	line-height: 19.5px;
	font-size: 14px;
	letter-spacing: 0.3px;
  }
  
  .news-object {
	display: contents;
	color: #000;
	font-size: 13px;
  }
  
  .news__btn {
	color: #014479;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	transition: all 0.2s linear;
  }
  
  .news__btn:hover {
	color: #2276bc;
  }
  
  @media (max-width: 1200px) {
	.news {
	  margin: 0 30px;
	}
  
	.news__wrapper {
	  flex-wrap: wrap;
	  justify-content: center;
	}
  
	.news__cards {
	  justify-content: space-evenly;
	}
  }
  
  @media (max-width: 550px) {
	.news__title {
	  font-size: 30px;
	}
  
	.news__card {
	  margin-left: 0;
	}
  
	.news-pic {
	  width: 330px;
	  height: 200px;
	  object-fit: cover;
	}
  
	.news__subtitle {
	  width: 330px;
	}
  
	.news__sub {
	  width: 330px;
	}

	.news__wrapp {
		width: 350px;
	}

	.news-link {
		padding: 15px 107px;
	}
  }
  
  
  .project {
	margin-top: 70px;
  }
  
  .project__cards {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .project__title {
	margin-left: 5px;
	margin-bottom: 30px;
	color: rgb(10, 10, 10);
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.48px;
	text-align: center;
	text-transform: uppercase;
  }
  
  .project__subtitle {
	margin-bottom: 12px;
	color: rgb(10, 10, 10);
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.48px;
	text-align: left;
	text-transform: uppercase;
  }
  
  .project__subtitle:hover {
	text-decoration: underline;
	transition: all 0.2s ease;
  }
  
  .project-date {
	margin-bottom: 12px;
	color: #3b4254;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	width: 300px;
	padding: 10px;
	text-align: center;
  }
  
  .project__time {
	margin-bottom: 12px;
	color: #3b4254;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
  }
  
  .project__headline {
	color: rgb(16 16 16 / 75%);
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
  }
  
  .project__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border: 2px dashed #606f8b;
	border-radius: 6px;
	width: 350px;
	height: 500px;
	margin-left: 12px;
	transition: 0.2s ease-in;
	cursor: pointer;
  }
  
  .project__card:hover {
	border: 2px solid #0039a6;
	transition: 0.2s ease-in;
	transform: translateY(-10px);
  }
  
  @media (max-width: 1505px) {
	.project__cards {
	  flex-wrap: wrap;
	  justify-content: center;
	}
  
	.project__card {
	  margin-top: 12px;
	}
  }
  
  @media (max-width: 768px) {
	.project__title {
	  font-size: 25px;
	}
  }
  
  @media (max-width: 430px) {
	.project__card {
	  width: 300px;
	}
  
	.project__subtitle {
	  font-size: 14px;
	}
  
	.project__headline {
	  font-size: 13px;
	}
  
	.project-date {
	  font-size: 12px;
	}
  }
  
  @media (max-width: 320px) {
	.project__card {
	  width: 300px;
	}
  }

  #event {
	margin-top: 100px;
  }
  
  .event {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .event__card {
	display: flex;
	align-items: center;
	width: 348px;
	flex-direction: column;
  }
  
  .event__title {
	position: relative;
	color: rgb(10, 10, 10);
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
  }

  .event__title h1 {
	text-align: center;
  }
  
  .event__content {
	display: flex;
  }
  
  .event__time {
	/* display: block; */
	color: rgb(10, 10, 10);
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.48px;
	text-align: center;
  }
  
  .event__subtitle {
	margin-top: 20px;
	color: rgb(10, 10, 10);
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.48px;
	text-align: justify;
  }
  
  .event__view {
	margin-left: 10px;
	color: rgb(10, 10, 10);
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.48px;
	text-align: center;
  }
  
  @media (max-width: 1400px) {
	.event {
	  padding: 0 30px;
	}
  }
  
  @media (max-width: 1300px) {
	.event__title {
	  font-size: 17px;
	}
  
	.event__subtitle {
	  font-size: 15px;
	  width: 300px;
	}
  
	.event__card {
	  margin-top: 50px;
	}
  }
  
  @media (max-width: 660px) {
	.event {
	  align-items: center;
	  justify-content: center;
	}
  }
  
  @media (max-width: 550px) {
	.event__title::after {
	  right: 5.7rem;
	  width: 120px;
	}
  }
  
  .vacancy {
	margin-top: 60px;
  }
  
  .vacancy__title {
	color: rgb(10, 10, 10);
	font-size: 30px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0.48px;
	text-align: left;
	text-align: center;
	text-transform: uppercase;
  }
  
  .vacancy__cards {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between !important;
  }
  
  .vacancy__card {
	cursor: pointer;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 400px;
	border: 2px solid #606f8b;
	padding: 40px;
	margin-top: 30px;
	margin: 0 20px 20px 0;
  }
  
  .vacancy__card:hover {
	border: 2px solid #0039a6;
	transition: 0.2s ease-in;
	transform: translateY(-10px);
  }
  
  .vacancy__subtitle {
	position: relative;
	color: rgb(10, 10, 10);
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
  }
  
  .vacancy__content {
	margin-top: 40px;
  }
  
  .vacancy__time {
	color: rgb(10, 10, 10);
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 59px;
  }
  
  .vacancy__view {
	color: rgb(10, 10, 10);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
  }
  
  @media (max-width: 1440px) {
	.vacancy__cards {
	  align-items: center;
	}
  }
  
  @media (max-width: 1250px) {
	.vacancy__cards {
	  padding: 0 50px;
	}
  }
  
  @media (max-width: 1024px) {
	.vacancy__title {
	  text-align: center;
	}
  
	.vacancy__subtitle {
	  font-size: 16px;
	}
  
	.vacancy__time {
	  font-size: 13px;
	}
  }
  
  @media (max-width: 480px) {
	.vacancy__card {
	  width: 300px;
	}
  
	.vacancy__subtitle {
	  font-size: 14px;
	}
  
	.vacancy__time {
	  margin-top: 30px;
	}
  
	.vacancy__subtitle::after {
	  width: 180px;
	  top: 170px;
	}
  }

  .state {
	margin-top: 80px;
  }
  
  .state__title {
	margin-top: 50px;
	color: #333333;
	font-weight: 400;
	line-height: 35px;
	font-size: 36px;
	text-transform: uppercase;
  }
  
  .state__cards {
	margin-top: 50px;
	display: flex;
	background: #eee;
	border-radius: 3px;
  }
  
  .state__card {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 10px;
	transition: 0.3s ease;
  }
  
  .state__card:hover {
	background: #b7b0b5;
	scale: 1.1;
  }
  
  .state__card:hover h2 {
	color: #fff;
  }
  
  .state__image {
	width: 45px;
	height: 40px;
	object-fit: contain;
  }
  
  .state__subject {
	margin-left: 5px;
	/* width: 250px; */
	color: #0d4ea4;
	font-weight: 400;
	line-height: 18px;
	font-size: 15px;
  }
  
  @media (max-width: 1200px) {
	.state {
	  margin: 80px 30px;
	}
  
	.state__cards {
	  flex-wrap: wrap;
	  justify-content: center;
	}
  }
  
  @media (max-width: 768px) {
	.state__title {
	  font-size: 30px;
	  text-align: center;
	}
  }
  
  @media (max-width: 695px) {
	.state__subject {
	  width: 100%;
	}
  }
  
  
  #footer {
	background-color: #18294c;
  }
  
  .footer {
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
  }
  
  .footer__title {
	padding-top: 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
  }
  
  .footer__address {
	font-family: Roboto Serif;
	padding-top: 15px;
	width: 300px;
	color: #fff;
	font-size: 13px;
	/* padding-bottom: 20px; */
	font-weight: 300;
  }
  
  .footer__cart {
	padding-top: 15px;
	width: 300px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	display: block;
  }
  
  .footer__cart:hover {
	padding-left: 15px;
	color: #ddd;
	transition: all 0.2s ease;
  }
  
  .footer__social-skills {
	display: flex;
	margin-top: 15px;
  }
  
  .footer__applications {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	background: #fff;
	padding: 7px;
	border-radius: 5px;
	margin: 0 10px 0 0;
  }
  
  .footer__object {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 100;
	line-height: 17px;
	letter-spacing: 2px;
	margin-top: 50px;
  }
  
  .footer__applications:hover {
	scale: 1.15;
	transition: all 0.2s ease;
  }
  
  .footer__applications img {
	width: 30px;
	height: 20px;
	object-fit: cover;
  }
  
  .fa-facebook {
	color: #0e336c;
  }
  
  .fa-instagram {
	color: #0e336c;
  }
  
  .fa-youtube {
	color: #0e336c;
  }
  
  .fa-tiktok {
	color: #0e336c;
  }
  
  @media (max-width: 1400px) {
	.footer {
	  margin: 0 30px;
	}
  }
  
  @media (max-width: 1250px) {
	#footer::before {
	  left: 30rem;
	}
  }
  
  @media (max-width: 1024px) {
	#footer {
	  height: 830px;
	  overflow-x: hidden;
	}
  
	.footer {
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	}
  
	.footer__wrapper {
	  margin-top: 40px;
	}
  
	.footer__object {
	  text-align: center;
	}
  
	#footer::before {
	  width: 400px;
	  top: 15rem; 
	}
  
	#footer::after {
	  width: 400px;
	}
  }
  
  @media (max-width: 880px) {
	#footer::before {
	  left: 10rem;
	}
  }
  
  
  @media (max-width: 550px) {
	#footer::before {
	  left: 5rem;
	  top: 20rem;
	}
  }
  
  @media (max-width: 430px) {
	#footer {
	  overflow: hidden;
	}
  
	#footer::before {
	  left: 0;
	}
  }
  
  @media (max-width: 376px) {
	#footer::before {
	  width: 350px;
	  top: 25rem;
	}
  
	#footer::after {
	  width: 350px;
	}
  }
  
  .news-one {
	margin: 0 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
  }
  
  .news-one__title {
	color: #3b4255;
	/*font-size: 30px;
	font-weight: 500;
	line-height: 35.2px;*/
	text-align: center;
	margin: 20px 10px 50px;
	width: 1000px;
	font-size: 20px;
  }
  
  .news-one__content {
	display: flex;
	margin-bottom: 20px;
  }
  
  .news-one__subtitle {
	text-align: justify;
	margin-top: 15px;
	color: #0e336c;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
  }
  
  .news-one__cnt {
	display: flex;
	align-items: center;
	margin-left: 20px;
  }
  
  .news-one__views {
	display: flex;
	align-items: center;
	color: var(--blue, #1e3685);
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	margin-left: 3px;
  }
  
  .news-one__views-date {
	display: flex;
	align-items: center;
	color: var(--blue, #1e3685);
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
  }
  
  .news-one__image {
	width: 1000px;
	margin-bottom: 30px;
  }
  
  @media (max-width: 1024px) {
	.news-one {
	  align-items: center;
	}
  
	.news-one__image {
	  width: 800px;
	}
  
	.news-one__title {
	  width: 800px;
	}
  }
  
  @media (max-width: 900px) {
	.news-one__image {
	  width: 600px;
	}
  
	.news-one__title {
	  width: 600px;
	}
  }
  
  @media (max-width: 768px) {
	.news-one__image {
	  width: 500px;
	}
  
	.news-one__title {
	  font-size: 24px;
	  width: 500px;
	}
  
	.news-one__title p {
	  font-size: 24px;
	}
  }
  
  @media (max-width: 500px) {
	.news-one__image {
	  width: 400px;
	}
  
	.news-one__title {
	  width: 400px;
	}
  }
  
  @media (max-width: 426px) {
	.news-one__image {
	  width: 330px !important;
	}
  
	.news-one__title {
	  font-size: 17px;
	  margin: 10px 12px;
	  width: 300px;
	}
  
	.news-one__title p {
	  font-size: 14px;
	  margin: 0 12px;
	}
  }
  
  @media (max-width: 475px) {
	.news-one__image {
	  width: 400px;
	}
  }
  
  .news {
	margin-top: 60px;
  }
  
  .news__title {
	text-align: center;
	color: #000;
	font-size: 35.2px;
	font-weight: 700;
	line-height: 35.2px;
  }
  .news__cards {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
  }
  
  .news__subject {
	width: 320px;
	color: var(--title, #3b4254);
	font-size: 14.4px;
	font-weight: 500;
	line-height: 21.6px;
	margin-bottom: 10px;
  }
  .news__subject span {
	color: #3b4254;
	font-size: 12px;
	font-weight: 700;
	line-height: 11px;
  }
  
  .news-content {
	display: flex;
	align-items: center;
  }
  
  .news__views-date {
	display: flex;
	align-items: center;
	color: var(--blue, #1e3685);
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
  }
  
  .news__views {
	display: flex;
	align-items: center;
	color: var(--blue, #1e3685);
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
	margin-left: 5px;
  }
  
  .news__object {
	text-align: center;
	color: var(--blue, #3d3a91);
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	text-align: justify;
  }
  
  .news__cnt {
	display: flex;
	align-items: center;
	/* margin-left: 20px; */
  }
  
  .news__card {
	/* margin: 0 10px 30px; */
	position: relative;
  }
  
  .news-pic {
	width: 285px;
  height: 220px;
	object-fit: cover;
  }
  
  @media (max-width: 1200px) {
	.news__cards {
	  margin: 30px;
	}
  }
  
  @media (max-width: 900px) {
	.news__cards {
	  justify-content: center;
	}
  }
  
  @media (max-width: 426px) {
	.news-pic {
	  width: 100%;
	  height: 200px;
	  object-fit: cover;
	}
  }
  
  .navigation a {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.6px;
	text-align: left;
	border: 1px solid rgb(11 66 85);
	padding: 10px 5px;
	color: rgb(11 66 85);
	transition: 0.3s;
  }
  
  .navigation a:hover {
	background: rgb(11 66 85);
	color: #fff;
	transition: 0.3s;
  }
  
  .navigation span {
	color: #3b4255;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.6px;
	text-align: left;
	border: 1px solid rgb(11 66 85);
	padding: 10px 20px;
	color: rgb(11 66 85);
	transition: 0.3s;
  }
  
  @media (max-width: 426px) {
	.navigation a {
	  padding: 7px 5px;
	  font-size: 14px;
	}
  
	.navigation span {
	  padding: 7px 5px;
	  font-size: 14px;
	}
  }
  
  .worker {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .worker__cards {
	position: relative;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
  }
  
  .worker__card {
	position: relative;
	width: 380px;
	height: 600px;
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 50px;
  }
  
  .worker__title {
	color: #0e336c;
	font-size: 30px;
	font-weight: 600;
  }
  
  .worker-desc {
	color: #0e336c;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
  }
  
  .worker__subject {
	color: #2c5ba6;
	font-size: 20px;
	font-weight: 400;
  }
  
  .worker__sub {
	color: #252525;
	font-size: 16px;
	font-weight: 400;
	margin-top: 13px;
  }
  
  .worker-pic {
	width: 350px;
	height: 500px;
  object-fit: cover;
  }
  
  .worker__btn {
	color: #0e336c;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	margin-top: 30px;
  }
  
  .worker__btn:hover {
	color: #2f3da3;
	padding-left: 15px;
	transition: all 0.2s linear;
  }
  
  @media (max-width: 1136px) {
	.worker__cards {
	  padding: 20px;
	}
  }
  
  @media (max-width: 1024px) {
	.worker-pic {
	  width: 300px;
	}
  
	.worker__card {
	  width: 320px;
	  height: 550px;
	}
  }
  
  @media (max-width: 768px) {
	.worker-pic {
	  width: 250px;
	}
  
	.worker__card {
	  width: 280px;
	  height: 500px;
	}
  }
  
  @media (max-width: 600px) {
	.worker__cards {
	  justify-content: center;
	}
  
	.worker__card {
	  margin-top: 20px;
	}
  }
  
  @media (max-width: 426px) {
	.worker-desc {
	  font-size: 20px;
	}
  
	.worker__subject {
	  font-size: 17px;
	}
  
	.worker__sub {
	  font-size: 14px;
	}
  
	.worker__title {
	  font-size: 25px;
	}
  
	.worker__btn {
	  font-size: 18px;
	}
  }
  
  .faq {
	position: relative;
  }
  .faq__content_question {
	cursor: pointer;
	color: rgb(11 66 85);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 35.2px;
	margin: 30px;
  }
  .faq__page-title {
	margin: 30px;
	margin-top: 80px;
	color: var(--title, #3b4254);
	text-align: justify;
	font-family: Roboto;
	font-size: 35.2px;
	font-style: normal;
	font-weight: 700;
	line-height: 35.2px;
  }
  .faq__content_question::after {
	content: '+';
	position: absolute;
	top: 15px;
	right: 40px;
	font-size: 5rem;
	font-weight: 300;
	transform: rotate(-90deg);
	transition: all 0.3s 0s;
  }
  .faq-reveal::after {
	position: absolute;
	content: '';
	transform: rotate(0deg);
	background: #0039a6;
	width: 40px;
	height: 4px;
	transition: all 0.3s 0s;
  }
  .faq__line {
	height: 1px;
	background: rgba(0, 0, 0, 0.12);
	margin: 11.5px;
  }
  .faq__answer {
	max-height: 0;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	color: #000000;
	transition: all 0.5s ease-in-out;
  }
  .faq-reveal .faq__answer {
	max-height: 1000px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	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;
	}
  }
  
  .worker-one {
	margin-top: 50px;
	display: flex;
  }
  
  .worker-one__cnt {
	margin-left: 50px;
  }
  
  .worker-one__pic {
	width: 500px;
	border-radius: 5px;
  }
  
  .worker-one__title {
	color: #0e336c;
	font-family: Roboto;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
  }
  
  .worker-one__desc {
	color: #252525;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 600;
	text-align: justify;
	width: 700px;
  }
  
  @media (max-width: 1100px) {
	.worker-one__pic {
	  width: 400px;
	  padding: 30px;
	}
  
	.worker-one__cnt {
	  margin-left: 20px;
	}
  
	.worker-one__desc {
	  width: 500px;
	}
  }
  
  @media (max-width: 768px) {
	.worker-one {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
  
	.worker-one__pic {
	  width: 300px;
	  padding: 20px;
	}
  
	.worker-one__desc {
	  width: 400px;
	}
  
	.worker-one__title {
	  font-size: 20px;
	  width: 400px;
	}
  }
  
  @media (max-width: 426px) {
	.worker-one__title {
	  width: 300px;
	  text-align: center;
	  margin: 20px;
	}
  
	.worker-one__desc {
	  width: 300px;
	  margin: 0 30px;
	}
  }
  
  .photogallery {
	margin-top: 60px;
  }
  
  .photogallery__cards {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
  }
  
  .photogallery__big {
	width: 800px;
  }
  
  .photogallery__card {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  }
  
  .photogallery-pic {
	width: 300px;
	height: 200px;
	object-fit: cover;
	margin-left: 30px;
  }
  
  @media (max-width: 768px) {
	.photogallery__card {
	  flex-direction: column;
	}
  
	.photogallery-pic {
	  margin-top: 30px;
	}
  }
  
  @media (max-width: 426px) {
	.photogallery-pic {
	  width: 200px;
	  height: 170px;
	}
  }
  
  .vacancy {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  .vacancy__title {
	font-size: 36px;
	color: #151515;
	font-weight: 500;
	line-height: 28px;
	font-family: Roboto;
	margin-bottom: 40px;
  }
  
  .vacancy__views {
	display: flex;
	margin: 10px;
  }
  
  .vacancy__content {
	color: #616161;
	font-family: Roboto;
	font-size: 14px;
  }
  
  .vacancy__text {
	width: 550px;
	text-align: justify;
	font-size: 20px;
	color: #151515;
	font-weight: 500;
	line-height: 28px;
	font-family: Roboto;
	margin-bottom: 40px;
  }
  
  .vacancy__image {
	width: 500px;
  }
  
  .vacancy__navigation {
	margin-top: 50px;
  }
  
  .vacancy__headline {
	font-size: 14px;
	color: #151515;
	font-weight: 400;
	line-height: 28px;
	font-family: Roboto;
	margin-bottom: 40px;
  }
  
  @media (max-width: 768px) {
	.vacancy__image {
	  width: 400px;
	}
  
	.vacancy__title {
	  font-size: 33px;
	}
  
	.vacancy__text {
	  font-size: 17px;
	  width: 400px;
	}
  
	.vacancy__content {
	  font-size: 12px;
	}
  
	.vacancy__headline {
	  font-size: 12px;
	}
  }
  
  @media (max-width: 426px) {
	.vacancy__title {
	  font-size: 27px;
	}
  
	.vacancy__image {
	  width: 300px;
	}
  
	.vacancy__text {
	  font-size: 14px;
	  width: 300px;
	}
  
	.vacancy__content {
	  font-size: 12px;
	}
  
	.vacancy__headline {
	  font-size: 12px;
	}
  }
  
  .cart {
	margin-top: 60px;
  }
  
  .cart__title {
	color: #3b4255;
	font-family: Roboto;
	font-size: 32px;
	font-weight: 900;
	line-height: 35.2px;
	text-align: center;
	margin-bottom: 60px;
  }
  
  .cart__wrapper {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
  }
  
  .cart-column {
	display: flex;
	flex-direction: column;
  }
  
  .cart-sub {
	background: rgb(11 66 85);
	color: #fff;
	font-family: Roboto;
	border-radius: 4px;
	padding: 10px;
	display: inline-block;
	margin: 5px;
	cursor: pointer;
	transition: 0.2s linear;
  }
  
  .cart-sub:hover {
	background: #fff;
	color: rgb(11 66 85);
	border: 2px dashed rgb(11 66 85);
	transition: 0.2s linear;
  }
  
  .cart-sub-li {
	cursor: pointer;
	background: rgb(11 66 85);
	color: #fff;
	font-family: Roboto;
	border-radius: 4px;
	padding: 10px;
	display: inline-block;
	margin: 5px 0 0 20px;
  }
  
  .cart-sub-li:hover {
	background: #fff;
	color: #0039a6;
	border: 2px dashed #0039a6;
	transition: 0.2s linear;
  }
  
  @media (max-width: 1024px) {
	.cart__title {
	  font-size: 28px;
	}
  }
  
  @media (max-width: 768px) {
	.cart__wrapper {
	  flex-direction: column;
	  align-items: center;
	}
  
	.cart-column {
	  margin-top: 50px;
	}
  
	.cart-sub {
	  margin-top: 10px;
	}
  
	.cart-sub-li {
	  margin-top: 10px;
	}
  
	.cart__title {
	  font-size: 24px;
	}
  }
  
  @media (max-width: 425px) {
	.cart__title {
	  font-size: 20px;
	}
  
	.cart-sub {
	  padding: 7px;
	  font-size: 14px;
	}
  
	.cart-sub-li {
	  padding: 7px;
	  font-size: 14px;
	}
  }
  .registration {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
  }
  
  .registration__forms {
	display: flex;
  }
  .registration__form-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .registration__title {
	color: var(--title, #3b4254);
	text-align: justify;
	font-family: Roboto;
	font-size: 35.2px;
	font-weight: 700;
	line-height: 35.2px;
	margin-bottom: 146px;
  }
  .registration__subtitle {
	margin-bottom: 46px;
	color: var(--title, #3b4254);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
  }
  .registration__name {
	color: rgb(11 66 85);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
  }
  .registration__contact {
	margin-top: 20px;
	margin-left: 200px;
	padding: 12px;
	width: 681px;
	height: 49px;
	flex-shrink: 0;
	border-radius: 3px;
	border: 1px solid var(--title, #3b4254);
	background: var(--white, #fff);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
  }
  .registration__contact::placeholder {
	color: var(--title, #3b4254);
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 11px;
  }
  .registration__contact-link {
	padding: 8px;
	margin-top: 20px;
	width: 681px;
	height: 117px;
	flex-shrink: 0;
	border-radius: 3px;
	border: 1px solid var(--title, #3b4254);
	background: var(--white, #fff);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
  }
  .registration__contact-link::placeholder {
	color: var(--title, #3b4254);
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 11px;
  }
  .registration__inner {
	margin-top: 60px;
	margin-bottom: 30px;
  }
  .registration__caption-btn {
	margin-left: 50px;
	color: var(--title, #3b4254);
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
  }
  .registration__caption {
	margin-left: 50px;
	color: var(--title, #3b4254);
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
  }
  .registration__btn {
	padding: 15px 45px;
	margin-top: 37px;
	border: none;
	color: var(--white, #fff);
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	flex-shrink: 0;
	border-radius: 6px;
	background: var(--light-blue, #0039a6);
  }
  .registration__btn:hover {
	cursor: pointer;
	background: #fff;
	border: 2px dashed #1600b9;
	color: #1600b9;
	transition: 0.5s ease;
	transform: scale(1.1);
  }
  
  @media (max-width: 1024px) {
	.registration__title {
	  font-size: 32px;
	  margin: 50px 20px;
	}
  
	.registration__subtitle {
	  margin: 20px;
	}
  
	.registration__form {
	  margin: 0 80px;
	}
  
	.registration__contact {
	  width: 422.923px;
	}
	.registration__contact-link {
	  width: 422.923px;
	}
  }
  @media (max-width: 768px) {
	.registration__form-link {
	  margin: 0 20px;
	}
  
	.registration__name {
	  font-size: 14px;
	}
  
	.registration__contact {
	  width: 200px;
	}
	.registration__contact-link {
	  width: 200px;
	}
  }
  @media (max-width: 500px) {
	.registration__name {
	  margin-left: 30px;
	}
  
	.registration__title {
	  text-align: center;
	}
  
	.registration__subtitle {
	  font-size: 16px;
	  text-align: center;
	  width: 300px;
	}
	.registration__contact {
	  margin: 0 60px;
	  padding: 20px;
	  width: 190px;
	  height: 31px;
	}
	.registration__contact-link {
	  padding: 40px;
	  margin-right: 4rem;
	  width: 190px;
	  height: 31px;
	  flex-shrink: 0;
	}
  
	.registration__inner {
	  display: flex;
	  flex-direction: column;
	}
  
	.registration__caption-btn {
	  margin-left: 30px;
	  margin-top: 20px;
	}
  
	.registration__caption {
	  margin-left: 30px;
	  margin-top: 20px;
	}
  
	.registration__btn {
	  margin: 20px 50px;
	  width: 169px;
	  flex-shrink: 0;
	  font-size: 15px;
	}
  }
  
  @media (max-width: 376px) {
	.registration__name {
	  margin-left: 50px;
	}
  
	.registration__contact {
	  margin: 0 60px;
	  padding: 20px;
	  width: 150px;
	  height: 31px;
	}
	.registration__contact-link {
	  padding: 40px;
	  margin-right: 4rem;
	  width: 150px;
	  height: 31px;
	  flex-shrink: 0;
	}
  }
  
  .resolution {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
  }
  
  .resolution__wrapper {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .resolution__title {
	color: rgb(11 66 85);
	font-family: Roboto;
	font-size: 35.2px;
	font-weight: 900;
	line-height: 35.2px;
	text-align: center;
  }
  
  .resolution__subject {
	color: rgb(11 66 85);
	font-family: Roboto;
	font-size: 15px;
	font-weight: 700;
	line-height: 19.2px;
	text-align: center;
	padding: 5px;
  }
  .resolution__sub {
	color: rgb(11 66 85);
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 19.2px;
	text-align: center;
  }
  
  .resolution__sub:hover {
	color: #304e4e;
	transition: all 0.2s ease;
  }
  
  /* .resolution__lead {
	text-align: center;
	color: rgb(11 66 85);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
  } */
  
  .resolution__inner {
	padding: 0 12px;
	color: rgb(11 66 85);
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 19.2px;
	text-align: center;
  }
  
  .resolution__btn {
	display: inline-block;
	padding: 15px 45px;
	margin-top: 100px;
	border: none;
	color: var(--white, #fff);
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	flex-shrink: 0;
	border-radius: 6px;
	background: var(--light-blue, #0039a6);
  }
  
  .resolution__btn:hover {
	cursor: pointer;
	background: #fff;
	border: 2px dashed #1600b9;
	color: #1600b9;
	transition: 0.5s ease;
	transform: scale(1.1);
  }
  
  @media (max-width: 1400px) {
	.resolution {
	  padding: 30px;
	}
  
	.resolution__wrapper {
	  margin: 20px;
	}
  }
  
  @media (max-width: 768px) {
	.resolution__title {
	  font-size: 30px;
	}
	.resolution__sub {
	  font-size: 12px;
	}
	.resolution__subject {
	  font-size: 14px;
	}
	.resolution__lead {
	  font-size: 16px;
	}
  }
  
  @media (max-width: 500px) {
	.resolution__wrapper {
	  flex-direction: column;
	}
  
	.resolution__inner {
	  margin-bottom: 30px;
	}
  
	.resolution__title {
	  font-size: 27px;
	}
	.resolution__sub {
	  width: 200px;
	  font-size: 14px;
	}
	.resolution__subject {
	  font-size: 14px;
	}
	.resolution__lead {
	  /* width: 1000px; */
	  font-size: 20px;
	}
  
	.resolution__btn {
	  width: 169px;
	  flex-shrink: 0;
	  font-size: 15px;
	}
  }
  
  .about {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  }
  
  .about__cards {
	margin-top: 56px;
	margin-bottom: 50px;
  }
  
  .about-pic {
	width: 300px;
	height: 200px;
	object-fit: cover;
  }
  
  .about__card {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
  }
  
  .about-pic {
	margin-top: 30px;
  }
  
  .about__title {
	margin-bottom: 15px;
	color: var(--blue, #1e3685);
	font-family: Roboto;
	font-size: 35.2px;
	font-weight: 900;
	text-align: center;
  }
  .about__sub {
	color: #000;
	text-align: justify;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
  }
  
  @media (max-width: 1400px) {
	.about__sub {
	  padding: 20px 30px;
	}
  }
  
  @media (max-width: 1200px) {
	.about__cards {
	  padding: 0 30px;
	}
  }
  
  @media (max-width: 1024px) {
	.about__sub {
	  width: 500px;
	}
  }
  
  @media (max-width: 768px) {
	.about__card {
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	}
  }
  
  @media (max-width: 500px) {
	.about__sub {
	  width: 300px;
	}
  }
  
  @media (max-width: 425px) {
	.about__sub {
	  font-size: 20px;
	}
  }
  
  @media (max-width: 425px) {
	.about__sub {
	  font-size: 22px;
	}
	.about__card {
	  display: flex;
	  flex-direction: column;
	}
  }
  
  @media (max-width: 425px) {
	.about-pic {
	  width: 200px;
	  height: 150px;
	}
  }
  
  .documents-more {
	margin-top: 60px;
	display: flex;
	align-items: center;
	flex-direction: column;
  }
  
  .documents-more__title {
	font-size: 36px;
	font-family: Roboto;
	color: #151515;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	margin-bottom: 40px;
	width: 800px;
  }
  
  .documents-more__subtitle {
	font-size: 15px;
	font-family: Roboto;
	color: rgb(128, 128, 128);
	font-weight: 300;
	line-height: 28px;
	text-align: center;
	margin-bottom: 40px;
	padding-right: 20px;
  }
  
  .documents-more__content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
  }
  
  .documents-more__cnt {
	display: flex;
	justify-content: center;
  }
  
  .documents-more__btn {
	padding: 15px 45px;
	margin-top: 37px;
	border: none;
	color: var(--white, #fff);
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	flex-shrink: 0;
	border-radius: 6px;
	background: var(--light-blue, #0039a6);
  }
  
  .documents-more__btn:hover {
	cursor: pointer;
	background: #fff;
	border: 2px dashed #1600b9;
	color: #1600b9;
	transition: 0.5s ease;
	transform: scale(1.1);
  }
  
  @media screen and (max-width: 768px) {
	.documents-more__title {
	  font-size: 30px;
	  width: 600px;
	}
  
	.documents-more__content {
	  width: 600px;
	}
  
	.documents-more__subtitle {
	  font-size: 14px;
	}
  
	.documents-more__btn {
	  width: 250px;
	  padding: 15px 35px;
	  font-size: 15px;
	}
  }
  
  @media screen and (max-width: 426px) {
	.documents-more__title {
	  font-size: 24px;
	  width: 400px;
	}
  
	.documents-more__content {
	  flex-direction: column;
	  margin-top: 20px;
	}
  
	.documents-more__subtitle {
	  font-size: 12px;
	}
  }
  
  @media screen and (max-width: 426px) {
	.documents-more__title {
	  width: 300px;
	}
  }
  
  .photogallery {
	margin-top: 60px;
  }
  .photogallery__title {
	text-transform: uppercase;
	color: var(--blue, #1e3685);
	font-family: Roboto;
	font-size: 35.2px;
	font-weight: 900;
	line-height: 35.2px;
	text-align: center;
	margin-bottom: 62px;
  }
  
  .photogallery-pic {
	margin-top: 30px;
	width: 400px;
	height: 250px;
	border-radius: 5px;
	object-fit: cover;
  }
  
  .photogallery__card {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
  }
  .photogallery__subject {
	margin-top: 81px;
	text-align: center;
	color: var(--blue, #1e3685);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
  }
  
  @media (max-width: 1024px) {
	.photogallery__title {
	  font-size: 30px;
	}
  }
  
  @media (max-width: 768px) {
	.photogallery {
	  justify-content: center;
	}
  
	.photogallery__title {
	  font-size: 27px;
	}
  
	.photogallery__card {
	  justify-content: center;
	  align-items: center;
	}
  
	.photogallery-pic {
	  margin-left: 0;
	  width: 300px;
	  height: 200px;
	}
  }
  
  @media (max-width: 425px) {
	.photogallery__title {
	  font-size: 23px;
	}
  }
  
  .info {
	margin-top: 60px;
  }
  .info__title {
	color: rgb(11 66 85);
	font-family: Roboto;
	font-size: 35.2px;
	font-weight: 900;
	line-height: 35.2px;
	text-align: center;
  }
  .info__card {
	position: relative;
	margin-top: 57px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-evenly;
  }
  
  .info__card-one {
	width: 536px;
	height: 165px;
	flex-shrink: 0;
	border-radius: 8px;
	border: 2px dashed rgb(11 66 85);
  }
  .info__card-two {
	width: 536px;
	height: 165px;
	flex-shrink: 0;
	border-radius: 8px;
	border: 2px dashed rgb(11 66 85);
  }
  .info__subtitle {
	padding: 56px;
	color: rgb(11 66 85);
	font-family: Roboto;
	font-size: 25px;
	font-weight: 600;
	line-height: normal;
  }
  .info__subject {
	margin-top: 175px;
	text-align: center;
	color: rgb(11 66 85);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
  }
  
  @media (max-width: 1024px) {
	.info__card-one {
	  width: 436px;
	  height: 165px;
	}
	.info__card-two {
	  width: 436px;
	  height: 165px;
	}
	.info__subtitle {
	  font-size: 22px;
	}
  }
  
  @media (max-width: 1200px) {
	.info__card {
	  flex-direction: column;
	  align-items: center;
	}
  
	.info__card-one {
	  margin-bottom: 30px;
	}
  }
  
  @media (max-width: 768px) {
	.info__card-one {
	  width: 500px;
	  height: 165px;
	}
	.info__card-two {
	  width: 500px;
	  height: 165px;
	}
  }
  
  @media (max-width: 500px) {
	.info__card-one {
	  width: 400px;
	  height: 165px;
	}
	.info__card-two {
	  width: 400px;
	  height: 165px;
	}
  }
  
  @media (max-width: 425px) {
	.info__card {
	  margin: 30px 20px;
	  display: flex;
	  flex-direction: column;
	}
	.info__card-one {
	  width: 300px;
	  height: 105px;
	}
	.info__card-two {
	  width: 300px;
	  height: 105px;
	}
	.info__subtitle {
	  font-size: 14px;
	  padding: 35px;
	}
	.info__title {
	  font-size: 20px;
	}
	.info__subject {
	  font-size: 20px;
	}
  }
  
  .result {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  
  .result__cards {
	margin-top: 50px;
  }
  
  .result__card {
	margin-top: 30px;
	display: flex;
	align-items: center;
  }
  
  .result__block {
	margin-left: 20px;
  }
  
  .result__pic {
	width: 400px;
	height: 330px;
	object-fit: cover;
	border-radius: 4px;
  }
  
  .result__title {
	margin-top: 30px;
	text-align: center;
	color: var(--blue, #1e3685);
	font-family: Roboto;
	font-size: 35.2px;
	font-weight: 900;
	line-height: 35.2px;
  }
  
  .result__subtitle {
	color: var(--title, #3b4254);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.6px;
	margin-bottom: 10px;
	text-align: justify;
  }
  
  .result__view {
	color: var(--blue, #1e3685);
	font-family: Roboto;
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
  }
  
  @media (max-width: 1400px) {
	.result {
	  margin: 30px;
	}
  }
  
  @media (max-width: 768px) {
	.result__pic {
	  width: 300px;
	  height: 200px;
	}
  
	.result__subtitle {
	  font-size: 16px;
	}
  }
  
  @media (max-width: 530px) {
	.result__card {
	  flex-direction: column;
	}
  
	.result__block {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
  
	.result__subtitle {
	  width: 300px;
	  font-size: 14px;
	  margin-top: 15px;
	}
  }
  
  .vacancy-more {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .vacancy-more__cards {
	margin-top: 30px;
  }
  
  .vacancy-more__card {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
  }
  
  .vacancy-more__contact {
	margin-top: 30px;
  }
  
  .vacancy-more__contact div {
	display: flex;
	margin-top: 10px;
  }
  
  .vacancy-more__object {
	color: #0e336c;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
  }
  
  .vacancy-more__object-span {
	display: inline;
	color: #0e336c;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
  }
  
  .vacancy-more__content {
	display: flex;
	margin-top: 30px;
  }
  
  .vacancy-more__cnt {
	display: flex;
	align-items: center;
	margin-left: 30px;
  }
  
  .vacancy-more__title {
	color: #3b4255;
	font-family: Roboto;
	font-size: 30px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 2px;
  }
  
  .vacancy-more__subtitle {
	margin-top: 30px;
	width: 100%;
	color: #808080;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: justify;
  }
  
  .vacancy-more__image {
	width: 100%;
	border-radius: 5px;
	margin-top: 30px;
  }
  
  .vacancy-more-pic {
	width: 400px;
	height: 250px;
	margin-top: 10px;
	border-radius: 6px;
	object-fit: cover;
	margin-left: 10px;
  }
  
  .vacancy-more__views-date {
	display: flex;
	align-items: center;
	color: var(--blue, #1e3685);
	font-family: Roboto;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
  }
  
  .vacancy-more__views {
	margin-left: 5px;
	display: flex;
	align-items: center;
	color: var(--blue, #1e3685);
	font-family: Roboto;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
  }
  
  @media (max-width: 1400px) {
	.vacancy-more {
	  margin: 30px;
	}
  }
  
  @media (max-width: 885px) {
	.vacancy-more-pic {
	  width: 500px;
	  height: 250px;
	}
  }
  
  @media (max-width: 530px) {
	.vacancy-more-pic {
	  width: 300px;
	  height: 200px;
	}
  }
  
  @media (max-width: 650px) {
	.vacancy-more__title {
	  text-align: center;
	}
  
	.vacancy-more__card {
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	}
  }

  .sections {
	margin-top: 60px;
  }
  
  .sections__cards {
	margin-top: 80px;
  }
  
  .sections__card {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .sections__title {
	position: relative;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
  }
  
  .sections__title::after {
	content: '';
	position: absolute;
	width: 100%;
	border: 1px solid #333;
	bottom: -12px;
	left: 0;
  }
  
  .vacancy__views {
	display: flex;
	margin: 10px;
  }
  
  .sections__subtitle {
	width: 500px;
	text-align: justify;
	font-size: 20px;
	color: #151515;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 40px;
  }
  
  .sections-pic {
	width: 500px;
  }
  
  .sections__subject {
	color: #0a0a0a;
	line-height: 14px;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
  }
  
  .vacancy__navigation {
	margin-top: 50px;
  }
  
  .sections__text {
	margin-top: 10px;
	font-size: 14px;
	color: #151515;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 40px;
	width: 500px;
	text-align: justify;
  }
  
  @media (max-width: 1200px) {
	.sections {
	  padding: 0 30px;
	}
  }
  
  @media (max-width: 768px) {
	.sections-pic {
	  width: 400px;
	}
  
	.sections__title {
	  font-size: 33px;
	}
  
	.sections__subtitle {
	  width: 400px;
	}
  
	.sections__text {
	  font-size: 17px;
	  width: 400px;
	}
  }
  
  @media (max-width: 426px) {
	.sections__title {
	  font-size: 27px;
	}
  
	.sections-pic {
	  width: 300px;
	}
  
	.sections__text {
	  font-size: 14px;
	  width: 300px;
	}
  }

  .infographic {
	margin-top: 50px;
  }
  
  .infographic__title {
	position: relative;
	color: #000;
	font-size: 35px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
  }
  
  .infographic__title::after {
	content: '';
	position: absolute;
	width: 200px;
	border: 2px solid #000;
	bottom: 0;
	top: 30px;
	left: 0;
  }
  
  .infographic__card {
	margin-top: 60px;
  }
  
  .infographic__card-one {
	position: relative;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	padding: 30px;
	width: 100%;
	padding: 64px 20px;
	margin-top: 20px;
	margin-bottom: 50px;
	transition: 0.3s linear;
	cursor: pointer;
  }
  
  .infographic__card-one:hover {
	background: #073274;
	border: none;
  }
  
  .infographic__card-one:hover a {
	color: #fff;
  }
  
  .infographic__card-one::after {
	content: '';
	position: absolute;
	width: 150px;
	height: 6px;
	border-radius: 2px;
	background: #2a5492;
	transform: rotate(90deg);
	left: -4.5rem;
  }
  
  .infographic__subtitle {
	color: #073274;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
  }
  
  @media (max-width: 1200px) {
	.infographic {
	  margin: 80px 30px;
	}
  }
  
  @media (max-width: 768px) {
	.infographic__title {
	  font-size: 30px;
	}
  }
  
  @media (max-width: 500px) {
	.infographic__subtitle {
	  font-size: 17px;
	}
  }

  .topical {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
  }
  
  .topical-pic {
	width: 285px;
	height: 200px;
	object-fit: cover;
  }
  
  .topical-title {
	margin-top: 100px;
	position: relative;
	color: #333333;
	font-weight: 400;
	line-height: 35px;
	font-size: 36px;
	text-transform: uppercase;
  }
  
  .topical-title::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #333333;
	bottom: -20px;
	left: 0;
  }
  
  .topical__title {
	color: #333;
	font-weight: 500;
	line-height: 19.5px;
	font-size: 17px;
	letter-spacing: 0.3px;
	width: 285px;
	text-align: justify;
  }
  
  .topical__subtitle {
	margin-top: 20px;
	color: #333;
	font-weight: 400;
	line-height: 19.5px;
	font-size: 17px;
	letter-spacing: 0.3px;
	width: 285px;
	text-align: justify;
  }
  
  .topical__subject {
	position: relative;
	margin-top: 10px;
	color: #382e84;
	font-weight: 400;
	line-height: 19.5px;
	font-size: 14px;
	letter-spacing: 0.3px;
  }
  
  .topical__subject::after {
	content: '';
	position: absolute;
	width: 170px;
	height: 3px;
	left: 0;
	top: 30px;
	border-radius: 3px;
	background: #382e84;
  }
  
  .topical__wrapper {
	margin-bottom: 100px;
	margin-top: 50px;
  }
  
  .topical__headline {
	position: absolute;
	top: 25rem;
	color: #fff;
	font-family: Roboto;
	font-size: 30px;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
  }
  
  .topical__sub {
	position: absolute;
	top: 32rem;
	left: 4.5rem;
	color: #fff;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
  }
  
  .topical__object {
	position: absolute;
	top: 35rem;
	left: 4.5rem;
	color: #fff;
	font-family: Noto Serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
  }
  
  .topical__object::after {
	content: '';
	position: absolute;
	width: 235px;
	height: 3px;
	left: 0;
	top: 30px;
	border-radius: 3px;
	background: #fff;
  }
  
  .topical__picture {
	position: relative;
	width: 400px;
	height: 630px;
	object-fit: cover;
  }
  
  @media (max-width: 1260px) {
	.topical {
	  justify-content: center;
	}
  }
  
  @media (max-width: 768px) {
	.topical__title {
	  font-size: 25px;
	}
  
	.topical__subtitle {
	  font-size: 15px;
	}
  
	.topical__subject {
	  font-size: 16px;
	}
  
	.topical__subject::after {
	  width: 200px;
	}
  
	.topical__headline {
	  font-size: 25px;
	}
  
	.topical__object {
	  font-size: 17px;
	}
  
	.topical__object::after {
	  width: 200px;
	}
  }
  
  @media (max-width: 500px) {
	.topical__wrapper {
	  margin-left: 0;
	}
  
	.topical-pic {
	  margin-left: 0;
	  width: 300px;
	  height: 400px;
	}
  
	.topical__picture {
	  margin-left: 0;
	  width: 300px;
	  height: 400px;
	}
  
	.topical__title {
	  font-size: 23px;
	}
  
	.topical__content {
	  width: 300px;
	  height: 400px;
	}
  
	.topical__headline {
	  top: 15rem;
	  font-size: 20px;
	}
  
	.topical__subtitle {
	  width: 300px;
	}
  
	.topical__sub {
	  top: 20rem;
	  font-size: 15px;
	  left: 2rem;
	}
  
	.topical__object {
	  font-size: 15px;
	  top: 22rem;
	  left: 3rem;
	}
  
	.topical__object::after {
	  width: 180px;
	}
  }

  .news_more {
	margin-top: 100px;
  }
  
  .news_more__title {
	position: relative;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
  }
  
  .news_more__title::after {
	content: '';
	position: absolute;
	width: 100%;
	border: 1px solid #333;
	bottom: -12px;
	left: 0;
  }
  
  .news_more__subtitle {
	margin-top: 50px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 1.5px;
	width: 100%;
	text-align: justify;
  }
  
  .news__more-data {
	color: #252525;
	line-height: 14px;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
  }
  
  .news_more__text {
	margin-top: 30px;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1.5px;
	width: 100%;
	text-align: justify;
  }
  
  .news_more-pic {
	width: 100%;
	height: auto;
	margin-top: 30px;
  }
  
  @media (max-width: 1200px) {
	.news_more {
	  padding: 0 30px;
	}
  }

  .worker {
	margin-top: 50px;
  }
  
  .worker__cards {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
  }
  
  .worker__title {
	position: relative;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
  }
  
  .worker__title::after {
	content: '';
	position: absolute;
	width: 100%;
	border: 1px solid #000;
	bottom: -12px;
	left: 0;
  }
  
  .worker__card {
	margin-top: 30px;
  }
  
  .worker-pic {
	width: 330px;
	height: 450px;
	object-fit: cover;
  }
  
  .worker__subtitle {
	margin-top: 10px;
	color: #382e84;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-align: center;
  }
  
  .worker__option {
	margin-top: 20px;
	color: #333;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
  }
  
  @media (max-width: 1200px) {
	.worker {
	  margin: 80px 30px;
	}
  }
  
  .worker-more {
	margin-top: 50px;
  }
  
  .worker-more__title {
	position: relative;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
  }
  
  .worker-more__title::after {
	content: '';
	position: absolute;
	width: 100%;
	border: 1px solid #000;
	bottom: -12px;
	left: 0;
  }
  
  .worker-more__pic {
	width: 330px;
	height: 500px;
	object-fit: cover;
  }
  
  .worker-more__wrapper {
	display: flex;
	margin-top: 100px;
  }
  
  .worker-more__wrap {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
  }
  
  .worker-more__description {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1.5px;
  }
  
  .worker-more-desc {
	margin-top: 5px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 1.5px;
  }
  
  .worker-more__contact {
	display: block;
	color: #252525;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 1.5px;
  }
  
  .worker-more__text {
	margin-top: 20px;
	width: 500px;
	color: #252525;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-align: justify;
  }
  
  @media (max-width: 1200px) {
	.worker-more {
	  margin: 80px 30px;
	}
  }
  
  @media (max-width: 1100px) {
	.worker-more__text {
	  width: 400px;
	}
  }
  
  @media (max-width: 860px) {
	.worker-more__pic {
	  width: 300px;
	  height: 250px;
	}
  }
  
  @media (max-width: 768px) {
	.worker-more__wrapper {
	  flex-direction: column;
	  align-items: center;
	}
  
	.worker-more__wrap {
	  margin-top: 50px;
	  flex-direction: column;
	  align-items: center;
	}
  
	.worker-more__pic {
	  width: 500px;
	  height: 300px;
	}
  }
  
  @media (max-width: 530px) {
	.worker-more__title {
	  text-align: center;
	}
  
	.worker-more__title::after {
	  left: 8rem;
	}
  
	.worker-more__pic {
	  width: 300px;
	  height: 250px;
	}
  
	.worker-more__text {
	  width: 300px;
	}
  }
  