.logo {
  height: 80%;
  max-width: 12.0625rem;
}
@media (width <= 63.99875rem) {
  .logo:nth-child(2) {
    height: 60%;
    max-width: 7.5rem;
  }
}
@media (width <= 47.99875rem) {
  .logo:nth-child(2) {
    height: 60%;
    max-width: 5.75rem;
  }
}

.header__logo {
  flex-shrink: 0;
  transition-duration: var(--transition-duration);
}
@media (width <= 63.99875rem) {
  .header__logo {
    height: auto;
    max-width: 8.875rem;
  }
}
@media (width > 63.99875rem) {
  .header__logo.is-scrolled {
    max-width: 12.5rem;
  }
}

.header__logo-container {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  column-gap: 0.25rem;
  align-items: center;
}
.header__menu-list {
  transition-duration: var(--transition-duration);
}
@media (width <= 90.06125rem) {
  .header__menu-list {
    column-gap: 0.66rem;
    font-size: 0.8625rem;
  }
}

.page-title__h2 {
  max-height: 2.1875rem;
  margin-bottom: 2rem;
}
@media (width <= 47.99875rem) {
  .page-title__h2 {
    margin-bottom: 1rem;
  }
}

.main-page .description__information-paragraph {
  background-color: var(--color-green-dark-10);
}
.main-page__platforms {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  height: auto;
  margin-bottom: 6.25rem;
}
@media (width <= 47.99875rem) {
  .main-page__platforms {
    margin-bottom: 3.125rem;
  }
}
.main-page__platforms .platforms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media (width <= 63.99875rem) {
  .main-page__platforms .platforms {
    column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}
@media (width <= 47.99875rem) {
  .main-page__platforms .platforms {
    column-gap: 0.875rem;
    row-gap: 0.875rem;
  }
}
.main-page__platforms .platforms__warning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}
@media (any-hover: hover) {
  .main-page__platforms .platforms__link:hover .platforms__image {
    transform: scale(1.05);
  }
}
@media (any-hover: none) {
  .main-page__platforms .platforms__link:active .platforms__image {
    transform: scale(1.05);
  }
}
.main-page__platforms .platforms__item {
  height: 6.25rem;
  width: 14.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light);
}
@media (width <= 47.99875rem) {
  .main-page__platforms .platforms__item {
    height: 4.375rem;
    width: 11.25rem;
  }
}
.main-page__platforms .platforms__image {
  height: auto;
  max-height: 6.25rem;
  width: 100%;
  object-fit: contain;
  transition-duration: var(--transition-duration);
}
@media (width <= 47.99875rem) {
  .main-page__platforms .platforms__image {
    height: 4.375rem;
  }
}

.redcollege .table__column-head:first-child, .redcollege .table__column-subhead:first-child, .redcollege .table__column-data:first-child {
  width: 10%;
}
.redcollege .table__column-head:nth-child(2), .redcollege .table__column-subhead:nth-child(2), .redcollege .table__column-data:nth-child(2) {
  width: 9%;
}
.redcollege .table__column-head:nth-child(3), .redcollege .table__column-subhead:nth-child(3), .redcollege .table__column-data:nth-child(3) {
  width: 13%;
}
.redcollege .table__column-head:nth-child(4), .redcollege .table__column-subhead:nth-child(4), .redcollege .table__column-data:nth-child(4) {
  width: 29%;
}
@media (width <= 90.06125rem) {
  .redcollege .table__column-head:nth-child(4), .redcollege .table__column-subhead:nth-child(4), .redcollege .table__column-data:nth-child(4) {
    display: none;
  }
}
.redcollege .table__column-head:nth-child(5), .redcollege .table__column-subhead:nth-child(5), .redcollege .table__column-data:nth-child(5) {
  width: 17%;
}
.redcollege .table__column-head:nth-child(6), .redcollege .table__column-subhead:nth-child(6), .redcollege .table__column-data:nth-child(6) {
  width: 22%;
}
.redcollege .table__column-head.reviewers:first-child, .redcollege .table__column-data.reviewers:first-child {
  width: 4%;
}
.redcollege .table__column-head.reviewers:nth-child(2), .redcollege .table__column-data.reviewers:nth-child(2) {
  width: 9%;
}
.redcollege .table__column-head.reviewers:nth-child(3), .redcollege .table__column-data.reviewers:nth-child(3) {
  width: 8%;
}
.redcollege .table__column-head.reviewers:nth-child(4), .redcollege .table__column-data.reviewers:nth-child(4) {
  width: 25%;
}
@media (width <= 90.06125rem) {
  .redcollege .table__column-head.reviewers:nth-child(4), .redcollege .table__column-data.reviewers:nth-child(4) {
    display: none;
  }
}
.redcollege .table__column-head.reviewers:nth-child(5), .redcollege .table__column-data.reviewers:nth-child(5) {
  width: 16%;
}
.redcollege .table__column-head.reviewers:nth-child(6), .redcollege .table__column-data.reviewers:nth-child(6) {
  width: 20%;
}
.redcollege .table__column-head.reviewers:nth-child(7), .redcollege .table__column-data.reviewers:nth-child(7) {
  width: 18%;
}

