
.auth-features-btns .bth__btn {
    width: 50%;
}

.auth-features-btns {
    display: flex;
    gap: 10px;
}

.auth-feature b {
    font-size: 14px;
    text-transform: uppercase;
}

.auth-features.v2 .auth-feature::before {
    content: '\f111';
    font-size: 6px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-features-nav {
    counter-reset: myCounter;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.auth-features-nav .auth-features-nav__i {
    background-color: #eeeeee;
    color: #7a7a7a;
    font-weight: bold;
    margin-right: 5px;
    flex-grow: 1;
    text-transform: uppercase;
    cursor: pointer;
    padding: 6px 20px 7px 31px;
    font-size: 13px;
    border-radius: 5px;
    position: relative;
}

.poll-quests-pp.lsfw-popup {
    height: 511px;
}

.poll-quests-bottom {
    position: absolute;
    bottom: 0;
    padding: 15px;
    left: 0;
    width: 100%;
}

.auth-features-nav .auth-features-nav__i::before {
    counter-increment: myCounter;
    content: counter(myCounter) '.';
    position: absolute;
    left: 10px;
    top: 6px;
}

.auth-features-nav .auth-features-nav__i.active {
    background-color: #f9f6e5;
    cursor: pointer;
    color: #ff8e41;
}

.auth-features-nav .auth-features-nav__i.done {
    color: #00a551;
    cursor: pointer;
    background-color: #e5f6ec;
}

.auth-features.v2 .auth-feature {
    padding: 12px 15px 12px 40px;
    border-radius: 5px;
}

.auth-features-links .bth__uper-link:last-of-type {
    margin-right: 0;
}

.auth-features-links .bth__uper-link {
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px 0 0;

}

.auth-features {
    border-radius: 5px;
    overflow: hidden;
}

.auth-feature {
    background-color: #f9f6e5;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 5px;
}


.poll-quests {
    counter-reset: delCounter;
}

.poll-quests-slider .slick-dots button::before {
    content: '\f111';
    font-size: 10px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.poll-quests-slider .slick-dots {
    margin-top: 10px;
}

.poll-quests-slider .slick-dots .slick-active button {
    color: #ff8e41;
}

.poll-quests-slider .slick-dots button {
    cursor: pointer;
    font-size: 0;
    line-height: 25px;
    border: none;
    color: #999999;
    display: block;
    background: transparent;
    height: 25px;
    width: 25px;
}

.poll-quests-slider .slick-dots {
    display: flex;
}

.poll-quests.v2 .poll-quest .lsfw-rbt label {
    line-height: 25px;
}

.poll-quests.v2 .poll-quest {
    padding-left: 50px;
}

.poll-quests.v2 p::before {
    font-size: 25px;
    left: 15px;
    line-height: 45px;
}

.poll-quests p::before {
    counter-increment: delCounter;
    content: counter(delCounter);
    position: absolute;
    left: 21px;
    top: 0px;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    color: #ffffff;
}

.poll-quest .lsfw-rbt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.poll-quest .lsfw-rbt label:hover::before {
    font-weight: bold;
    content: '\f192';
}

.poll-quest:not(.bg-red--bright, .bg-green--bright) p::before {
    color: #999999;
}

.poll-quest .lsfw-rbt label {
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    padding: 0 0 0 33px;
    border-radius: 5px;
    background: #ffffff;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    width: 80px;
}

.poll-quest .lsfw-rbt.lsfw-rbt--green input:checked + label::before,
.poll-quest .lsfw-rbt.lsfw-rbt--green input:checked + label {
    color: #ffffff;
    background: #00a551;
}

.poll-quest .lsfw-rbt.lsfw-rbt--red input:checked + label::before,
.poll-quest .lsfw-rbt.lsfw-rbt--red input:checked + label {
    color: #ffffff;
    background: #e03a3a;
}

.poll-quest .lsfw-rbt label::before {
    top: 0;
    left: 10px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    background: transparent;
}

.poll-quests .bth__cnt {
    font-size: 15px;
}

.poll-quests .bth__cnt,
.poll-quests .bth__txt {
    width: calc(100% - 100px);
}

.poll-quests .poll-quest:not(:last-of-type) {
    margin-bottom: 10px;
}

.poll-quests.v2 .poll-quest:not(:last-of-type) {
    margin-bottom: 5px;
}

.poll-quest.has-error {
    background-color: #ffe6e4 !important;
}

.poll-quest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eeeeee;
    padding: 10px 15px 10px 65px;
    position: relative;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


@media screen and (max-width: 1023px) {
    .auth-features-nav {
        white-space: nowrap;
        overflow: auto;
    }

    .auth-features-nav .auth-features-nav__i {
        padding-left: 15px;
    }

    .auth-features-nav .auth-features-nav__i::before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .poll-quest {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 10px 10px 55px;
    }

    .poll-quests-pp.lsfw-popup {
        height: auto;
    }

    .auth-features-links {
        margin-top: 20px;
    }

    .auth-features-links .bth__uper-link:first-of-type {
        margin-right: 0;
        display: block;
    }

    .auth-features.v2 .auth-feature {
        padding: 10px 15px 10px 35px;
    }

    .auth-features-links .bth__uper-link {
        margin: 10px 20px 0 0;
        font-size: 13px;
    }

    .auth-feature .bth__ttl-h3 {
        font-size: 13px;
    }

    .poll-quests .bth__txt {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .poll-quest .lsfw-rbt {
        margin: 0 20px 0 0;
    }

    .poll-quest .lsfw-rbt.lsfw-rbt--black {
        margin-right: 0;
    }

    .poll-quest .lsfw-rbt label {
        line-height: 30px;
        width: 100px;
        font-size: 16px;
    }

    .poll-quest .lsfw-rbt label::before {
        left: 12px;
    }

    .poll-quests p::before {
        left: 15px;
    }

    .poll-quest {
        padding-left: 55px;
    }

    .auth-features-nav .auth-features-nav__i {
        font-size: 10px;
    }

    .poll-quests .bth__cnt, .poll-quests .bth__txt {
        width: 100%;
        margin-bottom: 10px;
    }

    .poll-quests.v2 .poll-quest {
        padding-left: 15px;
    }

    .poll-quests.v2 p::before {
        left: auto;
        right: 13px;
        top: auto;
        bottom: 13px;
        font-size: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 374px) {
    .poll-quest .lsfw-rbt {
        margin: 0 10px 0 0;
    }

    .poll-quest .lsfw-rbt label {
        width: 90px;
    }

    .poll-quest .lsfw-rbt label::before {
        left: 14px;
    }
}