.ap-page {
  background-color: #fff;
  padding-bottom: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ap-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ap-page .ap-container {
  display: block !important;
}
@media (min-width: 768px) {
  .ap-page .ap-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.ap-page__header {
  padding-top: 32px;
  margin-bottom: 24px;
}
.ap-page__title {
  text-align: center;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #ff0000;
  margin-top: 0;
  margin-bottom: 24px;
}
.ap-page__subtitle {
  display: block;
  text-transform: lowercase;
  color: #666666;
}
.ap-page__hidden-desc {
  font-size: 15px;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.ap-page__hidden-desc ul {
  padding-left: 24px;
}
.ap-page .ap-breadcrumbs {
  text-align: left;
  font-weight: 400;
  color: #999999;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ap-page .ap-breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.3;
}
.ap-page .ap-breadcrumbs__item {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  display: block;
}
.ap-page .ap-breadcrumbs__item:not(:last-child) {
  margin-right: 5px;
}
.ap-page .ap-breadcrumbs__item:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin-left: 2px;
}
.ap-page .ap-breadcrumbs__link {
  color: #878787 !important;
  text-decoration: none !important;
  outline: 0;
}
.ap-page .ap-breadcrumbs__link:hover {
  color: #ff0000 !important;
  text-decoration: underline !important;
}
.ap-page .ap-breadcrumbs__span {
  color: #ff0000;
}
.ap-page .light {
  font-weight: 300;
}
.ap-page .regular {
  font-weight: 400;
}
.ap-page .medium {
  font-weight: 600;
}
.ap-page .bold {
  font-weight: 700;
}

.ap-plus-action-link {
  display: block;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  padding-right: 28px;
  position: relative;
  color: #5e5e5e;
  white-space: nowrap;
  -webkit-transition: color 0.24s;
  -o-transition: color 0.24s;
  transition: color 0.24s;
}
.ap-plus-action-link span.plus {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
}
.ap-plus-action-link span.plus:before, .ap-plus-action-link span.plus:after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ap-plus-action-link span.plus:before {
  width: 9px;
  height: 1px;
}
.ap-plus-action-link span.plus:after {
  width: 1px;
  height: 9px;
}
.ap-plus-action-link:hover {
  color: #000000;
}
.ap-plus-action-link:hover span.plus {
  background-color: #ff0000;
}

.selectric-ap-category-menu__select {
  width: 100% !important;
}
.selectric-ap-category-menu__select .selectric {
  border: 1px solid #e3e3e3;
}
.selectric-ap-category-menu__select .selectric .label {
  margin: 0 54px 0 24px;
  line-height: 42px;
  height: 42px;
  letter-spacing: 0;
  color: #000000;
  font-size: 15px;
}
.selectric-ap-category-menu__select .selectric .button {
  width: 54px;
  line-height: 42px;
  height: 42px;
  color: transparent;
  background: none;
}
.selectric-ap-category-menu__select .selectric .button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #404040;
  border-left: 2px solid #404040;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  -o-transition: transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
}
.selectric-ap-category-menu__select .selectric-items {
  border: 1px solid #e3e3e3;
  margin-top: -1px;
}
.selectric-ap-category-menu__select .selectric-items ul,
.selectric-ap-category-menu__select .selectric-items li {
  letter-spacing: 0;
  color: #000000;
  font-size: 15px;
}
.selectric-ap-category-menu__select .selectric-items li {
  padding: 0 24px;
}
.selectric-ap-category-menu__select .selectric-items li:hover,
.selectric-ap-category-menu__select .selectric-items li.highlighted {
  color: #ffffff;
}
.selectric-ap-category-menu__select.selectric-open .selectric .button:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.selectric-ap-category-menu__select.bg_yellow .selectric {
  background-color: #ffff00;
}

.ap-category-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
}
.ap-category-menu__item {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.ap-category-menu__item:after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 2px;
  background-color: #666666;
}
.ap-category-menu__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.ap-category-menu__item:last-child:after {
  content: normal;
}
.ap-category-menu__link {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0) !important;
          text-decoration: underline rgba(255, 0, 0, 0) !important;
  color: #000000;
  outline: 0;
  -webkit-transition: color 0.24s, -webkit-text-decoration 0.24s;
  transition: color 0.24s, -webkit-text-decoration 0.24s;
  -o-transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.ap-category-menu__link:active {
  -webkit-text-decoration: underline rgba(255, 0, 0, 0) !important;
          text-decoration: underline rgba(255, 0, 0, 0) !important;
  color: #000000;
}
.ap-category-menu__link:hover, .ap-category-menu__link_active {
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0.4) !important;
          text-decoration: underline rgba(255, 0, 0, 0.4) !important;
}
.ap-category-menu__select {
  display: none;
  opacity: 0;
}
.ap-category-menu .selectric-ap-category-menu__select {
  display: none;
}

