body, html {
    overflow-x: hidden;
}
@media (max-width: 1400px) {
    .carousel-indicators {
        top: 0;
        bottom: 20px;
        align-items: end;
        margin: 0;
        flex-direction: row !important;
    }
    .carousel-indicators div[type="button"] {
        margin: 0 6px;
    }
    .comment-slider .author {
        display: none;
    }
    .comment-slider .content {
        width: 100%;
    }
    .comment-slider .comment-header {
        font-weight: bold;
        font-size: 2.3rem;
        word-spacing: -0.02px;
        /*line-height: 73px;*/
    }
}
@media (max-width: 992px) {
    .comment-slider .comment-group {
        border-left: none;
        padding-left: 25px;
        width: 70%;
        height: fit-content;
    }
    .carousel-indicators {
        top: 0;
        bottom: 20px;
        align-items: end;
        margin: 0;
        flex-direction: row !important;
    }
    .comment-slider .date {
        border-right: 4px solid var(---252265);
        width: 30%;
    }
    .comment-slider .comment-header {
        padding: 0 5px;
    }
    .first-line{
        display: none;
    }
}
@media (max-width: 768px){
    .comment-slider .comment-group {
        width: 65%;
    }
    .comment-slider .date {
        width: 35%;
    }
}
@media (max-width: 576px){
    .comment-slider .comment-group {
        width: 50%;
    }
    .comment-slider .date {
        width: 50%;
    }
    .comment-header{
        line-height: 1.5em;
        /*height: 9em;*/
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
    }
}
#nav-toggle {
    background: none;
    border: none;
    font-size: 2.2rem;
    cursor: pointer;
    color: var(---070a0c);
}
.white #nav-toggle {
    color: var(---fff)
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(---_eff0f6);
    z-index: 1050;
    overflow-y: auto;
}

.mobile-nav-content {
    padding: 20px;
}

.mobile-navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    list-style: none;
}

.mobile-navbar-nav li {
    margin: 10px 0;
}

.mobile-navbar-nav li a {
    font-size: 1.2rem;
    color: var(---070a0c);
    text-decoration: none;
}

.nav-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: var(---070a0c);
    cursor: pointer;
    z-index: 1060;
    padding: .25rem .75rem;
}
.navbar-mobile-first-line{
    display: flex;
    justify-content: space-between;
    /*margin-top: 50px;*/
}
.mobile-nav-content{
    display: flex;
    justify-content: center;
}
.navbar-mobile-first-line .logo::after,.mobile-icons .clickable-icon::after{
    /*background: var(---eff0f6);*/
    background: var(---070a0c) !important;
}
.justify-center{
    justify-content: center;
}