.blog-page #content .wrapper_inner, .blog-page #content .maxwidth-theme {
    background: #fff!important;
    background-color: #fff;
}

.blog-page p:first-of-type,
.blog-page .introtext:first-of-type,
.blog-page h1:first-child,
.blog-page h2:first-child,
.blog-page h3:first-child,
.blog-page h4:first-child,
.blog-page h5:first-child,
.blog-page h6:first-child {
    margin-top: initial;
}

img {
    max-width: 100%;
    height: auto;
}

.blog-page .blog a {
    text-decoration: none;
}

.breadcrumb {
    margin-bottom: 1.5rem;
}

.breadcrumb .container {
    padding: 0;
}

@media (max-width: 767px) {
    .breadcrumb .container {
        padding: 0 15px;
    }
}

.blog {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
}

.blog-overlay {
    margin: 0 auto 0;
    max-width: 1160px;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

@media (max-width: 767px) {
    .blog-overlay {
        height: 500px;
    }
}

.picture-big__img {
    position: relative;
    height: 500px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .picture-big__img {
        height: 500px;
        border-radius: 0;
    }
}

.picture-big__img:after {
    background-color: #000000;
    opacity: 0.7;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .picture-big__img:after {
        border-radius: 0;
    }
}

.blog-header {
    width: 100%;
    max-width: 1160px;
    padding: 64px 40px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
    .blog-header {
        height: 500px;
        padding: 48px 15px;
    }
}

.blog-header__center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
}

@media (max-width: 767px) {
    .blog-header__center {
        gap: 20px;
    }
}

.blog-header__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 25px;
}

@media (max-width: 767px) {
    .blog-header__wrap {
        gap: 20px;
    }
}

.blog-header__wrap a {
    color: #00B8E4;
}

.blog-header__date {
    font-size: 14px;
    line-height: 20px;
    color: #bbb;
    margin: 0;
}

@media (max-width: 767px) {
    .blog-header__date {
        font-size: 12px;
    }
}

.blog-header__category {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #00B8E4;
    border-radius: 100px;
    margin: 0;
}

@media (max-width: 767px) {
    .blog-header__category {
        font-size: 12px;
    }
}

.blog-header__show-article {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    color: #bbb;
}

.blog-header__show-article img {
    margin-right: 5px;
}

.blog-header__show-article p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

@media (max-width: 767px) {
    .blog-header__show-article p {
        font-size: 12px;
    }
}

.blog-header__time-to-read {
    font-size: 14px;
    line-height: 16px;
    color: #bbb;
}

@media (max-width: 767px) {
    .blog-header__time-to-read {
        font-size: 12px;
    }
}

.blog-header__time-to-read span {
    font-weight: 600;
}

.blog-header__title {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    color: #fff;
}

@media (max-width: 767px) {
    .blog-header__title {
        font-weight: 600;
        font-size: 28px;
        line-height: 110%;
        color: #fff;
    }
}

.blog-header__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.blog-header__btn img {
    margin-right: 15px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .blog-header__btn img {
        display: none
    }
}

.blog-header__btn--title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
}

.blog-header__btn .ya-share2__container_size_m .ya-share2__badge, .blog-header__btn .ya-share2__container_size_m .ya-share2__icon {
    width: 30px !important;
    height: 30px !important;
    background-size: 26px 26px !important;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .blog-header__btn .ya-share2__container_size_m .ya-share2__badge, .blog-header__btn .ya-share2__container_size_m .ya-share2__icon {
        margin: 0;
    }
}

.blog-header__socials {
    margin-left: 15px;
}

.blog-detail__wrap {
    display: flex;
    flex-direction: row;
    margin: 32px auto 0;
    width: 100%;
    max-width: 1160px;
    position: relative;
}

@media (max-width: 1279px) {
    .blog-detail__wrap {
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .blog-detail__wrap {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .blog-detail__wrap {
        max-width: 540px;
    }
}

.heading-list {
    background: #ebf9ff;
    border-radius: 18px;
    padding: 32px 32px 16px;
}

.heading-list.--hide {
    padding: 32px 32px 32px;
}

.blog-detail__item li {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
}

.blog-detail__item > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #012f3f;
    margin: 0 0 32px;
}

.blog-detail__item:first-child img {
    border-radius: 10px;
}

.blog-detail__wrap nav > p {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #012f3f;
    margin: 0 0 24px;
    position: relative;
    cursor: pointer;
}

.blog-detail__wrap nav.--hide > p {
    margin: 0 0 0;
}

.blog-detail__wrap nav > p:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 12.5L10 6.25L16.25 12.5' stroke='%23012F3F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    margin-left: 12px;
    top: 3px;
    position: relative;
}

