* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Fira Sans;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.navigation a {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  padding: 10px 20px;
  border: 1px solid #014479;
  color: #014479;
  transition: 0.3s;
}

.navigation a:hover {
  background: #014479;
  color: #fff;
  transition: 0.3s;
}

.navigation span {
  color: #3b4255;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  border: 1px solid #014479;
  padding: 10px 20px;
  color: #014479;
  transition: 0.3s;
}

@media (max-width: 426px) {
  .navigation a {
    padding: 7px 5px;
    font-size: 14px;
  }

  .navigation span {
    padding: 7px 5px;
    font-size: 14px;
  }
}

.breadcrumbs-more {
  position: relative;
  display: flex;
  margin: 50px 0 0 80px;
}

.breadcrumbs {
  margin-bottom: 100px;
  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: #ccc;
  font-weight: 400;
}

.breadcrumb-array {
  position: absolute;
  bottom: 0;
  right: -10px;
}

.fa-house {
  color: #ccc;
  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;
  }
}

.fa-eye {
  margin-left: 10px;
}

.fa-x {
  opacity: 0;
}

#nav {
  margin-top: -50px;
  padding-top: 20px;
  height: 115px;
  background: #4a8abd;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header__wrapper {
  display: flex;
  align-items: center;
}

.header__applications {
  display: flex;
  /* margin-left: -30px; */
}

.header-app {
  margin-left: 5px;
  width: 30px;
  height: 30px;
}

.header__other {
  display: flex;
  align-items: center;
}

.header__logo {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.header-logo {
  width: 130px;
}

.header__title {
  margin-left: 15px;
  width: 300px;
  color: #fff;
  font-weight: 500;
  line-height: 22.5px;
  font-size: 24px;
}

.header__sub {
  margin-left: 5px;
  color: #173ba8;
  font-weight: 500;
  line-height: 19.5px;
  font-size: 16px;
  transition: 0.2s linear;
}

.header__headline {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header-rec {
  position: relative;
  left: -72px;
}

.header-rectangle {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
  background: #fff;
  padding: 20px 40px;
  border-radius: 0% 100% 50% 50% / 13% 0% 100% 85%;
}

.select__title {
  position: relative;
  color: #173ba8;
  font-weight: 500;
  line-height: 19.5px;
  font-size: 14px;
}

.select__subtitle {
  position: relative;
  color: #173ba8;
  font-weight: 500;
  line-height: 19.5px;
  font-size: 14px;
  text-decoration: underline;
}

.select__menu__content {
  margin: 0 20px;
}

.select-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.select-menu::before {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  width: 12px;
  transform: rotate(90deg);
  left: 25px;
}

.option {
  margin: 0 7px;
  opacity: 0.9;
  transition: 0.3s ease;
}

.select {
  opacity: 1;
}

.search__button {
  display: contents;
}

.search__icon {
  width: 20px;
  height: 20px;
}

.container__drop {
  transition: 0.3s ease-in-out;
  width: 100%;
}

.search__input {
  padding: 10px;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 2px;
  margin-top: 30px;
}

.serach-bg {
  background: #3076a9;
  margin-top: 30px;
  padding: 12px 20px;
  border-radius: 2px;
}

#search-bar {
  display: flex;
  align-items: center;
}

.search__input::placeholder {
  outline: none;
  color: #a59090;
  font-size: 14px;
  font-weight: 400;
}

.fa-telegram {
  color: #7ee1ff;
  font-size: 28px;
}

.fa-youtube {
  font-size: 28px;
  color: #ff0000;
}

.fa-facebook {
  font-size: 28px;
  color: #62a0ff;
}

@media (max-width: 1200px) {
  .header {
    margin: 0 30px;
  }

  .header__sub {
    font-size: 17px;
  }

  .header::after {
    display: none;
  }
}

@media (max-width: 1010px) {
  .header__title {
    margin-left: 0;
    width: 250px;
  }
}

@media (max-width: 975px) {
  .header__sub {
    display: none;
  }

  .header__applications {
    display: none;
  }
}

/* @media (max-width: 700px) {
  .header__headline {
    margin-left: -20px;
  }
} */

@media (max-width: 570px) {
	.header {
		margin: 0;
	}

	.header-logo {
		width: 100px;
	}

	.header-rectangle {
		padding: 20px  25px;
	}

	.select__menu__content {
		margin: 0;
	}

	.header-rec {
		left: -30px;
	}

	.select-menu {
		flex-direction: column;
	}
  }

  .serach-bg-none {
    display: none;
  }

.hero-bg {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.hamb {
  display: none;
}

.popup {
  display: none;
}

.navbar ul li {
  position: relative;
  float: left;
}

.navbar ul li a {
  position: relative;
  font-size: 18px;
  margin: 30px 50px 0;
  font-weight: 500; 
  color: #fff;
  display: block;
  transition: all 0.2s ease;
}

.navbar ul li a:hover {
  color: #feec01;
}

.navbar ul li ul li a {
  font-size: 16px;
  padding: 5px;
  font-weight: 500;
  width: 145px;
  margin: 15px;
  color: #fff;
  display: block;
  transition: all 0.2s ease;
}

.navbar ul li ul li {
  width: 100%;
  border-top: 1px solid #ddd;
}

.navbar ul li ul {
  position: absolute;
  top: 52px;
  left: -30px;
  background: #4b97ce;
  z-index: 1;
  display: none;
}

.navbar ul li ul li ul {
  left: 200px;
  top: -1px;
}

.navbar ul li:focus-within > ul,
.navbar ul li:hover > ul {
  display: initial;
}

.navbar-selected {
  border-bottom: 3px solid #fff;
}

@media (max-width: 1200px) {
	.navbar ul li a {
	  margin: 30px 40px 0;
	}
  }

  @media (max-width: 1070px) {
	.navbar ul li a {
	  margin: 30px 30px 0;
	}
  }

@media (max-width: 990px) {
  .navbar ul li a {
    margin: 33px 12px 0;
  }
}

@media (max-width: 768px) {
  #nav {
    padding-top: 20px;
    height: 100px;
  }

  #nav .navbar {
    background: #4a8abd;
    position: absolute;
    z-index: 1;
    width: 100%;
    display: none;
  }

  .navbar ul li a {
    padding: 20px;
  }

  #nav.active .navbar {
    display: initial;
  }

  #nav .navbar ul li {
    width: 100%;
    border-top: 1px solid #ddd;
  }

  #nav .navbar ul li ul {
    position: relative;
    width: 100%;
    left: 0;
  }

  #nav .navbar ul li ul li {
    top: 0;
    left: 0;
  }

  .menuToggle {
    margin: 0 12px;
    position: relative;
    width: 40px;
    height: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menuToggle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: translateY(-12px);
    box-shadow: 0 12px #fff;
    transition: 0.2s linear;
  }

  .menuToggle::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: translateY(12px);
  }

  #nav.active .menuToggle::before {
    transform: rotate(45deg);
    box-shadow: 0 0 #fff;
    transition: 0.2s linear;
  }

  #nav.active .menuToggle::after {
    transform: rotate(315deg);
    box-shadow: 0 0 #fff;
    transition: 0.2s linear;
  }
}

