

/* Start:/local/templates/orso/components/bitrix/news.detail/blog-detail/style.css?177815147746777*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.blog-detail {
    --blog-detail-orange: #ee7c00;
    --blog-detail-text: #575656;
    --blog-detail-title: #2f2f2f;
    --blog-detail-muted: rgba(87, 86, 86, .64);
    --blog-detail-border: rgba(87, 86, 86, .16);
    --blog-detail-bg: #f4f6f8;
    color: var(--blog-detail-text);
    background: #fff;
    padding: 46px 0 92px;
}

.blog-detail__navline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-detail__back {
    color: #575656;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: start;
    justify-self: start;
}

.blog-detail__back::before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.5' d='M9 5H1M1 5L5 1M1 5L5 9' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.blog-detail__back:hover {
    color: var(--blog-detail-orange);
}

.blog-detail__back:hover::before {
    -webkit-transform: translate(-3px, -1px);
    -ms-transform: translate(-3px, -1px);
    transform: translate(-3px, -1px);
}

.blog-detail__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column-align: center;
    justify-self: center;
    gap: 20px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    max-width: 100%;
    min-width: 0;
    color: rgba(87, 86, 86, .7);
    font-family: "Circe", Arial, sans-serif;
    font-size: 16px;
    line-height: 14px;
}

.blog-detail__breadcrumbs a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 3px;
    -webkit-transition: color .2s ease, -webkit-text-decoration-color .2s ease;
    transition: color .2s ease, -webkit-text-decoration-color .2s ease;
    -o-transition: color .2s ease, text-decoration-color .2s ease;
    transition: color .2s ease, text-decoration-color .2s ease;
    transition: color .2s ease, text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
}

.blog-detail__breadcrumbs a:hover {
    color: var(--blog-detail-orange);
}

.blog-detail__breadcrumbs span {
    width: 4px;
    height: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px;
    border-radius: 50%;
    background: var(--blog-detail-orange);
}

.blog-detail__breadcrumbs em {
    max-width: min(480px, 100%);
    min-width: 0;
    overflow: hidden;
    color: #575656;
    font-style: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-detail__title {
    max-width: 1120px;
    margin: 28px 0 24px;
    color: var(--blog-detail-text);
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: .03em;
}

.blog-detail__meta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 28px;
}

.blog-detail__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: var(--blog-detail-muted);
    font-size: 16px;
    line-height: 1.35;
}

.blog-detail__meta-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    min-height: 24px;
}

.blog-detail__meta-label {
    color: var(--blog-detail-muted);
    font-size: 14px;
}

.blog-detail__meta-value {
    color: var(--blog-detail-text);
}

.blog-detail__meta-read::before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.35'%3e%3cpath d='M7 2.28988C7.63371 2.10128 8.30503 2 9 2C12.866 2 16 5.13401 16 9C16 12.866 12.866 16 9 16C5.13401 16 2 12.866 2 9C2 8.30503 2.10128 7.63371 2.28988 7' stroke='%23575656' stroke-width='2' stroke-linecap='round'/%3e%3cpath d='M9 5V9H13' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3ccircle cx='4' cy='4' r='1' fill='%23575656'/%3e%3c/g%3e%3c/svg%3e ");
    width: 18px;
    height: 18px;
}

.blog-detail__meta-views::before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.35'%3e%3cpath d='M1 8C1.214 7.71466 1.5196 7.36826 1.90699 7M9 4C13 4 16 6.66667 17 8' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M13 11C12.5 11.6667 11 13 9 13C7 13 5.5 11.6667 5 11' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3ccircle cx='9' cy='7' r='3' stroke='%23575656' stroke-width='2'/%3e%3ccircle cx='4' cy='5' r='1' fill='%23575656'/%3e%3c/g%3e%3c/svg%3e ");
    width: 18px;
    height: 18px;
}

.blog-detail__byline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.blog-detail__author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.blog-detail__author img,
.blog-detail__author-placeholder {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-detail__author-placeholder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: var(--blog-detail-title);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.blog-detail__author-text {
    display: -ms-grid;
    display: grid;
    gap: 4px;
}

.blog-detail__author-text strong {
    color: var(--blog-detail-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.blog-detail__author-text small {
    color: var(--blog-detail-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.blog-detail__share {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(238, 124, 0, .42);
    border-radius: 999px;
    padding: 13px 18px 12px;
    color: var(--blog-detail-orange);
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    -o-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.blog-detail__share::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='5' r='2' stroke='%23EE7C00' stroke-width='2'/%3e%3ccircle cx='5' cy='9' r='2' stroke='%23EE7C00' stroke-width='2'/%3e%3cpath d='M10 6L7 7.71429M7 10.2857L10 12' stroke='%23EE7C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3ccircle cx='12' cy='13' r='2' stroke='%23EE7C00' stroke-width='2'/%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
}

.blog-detail__share:hover {
    color: #fff;
    border-color: var(--blog-detail-orange);
    background: var(--blog-detail-orange);
}

.blog-detail__share._copied::after {
    content: "Ссылка скопирована";
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    border-radius: 8px;
    padding: 8px 10px;
    color: #fff;
    background: var(--blog-detail-title);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.blog-detail__share--top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    border: 0;
    border-radius: 0;
    padding: 0;
    color: var(--blog-detail-orange);
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.blog-detail__share--top:hover {
    color: #d96f00;
    border-color: transparent;
    background: transparent;
}

.blog-detail__divider {
    height: 1px;
    margin: 34px 0 44px;
    background: var(--blog-detail-border);
}

.blog-detail__lead {
    margin-bottom: 50px;
    color: #575656;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.blog-detail__lead>*:first-child {
    margin-top: 0;
}

.blog-detail__lead>*:last-child {
    margin-bottom: 0;
}

.blog-detail__lead p {
    margin: 0 0 22px;
}

.blog-detail__hero {
    position: relative;
    display: block;
    width: 100%;
    min-height: clamp(360px, 43vw, 550px);
    margin: 0 0 64px;
    overflow: hidden;
    border-radius: 40px;
    background: var(--blog-detail-bg);
}

.blog-detail__hero-img {
    display: block;
    width: 100%;
    height: clamp(360px, 43vw, 550px);
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-detail__article {
    color: var(--blog-detail-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.62;
}

.blog-detail__article>*:first-child {
    margin-top: 0;
}

.blog-detail__article>*:last-child {
    margin-bottom: 0;
}

.blog-detail__article p {
    margin: 0 0 24px;
}

.blog-detail__article h2,
.blog-detail__article h3 {
    color: var(--blog-detail-title);
    font-weight: 600;
    letter-spacing: 0;
    scroll-margin-top: 126px;
}

.blog-detail__article h2 {
    margin: 56px 0 22px;
    font-size: 38px;
    line-height: 1.18;
}

.blog-detail__article h3 {
    margin: 38px 0 16px;
    font-size: 28px;
    line-height: 1.25;
}

.blog-detail__article a {
    color: var(--blog-detail-orange);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.blog-detail__article ul,
.blog-detail__article ol {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    margin: 0 0 28px;
    padding-left: 26px;
}

.blog-detail__article li {
    padding-left: 4px;
}

.blog-detail__blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px;
    margin: 30px 0;
    border: 0;
    border-radius: 40px;
    padding: 35px 40px 32px 0;
    color: var(--blog-detail-text);
    background: var(--blog-detail-bg);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .02em;
    font-variant: small-caps;
}

.blog-detail__blockquote::before {
    content: "";
    width: 4px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px;
    margin: 5px 0 8px;
    background: var(--blog-detail-orange);
}

.blog-detail__article blockquote>* {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.blog-detail__article img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.blog-detail__article img.bx-lazy[src$="preloader.svg"],
.blog-detail__article img.bx-lazyload-error {
    display: block;
    width: 72px;
    height: 72px;
    min-height: 0;
    max-width: 28%;
    max-height: 72px;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.blog-detail__article img.bx-lazyload-success {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    -o-object-fit: initial;
    object-fit: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.blog-detail__author img.bx-lazy[src$="preloader.svg"],
.blog-detail__author img.bx-lazyload-error {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    background: var(--blog-detail-bg);
    -o-object-fit: contain;
    object-fit: contain;
}

.blog-detail__author img.bx-lazyload-success {
    padding: 0;
    background: transparent;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-detail__hero-img.bx-lazy[src$="preloader.svg"],
.blog-detail__hero-img.bx-lazyload-error {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    min-height: 0;
    max-width: 28%;
    max-height: 28%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-detail__hero-img.bx-lazyload-success {
    position: static;
    width: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.blog-detail__hero-img--mobile {
    display: none;
}

.blog-detail__article figure {
    margin: 42px 0;
}

.blog-detail__article figcaption {
    margin-top: 10px;
    color: var(--blog-detail-muted);
    font-size: 14px;
    line-height: 1.35;
}

.blog-detail__toc {
    position: sticky;
    top: 112px;
    min-height: 400px;
    border: 0;
    border-radius: 40px;
    padding: 35px 38px 38px;
    background: #f4f6f8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-detail__toc-title {
    margin-bottom: 20px;
    color: #575656;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .9px;
}

.blog-detail__toc-nav {
    display: -ms-grid;
    display: grid;
    gap: 18px;
    border-top: 1px solid rgba(87, 86, 86, .2);
    margin-bottom: 0;
    padding-top: 35px;
}

.blog-detail__toc-link {
    display: block;
    color: #575656;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .84px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.blog-detail__toc-link:hover,
.blog-detail__toc-link._active {
    color: var(--blog-detail-orange);
}

.blog-detail__toc-link--level-3 {
    padding-left: 18px;
}

.blog-detail__share--aside {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    min-height: 0;
    border: 0;
    border-radius: 0;
    margin: 0 0 35px;
    padding: 0;
    color: var(--blog-detail-orange);
    background: transparent;
}

.blog-detail__share--aside span {
    color: #EE7C00;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border-bottom: 1px dashed #EE7C00;
    -webkit-transition: border-bottom .3s ease-in-out;
    -o-transition: border-bottom .3s ease-in-out;
    transition: border-bottom .3s ease-in-out;
}

.blog-detail__share--aside:hover {
    background: none;
}

.blog-detail__share--aside:hover span {
    border-bottom: 1px dashed transparent;
    background-color: transparent;
}

.blog-detail__share--aside:hover::before {
    -webkit-filter: none;
    filter: none;
}

.blog-detail-gallery {
    margin: 48px 0 54px;
}

.blog-detail-gallery__link {
    position: relative;
    display: block;
    height: 100%;
    min-height: 280px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--blog-detail-bg);
}

.blog-detail-gallery__link img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.blog-detail-gallery__link img.bx-lazy[src$="preloader.svg"],
.blog-detail-gallery__link img.bx-lazyload-error {
    position: absolute;
    top: calc(50% - 31px);
    left: calc(50% - 31px);
    width: 72px;
    height: 72px;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.blog-detail-gallery__link img.bx-lazyload-success {
    position: static;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.blog-detail-gallery__link:hover img.bx-lazyload-success {
    -webkit-transform: scale(1.035);
    -ms-transform: scale(1.035);
    transform: scale(1.035);
}

.blog-detail-gallery__controls {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42px 16px 1fr 16px 42px;
    grid-template-columns: 42px 1fr 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.blog-detail-gallery__nav {
    width: 18px;
    height: 18px;
    border: none;
    background-color: rgba(87, 86, 86, 1);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: border-color .2s ease, background-color .2s ease, opacity .2s ease;
    -o-transition: border-color .2s ease, background-color .2s ease, opacity .2s ease;
    transition: border-color .2s ease, background-color .2s ease, opacity .2s ease;
}

.blog-detail-gallery__nav--prev {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 9H1M1 9L9 1M1 9L9 17' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 9H1M1 9L9 1M1 9L9 17' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.blog-detail-gallery__nav--next {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9H17M17 9L9 1M17 9L9 17' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9H17M17 9L9 1M17 9L9 17' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.blog-detail-gallery__nav:hover {
    background-color: var(--blog-detail-orange);
}

.blog-detail-gallery__nav.swiper-button-disabled {
    opacity: .35;
    cursor: default;
    pointer-events: none;
}

.blog-detail-gallery__pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    min-width: 56px;
}

.blog-detail-gallery__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    background: rgba(87, 86, 86, .24);
    opacity: 1;
}

.blog-detail-gallery__pagination .swiper-pagination-bullet-active {
    background: #575656;
}

.blog-detail-gallery--single .blog-detail-gallery__controls {
    display: none;
}

.blog-detail-objects {
    margin: 48px 0 54px;
    color: #575656;
    font-family: "Circe", Arial, sans-serif;
}

.blog-detail-objects__swiper {
    overflow: hidden;
}

.blog-detail-objects .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog-detail-objects .swiper-slide {
    height: auto;
}

.blog-detail-objects__card {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(82px, 42%) 18px minmax(0, 1fr);
    grid-template-columns: minmax(82px, 42%) minmax(0, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    min-height: 270px;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    padding: 36px 26px 32px;
    color: #575656;
    background: #f4f6f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-detail-objects__image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0;
    height: 196px;
    text-decoration: none;
}

.blog-detail-objects__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.blog-detail-objects__image:hover img.bx-lazyload-success {
    -webkit-transform: scale(1.035);
    -ms-transform: scale(1.035);
    transform: scale(1.035);
}

.blog-detail-objects__image img.bx-lazy[src$="preloader.svg"],
.blog-detail-objects__image img.bx-lazyload-error {
    width: 58px;
    height: 58px;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.blog-detail-objects__image img.bx-lazyload-success {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.blog-detail-objects__image--empty {
    opacity: .38;
}

.blog-detail-objects__logo {
    position: absolute;
    top: 34px;
    right: 32px;
    z-index: 2;
    display: block;
    max-width: 150px;
    max-height: 50px;
    border-radius: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

img.blog-detail-objects__logo.bx-lazy[src$="preloader.svg"],
img.blog-detail-objects__logo.bx-lazyload-error {
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}

.blog-detail-objects__logo.bx-lazyload-success {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.blog-detail-objects__content {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: end;
    align-content: end;
    gap: 17px;
    min-width: 0;
    padding-top: 58px;
}

.blog-detail-objects__title {
    overflow-wrap: anywhere;
    color: #575656;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.blog-detail-objects__param {
    display: -ms-grid;
    display: grid;
    gap: 4px;
}

.blog-detail-objects__label {
    color: rgba(87, 86, 86, 1);
    font-style: Regular;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-variant: small-caps;
}

.blog-detail-objects__value {
    color: rgba(87, 86, 86, 1);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    font-variant: small-caps;
}

.blog-detail-objects__value sup {
    position: relative;
    top: -.35em;
    font-size: .62em;
    line-height: 0;
}

.blog-detail-objects__controls {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42px 16px 1fr 16px 42px;
    grid-template-columns: 42px 1fr 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.blog-detail-objects__nav {
    height: 18px;
    width: 18px;
    border: none;
    background-color: rgba(87, 86, 86, 1);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: border-color .2s ease, background-color .2s ease, opacity .2s ease;
    -o-transition: border-color .2s ease, background-color .2s ease, opacity .2s ease;
    transition: border-color .2s ease, background-color .2s ease, opacity .2s ease;
}

.blog-detail-objects__nav--prev {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 9H1M1 9L9 1M1 9L9 17' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 9H1M1 9L9 1M1 9L9 17' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.blog-detail-objects__nav--next {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9H17M17 9L9 1M17 9L9 17' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9H17M17 9L9 1M17 9L9 17' stroke='%23575656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.blog-detail-objects__nav:hover {
    background-color: var(--blog-detail-orange);
}

.blog-detail-objects__nav.swiper-button-disabled {
    opacity: .35;
    cursor: default;
    pointer-events: none;
}

.blog-detail-objects__pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    min-width: 56px;
}

.blog-detail-objects__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    background: rgba(87, 86, 86, .24);
    opacity: 1;
}

.blog-detail-objects__pagination .swiper-pagination-bullet-active {
    background: #575656;
}

.blog-detail-objects--single .blog-detail-objects__controls {
    display: none;
}

.blog-detail-popular {
    --blog-detail-popular-orange: #ee7c00;
    --blog-detail-popular-text: #575656;
    --blog-detail-popular-bg: #f4f6f8;
    --blog-detail-popular-read-svg: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 2.28988C7.63371 2.10128 8.30503 2 9 2C12.866 2 16 5.13401 16 9C16 12.866 12.866 16 9 16C5.13401 16 2 12.866 2 9C2 8.30503 2.10128 7.63371 2.28988 7' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3cpath d='M9 5V9H13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3ccircle cx='4' cy='4' r='1' fill='white'/%3e%3c/svg%3e ");
    --blog-detail-popular-view-svg: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 8C1.214 7.71466 1.5196 7.36826 1.90699 7M9 4C13 4 16 6.66667 17 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M13 11C12.5 11.6667 11 13 9 13C7 13 5.5 11.6667 5 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3ccircle cx='9' cy='7' r='3' stroke='white' stroke-width='2'/%3e%3ccircle cx='4' cy='5' r='1' fill='white'/%3e%3c/svg%3e ");
    box-sizing: border-box;
    min-height: 540px;
    padding: 100px 0;
    color: var(--blog-detail-popular-text);
    background: var(--blog-detail-popular-bg);
}

.blog-detail-popular *,
.blog-detail-popular *::before,
.blog-detail-popular *::after {
    box-sizing: border-box;
}

.blog-detail-popular__row {
    min-height: 340px;
}

.blog-detail-popular__item {
    min-width: 0;
}

.blog-detail-popular__item + .blog-detail-popular__item {
    margin-top: 24px;
}

.blog-detail-popular__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 340px;
    min-width: 0;
    overflow: hidden;
    border-radius: 40px;
    padding: 30px;
    background: #fff;
}

.blog-detail-popular__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px 20px;
    width: 100%;
    min-width: 0;
}

.blog-detail-popular__topic {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 43px;
    border: 1px solid rgba(238, 124, 0, .35);
    border-radius: 50px;
    padding: 14px 20px 12px;
    color: var(--blog-detail-popular-orange);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .98px;
    text-transform: uppercase;
    white-space: nowrap;
}

.blog-detail-popular__metrics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 30px;
    margin-left: auto;
}

.blog-detail-popular__metric {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--blog-detail-popular-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .7px;
    text-transform: uppercase;
    white-space: nowrap;
}

.blog-detail-popular__metric::before {
    content: "";
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    background-color: rgba(87, 86, 86, .35);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 18px 18px;
    mask-size: 18px 18px;
}

.blog-detail-popular__metric--read::before {
    -webkit-mask-image: var(--blog-detail-popular-read-svg);
    mask-image: var(--blog-detail-popular-read-svg);
}

.blog-detail-popular__metric--views::before {
    -webkit-mask-image: var(--blog-detail-popular-view-svg);
    mask-image: var(--blog-detail-popular-view-svg);
}

.blog-detail-popular__title {
    display: -webkit-box;
    width: calc(100% - 20px);
    max-width: 613px;
    margin: 27px 10px 0;
    overflow: hidden;
    color: var(--blog-detail-popular-text);
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: .9px;
    text-decoration: none;
    font-feature-settings: 'onum' 1, 'pnum' 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.blog-detail-popular__title:hover {
    color: var(--blog-detail-popular-orange);
}

.blog-detail-popular__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 10px 0;
    color: var(--blog-detail-popular-text);
    font-size: 16px;
    line-height: 1;
}

.blog-detail-popular__date span {
    opacity: .5;
}

.blog-detail-popular__date strong {
    font-weight: 400;
    text-transform: uppercase;
}

.blog-detail-popular__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    min-width: 0;
    margin-top: auto;
}

.blog-detail-popular__author img,
.blog-detail-popular__author-placeholder {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-detail-popular__author img {
    object-fit: cover;
}

.blog-detail-popular__author-placeholder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #575656;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.blog-detail-popular__author-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.blog-detail-popular__author-text strong,
.blog-detail-popular__author-text small {
    display: block;
    overflow: hidden;
    color: var(--blog-detail-popular-text);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-detail-popular__author-text strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.blog-detail-popular__author-text small {
    opacity: .7;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.blog-detail-popular__author img.bx-lazy[src$="preloader.svg"],
.blog-detail-popular__author img.bx-lazyload-error {
    object-fit: contain;
    padding: 16px;
    background: var(--blog-detail-popular-bg);
}

.blog-detail-popular__author img.bx-lazyload-success {
    padding: 0;
    background: transparent;
    object-fit: cover;
}

@media only screen and (min-width: 960px) {
    .blog-detail-popular__item + .blog-detail-popular__item {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    body.page-blog-detail #MacroCatalogBtn {
        display: none !important;
    }
}

@media only screen and (max-width: 1599px) {
    .blog-detail__navline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

    .blog-detail__back {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    .blog-detail__breadcrumbs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-column-align: center;
        justify-self: center;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-detail {
        padding-top: 42px;
    }

    .blog-detail-popular {
        min-height: 0;
        padding: 76px 0;
    }

    .blog-detail-popular__card {
        border-radius: 34px;
        padding: 26px;
    }

    .blog-detail-popular__title {
        font-size: 26px;
        line-height: 30px;
    }

    .blog-detail__title {
        font-size: 52px;
        line-height: 1.1;
    }

    .blog-detail__lead {
        font-size: 25px;
    }

    .blog-detail__hero {
        margin-bottom: 52px;
    }

    .blog-detail__aside {
        display: none;
    }

    .blog-detail-objects__card {
        padding-right: 24px;
        padding-left: 24px;
    }

    .blog-detail-objects__logo {
        right: 24px;
        max-width: 128px;
    }
}

@media only screen and (max-width: 959px) {
    .blog-detail-popular {
        padding: 68px 0;
    }

    .blog-detail-popular__row {
        min-height: 0;
    }

    .blog-detail-popular__card {
        height: auto;
        min-height: 318px;
    }

    .blog-detail__title {
        font-size: 44px;
    }

    .blog-detail__meta-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px;
    }

    .blog-detail__byline {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .blog-detail__divider {
        margin: 30px 0 42px;
    }

    .blog-detail__lead {
        margin-bottom: 40px;
        font-size: 22px;
    }

    .blog-detail__hero {
        margin-bottom: 44px;
        min-height: clamp(260px, 54vw, 430px);
    }

    .blog-detail__hero-img {
        height: clamp(260px, 54vw, 430px);
    }

    .blog-detail__article {
        font-size: 18px;
        line-height: 1.58;
    }

    .blog-detail__article h2 {
        font-size: 34px;
    }

    .blog-detail__article h3 {
        font-size: 25px;
    }

    .blog-detail-objects__card {
        padding: 30px;
    }

    .blog-detail-objects__logo {
        right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-detail {
        padding: 30px 0 64px;
    }

    .blog-detail-popular {
        padding: 54px 0;
    }

    .blog-detail-popular__item + .blog-detail-popular__item {
        margin-top: 18px;
    }

    .blog-detail-popular__card {
        min-height: 0;
        border-radius: 28px;
        padding: 22px;
    }

    .blog-detail-popular__top {
        gap: 12px;
    }

    .blog-detail-popular__topic {
        min-height: 38px;
        padding: 12px 16px 11px;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: .84px;
    }

    .blog-detail-popular__metrics {
        gap: 10px 20px;
        width: 100%;
        margin-left: 0;
    }

    .blog-detail-popular__metric {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: .6px;
    }

    .blog-detail-popular__title {
        width: 100%;
        max-width: none;
        margin: 22px 0 0;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: .3px;
        -webkit-line-clamp: 4;
    }

    .blog-detail-popular__date {
        margin: 18px 0 0;
        font-size: 14px;
    }

    .blog-detail-popular__author {
        gap: 12px;
        margin-top: 28px;
    }

    .blog-detail-popular__author img,
    .blog-detail-popular__author-placeholder {
        width: 48px;
        height: 48px;
        -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
    }

    .blog-detail-popular__author-text {
        gap: 6px;
    }

    .blog-detail-popular__author-text strong {
        font-size: 15px;
        line-height: 16px;
    }

    .blog-detail-popular__author-text small {
        font-size: 13px;
        line-height: 14px;
    }

    .blog-detail__navline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

    .blog-detail__breadcrumbs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-column-align: center;
        justify-self: center;
    }

    .blog-detail__title {
        margin-top: 24px;
        font-size: 34px;
        line-height: 1.14;
        letter-spacing: 0;
    }

    .blog-detail__meta {
        gap: 10px 14px;
        font-size: 14px;
    }

    .blog-detail__byline {
        gap: 12px;
    }

    .blog-detail__author {
        gap: 10px;
    }

    .blog-detail__author img,
    .blog-detail__author-placeholder {
        width: 46px;
        height: 46px;
        -ms-flex-preferred-size: 46px;
        flex-basis: 46px;
    }

    .blog-detail__author-text strong {
        font-size: 14px;
    }

    .blog-detail__author-text small {
        font-size: 12px;
    }

    .blog-detail__share--top {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(244, 246, 248, 1);
        padding: 0;
        font-size: 0;
    }

    .blog-detail__share--top:hover {
        border-color: var(--blog-detail-orange);
        background: var(--blog-detail-orange);
    }

    .blog-detail__share--top:hover::before {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .blog-detail__share--top span {
        display: none;
    }

    .blog-detail__share._copied::after {
        right: -4px;
    }

    .blog-detail__lead {
        margin-bottom: 34px;
        font-size: 19px;
        line-height: 1.5;
    }

    .blog-detail__lead p {
        margin-bottom: 18px;
    }

    .blog-detail__hero {
        margin-bottom: 36px;
        min-height: clamp(220px, 58vw, 320px);
    }

    .blog-detail__hero-img {
        height: clamp(220px, 58vw, 320px);
    }

    .blog-detail__hero--has-mobile .blog-detail__hero-img--desktop {
        display: none;
    }

    .blog-detail__hero--has-mobile .blog-detail__hero-img--mobile {
        display: block;
    }

    .blog-detail__article {
        font-size: 16px;
        line-height: 1.56;
    }

    .blog-detail__article p {
        margin-bottom: 20px;
    }

    .blog-detail__article h2 {
        margin-top: 42px;
        font-size: 28px;
    }

    .blog-detail__article h3 {
        margin-top: 32px;
        font-size: 22px;
    }

    .blog-detail__article blockquote {
        margin: 30px 0;
        gap: 20px;
        border-radius: 28px;
        padding: 24px 24px 24px 0;
        font-size: 20px;
        line-height: 1.45;
        letter-spacing: 0;
    }

    .blog-detail-gallery {
        margin: 36px 0 42px;
    }

    .blog-detail-gallery__link,
    .blog-detail-gallery__link img {
        min-height: 250px;
    }

    .blog-detail-objects {
        margin: 36px 0 42px;
    }

    .blog-detail-objects__card {
        min-height: 250px;
        padding: 28px;
    }

    .blog-detail-objects__image {
        height: 178px;
    }

    .blog-detail-objects__logo {
        top: 28px;
        right: 28px;
        max-width: 118px;
        max-height: 44px;
    }

    .blog-detail-objects__content {
        gap: 14px;
        padding-top: 52px;
    }

    .blog-detail-gallery__controls,
    .blog-detail-objects__controls {
        -ms-grid-columns: 38px 12px 1fr 12px 38px;
        grid-template-columns: 38px 1fr 38px;
        gap: 12px;
    }
}

@media only screen and (max-width: 420px) {
    .blog-detail-popular__card {
        border-radius: 24px;
        padding: 20px;
    }

    .blog-detail-popular__title {
        font-size: 20px;
        line-height: 24px;
    }

    .blog-detail-popular__metrics {
        gap: 10px 16px;
    }

    .blog-detail__title {
        font-size: 30px;
    }

    .blog-detail__byline {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog-detail__author-text {
        max-width: 190px;
    }

    .blog-detail-gallery__link,
    .blog-detail-gallery__link img {
        min-height: 220px;
    }

    .blog-detail-objects__card {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-flex-line-pack: start;
        align-content: start;
        gap: 14px;
        padding: 24px;
    }

    .blog-detail-objects__image {
        height: 150px;
    }

    .blog-detail-objects__logo {
        position: static;
        max-width: 124px;
        max-height: 42px;
        margin-left: auto;
    }

    .blog-detail-objects__content {
        gap: 12px;
        padding-top: 0;
    }

    .blog-detail-objects__title,
    .blog-detail-objects__value {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-detail__breadcrumbs {
        display: none;
    }
}

/* End */
/* /local/templates/orso/components/bitrix/news.detail/blog-detail/style.css?177815147746777 */
