* {
  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;
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 0.5;
  top: 7em;
}

.header__wrapper {
  display: flex;
  align-items: center;
}

.header__applications {
  display: flex;
  margin-top: 20px;
  margin-right: 10px;
}

.header-app {
  margin: 0 2px;
}

.headerApp {
  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: 75px;
}

.header__title {
  margin-left: 15px;
  width: 300px;
  color: #333333;
  font-weight: 500;
  line-height: 26px;
  font-size: 24px;
}

.header__sub {
  margin-left: 5px;
  color: #000;
  font-weight: 500;
  line-height: 19.5px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}

.header__headline {
  display: block ruby;
}

.select__title {
  position: relative;
  color: #000;
  font-weight: 500;
  line-height: 19.5px;
  font-size: 14px;
  text-transform: uppercase;
}

.select__subtitle {
  position: relative;
  color: #3b5998;
  font-weight: 500;
  line-height: 19.5px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: 0.2s linear;
}

.select__subtitle:hover {
  color: #237cac;
}

.select__menu__content {
  margin: 0 20px;
}

.select-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.select-menu::before {
  content: '';
  position: absolute;
  border: 1px solid #000;
  width: 12px;
  transform: rotate(90deg);
  left: 79px;
}

.option {
  margin: 0 7px;
  opacity: 0.9;
  transition: 0.3s ease;
}

.select {
  opacity: 1;
}

.search__icon {
  width: 20px;
  height: 20px;
}

.search__input {
  -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);
  margin-right: 5px;
  width: 150px;
  height: 35px;
  padding: 10px;
  height: 25px;
  outline: none;
  border: none;
}

#search-bar {
  display: flex;
  align-items: center;
}

.search__input::placeholder {
  outline: none;
  color: #a59090;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.fa-magnifying-glass {
  color: #fff;
}

.select__menu__content {
  margin: 0 20px;
}

.search__button {
  display: contents;
}

@media (max-width: 1200px) {
  .header {
    margin: 0 10px;
  }

  .header__sub {
    font-size: 17px;
  }
}

@media (max-width: 1010px) {
  .header__title {
    margin-left: 5px;
    width: 250px;
  }
}

@media (max-width: 975px) {
  .header__sub {
    display: none;
  }

  .header__applications {
    display: none;
  }
}

@media (max-width: 865px) {
  .header {
    align-items: center;
    justify-content: center;
  }

  .menu-button {
    top: -7rem !important;
  }
}

@media (max-width: 800px) {
  .header::after {
    display: none;
  }
}

@media (max-width: 605px) {
  .header__title {
    font-size: 20px;
    width: 187px;
  }

  .menu-button {
    top: -6rem !important;
  }

  .select__subtitle {
    font-size: 12px;
  }

  .select__title {
    font-size: 12px;
  }

  .select-menu::before {
    left: 59px;
  }

  .header-logo {
    width: 50px;
  }
}

@media (max-width: 505px) {
  .select-menu::before {
    left: 69px;
  }

  .header__headline {
    margin-left: -13px !important;
  }
}

@media (max-width: 430px) {
  .header__title {
    width: 115px;
  }

  .menu-button {
    top: -6.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .show-search {
    width: 230px;
  }
}

@media (max-width: 700px) {
  .header__headline {
    margin-left: -20px;
  }
}

@media (max-width: 450px) {
  .select__menu__content {
    margin: 0;
  }
}

.hamb {
  display: none;
}

.popup {
  display: none;
}

.container__drop {
  margin-left: 20px;
}

#nav {
  margin-top: 30px;
}

.nav__content {
  display: flex;
  align-items: center;
}

.navbar ul li {
  position: relative;
  float: left;
}

.navbar ul li a {
  position: relative;
  font-size: 18px;
  padding: 20px 10px 10px;
  font-weight: 500;
  color: #000;
  display: block;
  transition: all 0.2s ease;
}

.navbar ul li a:hover {
  color: #3b5998;
}

.navbar-selected {
  border-bottom: 3px solid #feec01;
}

.navbar ul li ul li a {
  font-size: 16px;
  padding: 15px;
  font-weight: 500;
  width: 200px;
  color: #000;
  display: block;
  transition: all 0.2s ease;
}

.navbar ul li ul li a :hover {
  padding-left: 12px;
}

