/* Minification failed. Returning unminified contents.
(3053,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3054,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3055,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3072,22): run-time error CSS1039: Token not allowed after unary operator: '-pagination-bg'
(3073,17): run-time error CSS1039: Token not allowed after unary operator: '-pagination-text'
(3101,28): run-time error CSS1039: Token not allowed after unary operator: '-pagination-border'
(3102,17): run-time error CSS1039: Token not allowed after unary operator: '-pagination-border'
 */
.page.without-banner .content-text {
    padding-top: 0;
}

.page.without-banner .list li {
    display: list-item;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.halfpadding {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.wrap {
    word-wrap: break-word;
}

.articles-container {
    padding-top: 0px;
}

.article-head-section {
    margin-bottom: 15px;
    padding-top: 15px;
}

.article-head-image {
    display: inline-block;
    width: 100%;
    height: 100px;
    background: url(../img/articles/articles_head_logo.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: auto;
    text-align: center
}

.article-head-title {
    font-size: 1.3em;
    color: #686868
}

.article-head-menu {
    margin-bottom: 15px;
}

.news-head-image {
    display: inline-block;
    width: 100%;
    height: 100px;
    background: url(../img/articles/news-head-logo.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: auto;
    text-align: center;
}

.left-sidebar {
    display: flex;
    flex-wrap: wrap-reverse;
}
.flex {
    display: flex;
}
.flex-center {
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
    .menu-item {
        margin-top: 15px;
        margin-bottom: 15px;
        vertical-align: middle;
        text-align: center;
        font-weight: normal;
        font-size: 1.2em;
    }

.menu-item-active {
    color: #43b34d !important;
    border-bottom-color: #43b34d !important;
    text-decoration: none !important
}

.btn-small {
    padding: 6px 12px !important;
    display: inline-block;
    margin-top: 15px;
    font-weight: normal;
    position: relative;
    border-bottom: 0 !important;
}

.main-article-section .btn-small,
.slider-section .btn-small {
    padding: 10px 16px !important;
    font-size: 18px;
    line-height: 1.33;
}

.btn-small span {
    position: relative;
    z-index: 2;
}

#btn-next-page {
    line-height: 60px;
    font-size: 20px;
    padding: 0 20px;
}

.main-article-section {
    margin-bottom: 30px
}

.main-article-image {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.main-article-title {
    font-size: 1.7em;
    font-weight: 600;
    color: #3c9d3e;
    line-height: 38px;
    margin-bottom: 15px
}

.main-article-desc {
    font-size: 1.3em;
    font-weight: 600;
    color: #686868;
    margin-bottom: 15px
}

.slider-section {
    margin-bottom: 30px
}

.carousel-caption {
    top: 5%
}

.carousel-control {
    color: #fff !important
}

.carousel-indicators {
    display: none
}

.carousel-item {
    height: 360px
}

.slider-head {
    border: 1px solid #fff;
    border-radius: 5px;
    width: 33%;
    margin-left: 33%;
    margin-bottom: 3%
}

.slider-image {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    -webkit-filter: blur(.5px);
    filter: blur(.5px)
}

ol:hover div.item.carousel-item.active > div.slider-image, .carousel-inner:hover div.item.carousel-item.active > div.slider-image {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .35s ease;
    transition: .35s ease
}

.slider-title {
    color: #fff
}

.slider-description {
    color: #fff;
    margin-bottom: 15px;
    padding-top: 15px;
    text-shadow: none
}

div.carousel-item img {
    width: 100%;
    top: 50%
}

.other-article-section {
    margin: 0 -15px
}

.more-section {
    margin-bottom: 30px
}


.on-image-data-top {
    position: absolute;
    top: 10%;
    left: 5%;
    right: 5%;
    bottom: 20%;
    overflow: hidden
}

.on-image-data-bottom {
    position: absolute;
    top: 80%;
    left: 5%;
    right: 5%;
    bottom: 10%
}

.other-article {
    position: relative;
    padding: 1.5em;
    text-align: center;
    overflow: hidden;
    height: auto;
    width: auto;
    color: #fff;
    margin-bottom: 15px;
    /*height: 410px*/
}

.other-article__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(.5px);
    filter: blur(.5px);
    -webkit-transition: .35s;
    transition: .35s;
    background-image: url("../img/articles/0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

    .other-article__bg::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        -webkit-transition: .35s;
        transition: .35s
    }

.other-article__border {
    position: relative;
    padding: 1em;
    justify-content: center;
    height: 375px
}

.other-article__content {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-transition: .35s;
    transition: .35s;
    height: 280px
}

.other-article__title, .slider-title {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 1em;
    line-height: 1em;
    align-content: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .other-article__title a, .other-article__title a:focus, .other-article__title a:hover, .other-article__title a:visited {
        text-decoration: none;
        border-bottom: none;
        padding: 0;
    }

.other-article__title {
    background-color: rgba(0,0,0,.3);
    padding: 10px;
    margin-bottom: .5em
}

.other-article__content {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-transition: .35s;
    transition: .35s
}

.other-article__text {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .35s ease-in;
    transition: .35s ease-in
}

.other-article__text, .slider-description {
    line-height: 1;
    position: relative;
    font-size: 1.1em;
    text-align: center;
    font-family: 'Open Sans',sans-serif
}

.panel-title span {
    cursor: pointer
}

    .panel-title span:hover {
        text-decoration: underline
    }

.other-article:focus .other-article__border-angle--left::after, .other-article:focus .other-article__border-angle--left::before, .other-article:focus .other-article__border-angle--right::after, .other-article:focus .other-article__border-angle--right::before, .other-article:hover .other-article__border-angle--left::after, .other-article:hover .other-article__border-angle--left::before, .other-article:hover .other-article__border-angle--right::after, .other-article:hover .other-article__border-angle--right::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.other-article:focus .other-article__content, .other-article:hover .other-article__content {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.other-article:focus .other-article__text, .other-article:hover .other-article__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .35s ease;
    transition: .35s ease
}

.other-article:focus .other-article__bg, .other-article:hover .other-article__bg {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

    .other-article:focus .other-article__bg::after, .other-article:hover .other-article__bg::after {
        background: rgba(0,0,0,.2)
    }

.other-article__border {
    overflow: hidden;
    position: relative
}

.other-article__border-angle--left, .other-article__border-angle--right {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

    .other-article__border-angle--left::after, .other-article__border-angle--left::before, .other-article__border-angle--right::after, .other-article__border-angle--right::before {
        content: '';
        position: absolute;
        background: #fff;
        opacity: .2;
        -webkit-transition: .35s;
        transition: .35s
    }

    .other-article__border-angle--left::before, .other-article__border-angle--right::before {
        width: 2px;
        top: 0;
        bottom: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)
    }

    .other-article__border-angle--left::after, .other-article__border-angle--right::after {
        height: 2px;
        left: 0;
        right: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }

    .other-article__border-angle--left::before {
        left: 0;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }

    .other-article__border-angle--right::before {
        right: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    .other-article__border-angle--left::after {
        bottom: 0;
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .other-article__border-angle--right::after {
        top: 0;
        -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }

.dropdown {
    border: none
}

.paginator {
    margin-bottom: 15px
}

.category-form {
    height: 22px;
    margin: 0
}

.iframe-body {
    display: block;
    width: 100%;
    height: 1000px;
    border: none
}

select {
    border: none;
    color: #4d8a2f;
    width: 147px
}

    select:hover {
        color: #8ab75b;
        text-decoration: underline
    }

.subscriptionForm-module input[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.subscriptionForm-module button[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.subscriptionForm-module {
    position: relative;
    width: 100%;
    background-color: #f6f7fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0
}

.subscriptionForm-module-wrap {
    position: relative;
    padding: 20px 0 0 235px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-right: 20px
}

    .subscriptionForm-module-wrap:before {
        position: absolute;
        top: -25px;
        left: -125px;
        content: "";
        display: block;
        width: 432px;
        height: 302px;
        background-image: url(../img/articles/subscribe-bg.png);
        background-repeat: no-repeat;
        background-size: contain
    }

.subscriptionForm-module-form {
    position: relative;
    margin-left: 25px
}

.subscriptionForm-module-inputControls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.subscriptionForm-module-input {
    position: relative
}

    .subscriptionForm-module-input input {
        min-width: 220px;
        width: 220px;
        height: 48px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #d9d9d9;
        padding: 16px 23px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: normal;
        color: inherit;
        font: inherit;
        margin: 0;
        margin-top: 15px
    }

    .subscriptionForm-module-input.subscriptionForm-module-email {
        margin: 0 16px
    }

.subscriptionForm-module-header {
    text-align: center
}

.subscriptionForm-module-btn {
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: Circe,sans-serif;
    background: #44a2e2;
    -webkit-box-shadow: 0 18px 36px 0 rgba(68,162,226,.32);
    box-shadow: 0 18px 36px 0 rgba(68,162,226,.32);
    letter-spacing: .3px;
    min-width: 220px;
    width: 220px;
    height: 48px;
    font-size: 17px;
    color: #fff;
    margin-top: 15px
}

#subscribe-modal .modal-content {
    width: 400px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

#subscribe-modal .modal-body {
    padding: 20px
}

.subscribe-section .field-validation-error:after, .subscribe-section .field-tooltip:after {
    display: none
}

.subscribe-section .field-validation-error, .subscribe-section .field-tooltip {
    display: block;
    margin-top: 4px;
    padding: 5px
}

.wiki-index .container {
    width: 100%;
    background: #fff
}

.alphabet-list {
    background: #fff;
    padding: 0;
    margin-bottom: 10px
}

    .alphabet-list a {
        color: #646464;
        margin: 0 2px;
        padding: 18px 14px
    }

.letter-row .letter {
    position: relative;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 30px
}

    .letter-row .letter:before {
        position: absolute;
        border-top: 1px solid #646464;
        left: 0;
        top: 50%;
        content: '';
        width: 100%;
        z-index: 1
    }

    .letter-row .letter span {
        background: #fff;
        color: #5cb85c;
        font-size: 29px;
        font-weight: bold;
        z-index: 2;
        position: relative;
        display: inline-block;
        min-width: 30px;
        text-align: center
    }

.list li, .list li:last-child {
    display: inline-block;
    margin: 0;
    margin-bottom: 40px
}

.list .block {
    background: #646464;
    padding: 15px 20px 10px;
    border-radius: 10px;
    color: #fff
}

    .list .block h3 {
        font-size: 21px;
        font-weight: bold;
        min-height: 98px;
        border-bottom: 1px solid #fff;
        overflow: hidden;
        letter-spacing: 2.5px;
        color: #fff;
    }

    .list .block .text {
        padding: 13px 0 0 0
    }

        .list .block .text p {
            font-size: 18px;
            line-height: 20px;
            height: 82px;
            margin-bottom: 15px;
            letter-spacing: 1px;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .list .block .text a {
            font-size: 12px;
            text-transform: uppercase;
            color: #5cb85c
        }

            .list .block .text a:hover {
                text-decoration: underline;
            }

    .list .block .stat {
        text-align: right;
        margin-top: 15px
    }

        .list .block .stat span {
            padding-left: 30px;
            font-size: 12px;
            position: relative;
            display: inline-block;
            margin-left: 10px;
            line-height: 12px
        }

            .list .block .stat span:after {
                position: absolute;
                top: -9px;
                left: 0;
                z-index: 2;
                content: ''
            }

        .list .block .stat .time {
            padding-left: 25px
        }

            .list .block .stat .time:after {
                background: url(../img/time.svg) no-repeat 0 0;
                background-size: 18px 21px;
                width: 18px;
                height: 21px
            }

        .list .block .stat .like:after {
            background: url(../img/like.svg) no-repeat 0 0;
            background-size: 20px 19px;
            width: 20px;
            height: 19px
        }


#partners .carousel-caption {
    top: 20%;
    right: 10%;
    left: 10%;
}

#partners .carousel-indicators {
    display: none;
}

#partners .carousel-control {
    width: 5%;
    opacity: 1;
    background: none;
}

    #partners .carousel-control .glyphicon-chevron-left,
    #partners .carousel-control .glyphicon-chevron-right {
        background: url(../img/arrow-left.svg) no-repeat center;
    }

#partners .carousel-item {
    height: auto;
    padding: 0 5%;
}

#partners .partner-images {
    display: flex;
    justify-content: space-around;
}

#partners .partner-image {
    width: 33%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 5px 0;
}

    #partners .partner-image div {
        width: 100%;
        height: 100px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        /*display: inline-block;*/
    }

.h2 {
    margin: 15px 0;
    font-size: 25px;
}

.article-news .menu-item-active {
    color: #ff871d !important;
    border-bottom: solid 4px #e37f1f !important;
    text-decoration: none !important;
}

.article-news .img-container {
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.article-news .content-block > p {
    margin-bottom: 15px;
}

.article-news.read .sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    padding-bottom: 1px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-15 {
    margin-top: 15px;
}

.article-news h1 {
    font-size: 35px;
    line-height: 35px;
}

.article-news.read .content-text .row {
    margin-right: 0;
    margin-left: 0;
}

.article-news.read .rating-block {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.article-news.read .fb-container {
    padding: 10px;
    border: 1px solid #5BB85D;
}

.article-news.read .fb-like-container {
    display: inline-block;
    float: right;
    padding: 10px 0;
}

.carousel a {
    border-bottom: none;
    display: block;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.btn-load-more {
    height: 35px;
    width: 160px;
    background-color: white;
    color: #5BB85D;
    border: 1px solid #5BB85D;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .subscriptionForm-module-wrap:before {
        display: none
    }

    .subscriptionForm-module-wrap {
        padding: 20px
    }

    .subscriptionForm-module:before {
        background-color: #f6f7fa;
        position: absolute;
        bottom: -116px;
        right: -138px;
        content: "";
        display: block;
        width: 435px;
        height: 304px;
        opacity: .3;
        background-image: url(../img/articles/subscribe-bg.png);
        background-repeat: no-repeat;
        background-size: contain
    }

    .subscriptionForm-module-input, .subscriptionForm-module-btn {
        margin-left: auto;
        margin-right: auto
    }

    .subscriptionForm-module-header {
        text-align: center
    }

    .checkbox {
        padding-left: 32px
    }

    .subscriptionForm-module-form {
        margin-left: 0
    }
}

@media(max-width: 992px) {
    .checkbox {
        padding-left: 25px
    }

    .social-phone-block {
        display: none;
    }
}

@media(max-width: 768px) {
    .subscriptionForm-module-inputControls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .subscriptionForm-module-input, .subscriptionForm-module-input input, .subscriptionForm-module-btn {
        width: 100%
    }

    .checkbox {
        padding-left: 20px
    }

    .subscriptionForm-module:before {
        bottom: -10px;
        right: -90px
    }
}

@media(max-width: 460px) {
    #subscribe-modal .modal-content {
        width: 100%;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto
    }

    #subscribe-modal {
        padding-right: 0 !important
    }
}

@media screen and (max-width: 768px) {
    .carousel-caption {
        top: 5%
    }

    .slider-title {
        font-size: 1.3em
    }

    .slider-description {
        font-size: 1em
    }
}

@media screen and (max-width: 767px) {
    .article-head-section {
        display: none;
    }
    .author-page .article-head-section {
        display: unset;
    }
}

@media(min-width: 768px) and (max-width:992px) {
    .carousel-caption {
        top: 5%
    }

    .slider-title {
        font-size: 1.4em
    }

    .slider-description {
        font-size: 1em
    }
}

@media (max-width:1200px) {
    .other-article__title {
        line-height: 1;
        font-size: 1.3em
    }
}

.read-article-title-image {
    height: auto;
    width: auto;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 15px
}

    .read-article-title-image > .img-container {
        min-height: 240px;
        opacity: .65;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

.read-article-title-text {
    color: #55b957;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1;
    text-shadow: 2px 2px 1px rgba(0,0,0,.7);
    padding-top: 20px;
}

.read-article-title-desc {
    color: #55b957;
    font-family: 'Open Sans',sans-serif;
    font-size: .7em;
    text-shadow: 2px 2px 1px rgba(0,0,0,.7);
    line-height: .7em
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.author-name {
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
}
.author-name h2 {
    font-size: 35px;
}
.row.author-socials.halfpadding {
    margin-top: 10px;
}
.read-navigation {
    font-size: .7em;
    margin: 10px 0 !important;
    color: #626262
}

    .read-navigation > a {
        text-decoration: underline
    }

.time-block {
    font-size: .8em;
    color: #626262;
    margin-bottom: 15px;
    padding: 0 5%
}

    .time-block > i {
        background-size: 20px 19px;
        width: 20px;
        height: 19px;
        color: green
    }

    .time-block > button {
        font-weight: 900
    }
    .time-block .article-author a{
        border-bottom: none;
        display: inline;
        text-decoration: underline;
        vertical-align: top;

    }
    .time-block .article-author:before {
        content: '';
        position: relative;
        background-image: url("../img/articles/user.svg");
        background-size: 17px 21px;
        width: 17px;
        height: 18px;
        display: inline-block;
        margin: 0 10px
    }

    .time-block .article-read-time,
    .time-block .article-views,
    .time-block .article-author,
    .time-block .article-update-time,
    .time-block .article-last-update {
        display: inline-block;
    }
    
    .time-block .article-last-update:before {
        content: '';
        position: relative;
        background-image: url("../img/articles/LastUpdate.svg");
        background-size: 22px 21px;
        width: 22px;
        height: 18px;
        display: inline-block;
        margin: 0 10px
    }

        .time-block .article-update-time:before {
            content: '';
            position: relative;
            background-image: url("../img/articles/Date.svg");
            background-size: 17px 21px;
            width: 17px;
            height: 18px;
            display: inline-block;
            margin: 0 10px
        }

        .time-block .article-views:before {
            content: '';
            position: relative;
            background-image: url(../img/articles/Views.svg);
            background-size: 22px 18px;
            width: 22px;
            height: 15px;
            display: inline-block;
            margin: 0 10px
        }

    .time-block .article-read-time {
        margin-left: 10px;
        color: #5bb75d;
        font-size: 1.2em;
        display: inline-block;
    }

.content-block {
    margin-bottom: 15px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    padding: 0 5%
}

    .content-block h2 {
        font-size: 35px;
        line-height: 40px;
        text-align: left;
        margin: 30px 0 20px;
    }

    .content-block h3 {
        text-align: left;
    }

    .content-block blockquote p,
    .content-block table p {
        margin-bottom: 0
    }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.content-block h1, .content-block h2, .content-block h3 {
    margin-bottom: 15px;
    color: #3c9d3e;
    font-weight: bold
}


.content-block ul {
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: disc;
}

.content-block ol {
    padding-left: 40px;
    margin-bottom: 10px;
    list-style: decimal
}

.content-block ul li {
    /* list-style: disc */
}

.content-block ol li {
    list-style: decimal
}

.content-block img {
    max-width: 100%;
    height: auto
}

.content-block table {
    width: 100% !important;
    margin-bottom: 15px;
    border-collapse: collapse;
}

    .content-block table td, .content-block table th {
        padding: 5px;
        border: 1px solid #c8c8c8
    }

.tags-section {
    margin-bottom: 15px
}

.tags-block {
    color: #656565;
    padding: 0 5%
}

.tag {
    font-size: .9em;
    background: #ccc;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0 5px;
    float: left
}

.social-section {
    margin-bottom: 15px
}

.subscribe-section {
    margin-bottom: 15px
}

.social-block {
    padding: 0 5% 0 5%;
    text-align: right
}

.rating-block {
    padding: 0 5% 0 5%;
    margin-bottom: 10px
}

.img-author {
    width: 55px;
    height: 55px;
    border: 1px solid transparent !important;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-block-btn {
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent !important;
    border-radius: 10%;
    transition: .3s ease-in-out;
    margin-right:7px;
}

    .social-block-btn:hover {
        transform: scale(1.1);
    }

.facebook-icon {
    background-image: url("../img/facebook.png");
}

.twitter-icon {
    background-image: url("../img/twitter.png");
}

.pinterest-icon {
    background-image: url("../img/pinterest.png");
}

.linkedin-icon {
    background-image: url("../img/linkedin.svg");
}

.instagram-icon {
    background-image: url("../img/instagram.png");
}

.email-icon {
    background-image: url("../img/email.svg");
}

.fa-heart {
    position: relative;
}

.like-btn {
    background-color: #5bb75d;
}

i.fa.fa-heart:after {
    background: url(../img/like.svg) no-repeat 0 0;
    background-size: 100%;
    width: 14px;
    height: 13px;
}

i.fa.fa-heart:after {
    position: absolute;
    top: 2px;
    left: -1px;
    z-index: 2;
    content: '';
}

#likes-count {
    margin-left: 15px;
}

.recomend-head-block {
    margin-bottom: 15px;
    color: #429545;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600
}

.recomend-block {
    margin-bottom: 15px
}

.recomend-article-title {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1em;
    line-height: .9;
    align-content: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .recomend-article-title a, .recomend-article-title a:focus, .recomend-article-title a:hover, .recomend-article-title a:visited {
        text-decoration: none
    }

.recomend-article-section {
    margin: 0 -15px
}

.table-container {
    overflow-x: auto;
    margin: 30px 0;
}

    .table-container table {
        min-width: 790px;
        width: 100%;
        margin: 0
    }

        .table-container table tr:first-child td {
            text-align: center;
            font-weight: bold;
        }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #43b34d;
}

    .panel-success > .panel-heading {
        color: #ffffff;
        background-color: #43b34d;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #43b34d;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }


@media screen and (max-width: 991px) {
    .social-block {
        text-align: center
    }

    .rating-block {
        text-align: center
    }

    iframe {
        width: 100%
    }
}

@media(max-width: 576px) {
    .time-block > button {
        display: none
    }

    .read-article-title-text {
        font-size: 1.5em;
        top: 10%;
        bottom: 10%
    }
}

.alphabet-list {
    text-align: center;
    min-width: 100%;
    background: #f4f4f4;
    margin: 0 0 10px;
    padding: 0 15px;
    box-sizing: border-box
}

    .alphabet-list a {
        font-size: 24px;
        font-weight: normal;
        text-decoration: none;
        float: left;
        margin: 0;
        padding: 10px 13px 10px 12px;
        display: inline-block;
        border-top: solid transparent 4px;
        cursor: pointer
    }

        .alphabet-list a.active, .alphabet-list a:hover, .alphabet-list a:active {
            font-weight: bold;
            background: #fff;
            border-top: solid #75bc40 4px
        }

.alphabet-list-letter {
    width: 1.7em
}

.lasts-col {
    width: 15%;
    text-align: center
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden
}

.wiki-head-title {
    font-size: 1.6em;
    text-align: center !important;
    margin-bottom: 12px !important;
    line-height: 32px;
}

.wiki-head-description {
    text-align: center;
    font-size: 1.3em;
    font-weight: 900;
    margin-bottom: 10px;
}

@media(max-width: 576px) {
    .alphabet-list-letter {
        width: 1.6em
    }
}

@media(max-width: 992px) {
    a.anchor {
        top: -50px
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
        width: 100%;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '‹'
        }

        .carousel-control .icon-next:before {
            content: '›'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.container .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row,
.article-news .content-text .row {
    margin-right: -8px;
    margin-left: -8px
}

    .row:after {
        clear: both;
        display: table;
        content: '';
    }

    .content-text .row, .row.alphabet-list {
        margin-right: 0;
        margin-left: 0;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}


/*social phone*/

.social-phone-block {
    margin-bottom: 15px;
}

.social-phone {
    height: 500px;
    background-image: url(../img/articles/phone_crop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
}

.social-links {
    width: 100%;
    height: 100%;
    display: block;
}

a.social-phone-link {
    border: none;
    width: 100%;
    display: block;
    height: 500px;
}


.anim-cursor {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    height: 25px;
    margin: auto 10% auto 15%;
    width: 20px;
    background-image: url(../img/articles/cursor2.png);
    background-size: cover;
}

    .anim-cursor.bounce {
        animation-name: cursor_bounce;
        animation-timing-function: ease;
    }

@keyframes cursor_bounce {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(130px);
    }

    100% {
        transform: translateX(0);
    }
}

.tags a {
    border: none;
}

.loan-button-red {
    font-size: 16px;
    line-height: 60px;
}

.widget {
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .list li {
        display: block;
        margin: 0 auto 40px
    }

    .col-xs-6 {
        width: 100%;
    }
}

:root {
    --pagination-bg: #5bb85d;
    --pagination-border: #3c9d3e;
    --pagination-text: #FFF;
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pagination-page,
.pagination-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--pagination-bg);
    color: var(--pagination-text);
    text-align: center;
    line-height: 40px;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    font-size: 16px;
}

    .pagination-page:hover,
    .pagination-arrow:hover {
        background: #3c9d3e;
        color: #f5f5f5;
    }

    .pagination-page.active {
        background: #3c3838;
        color: white;
    }

.pagination-dots {
    font-size: 18px;
    color: #888;
    padding: 0 5px;
}

.pagination-arrow {
    background: transparent;
    border: 1px solid var(--pagination-border);
    color: var(--pagination-border);
    font-weight: 800;
    font-size: 18px;
}

    .pagination-arrow span {
        display: inline-block;
        transform: translateY(-1px);
    }
