.home-slider .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 30px;
    opacity: .7;
}

.home-slider .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3561ad;
    margin-right: 7px;
}



.home-slider .owl-page.active {
    border-color: #d22d28;
}

.home-slider .owl-page span {
    background: transparent !important;
    margin: 0 !important;
}
.news-page-thumbnail {
    display: none;
}
.home-news-item-thumbnail {
    height: 200px;
}


.author-page__table_author {
    min-width: 250px;
}

ul.pagination li::before {
    display: none !important;
}

.page-content a {
    text-decoration: underline;
}


.home-news-slider
{

}

.author-page__table tr td:nth-child(4) {
    width: 300px;
}


footer {
    margin-bottom: 40px;
}

.partners-logos-list .newbank-logo {
    background-image: url(../img/newbank_symbol.png);
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat;
}

.print-list-date {
    padding-top: 0;
}

.account-page-wrap {
    max-width: 1800px;
    margin: 0 auto;
}

.loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.loader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #337ab7;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.loader div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.loader div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.loader div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.timeline-filter {
    border-radius: 0;
}

.timeline-filter__amount {
    display: block;
    margin-top: 10px;
}

.hint-block {
    font-size: 12px;
}

.check-elem__ndfl_round_method {
    display: block;
    margin-bottom: 10px;
}

.table-accordion {
    max-height: 500px;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.table-accordion-expand-btn {
    max-width: 740px;
    margin: 5px auto;
    text-align: center;
    cursor: pointer;
    border: 1px dashed;
}

.table-accordion-expand-btn:hover {
    text-decoration: underline;
}

.report-form__details__links {
    margin: 10px 0 5px 0;
}

.report-form__details__links .details-links-group {
    display: inline-block;
}

.report-form__details__links .details-links-group a {
    margin-left: 5px;
}

.report-form__details__links .details-uncheck-all {
    margin-left: 20px;
    color: red;
}

.main-menu .main-menu-item {
    margin: 0 30px;
}