.info {
    background: url(https://static.cnews.ru/img/cnews/2026/02/02/awards2026.png) 100% 0 no-repeat;
}

@media (max-width: 1280px) {
    .info {
        background-size: 100%;
        background-position: bottom;
        background: url(https://static.cnews.ru/img/cnews/2026/02/02/awards2026.png) 100% 40% no-repeat;
        background-size: contain;
    }
}

.about__text:before {
    background: url(https://static.cnews.ru/img/cnews/2026/02/02/awards2026_2.png) 0 0 no-repeat;
}

.rules__text:before,
.laureate:before,
.registr__text:before {
    background: url(https://static.cnews.ru/img/cnews/2026/02/02/awards2026_3.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.terms {
    padding: 100px 0;
    min-height: auto;
}

.terms__window {
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.terms__header {
    font-size: 35px;
    margin: 0;
}

.terms__body {
    margin-top: 30px;
}

.terms ol {
    padding-left: 25px;
}

.terms ol li {
    padding-left: 10px;
    font-size: 16px;
}

.terms ol li + li {
    margin-top: 15px;
}

.laureate .bx-pager {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    top: 420px;
    left: 300px;
}

@media (max-width: 1400px) {
    .laureate .bx-pager {
        grid-template-columns: repeat(5, 1fr);
        top: 518px;
        left: 164px;
    }
}

@media (max-width: 1280px) {
    .laureate .bx-pager {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        top: 0;
        left: 50%;
        width: 75%;
    }

    .laureate__text {
        margin-top: 10px;
    }

    .category h3 {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .terms__header {
        font-size: 25px;
    }

    .terms ol {
        padding-left: 15px;
    }

    .terms ol li {
        padding-left: 5px;
        font-size: 14px;
    }

    .laureate .bx-pager {
        left: unset;
        transform: unset;
        right: 0;
    }

    .category h3 {
        margin-top: 70px;
    }
}

@media (max-width: 420px) {
    .category h3 {
        margin-top: 0;
    }
}


.cookiesbanner {
  position: fixed;
  bottom: 20px;
  max-width: 1000px;
  background: rgba(20, 16, 51, 0.6);
  color: white;
  padding: 20px 100px 20px 20px;
  left: 20px;
  right: 20px;
  margin: auto;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 50;
}
.cookiesbanner__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: none;
  height: 20px;
  background: #b81430;
  padding: 8px 23px;
  line-height: 20px;
  box-sizing: content-box;
  margin: auto;
  cursor: pointer;
  color: white;
  transition: all 0.1s linear;
}
.cookiesbanner__btn:hover {
  background: #b81430;
}
.cookiesbanner__link {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  transition: all 0.1s linear;
}
.cookiesbanner__link:hover {
  border-bottom: 1px solid transparent;
}
@media (max-width: 768px) {
    .cookiesbanner{
        padding: 20px;
        left:1.5rem;
        right:1.5rem;
    }
    .cookiesbanner__btn{
        position: static;
        margin-top: 20px;
        width:auto;
    }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 510;
}
.modal-open {
  opacity: 1;
  visibility: visible;
}
.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.modal__cross {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='493' height='493' viewBox='0 0 493 493' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M246.476 481.952C376.526 481.952 481.952 376.526 481.952 246.476C481.952 116.426 376.526 11 246.476 11C116.426 11 11 116.426 11 246.476C11 376.526 116.426 481.952 246.476 481.952Z' stroke='white' stroke-width='20.4791'/%3E%3Cpath d='M364.262 128.786L128.786 364.262' stroke='white' stroke-width='20.4791' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M364.262 364.262L128.786 128.786' stroke='white' stroke-width='20.4791' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
.modal__header {
  margin: -30px 0px 20px -30px;
  background: #b81430;
  color: white;
  padding: 15px 120px 15px 30px;
  font-size: 20px;
}
.modal__window {
  max-width: 600px;
  position: fixed;
  left: 1.2rem;
  right: 1.2rem;
  margin: auto;
  background: #0c0a20;
  padding: 30px 0px 10px 30px;
  box-sizing: border-box;
}
.modal__content {
  max-height: 60vh;
  padding: 0 40px 0 0;
  overflow: auto;
}
.modal__text {
  margin-bottom: 20px;
}
.footer__text{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: whitesmoke;
    max-width: 390px;
    margin: 40px auto;
}
.footer__link{
    color:white;
}