.up {
    text-transform: uppercase
}

.none {
    text-decoration: none
}

.th {
    font-weight: 100
}

.el {
    font-weight: 200
}

.l {
    font-weight: 300
}

.reg {
    font-weight: 400
}

.med {
    font-weight: 500
}

.sb {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.eb {
    font-weight: 800
}

.black {
    font-weight: 900
}

.un {
    text-decoration: underline
}

.in {
    display: inline-block
}

.vam {
    vertical-align: middle
}

.rel {
    position: relative
}

.bl {
    display: block
}

.abs {
    position: absolute
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.try {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.trx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.tc {
    display: table-cell;
    vertical-align: middle
}

.dn {
    display: none
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.taj {
    text-align: justify
}

.it {
    font-style: italic
}

.sn {
    font-style: normal
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    z-index: 2000;
    left: -10%;
    top: 0;
    background: rgba(1, 1, 1, .7);
    display: none
}

.loading {
    display: none;
    position: fixed;
    border: 8px solid #c7c6c6;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    bottom: 40%;
    left: 50%
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.b0 {
    border: 0
}

.bn {
    background: 0 0
}

.w100 {
    width: 100%
}

.h100 {
    height: 100%
}

.wa {
    width: auto
}

.p0 {
    padding: 0
}

.m0 {
    margin: 0
}

.poi {
    cursor: pointer
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.noup {
    text-transform: none
}

.fix {
    position: fixed
}

.tn {
    transform: none
}

.bf {
    background: #fff
}

.cf {
    color: #fff
}

.c0 {
    color: #000
}

.ap {
    appearance: none
}

.nw {
    white-space: nowrap
}

.ma {
    margin: 0 auto
}

.oh {
    overflow: hidden
}

.pen {
    pointer-events: none
}

td,
th {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #000
}

form,
h1,
h2,
h3,
h4,
h5,
h6,
object,
p {
    margin: 0;
    padding: 0
}

img,
table {
    border: none
}

table {
    border-collapse: collapse
}

table td {
    padding: 0
}

a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

a:hover {
    text-decoration: none
}

button,
input,
select,
textarea {
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: Roboto, sans-serif
}

button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent
}

button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent
}

button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    color: transparent
}

button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent
}

button,
input[type=submit] {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    border: 0
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

img {
    max-width: 100%
}

.an {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

footer,
header,
main,
nav,
section {
    display: block
}

.flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

.sticky {
    position: sticky;
    top: 10px
}

.blog-page .left-sidebar {
    width: 17.5%
}

.blog-page .left-sidebar .top-name {
    user-select: none;
    margin-bottom: 32px;
    font-size: 24px
}

.blog-page .left-sidebar .top-name span {
    display: inline-block;
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 12px;
    background: #F2606C;
    color: #fff
}

.blog-page .left-sidebar ul {
    padding-bottom: 13px;
    max-height: 180px;
}

.blog-page .left-sidebar ul li a {
    display: block;
    padding: 10px 10px 10px 44px;
    position: relative;
    font-size: 16px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #000
}

.icon-1 {
    background-image: url('/assets/img/blog-menu1.svg')
}

.icon-2 {
    background-image: url('/assets/img/blog-menu2.svg')
}

.icon-3 {
    background-image: url('/assets/img/blog-menu3.svg')
}

.icon-4 {
    background-image: url('/assets/img/blog-menu4.svg')
}

.icon-1:hover {
    background-image: url('/assets/img/blog-menu1-hover.svg')
}

.icon-2:hover {
    background-image: url('/assets/img/blog-menu2-hover.svg')
}

.icon-3:hover {
    background-image: url('/assets/img/blog-menu3-hover.svg')
}

.icon-4:hover {
    background-image: url('/assets/img/blog-menu4-hover.svg')
}

a.icon-1.active,
a.icon-1.active:hover {
    background-image: url('/assets/img/blog-menu1-active.svg')
}

a.icon-2.active,
a.icon-2.active:hover {
    background-image: url('/assets/img/blog-menu2-active.svg')
}

a.icon-3.active,
a.icon-3.active:hover {
    background-image: url('/assets/img/blog-menu3-active.svg')
}

a.icon-4.active,
a.icon-4.active:hover {
    background-image: url('/assets/img/blog-menu4-active.svg')
}

.blog-page .left-sidebar ul li a:hover {
    color: #0F86F3
}

.blog-page .left-sidebar ul li a.active {
    color: #000;
    background-color: rgba(217, 217, 217, .5)
}

.blog-page .left-sidebar ul li a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px
}

.blog-page .left-sidebar .jq-selectbox {
    width: 100%;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 24px
}

.blog-page .left-sidebar .jq-selectbox.subcat {
    display: none
}

.blog-page .left-sidebar .jq-selectbox.subcat.pen {
    pointer-events: none;
    opacity: .6
}

.blog-page .left-sidebar .jq-selectbox.subcat.active {
    display: inline-block
}

.blog-page .left-sidebar .jq-selectbox .jq-selectbox__select-text {
    padding: 0 30px 0 8px;
    background: #fff url('../img/select.svg') no-repeat right 8px top 50%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.blog-page .left-sidebar .jq-selectbox .jq-selectbox__select-text:hover {
    color: #0F86F3;
    background: #fff url('../img/select-hover.svg') no-repeat right 8px top 50%;
}

.blog-page .left-sidebar .jq-selectbox .jq-selectbox__dropdown {
    position: absolute;
    top: 100% !important;
    left: 0;
    width: 100% !important;
    margin-top: 5px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 20px 8px;
    z-index: 4
}

/* .blog-page .left-sidebar .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 0
} */

.blog-page .left-sidebar .jq-selectbox .jq-selectbox__dropdown ul li {
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    white-space: normal
}

.blog-page .left-sidebar .jq-selectbox .jq-selectbox__dropdown ul li.hidden {
    display: none
}

.blog-page .left-sidebar .jq-selectbox .jq-selectbox__dropdown ul li:last-child {
    margin-bottom: 0
}

.blog-page .left-sidebar .jq-selectbox .jq-selectbox__dropdown ul li:hover {
    color: #0f86f3
}

.blog-page .left-sidebar .list {
    background: #fff;
    border-radius: 16px;
    padding: 15px 16px
}

.blog-page .left-sidebar .list.big {
    padding: 16px 32px 16px 10px
}

.blog-page .left-sidebar .list.big .item div a {
    font-size: 16px
}

.blog-page .left-sidebar .list .item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    text-decoration: none
}

.blog-page .left-sidebar .list .item:hover span {
    color: #0f86f3
}

.blog-page .left-sidebar .list .item .item-img_wrapper {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.blog-page .left-sidebar .list .item span {
    display: block
}

.blog-page .left-sidebar .list .bottom-link {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding-right: 14px;
    background: url('../img/arrow5.svg') no-repeat right
}

.blog-page .left-sidebar .list .bottom-link:hover {
    color: #0f86f3;
    background: url('../img/arrow5h.svg') no-repeat right
}

.blog-page .right-sidebar {
    width: 17.5%
}

.blog-page .right-sidebar .item {
    display: block;
    margin-bottom: 24px;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.blog-page .right-sidebar .item:hover {
    filter: brightness(.8)
}

.blog-page .right-sidebar .item img {
    width: 100%
}

.blog-page .right-sidebar .item .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    padding: 30px 40px
}

.blog-page .right-sidebar .item .text.other {
    padding: 60px 40px
}

.blog-page .right-sidebar .item .text.other p {
    text-align: left;
    margin-bottom: 57px;
    font-size: 20px;
    padding: 0 17px
}

.blog-page .right-sidebar .item .text.other button {
    font-size: 20px;
    height: 48px
}

.blog-page .right-sidebar .item .text p {
    margin-bottom: 27px;
    font-size: 20px;
    font-weight: 500;
    padding: 0 30px
}

.blog-page .right-sidebar .item .text button {
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 12px;
    background: #F2606C;
    font-size: 16px;
    font-weight: 500
}

.blog-page .right-sidebar .item .link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 0 111px 0 43px;
    font-size: 16px;
    font-weight: 500;
    background: url('../img/arrow6.svg') no-repeat right 34px top 50%
}

.blog-page .right-sidebar .item .text2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 500
}

.blog-page .right-sidebar .item .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    width: 160px;
    height: 48px;
    color: #fff;
    border-radius: 12px;
    background: #ff8139;
    font-size: 20px;
    font-weight: 500
}

