body {
    box-sizing: border-box;
    font-family: 'Montserrat';
}

.breadcrumb {
    position: relative;
    padding: 60px 0 140px 0;
    font-size: 12px;
    margin: 0;
}
.breadcrumb a, .breadcrumb span {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #999999!important;
}

.breadcrumb a:hover, .breadcrumb span:hover {
    color: #fff!important;
}
.blog-wrap__content {
    max-width: 1210px;
    /*padding: 60px 60px 20px;*/
    margin: 0px auto 60px;
    z-index: 2;
    position: relative;
}

.header-property__top {
    display: flex;
}

.header-property__top div {
    display: flex;
    align-items: center;
}

.blog-wrap__img {
    height: 600px;
    position: relative;
}

.blog-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
    gap: 40px;
    position: relative;
}

.blog-wrap__img > img {
    max-height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center center;
    filter: brightness(.5);
    position: absolute;
    top: 0;
}

.header-wrap {
    max-width: 1210px;
    margin-top: 0px;
    z-index: 2;
    margin: auto;
}

.table-of-contents .open {
    display: none !important;
}

.header-title h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    color: #FFFFFF;
}

.header-title.article-head__mod h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
}

.header-property {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
}

.header-date {
    font-size: 14px;
    line-height: 20px;
    color: #BBBBBB;
    margin-right: 20px;
}

.header-category a {
    text-decoration: none;
    margin-right: 5px;
    padding: 6px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    background: #A336F7;
    display: inline-block;
}

.header-view {
    margin-right: 25px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #BBBBBB;
}

.rm-item__properties .header-view {
    margin-right: 0px;
    color: #BBBBBB;
}

.header-view img {
    margin-right: 5px;
    width: 20px;
}

.header-descr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.header-descr a {
    text-decoration: none;
}

.header-share {
    display: flex;
    align-items: center;
}

.header-time {
    font-size: 14px;
    line-height: 17px;
    color: #BBBBBB;
    margin-right: 20px;
}

.header-time span {
    font-weight: normal;
    margin-left: 5px;
}

.header-comment a {
    display: flex;
    align-items: center;
    margin-right: 40px;
    font-weight: 500;
    color: #999999;
    font-size: 16px;
}

.header-comment img {
    margin-right: 5px;
}

.header-save {
    display: flex;
    align-items: center;
    margin-right: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.header-save svg {
    margin-right: 5px;
}


.author-box {
    margin-bottom: 10px;
}

.author-box__description span {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.author-box .author-info .author-box__author {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.green-border {
    background: #FFFFFF;
    border: 2px solid #017544;
    border-radius: 15px;
    padding: 40px;
}

.green-block {
    background: #E0F3EC;
    border-radius: 15px;
    padding: 40px;
}

.gray-block {
    background: #EEEEEE;
    border-radius: 15px;
    padding: 40px;
}

.white-block {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 40px;
}

.blog-content h2 {
    font-weight: bold;
    color: #222222;
    font-size: 48px;
    line-height: 58px;
    margin: 60px 0 50px;
}

.blog-content h3 {
    margin: 60px 0 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #333333;
}

.blog-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #333333;
}

.blog-content b, strong {
    font-size: 20px;
    line-height: 28px;
}

.main-list {
    counter-reset: topicList;
    padding: 0;
    margin: 35px 0 50px;
    list-style-type: none;
}

.topic-list .main-list li {
    margin-bottom: 20px;
    display: flex;
}

.topic-list .main-list li a {
    text-decoration: none;
    margin-left: 20px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
}

.blog-content ol > li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    position: relative;
    margin-bottom: 30px;
}

.blog-content ol > li b {
    font-size: 20px;
}

.topic-list .main-list li:before {
    counter-increment: topicList;
    content: counter(topicList);
    margin: 0;
    text-align: center;
    border-radius: 16px;
    position: relative;
    padding-left: 15px;
    top: -3px;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    line-height: 130%;
}

.star-rating-item.hover {
    color: #6654D9;
}

.rating-box__header {
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    font-size: 20px;
    margin-bottom: 3px;
}

.star-rating-item svg {
    width: 26px;
    padding: 0 3px;
}

.topic-list .main-list li:hover:before {
    color: #22C993;
}

.topic-list .main-list li a:hover {
    border-bottom: 1px solid #D3EEE4;
    color: #017544;
}

.content-list-number {
    padding-left: 55px;
    margin: 40px 0;
}

.content-list-number li:before {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    position: absolute;
    left: -57px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #017544;
    background: #D3EEE4;
    top: -5px;
}

ol {
    counter-reset: myCounter;
}

li {
    list-style: none;
}

ol > li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
}

.topic-list > p {
    margin: 0 0 20px;
}

.topic-list b {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333333;
}


.blog-content ul {
    margin: 40px 0;
    padding-left: 15px;
}

.blog-content ul > li {
    padding-left: 35px;
    margin: 0 0 12px;
    position: relative;
    list-style-type: none;
    color: #333333;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
}

.blog-content ul > li:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    margin-top: 8px;
    left: 0px;
    /*background: url("../img/bullits.svg") center no-repeat;*/
}

.blog-content ul > li:after {
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 12px;
    background: #6654D9;
    opacity: 0;
}

.blog-content ul > li:hover:after {
    opacity: 1;
}

.blog-sidebar__icons-wrap {
    position: absolute;
}

.blog-sidebar__icons {
    display: flex;
    flex-direction: column;
}

.blog-sidebar__icons a {
    margin-bottom: 7px;
}

.blog-sidebar__icons-link svg {
    fill: #725EF2;
    fill-opacity: 0.15;
}

.blog-sidebar__icons-link svg:hover {
    fill: #725EF2;
    fill-opacity: 0.15;
}

.header-links img {
    margin-right: 8px;
}

.blog-sidebar {
    width: 100%;
    max-width: 305px;
}

.sidebar-categories__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 305px;
}

.sidebar-categories__list a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 8px;
    text-decoration: none;
    color: #666666;
}

.sidebar-categories__list a:hover {
    color: #017544;
}


.sidebar-tags__list a {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-right: 10px;
}

.sidebar-tags__list a:before {
    content: "#";
}

.sidebar-tags__list a:hover {
    color: #22C993;
    font-weight: 500;
    text-decoration: none;
}

.sidebar-tags__list a:active, a:focus {
    color: #22C993;
    font-weight: 500;
    text-decoration: none;
}

.sidebar-categories, .sidebar-tags, .sidebar-articles {
    margin-bottom: 45px;
}

.blog-content {
    width: 100%;
    width: 730px;
}

.article-item a {
    width: 100%;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}

.article-item img {
    margin-right: 10px;
    margin-bottom: 15px;
}

.article-item__descr {
    font-size: 14px;
    line-height: 15px;
    color: #666666;
}

.article-item a:hover {
    color: #22C993;
}

.sidebar-item__webinars {
    margin-bottom: 18px;
}

.sidebar-item__webinars img {
    margin: auto;
    margin-bottom: 18px;
}

.sidebar-title__webinars {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}