.blog-detail__wrap nav.--hide > p:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 7.5L10 13.75L16.25 7.5' stroke='%23012F3F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.blog-detail__wrap nav.--hide > ol {
    display: none;
}

.blog-detail__wrap h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 110%;
    color: #012f3f;
    margin: 0 0 32px;
}

.blog-detail__wrap h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    color: #012f3f;
    margin: 0 0 32px;
}

@media (min-width: 1280px) {

    .blog-detail__wrap h2 {
        font-size: 34px
    }

    .blog-detail__wrap h3 {
        font-size: 26px;
    }
}

.blog-detail__wrap p.shadowed {
    padding: 34px 40px;
    border: #DDDDDD solid 1px;
    border-radius: 10px;
    box-shadow: 0 15px 40px #0000001a;
}

.blog-detail__wrap p.gray {
    padding: 34px 40px;
    border-radius: 10px;
    background: rgba(95, 107, 127, .1)
}

.blog-detail__wrap p.light-blue {
    padding: 34px 40px;
    border-radius: 10px;
    background-color: #eefcff;
}

.blog-detail__wrap p.blue-border {
    padding: 34px 40px;
    border: #00b8e4 solid 2px;
    border-radius: 10px
}

.blog-detail__wrap p.dark-blue-border {
    padding: 34px 40px;
    border: #012f3f solid 2px;
    border-radius: 10px
}

.blog-detail__wrap p.blue {
    padding: 34px 40px;
    border-radius: 10px;
    background-color: #cdeaf5
}

.blog-detail__wrap .table-container {
    width: 100%;
    color: #333;
    overflow-x: scroll;
    overflow-y: hidden;
    border-radius: 10px;
    margin: 0 0 32px
}

.blog-detail__wrap .table-container > table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

.blog-detail__wrap .table-container > table > thead {
    background-color: #00b8e4;
    color: #fff;
    font-weight: 700
}

.blog-detail__wrap .table-container > table > thead > tr > th {
    border: 1px solid #DDDDDD;
    border-top: none;
    padding: 24px
}

.blog-detail__wrap .table-container > table > tbody {
    background-color: #eefcff
}

.blog-detail__wrap .table-container > table > tbody > tr > td {
    border: 1px solid #DDDDDD;
    padding: 16px 24px
}

.blog-detail__wrap .table-container > table > tbody > tr > td:first-child {
    border-left: none
}

.blog-detail__wrap .table-container > table > tbody > tr > td:last-child {
    border-right: none
}

.blog-detail__wrap .table-container > table > tbody > tr:last-child > td {
    border-bottom: none
}

.blog-detail__wrap .table-container > table > thead > tr > .rotate {
    transform: rotate(-90deg)
}

.blog-detail__wrap .table-container > table > tbody > tr > .rotate {
    transform: rotate(-90deg)
}

.blog-detail__wrap .table-container, .table-container > table {
    transform: rotateX(180deg)
}

.blog-detail__wrap .table-container::-webkit-scrollbar {
    height: 10px;
    width: 12px;
    border-radius: 50%
}

.blog-detail__wrap .table-container::-webkit-scrollbar-track {
    background: #F8F8F8
}

.blog-detail__wrap .table-container::-webkit-scrollbar-thumb {
    background: #00b8e4;
    border-radius: 6px
}

