

.gc-page-nav-items-menu {
	display: none;
}


/* Шапка */
.blogMain__true .site__header {
    margin-top: 10px;
}


@media (max-width: 992px) {
	.blogMain__true .site__header {
		margin: 20px 15px 40px;
	}
}

.blogMain__true .lite-page .container {
	padding: 0 !important;
}

@media (max-width: 1200px) {
	.blogMain__true .lite-page .container {
		padding: 0 15px !important;
	}
}

.pageHeader {
    display: flex;
    gap: 14px;
    margin-bottom: 90px;
}

.pageHeader .headerInfo {
    flex: 1 1 730px;

    padding: 20px 32px;
    background: #4fce14;
    border-radius: 10px;
}

.pageHeader .headerInfo strong {
    display: block;
    margin-bottom: 40px;
    
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

.pageHeader .headerInfo span {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

.pageHeader .pageImage {
    flex: 1 1 460px;
    border-radius: 10px;
    background-position: center top;
}

@media (max-width: 700px) {
    .pageHeader {
        margin-bottom: 20px;
    }
    .pageHeader .pageImage {
        display: none;
    }
}

/* Записи */
.blogMain__true .row {
    margin: 0;
}

.blogMain__true .row .col-md-8 {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    float: none !important;
}

.blogMain__true .row .col-md-8 > .f-header,
.blogMain__true .row .col-md-8 #ugcListForm {
    display: none;
}


.blogMain__true .col-md-offset-2 {
    margin-left: 0;
    padding-left: 0;
}

.blogLink {
    text-decoration: none !important;
}

.blog-record {
    display: flex;
    gap: 10px 35px;
    padding: 20px;
    
    border-radius: 20px;
    border: 1px solid #eee;
    background: #FFF;
    
    transition: all .3s;
}

.blog-record:hover {
    transform: translatey(-5px);
}

.blog-record .recordImg {
    flex: 0 0 470px;
    width: 470px;
    height: 250px;
    
    background-size: cover;
    border-radius: 12px;
    border: 1px solid #eaeaea;
}

.blog-record .recordInfo {
    flex: 1 1 10%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
    color: #161616;
}

.recordInfo > .recordImg {
    display: none;
}

.blog-record h4 {
    margin-bottom: 16px !important;
    order: 1;
}

.blog-record div:has(.gc-tags) {
    order: 3;
}

.blog-record div[style="overflow: hidden; "] {
    order: 2;
}

.blog-record div:has(>.blog-record-info) {
    display: none;
}


.blog-record h4 a {
    display: inline-block;
    width: 100%;
    font-family: "Geologica", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #161616;
    
    transition: all .3s;
}

.blog-record h4 a:hover {
    color: #003cf6;
    text-decoration: none;
}

.blog-record .recordInfo img {
    display: none;
}

.gc-tags {
    display: block;
    margin: 10px 0;
}

.gc-tags a {
    padding: 3px 10px;
    
    color: #fff;
    font-size: 13px;
    
    border-radius: 5px;
    background: #003CF6;
    
    transition: all .3s;
}

.gc-tags a:hover {
    text-decoration: none;
    color: #161616;
    background: #D1F600;
}

@media (max-width:1200px) {
    .container .row {
        margin-right: 0;
    }
    
    .blogLink {
        direction: block;
        width: calc(100% - 30px);
        margin: 0 15px 30px;
    }
    
    .blog-record {
        margin: 0 auto;
    }
    
    .blog-record .recordImg {
        flex: 0 1 300px;
        width: 300px;
    }
}

@media (max-width: 992px) {
    .blogPage .col-md-8 {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .blogPage #ugcListForm {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width:520px) {
    .container .col-md-8 {
        padding: 0;
    }
    
    .blog-record > div:first-child .like_users_list {
        padding-top: 10px;
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .blog-record .blog-record-info div:last-child {
        padding-top: 20px;
        clear: both !important;
        text-align: left;
    }
}

.no-menu .lite-page.block-set .container {
    margin: 0 auto;
}

@media (max-width:992px) {
    .no-menu .lite-page.block-set .container .col-md-8 {
        padding-right: 0;
    }
    
    .no-menu .lite-page.block-set #ugcListForm .gc-tags-cloud {
        margin-left: 15px;
    }
}

@media (max-width: 700px) {
    .blog-record {
        flex-wrap: wrap;
    }
    .recordImg {
        flex: 1 1 100% !important;
        width: 100% !important;
        height: 190px !important;
    }
}

.blog__true {
    overflow: visible;
}

.blog__true .lite-page {
    max-width: 1200px;
    margin: 0 auto;
    
    display: flex;
    gap: 25px;
    overflow: visible;
}

.blog__true .blogInner {
    flex: 0 1 820px;
}

.blog__true .stTry {
    position: relative;
    flex: 1 1 300px;
}

.blog__true .stTry .blogWidgets {
    position: sticky;
    top: 30px;
    height: auto;
    align-self: flex-start;
}

/*-----*/

.blog__true .blogInner .col-md-offset-2:has(h1),
.gc-share-links {
    display: none;
}

.otherPosts,
.authorInfo,
.blogControl {
    position: sticky;
    
    display: block;
    width: 100%;
    
    margin-bottom: 16px !important;
    padding: 20px !important;
    background: #f3f4f5;
    border-radius: 10px;
}

/* Похожие материалы */
.otherPosts div[style="float: right"] {
    display: none;
}

.otherPosts h3 {
    margin: 0 0 20px;
    
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #161616;
}

.otherPosts ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.otherPosts ul li {
    margin-bottom: 20px;
}

.otherPosts ul li:last-child {
    margin-bottom: 0;
}

.otherPosts ul li a {
    display: block;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.2 !important;
    color: #003cf6;
    transition: all .3s;
}

.otherPosts ul li a:hover {
    text-decoration: none;
    color: #383838;
}

/* Автор статьи */
.authorInfo {
    position: relative;
}

.authorInfo::before {
    content: 'Автор';
    display: block;
    margin: 0 0 14px;
    
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #161616;
}

.authorInfo .gc-user-block-avatar {
    position: relative;
    top: 5px;
    border-radius: 50px;
    overflow: hidden;
}

.authorInfo .user-profile-link {
    font-family: "CN", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #003cf6;
}

.authorInfo .gc-text-block {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #161616;
}

/* Реакции на статьию */
.blogControl {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.blogControl .word-separator {
    display: none;
}

.blogControl .b-notifications-subscribe .button,
.blogControl .b-like .button {
    margin-left: 10px;
    
    padding: 4px 10px;
    
    font-family: "Geologica", sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #161616;
    
    background: #d9d9d9;
    border-radius: 3px;
    border: none;
    
    transition: all .3s;
}

.blogControl .b-notifications-subscribe .button:hover,
.blogControl .b-like .button:hover {
    color: #fff;
    background: #003cf6;
}

.blogControl .positive-count i,
.blogControl .positive-count a {
    color: #003cf6 !important;
}

@media (max-width: 1200px) {
    .blog__true .stTry .blogWidgets {
        padding: 0 15px;
    }
}

/* Комменты */
.blog__true .gc-comment-form {
    margin-bottom: 30px;
    padding: 24px !important;
    
    background: #fff !important;
    border: 1px solid rgba(207, 203, 200, 0.5);
    border-radius: 10px;
}

.blog__true .gc-comment-form .user-image-wrapper {
    border-radius: 50px;
    overflow: hidden;
}

.blog__true .gc-comment-form textarea {
    min-height: 90px !important;
    padding: 10px;
    background: #f3f4f5;
    border: none;
    border-radius: 10px;
}

.blog__true .gc-comment-form .btn-send {
    padding: 8px 20px 6px;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #fff;

    background: #003cf6;
    border: none;
    border-radius: 6px;
    
    transition: all .3s;
}

.blog__true .gc-comment-form .btn-send .fa {
    display: none;
}

.blog__true .gc-comment-form .btn-send:hover {
    color: #161616;
    background: #D1F600;
}

.blog__true .gc-comment.level-1 {
    margin-bottom: 10px;
    padding: 12px 12px 0 !important;
    
    background: rgba(238,238,238,0.33) !important;
    border: 1px solid rgba(207, 203, 200, 0.2);
    border-radius: 10px;
}

.blog__true .gc-comment .user-image-wrapper {
    border-radius: 50px;
    overflow: hidden;
}

.blog__true .gc-comment .user-profile-link {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 16px;
}

.blog__true .gc-comment .user-profile-link span {
    color: #003cf6 !important;
}

.blog__true .gc-comment .emoji-text {
    margin: 5px 0 20px;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #161616;
}

.blog__true .gc-comment.level-2 .comment-wrapper {
    padding: 20px 10px 10px;
    border-radius: 10px;
    background: #fff;
}