.sidebar-item__webinars > div > div {
    font-size: 14px;
    line-height: 16px;
    color: #BBBBBB;
    display: flex;
    margin-right: 15px;
}

.sidebar-item__webinars > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.sidebar-item__webinars > div > div img {
    margin-right: 5px;
}

.read-also-block {
    height: 200px;
    display: flex;
    background: #FFFFFF;
    border: 0.5px solid #DDDDDD;
    box-sizing: border-box;
    box-shadow: 0px 12px 40px rgb(45 75 162 / 12%), 0px 2px 12px rgb(45 75 162 / 4%);
    border-radius: 30px;
}

.read-also-img-block {
    width: 260px;
}

.read-also-about {
    width: 538px;
    padding: 30px 40px 20px;
    border-left: 5px solid #22C993;
    position: relative;
}

.read-also-about img:first-child {
    position: absolute;
    left: 0;
    top: 23px;
}

.read-also-about__title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 39px;
    color: #22C993;
}

.read-also-about__descr {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.header-back {
    font-size: 14px;
    color: #6654D9;
    top: -47px;
    left: 34px;
    position: absolute;
    background: #F7F6FD;
    padding: 14px 20px;
    border-radius: 20px 20px 0 0;
    z-index: -1;
}

.header-back a {
    text-decoration: none;
    color: #6654D9;
}

.table-container {
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    transform: scale(1, -1);
    margin: 40px 0;
    position: relative;
    border-radius: 10px;
}

.styled-table {
    transform: scale(1, -1);
    margin: 0 0 20px;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.styled-table thead td {
    background-color: #A336F7;
    color: #FFFFFF;
    padding: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.styled-table thead td:first-child {
    border-radius: 10px 0px 0px 0px;
}

.styled-table thead td:last-child {
    border-radius: 0px 10px 0px 0px;
}

.styled-table td {
    padding: 20px;
    background-color: #FAFAFA;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    line-height: 160%;
}

.styled-table td:first-child {
    border-left: 1px solid #DDDDDD;
}

.styled-table td:last-child {
    border-right: 1px solid #DDDDDD;
}

.styled-table td:first-child {
    border-top: 1px solid #DDDDDD;
}

.styled-table td:last-child {
    border-top: 1px solid #DDDDDD;
}

.table-container::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: #F8F8F8;
    border-radius: 20px;
    position: absolute;
}

.table-container::-webkit-scrollbar-thumb {
    width: 100px;
    height: 12px;
    background: #A336F7;
    border-radius: 20px;
    position: absolute;
}

.table-container .table-responsive {
    overflow-x: unset;
}

.blog-content figure {
    /*width: 100% !important;*/
    margin: 45px 0;
}

.blog-content figure img {
    /*max-width: 100%;*/
    /*width: 100%;*/
    object-fit: cover;
    height: auto;
    margin: 0 0 20px;
    border-radius: 15px;
}

.blog-content figure figcaption {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: right;
    color: #999999;
    width: 100%;
    margin: 0 !important;
    max-width: 100%;
}

.read-more__title {
    margin-bottom: 30px;
    color: #333333;
    font-weight: 700;
    font-size: 34px;
    line-height: 110%;
}

.r-link {
    display: flex;
    width: 100%;
    margin: 45px 0;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px rgb(0 0 0 / 10%);
}

.r-link__img {
    max-height: 300px;
    height: auto;
}

.r-link__img img {
    max-width: 300px;
    width: 100%;
    height: 254px;
    -o-object-fit: cover;
    object-fit: cover;
}


.r-link__content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    max-width: 430px;
}

.r-link__content img:first-child {
    position: absolute;
    left: 0;
}

.r-link__btn svg {
    fill: #725EF2;
}

.r-link__content p {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 100%;
    color: #A336F7;
}

.r-link__title a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #666666;
    text-decoration: none;
}

.r-link__title {
    margin-bottom: 18px;
    cursor: pointer;
    max-width: 400px;
    margin-bottom: 25px;
}

.r-link__btn {
    display: flex;
    align-items: center;
}

.r-link__btn a {
    width: 154px;
    height: 38px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 500;
}

.r-link__btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    padding: 14px 25px;
    width: 175px;
    height: 50px;
    background: #000000;
}

.r-link__btn a span:hover {
    background: #409773;
}

.r-link__btn a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-save-wrap {
    display: flex;
}


.header-category > a {
    margin: 0 20px 0 0;
}

/* слайдер */
.read-more {
    margin: 0px auto 0px;
    max-width: 1210px;
}

.slider-read-more .slick-slide {
    margin: 0 30px 40px 30px;
}

.read-more .slick-initialized .slick-slide {
    height: auto;
    background: #FFFFFF;
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}

.rm-item__title {
    color: #333333;
    margin: 25px 0 25px;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

.rm-item__content {
    font-size: 14px;
    line-height: 130%;
    color: #999999;
}

.rm-item__content:hover {
    color: #007aff;
}

.slider-read-more .slick-track {
    display: flex;
}

.read-more-prev, .read-more-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -36px;
    cursor: pointer;
}

.read-more-prev {
    left: -30px;
}

.read-more-next {
    right: -30px;
}

.slider-read-more .slick-dots {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    left: 0;
    right: 0;
    bottom: 10px;
    list-style: none;
}

.slider-read-more .slick-dots li {
    width: 12px;
    max-width: 12px;
    min-width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    border-radius: 50%;
    background: #EEEEEE;
}

.slider-read-more .slick-dots li.slick-active {
    background: #000000;
}

.slider-read-more .slick-dots li button {
    display: none;
}

.rm-item__properties {
    display: flex;
    color: #BBBBBB;
}