.blog-page .right-sidebar .item .btn:hover {
    filter: brightness(90%)
}

.blog-page .banner-sidebar {
    width: 23.3%
}

.blog-page .banner-sidebar .banner {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 33px 24px 43px 24px;
    color: #fff;
    border-radius: 16px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.banner-sidebar .banner .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.banner-sidebar .banner .banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.blog-page .banner-sidebar .banner:hover {
    filter: brightness(.8)
}

.blog-page .banner-sidebar .banner .name {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff
}

.blog-page .banner-sidebar .banner .name span {
    color: #F2606C
}

.blog-page .banner-sidebar .banner p {
    margin-bottom: 112px
}

.blog-page .banner-sidebar .banner ul {
    padding-left: 20px;
    list-style: disc;
    font-size: 16px;
    margin-bottom: 117px
}

.blog-page .banner-sidebar .banner .button {
    text-align: center
}

.blog-page .banner-sidebar .banner .button span {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background: #F2606C;
    padding: 0 35px
}

.blog-page .main-content {
    width: 49%;
    position: relative
}

.blog-page .main-content .item1 {
    position: relative;
    margin: 0 24px 32px 24px;
    padding: 14px 156px 14px 135px
}

.blog-page .main-content .item1 .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.blog-page .main-content .item1 .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-decoration: none;
    color: #F2606C;
    font-size: 16px;
    padding: 0 22px;
    border-radius: 8px;
    border: 1px solid #F2606C;
    height: 40px;
    line-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.blog-page .main-content .item1 .button:hover {
    color: #fff;
    background: #F2606C
}

.blog-page .main-content .item1 .name {
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #373737
}

.blog-page .main-content .item1 .link:hover {
    color: #0f86f3
}

.blog-page .main-content .item1 p {
    margin-bottom: 18px;
    color: #373737
}

.blog-page .main-content .item1 .cat {
    color: #373737;
    font-size: 12px
}

.blog-page .main-content .item1 .cat img {
    vertical-align: middle;
    margin: -2px 2px 0 0
}

.blog-page .main-content .item1 .cat span {
    color: #ff8139
}

.blog-page .main-content .list {
    margin-bottom: 32px;
    border-radius: 8px;
    background: #fff;
    padding: 30px 24px
}

.blog-page .main-content .list .name {
    margin-bottom: 26px;
    font-weight: 500;
    color: #373737;
    font-size: 14px;
    padding: 0 0 0 24px;
    background: url('../img/list.svg') no-repeat left
}

.blog-page .main-content .list .link {
    display: block;
    text-decoration: none;
    margin-bottom: 24px
}

.blog-page .main-content .list .link:hover {
    color: #0f86f3
}

.blog-page .main-content .list .bottom-link {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    padding-right: 14px;
    background: url('../img/arrow5.svg') no-repeat right
}

.blog-page .main-content .list .bottom-link:hover {
    color: #0f86f3;
    background: url('../img/arrow5h.svg') no-repeat right
}

.blog-page .main-content .item2 {
    position: relative;
    margin-bottom: 38px;
    background: #fff;
    border-radius: 8px;
    padding: 30px 24px 30px 24px
}

.item2 .stretched-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: auto;
  }

