@import '/assets/fonts/Satisfy-Regular/style.css';


/* .newsBlock {
    margin: 50px 0;
} */


.newsFont-Satisfy {
    font-family: 'Satisfy';
}

.newsBlock__topMenu {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
    min-height: 50px;
    padding: 0 20px;
    background-color: #f5f5f5;
    border-top: 4px solid #f0e4c5;
}

.newsBlockTopMenu__left {
}

.newsBlockTopMenuLeft__link {
    margin-right: 10px;
    color: #040405;
    font-size: 16px;
    font-weight: 600;
    transition: 500ms all;
}

.newsBlockTopMenuLeft__link.active,
.newsBlockTopMenuLeft__link:hover {
    border-bottom: 1px solid #040405;
}

.newsBlockTopMenu__right {
}

.newsBlockTopMenuRight__input {
    padding: 6px 10px;
    border: 1px solid #d4d6d9;
    border-radius: 4px;
}

.newsBlockTopMenuRight__btn {
    align-items: center;
    display: flex;
    height: 30px;
    padding: 0 10px;
    margin-left: 10px;
    color: #000;
    font-weight: 500;
    background-color: #f0e4c5;
    border-radius: 4px;
    transition: 500ms all;
}

.newsBlockTopMenuRight__btn:hover {
    background-color: #f9e2a4;
}

.search-bttn {
}

.newsBlockTopMenuRight__form {
    display: flex;
}

.newsBlock__title {
    margin-bottom: 30px;
}

.newsBlock__content {
    flex-direction: row-reverse;
    justify-content: space-between;
    display: flex;
    margin-top: 50px;
}

.newsBlockContent__left {
    max-width: 308px;
    min-width: 250px;
}

.newsBlockContentLeft__title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #000;
}

.newsBlockContentLeft__wrap {
}

.newsBlockContentLeft__row {
    padding: 20px 0;
    border-bottom: 1px solid #c2c2c2;
}

.newsBlockContentLeft__row:last-of-type {
    border-bottom: none;
}

.newsBlockContentLeftRow__link {
    display: flex;
    padding-left: 6px;
    margin-bottom: 4px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-left: 2px solid #ffb801;
    transition: 500ms all;
}

.newsBlockContentLeftRow__link:hover {
    text-decoration: underline;
}

.newsBlockContentLeftRow__text {
    padding-left: 6px;
    font-size: 14px;
    line-height: 90%;
    text-align: justify;
}

.newsBlockContent__center {
    max-width: 828px;
    margin-right: 20px;
}

.newsBlockContent__right {
    flex: 2;
    display: none;
}

.newsBlockContentRight__title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 500ms all;
}

.newsBlockContentRight__title:hover {
    text-decoration: underline;
}

.newsBlockContentRight__wrap {
}

.newsBlockContentRightWrap__row {
    padding: 20px 0;
    margin: 0 10px;
    border-bottom: 1px solid #c2c2c2;
}

.newsBlockContentRightWrap__row .newsBlockContentLeftRow__link {
    padding-left: 0;
    border-left: none;
}

.newsBlockContentRightWrapRow__bottom {
    align-items: center;
    display: flex;
    margin-top: 10px;
}

.newsBlockContentRightWrapRowBottom__date {
    margin-right: 10px;
    color: #d3a749;
    font-size: 15px;
    font-weight: 500;
}

.newsBlockContentRightWrapRowBottom__category {
    border-left: 1px solid #949494;
}

.newsBlockContentRightWrapRowBottomCategory__link {
    margin-left: 10px;
    color: #949494;
    font-size: 15px;
    transition: 500ms all;
}

.newsBlockContentRight__showMore {
    justify-content: flex-end;
    display: flex;
    margin-top: 10px;
}

.news-section {
    margin-bottom: 20px;
}

.ttl {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 500ms all;
    /* margin-bottom: 20px; */
}

.label {
}

.bold {
}

.uppercase {
}

.arrow {
    position: absolute;
    top: 6px;
    right: -15px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg);
}

.popular_block {
}

.popular_block .row {
    padding-bottom: 11px;
}

.newsBlockContentCenter__wrap {
}

.newsBlockContentCenter__row {
    display: flex;
    padding: 20px 0;
}



.newsBlockContentCenterRowBlock {
    flex: 1;
    margin-right: 20px;
}

