body {
    padding: 0 !important;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
}

.breadcrumb {
    position: relative;
    padding: 0 0 50px 0;
    margin: 0;
}

.single .breadcrumb a, .breadcrumb span {
    color: #ffff;
}

.single .breadcrumb span.breadcrumb_last {
    color: #ffff;
}

.blog-wrap {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.blog-wrap__content {
    max-width: 1210px;
    /*padding: 60px 60px 20px;*/
    margin: 0px auto 60px;
    z-index: 2;
    position: relative;
}

.header-property {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 70px 15px;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}


.header-property__top {
    display: flex;
}

.header-property__top div {
    display: flex;
    align-items: center;
}

.blog-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    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 {
    position: relative;
    min-height: 500px;
    display: grid;
    align-content: center;
}

.table-of-contents .open {
    display: none !important;
}

.header-title h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.header-title.article-head__mod h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
}

.header-date {
    font-size: 14px;
    line-height: 20px;
    color: #BBBBBB;
}

.header-category {
    display: flex;
    gap: 10px;
}

.header-category a {
    text-decoration: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 100%;
    background: #FFF;
    color: #000;
    border-radius: 5px;
    display: inline-block;
}

.header-view {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #BBBBBB;
}


.header-view img {
    margin-right: 5px;
    width: 20px;
}

.header-descr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.header-share {
    display: flex;
    align-items: center;
}

.header-time {
    font-size: 14px;
    line-height: 17px;
    color: #BBBBBB;
}

.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: #BBBBBB;
}

.header-save svg {
    margin-right: 5px;
}

.white-block {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px;
}

.gray-block {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 30px;
}

.black-border {
    background: #FFFFFF;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 30px;
}

.yellow-block {
    background: #FFF4CC;
    border-radius: 10px;
    padding: 30px;
}

.red-block {
    background: #FAD9D9;
    border-radius: 10px;
    padding: 30px;
}

.blog-content h2 {
    font-weight: bold;
    color: #000;
    font-size: 34px;
    margin: 60px 0 50px;
    line-height: 120%;
}

.blog-content h3 {
    margin: 60px 0 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #000;
}

.blog-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #333333;
}

div#ez-toc-container {
    background: #F8F8F8;
    padding: 20px;
    border-radius: 10px;
}

div#ez-toc-container .ez-toc-title {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.ez-toc-counter nav ul li a::before {
    font-size: 16px;
    color: #999;
    margin-right: 1em;
}

div#ez-toc-container ul.ez-toc-list a {
    color: #DD0000;
    margin-bottom: 5px;
}

div#ez-toc-container ul.ez-toc-list a:hover {
    color: #000;
    text-decoration: underline;
}

div#ez-toc-container ul li > ul li a {
    font-size: 14px;
}

.blog-content ol {
    margin: 30px 0;
}

.blog-content ol > li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    position: relative;
    margin-bottom: 30px;
    padding-left: 35px;
}

.blog-content ol > li:before {
    color: #DD0000;
    font-weight: 700;
    position: absolute;
    inset: 0;
}

ol {
    counter-reset: myCounter;
}

li {
    list-style: none;
}

ol > li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
}

.blog-content ul {
    margin: 30px 0;
}

.blog-content ul:not([class]) li {
    padding-left: 35px;
    margin: 0 0 12px;
    position: relative;
    list-style-type: none;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.blog-content ul:not([class]) > li:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background: url("../img/single/bullits.svg") center no-repeat;
}

.blog-sidebar__icons-wrap {
    position: absolute;
}

.blog-sidebar__icons {
    display: flex;
    flex-direction: column;
}

.blog-sidebar__icons a {
    margin-bottom: 7px;
}

.blog-author a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.blog-author a p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.blog-author a span {
    font-size: 12px;
    color: #999;
    display: block;
}

.blog-author a img {
    margin-right: 20px;
    border-radius: 50%;
    max-width: 100%;
    height: fit-content;
}

.blog-sidebar {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sidebar-categories__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.sidebar-categories__list a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 8px;
    text-decoration: none;
    color: #000;
    background: #F8F8F8;
    border-radius: 5px;
}

.sidebar-categories__list a:hover {
    color: #fff;
    background: #000;
}

.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;
}

.blog-content {
    width: 100%;
    max-width: 830px;
}

.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: #000;
    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: #F8F8F8;
    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: #000;
    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 #DDDDDD;
    background: #FFFFFF;
    border-radius: 10px;
}

.r-link__img {
    max-height: 300px;
    height: auto;
}

.r-link__img img {
    max-width: 300px;
    width: 100%;
    height: 100%;
    -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__content p {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 100%;
    color: #DD0000;
}

.r-link__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 25px;
    color: #666;
}

