/* Minification failed. Returning unminified contents.
(3367,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3368,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3369,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3370,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3371,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3372,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3373,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3374,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3375,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3389,28): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-border'
(3439,25): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(3455,17): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-light-text'
(3478,17): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-light-text'
(3488,17): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-dark-grey'
(3504,28): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(3585,22): run-time error CSS1039: Token not allowed after unary operator: '-pagination-bg'
(3586,17): run-time error CSS1039: Token not allowed after unary operator: '-pagination-text'
(3598,21): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(3602,26): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(3614,28): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(3615,17): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(3671,28): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(3672,17): run-time error CSS1039: Token not allowed after unary operator: '-pagination-text'
(3680,21): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
 */
/* Blog
--------------------------------------------- */
.blog-top {
    background-image: url(../img/hiw-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 93px;
    padding-bottom: 90px;
    color: #fff;
}

    .blog-top h1 {
        font-size: 20px;
        font-weight: 700;
        line-height: 26.5px;
    }
    .blog-top p {
        font-size: 16px;
        font-weight: 400;
        line-height: 23.5px;
        margin-top: 25px;
    }

.blog-wrapper {
    margin-bottom: 91px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

    .blog-wrapper article {
        width: 100%;
        display: flex;
    }

        .blog-wrapper article a {
            text-decoration: none;
            width: 100%;
        }

        .blog-wrapper article img.cover {
            width: 100%;
            object-fit: cover;
            max-height: 180px;
            margin-bottom: 15px;
            border-radius: 20px;
        }

        .blog-wrapper article .date {
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: #8b8b8b;
        }

        .blog-wrapper article h3.title {
            font-weight: 700;
            font-size: 14px;
            line-height: 20px;
            color: #141232;
            margin-bottom: 10px;
        }

        .blog-wrapper article p.description {
            font-family: "Roboto";
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #222222;
        }

            .blog-wrapper article p.description {
                text-align: justify;
                margin-bottom: 10px;
            }

        .blog-wrapper article .time-block {
            display: inline-flex;
            flex-flow: column;
            color: #8B8B8B;
            font-size: 14px;
            line-height: 22px;
            justify-content: center;
            margin:0;
        }

        .blog-wrapper article .author-block {
            font-size: 14px;
        }

        .blog-wrapper article .article-read-time {
            color: #21adce;
            display: inline-block;
            font-size: 14px;
        }

        .blog-wrapper article .time-block .article-views {
            background-image: url(../img/articles/Views.svg);
            background-size: 24px 16px;
            width: 24px;
            height: 16px;
            margin: 0 10px;
            vertical-align:text-top;
        }
        .blog-wrapper article .time-block .article-update-time {
            background-image: url(../img/articles/Date.svg);
            background-size: 24px 16px;
            width: 24px;
            height: 16px;
            margin: 0 10px;
            vertical-align: text-top;
        }

@media screen and (min-width: 1203px) {
    .blog-top {
        margin-top: 85px;
        background-size: 100% 338px;
    }

    .blog-top {
        background-image: url(../img/faq-b2b-desc.png);
        position: relative;
    }

    .blog-top {
        padding-top: 60px;
        margin-bottom: 44px;
        height: 355px;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .blog-top::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            background-image: url(../img/faq-top-ekassa.png);
            /*background-size: contain;*/
            background-repeat: no-repeat;
            width: auto;
            height: 355px;
            width: 666px;
            z-index: 0;
        }

        .blog-top h1 {
            font-size: 46px;
            line-height: 56px;
            font-weight: 500;
            padding-left: 50px;
            margin-bottom: 46px;
            color: #fff;
            font-family: "Roboto";
        }

        .blog-top p {
            font-size: 18px;
            line-height: 26px;
            font-weight: 400;
            padding-left: 50px;
            color: #fff;
            font-family: Roboto;
        }


        .blog-top h1 {
            text-align: left;
        }


    .blog-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 45px;
    }

 
        .blog-wrapper article {
            flex: 1 1 40%;
            flex-direction: column;
            align-items: flex-start;
        }


            .blog-wrapper article img.cover {
                width: 100%;
                max-height: 262px;
                height: auto;
                object-fit: cover;
            }

            .blog-wrapper article .date {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .blog-wrapper article h3.title {
                font-weight: 700;
                font-size: 24px;
                line-height: 28px;
                margin-bottom: 20px;
                text-align:justify;
            }
}

.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
}


.article .art-img {
    margin: 0 auto;
    max-width: 100%;
}

.article p {
    margin-bottom: 20px;
}


.article h2, .article h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 17px;
}

.article h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px;
}
.article-top {
    padding-top: 85px;
}

@media screen and (min-width: 1203px) {
    .article .article-info {
        margin-bottom: 60px;
        font-size: 16px;
        gap: 45px;
    }

    .article-top {
        padding-top: 85px;
    }
    .article h1 {
        font-weight: 700;
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 18px;
    }
}
.article .article-info {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9e9e9e;
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.articles-container {
    padding-top: 0px;

    margin-bottom: 100px;
}

.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;
}