.blog-detail__wrap .quote {
    padding: 49px 120px 40px 120px;
    background: linear-gradient(0deg, #fafafa, #fafafa);
    margin: 45px 0;
}

.blog-detail__wrap .quote__desc {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333;
    position: relative;
}

.blog-detail__wrap .quote__desc:after {
    content: url("/bitrix/templates/halva/assets/img/right-q.svg");
    position: absolute;
    top: -2px;
    right: -28px;
}

.blog-detail__wrap .quote__desc:before {
    content: url("/bitrix/templates/halva/assets/img/left-q.svg");
    position: absolute;
    left: -15px;
    top: -5px;
}

.blog-detail__wrap .quote__name {
    font-family: ptmono;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #00B8E4;
    margin-bottom: 0;
}

.blog-detail__wrap .quote-min {
    padding: 49px 120px 40px 120px;
    background: linear-gradient(0deg, #fafafa, #fafafa);
    margin: 45px 0;
}

.blog-detail__wrap .quote-min__desc {
    font-family: ptmono;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333;
}

.blog-detail__wrap .quote-min__name {
    font-family: ptmono;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #00B8E4;
    margin-bottom: 0;
}

.blog-detail__wrap ul,
.blog-detail__wrap ol,
.blog-detail__wrap li {
    padding: 0;
    margin: 0;
}

.blog-detail__wrap ul,
.blog-detail__wrap ol {
    list-style: none;
}

.blog-detail__wrap li::marker {
    content: none;
}

.blog-detail__wrap nav .heading-list {
    counter-reset: list-links;
    margin-bottom: 32px
}

.blog-detail__wrap nav .heading-list > li {
    display: flex;
    align-items: center;
    /*width: 100%;*/
    counter-increment: list-links;
    line-height: 24px;
    transition-property: all;
    transition-duration: .2s
}

.blog-detail__wrap nav .heading-list > li:hover {
    color: #0098ce
}

.blog-detail__wrap nav .heading-list li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #012f3f;
    text-decoration: none;
}

.blog-detail__wrap nav .heading-list > li > a:hover {
    color: #0098ce;
    text-decoration: none
}

.blog-detail__wrap nav .heading-list > li:before {
    content: counter(list-links);
    font-size: 26px;
    margin-right: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    margin-left: -36px;
    background-color: transparent;
    color: #333;
    flex-shrink: 0;
    text-align: center;
    line-height: 32px;
    border-radius: 50%
}

.blog-detail__wrap ol {
    counter-reset: numbered-list;
    margin: 0 0 40px
}

.blog-detail__wrap .heading-list ol {
    margin-bottom: 0;
}

.blog-detail__wrap ol > li {
    position: relative;
    margin-left: 36px;
    margin-bottom: 16px;
    counter-increment: numbered-list
}

.blog-detail__wrap ol > li > ol > li {
    counter-increment: numbered-list
}

.blog-detail__wrap ol > li:before {
    content: counter(numbered-list);
    flex-shrink: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #012f3f;
    position: absolute;
    margin-left: -36px;
    margin-right: 0;
}

.blog-detail__wrap ul {
    margin-bottom: 40px
}

.blog-detail__wrap ul > li {
    margin-bottom: 20px;
    position: relative;
    margin-left: 36px
}

.blog-detail__wrap ul > li:before {
    content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='%2300B8E4' stroke-width='2' /%3E%3C/svg%3E") !important;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: 0 0 0 -36px !important;
}

.blog-detail__wrap ul > li > ol {
    counter-reset: numbered-list;
    margin-top: 20px
}

.blog-detail__wrap ul > li > ol > li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    counter-increment: numbered-list
}

.blog-detail__wrap ul > li > ol > li:before {
    content: counter(numbered-list);
    margin-right: 24px;
    font-size: 16px;
    flex-shrink: 0;
    text-align: center;
    line-height: 32px;
    color: #012f3f;
}

.blog-detail__wrap ol > li > ul {
    margin-top: 20px
}

.blog-detail__wrap ol > li > ul > li {
    margin-bottom: 20px;
    position: relative;
    margin-left: 36px
}

.blog-detail__wrap ol > li > ul > li:before {
    content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='%2300B8E4' stroke-width='2' /%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    position: absolute;
    margin-left: -36px
}

@media (min-width: 1280px) {

    .blog-detail__wrap nav .heading-list li a {
        text-decoration: none;
        color: #333;
        display: block;
        flex-shrink: 0;
        padding-right: 16px;
    }

    .blog-detail__wrap nav .heading-list li:after {
        content: "";
        display: block;
        height: 1px;
        background-color: #0098ce;
        width: 0;
        transition-property: all;
        transition-duration: .2s;
    }

    .blog-detail__wrap nav .heading-list li:hover:after {
        width: 100%;
    }
}

.blog-detail__item:first-child {
    margin-right: 40px;
    width: 760px;
}

.blog-detail__item:last-child {
    width: 300px;
}

.blog-detail__item .author {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.blog-detail__item .author__img {
    margin-right: 15px;
    border-radius: 50% !important;
    object-fit: cover;
    width: 59px;
    height: 59px;
}

.blog-detail__item .author__img.border {
    border: 2px solid #00B8E4;
    border-radius: 50%;
}

.blog-detail__item .author__name {
    font-weight: 400;
    font-size: 14px;
    color: rgba(1, 47, 63, 0.4);
}

.blog-detail__item .author__name span {
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #012f3f;
}

.blog-detail__item .author__name a {
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #012f3f;
    cursor: default;
}

.blog-detail__item .category {
    margin-top: 50px;
}

.blog-detail__item .category__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #012f3f;
    margin-bottom: 24px;
}

