.main-page .completed-projects {
  margin-bottom: 120px;
}
@media (max-width: 1440px) {
  .main-page .completed-projects {
    margin-bottom: 90px;
  }
}
@media (max-width: 990px) {
  .main-page .completed-projects {
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .main-page .completed-projects {
    margin-bottom: 50px;
  }
}
.main-page .completed-projects__top {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}
@media (max-width: 1440px) {
  .main-page .completed-projects__top {
    grid-gap: 40px;
  }
}
@media (max-width: 990px) {
  .main-page .completed-projects__top {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .main-page .completed-projects__top {
    margin-bottom: 60px;
  }
}
.main-page .completed-projects__pretitle {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .main-page .completed-projects__pretitle {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .main-page .completed-projects__pretitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .main-page .completed-projects__pretitle {
    font-size: 12px;
  }
}
.main-page .completed-projects__pretitle::before {
  content: "";
  height: 20px;
  width: 20px;
  background: #ED3026;
  display: block;
  border-radius: 4px;
}
@media (max-width: 990px) {
  .main-page .completed-projects__pretitle::before {
    height: 15px;
    width: 15px;
  }
}
.main-page .completed-projects__title {
  font-size: 56px;
  line-height: 120%;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1440px) {
  .main-page .completed-projects__title {
    font-size: 44px;
  }
}
@media (max-width: 990px) {
  .main-page .completed-projects__title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .main-page .completed-projects__title {
    font-size: 24px;
  }
}
.main-page .completed-projects__text {
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1600px) {
  .main-page .completed-projects__text {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .main-page .completed-projects__text {
    font-size: 22px;
    max-width: 640px;
  }
}
@media (max-width: 990px) {
  .main-page .completed-projects__text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .main-page .completed-projects__text {
    font-size: 16px;
  }
}
.main-page .completed-projects__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .main-page .completed-projects__wrap {
    grid-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .main-page .completed-projects__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .main-page .completed-projects__wrap {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
  }
}
.main-page .completed-projects__item {
  border-radius: 4px;
  padding: 20px;
  background: #fff;
}
@media (max-width: 576px) {
  .main-page .completed-projects__item {
    padding: 15px;
  }
}
.main-page .completed-projects__item:hover .completed-projects__item-title {
  color: #ED3026;
}
.main-page .completed-projects__item-title {
  transition: 0.3s;
  font-size: 64px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  .main-page .completed-projects__item-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .main-page .completed-projects__item-title {
    margin-bottom: 20px;
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .main-page .completed-projects__item-title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
.main-page .completed-projects__item-text {
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1800px) {
  .main-page .completed-projects__item-text {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .main-page .completed-projects__item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .main-page .completed-projects__item-text {
    font-size: 14px;
  }
}
.main-page .completed-projects__partners {
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
}
.main-page .completed-projects__partners-track {
  display: flex;
  align-items: center;
  gap: 120px;
  width: fit-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation: partners-marquee 26s linear infinite;
}
@media (max-width: 990px) {
  .main-page .completed-projects__partners-track {
    gap: 60px;
  }
}
@media (max-width: 576px) {
  .main-page .completed-projects__partners-track {
    gap: 40px;
    animation: partners-marquee 14s linear infinite;
  }
}
.main-page .completed-projects__partners-img {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media (max-width: 990px) {
  .main-page .completed-projects__partners-img {
    height: 40px;
  }
}
.main-page .completed-projects__partners-img img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.main-page .completed-projects__partners:hover .completed-projects__partners-track {
  animation-play-state: paused;
}

@keyframes partners-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .completed-projects__partners-track {
    animation: none;
    transform: translate3d(0, 0, 0);
  }
}

/*# sourceMappingURL=completed-projects.css.map */
