
.ta-poll .lsfw-rbt:not(:last-child) {
    margin-bottom: 10px;
}

.ta-poll .lsfw-rbt {
    padding: 9px 15px;
    background-color: #ffffff;
    border-radius: 5px;
}

.ta-poll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    font-size: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ta-poll .ta-poll__info > *:not(:last-child) {
    margin-bottom: 5px;
}

.ta-poll .ta-poll__info {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: calc(100% - 130px);
}

.ta-poll .ta-poll__inline {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 0 0;
}

.ta-poll .ta-poll__col:nth-child(1) {
    flex-grow: 1;
}

.ta-poll .ta-poll__col--loader {
    background-color: #eeeeee;
    -webkit-animation: tableLoader 5s infinite;
    animation: tableLoader 5s infinite;
    min-height: 185px;
}

.ta-poll .ta-poll__col:nth-child(2) {
    width: calc(33.3% - 10px);
    margin-left: 10px;
}

.ta-poll .ta-poll__col {
    padding: 10px 15px;
    background: #eeeeee;
}

.ta-poll .ta-poll__btn:not(:last-child) {
    margin-bottom: 10px;
}

.ta-poll .ta-poll__btn:last-child {
    margin-right: 0 !important;
}

.ta-poll .ta-poll__btn:hover {
    color: #215f86;
}

.ta-poll .ta-poll__btn.active span, .ta-poll .ta-poll__btn:hover span {
    background: #d4e4f2;
    font-weight: bold;
}

.ta-poll .ta-poll__btn.active i::after, .ta-poll .ta-poll__btn:hover i::after {
    content: '\f00c';
    font-weight: bold;
    left: 14px;
    position: absolute;
    top: -1px;
    font-size: 18px;
}

.ta-poll .ta-poll__btn i {
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    width: 38px;
    line-height: 38px;
    left: 0;
    top: 0;
    height: 38px;
    position: absolute;
    font-size: 24px;
}

.ta-poll .ta-poll__btn > span {
    padding: 0 15px;
    line-height: 38px;
    border-radius: 5px;
    display: block;
    background-color: #ffffff;
    width: 100%;
}

.ta-poll .ta-poll__btn {
    display: block;
    color: #318cc6;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    border: none;
    padding-left: 45px;
    font-family: 'apercu_pro', sans-serif;
    position: relative;
    width: 600px;
}

.ta-poll .bth__ttl-h3 br {
    display: none;
}

@media screen and (max-width: 1255px) {
    .ta-poll .ta-poll__btn {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .ta-poll .ta-poll__right {
        width: 305px;
    }

    .ta-poll .ta-poll__col:first-child {
        width: calc(100% - 300px);
        margin-right: 10px;
    }

    .ta-poll .ta-poll__col:last-child {
        width: 300px;
    }

    .ta-poll .bth__ttl-h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 1023px) {
    .ta-poll .bth__ava-120 {
        width: 110px;
        height: 110px;
    }

    .ta-poll .ta-poll__info > *:not(:last-child) {
        margin-bottom: 0;
    }

    .ta-poll .ta-poll__col {
        padding: 10px;
    }

    .ta-poll .bth__ttl-h3 {
        font-size: 14px;
    }

    .ta-poll .ta-poll__right {
        width: 290px;
    }
}

@media screen and (max-width: 767px) {
    .ta-poll .bth__ttl-h3 .hide-1023 {
        display: inline-block !important;
    }

    .ta-poll .bth__ttl-h3 br {
        display: block;
    }

    .ta-poll .ta-poll__col:first-child {
        margin: 0 0 5px 0;
    }

    .ta-poll .ta-poll__btn {
        font-size: 12px;
    }

    .ta-poll .ta-poll__info {
        font-size: 12px;
    }

    .ta-poll {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ta-poll .ta-poll__col {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 359px) {
    .ta-poll .bth__ttl-h3 br {
        display: none;
    }

    .ta-poll .ta-poll__btn {
        padding: 0;
    }

    .ta-poll .ta-poll__btn i {
        display: none;
    }
}