.cooperation .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(14, 14, 14, 0.1);
  border-bottom: 1px solid rgba(14, 14, 14, 0.1);
}
@media screen and (max-width: 1050px) {
  .cooperation .container {
    flex-direction: column;
  }
}
.cooperation .container .fix_block {
  position: sticky;
  top: 0;
  padding: 78px 0;
  width: 50%;
}
@media screen and (max-width: 1050px) {
  .cooperation .container .fix_block {
    width: 100%;
    padding: 40px 0 30px;
    position: static;
  }
}
.cooperation .container .fix_block .h2 {
  font-family: "TT Runs Trial", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  text-transform: uppercase;
  color: #0e0e0e;
  margin-bottom: 33px;
  max-width: 430px;
}
.cooperation .container .fix_block .h2.blue {
  color: #016bff;
}
.cooperation .container .all_stages {
  width: 50%;
  border-left: 1px solid rgba(14, 14, 14, 0.1);
}
@media screen and (max-width: 1050px) {
  .cooperation .container .all_stages {
    width: 100%;
    border-left: none;
  }
}
.cooperation .container .all_stages .item {
  padding: 60px 20px 60px 40px;
  border-bottom: 1px solid rgba(14, 14, 14, 0.1);
}
@media screen and (max-width: 1050px) {
  .cooperation .container .all_stages .item {
    padding: 20px 0;
  }
}
.cooperation .container .all_stages .item .title {
  font-family: "TT Runs Trial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 18px;
}
.cooperation .container .all_stages .item .points {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1050px) {
  .cooperation .container .all_stages .item .points {
    margin-bottom: 30px;
  }
}
.cooperation .container .all_stages .item .points .el {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #000;
}
.cooperation .container .all_stages .item .inscription {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #797979;
  margin-bottom: 8px;
}
.cooperation .container .all_stages .item .deadline {
  font-family: "TT Runs Trial", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  text-transform: uppercase;
  color: #016bff;
}
.cooperation .container .all_stages .item.last {
  border-bottom: none;
}/*# sourceMappingURL=cooperation.css.map */