.rm-item__properties span {
    margin-right: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.rm-item__container {
    padding: 40px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.rm-item__container a {
    text-decoration: none;
}

.rm-item__category {
    display: flex;
    flex-wrap: wrap;
}
.rm-item__category a {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 12px;
    background: #F9FAFB;
    margin-bottom: 5px;
}

.rm-item__comments {
    display: flex;
}

.rm-item__comments img {
    margin-right: 5px;
    width: 18px;
}

.rm-item__button a:last-child {
    display: flex;
    align-items: baseline;
    margin-top: 25px;
}

.rm-item__button a span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    line-height: 100%;
    padding: 14px 32px;
    gap: 10px;
    width: 175px;
    height: 50px;
    background: #a336f7;
}

.rm-item__button a span:hover {
    background: #007aff;
}

.rm-item__button a {
    text-decoration: none;
}

.rm-item__img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.rm-item__container svg {
    fill: #725EF2;
}

.sidebar-articles__item.sidebar-article {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.sidebar-article__img {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin-right: 10px;
}

.sidebar-article__img img {
    width: 48px;
    height: 48px;
    max-width: 48px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar-socials__icons a {
    margin-right: 10px;
}

.sidebar-article__title a {
    text-decoration: none;
    font-size: 14px;
    color: #333333;
}

.comment-wrap {
    max-width: 800px;
}

.blog-sidebar {
    width: 300px;
}


.sidebar-articles {
    margin-top: 45px;
}

.sidebar-articles__item.sidebar-article {
    display: flex;
    margin-bottom: 15px;
}

.sidebar-article__title a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #666666;

}

.categories-blog__wrap {
    display: flex;
    margin-top: 50px;
    margin: 0px 5px 0 5px;
}

.post-card__description {
    font-family: Roboto, San Francisco, Helvetica Neue, Helvetica, Arial;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: rgba(80, 102, 123, .5);
    margin-bottom: 20px;
}

.slider-webinars .slick-dots {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 10px;
    list-style: none;
}

.slider-webinars .slick-dots li {
    width: 10px;
    max-width: 10px;
    min-width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #D3F4E9;
}

.slider-webinars .slick-dots li.slick-active {
    background-color: #22C993;
}

.slider-webinars .slick-dots li button {
    display: none;
}

/*.slick-initialized .slick-slide {*/
/*    margin: 0px 5px 0 5px;*/
/*    width: 305px;*/
/*}*/
.nav-links {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 24px 0;
}

.nav-links span {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}


.categories-list li .categories-list__active {
    color: #fff;
    border-radius: 14px;
    background-color: #6f64e9;
}

.sidebar-webinars .slick-initialized .slick-slide {
    margin: 0px 5px 0 5px;
}

.sidebar-events {
    margin-top: 45px;
}

.sidebar-tags__title {
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

.sidebar-events .sidebar-tags__title {
    margin-bottom: 0;
}

.sidebar-webinars__item {
    border-bottom: 1px solid rgba(102, 84, 217, 0.15);
    padding: 25px 0;
    width: 100%;
}

.sidebar-webinars__item:last-child {
    border-bottom: none;
}

/*.sidebar-webinars__item div {*/
/*    height: 120px;*/
/*    border-radius: 5px;*/
/*}*/
.sidebar-webinars__item {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}

.sidebar-webinars__bg {
    height: 170px;
    padding: 24px 20px;
    position: relative;
}

.sidebar-webinar-link-1 img,
.sidebar-webinars__bg img {
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.webinars__item-content,
.webinars__item-subtitle,
.webinars__item-title {
    text-align: right;
}

.webinars__item-title {
    color: #6654D9;
    font-weight: 500;
    font-size: 19px;
    line-height: 100%;
}

.webinars__item-subtitle {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin: 10px 0 16px;
}

.webinars__item-content {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #333333;
}

.webinars__item-content span {
    color: #1FB887;
}

.sidebar-webinars__bg .webinars__bg-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.webinars__bg {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 5px;
}

.sidebar-webinars__meta {
    display: flex;
    flex-direction: row;
    color: #999;
    margin-top: 16px;
    justify-content: space-between;
}

.sidebar-webinars__meta-date-wrapper {
    border-right: 1px solid rgba(102, 84, 217, 0.15);
    display: flex;
    flex-direction: column;
    flex-basis: 105px;
}

.sidebar-webinars__meta-date {
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.sidebar-webinars__meta-link-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.sidebar-webinars__meta-link-wrapper a {
    font-weight: 700;
    font-size: 20px;
    line-height: 46px;
}

.sidebar-webinars__meta-link-wrapper a.lilac {
    color: #6654D9;
}

.sidebar-webinars__meta-link-wrapper a.turquoise {
    color: #1FB887;
}

.sidebar-webinars__meta-link-wrapper img {
    height: 46px;
    margin-left: 16px;
    width: 49px;
}


.comment-form-author, .comment-form-email, .comment-form-url {
    display: none;
}

.comment-form-cookies-consent {
    display: none;
}

.blog-comments__top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.header-links > .social-buttons {
    margin-top: 0;
}

.rating-box__count-votes {

    font-style: normal;
    font-weight: normal !important;
    font-size: 18px;
    line-height: 28px;
    color: #BBBBBB !important;
}

.rating-box__count-votes span {

    font-style: normal;
    font-weight: normal !important;
    font-size: 18px;
    line-height: 28px;
    color: #BBBBBB !important;
}

.star-rating--score-5:not(.hover) .star-rating-item:nth-child(1), .star-rating--score-5:not(.hover) .star-rating-item:nth-child(2), .star-rating--score-5:not(.hover) .star-rating-item:nth-child(3), .star-rating--score-5:not(.hover) .star-rating-item:nth-child(4), .star-rating--score-5:not(.hover) .star-rating-item:nth-child(5) {
    color: #6654D9;
}

.social-buttons {
    display: flex;
    flex-wrap: wrap;
}

.social-buttons span {
    padding: 0;
    margin-left: 0;
}

.rating-box {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #22C993;
}

.rating-box__count {
    font-weight: bold;
    font-size: 20px;
    color: #6654D9;
}

.rating-box__count span {
    font-weight: normal;
}

.rating-box__count span:first-child {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
}

.blog-comments-rating span {

    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
}

.blog-comments__top-last-posts span {
    font-size: 18px;
    line-height: 28px;
    color: #666666;

}

.blog-comments__top-last-posts ul {
    margin: 20px 0 0px 0;
}

.blog-comments__top-last-posts ul li {
    font-size: 16px;
    line-height: 20px;
}

.blog-comments__top-last-posts a:hover {
    color: #22C993;
}

.blog-comments__top-author {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.blog-comments {
    margin-bottom: 50px;
}

.blog-comments__top-properties {
    background: #F7F6FD;
    border-radius: 30px;
    padding: 40px;
}

.author-box .author-info .author-box__ava {
    font: inherit;
}

.social-button--vkontakte:before {
    background: url("../images/blog/header-vk.svg") center no-repeat;
    width: 34px;
    height: 34px;
}

.social-button--facebook:before {
    background: url("../images/blog/header-fb.svg") center no-repeat;
    width: 34px;
    height: 34px;
}

.social-button--odnoklassniki:before {
    background: url("../images/blog/header-ok.svg") center no-repeat;
    width: 34px;
    height: 34px;
}

.social-button--twitter:before {
    background: url("../images/blog/header-tw.svg") center no-repeat;
    width: 34px;
    height: 34px;
}

.social-button--whatsapp:before {
    background: url("../images/blog/header-wa.svg") center no-repeat;
    width: 34px;
    height: 34px;
}

.social-button--telegram:before {
    background: url("../images/blog/header-tg.svg") center no-repeat;
    width: 34px;
    height: 34px;
}

.career {

    /*background: linear-gradient(90deg, rgba(251, 236, 230, 0.7) 0%, rgba(235, 228, 246, 0.7) 100%), #FFFFFF;*/
    /*border: 1px solid #DDDDDD;*/
    box-sizing: border-box;
    max-width: 800px;
    margin: 50px auto 50px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    background: url(../images/incut-career-bg.jpg) no-repeat center center;
    background-size: auto;
    filter: drop-shadow(0px 12px 40px rgba(45, 75, 162, 0.12)) drop-shadow(0px 2px 12px rgba(45, 75, 162, 0.04));
}

.career-header {
    display: flex;
    padding: 50px 32px 0 50px;
}

.career-body {
    display: flex;
    flex-direction: column;
    padding: 10px 50px 60px 50px;
}

.career-header__title {
    font-weight: bold;
    color: #222222;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 40px;
}

.career-header__title span {
    color: #6654D9;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;

}

.career-header__img {
    width: 290px;
    /* height: 333px; */
    margin-right: 28px;
    margin-top: -50px;
}

.career-header__img img {
    width: 100%;
}

.career-header__item {
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.career-header__item .text {
    margin-bottom: 20px;
}

.career-list {
    font-size: 18px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #6654D9 !important;
    margin-top: 30px;
}

.career-text {
    margin-bottom: 0 !important;
}

.career-header__item-about {
    display: flex;
    flex-direction: column;
}

.career-header__man {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #6654D9;
    /*padding: 25px 10px 25px 60px;*/
    padding: 10px 10px 25px 30px;
    width: 302px;
    right: 0;
    border-radius: 30px 0 0 30px;
}

.career-form__form {
    width: 390px;
}

.career-header__man span {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: rgba(51, 51, 51, 0.7);
}

#getGiftsLink {
    text-decoration-line: underline;
    color: #6654D9;
    font-size: 18px;
    line-height: 28px;
}

.get-gifts-btn {
    background: #6654D9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 16px 32px;
    margin: 10px auto 0;
    width: max-content;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}

.violet {
    color: #6654D9;
}

/*.fixed {*/
/*    position: fixed;*/
/*    z-index: 9999;*/
/*    bottom: 10px;*/
/*    left: 10px;*/
/*}*/

.blog-detail__breadcrumbs {
    position: relative;
    margin: 40px 0 120px 0;
    font-size: 14px;
    top: 40px;
    z-index: 9;
}

.blog-detail__breadcrumbs span, .blog-detail__breadcrumbs a {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
}

.blog-detail__breadcrumbs a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);;
}

.blog-detail__breadcrumbs span:last-child {
    color: #fff;
}

/*.element::-webkit-scrollbar {*/
/*    width: 0;*/
/*}*/

/*!*Убрать полосу прокрутки для всей страницы*!*/
/*::-webkit-scrollbar {*/
/*    width: 0;*/
/*}*/

.blog-comments-rating {
    display: flex;
    justify-content: space-between;
}

.social-button {
    margin: 0;
}

.social-button:before {
    margin-left: 8px;
    margin-right: 0px;
}

.rating-box__vote {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #BBBBBB;
}

.read-more__develop {
    margin-bottom: 49px;
    margin-right: 15px;
}

.read-more__develop a {
    color: #BBBBBB;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    z-index: 9999999;
}

.read-more__develop-mob {
    justify-content: flex-end;
    margin-top: -51px;
    margin-right: 35px;
    position: absolute;
    bottom: -43px;
    right: 0;
    display: none;
}

.read-more__develop-mob a {
    color: #BBBBBB;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    z-index: 9999999;
}

.offer-header {
    margin-bottom: 0;
}

.article-send__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-right: 15px;
}

.article-send__btn {
    background: #F17376;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 8px 12px;
    cursor: pointer;
}

.article-send__desc {
    display: flex;
    align-items: center;
}

.article-send__desc-form {
    display: none;
}

.article-send {
    width: 390px;
}

.header__send {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-buttons span {
    padding: 0;
    margin-left: 0;
}

.social-buttons span:hover {
    background: none;
    filter: brightness(1.3);
}

.social-button--vkontakte:before {
    background: url(../images/single/share-vk.svg) center no-repeat;
    width: 30px;
    height: 30px;
}

.social-button--odnoklassniki:before {
    background: url(../images/single/share-ok.svg) center no-repeat;
    width: 30px;
    height: 30px;
}

.social-button--whatsapp:before {
    background: url(../images/single/share-wa.svg) center no-repeat;
    width: 30px;
    height: 30px;
}

.social-button--telegram:before {
    background: url(../images/single/share-tg.svg) center no-repeat;
    width: 30px;
    height: 30px;
}

.blog-wrap__container{
    padding: 0 15px;
}


.header-save-mob {
    display: none;
}

.detail-slider__title{
    color: #333333;
    font-weight: 700;
    font-size: 34px;
    line-height: 110%;
}
@media (max-width: 1999px) {
    .detail-slider__title{
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .detail-slider__title{
        font-size: 26px;
        line-height: 110%;
    }
}

.detailSlider-hidden{
    overflow: hidden;

}

.detailSlider{
    margin: 30px;
    height: auto;
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .detailSlider{
        margin: 15px;
    }
}


.swiper-wrapper{

}

.detailSlider-slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition-duration: .3s;
    box-shadow: 0 15px 20px #0000001a;
    height: auto !important;
    position: relative;
    transition-property: transform;
    background: #FFFFFF;
    text-decoration: none;
}

.detailSlider__img{
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.detailSlider__img img{
    display: block;
}

.detailSlider__container{
    padding: 40px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.detailSlider__properties{
    display: flex;
    align-items: center;
}

.detailSlider__date{
    margin-right: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.detailSlider__category {
    display: flex;
    font-size: 12px;
    line-height: 20px;
    padding: 6px 12px;
    background: #F9FAFB;
    text-decoration: none;
}

.detailSlider__title{
    color: #333333;
    margin: 25px 0 25px;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

.detailSlider__button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    line-height: 100%;
    padding: 14px 32px;
    gap: 10px;
    width: 175px;
    height: 50px;
    background: #a336f7;
    text-decoration: none;
}
.detailSlider__button:visited {
    color: #ffffff;
}

.detailSlider__button{
    display: flex;
    margin-top: auto;
}

.detailSlider__button:hover{
    color: #ffffff;
    background-color: #007aff;
}

.detailSlider .swiper-pagination{
    position: static;
    margin-top: 30px;
}

.detailSlider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.detailSlider .swiper-pagination-bullet-active{
    background: #000000;
}

.detailSlider .swiper-button-next:after,
.detailSlider .swiper-button-prev:after{
    display: none;
}

.detailSlider .swiper-button-disabled {
    display: none;
}

.detailSlider .swiper-button-next{
    top: 50%;
    right: 5px;
    width: 50px;
    height: 50px;
    background-image: url(../images/slider-arrow-next.svg);
    background-size: cover;
}
@media (max-width: 767px) {
    .detailSlider .swiper-button-next{
        right: -5px;
    }
}

.detailSlider .swiper-button-prev{
    top: 50%;
    left: 5px;
    width: 50px;
    height: 50px;
    background-image: url(../images/slider-arrow-prev.svg);
    background-size: cover;
}
@media (max-width: 767px) {
    .detailSlider .swiper-button-prev{
        left: -5px;
    }
}

@media (max-width: 1200px) {
    .widget-area {
        display: none;
    }

    .blog-content {
        padding: 0 15px;
        margin-left: 0;
        width: 100%;
    }

    .blog-sidebar__icons-wrap {
        display: none;
    }

    .header-wrap {
        margin: 0 15px;
    }

    .r-link__content {
        max-width: 100%;
    }

    .r-link__content img:first-child {
        top: 12px;
    }

    .read-more {
        width: 100%;
        padding: 0 15px;
    }

    .slider-read-more .slick-slide {
        margin: 0 15px 40px;
    }

    .blog-comments__top-author {
        max-width: 100%;
    }

    .career-header__man {
        width: 315px;
    }

}

@media (max-width: 991px) {

    .breadcrumb {
        padding: 60px 0 90px 0;
    }

    .header-property__top {
        flex-wrap: wrap;
    }

    .header-property__top div {
        margin-bottom: 8px;
        flex-wrap: wrap;
    }

    .blog-comments__top {
        flex-direction: column;
    }

    .blog-comments__top-author {
        margin-bottom: 47px;
    }

    .header-save-pc {
        display: none;
    }

    .header-save-mob {
        display: flex;
        margin-bottom: 55px;
    }

    .header-save-mob .header-save {
        color: #333333;
    }

    .blog-body {
        padding: 20px 0;
    }

    .read-more-next {
        right: -10px;
    }

    .read-more-prev {
        left: -10px;
    }
}

@media (max-width: 876px) {
    .read-more__develop-mob {
        justify-content: center;
        bottom: -43px;
        right: 18px;
        margin-right: 0;
    }

    .read-more__develop-mob a {
        font-size: 12px;
        line-height: 18px;
    }

}

@media (max-width: 800px) {
    .career {
        background: url(../images/incut-career-bg-mob.jpg) no-repeat center center;
        background-size: cover;
        border-radius: 20px;
        filter: drop-shadow(0px 12px 40px rgba(45, 75, 162, 0.12)) drop-shadow(0px 2px 12px rgba(45, 75, 162, 0.04));
        max-width: 345px;
    }

    .career-header {
        flex-direction: column-reverse;
    }

    .get-gifts-btn {
        padding: 15px 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        margin: 5px auto;
        justify-content: center;
        width: 100%;
    }

    .career-header__man {
        padding: 25px 0;
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .career-header__man span,
    .career-header__man div {
        display: inline-block;
        text-align: center;
    }

    .career-header__title {
        font-size: 25px;
        line-height: 34px;
    }

    .career-header__title span {
        font-size: 25px;
        line-height: 34px;
    }

    .career-header__img {
        width: 220px;
        margin: 0 auto;
    }

    .career-header {
        padding: 0 22px;
    }

    .career-body {
        padding: 10px 25px 28px;
    }

    .career-list {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .get-gifts-btn {
        margin: 5px auto 0;
    }

    .profession-header__desc {
        font-size: 14px;
        padding-right: 60px;
    }

    .banner-2__wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-2__content {
        text-align: center;
        width: 100%;
    }

    .banner-2__notice {
        line-height: 26px;
        margin: 0 auto;
        max-width: 265px;
    }

    .banner-2__notice span {
        padding: 0 5px 0;
        z-index: 2;
    }

    .banner-2__notice span:after {
        background: url('../images/banner-2-date-curve-mob.png') no-repeat center center;
        background-size: cover;
        content: '';
        height: 26px;
        left: 0;
        position: absolute;
        top: 0;
        width: 96px;
        z-index: -1;
    }

    .banner-2__subtitle {
        align-items: center;
        font-size: 14px;
        line-height: 18px;
        margin: 11px auto 7px;
        width: 170px;
    }

    .banner-2__title {
        font-size: 21px;
        line-height: 24px;
        margin: 0 auto 8px;
        max-width: 265px;
    }

    .banner-2__input-wrap {
        align-items: center;
        justify-content: inherit;
        flex-direction: column;
        padding: 20px 0 0;
        width: 100%;
    }

    .banner-2__input-wrap label {
        margin: 8px 0;
        max-width: 265px;
        min-width: 265px;
    }

    .banner-2__input-wrap label span {
        margin-left: 14px;
    }

    .banner-2__input-wrap .submit {
        flex-direction: column-reverse;
        margin-top: 5px;
        max-width: 265px;
        min-width: 265px;
    }

    .banner-2__img-wrapper {
        align-items: center;
        flex-direction: row-reverse;
        justify-content: center;
        position: relative;
    }

    .banner-2__img-circle {
        margin: 0;
        position: relative;
    }

    .banner-2__img-book {
        bottom: 0;
        height: 216px;
        margin-right: 0;
        position: relative;
        width: 223px;
    }

    .banner-2__img-book.pc {
        display: none;
    }

    .banner-2__img-book.mob {
        display: inline-block;
        height: 120px;
        width: 100%;
    }

    .banner-2__img-wrapper:after {
        background: url('../images/banner-2-star-2-mob.png') no-repeat center center;
        content: '';
        height: 45px;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -26px;
        width: 46px;
    }

}

@media (max-width: 768px) {
    .breadcrumb {
        padding: 20px 0 80px 0;
    }

    .blog-detail__breadcrumbs {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .header-title h1 {
        font-size: 22px!important;
    }

    .blog-comments-rating {
        flex-direction: column;
    }

    .blog-comments__top-properties {
        padding: 40px 30px;
    }

    .rating-box__count {
        margin-bottom: 40px;
    }

    .blog-comments-estimate {
        margin-bottom: 40px;
    }

    .read-more__develop-mob {
        display: block;
        text-align: center;
        width: 100%;
        right: 0;
    }

    .blog-detail__breadcrumbs {
        top: 0;
        margin: 40px 0 70px 0;
    }

    .blog-comments__top-author {
        flex-direction: column;
        align-items: flex-start;
    }

    .read-more__develop {
        margin-bottom: 0;
        margin-right: 0;
    }

    .author-box {
        margin-bottom: 0;
    }

    .widget-wrap {
        bottom: 0px;
        left: 0;
        right: 0;
        justify-content: center;
        flex-direction: row;
    }

    .widget-wrap > div {
        width: 50%;
        margin: 0;
    }

    .header-descr {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .article-send__btn {
        font-size: 11px;
        padding: 8px 10px;
    }

    .header__send {
        margin-top: 65px;
    }
}

@media (max-width: 720px) {
    .profession {
        max-width: 290px;
        border-radius: 20px;
        background-image: url(../images/incut-profession-bg-new-mob.jpg);
        filter: none;
    }
}

@media (max-width: 550px) {

    .header-property {
        padding: 30px 0px;
    }

    .read-more__title {
        font-size: 26px;
        line-height: 110%;
    }

    .blog-content .header-save {
        margin-right: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .header-category > a:last-child {
        margin: 0 15px;
        font-size: 13px;
    }
    .header-view {
        font-size: 13px;
        margin: 0 5px;
    }

    .header-links img {
        width: 25px;
        margin-right: 1px;
    }

    .topic-list b {
        font-size: 26px;
    }

    .main-list {
        margin: 25px 0 50px;
    }

    .blog-content h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .blog-content h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
    }

    .green-border, .green-block, .gray-block, .white-block {
        padding: 30px;
    }

    .r-link {
        flex-direction: column;
    }


    .r-link__img img {
        width: 100%;
        max-width: 100%;
        margin: 0;
        height: 180px;
    }

    .r-link__content {
        width: 100%;
        padding: 25px;
    }

    .r-link__content p {
        font-size: 24px;
        line-height: 100%;
    }

    .r-link__content img:first-child {
        position: absolute;
        left: 36%;
        top: -38px;
        transform: rotate(90deg);
    }

    .header-category a {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .popular-articles {
        display: flex;
        flex-direction: column;
        margin: 10px 0;
        display: block;
    }

    .popular-articles__main-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 34px;
        color: #6654D9;
        margin-bottom: 15px;
    }

    .popular-articles__item {
        display: flex;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(102, 84, 217, 0.1);
        padding: 15px 0;
        align-items: center;
    }

    .popular-articles__item:last-child {
        border-bottom: none;
    }

    .popular-articles__img {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        margin-right: 10px;
    }

    .popular-articles__img img {
        border-radius: 5px;
        width: 40px;
        height: 40px;
        max-width: 40px;
        object-fit: cover;
    }

    .popular-articles__title {

        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }

    .popular-articles__title a:hover {
        color: #22C993;
    }

    .popular-articles__title img {
        height: 40px;
        width: 40px;
    }
    .header-time {
        font-size: 13px;
        margin-right: 6px;
    }
    .header-date {
        font-size: 13px;
    }

}

@media (max-width: 550px) {

    .topic-list b {
        font-size: 25px;
    }

    .topic-list .main-list li a {
        font-size: 18px !important;
    }

    .blog-content h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
    }

    .blog-content strong {
        font-size: 18px;
    }

    .wheel-win__content {
        max-width: 321px;
        background: url(../images/wheel-win-mob.png) no-repeat 0 center;
        padding: 60px 20px;
    }

    .wheel-win__title {
        font-size: 26px;
        line-height: 32px;
        margin: 50px 0 0;
    }

    .wheel-win__subtitle {
        font-size: 28px;
        line-height: 34px;
    }

    .wheel-win__wrap p:last-child {
        font-size: 20px;
        line-height: 26px;
    }

    .wheel-win-close {
        right: 19px;
        top: 10px;
    }

    .wheel-win-close svg {
        width: 25px;
    }
}

@media (max-width: 375px) {

    .header-title h1 {
        font-size: 23px;
    }

    .topic-list b {
        font-size: 22px;
    }

    .blog-content h2 {
        font-size: 22px;
    }

    .read-more__title {
        font-size: 22px;
    }

    .rm-item__properties span {
        margin: 0;
    }

    .rm-item__category {
        margin-top: 10px;
    }

    .rm-item__properties {
        flex-direction: column;
    }

    .article-send__btn {
        font-size: 10px;
    }

    .article-send__title {
        font-size: 11px;
        margin-right: 10px;
    }
}


@media screen and (max-width: 320px) {
    .banner-2__wrap {
        width: 295px;
    }
}

@media (min-width: 769px) {
    .widgets {
        left: 8px;
    }
}
/* ==========================================================
   DARSY-WED / DETAIL PAGE — override по ТЗ 26.08.2026
   Добавлять ПОСЛЕ существующих правил blogDetail-page.css
   ========================================================== */

:root {
    --darsy-text: #1A1A1A;
    --darsy-pink: #FFAED7;
    --darsy-pink-soft: #FFF3F9;
    --darsy-yellow-soft: #FFF8DE;
    --darsy-gray: #666666;
    --darsy-line: #DDDDDD;
    --darsy-surface: #F5F5F5;
}

/* ===== HERO / ШАПКА СТАТЬИ ===== */
.blog-wrap .blog-wrap__img {
    height: 500px;
    overflow: hidden;
    background: var(--darsy-text);
}

.blog-wrap .blog-wrap__img::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(26, 26, 26, .60);
    pointer-events: none;
}

.blog-wrap .blog-wrap__img > img {
    inset: 0;
    z-index: 0;
    max-height: none;
    filter: none;
    object-fit: cover;
    object-position: 50% 50%;
}

.blog-wrap .header-wrap {
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
}

.blog-wrap .breadcrumb {
    padding: 38px 0 72px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.35;
}

.blog-wrap .breadcrumb a,
.blog-wrap .breadcrumb span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    color: #B4B4B4 !important;
    text-transform: none;
}

.blog-wrap .breadcrumb a:hover {
    color: #FFFFFF !important;
}

.blog-wrap .header-title h1,
.blog-wrap .header-title.article-head__mod h1 {
    max-width: 810px;
    margin: 0 0 18px;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.05;
    color: #FFFFFF;
}

.blog-wrap .header-descr {
    gap: 10px 16px;
    row-gap: 10px;
}

.blog-wrap .header-date,
.blog-wrap .header-view,
.blog-wrap .header-time {
    margin-right: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #BBBBBB;
}

.blog-wrap .header-view img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.blog-wrap .header-category > a,
.blog-wrap .header-category a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin: 0;
    padding: 6px 14px;
    border-radius: 20px;
    background: var(--darsy-pink);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--darsy-text) !important;
    text-decoration: none;
}

.blog-wrap .header__send {
    margin-top: 38px;
}

.blog-wrap .header-save {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #BBBBBB;
}

/* ===== ОСНОВНАЯ СЕТКА: 810 + 70 + 300 ===== */
.blog-wrap .blog-wrap__content {
    width: calc(100% - 40px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.blog-wrap .blog-body {
    display: grid;
    grid-template-columns: minmax(0, 810px) 300px;
    justify-content: initial;
    align-items: start;
    gap: 70px;
    width: 100%;
    max-width: 1180px;
    padding: 60px 0;
}

.blog-wrap .blog-content {
    width: 100%;
    max-width: 810px;
    min-width: 0;
}

.blog-wrap .widget-area,
.blog-wrap .sticky-sidebar {
    width: 300px;
    max-width: 300px;
}

/* ===== ТИПОГРАФИКА СТАТЬИ ===== */
.blog-wrap .blog-content h2 {
    margin: 48px 0 20px;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.12;
    color: var(--darsy-text);
}

.blog-wrap .blog-content h3 {
    margin: 38px 0 18px;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--darsy-text);
}

.blog-wrap .blog-content p,
.blog-wrap .blog-content li {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--darsy-text);
}

.blog-wrap .blog-content p {
    margin: 0 0 20px;
}

.blog-wrap .blog-content strong,
.blog-wrap .blog-content b {
    font-family: 'Cormorant', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: inherit;
    color: var(--darsy-text);
}

.blog-wrap .blog-content a:not(.r-link a) {
    color: var(--darsy-pink);
}

/* ===== СОДЕРЖАНИЕ ===== */
.blog-wrap .table-of-contents {
    margin: 0 0 42px;
    padding: 24px 30px 26px;
    border: 0;
    border-radius: 20px;
    background: var(--darsy-pink-soft);
}

.blog-wrap .table-of-contents__header {
    margin: 0 0 14px;
}

.blog-wrap .table-of-contents__hide {
    font-family: 'Cormorant', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--darsy-text);
}

.blog-wrap .table-of-contents__list {
    counter-reset: darsyToc;
    margin: 0;
    padding: 0;
}

.blog-wrap .table-of-contents__list > li {
    position: relative;
    margin: 8px 0;
    padding: 0 0 0 28px;
    font-size: 16px;
    line-height: 1.45;
}


.blog-wrap .table-of-contents__list > li.level-2 {
    margin: 6px 0;
    padding-left: 48px;
    font-size: 14px;
}



.blog-wrap .table-of-contents__list a {
    font-family: 'Montserrat', sans-serif;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    color: var(--darsy-text) !important;
    text-decoration: none;
}

.blog-wrap .table-of-contents__list a:hover {
    color: var(--darsy-pink) !important;
    text-decoration: underline;
}

/* ===== МАРКИРОВАННЫЕ СПИСКИ ===== */
.blog-wrap .blog-content ul:not(.wp-block-categories) {
    margin: 28px 0 32px;
    padding: 0;
}

.blog-wrap .blog-content ul:not(.wp-block-categories) > li {
    position: relative;
    margin: 0 0 16px;
    padding-left: 30px;
}

.blog-wrap .blog-content ul:not(.wp-block-categories) > li::before {
    content: "";
    position: absolute;
    top: .48em;
    left: 0;
    width: 12px;
    height: 12px;
    margin: 0;
    border: 2px solid var(--darsy-pink);
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}

.blog-wrap .blog-content ul:not(.wp-block-categories) > li::after {
    display: none !important;
}

/* ===== НУМЕРОВАННЫЕ СПИСКИ ===== */
.blog-wrap .blog-content ol:not(.table-of-contents__list) {
    counter-reset: darsyList;
    margin: 28px 0 32px;
    padding: 0;
}

.blog-wrap .blog-content ol:not(.table-of-contents__list) > li {
    counter-increment: darsyList;
    position: relative;
    margin: 0 0 18px;
    padding-left: 30px;
}

.blog-wrap .blog-content ol:not(.table-of-contents__list) > li::before {
    content: counter(darsyList) "." !important;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background: none;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--darsy-pink);
}

/* ===== ИЗОБРАЖЕНИЯ В СТАТЬЕ ===== */
.blog-wrap .blog-content figure {
    margin: 36px 0;
}

.blog-wrap .blog-content figure img,
.blog-wrap .blog-content .wp-block-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: 20px;
    object-fit: cover;
}

/* ===== ВЫДЕЛЕННЫЕ БЛОКИ ===== */
.blog-wrap .blog-content .white-block,
.blog-wrap .blog-content .gray-block,
.blog-wrap .blog-content .yellow-block,
.blog-wrap .blog-content .pink-border {
    margin: 32px 0;
    padding: 30px 32px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.55;
    color: var(--darsy-text);
}

/* Белая рамка с тенью */
.blog-wrap .blog-content .white-block {
    border: 0;
    background: #FFFFFF;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

/* Белая рамка с чёрным контуром */
.blog-wrap .blog-content .gray-block {
    border: 2px solid var(--darsy-text);
    background: #FFFFFF;
    box-shadow: none;
}

/* Жёлтая фоновая рамка */
.blog-wrap .blog-content .yellow-block {
    border: 0;
    background: var(--darsy-yellow-soft);
    box-shadow: none;
}

/* Белая рамка с розовым контуром */
.blog-wrap .blog-content .pink-border {
    border: 2px solid var(--darsy-pink);
    background: #FFFFFF;
    box-shadow: none;
}

/* ===== ПЕРЕЛИНКОВКА ===== */
.blog-wrap .r-link {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    width: 100%;
    min-height: 254px;
    margin: 40px 0;
    overflow: hidden;
    border: 1px solid var(--darsy-line);
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: none;
}

.blog-wrap .r-link__img,
.blog-wrap .r-link__img a {
    display: block;
    width: 300px;
    height: 254px;
    max-height: none;
}

.blog-wrap .r-link__img img {
    display: block;
    width: 300px;
    max-width: none;
    height: 254px;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

.blog-wrap .r-link__content {
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 30px 40px;
}

.blog-wrap .r-link__content > p {
    margin: 0 0 8px;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--darsy-text);
}

.blog-wrap .r-link__title {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    max-width: none;
    margin: 0 0 18px;
}

.blog-wrap .r-link__title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--darsy-text) !important;
    text-decoration: none;
}

.blog-wrap .r-link__btn,
.blog-wrap .r-link__btn a {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
}

.blog-wrap .r-link__btn a span {
    display: inline-flex;
    width: 161px;
    height: 58px;
    padding: 0 24px;
    border: 2px solid #FFAED7;
    border-radius: 100px;
    box-sizing: border-box;
    background: #FFAED7;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #1A1A1A;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.blog-wrap .r-link:hover .r-link__btn a span {
    border-color: #FFAED7;
    background: #FFFFFF;
    color: #FFAED7;
}

/* ===== ТАБЛИЦА ===== */
.blog-wrap .table-container {
    width: 100%;
    max-width: 100%;
    margin: 36px 0;
    overflow-x: auto;
    border-radius: 20px;
    /*background: var(--darsy-surface);*/
    transform: scale(1, -1);
}

.blog-wrap .styled-table {
    width: max-content;
    min-width: 100%;
    margin: 0 0 16px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    transform: scale(1, -1);
}

.blog-wrap .styled-table td {
    min-width: 200px;
    padding: 20px;
    border: 0;
    border-right: 1px solid var(--darsy-line);
    border-bottom: 1px solid var(--darsy-line);
    background: var(--darsy-surface);
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    color: var(--darsy-text);
    vertical-align: top;
}

.blog-wrap .styled-table thead td,
.blog-wrap .styled-table td.table-title,
.blog-wrap .styled-table td.is-heading {
    background: var(--darsy-pink);
    font-family: 'Cormorant', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.blog-wrap .styled-table tr > td:last-child {
    border-right: 0;
}

.blog-wrap .styled-table tbody tr:last-child > td {
    border-bottom: 0;
}

.blog-wrap .table-container::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: var(--darsy-surface);
    border-radius: 20px;
}

.blog-wrap .table-container::-webkit-scrollbar-thumb {
    background: var(--darsy-pink);
    border-radius: 20px;
}

/* ===== САЙДБАР ===== */
.blog-wrap #search-1 {
    display: none;
}

.blog-wrap .widget-area .widget {
    margin-bottom: 30px;
}

.blog-wrap .blog-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 32px;
}

