.main-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 250px;
  width: 100%;
  background-image: url(../../img/N/pages/competitionsList/preview.jpg);
}

.main-preview .main-preview__title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: white;
  max-width: 1242px;
  width: 85%;
  margin: 0 auto 56px;
}

.competitions {
  max-width: 1242px;
  width: 85%;
  margin: 60px auto 120px;
}

.competitions .competitions__title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 36px;
  line-height: 120.4%;
  margin-bottom: 40px;
}

.competitions .competitions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.competiton-info {
  width: calc(25% - 30px * 3 / 4);
  margin-bottom: 54px;
}

.competiton-info:not(:nth-child(4n)) {
  margin-right: 30px;
}

.competiton-info .competition-info__title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 14px;
  height: 12vh;
}

.competiton-info .competition-info__main-info {
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(205, 221, 227, 0.6);
}

.competiton-info .competition-info__annotation {
  margin: 20px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.competiton-info .competition-info__button-agreement {
  height: 54px;
  background: #CDDDE3;
  width: 90%;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.competiton-info .competition-info__button-agreement:hover {
  background: #697B87;
  color: #FFFFFF;
}

.completed-competitions {
  margin-top: 53px;
}

.completed-competitions .competiton-info .competition-info__button-agreement {
  background: #F4F4F4;
  max-width: 213px;
  width: 85%;
}

.completed-competitions .competiton-info .competition-info__button-agreement:hover {
  background: #CDDDE3;
  color: black;
}

@media screen and (max-width: 1100px) {
  .main-preview {
    background-image: url(../../img/N/pages/competitionsList/preview-tablet.jpg);
  }
  .main-preview .main-preview__title {
    margin-bottom: 40px;
  }
  .competitions {
    margin: 40px auto 80px;
  }
  .competitions .competitions__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
  }
  .competitions .competitions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .competiton-info {
    width: calc(50% - 20px);
    margin-bottom: 47px;
  }
  .competiton-info:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .competiton-info:nth-child(2n + 1) {
    margin-right: 40px;
  }
  .completed-competitions {
    margin-top: 33px;
  }
}

@media screen and (max-width: 768px) {
  .competitions {
    max-width: 648px;
  }
}

@media screen and (max-width: 600px) {
  .competiton-info .competition-info__title {
    height: 20vh;
  }
}
  
@media screen and (max-width: 499px) {
  .main-preview {
    background-image: url(../../img/N/pages/competitionsList/preview-mobile.jpg);
  }
  .main-preview .main-preview__title {
    margin-bottom: 30px;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .competitions .competitions__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
  }
  .competitions .competitions__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .competiton-info {
    width: 100%;
    margin-bottom: 40px;
  }
  .competiton-info:nth-child(2n + 1) {
    margin-right: 0;
  }
  .competiton-info .competition-info__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    height: 8vh;
  }
  .competiton-info .competition-info__main-info {
    font-size: 8px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .competiton-info .competition-info__annotation {
    margin: 10px 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 160.5%;
  }
  .competiton-info .competition-info__button-agreement {
    height: 44px;
    width: 100%;
    max-width: 100%;
    font-size: 8px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .completed-competitions {
    margin-top: 40px;
  }
  .completed-competitions .competiton-info .competition-info__button-agreement {
    background: #F4F4F4;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .competitions {
    max-width: 260px;
  }
}

