.content-section {
  width: 100%;
}

.content-section img {
  width: 100%;
}

.content-section .content-img-cover {
  object-fit: cover;
  width: 100%;
  height: 520px;
  margin-bottom: 40px;
}

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

.content-section h2 {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  margin: 40px 0 20px;
}

.content-section h3 {
  margin: 40px 0 20px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.content-section h4 {
  margin: 40px 0 20px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

.content-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.content-section p:not(:last-child) {
  margin-bottom: 20px;
}

.content-section ul {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 20px;
}

.content-section ul > li {
  position: relative;
  padding-left: 24px;
  line-height: 28px;
}

.content-section ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.content-section ul > li::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: black;
  margin-right: 16px;
  left: 0;
  top: 10px;
}

.content-section ul > li a {
  display: inline;
  color: black;
}

.content-section ul > li a:hover {
  color: #697B87;
}

.content-section ul > li a:active {
  color: #697B87;
}

.content-section ol {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  counter-reset: liCounter;
  margin-bottom: 20px;
}

.content-section ol ul {
  margin-top: 10px;
}

.content-section ol > li {
  position: relative;
  padding-left: 39px;
  line-height: 28px;
}

.content-section ol > li:not(:last-child) {
  margin-bottom: 10px;
}

.content-section ol > li::before {
  counter-increment: liCounter;
  content: counter(liCounter) ".";
  display: block;
  position: absolute;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  min-width: 23px;
  text-align: end;
  margin-right: 16px;
  color: black;
  left: 0;
}

.content-section ol > li a {
  display: inline;
  color: black;
}

.content-section ol > li a:hover {
  color: #697B87;
}

.content-section ol > li a:active {
  color: #697B87;
}

.content-section > span {
  margin: 4px 0 40px;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #697B87;
}

@media screen and (max-width: 1100px) {
  .content-section h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
  }
  .content-section .content-img-cover {
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 499px) {
  .content-section h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .content-section .content-img-cover {
    object-fit: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }
  .content-section h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px;
  }
  .content-section h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px;
  }
  .content-section h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px;
  }
  .content-section p,
  .content-section ul,
  .content-section ol {
    font-size: 14px;
    line-height: 24px;
  }
  .content-section ul {
    margin-top: 10px;
  }
  .content-section ul > li::before {
    top: 10px;
  }
  .content-section ol > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .content-section ol > li::before {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 320px) {
  .content-section ul {
    max-width: 229px;
  }
}

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

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

.main-preview .main-preview__title::before {
  content: url(../../img/common/main-arrow-btn-white.svg);
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 20px;
}

.competition {
  width: 85%;
  max-width: 1240px;
  margin: 60px auto 120px;
}

.competition .competition__block-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.competition .competition__different-info {
  max-width: 793px;
  width: 70%;
  margin-right: 40px;
}

.competition__main-info {
  max-width: 347px;
  width: 30%;
  border: 1px solid #CDDDE3;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 83px;
}

.competition__main-info .main-info__title {
  border-bottom: 1px solid #CDDDE3;
  padding: 19px 30px 15px;
  color: #697B87;
}

.competition__main-info .main-info__details {
  margin: 22px 30px 0;
  border-bottom: 1px solid #CDDDE3;
}

.competition__main-info .main-info__prize {
  margin: 20.35px 30px;
}

.competition__main-info .main-info__prize .prize__wripper {
  display: flex;
  justify-content: space-between;
}

.competition__main-info .main-info__prize .prize__title {
  opacity: 0.7;
  margin-bottom: 11px;
}

.competition__main-info .main-info__prize .prize__value {
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  text-transform: none;
}

.competition__main-info .main-info__prize .prize__icon {
  background-image: url(../../img/pages/activeCompetitionPage/prize-icon.svg);
  background-repeat: no-repeat;
  background-position: right top;
  min-width: 61.13px;
  height: 64.04px;
  background-size: contain;
}

.competition__main-info .main-info__button-participate {
  display: block;
  margin: 21px auto 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #CDDDE3;
  padding: 17px 46px;
  width: max-content;
  text-align: center;
  cursor: pointer;
}