.blog-page .main-content>div:last-child {
    margin-bottom: 0
}

.blog-page .main-content .post-data {
    margin-bottom: 12px;
    align-items: center
}

.blog-page .main-content .item2 .cat {
    text-decoration: none;
    color: #373737;
    font-size: 12px;
    margin-bottom: 13px
}

.blog-page .main-content .post-data .cat_articles,
.blog-page .main-content .post-data .cat_blogs,
.blog-page .main-content .post-data .cat_news {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    padding-left: 22px;
    background-position: left center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url('../img/cat_blogs_active.svg');
    position: relative;
    z-index: 1;
}

.blog-page .main-content .post-data .cat_articles {
    background-image: url('../img/cat_articles_active.svg')
}

.blog-page .main-content .post-data .cat_news {
    background-image: url('../img/cat_news_active.svg')
}

.blog-page .main-content .post-data .cat_articles:hover span,
.blog-page .main-content .post-data .cat_blogs:hover span,
.blog-page .main-content .post-data .cat_news:hover span {
    color: #F2606C
}

.blog-page .main-content .post-data .date {
    font-weight: 300;
    color: #6f6f6f;
    font-size: 12px
}

.blog-page .main-content .item2 .name {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    margin-bottom: 12px;
    color: #222;
    font-size: 18px;
    font-weight: 500
}

.blog-page .main-content .item2 .name:hover {
    color: #0f86f3
}

.blog-page .main-content .item2 .content {
    color: #222;
    font-size: 16px;
    font-weight: 300
}