.ap-page-menu {
  width: 100%;
  height: 64px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.ap-page-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.ap-page-menu__list.swiper-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
  width: auto;
}
.ap-page-menu__item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.ap-page-menu__item:not(:last-child):after {
  content: "|";
  color: #808080;
  margin-left: 24px;
}
.ap-page-menu__item:not(.swiper-slide) {
  margin-right: 24px;
}
.ap-page-menu__counter {
  font-size: 15px;
  color: #808080;
  font-weight: 400;
  margin-left: 4px;
}
.ap-page-menu__link {
  display: block;
  text-decoration: none;
  height: 100%;
  line-height: 60px;
  color: #000000;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ap-page-menu__link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #ff0000;
  opacity: 0;
}
.ap-page-menu__link:hover {
  text-decoration: none;
  color: #ff0000;
}
.ap-page-menu__link_active {
  color: #ff0000;
}
.ap-page-menu__link_active:after {
  opacity: 1;
}

.ap-content-top-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -8px;
  margin-bottom: 16px;
  gap: 20px;
}
.ap-content-top-panel .ap-plus-action-link {
  margin-left: auto;
}

.ap-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
}
.ap-pagination .ap-show-more-btn {
  display: block;
  height: 50px;
  line-height: 48px;
  min-width: 254px;
  outline: 0;
  font-size: 18px;
  letter-spacing: 0.025em;
  background-color: #fbfbfb;
  border: 1px solid #eaeaea;
  color: #555555;
  text-decoration: none;
  text-align: center;
  padding: 0 20px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.ap-pagination .ap-show-more-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ap-page-digest .ap-content-top-panel {
  position: relative;
}
.ap-page-digest .ap-filter-panel {
  width: 100%;
}
.ap-page-digest .ap-plus-action-link {
  position: absolute;
  right: 0;
  top: 9px;
}
.ap-page-digest .ap-filter-form-digest__main {
  width: 100%;
  padding-right: 0;
}

.ap-page-specialist .ap-page__header {
  margin-bottom: 32px;
}

.ap-page-objects .ap-page__header {
  margin-bottom: 16px;
}
.ap-page-objects .ap-page-menu {
  margin-bottom: 24px;
}

.ap-page-awards-plus .ap-plus-action-link {
  font-size: 12px;
}
.ap-page-awards-plus .ap-page-menu__link {
  text-transform: uppercase;
}
.ap-page-awards-plus .teaser-col .digest-teaser__image {
  padding-bottom: 61%;
}
.ap-page-awards-plus .teaser-col:nth-child(1) .digest-teaser__announce,
.ap-page-awards-plus .teaser-col:nth-child(2) .digest-teaser__announce,
.ap-page-awards-plus .teaser-col:nth-child(3) .digest-teaser__announce {
  display: block;
}
.ap-page-awards-plus .digest-teaser {
  padding-bottom: 20px !important;
}
.ap-page-awards-plus .digest-teaser__caption {
  height: 170px !important;
}
.ap-page-awards-plus .digest-teaser-list {
  margin-bottom: -24px;
}

@media (max-width: 1440px) {
  .ap-page-menu__link {
    font-size: 18px;
  }
  .ap-page-menu__counter {
    font-size: 13px;
  }
  .ap-page-menu__item:not(:last-child):after {
    margin-left: 18px;
  }
  .ap-page-menu__item:not(.swiper-slide) {
    margin-right: 20px;
  }
}
@media (max-width: 1366px) {
  .ap-page-menu {
    height: 60px;
  }
}
@media (max-width: 1200px) {
  .ap-page-menu {
    height: 50px;
  }
  .ap-page-menu__link {
    font-size: 16px;
    line-height: 48px;
  }
  .ap-page-menu__link:after {
    height: 4px;
  }

  .ap-page-specialist .ap-page__header {
    margin-bottom: 24px;
  }

  .ap-page-objects .ap-page__header {
    margin-bottom: 12px;
  }
  .ap-page-objects .ap-content-top-panel {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .ap-digest-section-menu + .ap-contest-v2024-container,
.ap-digest-section-menu + .ap-jury-container {
    margin-top: 32px;
  }

  .ap-contest-theme + .ap-contest-v2024-container,
.ap-contest-theme + .ap-jury-container {
    margin-top: 32px;
  }

  .ap-page-awards-plus-nominations .ap-breadcrumbs__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ap-page-awards-plus-nominations .ap-breadcrumbs__item {
    text-align: center;
  }

  .ap-page-awards-plus-contests .ap-content-top-panel,
.ap-page-awards-plus-nominations .ap-content-top-panel,
.ap-page-awards-plus-jury .ap-content-top-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 22px;
    margin-top: 0;
    gap: 22px;
  }
  .ap-page-awards-plus-contests .ap-plus-action-link,
.ap-page-awards-plus-nominations .ap-plus-action-link,
.ap-page-awards-plus-jury .ap-plus-action-link {
    margin-left: 0;
  }
  .ap-page-awards-plus-contests .ap-category-menu,
.ap-page-awards-plus-nominations .ap-category-menu,
.ap-page-awards-plus-jury .ap-category-menu {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .ap-page-menu__link {
    font-size: 16px;
  }
  .ap-page-menu__counter {
    font-size: 12px;
  }
  .ap-page-menu__item:not(:last-child):after {
    margin-left: 16px;
  }
  .ap-page-menu__item:not(.swiper-slide) {
    margin-right: 14px;
  }
  .ap-page-menu__item:not(.swiper-slide):not(:last-child):after {
    margin-left: 12px;
  }
  .ap-page-menu__item:not(.swiper-slide) .ap-page-menu__link {
    font-size: 15px;
  }
  .ap-page-menu__item:not(.swiper-slide) .ap-page-menu__counter {
    font-size: 11px;
  }

  .ap-page-specialist:not(.ap-page-objects) .ap-content-top-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    margin-bottom: 20px;
  }
  .ap-page-specialist:not(.ap-page-objects) .ap-filter-panel {
    width: 100%;
  }
  .ap-page-specialist:not(.ap-page-objects) .ap-plus-action-link {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (max-width: 965px) {
  .ap-category-menu {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .ap-page-menu:not(.swiper) {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ap-page-menu__list:not(.swiper-wrapper) {
    height: auto;
    display: block;
  }
  .ap-page-menu__item:not(.swiper-slide) {
    margin-right: 0;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ap-page-menu__item:not(.swiper-slide):not(:last-child) {
    margin-bottom: 10px;
  }
  .ap-page-menu__item:not(.swiper-slide):not(:last-child):after {
    content: normal;
    margin-left: 0;
  }
  .ap-page-menu__item:not(.swiper-slide) .ap-page-menu__link {
    font-size: 16px;
    line-height: 30px;
  }
  .ap-page-menu__item:not(.swiper-slide) .ap-page-menu__link:after {
    height: 2px;
  }
  .ap-page-menu__item:not(.swiper-slide) .ap-page-menu__counter {
    font-size: 12px;
  }

  .ap-category-menu__item {
    padding-right: 12px;
    margin-right: 12px;
  }

  .ap-page-digest .ap-content-top-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    margin-bottom: 20px;
  }
  .ap-page-digest .ap-plus-action-link {
    position: relative;
    top: auto;
    right: auto;
  }

  .ap-page-specialist:not(.ap-page-objects) .ap-content-top-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
  }
  .ap-page-specialist:not(.ap-page-objects) .ap-filter-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 12px;
    width: 100%;
  }
  .ap-page-specialist:not(.ap-page-objects) .ap-filter {
    width: 100%;
  }
  .ap-page-specialist:not(.ap-page-objects) .ap-view-switch {
    margin-left: 0;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ap-page-specialist:not(.ap-page-objects) .ap-plus-action-link {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (max-width: 660px) {
  .ap-category-menu {
    max-width: 504px;
  }
  .ap-category-menu__list {
    display: none;
  }
  .ap-category-menu__select {
    display: block;
  }
  .ap-category-menu .selectric-ap-category-menu__select {
    display: block;
  }

  .ap-page-awards-plus-jury .ap-category-menu {
    width: 100%;
    max-width: 504px;
  }

  .ap-page-awards-plus-contests .ap-category-menu,
.ap-page-awards-plus-nominations .ap-category-menu {
    width: 100%;
    max-width: 366px;
  }

  .ap-page-awards-plus-terms .ap-content-top-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 22px;
    margin-top: 0;
    gap: 22px;
  }
  .ap-page-awards-plus-terms .ap-plus-action-link {
    margin-left: 0;
  }
  .ap-page-awards-plus-terms .ap-category-menu {
    width: auto;
    max-width: none;
  }
  .ap-page-awards-plus-terms .ap-filter-sort-form {
    width: 100%;
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select {
    width: 100% !important;
    max-width: none;
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select .selectric {
    border: 1px solid #e3e3e3;
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select .selectric .label {
    margin: 0 54px 0 24px;
    line-height: 42px;
    height: 42px;
    letter-spacing: 0;
    color: #000000;
    font-size: 15px;
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select .selectric .button {
    width: 54px;
    line-height: 42px;
    height: 42px;
    color: transparent;
    background: none;
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select .selectric .button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #404040;
    border-left: 2px solid #404040;
    border-top: 0 none;
    border-right: 0 none;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform 0.24s;
    transition: -webkit-transform 0.24s;
    -o-transition: transform 0.24s;
    transition: transform 0.24s;
    transition: transform 0.24s, -webkit-transform 0.24s;
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select .selectric-items {
    border: 1px solid #e3e3e3;
    margin-top: -1px;
    left: 0;
    width: 100% !important;
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select .selectric-items ul,
.ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select .selectric-items li {
    letter-spacing: 0;
    color: #000000;
    font-size: 15px;
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select .selectric-items li {
    padding: 0 24px;
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select .selectric-items li:hover,
.ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select .selectric-items li.highlighted {
    color: #ffffff;
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select.selectric-open .selectric .button:after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .ap-page-awards-plus-terms .selectric-ap-filter-sort-form__select.bg_yellow .selectric {
    background-color: #ffff00;
  }
}
@media (max-width: 640px) {
  .ap-page-awards-plus .digest-teaser__caption {
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .ap-page__title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .ap-page__title {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .ap-page-awards-plus-contests .ap-plus-action-link,
.ap-page-awards-plus-nominations .ap-plus-action-link,
.ap-page-awards-plus-terms .ap-plus-action-link {
    letter-spacing: -0.05em;
  }
}