.blog-wrap .blogAuthor-photo {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-wrap .blogAuthor-photo img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: center;
}

.blog-wrap .blogAuthor-info {
    min-width: 0;
}

.blog-wrap .blogAuthor-position {
    margin: 0 0 3px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #666666;
}

.blog-wrap .blogAuthor-name {
    display: block;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--darsy-text) !important;
    text-decoration: none;
}

.blog-wrap .blogAuthor-name:hover{
    text-decoration: none;
}

.blog-wrap .widget-header,
.blog-wrap .widget .wp-block-categories + * {
    font-family: 'Cormorant', Georgia, serif;
}

.blog-wrap .widget-header,
.blog-wrap .widget-header.has-small-font-size {
    margin: 0 0 14px;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.2;
    color: var(--darsy-text);
}

.blog-wrap .wp-block-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.blog-wrap .wp-block-categories > li {
    margin: 0;
    padding: 0;
}

.blog-wrap .wp-block-categories > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 12px;
    border-radius: 20px;
    background: var(--darsy-pink-soft)!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--darsy-text) !important;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}

.blog-wrap .wp-block-categories > li.active > a,
.blog-wrap .wp-block-categories > li > a:hover {
    background: var(--darsy-pink)!important;
    color: #1A1A1A !important;
}

.blog-wrap .widget-articles .post-card--vertical {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
}