#hero {
  height: 650px;
}

#hero-bg {
  height: 250px;
  background: #4a8abd;
}

.hero-bg-none {
  opacity: 0;
}

.hero-other {
  top: -37rem;
  position: relative;
}

.search_input-none {
  display: none;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -23rem;
}

.hero__title {
  color: #fff;
  font-weight: 700;
  font-size: 78px;
  text-align: center;
}

@media (max-width: 1200px) {
  .hero {
    margin: 0 30px;
  }

  #hero {
	height: 550px;
  }

  .hero__title {
	font-size: 70px;
  }
}

@media (max-width: 1130px) {
	.hero__title {
		font-size: 60px;	
	}
}

@media (max-width: 768px) {
	.search__input {
		height: 40px;
	}

	.serach-bg {
		padding: 8px 15px;
	}
}

@media (max-width: 1130px) {
	.hero {
		top: -23rem;
	}

	.hero__title {
	  font-size: 45px;
	}
  }

  @media (max-width: 500px) {
	.hero {
		top: -25rem;
	}
}

.doc__cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doc__card {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #c6c2cb;
  padding: 20px;
  transition: 0.3s linear;
}

.doc__card:hover h3 {
  color: #fff;
}

.doc__card:hover {
  background: #6a92c2;
}

.doc__card:hover img {
  -webkit-filter: sepia(100) hue-rotate(160deg) saturate(1000);
  filter: sepia(500) hue-rotate(180deg) saturate(1360);
}

.doc-pic {
  width: 30px;
  height: 30px;
}

.doc__title {
  margin-left: 5px;
  color: #014479;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  width: 210px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .doc {
    margin: 50px 30px;
  }
  .doc__cards {
    flex-wrap: wrap;
  }

  .doc__card {
    margin-top: 30px;
  }
}

