.participants { padding: 0 72px; margin-bottom: 200px;}
  .participants_head {display: flex; justify-content: space-between;}
  
    .participants_nav_control {
      width: 151px;
      height: 44px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .pncb {display: none;}
      .participants_nav_arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        background: #313131;
      }
      .participants_nav_arrow:last-child {opacity: 0.3;}
      .participants_nav_arrow:hover {background: #FBCE51;}
        .participants_nav_num {
          font-family: Golos;
          font-size: 16px;
          font-weight: 400;
          line-height: 19px;
          letter-spacing: 0px;
          text-align: left;

        }
        .participants_nav_arrow img {width: 30%;}
  .participants_cards {
    width: 100%;
    margin: 60px auto;
    overflow-x: hidden;
  }
    .participant_move {
      width: 100%;
      display: flex;
    }
      .participant_card {
        width: 394px;
        text-align: center;
        margin: 0 48px;
      }
      .participant_card:first-child {margin-left: 0;}
      .participant_card:last-child {margin-right: 0;}
        .participant_card_img {
          width: 320px;
          height:320px;
          border-radius: 50%;
          background-image: url(../Image/vail.png);
          padding-top: 44px;
          overflow: hidden;
          margin: auto;
        }
          .participant_card_img img {width: 85%;}
        .participant_card_text {
          width: 320px;
          margin: 28px auto;
          font-family: Golos;
        }
          .p_card_name {
            width: max-content;
            margin: auto;
            margin-bottom: 5px;
            color: #313131;
            font-family: Golos;
            font-size: 24px;
            font-weight: 600;
            line-height: 29px;
          }
          .p_card_rank {
            width: max-content;
            margin: auto;
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            color: #313131;
            opacity: 0.6;
          }
          .btn_participant {
            display: block;
            text-decoration: none;
            width: 113px;
            margin: 20px auto;
            border: 1px solid #3057A2;
            border-radius: 62px;
            padding: 10px 12px;
            font-size: 16px;
            font-weight: 500;
            line-height: 19px;
            color: #3057A2;
          }
          .btn_participant:hover { background: #3057A2; color: #fff;}
    .part_nav_bottom {display: none;}
    .upward {
      display: none;
      background: #313131;
      transform: rotate(-90deg);
      position: fixed;
      right: 30px;
      bottom: 15px;
      z-index: 20;
    }
    @media (max-width: 1200px) {
      .participants_cards  {width: calc((320px + 48px)*2 + 48px);}
    }
    @media (max-width: 992px) {
      .participants_cards { width: 717px;}
      .participants {padding: 0 20px;}
      .participant_card {margin: 0 36px;}
    }
    @media (max-width: 768px) {
      .participants_cards {width: 335px;}
      .participant_card { width: 335px;}
      .participant_card_img {width: 244px; height: 244px;}
      .p_card_name {margin-bottom: 8px;}
    }
    @media ( max-width: 576px ) {
      
      .pncb {display: flex; margin: auto;}
      .pnct {display: none;}
      
    }
