.checkbox:after, .top-link-page:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }

.checkbox input {
    width: 15px;
    height: 18px;
    background: none;
    display: block;
    opacity: 0;
    float: left; }
.checkbox input:checked + label:after {
    border-color: #8691fd; }
.checkbox input:checked + label:before {
    opacity: 1; }
.checkbox input[checked="checked"] + label:before {
    opacity: 1; }
.checkbox label {
    cursor: pointer;
    padding: 2px 0 0 30px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: block;
    text-align: left; }
.checkbox label:before {
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 0;
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #8691fd;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.checkbox label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #222421;
    border: 1px solid #70706e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block; }

#blog, #app-layout {
    background-color: #c8c9c9; }

.page-content-gray {
    background-color: #c8c9c9;
    padding: 45px 0 0; }

.page-container-white {
    padding: 45px 60px 60px 115px;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    background: #fff; }

.link-back {
    text-decoration: none !important;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    vertical-align: top; }
.link-back:before {
    content: "<<";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0; }

.link-go {
    text-decoration: none !important;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    vertical-align: top; }
.link-go:after {
    content: ">>";
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px; }

.top-link-page {
    margin-bottom: 65px; }
.top-link-page .link-back {
    float: left; }
.top-link-page .link-go {
    float: right; }

/*start card-vote-list */
@media (min-width: 1200px) {
    .card-vote-list .row.column-5 > div {
        width: 20%; } }
.card-vote-list .row.column-5 {
    margin-left: -5px;
    margin-right: -5px; }
.card-vote-list .row.column-5 > div {
    padding-left: 5px;
    padding-right: 5px; }
.card-vote-list h2 {
    margin-bottom: 80px;
    margin-top: 30px;
    text-align: center; }

.card-vote {
    position: relative;
    text-align: center;
    margin-bottom: 65px; }
.card-vote a {
    text-decoration: none !important;
    color: #000 !important; }
.card-vote.active .hide-block {
    display: flex; }
.card-vote .ic {
    opacity: 0.7;
    display: block;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #015a20 url(../img/checked.svg) center center no-repeat;
    -webkit-background-size: 63px 48px;
    background-size: 63px 48px;
    position: relative;
    margin: 0 auto 20px; }
.card-vote .ic:after {
    content: "";
    border: 1px solid #9aaa9f;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    width: auto;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.card-vote .hide-block {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 0 0;
    background: url(../img/bg-card.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.card-vote .hide-block .text {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
.card-vote .title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden; }
.card-vote .btn-red {
    text-transform: uppercase;
    min-width: 100px;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    height: 35px;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff !important; }
.card-vote .image {
    position: relative;
    margin-bottom: 15px; }
.card-vote .image img {
    width: 100%; }

@media (max-width: 575px) {
    .card-vote {
        margin-bottom: 40px; }
    .card-vote .btn-red {
        font-size: 14px; }
    .card-vote .ic {
        width: 50px;
        height: 50px;
        -webkit-background-size: 63px 48px;
        background-size: 40px 25px; }

    .card-vote-list {
        padding: 0 15px; }
    .card-vote-list h2 {
        font-size: 23px;
        margin-bottom: 40px;
        margin-top: 35px; }

    .card-vote .title {
        font-size: 12px;
        margin-bottom: 10px; } }
@media (max-width: 350px) {
    .card-vote .hide-block .text {
        font-size: 18px;
        line-height: 18px; } }
/*end card-vote-list */
@media (max-width: 1450px) {
    .page-container-white {
        padding: 45px 15px 60px 15px; } }
.mob-bottom-menu {
    display: none; }

.trigger-mob-menu {
    display: none; }

.btn-small {
    height: 35px;
    font-size: 13px;
    line-height: 37px;
    background: #303531;
    color: #4c5051;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0 10px; }
.btn-small.white, .btn-small.active {
    background: #ffffff;
    color: #31312f; }

@media (min-width: 576px) {
    .mob-bottom-menu {
        display: none !important; } }
@media (max-width: 575px) {
    .mob-bottom-menu {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #222421;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        padding: 25px 15px 0;
        z-index: 500; }
    .mob-bottom-menu .list-btn {
        margin-bottom: 10px;
        font-size: 0; }
    .mob-bottom-menu .list-btn .btn-small {
        margin: 0 5px 5px 0; }
    .mob-bottom-menu .checkbox-list {
        max-height: 109px;
        overflow: hidden;
        overflow-y: auto; }

    .trigger-mob-menu {
        display: block;
        position: relative;
        margin-bottom: 60px; }
    .trigger-mob-menu .ic {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: -15px;
        background: #fff; }
    .trigger-mob-menu .ic:before {
        margin: -3px 0 0 -8px;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        border: 8px solid transparent;
        border-top: 8px solid #a31706; }
    .trigger-mob-menu .ic.active {
        box-shadow: 0 0 12px 5px #ff5d5e; }
    .trigger-mob-menu .text {
        text-transform: uppercase;
        font-size: 15px;
        line-height: 15px;
        color: #000;
        text-align: center;
        display: block; }

    .top-link-page {
        display: none; }

    .link-back {
        font-size: 12px; }

    .link-go {
        font-size: 12px; } }
/* start feedback */
.form-feedback {
    border-left: 10px solid #eceaf5;
    border-right: 10px solid #eceaf5;
    border-top: 5px solid #eceaf5;
    border-bottom: 5px solid #eceaf5;
    padding: 30px 20px 50px;
    margin: 50px 0 50px 0; }
.form-feedback .form-group .label {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #000;
    display: block;
    text-align: left;
    padding: 0 0; }
.form-feedback .form-group .form-control {
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    outline: none;
    padding: 0 0;
    background: #fff;
    border: none;
    border-bottom: 1px solid #eaeced;
    box-shadow: none;
    color: #000; }

/* end feedback */

/*# sourceMappingURL=new_page.css.map */