@media (max-width: 620px) {
  .doc__cards {
    justify-content: center;
  }
}

.slider {
  width: 100%;
  position: relative;
  /* margin: 2rem 0; */
  overflow: hidden;
  padding-bottom: 2.5rem;
}

.slide-switch {
  display: none;
}
.slide-label {
  margin: 0 15rem;
  position: absolute;
  bottom: 1rem;
  display: block;
  z-index: 5;
  height: 1rem;
  width: 1rem;
  text-indent: 1rem;
  overflow: hidden;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
}
.slide-label:nth-of-type(1) {
  left: 1rem;
}
.slide-label:nth-of-type(2) {
  left: 2.5rem;
}
.slide-label:nth-of-type(3) {
  left: 4rem;
}
.slide-label:nth-of-type(4) {
  left: 5.5rem;
}
.slide-label:nth-of-type(5) {
  left: 7rem;
}
.slide-content {
  width: 100%;
  float: left;
  margin-right: -100%;
}
.slide-switch:checked + .slide-label {
  background: #014479;
  border: none;
}
.slide-switch:not(:checked) + .slide-label + .slide-content {
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}
.slide-switch:checked + .slide-label + .slide-content {
  animation: slide 1s;
}
@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.news {
  position: relative;
  margin-top: 170px;
}

.news__main {
  display: flex;
}

.news__wrap {
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}

.news__wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: -20px;
}

.news__wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 50px;
}

.news__content {
  background: #6a92c2;
  width: 250px;
  height: 520px;
  margin-top: 30px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
}

.news__description {
  color: #fff;
  font-weight: 400;
  line-height: 19.5px;
  font-size: 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;
  margin-left: 10px;
  margin-top: 50px;
}

.news__card {
  margin-left: 10px;
  margin-top: 30px;
  overflow: scroll;
  height: 300px;
}

.news-pic {
  width: 285px;
  height: 180px;
}

.news__subtitle {
  color: #333;
  font-weight: 500;
  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__btn {
  border: 2px solid #cccc;
  padding: 15px 65px;
  color: #014479;
  font-weight: 500;
  line-height: 19.5px;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: all 0.2s linear;
}

.news__btn:hover {
  border: 2px solid #014479;
}

@media (max-width: 1200px) {
  .news {
    margin: 50px 30px;
    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;
  }

  .news__subtitle {
    width: 330px;
  }

  .news__sub {
    width: 330px;
  }
}

@media (max-width: 550px) {
  .news__wrap::after {
    top: 90px;
  }
}

.events {
  margin-top: 80px;
  padding-top: 80px;
}

.event__wrapper {
  display: flex;
  margin-top: 80px;
}

.event__card {
  width: 100%;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
  background: #fff;
  padding: 30px;
}

.event-pic {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.events__title {
  position: relative;
  color: #fff;
  font-weight: 300;
  line-height: 31.2px;
  font-size: 36px;
  text-transform: uppercase;
}

.events__title::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 3.5px;
  background: #e65122;
  left: 0;
  bottom: -21px;
  opacity: 1;
}

.events__title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -20px;
  left: 0;
}

.events__subject {
  margin-bottom: 20px;
  margin-top: 30px;
  color: #252525;
  font-weight: 400;
  line-height: 25px;
  font-size: 22px;
}

.events__object {
  color: #252525;
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}

.events__obj {
  color: #333333;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.events-link {
  color: #382e84;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .events {
    margin: 30px;
  }
}

@media (max-width: 1080px) {
  .events__title {
    width: 400px;
    font-size: 33px;
  }

  .events__text {
    width: 400px;
  }
}

@media (max-width: 930px) {
  .events {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .events__title {
    text-align: center;
  }

  .event__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 830px) {
  .events__title {
    font-size: 30px;
  }
}

@media (max-width: 650px) {
  .event-cnt {
    width: 120px;
  }
}

@media (max-width: 450px) {
  .events__title {
    width: 350px;
  }

  .events__subject {
    padding: 10px;
  }

  .events__subject {
    font-size: 20px;
  }

  .events__obj {
    padding: 0 10px;
  }

  .events-link {
    padding: 10px;
  }

  .slide-label {
    margin: 0 7rem;
  }
}

.enumeration {
  margin-top: 120px;
}

.enumeration__title {
  position: relative;
  color: #333333;
  font-weight: 400;
  line-height: 27px;
  font-size: 36px;
  text-transform: uppercase;
}

.enumeration__title::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 3.5px;
  background: #e65122;
  left: 0;
  bottom: -21px;
}

