#header {
  position: fixed;
  top: 0;
  z-index: 50;
  bottom: 23px;
  background: #0039a6;
  -webkit-box-shadow: 0px 2px 12px 3px rgba(34, 60, 80, 0.2) inset;
  -moz-box-shadow: 0px 2px 12px 3px rgba(34, 60, 80, 0.2) inset;
  box-shadow: 0px 2px 12px 3px rgba(34, 60, 80, 0.2) inset;
  width: 100%;
  height: 50px;
}

ol {
  list-style-type: none;
}

.registration__ol {
  display: flex;
}


.select-menu {
	display: flex;
	align-items: center;
}

.option-img {
	width: 30px;
}

.option {
	margin: 0 7px;
	opacity: .5;
}

 .select {
	opacity: 1;
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
}
.header__main {
  display: flex;
  align-items: center;
  text-align: left;
}


.header__link {
  position: relative;
  margin-left: 20px;
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  transition: all 0.2s ease;
}
.header__link:hover {
  color: #3277f7;
  transition: all 0.2s ease;
}
.header__navbar {
  display: flex;
  align-items: center;
}
.header__view {
  margin: 5px;
}
.header__sub {
  margin: 7px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.2s ease;
}
.header__sub:hover {
  color: #3277f7;
  transition: all 0.2s ease;
}

.header__search {
  z-index: -10;
}


@media screen and (max-width: 1024px) {
  .header {
    padding: 0 70px;
  }
}
@media screen and (max-width: 768px) {
   .header__desc {
    display: flex;
    flex-direction: column;
    align-items: center;  
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1000;  
    background: #0039a6;
    transition: all 0.2s linear
  }    
  
  .header__link {
    display: block;
  }
  
  .header-hamb {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .header__menu {
   display: none;
  }        
  
            
  .hamb__field {
    padding: 10px 20px;
    cursor: pointer;
  }

  .bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: #fff;
    transition: 0.2s;
  }

  .bar-hide::before {
     position: absolute;
     content: 'x';
     color: #fff;
     font-size: 40px;
     font-weight: inherit;
     font-family: 'Roboto';
     top: -15px;';
    
  }

  body.noscroll {
    overflow: hidden;           
  }
}

@media screen and (max-width: 425px) {
    .header {
      padding: 0px 40px;
      width: 400px;
    }
}

.hero {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.hero__wrapper {
  display: flex;
  align-items: center;
}
.hero__text {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.hero__title {
  color: #3b4255;
  font-family: Roboto;
  font-size: 35.2px;
  font-weight: 900;
  line-height: 35.2px;
  text-align: center;
}
.hero__sub {
  color: #3b4254;
  font-family: Roboto;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 100;
  line-height: 19.2px;
  text-align: center;
}
.hero__headline {
  display: flex;
  align-items: center;
}
.hero__saw {
  margin-right: 5px;
  color: #3b4255;
  font-family: Roboto;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 24px;
}
.hero__caption {
  position: relative;
  color: #3b4255;
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
.hero__caption::before {
  position: absolute;
  content: '';
  background: url(../img/hero/next.svg) no-repeat center/cover;
  width: 7.2px;
  height: 13.683px;
  right: -45px;
  margin: 5px;
}
.hero__link {
  cursor: pointer;
  position: relative;
  list-style: none;
  color: #3b4255;
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 300;
  line-height: 28.8px;
}
.hero__link::after {
  position: absolute;
  content: '';
  background: url(../img/hero/next.svg) no-repeat center/cover;
  width: 7.2px;
  height: 13.683px;
  right: -20px;
  margin: 5px;
}

@media screen and (max-width: 1024px) {
  .hero {
    padding: 0 50px;
  }
}
@media screen and (max-width: 904px) {
  .hero__wrap {
    margin-left: 30px;
  }
}
@media screen and (max-width: 893px) {
  .hero__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 884px) {
  .hero__wrap {
    margin-right: 30px;
  }
  .hero__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 856px) {
  .hero__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero__wrap {
    display: none;
  }

  .hero__title {
    font-size: 25px;
  }
  .hero__saw {
    width: 220px;
  }
  .hero__link {
    font-size: 13.3px;
  }
}
@media screen and (max-width: 736px) {
  .hero__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 697px) {
  .hero__title {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
    .hero__wrapper {
      flex-direction: column;
      margin: 0 40px;
    }
    
    .hero__title {
    width: 190px;
    }
}

#nav {
  background-color: #f7f7f7;
  width: 100%;
  height: 55px;
}

.nav {
  margin-top: 33px;
  padding: 15px 0;
}
.nav__link {
  position: relative;
  margin-left: 64px;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.nav__link:hover {
  color: #3b4255;
  transition: all 0.2s ease;
}
.nav__menu-list {
  display: flex;
  position: relative;
}
.nav li {
  top: -13px;
  padding: 15px;
  position: relative;
}

.nav__menu {
  color: #fff;
}

.nav__sub-menu-list {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 43px;
  background: #0039a6;
  font-family: Roboto;
  width: 250px;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 16px;
  padding: 20px 0;
  border-radius: 8px;
  z-index: 1000;
}

.nav__sub-menu-list > :hover {
  padding-left  : 8.5px;
  transition: all 0.2s linear;
  border-radius: 3px;
  background: #4169E1;        
}

.nav__link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  width: 0;
  background: #000;
  height: 2px;
  transition: width 0.5s;
}
.nav__link:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 25px;
  height: 2px;
  background-color: #0039a6;
  transition: width 0.5s;
}
.nav__link:focus::after {
  width: 100%;
  background-color: #0039a6;
}
.nav__menu-list li:hover .nav__sub-menu-list {
  display: block;
}

@media screen and (max-width: 972px) {
  .nav__sub-menu-list {
    width: 220px;
  }
}
@media screen and (max-width: 856px) {
  .nav__link {
    font-size: 14px;
    margin-left: 55px;
  }
}
@media screen and (max-width: 768px) {
  #nav {
    background-color: #fff;
  }
  #menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  #menuToggle a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
  }
  #menuToggle a:hover {
    color: tomato;
  }
  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  .nav__menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    margin: 100px 0 0 -50px;
    left: 0;
    right: 0;
    top: 0;
    padding: 50px;
    padding-top: 125px;
    background: #0039a6;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .nav__sub-menu-list {
    width: 300px;
    height: 150px;
  }
  .nav__sub-menu-list:focus .nav__menu-list {
    margin-bottom: 20px;
  }
  .nav__menu-list li {
    padding: 15px 0;
    font-size: 22px;
  }
  #menuToggle input:checked ~ ul {
    transform: none;
  }
}