.newsBlockContentCenterRowBlock:last-child {
    margin-right: 0;
}

.newsBlockContentCenterRowBlock-big {
    margin-right: 0;
}

.newsBlockContentCenterRowBlock__imgWrap {
}

.newsBlockContentCenterRowBlock__imgLink {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    transition: 500ms all;
}

.newsBlockContentCenterRowBlock__imgLink:hover {
    filter: brightness(0.8);
}

.newsBlockContentCenterRowBlock__img {
    width: 100%;
}

.newsBlockContentCenterRowBlock__title {margin-top: 8px;}

.newsBlockContentCenterRowBlock__titleLink {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 500ms all;
}

.newsBlockContentCenterRowBlock__titleLink:hover {
    text-decoration: underline;
}

.newsBlockContentCenterRowBlock__author {
    margin: 5px 0;
}

.newsBlockContentCenterRowBlock__authorLink {
    color: #949494;
    font-size: 14px;
    font-weight: 500;
}

.newsBlockContentCenterRowBlock__text {
}

.newsBlockContentCenterRowBlock__btnWrap {
    align-items: center;
    justify-content: center;
    display: flex;
}

.newsBlock__detailContent {
    margin: 20px 0;
}

.newsBlock__detailContent p {
    margin: 10px 0;
}

.newsBlock__detailContent-author {
    justify-content: space-between;
    display: flex;
}

.newsBlockDetailContentAuthor__block {
    align-items: center;
    display: flex;
}

.newsBlockDetailContentAuthorBlock__left {
    margin-right: 20px;
}

.newsBlockDetailContentAuthorBlockLeft__authorImg {
    border-radius: 40px;
}

.newsBlockDetailContentAuthorBlock__right {
    flex-direction: column;
    display: flex;
}

.newsBlockDetailContentAuthorBlockRight__name {
    color: #000;
    font-weight: 600;
    transition: 500ms all;
}

.newsBlockDetailContentAuthorBlockRight__name:hover {
    text-decoration: underline;
}

.newsBlockDetailContentAuthorBlockRight__title {
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 500;
    transition: 500ms all;
}

.newsBlockDetailContentAuthorBlockRight__title:hover {
    color: #8c8c8c;
    text-decoration: underline;
}

.newsBlockDetailContentAuthor__likeBlock {
}

.rate-and-date {
    justify-content: space-between;
    display: flex;
    padding: 10px 0;
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
}

.rate-block {
    display: flex;
}

.pull-left {
}

.label {
    color: #909090;
    font-weight: 500;
}

.date {
    color: #909090;
    font-weight: 500;
}

.pull-right {
}

.rate-block .stars {
    align-items: center;
    flex-direction: row-reverse;
    display: flex;
    padding-left: 9px;
}

.rate-block .stars > span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 14px;
    margin: 0 2px;
    background: url(/assets/images/gold-news/star-off.png) no-repeat center;
    cursor: pointer;
}

.rate-block .stars:not(.disable) > span:hover,
.rate-block .stars > span.checked,
.rate-block .stars > span.checked:before,
.rate-block .stars > span.checked ~ span,
.rate-block .stars:not(.disable) > span:hover:before,
.rate-block .stars:not(.disable) > span:hover ~ span {
    background: url(/assets/images/gold-news/star-on.png) no-repeat center;
    cursor: pointer;
}


.tag-block {
    flex-wrap: wrap;
    display: flex;
    margin: 10px 0;
}

.tag-block .tag {
    padding: 4px 10px;
    margin-right: 10px;
    color: #909090;
    border: 1px solid #909090;
    border-radius: 4px;
    transition: 500ms all;
}

.tag-block .tag:hover {
    color: #000;
    border: 1px solid #000;
}

.social-block {
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin: 10px 0;
}

.social-block .label {
    font-size: 18px;
    font-weight: bold;
}

