@font-face {
    font-family: "byekan";
    src: url("/assets/fonts/byekan/byekan.eot");
    src: url("/assets/fonts/byekan/byekan.woff2") format("woff2"),
    url("/assets/fonts/byekan/byekan.woff") format("woff"),
    url("/assets/fonts/byekan/byekan.ttf") format("truetype"),
    local('system-ui'), local('Pacifico Regular'), local('Pacifico-Regular');
    font-style: normal;
    font-display: swap;
}
.btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 11px;
    color: #000000;
    font-size: 13px;
    line-height: 1.692;
    margin: 8px;
}
.tabs .tabs-keeper {
    list-style: none;
}
.w-50 {
    width: 50%;
}
.btn-like[data-counter]:before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px;
    line-height: inherit;
    content: attr(data-counter);
}
.comment-list-product .box-comment {
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 10px;
}
.box-comment .user-comments i {
    font-size: 25px;
    width: 20px;
    height: 20px;
}
.comment-name {
    font-size: 15px;
    font-weight: 400;
}
.answer-comments {
    padding-right: 35px;
    padding-bottom: 15px;
}
.answer-comments .answer {
    margin-top: 7px;
}
.comment-list-product .box-comment .content {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin: 10px 0;
}
.comment-list-product .box-comment .comment-like {
    width: 100%;
    display: block;
    text-align: left;
}
.comment-list-product .box-comment .comment-like span {
    color: #000000;
    font-size: 13px;
}
.comment-list-product .box-comment .border-right-comments .answer {
    font-size: 12px;
}
.comment-list-product .box-comment .answer p {
    margin: 0;
    font-size: 13px;
}
.questionnaire-details ul.container-tabs li {
    padding-right: 0;
    list-style: none;
}
.questionnaire-details ul.container-tabs li .details-list {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
}
.questionnaire-details ul.container-tabs li .details-list span {
    display: block;
    padding: 14px;
    font-size: 14px;
    color: #000000;
    min-height: 47px;
    position: relative;
    line-height: 1.692;
    letter-spacing: -.3px;
    background: #e6e6e638;
    font-family: byekan, Arial;
}
.questionnaire-details h3.tabs-keeper-title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
}

.bg-fff {
    background: #fff;
}

.questionnaire-details h3.tabs-keeper-title:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 7px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #00bfd6;
    border-style: solid;
    border-width: 7px 0 0 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-right: 5px solid #eee;
}

.comments-test-link {
    flex: 1;
}
.comments-test-link a {
    display: flex;
    padding: 10px;
    border-radius: 20px;
    background: #eee;
    border: 2px solid #ccc;
}
.comments-test-link a:hover {
    background: #f5fbf8;
}
.container-flex {
    display: flex;
    justify-content: space-between;
}
.container-flex {
    display: flex;
    justify-content: space-between;
}
.box-btn-sign-in {
    width: 50%;
}
.box-btn-sign-in button {
    width: 100%;
}
.mb-30 {
    margin-bottom: 30px;
}
.header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
}

.comments-ratings .ratings .fa-star {
    color: #f27c66;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    margin-right: 4px;
}
@media screen and (max-width: 480px) {
    .container-tabs .columns-col.columns-col-4 {
        width: 100%;
    }
    .container-tabs .columns-col.columns-col-4 .count-of {
        width: 49%;
        display: inline-block;
    }
    .tabs .tabs-btn {
        float: none;
    }
    .container-flex {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .box-btn-sign-in {
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 980px) {

    .container-tabs .columns-col.columns-col-4 {
        width: 33.33%;
        margin-top: 0;
    }
    .container-flex {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }    
    .box-btn-sign-in {
        width: 100%;
        margin-top: 15px;
    }
}