.competition__main-info .main-info__button-participate:hover {
  color: white;
  background: #697B87;
}

.detail {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail .detail__title {
  opacity: 0.7;
}

.detail .detail__value {
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: normal;
  text-transform: none;
}

.blog__article__table {
  display: flex;
  width: 100%;
  border: 1px solid #CDDDE3;
  font-size: 16px;
  font-weight: 300;
  flex-direction: column;
  margin: 40px 0 121px;
  overflow: auto;
}

.blog__article__table::-webkit-scrollbar {
  height: 10px;
  background-color: #fff;
}

.blog__article__table::-webkit-scrollbar-thumb {
  background: linear-gradient(#fff 0%, #fff 35%, #CDDDE3 35%, #CDDDE3 75%, #fff 75%, #fff 100%);
  cursor: pointer;
}

.blog__article__table .table__row {
  display: flex;
}

.blog__article__table .table__row .table__column {
  display: flex;
  width: 25%;
  min-width: 149px;
  padding: 0 24px;
  height: 60px;
  align-items: center;
}

.blog__article__table .table__row .table__column:not(:first-child) {
  border-left: 1px solid #CDDDE3;
  justify-content: flex-end;
}

.blog__article__table .table__row .table__column:first-child {
  min-width: 198px;
}

.blog__article__table .table__row:nth-child(2n) {
  background: rgba(205, 221, 227, 0.24);
}

.blog__article__table .table__row:first-child {
  font-weight: 600;
}

@media screen and (max-width: 1130px) {
  .blog__article__table {
    margin-bottom: 42px;
  }
  .blog__article__table .table__row .table__column:not(:first-child) {
    justify-content: center;
  }
}

@media screen and (max-width: 1100px) {
  .main-preview__title {
    margin-bottom: 40px;
  }
  .competition {
    margin: 40px auto 80px;
  }
  .competition .competition__block-info {
    flex-direction: column;
  }
  .competition .competition__block-info .competition__main-info {
    order: -1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
    margin-top: 0;
  }
  .competition .competition__block-info .competition__main-info .main-info__prize .prize__value {
    max-width: 496px;
  }
  .competition .competition__block-info .competition__different-info {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-preview .main-preview__title {
    max-width: 648px;
  }
  .blog__article__table {
    width: calc(100% + ((100vw - 100%) / 2));
    max-width: 648px;
    margin-right: calc((100vw - 100%) / 2);
  }
  .blog__article__table .table__row {
    width: fit-content;
  }
  .competition {
    max-width: 648px;
  }
}

@media screen and (max-width: 499px) {
  .main-preview .main-preview__title {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .competition .competition__block-info .competition__main-info {
    margin-bottom: 40px;
  }
  .competition .competition__block-info .competition__main-info .main-info__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .competition .competition__block-info .competition__main-info .main-info__details {
    margin-left: 20px;
    margin-right: 20px;
  }
  .competition .competition__block-info .competition__main-info .main-info__prize {
    background-size: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .competition .competition__block-info .competition__main-info .main-info__prize .prize__title {
    font-weight: normal;
    font-size: 8px;
    line-height: 24px;
  }
  .competition .competition__block-info .competition__main-info .main-info__prize .prize__value {
    font-size: 10px;
    line-height: 14px;
  }
  .competition .competition__block-info .competition__main-info .main-info__button-participate {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .competition .competition__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .detail .detail__title {
    font-weight: normal;
    font-size: 8px;
    line-height: 24px;
  }
  .detail .detail__value {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 320px) {
  .main-preview {
    background-image: url(../../img/pages/competitionsList/preview-mobile.jpg);
  }
  .main-preview .main-preview__title {
    max-width: 260px;
  }
  .competition {
    max-width: 260px;
  }
}

.place-won h3 {
  margin-top: 60px;
}

.place-won img {
  width: 100%;
}

.competition__main-info .main-info__button-participate.button-to-projects {
  color: black;
  background-color: white;
  border: 1px solid #CDDDE3;
}

.competition__main-info .main-info__button-participate.button-to-projects:hover {
  background: #CDDDE3;
}

@media screen and (max-width: 1100px) {
  .place-won h3 {
    margin-top: 40px;
  }
}