.social-block .social-links .soc {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-left: 7px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0.8;

    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.social-block .social-links .soc:hover {
    opacity: 1;
}

.social-block .social-links .soc.fb {
    background: url('/assets/images/gold-news/fb.png') no-repeat;
}

.social-block .social-links .soc.tw {
    background: url('/assets/images/gold-news/tw.png') no-repeat;
}

.social-block .social-links .soc.vk {
    background: url('/assets/images/gold-news/vk.png') no-repeat;
}

.social-block .social-links .soc.ok {
    background: url('/assets/images/gold-news/ok.png') no-repeat;
}

.social-block .social-links .soc.in {
    background: url('/assets/images/gold-news/in.png') no-repeat;
}

.newsBlock__detail {
    display: flex;
}

.newsBlockDetail__main {
    max-width: 828px;
    margin-right: 20px;
}

.newsBlockDetail__right {
    max-width: 308px;
    min-width: 250px;
    margin-top: 25px;
}

.newsBlockDetail__title {
    margin: 20px 0;
    font-size: 40px;
}

.newsBlockContentRightWrapRow__bottom-related {
    align-items: flex-start;
    flex-direction: column;
}

.newsBlockContentRightWrapRowBottomAuthor__link {
    color: #909090;
    font-size: 12px;
    font-weight: 500;
    transition: 500ms all;
}

.newsBlockContentRightWrapRowBottomAuthor__link:hover {
    color: #909090;
    text-decoration: underline;
}

.newsBlockContentRightWrapRowBottom__author {
    margin-bottom: 10px;
}

.newsBlockContentRightWrapRow__img {
    transition: 500ms all;
}

.newsBlockContentRightWrapRow__img:hover {
    filter: brightness(0.8);
}

.we-recommend .news {
    display: flex;
}

.weRecommend {
    margin-top: 20px;
}

.weRecommend__title {
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.weRecommend__content {
    justify-content: space-between;
    display: flex;
    margin: 0 -10px;
}

.weRecommendContent__row {
    flex-direction: column;
    display: flex;
    width: calc(calc(100% / 3) - 20px);
    margin: 0 10px;
}

.weRecommendContent__link {
    text-align: center;
    transition: 500ms all;
}

.weRecommendContent__link:hover {
    filter: brightness(0.8);
}

.weRecommendContent__linkImg {
}

.weRecommendContent__link-title {
    margin-top: 10px;
    color: #000;
    font-weight: 600;
    transition: 500ms all;
}

.weRecommendContent__link-title:hover {
    text-decoration: underline;
}

.newsBlockLatest {
    margin: 50px 0 30px;
}

.newsBlockLatest__row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
}

.newsBlockLatestRow__title {
}

.newsBlockLatestRow__link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 500ms all;
}

.newsBlockLatestRow__link:hover {
    text-decoration: underline;
}

.newsBlockLatestRow__center {
    display: flex;
    margin: 10px 0;
}

.newsBlockLatestRow__imgWrap {
    flex: 1;
    margin-right: 10px;
}

.newsBlockLatestRowImgWrap__link {
    transition: 500ms all;
}

.newsBlockLatestRowImgWrap__link:hover {
    filter: brightness(0.8);
}

.newsBlockLatestRowImg {
}

.newsBlockLatestRow__text {
    flex: 4;
    text-align: justify;
}

.newsBlockLatestRow__bottom {
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

.newsBlockLatestRowBottom__date {
    margin-right: 10px;
    color: #d3a749;
    font-size: 15px;
    font-weight: 500;
    /* border-right: 1px solid #000; */
}

.newsBlockLatestRowBottom__tag {
    padding-left: 10px;
    color: #949494;
    font-size: 15px;
    border-left: 1px solid #949494;
    transition: 500ms all;
}

.newsBlockLatestRowBottom__tag:hover {
    color: #949494;
    text-decoration: underline;
}

.newsSection__title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 500ms all;
}

.newsSection__title:hover {
    text-decoration: underline;
}

.newsBlock__detail-searchBlock {
    margin-top: 30px;
}

.newsBlockDetailMain__searchWrap {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e2e9fa;
    border-radius: 4px;
}

.newsBlockDetailMainSearchWrap__title {
    color: #d3a749;
    font-size: 40px;
    font-weight: bold;
}

.newsBlockDetailMainSearchWrap__find {
    color: #868686;
    font-size: 18px;
    font-weight: 600;
}

.categoryMenuBlock__title {
    display: none;
}

.newsBlock__detailContent p.video__adaptive,
.newsBlock__detailContent em.video__adaptive {
    position: relative;
    height: 0;
    padding-top: 25px;
    padding-bottom: 52.65%;
}