.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 {
    position: relative;
    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;
}
@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;
    }
}
@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;
}
.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;
}

.time-block>i {
    background-size: 20px 19px;
    width: 20px;
    height: 19px;
    color: green
}

.time-block>button {
    font-weight: 900
}

.time-block .article-update-time {
    background-image: url("../img/articles/Date.svg");
    background-size: 17px 16px;
    width: 17px;
    height: 15px;
    display: inline-block;
    margin: 0 10px
}

.time-block .article-views {
    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 {
    color: #21adce;
    display: inline-block;
}

.content-vertical-center {
    align-items: center;
}

.author-block {
    display: inline-flex;
    justify-content:center;
    align-items:center;
}

.small-author-img img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.smaller-author-img img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.article-time-visible {
    margin-top: 15px;
}

.small-author-deteils {
    color: #141232;
    padding-left: 10px;
    line-height: 24px;
}

.small-author-name {
    font-weight: 500;
}

.small-author-job {
    font-weight: 300;
    font-size: 14px;
}

.author-info {
    display: inline-flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

.author-name {
    padding-bottom: 20px;
}

.author-name h2 {
    text-align: left;
}

.author-publication-info{
    padding-bottom: 50px;
}

.author-publication-name {
    padding-bottom: 30px;
    padding-left:10px;
}

.author-publication-name h2 {
    text-align: left;
}

.author-footer {
    font-weight: 500;
    font-size: 30px;
    line-height: 48px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.author-img-border {
    border: 8px solid #F4B63F;
    border-radius: 50px;
    max-width: 380px;
    max-height: 460px;
    min-height:360px;
}

.img-author {
    width: 100%;
    max-height: 75%;
    border-radius: 45px;
    padding-left: 8px;
    padding-right: 8px;
}

img.img-author {
    height:auto;
    width: auto;
}

.social-block-items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 7px;
}

.author-article-small {
    max-width: 360px;
    height: 240px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 2px 2px 2px 2px #CCCCCC;
    position: relative;
}

.author-article-small-header {
    font-weight: 700;
    font-size: 23px;
    line-height: 26px;
    text-align:center;
    padding:10px;
}

.author-article-small-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
}

.author-article-small-url {
    right: 30px;
    font-size: 13px;
    bottom: 20px;
    position: absolute;
}

.author-article-small-url a{
    color: #8566FF;
}

.author-text {
    margin-left: 30px;
}

p {
    word-break: break-word;
}

.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: #21adce;
    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
}

.social-block-btn {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    transition: .3s ease-in-out;
}

.social-block-btn:hover {
    transform: scale(1.1);
}

.facebook-icon {
    background: url("../img/facebook-icon.svg") no-repeat center;
}

.twitter-icon {
    background: url("../img/twitter.svg") no-repeat center;
}

.pinterest-icon {
    background: url("../img/pinterest.png") no-repeat center;
}

.linkedin-icon {
    background: url("../img/linkedin.svg") no-repeat center;
}

.instagram-icon {
    background: url("../img/insta.svg") no-repeat center;
}

.mail-icon {
    background: url("../img/email.svg") no-repeat center;
}

.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;
    padding-top: 25px;
}

.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: #21adce;
}

    .panel-success > .panel-heading {
        color: #ffffff;
        background-color: #21adce;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #21adce;
        }

.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: 410px;
    max-width: 212px;
    background-image: url(../img/articles/Phone_crop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.social-links {
    width: 100%;
    padding-top: 125%;
}

.social-phone-link {
    width: 60px;
    display: inline-block;
    margin: 0 10%;
    font-size: 13px;
}

.social-phone-link a {
    border: none;
}

.social-phone-link a img {
    width: 40px;
}

.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-main {
    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%;
    }
}

@media screen and (max-width: 1250px) {
    .small-author-deteils {
        line-height: 18px;
    }

    .small-author-job {
        font-size: 10px;
    }

    .small-author-img img {
        border-radius: 60%;
        width: 40px;
        height: 40px;
    }

    .article .article-info {
        gap: 5px;
    }

    .author-info {
        display: table;
    }

    .author-name {
        padding-top: 20px;
    }

    .author-article-small {
        margin-bottom: 20px;
    }

    .author-text{
        margin:0;
    }
}

.bottom-recomend {
    background: #F7F8FA;
}

.article .panel-body ul {
    padding: 0 10px;
}
.article a {
    cursor: pointer;
}
.article p.panel-title {
    margin-bottom: 0;
}


/* new gallary news */
:root {
    --ekassa-purple: #7754f6;
    --ekassa-gray: #f5f5f5;
    --ekassa-dark-grey: #707070;
    --ekassa-light-text: #6f6f7b;
    --ekassa-dark-text: #1e1e2d;
    --ekassa-border: #8566FF99;
    --pagination-bg: #f5f3ff;
    --pagination-border: #c2aaff;
    --pagination-text: #333;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    justify-content: space-between;
}