.blog-page .main-content .item2 .image {
    display: block;
    width: 100%;
    margin: 0 0 16px 0;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.blog-page .main-content .item2 p {
    font-size: 16px;
    font-weight: 300
}

.blog-page .main-content .item2 .author {
    margin-top: 18px;
    font-weight: 300;
    color: #6f6f6f;
    font-size: 12px;
    display: block;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.blog-page .main-content .item2 .author:hover {
    color: #0f86f3
}

.blog-page .main-content .item2 .tags {
    position: relative;
    z-index: 1;
    margin-top: 18px
}

.blog-page .main-content .item2 .tags a {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-decoration: underline;
    color: #4f77b4;
    font-weight: 300
}

.blog-page .main-content .item2 .tags a:hover {
    text-decoration: none;
    color: #0f86f3
}

.blog-page .main-content .item2 .tags a+a {
    margin-left: 8px
}

.articles .item2 {
    position: relative;
    margin-bottom: 32px;
    background: #f6f6f6;
    padding: 30px 24px 30px 24px
}

.articles .post-data {
    margin-bottom: 12px;
    align-items: center
}

.articles .item2 .cat {
    text-decoration: none;
    color: #373737;
    font-size: 12px;
    margin-bottom: 13px
}

.articles .post-data .cat_articles,
.articles .post-data .cat_blogs,
.articles .post-data .cat_news {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-left: 22px;
    background-position: left center;
    background-size: 16px;
    line-height: 16px;
    background-repeat: no-repeat;
    background-image: url('../img/cat_blogs_active.svg')
}

.articles .post-data .cat_articles {
    background-image: url('../img/cat_articles_active.svg')
}

.articles .post-data .cat_news {
    background-image: url('../img/cat_news_active.svg')
}

.articles .post-data .cat_articles:hover span,
.articles .post-data .cat_blogs:hover span,
.articles .post-data .cat_news:hover span {
    color: #F2606C
}

.articles .post-data .date {
    font-weight: 300;
    color: #6f6f6f;
    font-size: 12px
}

.articles .item2 .name {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    margin-bottom: 12px;
    color: #222;
    font-size: 18px;
    font-weight: 500
}

.articles .item2 .name:hover {
    color: #0f86f3
}

.articles .item2 .content {
    color: #222;
    font-size: 16px;
    font-weight: 300
}

.articles .item2 .image {
    margin: 0 -24px 16px -24px;
    width: calc(100% + 48px);
    height: 128px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.articles .item2 p {
    font-size: 16px;
    font-weight: 300
}

.articles .item2 .author {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 24px;
    font-weight: 300;
    color: #6f6f6f;
    font-size: 12px
}

.articles .item2 .author:hover {
    color: #0f86f3;
}

.blog-page .main-content .item3 {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 32px;
    position: relative;
    padding: 32px 270px 55px 20px
}

.blog-page .main-content .item3 .cat {
    display: flex;
    margin-bottom: 50px;
    font-size: 16px
}

.blog-page .main-content .item3 .cat img {
    vertical-align: middle;
    margin: -2px 2px 0 0
}

.blog-page .main-content .item3 .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px
}

.blog-page .main-content .item3 .name {
    display: block;
    text-decoration: none;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600
}

.blog-page .main-content .item3 .link:hover {
    color: #0f86f3
}

.blog-page .main-content .item3 p {
    margin-bottom: 48px;
    font-size: 16px
}

.blog-page .main-content .item3 .button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 0 38px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background: #ff8139
}

.blog-page .main-content .item3 .button:hover {
    filter: brightness(90%)
}

.blog-page .main-content .item4 {
    margin-bottom: 32px;
    border-radius: 8px;
    background: #f7e4da;
    position: relative;
    padding: 38px 290px 37px 20px
}

.blog-page .main-content .item4 .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 52px
}

.blog-page .main-content .item4 .name {
    display: block;
    text-decoration: none;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600
}

.blog-page .main-content .item4 p {
    margin-bottom: 32px
}

.blog-page .main-content .item4 p span {
    font-weight: 700
}

.blog-page .main-content .item4 p span.or {
    color: #ff8139
}

.blog-page .main-content .item4 .button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border-radius: 8px;
    background: #ff8139
}

.blog-page .main-content .item4 .button:hover {
    filter: brightness(90%)
}

.blog-page .main-content .item5 {
    background: #fff;
    position: relative;
    margin-bottom: 32px;
    padding: 400px 24px 32px 24px
}

.blog-page .main-content .item5.no_image {
    padding: 32px 24px;
    border-radius: 15px
}

.blog-page .main-content .item5.no_image h3 {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 600;
}

.blog-page .main-content .item5 .cat,
.blog-page .main-content .post-data .cat_articles,
.blog-page .main-content .post-data .cat_blogs,
.blog-page .main-content .post-data .cat_news {
    text-decoration: none;
    color: #373737;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.blog-page .main-content .item5 .cat span:hover {
    color: #ff8139
}

.blog-page .main-content .item5 .cat .s2 {
    font-weight: 300;
    margin-left: 30px
}

.blog-page .main-content .item5 .cat .s2:hover {
    color: #0f86f3
}

.blog-page .main-content .item5 .date {
    font-weight: 300;
    color: #6f6f6f;
    font-size: 12px
}