.navbar ul li ul li {
  width: 100%;
  border-top: 1px solid #ddd;
}

.navbar ul li ul {
  position: absolute;
  top: 50px;
  left: -30px;
  background: #ffff;
  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;
}

.sidebar {
  display: none;
  position: fixed;
  top: 0;
  width: 400px;
  height: 100vh;
  z-index: 999;
  /* background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 -10px rgba(0, 0, 0, 0.1); */
  background: #fff;
  -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);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.menu-button {
  display: none;
}

@media (max-width: 800px) {
  .hideOnMobile {
    display: none;
  }

  .header__headline {
    margin-left: 1px !important;
  }

  .header__headline {
    margin-top: 20px;
  }

  .header__sub {
    display: block;
  }

  .menu-button {
    top: -6rem;
    display: block;
  }

  .navbar ul li ul {
    width: 400px;
    left: 0;
  }

  .container__drop {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .hideOnMobile {
    width: 100%;
  }
}

#hero {
  margin-top: 7rem;
  position: relative;
}

.hero-bg {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.hero {
  display: flex;
  justify-content: center;
  position: relative;
  top: -22rem;
}

.hero__title {
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  color: #fff;
  text-align: center;
  width: 924px; 
}

@media (max-width: 1200px) {
  #hero {
    height: 590px;
  }
}

@media (max-width: 605px) {
  .hero__title {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 768px) {
  #hero {
      margin-top: 0;
  }

  .hero {
    top: -20rem;
  }

  .hero__title {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 668px) {
  #hero {
    height: 500px;
  }

  .hero-bg {
    height: 400px;
  }

  .hero {
    top: -18rem;
  }
}

@media (max-width: 428px) {
  .hero__title {
    font-size: 50px;
  }

  .hero {
    top: -17rem;
  }
}

.doc-title {
  color: #000;
  font-weight: 500;
  font-size: 44px;
  width: 100%;
  text-decoration: uppercase;
}

.doc__cards {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doc__card {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #252525;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 50px 30px;
  transition: 0.3s linear;
}

.doc__card:hover h3 {
  color: #fff;
}

.doc__card:hover ::before {
  background: #fff;
}

.doc__card:hover {
  background: #6a92c2;
}

.doc-pic {
  width: 30px;
  height: 30px;
}

.doc__title {
  position: relative;
  color: #3b5998;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  font-family: Montserrat;
  text-transform: uppercase;
}

.doc__title::before {
  content: '';
  position: absolute;
  width: 80%;
  left: 10%;
  height: 6px;
  background: #3b5998;
  top: 36px;
}

.doc__subtitle {
  margin-top: 25px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  width: 100px;
  text-align: center;
}

@media (max-width: 1200px) {
  .doc {
    margin: 0 30px;
  }
  .doc__cards {
    flex-wrap: wrap;
  }

  .doc__card {
    margin-top: 30px;
  }
}

@media (max-width: 760px) {
  .doc-title {
    font-size: 30px;
    text-align: center;
  }
}

@media (max-width: 530px) {
  .doc__cards {
    margin-top: 30px;
    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 62rem;
  position: absolute;
  bottom: 19rem;
  display: block;
  z-index: 5;
  height: 1rem;
  width: 1rem;
  text-indent: 1rem;
  overflow: hidden;
  border: 1px solid #014479;
  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;
  width: 2rem;
  border-radius: 20px;
  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__wrapper {
  display: flex;
}

.news__content {
  margin-top: 44px;
}

.news__wrapp {
  width: 300px;
  padding: 5px;
  margin-top: 20px;
}

.news-link {
  background: #3b5998;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 84px;
  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;
  margin-left: 10px;
}

.news__card {
  margin-left: 10px;
  margin-top: 30px;
}

.news-pic {
  width: 283px;
  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-object {
  display: contents;
  color: #000;
  font-size: 14px;
  margin-left: 5px;
}

.news__btn {
  color: #014479;
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  transition: all 0.2s linear;
}

.news__btn:hover {
  border: 2px solid #014479;
}

@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;
  }
}

@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: 575px;
  height: 300px;
  border: 1px solid #a7a8ab;
  padding: 14px 15px;
}

.event-pic {
  width: 575px;
  height: 300px;
  object-fit: cover;
}

.events__title {
  color: #000;
  font-weight: 400;
  line-height: 31.2px;
  font-size: 36px;
  text-transform: uppercase;
}

.events__subject {
  margin-bottom: 30px;
  margin-top: 40px;
  color: #252525;
  font-weight: 400;
  line-height: 30px;
  font-size: 28px;
}

.events__obj {
  color: #333333;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.events-link {
  position: relative;
  color: #000;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .events {
    margin: 30px;
  }

  .slide-label {
    margin: 0 47rem;
  }

  .event__card {
    width: 100%;
  }

  .event-pic {
    width: 100%;
    object-fit: cover;
  }

  .events__title {
    width: 100%;
    font-size: 33px;
  }

  .events__text {
    width: 400px;
  }
}