.enumeration__title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333333;
  bottom: -20px;
  left: 0;
}

.enumeration__cards {
  margin-top: 90px;
}

.enumeration__card {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 20px;
}

.enumeration__subtitle {
  width: 900px;
  color: #333333;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
}

.enumeration__subject {
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .enumeration {
    margin: 0 30px 0;
  }
}

@media (max-width: 910px) {
  .enumeration__subtitle {
    width: 400px;
  }
}

@media (max-width: 720px) {
  .enumeration__subject {
    margin-top: 80px;
    font-size: 14px;
  }
}

@media (max-width: 655px) {
  .enumeration__subtitle {
    width: 350px;
  }
}

@media (max-width: 610px) {
  .enumeration__card {
    flex-direction: column;
    padding: 35px 0;
  }

  .enumeration__subtitle {
    width: 100%;
  }

  .enumeration__subject {
    margin-top: 50px;
  }
}

.last-document {
  margin-top: 10rem;
  margin-bottom: 50px;
}

.last-document__title {
  position: relative;
  color: #1452b3;
  font-weight: 500;
  line-height: 27px;
  font-size: 36px;
  text-transform: uppercase;
}

.last-document__title::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 3.5px;
  background: #1452b3;
  left: 0;
  bottom: -21px;
}

.last-document__title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333333;
  bottom: -20px;
  left: 0;
}

.last-document__cards {
  background: #7cabf5;
  margin-top: 80px;
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
}

.last-document__card {
  background: #50a4e2;
  padding: 10px;
  margin: 20px;
  border-radius: 3px;
  transition: 0.2s linear;
}

.last-document__subject {
  color: #e3e3e3;
  font-weight: 500;
  line-height: 24px;
  font-size: 20px;
}

.last-document__subtitle {
  margin-bottom: 20px;
  width: 550px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  font-size: 25px;
}

@media (max-width: 1200px) {
  .last-document {
    margin: 80px 30px;
  }

  .last-document__cards {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 80px 20px;
  }

  .last-document__subtitle {
	width: 100%;
  }
}

@media (max-width: 800px) {
  .last-document__subtitle {
    font-size: 20px;
  }

  .last-document__subject {
    font-size: 16px;
  }
}

@media (max-width: 730px) {
  .last-document__subtitle {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .last-document__title {
    font-size: 30px;
    text-align: center;
  }	
}

#project {
  margin-top: 120px;
  height: 670px;
}

.project {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  top: -30rem;
}

.project-bg {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.project__title {
  position: relative;
  color: #1452b3;
  font-weight: 500;
  line-height: 35px;
  font-size: 36px;
  text-transform: uppercase;
}

.project__title::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 3.5px;
  background: #1452b3;
  left: 0;
  bottom: -21px;
}

.project__title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333333;
  bottom: -20px;
  left: 0;
}

.project__subtitle {
  position: relative;
  padding: 20px;
  width: 500px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
}

.project__subtitle::before {
  content: '';
  position: absolute;
  width: 400px;
  border: 1px solid #ccc;
  bottom: 0;
}

.project__subject {
  margin-top: 20px;
  color: #000;
  font-weight: 400;
  line-height: 17px;
  font-size: 14px;
}