.trending {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.trending__main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.trending__main img {
  width: 910px
}

.trending__headline {
  color: #3b4255;
  width: 20em;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
}

.trending__title {
  margin: 10px 140px;
  color: #3b4255;
  font-family: Roboto;
  font-size: 17.3px;
  font-weight: 700;
  line-height: 20.74px;
}
.trending__time {
  margin-top: 10px;
  color: #60678e;
  font-family: Roboto;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 17.28px;
}

.trending__nav {
  display: flex;
}

.trending__cards {
  margin-top: 15px;
}
.trending__card {
  margin-left: 48px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.trending__card img {
  width: 430px;
  height: 285px;
  object-fit:cover;
}

.trending__card:hover {
  cursor: pointer;
}

.trending__card-four {
  margin-top: 50px;
}

.trending__card-five {
  margin-top: 50px;
}

.trending__card-six {
  margin-top: 50px;
}

.trending__sub {
  margin: 10px 0;
  display: block;
  color: #3b4255;
  width: 20em;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  transition: all 0.2s ease;
}
.trending__sub:hover {
  color: #000;
  transition: all 0.2s ease;
}      

.all_news {
  margin-top: 50px;
}

.all-news__link {
  position: relative;
  color: #154ec9;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  transition: 0.2s linear;
}

.all-news__link:hover {
  color: #6782bb;
  margin-left: 12px;
  transition: 0.2s linear; 
}

.all-news__link::before {
  position: absolute;
    content: '';
    background: url(../img/arrow/next2.png) no-repeat center / cover;
    width: 7.2px;
    height: 13.683px;
    right: -20px;
    top: 5px;
}

@media (max-width: 1024px) {
  .trending__main img {
    width: 895px;
  }

}


@media (max-width: 768px) {
  .trending__main img {
    width: 650px;
/*    margin-left: 50px;*/
  }
}
@media (max-width: 613px) {
  .trending__title {
    margin-left: 80px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .trending {
    width: 400px;
  }
  
   .trending__sub {
    width: 300px;
    font-size: 16px;
   }

  .trending__main img {
    width: 300px;
  }
  .trending__card img {
    width: 300px;
    height: 200px;
  }
  .trending__title {
    margin: 0 30px;
    margin-top: 13px;
    font-size: 18px;
    text-align: center;
  }

  .trending__time {
    margin-top: 10px;
    margin-left: 50px;
  }
}

@media (max-width: 425px) {
  .trending__main img {
    width: 280px;
  }
  .trending__card img {
    width: 250px;
    height: 200px;
  }
}

#events {
  background-color: #f4f7fb;
  width: 100%;
}

.events {
  display: flex;
  margin-top: 60px;
}
.events__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px;
}
.events__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px;
}
.events__title {
  color: #3b4254;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 500;
  line-height: 31.2px;
}
.events__sub {
  padding-top: 15px;
  color: #3b4254;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.6px;
}
.events__time {
  position: relative;
  color: #60678e;
  font-family: Roboto;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 17.28px;
}
.events__navbar {
  padding-top: 50px;
}
.events__nav {
  position: relative;
  color: #154ec9;
  font-family: Roboto;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  transition: 0.2s linear; 
}

.events__nav:hover {
  color: #6782bb;
  margin-left: 12px;
  transition: 0.2s linear; 
}

.events__nav::before {
  position: absolute;
  content: '';
  background: url(../img/arrow/next2.png) no-repeat center/cover;
  width: 7.2px;
  height: 13.683px;
  left: 50px;
  right: 0;
  top: 2px;
}

.events__nav-link {
  position: relative;
  color: #154ec9;
  font-family: Roboto;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  transition: 0.2s linear; 
}

.events__nav-link:hover {
  color: #6782bb;
  margin-left: 12px;
  transition: 0.2s linear; 
}

.events__nav-link::after {
  position: absolute;
  content: '';
  background: url(../img/arrow/next2.png) no-repeat center/cover;
  width: 7.2px;
  height: 13.683px;
  left: 50px;
  top: 2px;
}

@media (max-width: 947px) {
  .events__title {
    font-size: 17px;
  }
  .events__sub {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .events__title {
    font-size: 17px;
  }
  .events__sub {
    font-size: 12.2px;
  }
}


@media (max-width: 425px) {
  .events {
    width: 400px;
    display: flex;
    flex-direction: column;
  }
  
  .events__sub {
    width: 300px;
  }
}

.last-document {
  margin-top: 70px;
}

.last-document__wrapper {
  display: flex;
  justify-content: space-between;
}

.last-document__title {
  position: relative;
  margin-bottom: 45px;
  color: #3b4254;
  font-family: Roboto;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.last-document__title:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background: #3b4254;
  top: 30px;
  left: 38%;
}

.last-document__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 2px dashed #0039a6;
  border-radius: 6px;
  width: 500px;
  height: 150px;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.last-document__cards:hover {
  border: 2px solid #0039a6;
  transition: 0.2s ease-in;
  transform: translateY(-15px);
}

.last-document__headline {
  width: 400px;
  margin-bottom: 12px;
  color: #0039a6;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.6px;
}

.last-document__subtitle {
  font-family: Roboto;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
  font-size: 17px;
  line-height: 24px;
}

@media (max-width: 1505px) {
  .last-document__cards {
    margin-left: 12px;
  }
}

@media (max-width: 1045px) {
  .last-document__wrapper {
    align-items: center;
    flex-direction: column;
  }

  .last-document__cards {
    margin-top: 12px;
  }

  .last-document__headline {
    font-size: 14px;
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .last-document__title {
  /*  width: 700px;            */
    font-size: 25px;
  }

  .last-document__wrapper {
    align-items: center;
    flex-direction: column;
/*    width: 700px;*/
  }

  .last-document__cards {
    margin-top: 15px;
    width: 400px;
  }

  .last-document__subtitle {
    font-size: 11px;
  }
}

@media (max-width: 375px) {
   .last-document__cards {
    width: 350px;
  }

  .last-document__headline {
    font-size: 12px;
  }
}

 /*
@media (max-width: 375px) {
  .last-document__cards {
    width: 350px;
  }
}  */

.project {
  margin-top: 70px;
}

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

.project__title {
  position: relative;
  margin-bottom: 45px;
  color: #3b4254;
  font-family: Roboto;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.project__title:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background: #3b4254;
  top: 30px;
}

.project__subtitle {
  margin-bottom: 12px;
  color: #0039a6;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.6px;
}

.project__subtitle:hover {
  text-decoration: underline;
  transition: all 0.2s ease;
}

.project-date {
  margin-bottom: 12px;
  color: #3b4254;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.project__headline {
  color: #3b4254;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.project__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 2px dashed #0039a6;
  border-radius: 6px;
  width: 300px;
  height: 500px;
  margin-left: 12px;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.project__card:hover {
  border: 2px solid #0039a6;
  transition: 0.2s ease-in;
  transform: translateY(-10px);
}


@media (max-width: 1505px) {
  .project__cards {
    flex-wrap: wrap;
  }

  .project__card {
    margin-top: 12px;
  }
}

@media (max-width: 1228px) {
  .project__title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .project__title::before  {
    top: 50px;
  }
}

.state {
  margin-top: 65px;
}
.state__title {
  position: relative;
  color: #3b4254;
  font-family: Roboto;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.state__title::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background: #3b4254;
  top: 30px;
}
.state__cards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 45px;
}
.state__card {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
  background: #0039a6;
  width: 395px;
  height: 133px;
  transition: 0.2s linear;
}
.state__card:hover {
  cursor: pointer;
  border: 2px solid #fff;
  background: #1600b9;
  transition: 0.2s linear;
  transform: scale(1.1);
}
.state__subject {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 264px;
}

@media (max-width: 1024px) {
  .state__title {
    margin-left: 45px;
  }
  .state__subject {
    font-size: 15px;
  }
  .state__card {
    width: 290px;
  }
}
 @media (max-width: 1024px) {
  .state__card {
    width: 260px;
  }
}
 @media (max-width: 868px) {
  .state__card {
    width: 255px;
  }
  .state__subject {
    font-size: 12.5px;
  }
}
@media (max-width: 830px) {
  .state__subject {
    font-size: 11px;
    width: 160px;
    line-height: 17px;
  }
}
@media (max-width: 824px) {
  .state__subject {
    font-size: 10px;
    line-height: 15px;
    width: 150px;
  }
}
@media (max-width: 768px) {
  .state__title {
    font-size: 16.5px;
  }
  .state__subject {
    padding: 0 13.5px;
    font-size: 13px;
  }
  .state__card {
    width: 240px;
  }
}
@media (max-width: 425px) {
  .state__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .state__card {
    width: 300px;
    height: 133px;
  }
  .state__subject {
    font-size: 16px;
  }
  
  .state__cards {
    margin: 20px 20px;
  }
  
  .state__title::before {
    top: 50px;
    left: 135px;
  }
}

@media (max-width: 425px) {
  .state__title::before {
    top: 50px;
    left: 120px;
  }
}

#footer {
  position: relative;
  background: linear-gradient(0deg, #203983 0%, #010852 100%);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.footer__wrapper {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.footer__title {
  color: #fff;
  font-family: Roboto;
  font-size: 21.6px;
  font-weight: 100;
  line-height: 32.4px;
}
.footer__sub {
  width: 300px;
  margin-top: 10px;
  color: #abaec2;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.footer__applications {
  margin: 15px 0;
}
.footer__call {
  padding-top: 10px;
  margin-left: 20px;
  position: relative;
  color: #abaec2;
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 17.28px;
}
.footer__call::before {
  content: '';
  position: absolute;
  background: url(../img/footer/call.png) no-repeat center/cover;
  width: 14.4px;
  height: 11.314px;
  left: -20px;
  bottom: 0;
  top: 13px;
}  
.footer__email {
  padding-top: 10px;
  margin-left: 20px;
  position: relative;
  color: #abaec2;
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 17.28px;
}
.footer__email::after {
  content: '';
  position: absolute;
  background: url(../img/footer/email-img.svg) no-repeat center/cover;
  width: 14.4px;
  height: 14.4px;
  left: -20px;
  bottom: 0;
}
.footer__number {
  margin-top: 30px;
}
.footer__number-app {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 35px;
  border-radius: 6px;
  background: #216dc2;
}
.footer__headline {
  color: #fff;
  font-family: Roboto;
  font-size: 7px;
  font-weight: 500;
  line-height: 7.5px;
}

.footer__slogan {
  text-align: center;
  margin-top: 60px;
  color: #abaec2;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 15.12px;
}
}

@media (max-width: 1024px) {
  .footer {
    padding: 20px 50px;
  }
}

@media (max-width: 1024px) {
  .footer__wrapper {
   margin: 0 20px;
  }
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
  }
}   