.newsBlock__detailContent p.video__adaptive iframe,
.newsBlock__detailContent em.video__adaptive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.author-block {
    flex-direction: column;
    display: flex;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.pull-left {
    float: initial !important;
    overflow: hidden;
}

.pull-right {
    float: initial !important;
}

.avatara.pull-left img {
    border-radius: 110px;
}

.descr.pull-right .name {
    margin-top: 20px;
    color: #040405;
    font-size: 16px;
    font-weight: 600;
}

.author-section .ttl {
    text-align: center;
}

.newsBlock__detailContent .bttn-gold {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: auto;
    height: 35px;
    padding: 0 10px;
    margin: 10px 0;
    color: #051020;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #fccc2a;
    border: none;
    transition: 500ms all;
    cursor: pointer;
}

.newsBlock__detailContent .bttn-gold:hover {
    color: #051020;
    background-color: #f1c01f;
}

.newsBlock__detail .gallery {
    align-items: center;
    justify-content: center;
    display: flex;
}

.newsBlock__detailContent ul {
    margin-left: 20px;
    list-style: initial;
}

.newsBlock__detailContent ul li p {
    margin-left: 10px !important;
}

.newsBlock__detail b,
.newsBlock__detail strong {
    font-weight: bold;
}

.newsBlock__detail i,
.newsBlock__detail em {
    font-style: italic;
}

.newsBlock__detail h1 {
    font-size: 32px;
    font-weight: bold;
}

.newsBlock__detail h2 {
    font-size: 28px;
    font-weight: bold;
}

.newsBlock__detail h3 {
    font-size: 24px;
    font-weight: bold;
}

.newsBlock__detail h4 {
    font-size: 20px;
    font-weight: bold;
}

.newsBlock__detail h5 {
    font-size: 18px;
    font-weight: bold;
}

.newsBlock__detail h6 {
    font-size: 16px;
    font-weight: bold;
}

blockquote {
    padding-left: 16px;
    margin: 25px 0;
    border-left: 3px solid #fccc2a;
}

blockquote p {
    display: inline;
}

blockquote * {
    background: none !important;
}

em > strong {
    font-style: italic;
}

.rate-block .stars {
    display: initial;
    padding-left: 9px;
    direction: rtl;
    line-height: 15px;
    unicode-bidi: bidi-override;
}

.rate-block .stars > span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url('/assets/images/gold-news/star-off.png') no-repeat center;
}

.rate-block .stars > span:before {
    width: 15px;
    height: 14px;
    background: url('/assets/images/gold-news/star-off.png') no-repeat center;
}

.rate-block .stars:not(.disable) > span:hover,
.rate-block .stars > span.checked,
.rate-block .stars > span.checked:before,
.rate-block .stars > span.checked ~ span,
.rate-block .stars:not(.disable) > span:hover:before,
.rate-block .stars:not(.disable) > span:hover ~ span {
    background: url('/assets/images/gold-news/star-on.png') no-repeat center;
    cursor: pointer;
}

.commentBlock {
    justify-content: space-between;
    display: flex;
    margin: 10px 0;
}

.commentBlock__avatara {
    max-width: 50px;
}

.commentBlock__form {
    width: 100%;
    margin-left: 10px;
}

.commentBlock__inputGroup {
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
}

.commentBlock__inputBlock {
    flex: 1;
}

.commentBlock__inputBlock:not(:last-child) {
    margin-right: 10px;
}

.commentBlock__inputBlock em {
    color: #f87878;
    font-size: 14px;
}
.commentBlock__inputBlock-captcha {
    align-items: flex-end;
    flex-direction: column;
    display: flex;
}

.commentBlock__input {
    width: 100%;
    height: 32px;
    padding: 2px 5px;
}

.commentBlock__textarea {
    width: 100%;
    height: 54px;
    padding: 2px 5px;
    resize: none;
}

.commentBlock__input,
.commentBlock__textarea {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    outline: none;
    transition: 500ms all;
}

.commentBlock__input:hover,
.commentBlock__textarea:hover,
.commentBlock__input:focus,
.commentBlock__textarea:focus {
    border: 1px solid #a0a0a0;
    outline: none;
}
.commentBlock__inputBlock-error .commentBlock__input,
.commentBlock__inputBlock-error .commentBlock__textarea {
    border-color: #f87878;
}
.commentBlock__inputBlock-error .commentBlock__input:focus,
.commentBlock__inputBlock-error .commentBlock__textarea:focus,
.commentBlock__inputBlock-error .commentBlock__input:hover,
.commentBlock__inputBlock-error .commentBlock__textarea:hover {
    border-color: #f33;
}