.project__cards {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.project__card {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  box-shadow: -10px 0 -10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
}

.project__card:hover {
  backdrop-filter: blur(25px);
  cursor: pointer;
  transform: translateY(-15px);
}

@media (max-width: 1200px) {
  .project {
    margin: 0 30px;
  }

  .project__cards {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
  }

  .project__subtitle {
	width: 100%;
  }
}

@media (max-width: 1100px) {
  .project__card {
    width: 450px;
  }

  .project__subtitle {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .project__card {
    width: 400px;
  }

  .project__subtitle {
    font-size: 17px;
  }

  .project__subtitle::before {
    width: 250px;
  }
}

@media (max-width: 880px) {
  .project__card {
    width: 350px;
  }
}

@media (max-width: 768px) {
  .project__cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project__card {
    margin-top: 30px;
    width: 500px;
  }

  .project__subtitle {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .project__card {
    width: 400px;
  }

  .project__title {
    font-size: 30px;
  }
}

@media (max-width: 430px) {
  .project__card {
    width: 350px;
  }
}

.multimedia {
  margin-top: 200px;
}

.multimedia__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.multimedia__title {
  position: relative;
  color: #333333;
  font-weight: 400;
  line-height: 21.6px;
  font-size: 36px;
  text-transform: uppercase;
}

.multimedia__title::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 3.5px;
  background: #e65122;
  left: 0;
  bottom: -21px;
}

.multimedia__title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333333;
  bottom: -20px;
  left: 0;
}

.multimedia__video {
  margin-top: 100px;
}

.multimedia__card {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.multimedia__card {
  margin: 50px 0 20px 20px;
  display: flex;
  align-items: center;
}

.multimedia-pic {
  margin-left: 8px;
  width: 300px;
  height: 200px;
}

@media (max-width: 1200px) {
  .multimedia {
    margin: 80px 30px;
  }
}

@media (max-width: 768px) {
  .multimedia__video {
    height: 400px;
    flex: content;
  }
}

@media (max-width: 695px) {
  .multimedia-pic {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .multimedia__title {
    font-size: 30px;
  }

  .multimedia-pic {
    margin-left: 0;
  }

  .multimedia__video {
    height: 300px;
  }
}

#state {
  margin-top: 150px;
  height: 770px;
}

.state {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  top: -37rem;
}

.state-bg {
  width: 100%;
  height: 700px;
}

.state__title {
  color: #fff;
  font-weight: 400;
  line-height: 35px;
  font-size: 36px;
  text-transform: uppercase;
}

.state__cards {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 3px;
}

.state__card {
  background: #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px 0;
  padding: 40px 10px;
  transition: 0.3s ease;
}

.state__card:hover {
  background: #b1a5fe;
  scale: 1.1;
}

.state__card:hover h2 {
  color: #fff;
}

.state__image {
  width: 45px;
  height: 40px;
  object-fit: contain;
}

.state__subject {
  width: 370px;
  margin-top: 10px;
  color: #0d4ea4;
  font-weight: 500;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
}

.state-link {
  margin-top: 30px;
  color: #0d4ea4;
  font-weight: 500;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1200px) {
  .state {
    margin: 0 30px;
    top: -51rem;
  }

  .state-bg {
    opacity: 0;
  }

  .state__cards {
    flex-wrap: wrap;
  }
}

@media (max-width: 840px) {
  .state__cards {
    justify-content: center;
  }

  #state {
    height: 950px;
  }
}

@media (max-width: 768px) {
  .state__title {
    font-size: 30px;
    text-align: center;
  }
}

#footer {
  position: relative;
  background: #333333;
  padding-bottom: 50px;
}

#footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b2b2b2;
  top: 25rem;
}

.footer {
  position: relative;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-around;
}

.footer__wrapper ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ym-advanced-informer {
  margin-top: 20px;
  margin-bottom: 30px;
}

.footer__wrapper ul li div {
  padding-top: 15px;
}

.footer-object {
  color: #b2b2b2;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.footer__object {
  color: #b2b2b2;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Roboto Slab;
}

.footer__wrapper ul li a:hover {
  color: #ccc;
}

.footer__applications {
  display: flex;
  align-items: center;
}

.footer__app {
  margin: 0 10px 0 0;
  transition: 0.2s linear;
}

