body {
    font-family: "roboto", "Helvetica Neue", sans-serif;
    font-size: 27px;
    line-height: 33px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.wrap {
    padding-bottom: 60px;
}

.help-block {
    display: none;
}

.bg {
    background: url("../images/bg.jpg") center top;
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.header {
    height: 110px;
    background-color: #ffffff;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 410px;
}

.logo__gk {
    width: 200px;
}

.logo__bk {
    width: 200px;
}

.container {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    margin-top: 30px;
    padding: 30px 50px;
}

.container-title {
    color: #ffffff;
    text-align: center;
    margin-top: 130px;
    position: relative;
    z-index: 10;
}

.container-title h1 {
    margin-top: 0;
    font-size: 77px;
    line-height: 66px;
    font-weight: bold;
}

.container-title h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
}

.site-login {
    text-align: center;
    padding: 115px 0;
}

.nomination-wrapper {
    margin-top: 40px;
}

.nomination-one {
    margin-bottom: 20px;
}

.nomination-one__title {
    position: relative;
    margin-bottom: 20px;
}

.nomination-one__title-star {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    width: 35px;
    height: 60px;
    color: #bf0000;
    position: absolute;
}

.nomination-one__title-text {
    display: inline-block;
    padding-left: 45px;
}

.nomination-one__title-star:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -18px;
    left: -25px;
    width: 62px;
    height: 60px;
    background: url("/images/star.png") no-repeat center center;
}

.nomination-one__title-star.double span {
    position: relative;
    left: -5px;
}

.nomination-one__person {
    margin-left: 45px;
}

.already-voted {
    padding-bottom: 200px;
}

