
.title {
    font: 600 35px/47px ProximaNova;
}

.text-center {
    text-align: center;
}

.btn {
    text-align: center;
    text-decoration: none;
    display: block;
    border: none;
    border-radius: 3px;
    width: 100%;
    max-width: 379px;
    margin: 0 auto;
    font: normal 18px/50px ProximaNova;
    cursor: pointer;
}

.btn1 {
    color: #fff;
    background: #FDB61B;
}

.btn2 {
    color: #fff;
    background: #000;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-5 {
    margin-bottom: 50px;
}

.m-0 {
    margin: 0 !important;
}

.greenfield {
    background-color: #1EBFA4;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 60px;
}

.yellowfield {
    border-radius: 10px;
    padding: 50px;
    background: url(../img/bg_yell.png) #FDD91B;
}

.greenlabel {
    position: absolute;
    left: 0;
    width: 197px;
    height: 94px;
    background: #1EBFA4;
    border-top-right-radius: 47px;
    border-bottom-right-radius: 47px;
    color: #fff;
    padding-left: 80px;
    margin-right: 20px;
}

.greenlabel_number {
    font: 600 75px/65px ProximaNova;
}

.poll {
    height: 473px;
    width: 320px;
    background: url(/img/bg_poll.png) no-repeat;
    background-size: contain;
    padding: 30px;
    overflow-y: auto;
    margin: 0 auto 30px;
    position: relative;
}

.poll_wrap {
    height: 343px;
    overflow-y: auto;
}

.poll_title {
    font: 600 18px ProximaNova;
    margin-bottom: 20px;
}

a.poll_up {
    display: inline-block;
    height: 56px;
    width: 51px;
    background: url(/img/poll.svg);
    margin: 0 10px;
}

a.poll_down {
    transform: rotate(180deg);
    display: inline-block;
    height: 56px;
    width: 51px;
    background: url(/img/poll.svg);
    margin: 0 10px;
}

.poll_board {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.holiday {
    position: relative;
    padding-left: 220px;
    /*margin-left: -50px;*/
}

.d-flex {
    display: flex;
    /*flex-wrap: wrap;*/
}

.float-right {
    float: right;
    margin-left: 20px;
}

.project {
    padding: 20px;
    border: 1px solid #BCBCBC;
    border-radius: 10px;
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
    font: 400 14px/20px ProximaNova;
}

.project_title {
    font: 600 18px/20px ProximaNova;
    margin-bottom: 20px;
}

.bg-white {
    background: #fff;
    padding-top: 50px;
}

.hero {
    margin-bottom: 50px;
}

.hero_wrap {
    max-width: 1260px;
    margin: 0 auto;
    padding: 220px 0;
    background: url("/img/Frame.png") no-repeat right;
    margin-bottom: 50px;
}

@media (max-width: 980px) {
    .yellowfield {
        padding: 10px;
    }
    .holiday {
        padding-left: 0;
    }
    .hero_wrap {
        margin: 0 auto;
        padding: 50px;
        background: none;
    }
    .greenlabel {
        position: relative;
    }
}
