li.feedback-block {
    background: transparent;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

button.st--btn {
    background: #cfebd3;
    font-family: 'TT-700';
    padding: 9px 12px;
    color: #50af4e;
    display: flex;
    justify-content: left;
    border: #cfebd3 2px solid;
    border-bottom: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1.5rem;
}

button.st--btn:last-child {
    width: auto;
}

button.st--btn:first-child {
    width: auto;
}

.stats--buttons {
    display: flex;
    gap: 8px;
}

button.st--btn.active {
    background: #f1fff3;
    color: #1f841c;
    border-color: #cecece;
}

button.st--btn:active {
    transform: none !important;
}

button.st--btn.active {
    position: relative;
}

button.st--btn:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    background: transparent;
    transition: 0s;
    width: 0;
}

button.st--btn.active:after {
    background: #f1fff3;
    width: 100%;
}

button.st--btn.bloger--styler {
    background: #8cdfff;
    color: #006cff;
    border-color: transparent;
}

button.st--btn.bloger--styler:after {
    background: #e8faff;
}

button.st--btn.bloger--styler.active {
    background: #e8faff;
    color: #76b0ff;
    border-color: #cecece;
}

.stats--content {
    background: #f1fff3;
    border: 2px solid #cecece;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 9px 12px;
}

.bloger--params {
    display: flex;
    align-items: start;
}

.bloger--hints {
    display: flex;
    gap: 16px;
}

.bloger--rating {
    display: flex;
    align-items: center;
    background: #fafafa;
    border-radius: 5px;
    padding: 5px 16px;
    gap: 10px;
    font-size: 1.5rem;
    font-family: 'TT-700';
    margin-right: 10px;
}

.bloger--rating img {
    width: 30px;
}

.bloger--rating aside.hint {
    font-family: 'TT-400';
}

.bloger--opinion {
    font-family: 'TT-700';
    font-size: 1.5rem;
    margin-right: 5px;
    margin-top: 5px;
}

.bloger--opinion.good {
    color: #4FE400;
}

.bloger--opinion.bad {
    color: #FF4545;
}

.bloger--hints {
    margin-left: 30px;
    gap: 16px;
}

.bloger--hint img {
    height: 32px;
    max-width: 32px;
}

span.bloger--category {
    color: white;
    background: #76b0ff;
    height: 32px;
    padding: 0 30px;
    font-size: 1.125rem;
    font-family: 'TT-500';
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 16px;
}

.bloger--header {
    margin-top: 20px;
    display: flex;
}

.bloger--logo {
    width: 240px;
    height: 240px;
    cursor: zoom-in;
    overflow: visible;
    position: relative;
}

.bloger--logo > img:first-child {
    border-radius: 20px;
}

.doplata-badge-profile {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.bloger--col h3.bloger--name {
    font-size: 2rem;
    font-family: 'TT-700';
}

h3.bloger--name span {
    display: inline-flex;
    margin-left: 5px;
    transform: translateY(0px);
}

h3.bloger--name b {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: red;
    display: inline-block;
    margin-right: -28px;
}

.bloger--info {
    display: flex;
    color: #7f7f7f;
    font-size: 1.25rem;
    gap: 10px;
    margin-top: 5px;
}

.bloger--desc p {
    font-size: 1rem;
    color: black;
    margin-top: 20px;
}

.bloger--col:last-child {
    max-width: 505px;
    margin-left: 30px;
}

.bloger--body {
    display: flex;
    padding-top: 20px;
}

.bloger--col h3 {
    font-family: 'TT-700';
    font-size: 1.25rem;
}

.bloger--col:first-child {
    width: 270px;
    position: relative;
}

.bloger--col:first-child:after {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% + 20px);
    width: 2px;
    background: gray;
    content: '';
}

.bloger--footer .bloger--col:first-child:after {
    height: 100%;
}

.bloger--formats p {
    color: #777777;
    font-size: 1rem;
    margin-top: 5px;
}

.bloger--line {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 500px;
    margin-top: 5px;
    gap: 10px;
}

.bloger--icon {
    width: 50px;
    height: 50px;
}

.bloger--footer {
    display: flex;
    padding-top: 20px;
    margin-bottom: 60px;
}

strong.bloger--cost {
    color: #50af4e;
    font-size: 2.5rem;
    font-family: 'TT-700';
    line-height: 0.8;
}

.bloger--footer .bloger--col h3 {
    margin-bottom: 5px;
}

.bloger--buttons button {
    background: #deede0;
    color: #2e7b39;
    padding: 8px 0;
    width: 240px;
    font-family: 'TT-400';
    border: 0;
}

.bloger--buttons button:hover {
    background: #b2d3b7;
    color: black;
}

.bloger--buttons {
    display: flex;
    margin-top: 30px;
    gap: 20px;
}

.content--block {
    max-height: 500px;
    overflow-y: auto;
}

.content--block::-webkit-scrollbar {
    appearance: none;
    width: 4px;
}

.content--block::-webkit-scrollbar-thumb {
    background: limegreen;
}

.stats--content {
    display: inline-block;
    max-width: 780px;
}