.blog-page .main-content .item5 h2 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500
}

.blog-page .main-content .item5 .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 366px
}
.blog-page .main-content .item5 .image img {
    border-radius: 0;
  }

.blog-page .main-content .item5 p,
.blog-page .main-content .item5>div {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 300
}

.blog-page .main-content .item5 .single_post_title {
    font-size: 24px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 24px;
}

.blog-page .main-content .item5 blockquote {
    border-left: 3px solid #F8A3AA;
    margin-left: 1.5rem;
    padding-left: 1rem;
    font-style: italic;
}

/* Маркированный список (точки) */
.blog-page .main-content .item5 ul {
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
}

/* Нумерованный список (цифры) */
.blog-page .main-content .item5 ol {
    list-style-type: decimal;
    margin-left: 2rem;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
}

/* Стили для элементов списка */
.blog-page .main-content .item5 li {
    margin-bottom: 8px;
    line-height: 20px;
}

.blog-page .main-content .item5 img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.blog-page .main-content .item5 h3 {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500
}

.cut-text,
.cut-text-blogs {
    display: block;
    overflow: hidden;
    line-height: 20px;
    max-height: calc(20px * 4)
}

.blog-page .main-content .item5 .site {
    margin-bottom: 16px;
    font-size: 16px
}

.blog-page .main-content .item5 .site a {
    color: #4f77b4
}

.blog-page .main-content .item5 .site a:hover {
    color: #0f86f3
}

.blog-page .main-content .item5 .tags {
    display: flex;
    align-items: center;
    gap: 8px
}

.blog-page .main-content .item5 .tags a {
    text-decoration: underline;
    color: #4f77b4;
    font-size: 14px;
    font-weight: 300
}

.blog-page .main-content .item5 .tags a:hover {
    color: #0f86f3
}

.blog-page .main-content .item5 .bottom-block {
    padding-top: 24px;
    flex-wrap: nowrap
}

.blog-page .main-content .item5 .bottom-block .author {
    display: flex;
    align-items: center
}

