*{
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;

    
}
body, html{
  overflow-x: hidden;
  background-image: url("img/muromleto.jpg");

}

.event-info p2,.event-info p3 {
    display: none;
  }


.menu li class="active"{
    background: #0000ff;
    border-radius: 3px;
}
.menu li a:hover{
    background: #0000ff;
    border-radius: 3px;

}

.wrapper{
    margin: 0 auto;
    max-width: 1200;
    width: 100%;
}


.intro-text{
    clear: both;
    margin-left: 100px;
    margin-top: 30px;
    line-height: 120px;
    width: 100%;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
}

.intro-data{
    clear: both;
    margin-left: 100px;
    line-height: 5vw;
    width: 100%;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
}


.intro-contacts{
    background-color: gray;
    max-width: 400px;
    position: absolute;
    right: 100px;
    top: 50px;
    display: flex; 
    justify-content: space-between;
    padding: 30px 50px;
    border-radius: 5px;
}
.intro-contacts i{
    color: #fff;
    margin-right: 10px;
     
}

.intro-contacts p{
    font-size: 18px;
    margin-right: 15px;

}
form{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.form_button{
    border-radius: 5px;
    color: #fff;
    background-color: #0071f0;
    cursor: pointer;
    transition: 0.3s;

}

label[for="male"] {
  color: #e40c1e;
}

label[for="female"] {
  color: #e40c1e;
}

label[for="gr"] {
    color: #d7de11;
    font-weight: 900;
}

label[for="categories"] {
    color: #d7de11;
    font-weight: 900;
}
label[for="medal"] {
    color: #d7de11;
    font-weight: 900;
}
.medalka {
  text-align: center;
}

label[for="distance"] {
    color: #d7de11;
    font-weight: 900;
}

.centered-label {
  text-align: center;
  color: white;
}



  .gender-options input[type="radio"] {
    margin-right: 40px;
    margin-left: 40px;
  }

  .gender-label {
    display: flex;
    text-align: center;
    letter-spacing: 80px;
    padding-left: 80px;
  }

.event-info {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.event-info h2 {
  color: white; 
  font-weight: 900;
}
.event-info p1 {
  color: #15884e; 
  font-weight: 900;
  font-size: 40px
}
.event-info p2 {
  color: red; 
  font-weight: 900;
  font-size: 20px
}
.event-info p3 {
  color: yellow; 
  font-weight: 900;
  font-size: 20px
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: scroll;
}

.modal form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    max-width: 600px;
    height: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    background-color: #044d5e;

}



.modal input {
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px;
}

.register-button, .login-button { 
    display: inline-block; 
    padding: 10px; 
    margin: 10px; 
    border-radius: 5px; 
    background-color: #3498db; 
    color: #fff; 
    font-size: 16px; 
    text-decoration: none; 
    cursor: pointer; 
}

.register-button:hover, .login-button:hover { 
    background-color: #2980b9; 
}

.close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  cursor: pointer;
  color: white;
  background-color: transparent;
  border: none;
  padding: 5px;
  margin: 5px;
}

.close-button:hover {
  color: #bbb;
}

.form_button {
  font-size: 25px;
}

#welcome-message {
    color: yellow;
    font-size: 20px;
    position: fixed;
    top: 0;
    left: 0;
}

.logout-button {
    position: fixed; 
    top: 0;
    right: 0;
    background-color: 
    blue;
    font-size: 15px;
    border-radius: 30%;
}
<!-- @font-face {
  font-family: 'Craftwork Grotesk';
  src: url('Craftwork_Grotesk_Trial/ttf/CraftworkGrotesk-Regular.ttf') format('ttf'),
 } -->

.regmurom{
  padding: 10px 20px;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: white;
  color: black;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  width: 25vw;
  height: auto;
  line-height: 30px;
  <!-- font-family: 'Craftwork Grotesk', sans-serif; -->
}
.centered {
  text-align: center;
}
.spisok{
  margin: 15px auto;
  padding: 10px 20px;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: white;
  color: black;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  width: 25vw;
  height: auto;
  line-height: 30px;
}
.regmurom {
  position: fixed;
  bottom: 30px;
  left: 20%;
  transform: translateX(-50%);
}

.spisok {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.resultat{
  padding: 10px 20px;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: black;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  width: 25vw;
  height: auto;
  line-height: 30px;
  position: fixed;
  bottom: 20px;
  left: 74%;
  transform: translateX(-50%);
}


.my-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.my-table th,.my-table td {
  text-align: left;
  padding: 8px;
}

.my-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.my-table tr:not(:first-child) {
  background-color: #ddd;
}

.my-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.my-table tr:hover {
  background-color: #ddd;
}


.participant-row {
    display: none;
}

.centered-image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50vh;
    }

@media screen and (max-width: 1000px) {

    body {
    overflow-y: hidden;
}
    .intro .intro-contacts{
        right: 0;
        top: 15px;
        padding: auto; 100%;
        position: relative;
        max-width: 100%;
        
    }

    .intro{
        margin-top: 0;
        display: block;
        max-width: 100%;
        
    }
    .intro .intro-text{
        position: relative;
        font-size: 6vw;
        top: 10px;
        display: block;
        margin-left: 25%;
     }
     .intro .intro-data{
        position: relative;
        font-size: 6vw;
        display: block;
        margin-left: 25%;
     }
    
 
    
    .intro-contacts i{
        margin-right: 10px;
        
       
    }
    .intro-contacts p{
        font-size: 2vw;
        clear: both;
        display: flex;
        text-align: center;
        line-height: 15px;
       width: 100%;
       flex-direction: row;
    }
    .contact {
  margin-left: 4vw;
}



  	form{
        display: grid;
        justify-content: center;
        align-items: center;
        height: 50px;
        margin-top: 100px;
    }
    label[for="male"], label[for="female"] {
    color: black;
    }

    .gender-options {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    }
    .gender-options input[type="radio"] {
    margin-right: 40px;
    margin-left: 40px;

    }

  .gender-label {
    display: flex;
    text-align: center;
    letter-spacing: 80px;
    padding-left: 80px;
  }

    .event-info {
        margin-top: 20px;
    }


    .register-button, .login-button { 
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    

    .regmurom{
        font-size: 3vw;
        font-weight: bold;
        width: 98%;
        height: auto;
        line-height: 30px;
        bottom: 330px;
        left: 50%;
        border-radius: 20px;
    }


  .spisok{
    font-size: 3vw;
        font-weight: bold;
        width: 98%;
        height: auto;
        line-height: 30px;
        bottom: 180px;
        left: 50%;
        border-radius: 20px;
    }

.resultat{
      font-size: 3vw;
        font-weight: bold;
        width: 96.5%;
        height: auto;
        line-height: 30px;
        bottom: 30px;
        left: 50%;
        border-radius: 20px;
    }
    .centered-image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40vh;
        
    }
    .centered-image img {
    display: none;
    }
    .modal form {
    width: auto;
  }
  .modal {
    font-size: 3vw;
}
}