.article-categories{
    max-width:93.75rem;
    padding-left:1.875rem;
    padding-right:1.875rem;
    margin-left:auto;
    margin-right:auto;
}

.article-categories__wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 76rem;
    margin: 0 auto;
    overflow-x: auto;
    padding-bottom: 40px;
}

.article-categories__wrapper a{
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.375rem;
    text-transform: uppercase;
    padding-right: 40px;
    white-space: nowrap;
    padding-bottom: 20px;
}

.article-categories__wrapper .active{
    border-bottom: #978556 solid;
}

section.blog-article, section.blog-articles{
    margin-left: auto;
    margin-right: auto;
    max-width: 93.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

section.blog-articles .blog-article__content{
    max-width: initial;
    padding-right: initial;
    padding-left: initial;
}

.blog-article__content, .blog-article__footer{
    max-width: 66.25rem;
    margin-left: auto;
    margin-right: auto;
}

.blog_wrapper .article-big .helper
{
    padding-left: 15%;
    padding-top: 28px;
}

.blog-article__content .article-big .helper{
    max-width: 400px;
}

.blog_wrapper_block .article-big .helper .category
{
    margin-bottom: 64px;
}

.blog_wrapper_block p{
    line-height: initial !important;
}

.blog_wrapper_block p.subtitle{
    max-height:120px;
    height: 100%;
}

.blog_wrapper .article-image{
    flex: 338px 1 1;
    height: 212px;
    max-width: 338px;
    margin-right: 30px;
}

.helper .category span{
    background: #978556;
    padding: 7px;
    color: #ffffff;
    font-size: 12px;
}

.helper .title{
    margin-bottom: 7px;
}

.helper .title a{
    font-size: 1.5rem;
    color: #000000;
    line-height: 24px;
    font-weight: 700;
}


.article-big .helper .title a,
.article-big .helper .subtitle a,
.article-big .visits,
.article-big .helper .tags span a
{
    color: #ffffff;
}

.helper .subtitle a{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 12px;
}

.helper .visits{
    color: #000000;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 28px;
}

.article-big .helper .visits{
    color: #ffffff;
}

.helper .tags span{
    background-color: rgba(255,255,255, 0.15);
    padding: 7px;
    margin-right: 8px;
}

.helper .tags span a{
    color: #000000;
    font-size: 12px;
}

.blog-article__content .first-article .helper .category{
    margin-bottom: 64px;
}

.blog-article__content .helper{
    /*padding: 10px 30px 30px 30px;*/
    padding: 30px;
}

h1{
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
}

.blog-article .blog-article__content p:not(.org__text){
    padding:30px 0 0 0;
    text-align: left;
    color: #000;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 300;
}

.blog-article__content h2{
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
    padding-top:25px;
}

.blog-article__content blockquote{
    margin-left: 0;
    padding-left:21px;
    border-left: #978556 solid 9px;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-style: italic;
}

.blog-article__content blockquote + div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog-article__content blockquote + div img{
    margin-right: 10px;
    width:56px;
    height: 56px;
    border-radius: 50%;
}

.blog-article__content .time{
    opacity: 0.4;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    padding-top:7px;
}

.blog-article__content .slick-slider{
    margin-top:35px;
    margin-bottom:45px;
}

.slick-dotted.slick-slider{
    margin-bottom:45px;
}

.slick-dots{
    bottom: -40px !important;
}

.blog_footer{
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.blog_footer .tags{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
}

.blog_footer .tags div{
    background: rgba(0,0,0, 0.1);
    padding: 3px 5px;
    margin-right: 15px;
}


.blog-article__content .infograph{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.blog-article__content .infograph .line{
    font-size: 1.125rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 36px;
    border-bottom: #d7282f solid 2px;
    padding-bottom: 10px;
    line-height: 2rem;
}

.blog-article__content .infograph_info_right{
    font-size: 1.8rem;
    color: #d7282f;
}

.rating-anons{
    display: flex;
    flex-direction: row;
    border: 2px #978556 solid;
    margin: 20px auto;
}

.rating-anons p{
    padding-top: 0 !important;
}

.rating-anons-image{
    max-width: 200px;
    max-height: 196px;
    margin-right: 40px;
}

.rating-anons-image img{
    max-width: 100%;
    width:100%;
    height: 100%;
}

.rating-anons-text{
    margin-top: 23px;
    /*margin-bottom: 33px;*/
}

.rating-anons-name{
    font-family: Gilroy-ExtraBold,sans-serif;
    font-size: 24px;
    margin-bottom: 7px;
}

.rating-anons-text__wrapper > div{
    flex-direction: row;
    display: flex;
    margin-right: 23px;
}

.rating-anons-innertext > div{
    display: flex;
    flex-direction: column;
}

.rating-anons-innertext > div:first-child{
    margin-right: 40px;
}

.rating-anons-innertext #mesto{
    font-size:18px;
    line-height: 2rem;
    color: #000000;
    font-weight: 500;
}

.rating-anons-innertext #rating{
    color: #978556;
    line-height: 2rem;
    font-size: 14px;
    font-weight: 500;
}

.rating-anons-innertext .about{
    line-height: 2rem;
    font-size: 14px;
    margin-bottom: 0;
}

.rating-anons-innertext .about p{
    font-size: 14px;
}

.rating-anons-innertext .about span{
    font-weight: 500;
    font-size: 14px;
}



.slick-next{
    right: 30px !important;
}
.slick-prev{
    left: 30px !important;
}

.blog-article__content .preambule p{
    font-size: 1.125rem;
    line-height: 2rem;
    padding-top: 10px !important;
    color: #000000;
    font-weight: 500;
}

.slick-next:before, .slick-prev:before{
    font-size: 40px !important;
}

.socials .socials_line{
    margin-top: 7px;
    font-size: 0.875rem;
}

.slick-slider img{
    max-width: 100%;
    height: auto;
}

.slick-slider p{
    opacity: 0.4;
    color: #000000;
    font-size: 0.75rem;
    line-height: 1.375rem;
}

.slick-next, .slick-prev{
    z-index: 1;
    top: 50%;
}

.blog-article__content .blog_wrapper_block .article-elem{
    margin-bottom: 30px;
}

.blog_wrapper_block .article-big, .blog_wrapper_block .article-5 {
    height: 308px;
    margin-bottom: 30px;
    max-width: 600px;
}

.blog_wrapper_block{

}

.second-article-image{
    float: left;
    height: 212px;
    width: 338px;
    margin-right: 30px;
}

.grid{
    max-width: 93.75rem;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item
{
    width: 50%;
}

.grid-item {
    height: 308px;
    float: left;
    margin-bottom: 30px;
}

.grid-item--height2, .grid-item--height3 {
    height: 13.25rem;
}

ul:not(.pagination){
    margin-top: 30px;
}

ul li:not(.next){
    margin-bottom: 14px;
    margin-left: 15px;
    padding-left: 5px;
    font-weight: 500;
    list-style-type: disc;
}

table thead td{
    font-size: 0.875rem;
    color: #000000;
    font-weight: 700;
    line-height: 2rem;
    padding-right: 40px;
}

table thead td:first-child{
    font-size: 1.125rem;
}

table thead td:last-child{
    padding-right: initial;
}

table td{
    border-bottom: rgba(0,0,0,0.1) solid 0.063rem;
    padding-bottom: 22px;
}

table p, table td{
    padding-right: 40px;
}

table p:last-child, table td:last-child{
    padding-right: 0;
}

.blog_comments{
    margin-top: 71px;
}

.blog_comments h2{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.blog_comments h2 span{
    color: rgba(0, 0, 0, 0.3);
    font-family: "Helvetica Neue";
    font-weight: 500;
}

.blog_comments .del{
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: 22px;
    margin-bottom: 32px;
}

.blog_comments .comment .date{
    opacity: 0.4;
    color: #000000;
    font-size: 13px;
    line-height: 22px;
    padding: 0 !important;
}

.blog_comments .comment .author-name{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 !important;
}

.blog_comments .comment .comment-text{
    padding-top: 0 !important;
    font-size: 14px;
    line-height: 22px;
}

.blog_comments .more{
    text-align: center;
}

.blog_comments .more a{
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
}

.sendcomment_wrapper{
    margin-top:48px;
}

.sendcomment_wrapper textarea{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 88px;
    padding:6px 13px;
}

.sendcomment_wrapper textarea::placeholder,.sendcomment_wrapper textarea:-ms-input-placeholder,.sendcomment_wrapper textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 32px;
}

.sendcomment_wrapper .submit_wrapper{
    margin-top:29px;
    text-align: right;
}

.sendcomment_wrapper .submit_wrapper .submit__button{
    width: 140px;
    height: 46px;
}

.blog_footer .visits span{
    opacity: 0.4;
    color: #000000;
    font-size: 12px;
    line-height: 22px;
}

.blog_search_input::placeholder{
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
}
.blog_search_input{
    font-size: 14px;
    width: 295px;
    border: none;
    border-bottom: #e5e5e5 2px solid;
    height: 30px;
    padding-left: 4px;
}

.loop_button{
    background: none;
    border: none;
    cursor: pointer;
}

.searchblog_form{
    display: flex;
}

.similar_article_wrapper{
    display: flex;
    margin-top: 50px;
}

.similar_article{
    display: flex;
}

.similar_article .helper{
    padding: 0;
    margin-top: 24px;
    background-color: #978556;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

.similar_article .helper a{
    color: #ffffff;
}

.similar_article .similar_article_text{
    max-width: 290px;
    margin-left: 28px;
    margin-right: 52px;
}

.similar_article .similar_article_text:last-child{
    margin-right: 0;
}

.similar_article .similar_article_image{
    width: 212px;
    height: 212px;
    position: relative;
}

.similar_article h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 0;
}

.similar_article .subtitle{
    margin-top:10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.similar_article_image .visits{
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.profile__head{
    margin-bottom: initial;
    padding-bottom: 1.5625rem;
}

.page-banner{
    margin-right: auto;
    margin-left: auto;
}

.second-article-image{
    position: relative;
}

.second-article-text .helper{
    padding-top:0;
}

.article-big .visits, .second-article-image .visits{
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    right: 10px;
    bottom: 10px;
    position: absolute;
}

.article-big .visits{
    right: 46px;
}

.profile__description{
    margin-bottom: 0;
    padding-bottom: 2.5rem;
}

@media (min-width: 1023px) and (max-width: 1500px){
    .second-article-image{
        width: 322px;
    }

    .article-big{
        width: 90%;
    }
}

@media (max-width: 1023px) {


    .article-big .visits{
        right: 10px;
    }

    .similar_article .similar_article_image{
        width: 100%;
    }

    .similar_article .similar_article_text{
        margin-top:20px;
        margin-left: 0;
        max-width: initial;
    }

    .similar_article_wrapper{
        flex-direction: column;
    }

    .similar_article{
        flex-direction: column;
    }

    .similar_article:first-child{
        margin-bottom: 40px;
    }

    .rating-anons-text__wrapper > div{
        flex-direction: column;
    }

    .rating-anons-text{
        padding: 0 20px;
    }

    table p, table td{
        padding-right: 15px;
    }

    .grid-item--height3{
        height: 6.563rem;
    }

    .second-article-image{
        width: 100%;
    }
    
    .second-article-text{
        float: left;
    }

    .second-article-text .helper{
        padding: 18px 0 0 0;
    }

    .second-article-text .helper .title a{
        font-size: 1.125rem;
    }

    .second-article-text .helper .subtitle a {
        font-size: 0.875rem;
        line-height: 1.375rem;
        font-weight: 300;
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
    }

    .grid-item--height2{
        height: 28.375rem;
    }

    .slick-dots{
        bottom: initial;
    }

    .slick-next{
        right: 20px !important;
    }
    .slick-prev{
        left: 0px !important;
    }

    .page-banner--profile{
        margin-top: initial;
    }

    .blog-article__content .infograph .line
    {
        flex-direction: column;
    }

    .rating-anons{
        flex-direction: column;
    }

    .rating-anons-image{
        margin: 0 auto;
    }

    .rating-anons-name{
        font-size: 1.3rem;
    }

    .blog_footer{
        flex-direction: column;
    }

    .blog_footer .socials{
        margin-top: 40px;
    }


    .blog-article__content {
        max-width: 66.25rem;
        padding-left: initial;
        padding-right: initial;
    }


    .profile__head{
        padding-left: initial;
        padding-right: initial;
    }

    .profile__head-center{
        padding-left: initial;
    }

    .article-categories__wrapper{
        padding-bottom: initial;
    }

    .rating-anons-image img{
        height: initial;
    }

    .blog_similar{
        margin-top:40px;
    }
}