.blog-page .main-content .item5 .bottom-block .author .author__img-wrapper {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.blog_name {
    display: inline-block;
    max-width: 20vw;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog_name_author_page {
    display: inline
}

@media (min-width:1700px) {
    .blog_name {
        display: inline-block;
        max-width: 19vw
    }
}

.blog-page .main-content .item5 .bottom-block .author div p span {
    vertical-align: top
}

.blog-page .main-content .item5 .bottom-block .author div p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    max-width: 350px
}

.blog-page .main-content .item5 .bottom-block .author div .classification {
    font-size: 14px !important;
    font-weight: 300 !important;
    margin-bottom: 3px
}

.blog-page .main-content .item5 .bottom-block .author div p a {
    margin-right: 10px
}

.blog-page .main-content .item5 .bottom-block .author div p a:hover {
    color: #0f86f3
}

.blog-page .main-content .item5 .bottom-block .link {
    display: inline-block;
    text-decoration: none;
    color: #F2606C;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 38px;
    padding: 0 34px;
    border-radius: 12px;
    border: 1px solid #F2606C;
    margin-top: 10px;
    white-space: nowrap;
    font-weight: 400
}

.blog-page .main-content .item5 .bottom-block .link:hover {
    color: #fff;
    background: #F2606C
}

.blog-page .main-content .author-block {
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    margin-bottom: 32px;
    padding: 30px 240px 30px 24px
}

.blog-page .main-content .author-block .avatar {
    width: 96px;
    max-width: 96px;
    min-width: 96px;
    height: 96px;
    border-radius: 50%;
    margin-right: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.blog-page .main-content .author-block .info {
    display: table-cell;
    vertical-align: middle
}

.blog-page .main-content .author-block .info .name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 26px
}

.blog-page .main-content .author-block .info .name a {
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
    max-width: 300px;
    width: 18vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.blog-page .main-content .author-block .info .name a:hover {
    color: #0f86f3
}

.blog-page .main-content .author-block .info .name span {
    white-space: nowrap
}

.author-block .author-block__rating-mobile span i,
.author-block div p span i,
.blog-page .main-content .author-block .info .name span i,
.blog-page .main-content .item5 .bottom-block .author div p i {
    display: inline-block;
    color: #F8A3AA;
    font-size: 15px;
    margin-right: 3px
}

.author-block div .rating_code {
    margin-bottom: 10px
}

.author-block .author-block__rating-mobile {
    display: none;
    position: absolute;
    bottom: -8px;
    width: max-content;
    transform: translate(-50%, 100%);
    left: 50%
}

.blog-page .main-content .author-block .info .prof {
    font-size: 14px;
    margin-bottom: 4px
}

.blog-page .main-content .author-block .info .years {
    font-size: 12px;
    margin-bottom: 8px
}

.blog-page .main-content .author-block .info .adress {
    padding-left: 16px;
    line-height: 16px;
    background: url('../img/adress.svg') no-repeat 0 0;
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 2px
}

.blog-page .main-content .author-block .link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    color: #F2606C;
    right: 24px;
    font-weight: 400;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    background: 0 0;
    padding: 0 26px;
    border: 1px solid #F2606C
}

.blog-page .main-content .author-block .link:hover {
    background-color: #F2606C !important;
    color: #fff !important
}

.blog-page .main-content .bottom-button {
    display: block;
    text-align: center;
    line-height: 45px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background: #F2606C;
    color: #fff;
    font-weight: 500
}

.blog-page .main-content .bottom-button:hover {
    background: #D44753;
}

.blog-page h1 {
    width: 100%;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500
}

.blog-page .index-title_journal {
    width: 100%;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500
}

.lazy-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.blog-page .top-banner {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 32px;
    border-radius: 8px;
    padding: 52px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.blog-page .top-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.blog-page .top-banner * {
    position: relative;
    vertical-align: middle
}

.blog-page .top-banner .name {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.blog-page .top-banner .name span {
    color: #F2606C;
    vertical-align: top
}

.blog-page .top-banner .p {
    margin: 0 190px 0 28px;
    display: inline-block;
    font-size: 16px
}

.blog-page .top-banner a {
    display: inline-block;
    text-decoration: none;
    color: #F2606C;
    font-weight: 500;
    padding: 0 19px;
    height: 40px;
    line-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #F2606C
}

.blog-page .top-banner a:hover {
    color: #fff;
    background: #F2606C
}

.mob-blog-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 8;
    padding: 12px 0 20px;
    display: none
}

.mob-blog-menu .wrap {
    padding: 0 20px
}

.mob-blog-menu a {
    text-decoration: none;
    color: #6f6f6f;
    font-size: 10px
}

.mob-blog-menu a.or {
    color: #ff8139
}

.mob-blog-menu a img {
    display: block;
    margin: 0 auto 8px auto
}

.journal-filter-button {
    position: fixed;
    bottom: 86px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-weight: 400;
    width: 200px;
    height: 48px;
    border-radius: 24px;
    background: #fff;
    color: #000;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
    padding: 0 20px;
    white-space: nowrap;
    display: none
}

.blog-mob-menu {
    padding: 16px 0 60px;
    display: none
}

.blog-mob-menu .wrap {
    position: relative
}

.blog-mob-menu .close {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/close4.svg');
    width: 16px;
    height: 16px
}

.blog-mob-menu .name {
    padding: 0 0 24px 24px;
    font-size: 16px;
    font-weight: 500
}

.blog-mob-menu ul {
    padding-bottom: 8px
}

.blog-mob-menu ul .hidden {
    display: none
}

.blog-mob-menu ul li {
    margin-bottom: 16px
}

.blog-mob-menu ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
    padding-right: 16px;
    background: url('../img/arrow7.svg') no-repeat right;
    margin-left: -6px
}

.blog-mob-menu ul li a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 22px;
    text-align: center
}

.author-mobile {
    display: none !important
}

.blog-mob-menu .bottom-link {
    display: block;
    text-decoration: none;
    font-weight: 500;
    margin-left: 24px
}

@media (max-width:1500px) {
    .blog_name {
        max-width: 21vw
    }
}

@media (max-width:1300px) {
    .blog_name {
        max-width: 18vw
    }

    .blog_name_author_page {
        display: inline
    }
}

@media (max-width:1400px) {
    .blog-page .left-sidebar {
        width: 20%
    }

    .blog-page .right-sidebar {
        width: 20%
    }

    .blog-page .main-content {
        width: 52%
    }

    .blog-page .banner-sidebar {
        width: 25%
    }

    .blog-page .banner-sidebar .banner .name {
        font-size: 24px;
        line-height: 26px
    }
}

@media (max-width:1200px) {
    .blog_name {
        max-width: 27vw
    }

    .blog-page .left-sidebar {
        width: 25%
    }

    .blog-page .right-sidebar {
        display: none
    }

    .blog-page .right-sidebar .item .link {
        padding: 0 100px 0 30px
    }

    .blog-page .right-sidebar .item .text p {
        padding: 0
    }

    .blog-page .main-content {
        width: 70%
    }

    .blog-page .banner-sidebar {
        width: 28%
    }

    .blog-page .left-sidebar.other {
        display: none
    }
}

