* {
  padding: 0px;
  margin: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

td {
  padding: 5px;
  outline: 1px solid black;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}

video {
  display: block;
  max-width: 100%;
}

body._lock {
  overflow: hidden;
}

.m-wrapper {
  color: #333;
  font-size: 14px;
  background: #ffffff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1280px;
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.advantages {
  width: auto;
}

section._mb,
div._mb,
li._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
li._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
li._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
li._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 40px;
  }
}

._op0 {
  opacity: 0;
}

._lc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
}
._lc--1 {
  -webkit-line-clamp: 1;
}
._lc--2 {
  -webkit-line-clamp: 2;
}
._lc--3 {
  -webkit-line-clamp: 3;
}
._lc--4 {
  -webkit-line-clamp: 4;
}

.wrapper a.btn,
.wrapper button.btn {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (min-width: 992px) {
  .wrapper a.btn:hover,
  .wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .wrapper a.btn:focus,
  .wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.wrapper a.btn._fw,
.wrapper button.btn._fw {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.banner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .banner__container._container {
    padding: 0;
  }
}
.banner__img img {
  border-radius: 0 0 80px 80px;
}
@media (max-width: 767.98px) {
  .banner__img img {
    border-radius: 0 0 40px 40px;
  }
}

.quota__title {
  color: #333;
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
}
@media (max-width: 1280px) {
  .quota__title {
    font-size: calc(22px + 10 * ((100vw - 320px) / 960));
  }
}
@media (max-width: 767.98px) {
  .quota__title {
    line-height: 127%;
  }
}

.participation__title {
  margin-bottom: 20px;
}
.participation__sub-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .participation__sub-title {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.participation__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .participation__items {
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 0.5fr);
  }
}
@media (max-width: 767.98px) {
  .participation__items {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}
.participation__item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .participation__item {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 991.98px) {
  .participation__item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 120%;
    top: 60px;
    left: 52%;
    border-top: 5px dotted #d6d6d6;
    z-index: -1;
  }
}
@media (min-width: 767.98px) {
  .participation__item:not(:nth-child(even))::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 60px;
    left: 52%;
    border-top: 5px dotted #d6d6d6;
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .participation__item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 20px;
    left: 24px;
    border-left: 5px dotted #d6d6d6;
    z-index: -1;
  }
}
.participation__img {
  max-width: 120px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .participation__img {
    max-width: 50px;
  }
}
.participation__img img {
  width: 100%;
}
.participation__content {
  background: #f4f4f8;
  padding: 20px;
  border-radius: 20px;
  flex: 1 1 auto;
}
.participation__content span {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #e31235;
}
@media (max-width: 767.98px) {
  .participation__content span {
    font-size: 32px;
  }
}
.participation__desc {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #2e2e2e;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .title {
    font-size: 32px;
  }
}

.prize__title {
  margin-bottom: 60px;
}
.prize__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 292px));
  gap: 20px;
}
@media (max-width: 991.98px) {
  .prize__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .prize__items {
    grid-template-columns: 1fr;
  }
}
.prize__item {
  display: flex;
  flex-direction: column;
}
.prize__item span {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .prize__item span {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.prize__content {
  height: 100%;
  padding: 20px 0px;
  background: linear-gradient(0deg, #f4f4f8 0%, #f1fbfd 70%, #b8e6ff 100%);
  border-radius: 20px;
}
.prize__content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.prize__characteristic {
  display: block;
  padding: 10px 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #2e2e2e;
}

.winners {
  background-color: #f4f4f8;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .winners {
    padding: 40px 0;
  }
}
.winners__title {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .winners__title {
    margin-bottom: 40px;
  }
}
.winners__body {
  width: 100%;
}
.winners__body td:first-child {
  width: 33%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  color: #232323;
  background-color: #fff;
  outline: 1px solid #eee;
  padding: 10px;
  outline: none;
}

.winners__body td:nth-child(2) {
  width: 33%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  color: #232323;
  background-color: #fff;
  outline: 1px solid #eee;
  padding: 10px;
  outline: none;
}
.winners__body td:last-child {
  width: 33%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  color: #232323;
  background-color: #fff;
  padding: 10px;
  outline: 1px solid #eee;
}

.page {
  flex: 1 1 auto;
  z-index: 2;
}