.blog-wrap .widget-articles .post-card__thumbnail,
.blog-wrap .widget-articles .post-card__thumbnail a {
    flex: 0 0 48px;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
}

.blog-wrap .widget-articles .post-card__thumbnail img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.blog-wrap .widget-articles .post-card__body {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
}

.blog-wrap .widget-articles .post-card__title,
.blog-wrap .widget-articles .post-card__title a {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--darsy-text) !important;
    text-decoration: none;
}

.blog-wrap .widget-articles .post-card__title a:hover {
    color: var(--darsy-pink) !important;
}

/* ===== «ВАМ ТАКЖЕ МОЖЕТ ПОНРАВИТЬСЯ» ===== */
.blog-wrap .detail-slider__title {
    margin: 0 0 26px;
    padding: 0;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.12;
    color: var(--darsy-text);
}

.blog-wrap .detailSlider {
    margin: 0;
}

.blog-wrap .detailSlider-slide {
    min-height: 540px;
    overflow: hidden;
    border: 1px solid var(--darsy-line);
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: none;
}

.blog-wrap .detailSlider__img {
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    object-position: center;
}

.blog-wrap .detailSlider__container {
    padding: 28px 28px 30px;
}

.blog-wrap .detailSlider__properties {
    gap: 10px;
    align-items: center;
}