.r-link__btn {
    display: flex;
    align-items: center;
}

.r-link__btn {
    width: fit-content;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 48px;
    font-weight: 700;
    color: #ffffff;
    background: #DD0000;
    border: 2px solid #DD0000;
    text-transform: uppercase;
    padding: 5px 30px;
}


.r-link__btn:hover {
    background: #ffff;
    color: #DD0000;
}

.r-link__btn a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-save-wrap {
    display: flex;
}

/* слайдер */
.read-more {
    margin: 0px auto 0px;
    max-width: 1210px;
}

.slider-read-more .slick-slide {
    margin: 0 20px 20px;
}

.read-more .slick-initialized .slick-slide {
    height: auto;
    background: #FFFFFF;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    overflow: hidden;
}

.read-more .slick-slide:hover .rm-item__title {
    color: #DD0000;
}

.rm-item__title {
    color: #000;
    margin: 25px 0 25px;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

.rm-item__content {
    font-size: 14px;
    line-height: 130%;
    color: #999999;
}

.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: -15px;
}

.read-more-next {
    right: -15px;
}

.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: #DDD;
}

.slider-read-more .slick-dots li.slick-active {
    background: #000;
}

.slider-read-more .slick-dots li button {
    display: none;
}

.rm-item__properties {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #999;
}

.rm-item__properties span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.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: #F8F8F8;
    margin-bottom: 5px;
    color: #999;
    border-radius: 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;
    width: fit-content;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #DD0000;
    border: 2px solid #DD0000;
    text-transform: uppercase;
    padding: 11px 24px;
}

.rm-item__button a span:hover {
    background: #ffff;
    color: #DD0000;
}

.rm-item__button a {
    text-decoration: none;
}

.rm-item__img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.rm-item__container svg {
    fill: #725EF2;
}

.sidebar-title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 700;
}

.sidebar-articles__item.sidebar-article {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.sidebar-article__img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.sidebar-article__img img {
    width: 48px;
    height: 48px;
    max-width: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.sidebar-socials__icons a {
    margin-right: 10px;
}

aside#secondary {
    width: 300px;
    margin: 0;
}

.sidebar-articles__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar-articles__item:hover .sidebar-article__title a {
    color: #DD0000;
}

.sidebar-article__title a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.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;
}

.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;
}

.offer-header {
    margin-bottom: 0;
}

.header__send {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
}

.sticky-block {
    position: sticky;
    top: 140px;
}


.heading-download {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    padding: 0 0 15px;
}

.heading-download img {
    display: block;
    margin-right: 10px;
}

.heading-download p {
    display: none;
}

.heading-download__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #004ec3;
    font-style: normal;
}

.heading-download__desc {
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #999;
}

@media (max-width: 1200px) {
    .blog-sidebar {
        display: none;
    }

    .blog-content {
        padding: 0 15px;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .blog-sidebar__icons-wrap {
        display: none;
    }

    .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;
    }

}

@media (max-width: 991px) {

    .breadcrumb {
        padding: 60px 0 90px 0;
    }

    .blog-body {
        padding: 20px 0;
    }

    .read-more-next {
        right: -10px;
    }

    .read-more-prev {
        left: -10px;
    }

    .heading-download__title, .heading-download__desc {
        font-size: 10px;
    }

    .heading-download img {
        width: 25px;
    }

}

@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;
    }

    .header-title.article-head__mod h1 {
        font-size: 22px;
    }

    .blog-content h2 {
        font-size: 26px;
    }

    .blog-content h3 {
        font-size: 22px;
    }

    .blog-detail__breadcrumbs {
        top: 0;
        margin: 40px 0 70px 0;
    }
}

@media (max-width: 550px) {

    .header-property {
        padding: 20px 15px;
    }

    .read-more__title {
        font-size: 26px;
        line-height: 110%;
    }

    .blog-content .header-save {
        margin-right: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .header-view {
        font-size: 13px;
        margin: 0 5px;
    }

    .header-links img {
        width: 25px;
        margin-right: 1px;
    }

    .main-list {
        margin: 25px 0 50px;
    }

    .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-time {
        font-size: 13px;
        margin-right: 6px;
    }

    .header-date {
        font-size: 13px;
    }

}

@media (max-width: 375px) {

    .read-more__title {
        font-size: 22px;
    }

    .header-category a {
        font-size: 13px;
    }

    .header-save {
        font-size: 11px;
    }

    .rm-item__properties span {
        margin: 0;
    }

    .rm-item__category {
        margin-top: 10px;
    }

    .rm-item__properties {
        flex-direction: column;
    }
}