@media (max-width: 960px) {
  .slide-label {
    margin: 0 39rem;
  }
}

@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;
  }

  .events__subject {
    font-size: 20px;
  }

  .events-link {
    font-size: 17px;
  }
}

@media (max-width: 800px) {
  .slide-label {
    margin: 0 13rem;
  }
}

.enumeration {
  margin-top: 80px;
}

.enumeration__title {
  color: #333333;
  font-weight: 400;
  line-height: 30px;
  font-size: 36px;
  text-transform: uppercase;
}

.enumeration__cards {
  margin-top: 50px;
}

.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;
  }
}

@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;
}

.last-document__title {
  color: #333333;
  font-weight: 400;
  line-height: 27px;
  font-size: 36px;
  text-transform: uppercase;
}

.last-document__cards {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.last-document__card {
  padding: 10px;
  border-radius: 3px;
  transition: 0.2s linear;
}

.last-document__card:hover {
  background: #e3e3e3;
}

.last-document__subject {
  color: #333333;
  font-weight: 300;
  line-height: 24px;
  font-size: 20px;
}

.last-document__subtitle {
  margin-bottom: 20px;
  width: 550px;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  font-size: 25px;
}

@media (max-width: 1200px) {
  .last-document {
    margin: 80px 30px;
  }
}

@media (max-width: 1100px) {
  .last-document__subtitle {
    width: 400px;
  }
}

@media (max-width: 800px) {
  .last-document__subtitle {
    font-size: 20px;
    width: 350px;
  }

  .last-document__subject {
    font-size: 16px;
  }
}

@media (max-width: 730px) {
  .last-document__subtitle {
    font-size: 17px;
    width: 300px;
  }
}

@media (max-width: 680px) {
  .last-document__cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .last-document__subtitle {
    width: 100%;
  }

  .last-document__card {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .last-document__title {
    font-size: 30px;
    text-align: center;
  }
}

.project {
  margin-top: 170px;
}

.project__title {
  color: #333333;
  font-weight: 400;
  line-height: 35px;
  font-size: 36px;
  text-transform: uppercase;
}
.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 { 
  display: flex;
  justify-content: space-between;
}

.project__card {
  /* border: 1px solid #ccc; */
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
}

.project__card:hover {
  background: #e3e3e3;
  cursor: pointer;
  transform: translateY(-15px);
}

@media (max-width: 1200px) {
  .project {
    margin: 150px 30px;
  }
}

@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: 100px;
}

.state__title {
  color: #333333;
  font-weight: 400;
  line-height: 35px;
  font-size: 36px;
  text-transform: uppercase;
}

.state__cards {
  margin-top: 80px;
  display: flex;
  border-radius: 3px;
}

.state__card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 10px;
  transition: 0.3s ease;
}

.state__card:hover {
  background: #417ab4;
  scale: 1.1;
}

.state__card:hover h2 {
  color: #fff;
}

.state__image {
  width: 45px;
  height: 40px;
  object-fit: contain;
}

.state__subject {
  margin-left: 5px;
  color: #3b5998;
  font-weight: 500;
  line-height: 18px;
  font-size: 15px;
  text-transform: uppercase;
}

@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 {
  position: relative;
  background: #333333;
  padding-bottom: 50px;
}

#footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b2b2b2;
  top: 23rem;
}

.footer {
  position: relative;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-around;
}

.footer__wrapper ul li {
  padding-top: 20px;
}

.ym-advanced-informer {
  margin-top: 20px;
}

.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;
}

.fa-facebook {
  font-size: 30px;
  color: #2750cb;
}

.headerApp {
  width: 26.5px;
}