@media (max-width: 425px) {
  .footer {
    width: 400px;
  }
}

.about {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about__nav-main {
  margin-top: 60px;
  display: flex;
}
.about__nav-text {
  position: relative;
  color: var(--light-grey-footer, #abb0c3);
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 21.6px;
}
.about__nav-text::before {
  position: absolute;
  content: '';
  background: url(../img/nav-main.svg) no-repeat center/cover;
  width: 13px;
  height: 15.901px;
  right: -30px;
}
.about__nav-text2 {
  margin-left: 50px;
  position: relative;
  color: var(--light-grey-footer, #abb0c3);
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 21.6px;
}
.about__cards {
  margin-top: 56px;
}
.about__card {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.about__title {
  margin-bottom: 15px;
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 35.2px;
  font-weight: 900;
  text-align: center;
}
.about__sub {
  color: #000;
  text-align: justify;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.about__card-one {
  margin-bottom: 20px;
}
.about__card-five {
  margin-bottom: 20px;
}

@media (max-width: 1216px) {
  .about__sub {
    width: 800px;
  }
}


@media (max-width: 425px) {
   .about__title {
    font-size: 30px;
  }
  
  .about__sub {
    width: 400px;
    text-align: center;
    font-size: 22px;
  }
  .about__card {
    display: flex;
    flex-direction: column;
  }
  .about__card img {
    width: 400px;
  }
}

@media (max-width: 375px) {
  .about__sub {
    width: 350px;
  }
}

.worker {
  margin-top: 60px;
}
.worker__title {
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 35.2px;
  font-weight: 900;
  line-height: 35.2px;
  text-align: center;
}
.worker__card {
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.worker__content {
  display: flex;
}
.worker__card-one {
  margin-bottom: 37px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 438px;
  border-radius: 8px;
  border: 0.5px solid var(--title, #3b4254);
  background: var(--white, #fff);
}
.worker__card-one img {
  width: 110px;
}
.worker__card-two {
  margin-bottom: 37px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 438px;
  border-radius: 8px;
  border: 0.5px solid var(--title, #3b4254);
  background: var(--white, #fff);
}
.worker__card-three {
  margin-bottom: 37px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 438px;
  border-radius: 8px;
  border: 0.5px solid var(--title, #3b4254);
  background: var(--white, #fff);
}
.worker__card-four {
  margin-bottom: 37px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 438px;
  border-radius: 8px;
  border: 0.5px solid var(--title, #3b4254);
  background: var(--white, #fff);
}
.worker__card-five {
  margin-bottom: 37px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 438px;
  border-radius: 8px;
  border: 0.5px solid var(--title, #3b4254);
  background: var(--white, #fff);
}
.worker__card-six {
  margin-bottom: 37px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 438px;
  border-radius: 8px;
  border: 0.5px solid var(--title, #3b4254);
  background: var(--white, #fff);
}
.worker__card-seven {
  margin-bottom: 37px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 438px;
  border-radius: 8px;
  border: 0.5px solid var(--title, #3b4254);
  background: var(--white, #fff);
}
.worker__card-eight {
  margin-bottom: 37px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 438px;
  border-radius: 8px;
  border: 0.5px solid var(--title, #3b4254);
  background: var(--white, #fff);
}
.worker__card-nine {
  margin-bottom: 37px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 438px;
  border-radius: 8px;
  border: 0.5px solid var(--title, #3b4254);
  background: var(--white, #fff);
}
.worker__card-ten {
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 438px;
  border-radius: 8px;
  border: 0.5px solid var(--title, #3b4254);
  background: var(--white, #fff);
}
.worker__desc {
  padding: 30px;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}
.worker__caption {
  margin-top: 20px;
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.worker__subject {
  text-align: justify;
  margin-top: 15px;
  color: var(--title, #3b4254);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 768px) {
  .worker__desc {
    font-size: 20px;
  }
  .worker__caption {
    margin-top: 10px;
    font-size: 17px;
  }
  .worker__subject {
    margin-top: 5px;
    font-size: 12px;
  }
  .worker__card-one {
    padding: 20px;
    width: 308.809px;
    height: 319.76px;
    flex-shrink: 0;
  }
  .worker__card-two {
    padding: 10px;
    width: 308.809px;
    height: 319.76px;
    flex-shrink: 0;
  }
  .worker__card-three {
    padding: 10px;
    width: 308.809px;
    height: 319.76px;
    flex-shrink: 0;
  }
  .worker__card-four {
    padding: 10px;
    width: 308.809px;
    height: 319.76px;
    flex-shrink: 0;
  }
  .worker__card-five {
    padding: 10px;
    width: 308.809px;
    height: 319.76px;
    flex-shrink: 0;
  }
  .worker__card-six {
    padding: 10px;
    width: 308.809px;
    height: 319.76px;
    flex-shrink: 0;
  }
  .worker__card-seven {
    padding: 10px;
    width: 308.809px;
    height: 319.76px;
    flex-shrink: 0;
  }
  .worker__card-eight {
    padding: 10px;
    width: 308.809px;
    height: 319.76px;
    flex-shrink: 0;
  }
  .worker__card-nine {
    padding: 10px;
    width: 308.809px;
    height: 319.76px;
    flex-shrink: 0;
  }
  .worker__card-ten {
    padding: 10px;
    width: 308.809px;
    height: 319.76px;
    flex-shrink: 0;
  }
}
@media (max-width: 425px) {
  .worker__card {
    flex-direction: column;
  }
}
.resolution {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resolution__nav-main {
  margin-top: 60px;
  display: flex;
}
.resolution__nav-text {
  position: relative;
  color: var(--light-grey-footer, #abb0c3);
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 21.6px;
}
.resolution__nav-text::before {
  position: absolute;
  content: '';
  background: url(../img/nav-main.svg) no-repeat center/cover;
  width: 13px;
  height: 15.901px;
  right: -30px;
}
.resolution__nav-text2 {
  margin-left: 50px;
  position: relative;
  color: var(--light-grey-footer, #abb0c3);
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 21.6px;
}
.resolution__content {
  margin: 56px;
}
.resolution__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.resolution__title {
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 35.2px;
  font-weight: 900;
  line-height: 35.2px;
  text-align: center;
}
.resolution__subject {
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 19.2px;
}
.resolution__sub {
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.2px;
}
.resolution__lead {
  text-align: center;
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.resolution__inner {
  padding: 0 12px;
}

.resolution__btn {
  display: inline-block;
  padding: 15px 45px;
  margin-top: 100px;
  border: none;
  color: var(--white, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--light-blue, #0039a6);
}

.resolution__btn:hover {
  cursor: pointer;
  background: #fff;
  border: 2px dashed #1600b9;
  color: #1600b9;
  transition: 0.5s ease;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .resolution__wrapper {
    margin-left: 30px;
  }
  .resolution__title {
    font-size: 30px;
  }
  .resolution__sub {
    font-size: 12px;
  }
  .resolution__subject {
    font-size: 14px;
  }
  .resolution__lead {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .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__nav-main {
  margin: 50px 0 0 60px;
  display: flex;
}
.registration__nav-text {
  cursor: pointer;
  position: relative;
  color: var(--light-grey-footer, #abb0c3);
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 21.6px;
}
.registration__arr::after {
  position: absolute;
  content: '';
  background: url(../img/arrow/arrow.png) no-repeat center/cover;
  width: 13px;
  height: 20px;
  right: 0;
  left: 130px;
}
.registration__nav-text2 {
  margin-left: 50px;
  position: relative;
  color: var(--light-grey-footer, #abb0c3);
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 21.6px;
}
.registration__forms {
  display: flex;
}
.registration__form-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.registration__title {
  color: var(--title, #3b4254);
  text-align: justify;
  font-family: Roboto;
  font-size: 35.2px;
  font-weight: 700;
  line-height: 35.2px;
  margin-bottom: 146px;
}
.registration__subtitle {
  margin-bottom: 46px;
  color: var(--title, #3b4254);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.registration__name {
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.registration__contact {
  margin-top: 20px;
  margin-left: 200px;
  padding: 12px;
  width: 681px;
  height: 49px;
  flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid var(--title, #3b4254);
  background: var(--white, #fff);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
}
.registration__contact::placeholder {
  color: var(--title, #3b4254);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
}
.registration__contact-link {
  padding: 8px;
  margin-top: 20px;
  width: 681px;
  height: 117px;
  flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid var(--title, #3b4254);
  background: var(--white, #fff);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
}
.registration__contact-link::placeholder {
  color: var(--title, #3b4254);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
}
.registration__inner {
  margin-top: 60px;
  margin-bottom: 30px;
}
.registration__caption-btn {
  margin-left: 50px;
  color: var(--title, #3b4254);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.registration__caption {
  margin-left: 50px;
  color: var(--title, #3b4254);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.registration__btn {
  padding: 15px 45px;
  margin-top: 37px;
  border: none;
  color: var(--white, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--light-blue, #0039a6);
}
.registration__btn:hover {
  cursor: pointer;
  background: #fff;
  border: 2px dashed #1600b9;
  color: #1600b9;
  transition: 0.5s ease;
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .registration__title {
    font-size: 32px;
    margin: 50px 20px;
  }
  
  .registration__subtitle {
    margin: 20px;
  }
  
  .registration__contact {
    width: 422.923px;
  }
  .registration__contact-link {
    width: 422.923px;
  }
}
@media (max-width: 768px) {
  .registration__name {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .registration__forms {
    width: 400px;
    text-align: center;
  }
  
  .registration__name {
    margin: 0 15px;
  }
  
    .registration__title {
      text-align: center;
  }

  .registration__subtitle {
    font-size: 16px;
    text-align: center;
    width: 400px;
  }
  .registration__contact {
    margin: 0 60px;
    padding: 20px;
    width: 190px;
    height: 31px;
  }
  .registration__contact-link {
    padding: 40px;
    margin: 0 60px;  
    width: 227px;
    height: 31px;
    flex-shrink: 0;
  }
  .registration__btn {
    margin: 20px 50px;
    width: 169px;
    flex-shrink: 0;
    font-size: 15px;
  }
}
/
  @media (max-width: 375px) {
  .registration__name {
    margin: 0 33px;
  }
}

.info {
  margin-top: 60px;
}
.info__title {
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 35.2px;
  font-weight: 900;
  line-height: 35.2px;
  text-align: center;
}
.info__card {
  position: relative;
  margin-top: 57px;
  display: flex;
  justify-content: space-evenly;
}

.info__card-one {
  width: 536px;
  height: 165px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px dashed #1e3685;
}
.info__card-two {
  width: 536px;
  height: 165px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px dashed #1e3685;
}
.info__subtitle {
  padding: 56px;
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}
.info__subject {
  margin-top: 175px;
  text-align: center;
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .info__card-one {
    width: 436px;
    height: 165px;
  }
  .info__card-two {
    width: 436px;
    height: 165px;
  }
  .info__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .info__card-one {
    margin-bottom: 30px;
    width: 536px;
    height: 165px;
  }
  .info__card-two {
    width: 536px;
    height: 165px;
  }
  .info__subtitle {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .info__card {
    margin: 30px 20px;
    display: flex;
    flex-direction: column;
  }
  .info__card-one {
    width: 337px;
    height: 105px;
  }
  .info__card-two {
    width: 337px;
    height: 105px;
  }
  .info__subtitle {
    font-size: 14px;
    padding: 35px;
  }
  .info__title {
    font-size: 20px;
  }
  .info__subject {
    font-size: 20px;
  }
}
.faq {
  position: relative;
}
.faq__content_question {
  cursor: pointer;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35.2px;
  margin: 30px;
}
.faq__page-title {
  margin: 30px;
  margin-top: 80px;
  color: var(--title, #3b4254);
  text-align: justify;
  font-family: Roboto;
  font-size: 35.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.2px;
}
.faq__content_question::after {
  content: '+';
  position: absolute;
  top: 15px;
  right: 40px;
  font-size: 5rem;
  font-weight: 300;
  transform: rotate(-90deg);
  transition: all 0.3s 0s;
}
.faq-reveal::after {
  position: absolute;
  content: '';
  transform: rotate(0deg);
  background: #0039a6;
  width: 40px;
  height: 4px;
  transition: all 0.3s 0s;
}
.faq__line {
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin: 11.5px;
}
.faq__answer {
  max-height: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #000000;
  transition: all 0.5s ease-in-out;
}
.faq-reveal .faq__answer {
  max-height: 1000px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  padding: 25px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 425px) {
  .faq__page-title {
    width: 500px;
    font-size: 18.5px;
  }
}
#worker-one .container {
  max-width: 1200px;
}

.worker-one {
  display: flex;
  align-items: center;
  margin-top: 135px;
  flex-wrap: wrap;
}
.worker-one__information {
  margin-left: 100px;
}
.worker-one__span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worker-one__title {
  margin-bottom: 20px;
  display: flex;
  width: 540px;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 900;
  line-height: normal;
}
.worker-one__title span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
}
.worker-one__slogan {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
.worker-one__slogan span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.worker-one__data {
  margin-top: 40px;
  width: 1150px;
}
.worker-one__subject {
  text-align: justify;
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.worker-one__subject span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .worker-one__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .worker-one {
    width: 800px;
  }
  .worker-one {
    width: 400px;
    margin: 30px;
  }
  .worker-one__img img {
    width: 259px;
    height: 314px;
    flex-shrink: 0;
  }
  .worker-one__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .worker-one__title span {
    font-size: 25px;
  }
  .worker-one__slogan {
    font-size: 20px;
  }
  .worker-one__slogan span {
    font-size: 20px;
  }
  .worker-one__subject {
    width: 800px;
    font-size: 18px;
  }
  .worker-one__subject span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .worker {
    margin: 100px;
  }
  .worker-one__information {
    margin-left: 30px;
  }
  .worker-one__img img {
    width: 103px;
    height: 125px;
  }
  .worker-one__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .worker-one__title span {
    font-size: 15px;
  }
  .worker-one__slogan {
    font-size: 12px;
  }
  .worker-one__slogan span {
    font-size: 12px;
  }
  .worker-one__subject {
    width: 309px;
    font-size: 12px;
  }
  .worker-one__subject span {
    font-size: 12px;
  }
}
.worker-two {
  display: flex;
  align-items: center;
  margin-top: 135px;
  flex-wrap: wrap;
}
.worker-two__img img {
  width: 501.01px;
  height: 608px;
  flex-shrink: 0;
}
.worker-two__information {
  margin-left: 100px;
}
.worker-two__span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worker-two__title {
  margin-bottom: 20px;
  display: flex;
  width: 540px;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}
.worker-two__title span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
}
.worker-two__slogan {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
.worker-two__slogan span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.worker-two__data {
  margin-top: 40px;
  width: 1150px;
}
.worker-two__subject {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.worker-two__subject span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .worker-two__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .worker-two {
    width: 400px;
    margin: 30px;
  }
  .worker-two__img img {
    width: 259px;
    height: 314px;
    flex-shrink: 0;
  }
  .worker-two__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .worker-two__title span {
    font-size: 25px;
  }
  .worker-two__slogan {
    font-size: 20px;
  }
  .worker-two__slogan span {
    font-size: 20px;
  }
  .worker-two__subject {
    width: 800px;
    font-size: 18px;
  }
  .worker-two__subject span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .worker {
    margin: 100px;
  }
  .worker-two__information {
    margin-left: 30px;
  }
  .worker-two__img img {
    width: 103px;
    height: 125px;
  }
  .worker-two__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .worker-two__title span {
    font-size: 15px;
  }
  .worker-two__slogan {
    font-size: 12px;
  }
  .worker-two__slogan span {
    font-size: 12px;
  }
  .worker-two__subject {
    width: 309px;
    font-size: 12px;
  }
  .worker-two_subject span {
    font-size: 12px;
  }
}
.worker-three {
  display: flex;
  align-items: center;
  margin-top: 135px;
  flex-wrap: wrap;
}
.worker-three__img img {
  width: 501.01px;
  height: 608px;
  flex-shrink: 0;
}
.worker-three__information {
  margin-left: 100px;
}
.worker-three__span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worker-three__title {
  margin-bottom: 40px;
  display: flex;
  width: 540px;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}
.worker-three__title span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
}
.worker-three__slogan {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
.worker-three__slogan span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.worker-three__data {
  margin-top: 40px;
  width: 1150px;
}
.worker-three__subject {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.worker-three__subject span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .worker-three__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .worker-three {
    width: 400px;
    margin: 30px;
  }
  .worker-three__img img {
    width: 259px;
    height: 314px;
    flex-shrink: 0;
  }
  .worker-three__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .worker-three__title span {
    font-size: 25px;
  }
  .worker-three__slogan {
    font-size: 20px;
  }
  .worker-three__slogan span {
    font-size: 20px;
  }
  .worker-three__subject {
    width: 800px;
    font-size: 18px;
  }
  .worker-three__subject span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .worker-three__information {
    margin-left: 30px;
  }
  .worker-three__img img {
    width: 103px;
    height: 125px;
  }
  .worker-three__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .worker-three__title span {
    font-size: 15px;
  }
  .worker-three__slogan {
    font-size: 12px;
  }
  .worker-three__slogan span {
    font-size: 12px;
  }
  .worker-three__subject {
    width: 309px;
    font-size: 12px;
  }
  .worker-three__subject span {
    font-size: 12px;
  }
}
.worker-four {
  display: flex;
  align-items: center;
  margin-top: 135px;
  flex-wrap: wrap;
}
.worker-four__img img {
  width: 501.01px;
  height: 608px;
  flex-shrink: 0;
}
.worker-four__information {
  margin-left: 100px;
}
.worker-four__span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worker-four__title {
  margin-bottom: 20px;
  display: flex;
  width: 540px;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}
.worker-four__title span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
}
.worker-four__slogan {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
.worker-four__slogan span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.worker-four__data {
  margin-top: 40px;
  width: 1150px;
}
.worker-four__subject {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.worker-four__subject span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .worker-four__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .worker-four {
    width: 400px;
    margin: 30px;
  }
  .worker-four__img img {
    width: 259px;
    height: 314px;
    flex-shrink: 0;
  }
  .worker-four__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .worker-four__title span {
    font-size: 25px;
  }
  .worker-four__slogan {
    font-size: 20px;
  }
  .worker-four__slogan span {
    font-size: 20px;
  }
  .worker-four__subject {
    width: 800px;
    font-size: 18px;
  }
  .worker-four__subject span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .worker {
    margin: 100px;
  }
  .worker-four__information {
    margin-left: 30px;
  }
  .worker-four__img img {
    width: 103px;
    height: 125px;
  }
  .worker-four__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .worker-four__title span {
    font-size: 15px;
  }
  .worker-four__slogan {
    font-size: 12px;
  }
  .worker-four__slogan span {
    font-size: 12px;
  }
  .worker-four__subject {
    width: 309px;
    font-size: 12px;
  }
  .worker-four__subject span {
    font-size: 12px;
  }
}
.worker-five {
  display: flex;
  align-items: center;
  margin-top: 135px;
  flex-wrap: wrap;
}
.worker-five__img img {
  width: 501.01px;
  height: 608px;
  flex-shrink: 0;
}
.worker-five__information {
  margin-left: 100px;
}
.worker-five__span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worker-five__title {
  margin-bottom: 20px;
  display: flex;
  width: 540px;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}
.worker-five__title span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
}
.worker-five__slogan {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
.worker-five__slogan span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.worker-five__data {
  margin-top: 40px;
  width: 1150px;
}
.worker-five__subject {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.worker-five__subject span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .worker-five__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .worker-five {
    width: 400px;
    margin: 30px;
  }
  .worker-five__img img {
    width: 259px;
    height: 314px;
    flex-shrink: 0;
  }
  .worker-five__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .worker-five__title span {
    font-size: 25px;
  }
  .worker-five__slogan {
    font-size: 20px;
  }
  .worker-five__slogan span {
    font-size: 20px;
  }
  .worker-five__subject {
    width: 800px;
    font-size: 18px;
  }
  .worker-five__subject span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .worker {
    margin: 100px;
  }
  .worker-five__information {
    margin-left: 30px;
  }
  .worker-five__img img {
    width: 103px;
    height: 125px;
  }
  .worker-five__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .worker-five__title span {
    font-size: 15px;
  }
  .worker-five__slogan {
    font-size: 12px;
  }
  .worker-five__slogan span {
    font-size: 12px;
  }
  .worker-five__subject {
    width: 309px;
    font-size: 12px;
  }
  .worker-five__subject span {
    font-size: 12px;
  }
}
.worker-six {
  display: flex;
  align-items: center;
  margin-top: 135px;
  flex-wrap: wrap;
}
.worker-six__img img {
  width: 501.01px;
  height: 608px;
  flex-shrink: 0;
}
.worker-six__information {
  margin-left: 100px;
}
.worker-six__span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worker-six__title {
  margin-bottom: 20px;
  display: flex;
  width: 540px;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}
.worker-six__title span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
}
.worker-six__slogan {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
.worker-six__slogan span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.worker-six__data {
  margin-top: 40px;
  width: 1150px;
}
.worker-six__subject {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.worker-six__subject span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .worker-six__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .worker-six {
    width: 400px;
    margin: 30px;
  }
  .worker-six__img img {
    width: 259px;
    height: 314px;
    flex-shrink: 0;
  }
  .worker-six__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .worker-isx__title span {
    font-size: 25px;
  }
  .worker-six__slogan {
    font-size: 20px;
  }
  .worker-six__slogan span {
    font-size: 20px;
  }
  .worker-six__subject {
    width: 800px;
    font-size: 18px;
  }
  .worker-six__subject span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .worker {
    margin: 100px;
  }
  .worker-six__information {
    margin-left: 30px;
  }
  .worker-six__img img {
    width: 103px;
    height: 125px;
  }
  .worker-six__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .worker-six__title span {
    font-size: 15px;
  }
  .worker-six__slogan {
    font-size: 12px;
  }
  .worker-six__slogan span {
    font-size: 12px;
  }
  .worker-six__subject {
    width: 309px;
    font-size: 12px;
  }
  .worker-six__subject span {
    font-size: 12px;
  }
}
.worker-seven {
  display: flex;
  align-items: center;
  margin-top: 135px;
  flex-wrap: wrap;
}
.worker-seven__img img {
  width: 501.01px;
  height: 608px;
  flex-shrink: 0;
}
.worker-seven__information {
  margin-left: 100px;
}
.worker-seven__span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worker-seven__title {
  margin-bottom: 20px;
  display: flex;
  width: 540px;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}
.worker-seven__title span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
}
.worker-seven__slogan {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
.worker-seven__slogan span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.worker-seven__data {
  margin-top: 40px;
  width: 1150px;
}
.worker-seven__subject {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.worker-seven__subject span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .worker-seven__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .worker-seven {
    width: 400px;
    margin: 30px;
  }
  .worker-seven__img img {
    width: 259px;
    height: 314px;
    flex-shrink: 0;
  }
  .worker-seven__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .worker-seven__title span {
    font-size: 25px;
  }
  .worker-seven__slogan {
    font-size: 20px;
  }
  .worker-seven__slogan span {
    font-size: 20px;
  }
  .worker-seven__subject {
    width: 800px;
    font-size: 18px;
  }
  .worker-seven__subject span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .worker {
    margin: 100px;
  }
  .worker-seven__information {
    margin-left: 30px;
  }
  .worker-seven__img img {
    width: 103px;
    height: 125px;
  }
  .worker-seven__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .worker-seven__title span {
    font-size: 15px;
  }
  .worker-seven__slogan {
    font-size: 12px;
  }
  .worker-seven__slogan span {
    font-size: 12px;
  }
  .worker-seven__subject {
    width: 309px;
    font-size: 12px;
  }
  .worker-seven__subject span {
    font-size: 12px;
  }
}
.worker-eight {
  display: flex;
  align-items: center;
  margin-top: 135px;
  flex-wrap: wrap;
}
.worker-eight__img img {
  width: 501.01px;
  height: 608px;
  flex-shrink: 0;
}
.worker-eight__information {
  margin-left: 100px;
}
.worker-eight__span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worker-eight__title {
  margin-bottom: 20px;
  display: flex;
  width: 540px;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}
.worker-eight__title span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
}
.worker-eight__slogan {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
.worker-eight__slogan span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.worker-eight__data {
  margin-top: 40px;
  width: 1150px;
}
.worker-eight__subject {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.worker-eight__subject span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .worker-eight__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .worker-eight {
    width: 400px;
    margin: 30px;
  }
  .worker-eight__img img {
    width: 259px;
    height: 314px;
    flex-shrink: 0;
  }
  .worker-eight__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .worker-eight__title span {
    font-size: 25px;
  }
  .worker-eight__slogan {
    font-size: 20px;
  }
  .worker-eight__slogan span {
    font-size: 20px;
  }
  .worker-eight__subject {
    width: 800px;
    font-size: 18px;
  }
  .worker-eight__subject span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .worker {
    margin: 100px;
  }
  .worker-eight__information {
    margin-left: 30px;
  }
  .worker-eight__img img {
    width: 103px;
    height: 125px;
  }
  .worker-eight__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .worker-eight__title span {
    font-size: 15px;
  }
  .worker-eight__slogan {
    font-size: 12px;
  }
  .worker-eight__slogan span {
    font-size: 12px;
  }
  .worker-eight__subject {
    width: 309px;
    font-size: 12px;
  }
  .worker-eight__subject span {
    font-size: 12px;
  }
}
.worker-nine {
  display: flex;
  align-items: center;
  margin-top: 135px;
  flex-wrap: wrap;
}
.worker-nine__img img {
  width: 501.01px;
  height: 608px;
  flex-shrink: 0;
}
.worker-nine__information {
  margin-left: 100px;
}
.worker-nine__span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worker-nine__title {
  margin-bottom: 20px;
  display: flex;
  width: 540px;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}
.worker-nine__title span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
}
.worker-nine__slogan {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
.worker-nine__slogan span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.worker-nine__data {
  margin-top: 40px;
  width: 1150px;
}
.worker-nine__subject {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.worker-nine__subject span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .worker-nine__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .worker-nine {
    width: 400px;
    margin: 30px;
  }
  .worker-nine__img img {
    width: 259px;
    height: 314px;
    flex-shrink: 0;
  }
  .worker-nine__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .worker-nine__title span {
    font-size: 25px;
  }
  .worker-nine__slogan {
    font-size: 20px;
  }
  .worker-nine__slogan span {
    font-size: 20px;
  }
  .worker-nine__subject {
    width: 800px;
    font-size: 18px;
  }
  .worker-nine__subject span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .worker {
    margin: 100px;
  }
  .worker-nine__information {
    margin-left: 30px;
  }
  .worker-nine__img img {
    width: 103px;
    height: 125px;
  }
  .worker-nine__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .worker-nine__title span {
    font-size: 15px;
  }
  .worker-nine__slogan {
    font-size: 12px;
  }
  .worker-nine__slogan span {
    font-size: 12px;
  }
  .worker-nine__subject {
    width: 309px;
    font-size: 12px;
  }
  .worker-nine__subject span {
    font-size: 12px;
  }
}
.worker-ten {
  display: flex;
  align-items: center;
  margin-top: 135px;
  flex-wrap: wrap;
}
.worker-ten__img img {
  width: 501.01px;
  height: 608px;
  flex-shrink: 0;
}
.worker-ten__information {
  margin-left: 100px;
}
.worker-ten__information {
  margin-left: 100px;
}
.worker-ten__span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worker-ten__title {
  margin-bottom: 40px;
  display: flex;
  width: 540px;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--light-blue, #0039a6);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}
.worker-ten__title span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
}
.worker-ten__slogan {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
.worker-ten__slogan span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.worker-ten__data {
  margin-top: 40px;
  width: 1150px;
}
.worker-ten__subject {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.worker-ten__subject span {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .worker-ten__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .worker-ten {
    width: 400px;
    margin: 30px;
  }
  .worker-ten__img img {
    width: 259px;
    height: 314px;
    flex-shrink: 0;
  }
  .worker-ten__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .worker-ten__title span {
    font-size: 25px;
  }
  .worker-ten__slogan {
    font-size: 20px;
  }
  .worker-ten__slogan span {
    font-size: 20px;
  }
  .worker-ten__subject {
    width: 800px;
    font-size: 18px;
  }
  .worker-ten__subject span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .worker {
    margin: 100px;
  }
  .worker-ten__information {
    margin-left: 30px;
  }
  .worker-ten__img img {
    width: 103px;
    height: 125px;
  }
  .worker-ten__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .worker-ten__title span {
    font-size: 15px;
  }
  .worker-ten__slogan {
    font-size: 12px;
  }
  .worker-ten__slogan span {
    font-size: 12px;
  }
  .worker-ten__subject {
    width: 309px;
    font-size: 12px;
  }
  .worker-ten__subject span {
    font-size: 12px;
  }
}
.news {
  margin-top: 60px;
}
.news__nav-main {
  margin-top: 60px;
  display: flex;
}
.news__nav-text {
  position: relative;
  color: var(--light-grey-footer, #abb0c3);
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 21.6px;
}
.news__nav-text::before {
  position: absolute;
  content: '';
  background: url(../img/nav-main.svg) no-repeat center/cover;
  width: 13px;
  height: 15.901px;
  right: -30px;
}
.news__nav-text2 {
  margin-left: 50px;
  position: relative;
  color: var(--light-grey-footer, #abb0c3);
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 21.6px;
}
.news__title {
  text-align: center;
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 35.2px;
  font-weight: 900;
  line-height: 35.2px;
}
.news__cards {
  margin-top: 45px;
  display: flex;
  justify-content: space-evenly;
/*  align-items: center;*/
  flex-wrap: wrap;
}

.news__subject {
  width: 320px;
  color: var(--title, #3b4254);
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 21.6px;
  margin-bottom: 10px;
}
.news__subject span {
  color: #3b4254;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 11px;
}

.news-content {
  display: flex;
  align-items: center;
}

.news__views {
  display: flex;
  align-items: center;
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  margin-left: 30px;
}

.news__views-date {
  display: flex;
  align-items: center;
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
}

.news-one__views-date {
   display: flex;
   align-items: center;
   color: var(--blue, #1e3685);
   font-family: Roboto;
   font-size: 15px;
   font-weight: 700;
   line-height: 25px;
}

.news-one__views {
   display: flex;
   align-items: center;
   color: var(--blue, #1e3685);
   font-family: Roboto;
   font-size: 15px;
   font-weight: 700;
   line-height: 25px;
   margin-left: 30px; 
}

.news__object {
  text-align: center;
  margin-top: 101px;
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.news__card {
  margin: 0 10px 30px;
  position: relative;
}

.news__card img {
  width: 400px;
  height: 220px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .news__cards {
    width: 1000px;
  }
  .news__cards img {
    width: 360px;
  }
}
@media (max-width: 768px) {
  .news__cards {
    width: 700px;
    margin: 50px;
  }
  .news__subject {
    font-size: 12px;
  }
  .news__cards img {
    width: 300px;
  }
}
@media (max-width: 425px) {
  .news__cards {
    flex-direction: column;
  }
  .news__subject {
    margin-bottom: 20px;
  }
  .news__object {
    margin-left: 180px;
    width: 500px;
  }
}
.photogallery {
  margin-top: 60px;
}
.photogallery__title {
  text-transform: uppercase;
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 35.2px;
  font-weight: 900;
  line-height: 35.2px;
  text-align: center;
  margin-bottom: 62px;
}
.photogallery__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.photogallery__subject {
  margin-top: 81px;
  text-align: center;
  color: var(--blue, #1e3685);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .photogallery__title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .photogallery__title {
    font-size: 27px;
  }

  .photogallery__card {
    margin-left: 100px;
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .photogallery__title {
    font-size: 23px;
  }
}

ul li {
  list-style: none;
}

.input-nav {
  display: none;
}

.cart {
  margin-top: 60px;
}

.cart__title {
  color: #3b4255;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 900;
  line-height: 35.2px;
  text-align: center;
  margin-bottom: 60px;
}

.cart__wrapper {
  display: flex;
  justify-content: space-around;
/*  flex-wrap: wrap;*/
}

.cart-column {
  display: flex;
  flex-direction: column;
}

.cart-sub {
  background: #0039a6;
  color: #fff;
  font-family: Roboto;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  transition: 0.2s linear;
}

.cart-sub:hover {
  background: #fff;
  color: #0039a6;
  border: 2px dashed #0039a6;
  transition: 0.2s linear;
}

.cart-sub-li {
  cursor: pointer;
  background: #0039a6;
  color: #fff;
  font-family: Roboto;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  margin: 5px 0 0 20px;
}

.cart-sub-li:hover {
  background: #fff;
  color: #0039a6;
  border: 2px dashed #0039a6;
  transition: 0.2s linear;
}

@media (max-width: 1024px) {
  .cart__title {
    font-size: 28px;
  }
}

@media (max-width: 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;
  }
}

@media (max-width: 900px) {
  .lg-outer.lg-grab img.lg-object {
    width: 600px;
  }
}

@media (max-width: 700px) {
  .lg-outer.lg-grab img.lg-object {
    width: 400px;
  }
}

@media (max-width: 425px) {
  .lg-outer.lg-grab img.lg-object {
    width: 200px;
  }
}

.news-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.news-one-image {
  width: 600px;
  margin-bottom: 30px;
}

.news-one__title {
  color: #3b4255;
  font-family: Roboto;
  /*font-size: 30px;
  font-weight: 500;
  line-height: 35.2px;*/
  text-align: justify;
  margin: 20px 10px 0;
}

.news-one__content {
  display: flex;
  margin-bottom: 20px;
}

.news-one__subtitle {
  text-align: justify;
  margin-top: 15px;
  color: var(--title, #3b4254);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 1024px) {
  .news-one {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .news-one img {
    width: 500px;
  }
  
   .news-one__title {
    font-size: 24px;
   }
   
   
   .news-one__title p {
    font-size: 24px;
   }
   
   
}

@media (max-width: 425px) {
  .news-one img {
    width: 400px;
  }
  
  .news-one__title {
    font-size: 17px;
    margin: 10px 12px;
  }
  
   .news-one__title p {
    font-size: 14px;
    margin: 0 12px;
   }
}

@media (max-width: 375px) {
  .news-one img {
    width: 300px;
  }
}

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x:hidden; 
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.search {
  width: 50px;
  height: 40px;
  position: relative;
  background-color: #fff;
  border-radius: 4rem;
  padding: 10px;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.9, 0, 0.3, 0.9);
}
.search__input {
  border: none;
  outline: none;
  width: calc(100% - 64px);
  height: 100%;
  border-radius: 4rem;
  padding-left: 14px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s;
}
.search__input:-webkit-autofill {
  box-shadow: 0 0 0 100px #fff inset;
}
.search__button {
  width: 30px;
  height: 30px;
  background-color: #0039a6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.9, 0, 0.3, 0.9);
}
.search__icon,
.search__close {
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  transition: opacity 0.5s cubic-bezier(0.9, 0, 0.3, 0.9);
}
.search__close {
  opacity: 0;
}

.show-search {
  width: 100%;
}
.show-search .search__input {
  opacity: 1;
  pointer-events: initial;
}
.show-search .search__button {
  transform: rotate(90deg);
}
.show-search .search__icon {
  opacity: 0;
}
.show-search .search__close {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .show-search {
    width: 230px;
  }
}

.vacancy {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vacancy__title {
  font-size: 36px;
  color: #151515;
  font-weight: 500;
  line-height: 28px;
  font-family: Roboto;
  margin-bottom: 40px;
}

.vacancy__views {
  display: flex;
  margin: 10px;
}

.vacancy__content {
  color: #616161;
  font-family: Roboto;
  font-size: 14px;
  margin-bottom: 3px;
  margin-left: 30px;
}

.vacancy__text {
  width: 550px;
  text-align: justify;
  font-size: 20px;
  color: #151515;
  font-weight: 500;
  line-height: 28px;
  font-family: Roboto;
  margin-bottom: 40px;
}

.vacancy__image {
  width: 500px;
}

.vacancy__navigation {
  margin-top: 50px;
}

.vacancy__headline {
  font-size: 14px;
  color: #151515;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto;
  margin-bottom: 40px;
}

.navigation a {
   color: #002895;
   font-family: Roboto;
   font-size: 16px;
   font-weight: 400;
   line-height: 21.6px;
   text-align: left;
   border: 1px solid #0d72b7;
   padding: 10px 5px;
   color: #0d72b7;
   transition: 0.3s;
}

.navigation a:hover {
  background: #0d72b7;
  color: #fff;
  transition: 0.3s; 
}

.navigation span {
  color: #3b4255;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  border: 1px solid #0d72b7;
  padding: 10px 20px;
  color: #0d72b7;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .vacancy {
    width: 800px;
  }

  .vacancy__image {
    width: 400px;
  }

  .vacancy__title {
    font-size: 33px;
  }

  .vacancy__text {
    font-size: 17px;
  }

  .vacancy__content {
    font-size: 12px;
  }

  .vacancy__headline {
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  .vacancy__title {
    font-size: 27px;
  }

  .vacancy__image {
    width: 300px;
  }

  .vacancy__text {
    font-size: 14px;
  }

  .vacancy__content {
    font-size: 12px;
  }

  .vacancy__headline {
    font-size: 12px;
  }
}

.documents-more {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.documents-more__title {
  font-size: 36px;
  font-family: Roboto;
  color: #151515;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.documents-more__subtitle {
  font-size: 15px;
  font-family: Roboto;
  color: rgb(128, 128, 128);
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
  padding-right: 20px;
}

.documents-more__btn {
  padding: 15px 45px;
  margin-top: 37px;
  border: none;
  color: var(--white, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--light-blue, #0039a6);
}

.documents-more__btn:hover {
  cursor: pointer;
  background: #fff;
  border: 2px dashed #1600b9;
  color: #1600b9;
  transition: 0.5s ease;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .documents-more {
    padding: 0 450px;
  }

  .documents-more__title {
    font-size: 32px;
    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: 425px) {
  .documents-more__title {
    font-size: 24px;
  }
}


.breadcrumbs {
  display: flex;
  margin: 50px 0 0 50px;
  }
  .breadcrumb__item,
  .breadcrumb__link,
  .breadcrumb__item {
  position: relative;
  display: block;
  margin: 0 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -.02rem;
  color: #bbb;
  font-weight: 400;
  }

.breadcrumb-array{
  width: 20px;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: -10px;
}



