body {
  line-height: 1;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  background-color: #fafafa;
  color: #131414;
  width: 100%;
  min-width: 320px;
  overflow: auto !important;
  min-width: auto !important;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a {
  color: currentColor;
}
ul li {
  padding-bottom:5px;
}
.wrapper-header {
  max-width: 1130px;
  width: 100%;
  margin: 0px auto;
  overflow-x: hidden;
}
.block-header {
  min-height: 400px;
  background: #25094d;
  padding: 50px 154px 50px 154px;
  background-image: url(../img/bg.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.block-header-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}
.header-button {
    font-style: normal;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #ffffff;
    padding: 13px 15px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 5px;
    text-decoration: none;
}
.header-button:hover {
  text-decoration: none;
  color: #ffffff;
}
.footer-button {
    font-style: normal;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #ffffff;
    padding: 13px 25px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 5px;
    text-decoration: none;
}
.footer-button:hover {
  text-decoration: none;
  color: #ffffff;
}
.footer-button .fas {
  padding-right: 5px;
}
.text-onhover {
	transition-property: opacity;
	transition-duration: 0.4s;
}
.text-onhover:hover{
  opacity: 0.7;
}
.block-header-explore {
  max-width: 930px;
  width: 100%;
  margin-bottom: 20px;
}
.explore-title {
  font-style: normal;
  font-size: 25px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 80px;
}
.explore-text {
  font-style: normal;
  font-size: 18px;
  line-height: 180%;
  color: #ffffff;
}
.explore-text:hover {
  text-decoration: none;
  color: #ffffff;
}
.explore-text .fas {
  padding-right: 5px;
}
.block-header-explore-next {
  align-items: center;
  color:#ffffff;
}
.next-wrapper {
    text-align:right;
}
.next-text {
  font-style: normal;
  font-size: 16px;
  line-height: 180%;
  color: #25094d;
}
.next-text:hover {
  text-decoration: none;
  color: #25094d;
}
.next-text .fas {
  padding-right: 5px;
}
.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.block-content {
    padding: 154px 154px 50px 154px;
}


.block-content-mission {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
.block-content-arch {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
    margin-left: 20px;
}


.block-content-text {
    max-width: 55%;
    height: auto;
}
.block-content-image {
    max-width: 100%;
    height: auto;
}
.section-title {
    font-style: normal;
    font-size: 25px;
    line-height: 180%;
    color: #000000;
    padding-top: 0px;
    margin-bottom: 20px;
}

.footer-wrapper {
  background: #25094d;
  mix-blend-mode: normal;
  padding: 100px 150px 100px 150px;
  background-image: url(../img/bg.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.footer {
    margin: auto;
    max-width: 1130px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}
.footer-logo {
  margin-right: 15px;
  cursor: pointer;
}
.footer-right {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .block-header, .block-content, .footer-wrapper {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 800px) {
  .block-header, .block-content, .footer-wrapper {
    padding: 10px 10px 10px 10px;
  }
  .block-content-text {
    max-width: 100%;
  }
  .block-content-mission {
    flex-direction: column-reverse;
    align-items: center;
  }
  .block-content-arch {
    flex-direction: column;
    align-items: center;
  }
}
