* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}

body {
    background: #1B7795;
    padding: 55px 68px;
}
h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 37px;
}
input {
    max-width: 860px;
    min-width: 350px;
    height: 120px;
    padding: 8px 0px;
    background: #FFFFFF;
    border-radius: 26px;
    margin-right: 26px;
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    line-height: 117px;
    text-align: center;
    color: #0C1A1F;
    position: relative;
}
input::placeholder{
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 117px;
    text-align: center;
    color: rgba(12, 26, 31, 0.3);
}
button {
    background: #FFFFFF;
    border: none;
    border-radius: 50%;
    min-width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}
span {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: #FFFFFF;
}
.input__block {
    display: flex;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}


.counter {
    margin-top: 55px;
}
.counter__money {
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 38px;    
}
.counter__time {
    display: flex;
    align-items: center;
    justify-content: center;
}
.timer {
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 38px;
    background-color: inherit;
    border: none;
}
.counter__buttons {
    display: flex;
    justify-content: center;
}
.counter__buttons-pause, .counter__buttons-stop {
    padding: 0;
}
.counter__over-buttons {
    display: flex;
}
.counter__over-buttons button:not(:last-child) {
    margin-right: 40px;
}
.counter__buttons-reload {
    padding: 0 7px 0 0;
}
.money__counter {
    margin: 0;
    width: unset;
    padding: 0;
    min-width: unset;
    max-width: 294px;
    line-height: 0;
}
.hidden {
    display: none;
}