.card {
    width: 380px;
    height: 460px;
    background: white;
    border: 1px solid var(--ekassa-border);
    border-radius: 8px 8px 2px 2px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
    flex: 0 0 auto;
}

.card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: relative;
    flex: none;
}

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

.card:hover .card-image img {
    transform: scale(1.15);
}

.card-read-time-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: white;
    color: #5f43ff;
    padding: 5px 5px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .card:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

        .card:hover .card-read-more {
            color: var(--ekassa-purple);
        }

.card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: var(--ekassa-light-text);
    margin-bottom: 10px;
}

.card-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .card-meta-item img {
        width: 14px;
        height: 14px;
    }

.card-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.card-description {
    font-size: 14px;
    color: var(--ekassa-light-text);
    flex-grow: 1;
    margin-bottom: 15px;
    max-height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-read-more {
    font-size: 14px;
    color: var(--ekassa-dark-grey);
    font-weight: 500;
    text-decoration: none;
    margin-top: 5px;
}

.card-divider {
    height: 1px;
    background-color: #DEDEDE;
    margin: 12px 0;
}

.main-article {
    margin-top: 100px;
    display: flex;
    align-items: stretch;
    background-color: var(--ekassa-purple);
    border-radius: 4px;
    color: white;
    overflow: hidden;
    margin-bottom: 40px;
    max-height: 360px;
    border-radius: 8px;
}

.main-article-image {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    overflow: hidden;
}

    .main-article-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 0;
        border-radius: 0;
    }

.main-article:hover .main-article-image img {
    transform: scale(1.15);
}


.main-article:hover .read-more {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.main-article-content {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-article-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #e5e5ff;
}

    .main-article-content p {
        font-size: 16px;
        margin-bottom: 20px;
        color: #e5e5ff;
        max-height: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-article-content .read-more {
        text-decoration: none;
        color: white;
        font-weight: 400;
    }

.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: 500;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    font-size: 14px;
}

    .pagination-page:hover,
    .pagination-arrow:hover {
        background: #e5dbff;
        color: var(--ekassa-purple);
    }

    .pagination-page.active {
        background: var(--ekassa-purple);
        color: white;
    }

.pagination-dots {
    font-size: 18px;
    color: #888;
    padding: 0 5px;
}

.pagination-arrow {
    background: transparent;
    border: 1px solid var(--ekassa-purple);
    color: var(--ekassa-purple);
    font-size: 18px;
}

    .pagination-arrow span {
        display: inline-block;
        transform: translateY(-1px);
    }


/* Slider */
.slider-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    height: 500px;
    left: -50px;
    width: 108%;
}

.slider-track {
    display: flex;
    scroll-behavior: smooth;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

    .slider-track::-webkit-scrollbar {
        display: none;
    }

    .slider-track .card {
        flex: 0 0 354px;
        margin-right: 24px;
        scroll-snap-align: start;
    }

.slider-controls {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 52px;
}

.slider-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--ekassa-purple);
    color: var(--pagination-text);
    font-size: 18px;
    cursor: pointer;
    color: #4b00ff;
}

    .slider-btn:hover {
        background: #e5dbff;
        color: var(--ekassa-purple);
    }

.main-article .card-meta,
.main-article .card-meta-item span,
.main-article .card-meta-item img {
    color: #ffffff;
    fill: white;
    filter: brightness(100);
}

.slider-header {
    margin-top: 20px;
    margin-bottom: 30px;
    align-items: center;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
}

@media (max-width: 768px) {

    .gallery {
        justify-content: center;
    }

    .main-article {
        flex-direction: column;
        margin-top: 20px;
        max-height: 526px;
    }

    .main-article-image,
    .main-article-image img {
        flex: none;
        max-width: 100%;
        height: 226px;
    }

    .main-article-content {
        padding: 20px;
        height: 300px;
    }

        .main-article-content h2 {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .main-article-content p {
            font-size: 14px;
            margin-bottom: 16px;
            max-height: 98px;
        }

        .main-article-content .read-more {
            font-size: 14px;
        }

    .slider-header {
        margin-top: 20px;
        font-size: 26px;
    }

    .slider-container {
        left: auto;
        width: 100%;
    }

    .slider-controls {
        width: 100%;
        margin-left: auto;
    }

    .pagination-dots {
        display: flex;
        justify-content: center;
        gap: 9px;
        margin-top: 20px;
    }

    .slider-track {
        display: flex;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        gap: 10px;
        padding: 0 12px;
    }

        .slider-track .card {
            flex: 0 0 90vw;
            max-width: 380px;
            scroll-snap-align: center;
            margin: 0 auto;
        }

    .slider-btn {
        display: none;
    }

    .dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #f5f3ff;
        transition: background-color 0.3s ease;
    }

        .dot.active {
            background-color: #7754f6;
        }

}
