@import "http://fonts.fontstorage.com/import/intro.css";
body, html{
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    overflow-x: hidden;
}
.header{
    border-bottom-color: #8eca98;
    box-sizing: border-box;
}
.logo-block{
    width: 100%;
    height: 100%;
    margin-left: 6%;
    color: black;
    font-family: Intro, Arial, Helvetica, sans-serif;
    color: #8eca98;
    font-size: calc(1em + 3vw);
    border-radius: border-box;
}
#hr{
    text-decoration: none;
    font-size: 15vw;
}

.container-fluid{
    padding: 3%;
}
.minText{
    font-size: 3vw;
    margin-top: 1%;
}
.content{
    margin: 0% 0% 0% 0%;
    padding: 0%;
    height: 500px;
    box-sizing: content-box;
}
.block{
    margin-top: 0%;
    background-color: #e2e2e2;
    border-radius: 3%;
    padding: 5% 5% 5% 19%;
}
.timer-block{
    position: relative;
    display: inline-block;
    padding: 5% 50% 0px 0px;
    left: 6%;
    font-size: 20px;
    color: #ff9000;
    font-family: Intro, Arial, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    width: 88%;
    height: 30%;
    box-sizing: content-box;
}
#GoBt{
    margin-top: 5%;
    border-radius: 1%;
    border: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    color: #8eca98;
    font-size: 10vw;
    font-family: Intro, Arial, Helvetica, sans-serif;
    width: 100%;
    height: 20vw;
}
.minInput{
    position:relative;
    color:#ff9000;
    font-size: 10vw;
    margin: 0;
    border-radius: 7%;
    border: 1vw solid #8eca98;
    height: 10vw;
    width: 20%;
}
.razdel{
    display: inline;
    margin: 0% 7%;
    font-size: 15vw;
    width: 33%;
}
.minInputBlock, .secInputBlock{
    width: 33%;
    margin-top: 5%;
    display:inline-block;
}
.minInputBlock{
    display: inline;
    width: 10%;
}


.secInput{
    position:relative;
    display:inline-block;
    color:#ff9000;
    font-size: 10vw;
    border-radius: 7%;
    border: 1vw solid #8eca98;
    height: 10vw;
    width: 60%;
}
