
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');
html, body, .backgraund {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}


.backgraund {
    position: absolute;
    width: 100%;
    height: 100%;
    user-select: none;
}

.LOGO {
    position: relative;
    width: 390;
    height: 300px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}










.team {
    position: fixed;
    width: 100%;
    height: 470px;
    z-index: 10;
    bottom: -6%;
    text-align: center;
}
.kamen {
    position: absolute;
    width: 390px;
    height: 437px;
    left: 50%;
    transform: translateX(-50%);
}
.kamen_verh {
    position: absolute;
    width: 390px;
    height: 105px;
    left: 50%;
    transform: translateX(-50%);
}
.text {
  font-family: 'Roboto Serif', serif;
    position: relative;
    width: 390px;
    font-weight: 900;
    font-size: 33px;
    color: #3B1901;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
}
.bot, .top {
    margin: 0%;
}
.bot {
    font-weight: 600;
    font-size: 21px;
}



.komand {
    background: none;
    border: none;
    padding: 0;
    position: relative;
    width: 90px;
    height: 90px;
    z-index: 10;
    top: 30px;
}
.komand_img {
    width: 90px;
    height: 90px;
}

.kamen_ {
    position: relative;
    width: 172px;
    height: 49px;

}
.kamen__ {
    position: relative;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}


.imia {
    position: relative;
    width: 100%;
    height: 50px;
}


.parol input, .imia input {
    position:absolute;
    z-index: 10;
    margin-top: 12px;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
    font-size: 21px;
    margin-left: 10px;

}
.parol input::placeholder, .imia input::placeholder {
    color: #3B1901;
}

.imia input, .parol input{
    border: none;
    outline: none;
    background: none;
}


.start{
    position: absolute;
    width: 300px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 10px;
}


.star{
    background: none;
    border: none;
    padding: 0;
    position: relative;
    width: 308px;
    height: 70px;
    z-index: 10;
    top: 30px;
}




.start_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #3B1901;
    font-family: 'Roboto Serif', serif;
    font-weight: 900;
    font-size: 31px;
    z-index: 15;
    margin-top: 0px;
    margin-left: -10px;

}



.komand img {
    transition: 0.2s;
}

.komand.active img {
    filter: brightness(70%);
    transition: transform 0.4s ease;
}
.komand.active img:hover {
    transform: scale(0.93);

} 
#nameInput {
    width: 155px;
}