.commentBlock__bttn {
}


.comment-block {
    margin-top: 34px;
}

.comment-block .ttl {
    font-size: 16px;
    letter-spacing: -0.9px;
}

.comment-block .leave-comment-form {
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.comment-block .leave-comment-form .ava-text {
    align-items: center;
    display: table;
    display: flex;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.comment-block .leave-comment-form .ava-text input::-webkit-input-placeholder {
    color: #666 !important;
}

.comment-block .leave-comment-form .ava-text input::-moz-placeholder {
    color: #666 !important;
}

.comment-block .leave-comment-form .ava-text input:-ms-input-placeholder {
    color: #666 !important;
}

.comment-block .leave-comment-form .ava-text input:-moz-placeholder {
    color: #666 !important;
}

.comment-block .leave-comment-form .ava-text textarea::-webkit-input-placeholder {
    color: #666 !important;
}

.comment-block .leave-comment-form .ava-text textarea::-moz-placeholder {
    color: #666 !important;
}

.comment-block .leave-comment-form .ava-text textarea:-ms-input-placeholder {
    color: #666 !important;
}

.comment-block .leave-comment-form .ava-text textarea:-moz-placeholder {
    color: #666 !important;
}

.comment-block .leave-comment-form .ava-text:after {
    display: block;
    clear: both;
    content: '';
}

.comment-block .leave-comment-form .ava-text .avatara {
    /* padding-right: 4.28%; */
    /* display: table-cell; */
    /* vertical-align: top; */
    max-width: 50px;
    margin-right: 20px;
}

.comment-block .leave-comment-form .ava-text .avatara img {
    border-radius: 50px;
}

.comment-block .leave-comment-form .ava-text .c-block {
    /* max-width: 592px; */
    position: relative;

/* width: 91.15%; */
    /* display: table-cell; */
    width: 100%;
}

.comment-block .leave-comment-form .ava-text .c-block .inp {
    width: 48%;
}

.comment-block .leave-comment-form .ava-text .c-block .inp input {
    display: table-header-group;
    width: 94.2%;
    padding: 8px 2.84%;
    margin-bottom: 16px;
    color: #9c9c9c !important;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #dfdfdf !important;
    border-radius: 2px;
    outline: none;
}

.comment-block .leave-comment-form .ava-text .textarea {
    position: relative;
    width: 100%;
}

.comment-block .leave-comment-form .ava-text .textarea:before {
    position: absolute;
    top: 0;
    left: -8px;
    display: block;
    clear: both;
    content: '';
    border-color: #c8c8c8 transparent transparent transparent;
    border-width: 8px 8px 0 8px;
}

.comment-block .leave-comment-form .ava-text .textarea textarea {
    width: 100%;
    min-height: 41px;
    padding: 9px 1.94%;
    padding: 9px 2.84%;
    color: #9c9c9c;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    outline: none;
    resize: none;
}

.comment-block .leave-comment-form .brown-bttn {
    display: block;
    float: right;
    padding: 5px 23px;
    color: #fff !important;
    text-decoration: none;
    background-color: #bda884;
    border-radius: 3px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.comment-block .leave-comment-form .brown-bttn:hover {
    transform: scale(1.05);
}

.comment-form-locked {
    padding: 15px 30px;
    margin-top: 10px;
    color: #6b6b6b;
    border: 1px solid #e3e3e3;
    border-left: 3px solid #fccc2a;
    transition: 500ms all;
    border-radius: 4px;
}
.comment-form-locked span {
    color: #b79111;
}
.comment-form-locked a {
    color: #b79111;
    text-decoration: underline;
}
.comment-form-locked a:hover {
    text-decoration: none;
}

.comment-form-locked-focus {
    border: 2px solid #e3e3e3;
    border-left: 4px solid #fccc2a;
    font-size: 110%;
    border-radius: 6px;
    animation: border-color-change 2s infinite;
}

@keyframes border-color-change {
    0% {
        border-color: #e3e3e3;
        border-left-color: #b79111;
        background-color: #fff;
    }
    50% {
        border-color: #b79111;
        border-left-color: #b79111;
        background-color: #fefefe;
    }
    100% {
        border-color: #e3e3e3;
        border-left-color: #b79111;
        background-color: #fff;
    }
}

.comment-block .comments {
    margin-top: 55px;
}

.comment-block .comment {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.comment-block .comment:after {
    display: block;
    clear: both;
    content: '';
}

.comment-block .comment .avatara {
    display: table-cell;
    vertical-align: top;
}

.comment-block .comment .avatara img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.comment-block .comment .info {
    display: table-cell;
    width: 100%;
    /* max-width: 618px; */
    padding-left: 4.27%;
    text-align: left;
    vertical-align: top;
}

.comment-block .comment .info .name {
    padding-top: 4px;
    padding-bottom: 5px;
    color: #454545 !important;
}

.comment-block .comment .info .descr {
    padding-top: 4px;
    color: #6b6b6b !important;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.09px;
    word-wrap: break-word;
}

.comment-block .comment .info .date {
    padding-top: 3px;
    color: #b9b9b9 !important;
    font-size: 13px;
}

.comment-block .comment.level2 {
    padding-left: 60px;
}

.comment-block .tmpForm.level2 {
    padding-left: 60px;
}

.comment-block .comment.level3 {
    padding-left: 60px;
}

.comment-block .tmpForm.level3 {
    padding-left: 60px;
}

.comment-block .comment.level4 {
    padding-left: 60px;
}

.comment-block .tmpForm.level4 {
    padding-left: 60px;
}

.comment-block .comment.level5 {
    padding-left: 60px;
}

.comment-block .tmpForm.level5 {
    padding-left: 60px;
}

.comment-block .comment.level6 {
    padding-left: 60px;
}

.comment-block .tmpForm.level6 {
    padding-left: 60px;
}

.comment-block .comment.level7 {
    padding-left: 60px;
}

.comment-block .tmpForm.level7 {
    padding-left: 60px;
}

.comment-block .comment.level8 {
    padding-left: 60px;
}

.comment-block .tmpForm.level8 {
    padding-left: 60px;
}

.comment-block .comment.level9 {
    padding-left: 60px;
}

.comment-block .tmpForm.level9 {
    padding-left: 60px;
}

.comment-block .comment.level10 {
    padding-left: 60px;
}

.comment-block .tmpForm.level10 {
    padding-left: 60px;
}

.hr__line {
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
}

@media(max-width: 1280px) {
    .newsBlock__detail {
        flex-direction: column;
        margin-top: 40px;
    }

    .newsBlockDetail__main {
        margin-right: 0;
        /* margin: 0 auto; */
    }

    .newsBlock__detail .gallery {
        width: 100%;
        /* max-width: 683px; */
    }

    .newsBlockContent__center {
        margin-right: 10px;
    }

    .newsBlockDetail__right {
        max-width: 100%;
        max-width: 828px;
    }

    .newsBlockContentRight__wrap {
        flex-wrap: wrap;
        display: flex;
        margin: 0 -10px;
    }

    .newsBlockContentRightWrap__row {
        width: calc(calc(100% / 3) - 20px);
        max-width: 310px;
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    .newsBlock__content {
        flex-direction: column;
    }

    .newsBlockContent__center {
        order: 1;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .newsBlockContent__left {
        order: 2;
        margin-bottom: 30px;
    }

    .newsBlockContent__right {
        order: 3;
    }

    /* .newsBlockContentCenterRowBlock:first-of-type {
        margin-right: 0;
    } */

    .newsBlockContentCenterRowBlock {
        margin-right: 10px;
    }

    .newsBlockContentCenterRowBlock-big {
        margin-right: 0 !important;
    }

    .newsBlockContentRight__showMore {
        justify-content: center;
    }

    .categoryMenu {
        position: relative;
        width: 24px;
        height: 18px;
    }

    .newsBlockTopMenuLeft__categoryLink {
        position: absolute;
        top: 46px;
        left: 0;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        z-index: 1;
        display: none;
        width: 100%;
        background-color: #f5f5f5;
        transform: translateY(-100%);
        transition: transform 1s linear;
    }

    .categoryMenuBlock {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .categoryMenuBlock__title {
        position: relative;
        display: block;
        font-size: 17px;
        font-weight: bold;
    }

    .categoryMenuBlock__title:before,
    .categoryMenuBlock__title:after {
        position: absolute;
        top: 50%;
        display: block;
        width: 8px;
        height: 2px;
        clear: both;
        content: '';
        background-color: #000;
    }

    .categoryMenuBlock__title:after {
        right: -17px;
        transform: rotate(-45deg);
    }

    .categoryMenuBlock__title:before {
        right: -12px;
        transform: rotate(45deg);
    }

    .categoryMenu-collapse .moduleMenu__topBar {
        position: absolute;
        top: 9px;
        left: 0;
        transform: rotate(45deg);
    }

    .categoryMenu-collapse .moduleMenu__middleBar {
        display: none;
    }

    .categoryMenu-collapse .moduleMenu__bottomBar {
        position: absolute;
        top: 9px;
        left: 0;
        transform: rotate(-45deg);
    }

    .categoryMenu-collapse .newsBlockTopMenuLeft__categoryLink {
        display: flex;
        transform: translateY(0);
    }

    .newsBlockTopMenuLeft__link {
        align-items: center;
        justify-content: center;
        display: flex;
        width: 100%;
        height: 40px;
        margin-right: 0;
        border-bottom: 1px solid #d0d0d0;
    }

    .newsBlockTopMenuLeft__link:first-of-type {
        border-top: 1px solid #d0d0d0;
    }

    .newsBlock__topMenu {
        align-items: initial;
        flex-direction: column-reverse;
        justify-content: initial;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: initial;
        border-top: none;
    }

    .newsBlockTopMenu__right {
        align-items: flex-end;
        justify-content: flex-end;
        justify-content: center;
        display: flex;
        display: flex;
        margin-bottom: 20px;
    }

    .newsBlockTopMenu__left {
        position: relative;

/* margin: 0 -22px;
        padding: 0; */
        position: absolute;
        bottom: -40px;
        left: -22px;
        align-items: center;
        justify-content: center;
        display: flex;
        width: calc(100% + 44px);
        min-height: 50px;
        background-color: #f5f5f5;
        border-top: 4px solid #f0e4c5;
    }

    .newsBlockDetail__title {
        font-size: 30px;
    }

    .weRecommendContent__link-title {
        font-size: 14px;
    }

    .newsBlockContentRightWrap__row .newsBlockContentLeftRow__link {
        margin-top: 20px;
    }

    .newsBlockContentRightWrapRow__img {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .newsBlockTopMenuLeft__link.active,
    .newsBlockTopMenuLeft__link:hover {
        background-color: #dedede;
        border-bottom: none;
    }

    .newsBlock__detail .gallery {
        width: initial;
        max-width: initial;
    }
}

@media(max-width: 575px) {
    .newsBlockContentCenter__row {
        flex-direction: column;
    }

    .newsBlockContentCenterRowBlock {
        padding: 20px 0;
        margin-right: 0 !important;
    }

    .newsBlockContentCenter__row {
        padding: 0;
    }

    .newsBlockDetail__title {
        font-size: 22px;
        text-align: center;
    }

    .rate-and-date {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .date.pull-right {
        margin-top: 10px;
        text-align: right;
    }

    .social-block {
        flex-direction: column;
    }

    .social-links {
        margin-top: 10px;
    }

    .weRecommend__content {
        flex-direction: column;
        margin: 0;
    }

    .weRecommendContent__row {
        width: 100%;
        margin: 0 0 20px;
    }

    .newsBlockDetailMainSearchWrap__title {
        font-size: 20px;
    }

    .newsBlockDetailMainSearchWrap__find {
        margin-top: 10px;
        font-size: 16px;
    }

    .newsBlockLatestRow__center {
        flex-direction: column;
    }

    .newsBlockLatestRowImgWrap__link {
        align-items: center;
        justify-content: center;
        display: flex;
        margin-bottom: 10px;
    }

    .newsBlock {
        margin: 20px 0;
    }

    .newsBlockTopMenu__left {
        margin: 0 -10px;
    }

    .newsBlockContentRight__wrap {
        flex-direction: column;
        margin: 0;
    }

    .newsBlockContentRightWrap__row {
        width: 100%;
        max-width: initial;
        margin: 0;
    }
}



@media(min-width: 575px) {
    .newsBlock__detailContent .bttn-gold {
        height: 42px;
        font-size: 16px;
    }
}

@media(min-width: 768px) {
    .newsBlock__detailContent .bttn-gold {
        height: 47px;
        font-size: 18px;
    }
}

@media(min-width: 1024px) {
    .newsBlock__detailContent .bttn-gold {
        height: 55px;
    }
}