.blog-detail__item .category__list {
    margin: -2px;
    display: flex;
    flex-wrap: wrap;
}

.blog-detail__item .category__link {
    margin: 2px;
    padding: 6px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    display: block;
    background: #eefcff;
    color: #00b8e4;
}

.blog-detail__item .category__link:hover {
    background: #00b8e4;
    color: #fff;
}

.blog-detail__item .category__link--blue {
    background: #00B8E4;
    border-radius: 100px;
    color: #fff;
}

.blog-detail__item .category .blue-general {
    background: #00b8e4;
    color: #fff;
}

.blog-detail__item .tags {
    margin-top: 50px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.blog-detail__item .tags__title {
    font-size: 16px;
    line-height: 20px;


    margin-bottom: 20px;
}

.blog-detail__item .tags__links {
    display: flex;
    flex-direction: row;
}

.blog-detail__item .tags__link {
    font-size: 14px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;

    text-decoration: none;
    margin-right: 15px;
}

.blog-detail__item .tags__link:hover {
    color: #00B8E4;
}

.blog-detail__item .articles {
    margin-top: 50px;
    position: sticky;
    top: 100px;
    width: 300px;
}

.blog-detail__item .articles.fixed {
    margin-top: initial;
    position: fixed;
    top: 110px;
    width: 300px;
}

.blog-detail__item .articles.stuck {
    margin-top: initial;
    position: absolute;
    top: auto;
    width: 300px;
    bottom: 30px;
}

.blog-detail__item .articles__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.blog-detail__item .articles__list {
    display: flex;
    flex-direction: column;
}

.blog-detail__item .articles__item {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.blog-detail__item .articles__item:first-child {
    margin-top: 0;
}

.blog-detail__item .articles__item a {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: rgb(153, 153, 153);
}

.blog-detail__item .articles__item a:first-child {
    margin-right: 24px;
}

.blog-detail__item .articles__item a:hover {
    color: #00B8E4;
}

.blog-detail__item .articles__item img {
    object-fit: cover;
    display: block;
    max-width: 56px;
    width: 56px;
    height: 56px;
    border-radius: 5px;
}

.blog-detail__wrap .linked-post {
    margin-bottom: 2.5rem;
    text-decoration: none;
}

.blog-detail__wrap .linked-post__wrap {
    font-family: 'Montserrat', sans-serif;
    max-width: 760px;
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #ddd;
    box-shadow: 0 15px 40px #0000001a;
}

@media (max-width: 1279px) {
    .blog-detail__wrap .linked-post__wrap {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .blog-detail__wrap .linked-post__wrap {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.blog-detail__wrap .linked-post__image {
    display: block;
    vertical-align: middle;
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    border-radius: 0 !important;
}

@media (max-width: 991px) {
    .blog-detail__wrap .linked-post__image {
        max-width: 100%;
    }
}

.blog-detail__wrap .linked-post__text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem;
    gap: 1rem;
    width: 100%;
}

@media (max-width: 767px) {
    .blog-detail__wrap .linked-post__text {
        padding: 2.5rem 1.5rem;
    }
}

.blog-detail__wrap .linked-post__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #00b8e4;
}

.blog-detail__wrap .linked-post__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #666;
}

.blog-detail__wrap .linked-post__detail {
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 175px;
    width: 100%;
    height: 58px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    background: #00b8e4;
    border: 2px solid #fff;
}

.blog-detail__wrap .linked-post__wrap:hover .linked-post__detail {
    background: #fff;
    border: 2px solid #00b8e4;
    color: #00b8e4;
}

.blog-detail__item .articles-footer {
    border-top: 1px solid #00B8E4;
    padding-top: 2.5rem;
    margin-top: 70px;
    margin-bottom: 70px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    display: none;
}

@media (max-width: 1279px) {
    .blog-detail__item .articles-footer {
        display: flex;
    }
}

.blog-detail__item .articles-footer__item {
    width: 45%;
}

.blog-detail__item .articles-footer__item:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blog-detail__item .articles-footer__item:last-child {
    margin-left: 3.5rem;
}

.blog-detail__item .articles-footer__title {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__badge, .blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__icon {
    width: 30px !important;
    height: 30px !important;
    background-size: 26px 26px !important;
    margin-right: 8px;
}

.blog-detail__item .articles-footer__socials ul {
    margin: 0;
}

.blog-detail__item .articles-footer__socials ul li:before {
    border: none;
}

.blog-detail__item .articles-footer__socials ul li:hover:before {
    background-color: transparent;
}

.blog-detail__item .articles-footer .rating {
    position: relative;
    left: 55px;
    top: -40px;
}

.blog-detail__item .articles-footer .rating span {
    color: #00B8E4;
}

.blog-detail__item .articles-footer .rating .rating-voted {

    line-height: 28px;
    color: #ddd;
    text-transform: none;

    display: block;
    margin-top: 10px;
}

.blog-detail__item .articles-footer .rating__wrap {
    display: flex;
    flex-direction: row;
}

.blog-detail__item .articles-footer .stars .iblock-vote {
    display: flex;
    flex-direction: row;
}

.blog-detail__item .articles-footer .stars .iblock-vote div {
    margin-right: 6px !important;
}

.blog-detail__item b,
.blog-detail__item strong {
    color: #012f3f;
}
.blog-detail__item {
    color: #012f3f;
}

.read-more {
    position: relative;
    padding: 40px 0 64px;
    margin: 40px auto 0;
    width: 100%;
    max-width: 1160px;
}

@media (max-width: 1279px) {
    .read-more {
        padding: 20px 0 64px;
        margin: 20px auto 0;
    }
}

.read-more .container {
   max-width: 1160px;
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}

.read-more-wrap {
    position: relative;
}

.read-more__list {
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
}

.read-more__list .swiper-slide {
    padding: 0 15px 40px;
    height: auto;
}

.read-more__list.swiper-initialized .swiper-slide {
    display: flex;
}

.read-more__info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.read-more__category {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #00b8e4;
    font-family: 'Montserrat', sans-serif;
    border-radius: 100px;
    background: #eefcff;
    padding: 6px 12px;
}

.read-more__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #ffffff;
    transition-duration: .3s;
    box-shadow: 0 15px 20px #0000001a;
    height: auto !important;
    position: relative;
    transition-property: transform;
}

.read-more__item:hover {
    box-shadow: -4px 4px 20px rgba(32, 32, 32, 0.1);
    border-radius: 10px;
}

.read-more__item .read-more__body {
    font-family: 'Montserrat', sans-serif;
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.read-more__title {
   margin: 0 0 32px;
    padding: 0;
    font-weight: 600;
    font-size: 34px;
    line-height: 110%;
    color: #012f3f;
}

.read-more__img img {
    border-radius: 10px 10px 0 0;
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.read-more__name {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #012f3f;
    margin-bottom: 16px;
}

.read-more__text {
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #999;
}

@media (max-width: 767px) {

    .read-more__title {
        margin: 0 0 24px;
        font-size: 28px;
    }

    .read-more__item .read-more__body {
        padding: 20px;
        display: flex;
    }

    .read-more__name {
        min-height: initial;
    }

    .read-more__text {
        min-height: initial;
    }
}

.read-more__icons {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.read-more__icons img {
    width: 18px;
    height: 12px;
    margin-right: 5px;
}

.read-more__icons span {
    font-size: 14px;
    line-height: 16px;
    color: #bbb;
}

.read-more__item .read-more__btn {
    width: fit-content;
    margin: auto 0 0 0;
    border-radius: 100px;
    padding: 20px 32px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    background: #00b8e4;
}

.read-more__btn:hover {
}

.read-more .swiper-pagination {
    width: 100%;
}

.read-more .swiper-button-disabled {
    opacity: 1 !important;
}

.read-more .swiper-button-prev {
    top: calc(50% + 16px);
    left: -15px;
    width: 32px;
    height: 32px;
    border: 1px solid #c7c5c5;
    border-radius: 50%;
    background: white;
}

.read-more .swiper-button-next {
    top: calc(50% + 16px);
    right: -15px;
    width: 32px;
    height: 32px;
    border: 1px solid #c7c5c5;
    border-radius: 50%;
    background: white;
}

.read-more .swiper-button-prev:after, .read-more .swiper-button-next:after {
    font-size: 14px;
    color: #323232;
}

.read-more .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    margin: 10px 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.read-more .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #00B8E4;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    padding: 0;
}

.mob {
    display: none;
}

@media (max-width: 1279px) {

    .blog-detail__item:first-child {
        margin-right: 0;
        width: 100%;
    }

    .blog-detail__item:last-child {
        display: none;
    }
}

@media (max-width: 767px) {

    .blog-detail__item .articles-footer__item:first-child {
        width: 47%;
    }

    .blog-detail__item .articles-footer__item:last-child {
        width: 52%;
    }

    .blog-detail__item .articles-footer .rating {
        left: 30px;
    }

    .blog-detail__item .articles-footer .rating__wrap {
        height: 23px;
    }

    .blog-detail__item .articles-footer .stars .iblock-vote {
        height: 23px;
    }

    .blog-detail__wrap .with-text {
        width: 100%;
    }

    .blog-detail__wrap .rlink-modern__image {
        width: 260px;
        height: 230px;
        right: calc(100% - 38%);
    }

    .blog-detail__wrap .rlink-modern__text {
        margin-left: 290px;
    }

    .blog-detail__wrap .rlink-modern__name {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .blog-detail__wrap .rlink-modern__title {
        font-size: 26px;
        line-height: 26px;
    }

    .blog-detail__wrap .quote {
        padding: 49px 40px 40px;
    }

    .blog-detail__wrap .quote-min {
        padding: 49px 40px 40px;
    }
}

@media (max-width: 450px) {

    .mob {
        display: flex;
        margin-left: 15px;
    }

    .pc {
        display: none;
    }

    /* .blog-header__btn .ya-share2__container_size_m .ya-share2__badge {
         width: 26px !important;
         height: 26px !important;
         background-size: 22px 22px !important;
     }

     .blog-header__btn .ya-share2__container_size_m .ya-share2__icon {
         width: 26px !important;
         height: 26px !important;
         background-size: 22px 22px !important;
     }*/
    .blog-header__btn .ya-share2__list.ya-share2__list_direction_horizontal {
        margin: 0;
    }

    .blog-header__btn ul li:before {
        border: none;
    }

    .blog-header__btn ul li:hover:before {
        background-color: transparent;
    }

    .blog-detail__item:first-child {
        width: 100%;
        margin-right: 0;
    }

    .blog-detail__item:last-child {
        display: none;
    }

    .blog-detail__item .articles-footer {
        flex-direction: column;
    }

    .blog-detail__item .articles-footer__item:first-child {
        width: 100%;
    }

    .blog-detail__item .articles-footer__item:last-child {
        margin: 1.5rem 0 0 0;
        width: 100%;
    }

    .blog-detail__item .articles-footer__title {
        margin-bottom: 0.5rem;
    }

    .blog-detail__item .articles-footer .rating {
        left: 30px;
    }

    .blog-detail__item .articles-footer .rating__wrap {
        height: 23px;
    }

    .blog-detail__item .articles-footer .stars .iblock-vote {
        height: 23px;
    }

    /*
    .blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__badge {
        width: 30px !important;
        height: 30px !important;
    }

    .blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__icon {
        width: 30px !important;
        height: 30px !important;
    }
    */
    .blog-detail__wrap nav {
        margin-bottom: 32px;
    }

    .blog-detail__wrap nav > p {
        margin-bottom: 32px;
    }

    .blog-detail__wrap .source {
        padding: 25px 30px;
        margin: 40px 0;
    }

    .blog-detail__wrap .documents {
        margin: 40px 0;
        padding: 40px 20px;
    }

    .blog-detail__wrap .documents a {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-detail__wrap .documents__item img {
        margin-right: 15px;
        width: 40px;
        height: 40px;
    }

    .blog-detail__wrap .other-font {
        margin: 40px 0;
        padding: 40px 30px;
    }

    .blog-detail__wrap .other-font-bord {
        margin: 40px 0;
        padding: 40px 30px 40px 20px;
    }

    .blog-detail__wrap .line-inside {
        margin: 40px 0;
        padding: 40px 30px 40px 55px;
    }

    .blog-detail__wrap .red-border {
        margin: 40px 0;
        padding: 40px 30px;
    }

    .blog-detail__wrap .long-table {
        margin: 40px 0;
    }

    .blog-detail__wrap .with-text {
        width: 100%;
        margin: 20px 0 20px;
    }

    .blog-detail__wrap .with-text__desc {
        margin-bottom: 40px;
    }

    .blog-detail__wrap .rlink-modern {
        flex-direction: column;
        margin: 40px 0;
    }

    .blog-detail__wrap .rlink-modern__image {
        position: static;
        width: 100%;
        height: 200px;
        right: 0;
    }

    .blog-detail__wrap .rlink-modern__text {
        margin-left: 30px;
        width: auto;
    }

    .blog-detail__wrap .rlink-modern__name {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .blog-detail__wrap .rlink-modern__title {
        font-size: 26px;
        line-height: 26px;
    }

    .blog-detail__wrap .rlink-modern-min {
        margin: 40px 0;
        padding: 40px 30px;
    }

    .blog-detail__wrap .quote {
        padding: 49px 45px 49px 45px;
        margin: 40px 0;
    }

    .blog-detail__wrap .quote-min {
        padding: 49px 45px 49px 45px;
        margin: 40px 0;
    }
}

.read-also {
    margin: 40px 0;
    padding: 40px;
    background: #f5f5f5;
    border-radius: 10px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .read-also {
        padding: 40px 30px;
    }
}

.read-also__title {
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #00B8E4;
    margin: 0 0 15px;
}

.read-also__link {
    font-family: Roboto-Medium, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #333;
    text-decoration: none;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:before,
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:after {
    content: none;
}


/*insets*/

.inset-consent {
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 12px;
    padding-left: 25px;
    position: relative;
    width: 100%;
}

.inset-consent a {
    text-decoration: none;
    color: #00B8E4;
}

.inset-consent input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1000;
}

.inset-consent input[type="checkbox"] + label {
    position: relative;
}

.inset-consent input[type="checkbox"] + label:before {
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
    content: '';
    height: 16px;
    width: 16px;
    background-color: #CE2803;
    border-radius: 4px;
}

.inset-consent input[type="checkbox"]:checked + label:before {
    background-color: #00B8E4;
}

.inset-consent input[type="checkbox"]:checked + label:after {
    position: absolute;
    left: -20px;
    top: 2px;
    display: block;
    content: '';
    width: 5px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.inset-footer {
    margin-top: 24px;
    font-size: 11px;
    display: flex;
    gap: 16px;
}

.inset-footer a {
    color: var(--default-font-color);
}

.inset-calendar {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    max-width: 760px;
    padding: 0;
    background-image: url(/local/templates/generator/assets/img/insets/calendar/bg.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.inset-calendar .inset-content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
}

.inset-calendar .insetCalendar-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding: 24px 32px;
}

@media (max-width: 991px) {
    .inset-calendar .insetCalendar-left {
        background-image: url(/local/templates/generator/assets/img/insets/calendar/bg.svg);
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 24px 32px;
    }
}

.inset-calendar .insetCalendar-right {
    width: 50%;
}

.inset-calendar .insetCalendar-person {
    position: relative;
    display: block;
}

@media (max-width: 991px) {
    .inset-calendar .insetCalendar-person {
        width: 100%;
        max-width: 300px;
        margin-top: 12px;
    }
}

.inset-calendar .insetCalendar-person.person--mob {
    display: none;
}

@media (max-width: 991px) {
    .inset-calendar .insetCalendar-person.person--pc {
        display: none;
    }

    .inset-calendar .insetCalendar-person.person--mob {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }
}

.inset-calendar .insetCalendar-person .person-experience {
    border-radius: 5px;
    background-color: #00B8E4;
    padding: 6px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}

@media (max-width: 991px) {
    .inset-calendar .insetCalendar-person .person-experience {
        top: 15px;
        left: 15px;
        right: initial;
    }
}

.inset-calendar .insetCalendar-person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inset-calendar .insetCalendar-person .person-info {
    width: 300px;
    background-color: #ffffff;
    padding: 15px 25px;
    position: absolute;
    right: calc(50% - 300px / 2);
    bottom: 65px;
    line-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .inset-calendar .insetCalendar-person .person-info {
        width: 100%;
        background-color: transparent;
        padding: 12px 10px;
        position: absolute;
        right: initial;
        bottom: 0;
    }
}

.inset-calendar .insetCalendar-person .person-name {
    color: #1E3053;
}

.inset-calendar .insetCalendar-person .person-specialization {
    font-size: 12px;
    font-weight: 500;
    color: #00B8E4;
}

.inset-calendar .inset-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

@media (max-width: 991px) {
    .inset-calendar .inset-title {
        text-align: center;
    }
}

.inset-calendar .inset-title span {
    color: #00B8E4;
}

.inset-calendar .inset-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 300px;
}

@media (max-width: 767px) {
    .inset-calendar .inset-form {
        display: block;
    }
}

.inset-calendar .insetForm-row {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .inset-calendar .insetForm-row {
        margin-top: 15px;
    }
}

.inset-calendar .insetForm-row input[type="text"] {
    width: 100%;
    padding: 16px 12px 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    border: 1px solid #DDDDDD;
}

.inset-calendar .insetForm-row input[type="text"]:hover {
    border: 1px solid rgb(59 130 246 / .5);
}

.inset-calendar .insetForm-row input.phone {
    position: relative;
    padding-left: 60px;
    background-image: url(/local/templates/generator/assets/img/input-phone.svg);
    background-position-x: 30px;
    background-repeat: no-repeat;
    background-position-y: center;
}

.inset-calendar .insetForm-button input {
    padding: 14px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    border: none;
    background-color: #00B8E4;
    border-radius: 0.5rem;
    cursor: pointer;
    color: #ffffff;
}

@media (max-width: 767px) {
    .inset-calendar .insetForm-button input {
        width: 100%;
    }
}

.inset-diasnost {
    margin-bottom: 40px;
    width: 100%;
    max-width: 760px;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
    padding: 40px;
    position: relative;
    background-image: url(/local/templates/generator/assets/img/insets/diagnost/bg.png);
    background-repeat: no-repeat;
}

@media (max-width: 1279px ) {
    .inset-diasnost {
        padding: 40px 20px;
    }
}

.inset-diasnost .inset-title {
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 120%;
    font-size: 26px;
    max-width: 455px;
}

@media (max-width: 1279px ) {
    .inset-diasnost .inset-title {
        font-size: 24px;
        max-width: initial;
    }
}

.inset-diasnost .inset-subtitle {
    font-size: 18px;
    line-height: 160%;
    max-width: 455px;
}

@media (max-width: 1279px ) {
    .inset-diasnost .inset-subtitle {
        max-width: initial;
    }
}

.inset-diasnost .inset-subtitle span {
    font-weight: 700;
}

.inset-diasnost .inset-offer {
    margin-top: 11px;
    max-width: 455px;
    font-weight: 700;
    font-size: 15px;
}

@media (max-width: 1279px ) {
    .inset-diasnost .inset-offer {
    }
}

.inset-diasnost .inset-caption {
    margin-top: 11px;
    margin-bottom: 11px;
    max-width: 455px;
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1279px ) {
    .inset-diasnost .inset-caption {
        max-width: initial;
    }
}

.inset-diasnost .inset-list img {
    width: 22px;
    height: 22px;
}

.inset-diasnost .inset-list div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

.inset-diasnost .inset-example {
    position: absolute;
    right: 40px;
    top: 40px;
    line-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

@media (max-width: 1279px ) {
    .inset-diasnost .inset-example {
        position: relative;
        flex-direction: row;
        justify-content: flex-start;
        column-gap: 16px;
        right: initial;
        top: initial;
    }
}

.inset-diasnost .inset-example .insetExample-img {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 9999px;
    border: 1px solid rgb(0 152 206 / 0.1);
}

.inset-diasnost .inset-example .insetExample-img img {
    padding: 10px;
    border-radius: 9999px;
    border: 1px solid rgb(0 152 206 / 0.4);
}

.inset-diasnost .inset-example .insetExample-title {
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
    color: #333;
}

.inset-diasnost .inset-decor {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 220px;
    height: 270px;
}

@media (max-width: 991px ) {
    .inset-diasnost .inset-decor {
        bottom: 100px;
        width: 120px;
        height: 150px;
    }
}

@media (max-width: 767px ) {
    .inset-diasnost .inset-decor {
        bottom: 330px;
        right: 0;
        width: 120px;
        height: 150px;
    }
}

.inset-diasnost .inset-decor img {
    width: 100%;
    height: auto;
}

.inset-diasnost .inset-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 455px;
}

@media (max-width: 767px) {
    .inset-diasnost .inset-form {
        display: block;
    }
}

.inset-diasnost .insetForm-row {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .inset-diasnost .insetForm-row {
        margin-top: 15px;
    }
}

.inset-diasnost .insetForm-row input[type="text"] {
    width: 100%;
    padding: 16px 12px 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    border: 1px solid #DDDDDD;
}

.inset-diasnost .insetForm-row input[type="text"]:hover {
    border: 1px solid rgb(59 130 246 / .5);
}

.inset-diasnost .insetForm-row input.phone {
    position: relative;
    padding-left: 60px;
    background-image: url(/local/templates/generator/assets/img/input-phone.svg);
    background-position-x: 30px;
    background-repeat: no-repeat;
    background-position-y: center;
}

.inset-diasnost .insetForm-button input {
    padding: 14px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    color: #ffffff;
    background-image: linear-gradient(to right, #0098CE, #04B8C6);
    border-radius: 0.5rem;
}

.inset-diasnost .inset-consent {
    max-width: 455px;
}