.footer-pic {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer__app:hover {
  scale: 1.1;
}

.headerApp {
  width: 26.5px;
}

.footer__wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.footer__subject {
  color: #fff;
  font-weight: 400;
  line-height: 21px;
  font-size: 16px;
  transition: 0.2s linear;
}

.footer-sub {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: 0.2s linear;
}

@media (max-width: 1200px) {
  .footer {
    margin: 80px 30px;
  }

  .footer__applications {
    padding: 30px;
  }

  .footer__wrap {
    padding: 30px;
  }
}

@media (max-width: 1000px) {
  .footer__cart {
    width: 250px;
  }
}

@media (max-width: 905px) {
  .footer__cart {
    width: 200px;
    height: 170px;
  }
}

@media (max-width: 850px) {
  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #footer::after {
    display: none;
  }

  .footer__wrapper ul li a {
    font-size: 18px;
  }

  .footer__wrapper {
    padding-top: 40px;
  }

  .footer__cart {
    width: 600px;
    height: 350px;
  }

  .footer__applications {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .footer__cart {
    width: 100%;
    height: 250px;
  }

  .footer__wrap {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 450px) {
  .footer__wrapper ul li {
    width: 100%;
  }
}

.about {
  margin-top: 60px;
}

.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 {
  position: relative;
  margin-bottom: 15px;
  color: #000;
  font-size: 35.2px;
  font-weight: 400;
}

.about__title::after {
  content: '';
  position: absolute;
  border: 1px solid #000;
  width: 100%;
  left: 0;
  top: 50px;
}

.about__sub {
  color: #000;
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

@media (max-width: 1200px) {
  .about {
    padding: 20px 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;
  color: #151515;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
  width: 800px;
}

.documents-more__subtitle {
  font-size: 15px;
  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-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 {
  position: relative;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.photogallery__title::after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid #333;
  bottom: -12px;
  left: 0;
}

.photogallery-pic {
  margin-top: 50px;
  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-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;
  }
}

.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: 350px;
  object-fit: contain;
  border-radius: 4px;
}

.result__title {
  margin-top: 50px;
  position: relative;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.result__title::after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid #333;
  bottom: -12px;
  left: 0;
}

.result__subtitle {
  color: var(--title, #3b4254);
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  margin-bottom: 10px;
  text-align: justify;
}

.result__view {
  color: var(--blue, #1e3685);
  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-size: 20px;
  font-weight: 700;
}

.vacancy-more__object-span {
  display: inline;
  color: #0e336c;
  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-size: 30px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 2px;
}

.vacancy-more__subtitle {
  margin-top: 30px;
  width: 100%;
  color: #808080;
  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-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.vacancy-more__views {
  margin-left: 5px;
  display: flex;
  align-items: center;
  color: var(--blue, #1e3685);
  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;
  }
}

.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;
}

.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: contain;
}

.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;
  }
}

.faq {
  position: relative;
}

.faq__content_question {
  margin: 30px;
  cursor: pointer;
  color: #382e84;
  font-size: 20px;
  font-weight: 500;
  line-height: 35.2px;
  margin: 30px;
}

.faq__page-title {
  margin: 80px 30px;
  position: relative;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.faq__page-title::after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid #000;
  bottom: -20px;
  left: 0;
}

.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: #382e84;
  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 {
    font-size: 18.5px;
  }
}

.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;
  }
}

.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 {
  position: relative;
  color: #000;
  font-size: 35.2px;
  font-weight: 400;
  line-height: 35.2px;
}

.resolution__title::after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid #000;
  bottom: -12px;
  left: 0;
}

.resolution__subject {
  color: rgb(11 66 85);
  font-size: 15px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  padding: 5px;
}
.resolution__sub {
  color: rgb(11 66 85);
  font-size: 14px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
}

.resolution__sub:hover {
  color: #304e4e;
  transition: all 0.2s ease;
}

.resolution__inner {
  padding: 0 12px;
  color: rgb(11 66 85);
  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-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;
  }
}

.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-size: 35.2px;
  font-weight: 700;
  line-height: 35.2px;
  margin-bottom: 146px;
}
.registration__subtitle {
  margin-bottom: 46px;
  color: var(--title, #3b4254);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.registration__name {
  color: rgb(11 66 85);
  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-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-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-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.registration__caption {
  margin-left: 50px;
  color: var(--title, #3b4254);
  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-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;
  }
}

.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;
  }
}

.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;
  }
}

.section-more {
  margin-top: 100px;
}

.section-more__title {
  position: relative;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-more__title::after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid #333;
  bottom: -12px;
  left: 0;
}

.section-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;
}

.section-more__cnt {
  display: flex;
  align-items: center;
}

.section-more__views-date {
  color: #252525;
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
}

.section-more__views {
  color: #252525;
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
  margin-left: 5px;
}

.section-more__text {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  width: 100%;
  text-align: justify;
}

.section-more__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.section-more__image {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .section-more {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .section-more__title {
    font-size: 25px;
    width: 100%;
    text-align: center;
  }
}

.cart {
  margin-top: 60px;
}

.cart__title {
  position: relative;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cart__title::after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid #333;
  bottom: -12px;
  left: 0;
}

.cart__wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}

.cart-column {
  display: flex;
  flex-direction: column;
}

.cart-sub {
  background: #382e84;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  transition: 0.2s linear;
}

.cart-sub:hover {
  background: #fff;
  color: #382e84;
  border: 2px dashed #382e84;
  transition: 0.2s linear;
}

.cart-sub-li {
  cursor: pointer;
  background: #443c82;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  margin: 5px 0 0 20px;
}

.cart-sub-li:hover {
  background: #fff;
  color: #443c82;
  border: 2px dashed #443c82;
  transition: 0.2s linear;
}

.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;
  }
}

@media (max-width: 1200px) {
  .cart {
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .cart__title {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .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;
  }
}