@media (max-width:991px) {
    .blog-page .main-content .author-block .info .name span {
        display: block
    }

    .blog_name {
        max-width: 38vw
    }

    .blog-page .main-content .item5 .bottom-block {
        flex-wrap: wrap
    }

    .blog-page .left-sidebar {
        width: 30%
    }

    .blog-page .main-content {
        width: 67%
    }

    .blog-page .main-content .item1 {
        margin: 0 0 32px 0
    }

    .blog-page .main-content .item3 .image {
        width: 160px;
        right: 20px
    }

    .blog-page .main-content .item3 {
        padding: 32px 200px 40px 20px
    }

    .blog-page .main-content .item3 .cat img {
        margin-left: 10px
    }

    .blog-page .main-content .item4 .image {
        right: 30px;
        width: 180px
    }

    .blog-page .main-content .item4 {
        padding: 32px 240px 32px 20px
    }

    .blog-page .main-content .item5 .bottom-block .link {
        padding: 0 20px
    }

    .blog-page .top-banner {
        display: none
    }

    .blog-page .banner-sidebar {
        width: 100%;
        margin-bottom: 24px
    }

    .blog-page .main-content.other {
        width: 100%
    }

    .blog-page .banner-sidebar .banner p {
        margin-bottom: 24px
    }

    .blog-page .banner-sidebar .banner ul {
        margin-bottom: 24px
    }

    .author-desktop {
        display: none !important
    }

    .author-mobile {
        display: flex !important
    }
}

@media (max-width:767px) {
    .blog-page .left-sidebar {
        display: none
    }

    .blog-page .main-content .item5 .single_post_title {
        font-size: 22px;
        line-height: 22px;
    }

    .blog-page .main-content .item5 .bottom-block .author {
        display: flex;
        align-items: center
    }

    .blog-page .main-content {
        width: 100%
    }

    .mob-blog-menu {
        display: block
    }

    .journal-filter-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px
    }

    .top-text {
        margin-top: -12px !important
    }

    body>.blog-page {
        padding: 16px 0 136px;
        width: 100%;
        margin: 3px auto -52px;
        min-height: 100lvh;
    }

    .blog-mob-menu.opened {
        display: block
    }

    .company-page .days {
        border-bottom: 0
    }

    .company-page .articles {
        background: #f6faff;
        border: 0;
        margin: 0 -20px
    }

    .company-page .articles a.bottom-button {
        margin: 30px 20px 0;
        width: calc(100% - 40px)
    }

    .company-page .articles>.name {
        padding: 0 20px
    }

    .company-page .articles .item2 {
        margin-bottom: 24px;
        background: #fff;
        padding: 30px 20px 30px 20px
    }

    html, body {
        height: 100dvh;
        overscroll-behavior: none;
  overscroll-behavior-y: none;
    }

    .big-mobile-popup.mobile-journal-themes {
        height: 100%;
        top: 0
    }

    .blog-page .main-content .item2 .image {
        height: unset;
        aspect-ratio: 16/9;
    }
}

