body {
  background-color: #000000;
  color: white;
  font-family: "Manrope", sans-serif;
}
a {
  text-decoration: none;
  color: white;
}
ul {
  padding-left: 0;
}
p {
  margin: 0;
}
.wraper {
  max-width: 1140px;
  margin: 0 auto;
}
/*! ==============header */
.header {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: #000;
  padding: 20px 150px;
}
.header__nav-list {
  list-style: none;
  display: flex;
  gap: 10px 35px;
}
.header__nav-select {
  color: white;
  background-color: #000;
  border: none;
  font-weight: 200;
  font-size: 12px;
  line-height: 120%;
}
.header__lang-wrapper {
  display: flex;
  align-items: center;
}
.btn-hover:hover {
  text-shadow: 7px 7px 15px #fff, 7px -7px 15px #fff, -7px 7px 15px #fff,
    -7px -7px 15px #fff;
}

/*! ==============main */
.main__title {
  margin-top: 180px;
  margin-bottom: 36px;
  font-weight: 200;
  font-size: 72px;
  line-height: 104%;
  max-width: 731px;
}
.btn {
  background-color: #000;
  color: white;
  border: 0.5px solid white;
  padding: 17px 20px;
  cursor: pointer;
  transition: transform 0.25s;
}

.btn__accent {
  padding: 17px 61px 17px 28px;
  margin-right: 60px;
  position: relative;
}
.btn__svg {
  position: absolute;
  right: 15px;
}
.page__video {
  margin: auto;
  text-align: center;
}
.video {
  margin-top: 69px;
  transform: rotate(-5deg);
  transition: transform 0.25s;
}
.video:hover {
  transform: scale(1.1);
  z-index: 2;
}

.article__partners {
  margin-top: 240px;
  text-align: center;
  margin-bottom: 62px;
}
.partners__list {
  min-width: 240px;
  margin-bottom: 57px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  list-style: none;
  gap: 16px;
}
.patnegs__logo:hover {
  transform: scale(1.1);
  transition: transform 0.25s;
}
.article__about {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about__about-us {
  background-image: url(../img/div.png);
  padding: 449px 114px 70px 72px;
  background-size: cover;
}
.about__academi {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
    url("../img/div2.png");
  padding: 70px 144px 487px 72px;
  background-size: cover;
}
.about__academi::before {
  content: "";
}
.about-us__txt {
  max-width: 422px;
  font-weight: 200;
  font-size: 36px;
  line-height: 120%;
}
.about-us__btn {
  display: inline-block;
}
.btn-p {
  padding: 17px 25px;
  background-color: #3549cb;
  transition: transform 0.25s;
  margin-bottom: 70px;
  margin-top: 33px;
}
.btn-p:hover {
  background-color: #0c1c84;
}
.academi__txt {
  font-weight: 200;
  font-size: 36px;
  line-height: 120%;
  margin: 0;
}
.article__busines {
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  justify-content: space-between;
}

.busines__txt {
  margin-top: 147px;
  margin-bottom: 40px;
  font-weight: 200;
  font-size: 40px;
  line-height: 107%;
  width: 329px;
}
.busines__copy {
  font-weight: 200;
  font-size: 14px;
  line-height: 150%;
  color: #858a99;
  margin-bottom: 20px;
}
.busines__btns {
  margin-top: 140px;
}
.busines__btn {
  padding: 17px 27px;
}
.btn-color-accent {
  background-color: #3549cb;
}
.busines__btn-accent {
  border: 1px solid white;
  padding-right: 60px;
  position: relative;
  margin-right: 20px;
}
.busines__btn-svg {
  margin-left: 60px;
  position: absolute;
  right: 15px;
}
.page__footer {
  padding-left: 95px;
  padding-right: 95px;
}
.social__list {
  display: flex;
  list-style: none;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 40px;
}
.main__section::before {
  content: url(../img/Asset_left.png.png);
  position: absolute;
  top: 750px;
}
.main__section::after {
  content: url(../img/Asset_rigth.png.png);
  position: absolute;
  top: 1100px;
  right: 0px;
  z-index: -1;
}
.article__busines::after {
  content: url(../img/networks/FooterHedUp.png);
  position: absolute;
  right: 200px;
}
.article__busines::before {
  content: url(../img/networks/FooterHendDown.png);
  position: absolute;
  top: 2880px;
  right: 400px;
}