.fa-telegram {
  font-size: 30px;
  color: #83bff0;
}

.fa-youtube {
  font-size: 28px;
  color: #ff0000;
}

.footer__wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.footer__subject {
  padding-top: 15px;
  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: 80px;
}

.about-pic {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.about__cards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: column;
}

.about__card {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.about-pic {
  width: 500px;
  height: 350px;
  object-fit: cover;
  box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.5);
  /* margin-top: 30px; */
}

.about__title {
  position: relative;
  color: #333;
  font-family: "Roboto", Sans-serif;
  font-size: 46px;
  text-align: center;
  font-weight: 600;
}

.about__title::before {
  content: '';
  position: absolute;
  width: 30%;
  background: #4a8abd;
  height: 7px;
  border-radius: 5px;
  -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;
right: 35%;
  top: 90px;
}

.about__subtitle-strong {
  color: #6d6d6d; 
  font-weight: 600;
  font-size: 22px;
  margin: 25px 20px;
}

.about__subtitle-strong span {
  color: #4a8abd; 
  font-weight: 500;
  font-size: 22px;
}

.about__subtitle {
  color: #6d6d6d; 
  font-weight: 400;
  font-size: 19px;
  margin: 25px 20px;
}

.about__wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: column;
}

.about__wrap {
  display: flex;
}

.about__sub {
  margin-top: 70px;
  position: relative;
  color: #333;
  font-family: "Roboto", Sans-serif;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
}

.about__sub::before {
  content: '';
  position: absolute;
  width: 20%;
  background: #4a8abd;
  height: 7px;
  border-radius: 5px;
  -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;
  right: 40%;
  top: 64px;
}

.about__picture {
  margin-top: 50px;
  width: 600px;
  height: 700px;
  box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.5);
  object-fit: cover;
}

.about__subject {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 10px;
}

.about-object {
  margin-left: 20px;
  color: #6d6d6d;
  font-weight: 600;
  font-size: 20px;
}

.about__counter {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 100px;
}

.about-counter-element {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-element {
  font-size: 69px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  color: #4a8abd;
}

.about-element-title {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 2.5;
  color: #333;
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .about__counter {
    flex-direction: column;
  }
  
.about-counter-element {
  margin-top: 20px;
}
}

@media (max-width: 450px) {
  .about-element {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .about {
    padding: 20px;
  }
}

@media (max-width: 960px) {
  .about__card {
    flex-direction: column;
  }

  .about__wrap {
    flex-direction: column;
    align-items: center;
  }

  .about-pic {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .about__picture {
    width: 100%;
    height: 400px;
  }

  .about__subject {
    margin-top: 30px;
  }

  .about-object {
    margin-top: 20px;
  }
}


@media (max-width: 925px) {
  .about__title {
    font-size: 35px;
  }

  .about__sub {
    font-size: 30px;
  }

  .about__sub::before { 
    top: 80px;
  }
}

@media (max-width: 425px) {
  .about-pic {
    height: 250px;
  }

  .about__picture {
    height: 250px;
  }

  .about__subtitle-strong span {
    font-size: 20px;
  }

  .about__subtitle-strong {
    font-size: 18px;
  }

  .about__subtitle {
    font-size: 16px;
  }

  .about__subject {
    font-size: 18px;
  }
} 


@media (max-width: 405px) {
  .about__title::before {
    top: 140px;
  }
}

.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 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cart__wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}

.cart-column {
  display: flex;
  flex-direction: column;
}

.cart-sub {
  background: #3b5998;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  transition: 0.2s linear;
}

.cart-sub:hover {
  background: #fff;
  color: #3b5998;
  border: 2px dashed #3b5998;
  transition: 0.2s linear;
}

.cart-sub-li {
  cursor: pointer;
  background: #4435b3;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  margin: 5px 0 0 20px;
}

.cart-sub-li:hover {
  background: #fff;
  color: #4435b3;
  border: 2px dashed #4435b3;
  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: 620px) {
  .infographic__card-one::after {
    width: 169px;
    left: -5.5rem;
  }
}

@media (max-width: 425px) {
  .cart__title {
    font-size: 20px;
  }

  .cart-sub {
    padding: 7px;
    font-size: 14px;
  }

  .cart-sub-li {
    padding: 7px;
    font-size: 14px;
  }
}