@media (max-width:575px) {
    .blog_name {
        max-width: 60vw
    }

    .big-mobile-popup.mobile-journal-themes {
        height: calc(100% - 128px);
        top: 58px
    }

    .blog-page .wrap {
        padding: 0
    }

    .blog-page .main-content .item1 {
        padding: 30px 20px 24px 150px;
        position: relative;
        margin-bottom: 0
    }

    .blog-page .main-content .item1 .image {
        left: 20px
    }

    .blog-page .main-content .item1 .cat {
        position: absolute;
        top: 10px;
        left: 150px
    }

    .blog-page .main-content .item1 .name {
        font-size: 16px
    }

    .blog-page .main-content .item1 p {
        font-size: 12px;
        margin-bottom: 16px
    }

    .blog-page .main-content .item1 .button {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        display: inline-block;
        height: 32px;
        line-height: 32px
    }

    .blog-page .main-content .list {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .blog-page .main-content .item2 {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 32px
    }

    .blog-page .main-content .item3 {
        padding: 16px 20px;
        margin-bottom: 32px
    }

    .blog-page .main-content .item3 .cat img {
        margin-left: 64px
    }

    .blog-page .main-content .item3 .cat {
        margin-bottom: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .blog-page .main-content .item3 .cat div {
        margin-right: 40px
    }

    .button-wrapper {
        display: flex;
        justify-content: center
    }

    .blog-page .main-content .item3 .image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        text-align: center;
        margin-bottom: 65px;
        transform: none
    }

    .blog-page .main-content .item3 .name {
        font-size: 16px
    }

    .blog-page .main-content .item3 p {
        margin-bottom: 32px
    }

    .blog-page .main-content .item4 {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 32px;
        padding: 32px 20px
    }

    .blog-page .main-content .item4 .image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        text-align: center;
        margin-bottom: 32px;
        width: auto
    }

    .blog-page .main-content .item4 .button {
        width: 192px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        display: block
    }

    .blog-page .main-content .item5 {
        background: #fff;
        padding: 32px 24px;
        margin-bottom: 24px
    }

    .blog-page .main-content .item5 .image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 256px
    }

    .blog-page .main-content .item5 h2 {
        margin-bottom: 16px
    }

    .blog-page .main-content .item5.no_image {
        background: #fff;
        border-radius: 0
    }

    .blog-page .main-content .item5 {
        padding: 290px 24px 32px 24px
    }

    .blog-page .main-content .item5 .cat .s2 {
        display: none
    }

    .blog-page .main-content .item5.no_image h3 {
        font-weight: 600
    }

    .blog-page .main-content .item5 .bottom-block {
        padding-top: 16px
    }

    .blog-page .main-content .item5 .bottom-block .author div img {
        width: 60px;
        max-width: 60px;
        margin-right: 8px
    }

    .blog-page .main-content .item5 .bottom-block .author div {
        vertical-align: top;
        position: relative
    }

    .blog-page .main-content .item5 .bottom-block .link {
        width: 100%;
        margin-top: 32px;
        text-align: center
    }

    .blog-page .main-content .author-block {
        margin-bottom: 16px;
        padding: 16px 48px 16px 20px;
        position: relative
    }

    .blog-page .main-content .author-block .link {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: inline-block;
        transform: none;
        font-size: 12px;
        padding: 0 20px
    }

    .blog-page .main-content .author-block .info .name span {
        position: absolute;
        width: 96px;
        text-align: center;
        top: 116px;
        left: 20px
    }

    .blog-page.blog-page-main .banner-sidebar {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px
    }

    .blog-page h1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 16px 0;
        font-size: 20px
    }

    .blog-page .index-title_journal {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 16px 0;
        font-size: 22px
    }

    .blog-page-main h1 {
        font-size: 20px;
        line-height: 19px
    }

    .blog-page .banner-sidebar .banner {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 16px 26px
    }

    .blog-page .banner-sidebar .banner p br {
        display: none
    }

    .blog-page .banner-sidebar .banner p {
        margin-bottom: 16px
    }

    .blog-page .banner-sidebar .banner ul {
        font-size: 12px;
        margin-bottom: 32px
    }

    .blog-page .main-content .bottom-button {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 12px 20px 24px 20px;
        width: calc(100% - 40px)
    }

    .blog-mob-menu .close {
        right: 28px
    }

    .blog-page .main-content .item5 .bottom-block .author div p {
        font-size: 16px
    }

    .blog-page .main-content .item5 .bottom-block .author div {
        font-size: 14px
    }

    .blog-page .banner-sidebar .banner {
        padding: 21px 26px
    }

    .blog-page .main-content .author-block .info .name a {
        font-size: 22px;
        width: 55vw
    }

    .blog-page .main-content .author-block .info .name {
        font-size: 16px;
        line-height: 22px
    }

    .author-block div .rating_code {
        margin-bottom: 8px
    }

    .blog-page .main-content .author-block .info .name {
        margin-bottom: 4px
    }

    .blog-mob-menu .wrap {
        padding: 0 26px 0 12px
    }

    .blog-page .main-content .item5 .bottom-block .author div p {
        margin-bottom: 0
    }

    .blog-page .main-content .item5 .bottom-block .author div .blog_name_mobile {
        margin-bottom: -2px
    }

    .blog-page .main-content .item5 .bottom-block .author div p span {
        display: block
    }

    .blog-page .main-content .author-block {
        padding: 30px 24px;
        gap: 0 20px;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 0
    }

    .blog-page .main-content .author-block .link {
        position: static;
        display: block;
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center;
        font-size: 16px
    }

    .blog-page .main-content .author-block .info .adress {
        margin-bottom: 1px;
        color: #6a6a6a;
        min-height: 16px;
        width: fit-content;
        display: inline-block;
        max-width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .author-block .author-block__rating-mobile {
        display: block
    }

    .blog-page .main-content .author-block .avatar {
        position: relative;
        margin-right: 0;
        width: 96px;
        max-width: 96px;
        min-width: 96px;
        height: 96px
    }

    .blog-page .main-content .author-block .info {
        min-width: calc(100% - 120px);
        max-width: calc(100% - 120px)
    }

    .blog-page .main-content .author-block .info .name span {
        display: none
    }
}

@media (max-width:410px) {
    .blog_name {
        max-width: 50vw
    }
}