.msiHeader,
.msiFooter {
  position: relative;
  z-index: 10;
  background: #fff;
}

.project {
  background: #053fd9;
  color: #fff;
  position: relative;
  overflow-x: hidden;
}

.project .msi__container {
  z-index: 10;
}

.project picture {
  display: block;
}

.project img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

.project .common-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
}

.project .main-content {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#000f42), to(#053fd9));
  background: linear-gradient(180deg, #000f42 0%, #053fd9);
}

.project .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -8%;
  left: 0;
  z-index: 0;
}

.project .footer {
  text-align: center;
  padding: 45px 0;
  font-size: 12px;
}

.project .footer-icon {
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

.project .kv {
  position: relative;
  z-index: 2;
  padding-bottom: 5%;
}

.project .kv::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.8)), color-stop(#000d38), to(#000f42));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, #000d38, #000f42);
}

.project .kv__img {
  position: relative;
  z-index: 0;
}

.project .kv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.project .kv__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.project .kv__title {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 25px;
}

.project .kv__title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.project .kv__title-text {
  position: absolute;
  z-index: 0;
  font-size: 0;
  top: -100%;
}

.project .terms {
  padding: 45px 0;
}

@media (min-width: 996px) {
  .project .terms {
    padding: 80px 0;
  }
}

.project .terms .intel__badge {
  text-align: center;
}

.project .terms__title {
  font-size: var(--title-xl);
  text-align: center;
  padding-top: 80px;
}

.project .terms__title span {
  border-bottom: 2px solid #fff;
}

.project .terms__text {
  font-size: 17px;
  padding: 24px 0;
  line-height: 1.5;
}

.project .terms__text p {
  padding-bottom: 16px;
}

.project .terms__text a {
  color: #fff;
  text-decoration: underline;
}

.project .terms__text a:hover {
  text-decoration: none;
}

.project .models {
  padding: 45px 0;
}

.project .models__title {
  font-size: var(--title-xl);
  text-align: center;
  padding-bottom: 40px;
}

.project .models__title span {
  border-bottom: 2px solid #fff;
}

.project .models__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.project .models-card {
  position: relative;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.project .models-card:hover {
  -webkit-box-shadow: #167db1 0 0 30px;
          box-shadow: #167db1 0 0 30px;
}

.project .models-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.project .models-card:hover button {
  background: -webkit-gradient(linear, left top, left bottom, from(#12e7f6), to(#126b97));
  background: linear-gradient(180deg, #12e7f6 0%, #126b97 100%);
}

@media (min-width: 996px) {
  .project .models-card {
    width: calc(50% - 20px);
  }
}

.project .models-card__img {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  padding: 10px;
}

.project .models-card__title {
  font-size: var(--title-lg);
  padding: 5px 0 15px;
  font-weight: bold;
}

.project .models-card button {
  background: -webkit-gradient(linear, left top, left bottom, from(#242a81), to(#126b97));
  background: linear-gradient(180deg, #242a81 0%, #126b97 100%);
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.project .models-card a {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.project .models__link {
  padding-top: 40px;
  text-align: center;
}

@media (min-width: 996px) {
  .project .models__link {
    padding-top: 80px;
  }
}

.project .models__link a {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#242a81), to(#126b97));
  background: linear-gradient(180deg, #242a81 0%, #126b97 100%);
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  min-width: 40%;
  font-weight: bold;
}

.project .models__link a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#12e7f6), to(#126b97));
  background: linear-gradient(180deg, #12e7f6 0%, #126b97 100%);
}
/*# sourceMappingURL=main.css.map */