.blog-wrap .detailSlider__date,
.blog-wrap .detailSlider__category {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--darsy-text);
}

.blog-wrap .detailSlider__category {
    padding: 6px 12px;
    border-radius: 20px;
    background: #FFEFF9;
}

.blog-wrap .detailSlider__title {
    margin: 22px 0 24px;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--darsy-text);
    transition: color .2s ease;
}

.blog-wrap .detailSlider-slide:hover .detailSlider__title {
    color: var(--darsy-pink);
}

.blog-wrap .detailSlider__button {
    width: 161px;
    height: 58px;
    margin-top: auto;
    padding: 0 24px;
    border: 2px solid var(--darsy-pink);
    border-radius: 100px;
    box-sizing: border-box;
    background: var(--darsy-pink);
    font-family: 'Cormorant', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--darsy-text) !important;
    transition: background-color .2s ease, color .2s ease;
}

.blog-wrap .detailSlider-slide:hover .detailSlider__button {
    background: #FFFFFF;
    color: var(--darsy-pink) !important;
}

.blog-wrap .detailSlider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--darsy-surface);
    opacity: 1;
}

.blog-wrap .detailSlider .swiper-pagination-bullet-active {
    background: var(--darsy-pink);
}

/* ===== АДАПТИВ ===== */
@media (max-width: 1200px) {
    .blog-wrap .blog-body {
        display: block;
        max-width: 810px;
        margin: 0 auto;
    }

    .blog-wrap .blog-content {
        width: 100%;
        max-width: 810px;
        margin: 0 auto;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .blog-wrap .blog-wrap__img {
        height: 430px;
    }

    .blog-wrap .header-wrap,
    .blog-wrap .blog-wrap__content {
        width: calc(100% - 30px);
    }

    .blog-wrap .breadcrumb {
        padding: 24px 0 52px;
        overflow-x: auto;
        /*white-space: nowrap;*/
    }

    .blog-wrap .header-title h1,
    .blog-wrap .header-title.article-head__mod h1 {
        margin-bottom: 16px;
        font-size: 22px !important;
        line-height: 1.1;
    }

    .blog-wrap .header-descr {
        justify-content: flex-start;
        gap: 8px 12px;
    }

    .blog-wrap .header-date,
    .blog-wrap .header-view,
    .blog-wrap .header-time,
    .blog-wrap .header-category > a,
    .blog-wrap .header-category a {
        font-size: 12px;
    }

    .blog-wrap .header__send {
        margin-top: 28px;
    }

    .blog-wrap .blog-body {
        padding: 34px 0;
    }

    .blog-wrap .blog-content h2 {
        margin: 38px 0 16px;
        font-size: 26px;
    }

    .blog-wrap .blog-content h3 {
        margin: 30px 0 14px;
        font-size: 22px;
    }

    .blog-wrap .blog-content p,
    .blog-wrap .blog-content li,
    .blog-wrap .blog-content strong,
    .blog-wrap .blog-content b {
        font-size: 16px;
    }


    .blog-wrap .r-link {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .blog-wrap .r-link__img,
    .blog-wrap .r-link__img a,
    .blog-wrap .r-link__img img {
        width: 100%;
        height: 210px;
    }

    .blog-wrap .r-link__content {
        padding: 24px 20px 26px;
    }

    .blog-wrap .r-link__content > p {
        font-size: 22px;
    }

    .blog-wrap .r-link__title a {
        font-size: 16px;
    }

    .blog-wrap .styled-table td,
    .blog-wrap .styled-table thead td,
    .blog-wrap .styled-table td.table-title,
    .blog-wrap .styled-table td.is-heading {
        font-size: 16px;
    }

    .blog-wrap .detail-slider__title {
        font-size: 26px;
    }

    .blog-wrap .detailSlider-slide {
        min-height: 500px;
    }

    .blog-wrap .detailSlider__container {
        padding: 24px 20px 26px;
    }
}

.widget .widget-articles .post-card__thumbnail a {
    border-radius: 8px;
}


.blog-content .r-link {
    display: flex;
    width: 810px;
    max-width: 100%;
    height: 254px;
    margin: 45px 0;

    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;

    box-shadow: none;
    box-sizing: border-box;
    overflow: hidden;
}


/* -------------------------
   Изображение
   ------------------------- */

.blog-content .r-link__img {
    width: 300px;
    min-width: 300px;
    height: 254px;
    max-height: none;
}

.blog-content .r-link__img a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-content .r-link__img img {
    display: block;

    width: 300px;
    max-width: none;
    height: 254px;

    margin: 0;

    object-fit: cover;
    object-position: center;

    border-radius: 0;
}


/* -------------------------
   Правая часть
   ------------------------- */

.blog-content .r-link__content {
    width: 510px;
    max-width: none;
    height: 100%;

    padding: 35px 40px;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;
}


/* "Читайте также!" */

.blog-content .r-link__content > p {
    margin: 0 0 16px;

    font-family: 'Cormorant', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;

    color: #1A1A1A !important;
}


/* -------------------------
   Название статьи
   ------------------------- */

.blog-content .r-link__title {
    max-width: 100%;
    margin: 0 0 20px;
}

.blog-content .r-link__title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;

    color: #1A1A1A !important;
    text-decoration: none;
}

.blog-content .r-link__title a:hover {
    color: #1A1A1A !important;
    text-decoration: none;
}



