.applicants {
  position: relative;
  padding-top: 25px !important;
  padding-bottom: 140px !important;
  width: 100%;
}
.applicants-top {
  width: 100%;
}
.applicants .btn span {
  color: #00C7B1;
  line-height: normal;
}
.applicants .btn_light span {
  color: black;
}
.applicants .btn_light:hover svg {
  fill: #00C7B1;
}
.applicants .btn_light:hover span {
  color: #00C7B1;
}
.applicants__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../../assets/img/bg-table.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.applicants:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.01%, #000), color-stop(61.89%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 5.01%, rgba(0, 0, 0, 0) 61.89%);
}
.applicants:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.01%, #000), color-stop(61.89%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000 5.01%, rgba(0, 0, 0, 0) 61.89%);
}
.applicants-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffb600;
  text-align: center;
  text-transform: uppercase;
}
.applicants-sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffb600;
  text-align: center;
  text-transform: uppercase;
}
.applicants .btn-top {
  margin: 30px auto 0;
  max-width: 345px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.applicants .btn-top:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-47%, -39%);
          transform: translate(-47%, -39%);
  height: 100%;
  background: #FFB600;
  z-index: -1;
}
.applicants .datescore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.applicants .datescore .score {
  width: 50%;
}
.applicants .date-color, .applicants .score-color {
  color: #00C7B1;
  font-weight: 700;
}
.applicants .datescore span {
  font-weight: 500;
}

.applicants__list {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
  margin-top: 70px;
  z-index: 2;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.card__wrapper {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  bottom: 0;
  max-width: 375px;
}

.card__img {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 257px;
  max-width: 201px;
}
.card__img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  height: 90%;
  /*border: 1px solid #FFB600;
  background: black;*/
}
.card__img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-43%, -40%);
          transform: translate(-43%, -40%);
  height: 90%;
  background: #00C7B1;
  z-index: -1;
}

.card .avatar {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  max-width: 186px;
  max-height: 257px;
  bottom: -1px;
  right: 8px;
}
.card .avatar__gerb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  display: none;
}
.card .avatar__img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 186px;
  height: 100%;
  max-height: 257px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__info {
  padding-top: 14px;
}

.card__header-number {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.card__number-item {
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 90px;
  line-height: 1;
  opacity: 0.3;
  font-weight: 700;
}

.card .name {
  font-size: 22px;
  font-weight: 800;
  max-width: 100%;
}

.card .club {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
}

.info {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

.card .game-color {
  color: #00C7B1;
  font-weight: 700;
}

.card .game img {
  height: 30px;
  display: inline-block;
}

.card .game svg {
  display: inline-block;
}

.card .game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  grid-column: 2 span;
}

.card__info {
  /*-webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;*/
  width: 100%;
}

.card__info-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 10px;
}

.game-right, .game-color {
  display: flex;
  align-items: center;
}

.game-right img {
  height: 32px;
}

.card .game .game-right {
  width: 50%;
}

.card .row {
  margin-bottom: 18px;
}

.role p:last-child {
  font-weight: 900;
}

.role-color {
  color: #00C7B1;
  margin-bottom: 5px;
  font-weight: 700;
}

.country {
  /*margin-bottom: 8px;*/
}

.country div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
}

.country img {
  max-width: 31px;
  margin-right: 4px;
}

.country-color {
  color: #00C7B1;
  margin-bottom: 5px;
  font-weight: 700;
}

.card__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 375px;
}

.card__btns .btn_light {
  background: #00C7B1;
  color: black;
  font-size: 16px;
}

.card__btns .btn_light:hover {
  color: white;
}

.applicants__item .card__btns {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .applicants-title {
    font-size: 30px;
    text-align: start;
    display: block;
  }
  .applicants .btn-top {
    margin: 0;
  }
  .applicants-sub-title {
    font-size: 22px;
    text-align: start;
  }
  .applicants-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .country {
    /*margin-bottom: 20px;*/
  }
  .card .club {
    margin-bottom: 20px;
  }


 /* .card__img {
    float: none;
    height: 285px;
    max-width: 201px;
    margin-right: 30px;
  }*/
  .country div, .role p:last-child {
    font-weight: 400;
  }
  .card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card .name {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .card .game .game-right, .applicants .datescore .score {
    padding-left: 15px;
  }
  .card__wrapper, .card__btns {
    max-width: 456px;
  }
  .btn, .btn-vote {
    font-size: 14px;
  }
  .card__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .game {
    margin-top: 20px;
  }
  .avatar__gerb {
    max-width: 185px;
    max-height: 185px;
  }
}
@media (min-width: 992px) {
  .applicants__list {
    display: -ms-grid;
    display: grid;
    gap: 50px;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .card__wrapper, .card__btns {
    max-width: none;
  }
  .applicants-title {
    font-size: 35px;
  }
  .applicants-sub-title {
    font-size: 30px;
  }
}
.vkvideo {
  display: none;
  max-width: 900px
}

.vkvideo iframe, .vkvideo video {
  width: 100% !important;
  height: 480px !important;
}

@media (max-width: 768px) {
  .card__info-block {
    grid-template-columns: 1fr;
  }
  .card .game {
    grid-column: 1;
  }
}

@media (max-width: 600px) {
  .vkvideo iframe, .vkvideo video  {
    width: 100% !important;
    height: 250px !important;
  }

  .card .name {
    font-size: 16px;
  }
}