.page-item.next.disabled > a {
    transform: rotate(180deg);
}

.container-news {
    background: linear-gradient(0deg, #fff, #fff), #f5f6f8;
    padding: 10px 15px 15px 15px;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(64, 76, 84, 0.06);
    border-radius: 4px;
}
.container-news h2 {
    color: var(--gray-light);
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
    text-align: justify;
}
.comments {
    margin-top: 0;
    margin-bottom: 30px;
}
.comments-title {
    padding-bottom: 10px;
    font-size: 24px;
    font-family: Ubuntu;
}

.comments-form {
    margin-top: 20px;
    margin-bottom: 20px;
}

.comments-form-header {
    display: flex;
    align-items: center;
}
.comments-form-nickname {
    font-size: 1.1em;
    font-weight: 700;
}

.comments-form-button {
    display: block;
    background: transparent;
    text-decoration: none;
    border: 1px solid #cecece;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
    color: var(--gray-text);
    transition: color .2s ease, border-color .2s ease;
}

.comments-form-button:hover {
    text-decoration: none;
    color: #227da2;
    border-color: #227da2;
}

.comments-form-button:first-child {
    margin-left: 0;
}

.comments-form-content {
    min-height: 100px;
}
.comments-form-content textarea {
    resize: none;
    height: 100%;
    width: 100%;
    padding: 10px;
}

.comments-form-bottom {
    display: flex;
    justify-content: flex-end;
}

.comment-item_level_0 + .comment-footer + .comments-form-subform {
    margin: 0 0 20px;
}

.comments-form-subform {
    margin: 0 0 20px 20px;
}

.comments-list>.comment-item-with-child {
    border-left: none;
    border-top: 2px solid #f1f1f1;
    margin-left: 0;
}

.comments-list>.comment-item-with-child:first-child {
    border-top: none;
}

.comment-item-with-child {
    margin: 0 0 0 40px;
    border-left: 2px solid #f1f1f1;
}
.comment-item-with-child-no-margin {
    margin: 20px 0;
}

.comment-item {
    padding: 20px 0 10px 20px;
    display: flex;
    flex-direction: row;
}

.ml {
    margin-left: 40px;
}

.comment-item .comment-img{
    width: 50px !important;
    height: 50px !important;
}
.comment-img img {
    object-fit: cover;
    width: 50px;
    height: 50px;
}

.comment-body {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comment-body.comment-body-child {
    margin-left: 0;
}

.comment-header-name, .comment-header-time {
    padding-bottom: 5px;
}

.comment-header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    width: 30%;
}

.comment-header-child {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.comment-header .comment-header-name, .comment-header-child .comment-header-name {
    font-weight: 700;
}

.comment-header-name {
    margin-right: 10px;
}

.comment-header-time {
    margin-right: 10px;
}

.comment-header .comment-header-time, .comment-header-child .comment-header-time-child {
    font-size: .9em;
    margin-bottom: -3px;
    min-width: 140px;
    color: #bdbdbd;
}

.comment-header-time-child {
    text-align: right;
}

.comment-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px 10px;
}

.comment-footer .comment-footer-btn, .comment-header .comment-header-btn {
    cursor: pointer;
    margin-left: 20px;
    color: #0b58a2;
    transition: color .2s ease;
}

.comment-footer .comment-footer-btn:hover {
    color: #227da2;
}

.comment-footer .comment-footer-btn:first-child {
    margin-left: 0;
}

.comment-footer .comment-footer-btn:nth-child(3) {
    margin-left: 0;
}

.share-comment-links {
    margin-left: 20px;
}
.share-comment-links-in {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: opacity-in;
}
.share-comment-links-out {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-direction: reverse;
    animation-name: opacity-in;
}
@keyframes opacity-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.comments-login-form .popup-block {
    position: fixed;
    max-width: 450px;
}

.comments-login-form .popup-block strong {
    margin-top: 20px;
}
.generate-comm {
    margin-top: 20px;
    margin-left: 0;
}
.generate-comm-disabled {
    pointer-events: none;
    opacity: 0.4;
}


.captcha-login {

}
.captcha-login img {
    height: auto;
}
.captcha-login_content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.captcha-login_image {
    height: 100%;
}
.captcha-login_input {
    height: 100%;
}
.popup-social-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.popup-social-wrapper .popup-social-item {
    margin-bottom: 20px;
    display: flex;
    text-decoration: none;
    align-items: center;
    width: 50%;
}

.popup-social-wrapper .popup-social-item .social-item-icon {
    font-size: 2em;
    margin-right: 10px;
    display: flex;
    justify-content: flex-end;
    width: 30px;
}

@media (max-width: 400px) {
    .comment-footer-rating {
        margin-left: 0px;
        min-width: 100%} }

.comment-footer-rating.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.comment-footer-btn.dropdown-toggle:after {
    display: none;
}

.comment-item .comment-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.comment-rating-name {
    min-width: 120px;
}

.comment-item .comment-stars {
    display: flex;
    flex-direction: row;
    min-width: 65px;
}

@media screen and (max-width: 600px) {
    .comment-item-with-child {
        margin-left: 20px;
    }
    .comment-item {
        flex-wrap: wrap;
    }
    .comment-body {
        margin-left: 0;
    }
}

@media screen and (max-width: 550px) {
    .comments-form-subform {
        margin: 0 0 20px 5%;
    }
}

@media screen and (max-width: 450px) {
    .comment-item {
        padding: 10px;
    }

    .comments-login-form .popup-block {
        position: fixed;
        top: 0;
        bottom: 155px;
        max-width: 450px;
        overflow-y: scroll;
    }

    .comment-footer {
        padding: 0 20px 10px 10px;
    }

    .comment-item_level_0 + .comment-footer {
        padding-top: 10px;
    }
}

.dropdown-menu .rating-picker {
    padding: 10px;
}

@media screen and (max-width: 991px) {
    .comments-title {
        font-size: 18px;
    }
}

.rating-picker {
    color: var(--gray-text);
    font-family: OpenSans;
    padding-left: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.rating-picker-item {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.rating-picker-item:last-child {
    margin-bottom: 0;
}
.rating-picker-item .br-wrapper {
    margin-left: 20px;
}

.br-theme-css-stars .br-widget {
    white-space: nowrap;
}

.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: left;
    margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
    content: '';
    background: url('/images/star-empty.svg') no-repeat;
    background-size: 100%;
    background-position: center;
    height: 18px;
    width: 18px;
    position: absolute;
}
.br-theme-css-stars .br-widget a.br-active:after {
    background: url('/images/star-fill.svg') no-repeat;
    background-size: 100%;
}
.br-theme-css-stars .br-widget a.br-selected:after {
    background: url('/images/star-fill.svg') no-repeat;
    background-size: 100%;
}
.br-theme-css-stars .br-widget .br-current-rating {
    display: none;
}
.br-theme-css-stars .br-readonly a {
    cursor: default;
}

.br-wrapper .rating-picker-item .br-theme-css-stars :first-child {
    display: none;
}

.blue-nickname {
    color: #268ae1;
}

.comment-item_level_0 {
    padding: 20px 0 0;
}

@media screen and (min-width: 768px) {
    .rating-button, .comment-item .general-rating {
        display: none;
    }

    .comment-item_level_0 {
        padding: 20px 0 10px;
    }

    .comment-item_level_0 + .comment-footer {
        display: none;
    }

    .comment-item_level_0 .comment-header {
        justify-content: space-between;
    }

    .comment-item_level_0 .comment-header-btn {
        margin-left: 0;
    }
}

.comment-item_level_0 + .comment-footer {
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .comment-footer-rating {
        display: none;
    }

    .comment-item-with-child .comment-rating {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .comment-header {
        width: 100%;
    }

    .comment-item_level_0 .comment-header-btn {
        display: none;
    }

    .comment-header-child {
        flex-direction: column;
        align-items: flex-start;
    }

    .comment-item-with-child-no-margin-mobile {
        margin: 20px 0;
        border-left: 0;
    }
}

.comment-footer-rating {
    min-width: 235px;
}

.comments-news-container {
    margin-top: 20px;
}