@media screen and (max-width: 1230px) {
    .bloger--logo {
        width: 160px;
        height: 160px;
        border-radius: 10px;
    }

    .bloger--col:last-child {
        max-width: 350px;
        margin-left: 20px;
    }

    .bloger--col:first-child {
        width: 180px;
    }

    .bloger--line {
        width: 350px;
    }

    .bloger--icon {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 1180px) {
    span.bloger--category {
        margin-right: 20px;
        margin-left: 0;
    }

    .bloger--params {
        flex-wrap: wrap;
    }

    .bloger--hints {
        margin-right: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .bloger--params {
        margin-top: 10px;
    }
}

.w-650 {
        display: none;
    }

.bloger--mobile {
        display: none;
    }

.bloger--body--mobile {
        display: none;
    }

    .bloger--footer--mobile {
        display: none;
    }

.bloger--header .bloger--category {
    display: none;
}

@media screen and (max-width: 650px) {
    .bloger--params span.bloger--category {
        display: none;
    }

    aside.hint {
        display: none !important;
    }

    .bloger--header .bloger--desc {
        display: none;
    }

    .bloger--mobile {
        display: block;
    }

    .bloger--logo {
        width: 160px;
        height: 160px;
    }

    .bloger--col:first-child {
        width: 160px;
    }

    .bloger--col:first-child:after {
        display: none;
    }

    .bloger--col h3.bloger--name {
        font-size: 1.25rem;
    }

    .bloger--info {
        margin-top: 2px;
        font-size: 1rem;
    }

    span.bloger--category {
        display: inline-flex;
    }

    strong.bloger--cost {
        font-size: 1.75rem;
    }

    .bloger--col h3 {
        font-family: 'TT-400';
        margin-top: 5px;
    }

    .bloger--mobile {
        margin-top: auto;
    }

    h3.bloger--name span {
        transform: none;
    }

    h3.bloger--name {
        margin-top: 0;
    }

    .bloger--header .bloger--col:last-child {
        display: flex;
        flex-direction: column;
    }

    .bloger--body {
        display: none;
    }

    .bloger--footer {
        display: none;
    }

    .bloger--body--mobile {
        display: block;
    }

    .bloger--footer--mobile {
        display: block;
    }
    .bloger--line {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .bloger--mobile--desc {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }

    .bloger--mobile--theme {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }

    .bloger--mobile--theme b {
        color: #50af4e;
    }

    .bloger--hints {
        margin-right: auto;
    }

    button.st--btn:first-child {
        font-size: 1.125rem;
        width: auto;
    }

    button.st--btn:last-child {
        font-size: 1.125rem;
        width: auto;
    }

    .popup.hint {
        transform: translateX(-50%);
        position: fixed;
        padding: 20px 8px;
    }

    .bloger--buttons {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .bloger--buttons button:first-child {
        background: #50af4e;
        color: white;
        border-radius: 5px;
        font-size: 1.5rem;
        width: 300px;
    }

    .bloger--buttons button:last-child {
        color: black;
        border-radius: 5px;
        width: 300px;
        font-size: 1.5rem;
    }

    .bloger--params {
        margin-top: 30px;
    }

    .bloger--hint.timer {
        transform: translateX(0px);
    }

    .bloger--logo {
        width: 140px;
        height: 140px;
    }

    .bloger--col h3 {
        font-size: 0.875rem;
    }

    .bloger--info {
        font-size: 0.875rem;
    }

    .bloger--col:last-child {
        margin-left: 0;
    }

    .bloger--header .bloger--category {
    display: flex;
}
}
@media screen and (max-width: 550px) {
    .feedback-header {
        justify-content: left;
    }

    .bloger--mobile--desc {
        font-size: 1rem;
    }

    .bloger--mobile--theme {
        font-size: 1rem;
    }

    .bloger--col:first-child {
        width: 140px;
        margin-right: 20px;
    }

    .bloger--col h3 {
        margin-top: 0;
    }

    .bloger--col h3.bloger--name {
        line-height: 1.2;
    }

    .bloger--header .bloger--col:last-child {
        align-items: flex-start;
    }
}

.content--block#opinions {
    padding-top: 10px;
}

@media screen and (max-width: 460px) {
    span.bloger--category {
        margin-right: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .bloger--rating img {
        width: 24px;
    }

    .bloger--header {
        margin-top: 10px;
    }

    .bloger--rating {
    display: flex
;
    align-items: center;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 3px 8px;
    gap: 10px;
    font-size: 1rem;
    font-family: 'TT-700';
    margin-right: 10px;
}

.bloger--opinion {
    font-size: 1rem;
}

.bloger--hints {
    margin-left: 10px;
    gap: 8px;
}

.bloger--hint img {
    width: 28px;
    height: 28px;
}
    
}

@media screen and (max-width: 400px) {
    .bloger--logo {
        width: 100px;
        height: 100px;
    }

    .bloger--line {
        flex-wrap: wrap;
        width: auto;
        gap: 5px;
        justify-content: left;
    }
}

aside.hint {
    display: inline-block;
    width: max-content;
}

.feedback-header p {
    white-space: nowrap;
}