.privacy__paragraph {
  text-align: justify;
}
.privacy__paragraph_strong {
  font-weight: 600;
  color: var(--color-green-light-40);
}

.pubetica {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (width <= 47.99875rem) {
  .pubetica {
    row-gap: 1.25rem;
  }
}
.pubetica_h2 {
  margin-bottom: 1.25rem;
  font-weight: 500;
}
@media (width <= 47.99875rem) {
  .pubetica_h2 {
    margin-bottom: 0.875rem;
  }
}
.pubetica__paragraph {
  text-align: justify;
}
.pubetica__strong {
  font-weight: 600;
  color: var(--color-green-light-40);
}
.pubetica__list_unnumbered {
  margin-left: 2.5rem;
  list-style-type: circle;
}

.redpolice__heading-h2 {
  font-weight: 500;
}
.redpolice__list-item {
  text-align: justify;
}
.redpolice__list-item_strong {
  font-weight: 600;
  color: var(--color-green-dark-20);
}

.reviews-page__content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (width <= 47.99875rem) {
  .reviews-page__content {
    row-gap: 1.25rem;
  }
}
.reviews-page__content .button_strong {
  font-weight: 600;
}
.reviews-page__content .button {
  justify-content: center;
}
@media (width <= 47.99875rem) {
  .reviews-page__content .button {
    width: 21.25rem;
  }
}
@media (width <= 30.06125rem) {
  .reviews-page__content .button {
    width: 100%;
  }
}
.reviews-page__buttons {
  display: flex;
  column-gap: 0.625rem;
}
@media (width <= 63.99875rem) {
  .reviews-page__buttons {
    flex-direction: column;
    align-items: start;
    row-gap: 0.625rem;
  }
}
@media (width <= 47.99875rem) {
  .reviews-page__buttons {
    align-items: center;
    row-gap: 0.5rem;
  }
}
@media (width <= 30.06125rem) {
  .reviews-page__buttons {
    row-gap: 0.25rem;
  }
}
.reviews-page_strong {
  font-weight: 600;
  color: var(--color-green-light-40);
}
.reviews-page__fulltext {
  text-align: justify;
}
.reviews-page__text {
  text-align: justify;
}
.reviews-page__title {
  margin-bottom: 1.25rem;
  font-weight: 500;
}
@media (width <= 47.99875rem) {
  .reviews-page__title {
    margin-bottom: 0.875rem;
  }
}
.reviews-page__intro {
  text-align: justify;
}
.guidelines {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (width <= 47.99875rem) {
  .guidelines {
    row-gap: 1.25rem;
  }
}
.guidelines__buttons {
  display: flex;
  column-gap: 0.625rem;
}
@media (width <= 63.99875rem) {
  .guidelines__buttons {
    flex-direction: column;
    align-items: start;
    row-gap: 0.625rem;
  }
}
@media (width <= 47.99875rem) {
  .guidelines__buttons {
    align-items: center;
    row-gap: 0.5rem;
  }
}
@media (width <= 30.06125rem) {
  .guidelines__buttons {
    row-gap: 0.25rem;
  }
}
.guidelines .button {
  justify-content: center;
}
@media (width <= 47.99875rem) {
  .guidelines .button {
    width: 20rem;
  }
}
@media (width <= 30.06125rem) {
  .guidelines .button {
    width: 100%;
  }
}
.guidelines__button {
  font-weight: 600;
}
.guidelines__section {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
@media (width <= 47.99875rem) {
  .guidelines__section {
    row-gap: 0.875rem;
  }
}
.guidelines__heading_h2, .guidelines__heading_h3 {
  font-weight: 500;
}
.guidelines__heading_h3 {
  margin-bottom: 1.25rem;
}
@media (width <= 47.99875rem) {
  .guidelines__heading_h3 {
    margin-bottom: 0.875rem;
  }
}
.guidelines_strong {
  font-weight: 600;
  color: var(--color-green-dark-20);
}
.guidelines__list_unordered .guidelines__item {
  list-style-type: circle;
}
.guidelines__item {
  margin-left: 2.5rem;
  text-align: justify;
  padding-left: 0;
}
.guidelines__item::before {
  display: none;
}
.guidelines__paragraph-block {
  display: flex;
  flex-direction: column;
  row-gap: 0.875rem;
}
.guidelines__paragraph {
  text-align: justify;
}
.guidelines__example-block {
  max-width: 62.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  padding: 0.625rem;
  box-shadow: var(--shadow);
  border: 0.0625rem solid var(--color-text-base);
  border-radius: var(--border-radius);
}

.requirements {
  padding: 2rem;
  margin: 0 auto;
}
.requirements__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.requirements__section {
  margin-bottom: 2rem;
}
.requirements__heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.requirements__list {
  list-style: disc;
  padding-left: 1.5rem;
}
.requirements__item {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media (width <= 47.99875rem) {
  .requirements__item {
    line-height: 1.2;
  }
}

.submission-checklist {
  background: var(--color-light);
  border-radius: 8px;
}
.submission-checklist__auth {
  padding: 0.875rem 1.25rem;
  font-weight: 500;
  color: var(--color-text-base);
  background-color: var(--color-light);
  border-radius: var(--border-radius);
  border: 0.0625rem solid var(--color-green-light-0);
  border-left: 0.25rem solid var(--color-green-light-0);
  margin-bottom: 2rem;
}
@media (width <= 47.99875rem) {
  .submission-checklist__auth {
    margin-bottom: 1.25rem;
  }
}
.submission-checklist__auth_strong {
  font-weight: 500;
}
.submission-checklist__auth-link {
  font-weight: 600;
  text-decoration: none;
  color: var(--color-green-light-20);
  transition-duration: var(--transition-duration);
}
@media (any-hover: hover) {
  .submission-checklist__auth-link:hover {
    text-decoration: solid underline var(--color-green-light-0);
    color: var(--color-green-dark-20);
  }
}
@media (any-hover: none) {
  .submission-checklist__auth-link:active {
    text-decoration: solid underline var(--color-green-light-0);
    color: var(--color-green-dark-20);
  }
}
.submission-checklist__title {
  margin-bottom: 1.25rem;
  font-weight: 500;
}
@media (width <= 47.99875rem) {
  .submission-checklist__title {
    margin-bottom: 0.875rem;
  }
}
.submission-checklist__description {
  text-align: justify;
  color: var(--color-text-base);
  margin-bottom: 1.5rem;
}
.submission-checklist__list {
  list-style: none;
  padding: 0;
}
.submission-checklist__item {
  display: flex;
  background-color: var(--color-green-light-20);
  color: var(--color-light);
  padding: 1rem 1.5rem;
  border-radius: 6px;
  align-items: flex-start;
  box-shadow: var(--shadow);
  transition: background-color 0.3s ease;
}
.submission-checklist__item .submission-checklist__text {
  font-size: clamp(0.875rem, 0.8112745098rem + 0.2614379085vw, 1.125rem);
  color: var(--color-light);
  font-weight: 500;
}
.submission-checklist__item .submission-checklist__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.submission-checklist__item .submission-checklist__icon svg {
  width: 2rem;
  height: 2rem;
}
.submission-checklist__item .submission-checklist__icon svg path:first-child {
  fill: var(--color-light);
}
.submission-checklist__item .submission-checklist__icon svg path:last-child {
  fill: var(--color-light);
}
.submission-checklist__item .submission-checklist__text {
  font-size: 0.95rem;
  line-height: 1.5;
}
.submission-checklist__item--white {
  background-color: var(--color-light);
  color: var(--color-green-light-20);
}
.submission-checklist__item--white .submission-checklist__text {
  color: var(--color-text-base);
}
.submission-checklist__item--white .submission-checklist__icon svg path:first-child {
  color: var(--color-green-light-20);
}
.submission-checklist__item--white .submission-checklist__icon svg path:last-child {
  fill: var(--color-green-light-20);
}

.privacy-statement__title {
  margin-top: 1rem;
}

.author-guidelines__title {
  margin-bottom: 1.25rem;
  font-weight: 500;
}
@media (width <= 47.99875rem) {
  .author-guidelines__title {
    margin-bottom: 0.875rem;
  }
}

.submissions__buttons {
  display: flex;
  column-gap: 0.625rem;
  margin-bottom: 2rem;
}
@media (width <= 47.99875rem) {
  .submissions__buttons {
    margin-bottom: 1.25rem;
  }
}
.submissions__buttons:first-child {
  margin-bottom: 2rem;
}
@media (width <= 47.99875rem) {
  .submissions__buttons:first-child {
    margin-bottom: 1.25rem;
  }
}
@media (width <= 63.99875rem) {
  .submissions__buttons {
    flex-direction: column;
    align-items: start;
    row-gap: 0.625rem;
  }
}
@media (width <= 47.99875rem) {
  .submissions__buttons {
    align-items: center;
    row-gap: 0.5rem;
  }
}
@media (width <= 30.06125rem) {
  .submissions__buttons {
    row-gap: 0.25rem;
  }
}
.submissions__buttons .button {
  justify-content: center;
}
@media (width <= 47.99875rem) {
  .submissions__buttons .button {
    width: 20rem;
  }
}
@media (width <= 30.06125rem) {
  .submissions__buttons .button {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
