.article-content .app_in_text,
.article-content,
.article-content p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    word-wrap: break-word;
}

.article-content p {
    margin-bottom: 1.2rem;
}

.article-content a {
    color: #e75242;
}

.article-content p.no-margin-b,
.article-content .app_in_text > :last-child {
    margin-bottom: 0;
}

.article-content .app_in_text p:empty {
    display: none;
}

.article-content .app_in_text mark {
    padding: 0;
    background-color: transparent;
}

.article-content p .text-tiny {
    font-size: .7em;
}

.article-content p .text-small {
    font-size: .85em;
}

.article-content p .text-big {
    font-size: 1.4em;
}

.article-content p .text-huge {
    font-size: 1.8em;
}

.a-intext > div {
    margin: 2.4rem 0;
}

.app_in_text > br:first-child,
.article-content p + br {
    display: none;
}

.article-content .st-name {
    line-height: 1.1;
    margin-bottom: .5em;
}

.article-content .style_subtitle {
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 1em;
}

.article-content .style_subtitle p {
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: .5em;
}

.article-content .st-name {
    font-size: 28px;
}

.article-content .style_subtitle,
.article-content .style_subtitle p {
    font-size: 21px;
}

.article-content h2 {
    font-size: 26px;
}

.article-content h3 {
    font-size: 21px;
}

.article-content h4 {
    font-size: 19px;
}

@media (min-width: 576px) {
    .article-content .st-name {
        font-size: 31px;
    }

    .article-content .style_subtitle,
    .article-content .style_subtitle p {
        font-size: 22px;
    }

    .article-content h2 {
        font-size: 26px;
    }

    .article-content h3 {
        font-size: 22px;
    }

    .article-content h4 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .article-content .st-name {
        font-size: 38px;
    }

    .article-content .style_subtitle,
    .article-content .style_subtitle p {
        font-size: 26px;
    }

    .article-content h2 {
        font-size: 33px;
    }

    .article-content h3 {
        font-size: 26px;
    }

    .article-content h4 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .article-content .st-name {
        font-size: 36px;
    }

    .article-content .style_subtitle,
    .article-content .style_subtitle p {
        font-size: 24px;
    }

    .article-content h2 {
        font-size: 32px;
    }

    .article-content h3 {
        font-size: 24px;
    }

    .article-content h4 {
        font-size: 21px;
    }
}

@media (min-width: 1280px) {
    .article-content .st-name {
        font-size: 34px;
    }

    .article-content .style_subtitle,
    .article-content .style_subtitle p {
        font-size: 23px;
    }

    .article-content h2 {
        font-size: 30px;
    }

    .article-content h3 {
        font-size: 23px;
    }

    .article-content h4 {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {
    .article-content .st-name {
        font-size: 38px;
    }

    .article-content .style_subtitle,
    .article-content .style_subtitle p {
        font-size: 26px;
    }

    .article-content h2 {
        font-size: 33px;
    }

    .article-content h3 {
        font-size: 26px;
    }

    .article-content h4 {
        font-size: 22px;
    }
}

.article-content .style_subtitle:empty {
    display: none;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    margin: 1.5em 0 .7em;
}

.article-content .app_in_text > h2:first-child,
.article-content .app_in_text > h3:first-child,
.article-content .app_in_text > h4:first-child,
.article-content .app_in_text > div:first-child,
.article-content .app_in_text > figure:first-child,
.article-content .app_in_text > blockquote:first-child {
    margin-top: 0;
}

.article-content .app_in_text {

}

.article-content ul,
.article-content ol,
.article-content .ck-content ul li,
.article-content .ck-content ol li {
    font-size: 17px;
    line-height: 1.5;
    word-wrap: break-word;
}

.article-content a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.app_in_text p + img,
.app_in_text img + img {
    display: block;
    margin: 20px auto;
    width: 100% !important;
    height: auto !important;
}

.app_in_text a > img {
    height: auto;
    display: block;
    margin: 20px auto;
    width: 100%;
}

.app_in_text figure a img {
    margin: 0;
}

/*Блок главного фото + фото внутри материалов*/

.cover-block,
.article-content figure.image {
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
    width: calc(100% + 40px);
    margin-left: -20px;
}

.cover-block-img-in {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
}

.cover-block-img-in:before {
    content: '';
    display: block;
    padding-top: 62.5%;
}

.cover-block-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cover-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cover-block-footer,
.article-content figure.image figcaption {
    padding: 10px 20px;
}

.article-content figure.image.image-style-align-left > figcaption,
.article-content figure.image.image-style-align-right > figcaption,
.article-content .min-left figure.image figcaption,
.article-content .min-right figure.image figcaption {
    padding: 6px 0 10px;
}

.cover-block-footer-description,
.article-content figure.image figcaption,
.figcaption-general {
    font-weight: 800;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    word-break: break-word;
    width: 100%;
    display: block;
}

.cover-block-footer-description-author,
.article-content .image-box .author p,
.article-content .image-box-vertical .author p {
    font-size: 11px;
    font-style: italic;
    color: #64717a;
}

/*.cover-block-footer-description + .cover-block-footer-description-author {
    margin-top: 5px;
}*/

.cover-block-footer-description-author span,
.article-content .image-box .author p:before,
.article-content .image-box-vertical .author p:before {
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    color: #64717a;
}

.article-content .image-box figure.image,
.article-content .image-box-vertical figure.image {
    margin: 0;
}

.article-content .image-box figure.image figcaption,
.article-content .image-box-vertical figure.image figcaption {
    padding: 10px 20px;
    margin-bottom: -10px;
    background-color: #fff;
}

/*.article-content .image-box .div-figure + .author,
.article-content .image-box-vertical .div-figure + .author,
.article-content .ck .image-box .div-figure + .author,
.article-content .ck .image-box-vertical .div-figure + .author {
    margin-top: -10px;
}*/

.article-content .image-box .author,
.article-content .image-box-vertical .author,
.article-content .ck .image-box .author,
.article-content .ck .image-box-vertical .author {
    padding: 0 20px;
}

.article-content .image-box .author p,
.article-content .image-box-vertical .author p {
    /*margin: 5px 0 0 0;*/
    margin: 0;
    padding: 10px 0 10px 34px;
    position: relative;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-content .image-box .author p:before,
.article-content .image-box-vertical .author p:before {
    content: 'ФОТО:';
    position: absolute;
    top: 11px;
    left: 0;
}

.article-content .image-box-vertical {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.article-content .image-box-vertical figure.image {
    box-shadow: none;
}

@media (max-width: 575px) {
    .article-content .image-box-vertical {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.article-content .image-box-vertical .div-figure {
    width: 100%;
}

.article-content .image-box-vertical figure.image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

/*.article-content.article-old .image-box figure.image figcaption {
    padding: 10px 20px;
}

.article-content.article-old .image-box .author,
.article-content.article-old .image-box-vertical .author {
    padding: 0;
}

.article-content.article-old .image-box .author p,
.article-content.article-old .image-box-vertical .author p  {
    padding: 5px 15px 10px 15px;
}

.article-content.article-old .image-box-vertical .author p {
    margin: 5px 0 0 0;
    position: relative;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    font-style: italic;
    color: #64717a;
}*/

/*into fancybox*/

.fancybox-caption__body {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

h6.fancybox-caption__body {
    font-weight: 700;
    font-size: 14px;
}

p.fancybox-caption__body {
    font-weight: 100;
    margin-top: 5px;
    font-size: 13px;
}


/*End of into fancybox*/

.cover-block .splide {
    position: relative;
}

.cover-block .splide__pagination {
    position: absolute;
    width: 100%;
    aspect-ratio: 16/10;
    top: 0;
    align-items: flex-end;
}

.cover-block .splide__pagination:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    opacity: .5;
    transition: opacity .3s ease;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);
}

.cover-block:hover .splide__pagination:before {
    opacity: 1;
}

.cover-block .splide__pagination > li {
    width: 7%;
    margin: 10px 8px;
    z-index: 1;
}

.cover-block .splide__pagination__page,
.carousel-indicators [data-bs-target] {
    width: 100%;
    height: 5px;
    padding: 0;
    border-radius: 3px;
    background: #fff;
}

.cover-block .splide__pagination__page.is-active,
.carousel-indicators [data-bs-target].active {
    background: #e43927;
}

.carousel-indicators {
    margin-right: 5%;
    margin-left: 5%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: border-box;
    flex: 0 1 auto;
    width: 7%;
    margin: 10px 8px;
    cursor: pointer;
    border: none;
    opacity: 1;
    transition: none;
}

@media (min-width: 576px) {
    .cover-block {
        width: 100%;
        margin-left: 0;
    }

    .cover-block-footer,
    .article-content figure.image figcaption {
        padding: 10px 15px;
    }

    .article-content .image-box-vertical {
        width: 60%;
    }

    .article-content .image-box figure.image figcaption,
    .article-content .image-box-vertical figure.image figcaption {
        padding: 10px 15px;
    }

    .article-content .image-box .author,
    .article-content .image-box-vertical .author,
    .article-content .ck .image-box .author,
    .article-content .ck .image-box-vertical .author {
        padding: 0 15px;
    }

    .article-content .image-box figure.image figcaption,
    .article-content .image-box-vertical figure.image figcaption,
    .article-content .ck .image-box figure.image figcaption,
    .article-content .ck .image-box-vertical figure.image figcaption {
        padding: 10px 15px;
    }

    .cover-block .splide__arrows {
        top: 146px;
    }
}

@media (min-width: 768px) {
    .cover-block .splide__arrows {
        top: 203px;
    }
}

@media (min-width: 992px) {
    .cover-block .splide__arrows {
        top: 186px;
    }
}

@media (min-width: 1280px) {
    .cover-block .splide__arrows {
        top: 173px;
    }
}

@media (min-width: 1400px) {
    .cover-block .splide__arrows {
        top: 197px;
    }
}

/*End of Блок главного фото*/

/*Splide in material*/

.article-content .app_in_text .splide__track {
    margin-bottom: 10px;
}

.article-content .app_in_text .splide__track ul {
    display: -ms-flexbox !important;
    display: flex !important;
}

.article-content .app_in_text .splide__track ul li:before,
.article-content .ck-content .splide__track ul li:before {
    display: none;
}

.article-content .app_in_text .slider-in-material ul .splide__slide {
    margin-bottom: 0;
}

.slider-in-material .splide__slide .cover-block-img-in {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-in-material .splide__slide .cover-block-img-in:before {
    display: none;
}

.slider-in-material .splide__slide .cover-block-img-in .cover-block-img {
    display: block;
    position: relative;
    height: 100%;
}

.slider-in-material .splide__slide .cover-block-img-in .cover-block-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.slider-in-material .splide__slide .cover-block-img-in .slider-image-blur-box {
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: -20%;
    right: -20%;
    width: 140%;
    height: 140%;
}

.slider-in-material .splide__slide .cover-block-img-in .slider-image-blur-box .slider-image-blur {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    filter: blur(10px) brightness(.5);
}

.slider-in-material .splide__slide .cover-block-img-in {
    max-height: 100vw;
}

.slider-in-material .cover-block-footer,
.slider-in-material .cover-block-footer-description-author,
.slider-footer,
.slider-in-material .cover-block-footer-description-author + .slider-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.slider-in-material .cover-block-footer {
    padding-top: 10px;
    padding-bottom: 0;
}

.slider-in-material .cover-block-footer .cover-block-footer-description-author {
    padding: 0;
}

.cover-block-footer-description-author {
    padding: 0;
}

.slider-in-material .cover-block-footer-description-author {
    padding-top: 0;
    padding-bottom: 0;
}

.slider-footer {
    padding-top: 0;
    padding-bottom: 10px;
}

.slider-in-material .cover-block-footer-description-author + .slider-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.slider-footer .counter {
    width: 50px;
    margin-left: 15px;
    font-size: 11px;
    text-align: right;
    color: #64717a;
}

@media (min-width: 576px) {
    .slider-in-material .splide__slide .cover-block-img {
        max-height: 540px;
    }

    .slider-in-material .cover-block-footer,
    .slider-in-material .cover-block-footer-description-author,
    .slider-footer,
    .slider-in-material .cover-block-footer-description-author + .slider-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (min-width: 768px) {
    .slider-in-material .splide__slide .cover-block-img {
        max-height: 625px;
    }
}

/*End of Splide in material*/


.main-photo-single {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
}

.main-photo-single:before {
    content: '';
    display: block;
    padding-top: 66.67%;
}

.main-photo-single-in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.main-photo-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.article-content figure,
.article-content figure.image,
.article-content figure.media,
.article-content figure.table,
.article-content .image-box,
.article-content .image-box-vertical,
.article-content [class^='vue-code'] {
    display: block;
    margin: 2.4rem 0;
    max-width: 100%;
}

.article-content figure img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

/*.article-content figure.image.image-style-align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 1.2em auto;
}

.article-content figure.image.image-style-align-center img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
}*/

/*.article-content figure.image.image-style-align-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}*/

.article-content .ck-content figure.image.image-style-align-center img,
.article-content figure.image.image-style-align-center > a {
    max-height: 160vw;
}

.article-content figure.image.image-style-align-center img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: .15s;
}

footer figure.image {
    margin: 10px 0 0 0;
}

.article-content figure.image.image-style-align-left,
.article-content figure.image.image-style-align-right {
    width: 40%;
    max-width: 40%;
}

.article-content figure.image.image-style-align-left {
    margin-left: 0;
}

.article-content figure.image.image-style-align-right {
    margin-left: 20px;
}

.article-content .min-left,
.article-content figure.image.image-style-align-left {
    margin-right: 20px;
    float: left;
}

.article-content .min-right,
figure.image.image-style-align-right {
    margin-left: 20px;
    float: right;
}

.article-content .min-left,
.article-content .min-right {
    width: 110px;
    margin-top: 5px;
}

.article-content .min-left figure,
.article-content .min-right figure {
    margin: 0 !important;
    width: 100% !important;
}

@media (min-width: 576px) {
    .article-content figure.image.image-style-align-left,
    .article-content figure.image.image-style-align-right {
        width: 30%;
        max-width: 30%;
    }

    .article-content figure.image.image-style-align-center {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .article-content figure.image.image-style-align-center img {
        width: 100%;
        min-width: auto;
        height: 100%;
    }

    .article-content .ck-content figure.image.image-style-align-center img,
    .article-content figure.image.image-style-align-center > a {
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%;
        max-height: 625px;
    }

    .article-content figure.image.image-style-align-center figcaption {
        flex: 0 0 40%;
        max-width: 40%;
        display: flex;
        align-items: flex-end;
    }

}


@media (max-width: 575px) {
    .article-content figure,
    .article-content figure.image,
    .article-content figure.media,
    .article-content figure.table,
    .article-content .image-box,
    .article-content .image-box-vertical {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px;
    }

    .article-content .ck figure,
    .article-content .ck figure.image,
    .article-content .ck figure.media,
    .article-content .ck figure.table,
    .article-content .ck .image-box,
    .article-content .ck .image-box-vertical {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .article-content .image-box figure.image,
    .article-content .image-box-vertical figure.image {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

.pro-spravka {
    margin: 30px 0 30px 5%;
    padding: 15px 0;
    width: 95%;
}

.pro-spravka h3.head {
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 7px 0;
}

.pro-spravka h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.pro-spravka div p {
    font-size: 15px;
    font-style: italic;
    margin: 0;
}

.pro-spravka h3:empty {
    display: none;
}

/*Цитаты*/

.article-content blockquote,
.article-content .ck-content blockquote,
.article-content .blockquote-22,
.spravka_2 {
    word-wrap: break-word;
    border-left: none;
    position: relative;
    margin: 2.4rem 0;
}

.article-content blockquote,
.article-content .ck-content blockquote,
.article-content .blockquote-22,
.spravka_2,
.vrezka-min {
    padding: 0 0 0 50px;
}

.article-content .blockquote-22 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.article-content blockquote > p,
.article-content .blockquote-22 .block-text,
.spravka_2 div p,
.vrezka-min .vrezka-title {
    width: 100%;
    font-family: 'Noto Serif', serif;
    font-size: 19px;
    line-height: 1.5;
    word-wrap: break-word;
    text-align: left;
    font-style: normal;
    font-weight: 300;
    margin: 0;
}

.article-content .blockquote-22 .block-text {
    margin-bottom: 0.6em;
}

.article-content .blockquote-22 .block-footer + .block-text {
    margin-top: 15px;
}

.article-content .blockquote-22 .block-footer {
    max-width: 230px;
    min-width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
}

.article-content .blockquote-22 .block-img,
.article-content .blockquote-22 .blockquote-img {
    position: relative;
    border: none;
}

.article-content blockquote:before,
.article-content .ck-content blockquote:before,
.article-content .blockquote-22 .block-text:before {
    content: '';
    width: 21px;
    height: 17px;
    background-image: url(/themes/default/front/img/angle-guide-double.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 7px;
}

.article-content .blockquote-22 .block-img figure.image,
.article-content .ck-content .blockquote-22 figure.image {
    min-width: 60px;
    width: 60px;
    max-width: none;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0;
    background-color: #e8ebef;
    box-shadow: none;
}

.article-content .blockquote-22 .block-img figure img,
.article-content .ck-content .blockquote-22 figure.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-content .blockquote-22 .block-name {
    font-weight: 700;
}

.article-content .blockquote-22 .block-post {
    margin-top: 4px;
    font-style: italic;
}

@media (max-width: 575px) {
    .article-content blockquote,
    .article-content .ck-content blockquote,
    .article-content .blockquote-22,
    .spravka_2 {
        padding: 0 0 0 30px;
    }

    .article-content .blockquote-22 .block-footer {
        max-width: calc(100% - 70px);
    }
}

/*end of Цитаты*/

.article-content hr,
.article-content .ck-content hr {
    margin: 2.4em 0;
    color: inherit;
    height: 1px;
    background-color: #8797a3;
    border: 0;
    opacity: 1;
}

.article-content .app_in_text ul,
.article-content .app_in_text ol {
    display: block;
    margin: 0 0 1.2em 5%;
    padding-left: 20px;
}

.article-content .app_in_text ul li,
.article-content .ck-content ul li {
    list-style: none;
    margin-bottom: .6em;
    position: relative;
}

.article-content .app_in_text ol li {
    list-style-type: none;
    margin-bottom: .6em;
    position: relative;
}

.article-content .app_in_text ol li > ol,
.article-content .app_in_text ul li > ul {
    margin-top: .6em;
}

.article-content .app_in_text ul li:before,
.article-content .ck-content ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -18px;
    width: 6px;
    height: 6px;
    background-color: #000;
    /*top: 7px;
    left: -20px;
    width: 10px;
    height: 10px;
    background-color: #e43927;*/
    border-radius: 50%;
}

.article-content .app_in_text ol,
.article-content .ck-content ol {
    list-style-type: none;
    counter-reset: num;
}

.article-content .app_in_text ol li:before,
.article-content .ck-content ol li:before {
    content: counter(num) '.';
    counter-increment: num;
    padding-right: 6px;
    margin-left: -40px;
    font-weight: 700;
    text-align: right;
    display: inline-block;
    width: 40px;
    color: #000;
    /*color: #e43927;*/
}

.article-col .article-content .raw-html-embed {
    /*margin: 1.875em 0;*/
    overflow: hidden;
}

.vk-embed {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
}

.vk-embed:before {
    content: '';
    display: block;
    padding-top: 66.67%;
}

.vk-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-content .instagram-media {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.article-content table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.article-content th,
.article-content td {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    word-wrap: break-word;
    vertical-align: middle;
    text-align: left;
}

.center,
.article-content th.center,
.article-content td.center {
    text-align: center;
}

.article-content th {
    font-weight: 700;
}

.article-content table caption {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    padding-top: 0;
    caption-side: top;
}

.article-content figure.table {
    overflow-x: auto;
}

.pro-spravka {
    border-top: 1px solid #00add9;
    border-bottom: 1px solid #00add9;
}

.pro-spravka h3.head {
    color: #00add9;
}

.pro-content .article-content ul li:before {
    color: #8797a3;
}

.other-page h3 {
    font-weight: 700;
    font-size: 2em;
    margin: 0 0 .7em;
}

.other-page h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 1em 0 .7em;
}

.other-page p,
.other-page ol,
.other-page ul,
.other-page li,
.other-page th,
.other-page td {
    font-size: 15px;
    line-height: 1.4;
}

.other-page ul {
    list-style-type: disc;
}

.other-page p,
.other-page ol,
.other-page ul,
.other-page li {
    margin-bottom: 10px;
}

.other-page ol > li,
.other-page ul > li {
    margin-top: 10px;
}

.other-page ol {
    list-style: none;
    counter-reset: cupcake;
    padding-left: 32px;
}

.other-page ol li {
    counter-increment: cupcake;
}

.other-page ol li:before {
    content: counters(cupcake, ".") ". ";
}

.other-page ol li:before {
    font-weight: 700;
}

.other-page .raw-html-embed {
    margin: 0;
}

.article-content.ad-board h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.article-content.ad-board p {
    font-size: 16px;
    padding: 1.2em 15px;
    margin: 0;
}

.article-content.ad-board h3 ~ p:last-child {
    border-radius: 0 0 8px 8px;
}

.ad-board .main-photo-single:before {
    content: '';
    display: block;
    padding-top: 40%;
}

.ad-board .main-photo-single {
    overflow: hidden;
    border-radius: 8px;
}

.ad-board .main-photo-single-in:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
}

.main-photo-title-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.article-content .main-photo-title-box h1 {
    text-align: center;
    margin-bottom: 25px;
}

.classified-modal {
    text-align: center;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    bottom: 0 !important;
}

.classified-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%;
}

.classified-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 500px;
}

.classified-modal .modal-header {
    padding: 30px 30px 0;
    border-bottom: none;
}

.classified-modal .modal-title {
    font-size: 22px;
    line-height: 1.1;
}

.classified-modal .close {
    margin: 0;
    top: 15px;
    right: 15px;
}

.classified-modal .modal-body {
    padding: 30px;
    font-size: 15px;
}

.classified-modal .modal-body p,
.classified-modal .modal-body ol,
.classified-modal .modal-body ul,
.classified-modal .modal-body li {
    margin-bottom: 10px;
}

.classified-modal .modal-body p:last-child {
    margin-bottom: 0;
}

.classified-modal .modal-body ol,
.classified-modal .modal-body ul {
    -webkit-padding-start: 30px;
    padding: 0 0 0 30px;
}

.classified-modal .modal-body ul li {
    list-style-type: disc;
}

.classified-modal .modal-body a {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .classified-modal .modal-dialog {
        width: calc(100% - 25px);
    }
}

@media (max-width: 500px) {
    .main-photo-title-box {
        padding-top: 0;
    }
}

@media (max-width: 360px) {
    .article-content .main-photo-title-box h1 {
        margin-bottom: 15px;
    }

    .classified-modal .modal-header {
        padding: 15px 15px 0;
    }

    .classified-modal .modal-body {
        padding: 15px;
    }

    .classified-modal .modal-title {
        width: calc(100% - 30px);
    }

    .classified-modal .close {
        top: 18px;
    }
}

.article-content.ad-board h3 {
    color: #fff;
    background-color: #184a79;
}

.article-content.ad-board p {
    background-color: #e8ebef;
    border-top: 1px solid #fff;
}

.article-content .main-photo-title-box h1 {
    color: #fff;
}

.button-classified {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.button-classified:hover {
    background-color: rgba(255, 255, 255, .3);
}

.other-channels,
.other-channels p {
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.5;
    word-wrap: break-word;
    font-style: italic;
}

.other-channels a {
    font-weight: 700;
}

/*Справка*/

/*[class^='spravka_'] {
    width: 100%;
    margin: 2.4em 0;
    padding: 1em 0;
    border-top: 1px solid #8797a3;
    border-bottom: 1px solid #8797a3;
}*/

/*[class^='spravka_'] div p {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.4;
    color: #8797a3;
}

[class^='spravka_'] > div :last-child,
[class^='spravka_'] > div figure.image:last-child {
    margin-bottom: 0;
}*/

[class^='spravka_'] .spravka-head,
.vrezka-min .vrezka-mark {
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    padding-left: 0;
    margin-bottom: 0.2em;
}

[class^='spravka_'] .spravka-head:before,
.vrezka-min .vrezka-mark:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -32px;
    background-image: url(/themes/default/front/img/angle-guide-color.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}

@media (min-width: 768px) {
    [class^='spravka_'] .spravka-head,
    .vrezka-min .vrezka-mark {
        font-size: 18px;
    }

    [class^='spravka_'] .spravka-head:before,
    .vrezka-min .vrezka-mark:before {
        top: 1px;
        left: -53px;
        height: 17px;
        width: 17px;
    }
}

@media (min-width: 992px) {
    .spravka_1 {
        float: left;
        width: 33%;
        margin: 6px 30px 1.2em 0;
    }

}

/*End of Справка*/

.vrezka-min {
    margin: 2.4rem 0;
    display: block;
    cursor: pointer;
}

.vrezka-min:active {
    transform: translateY(2px);
}

.ck-widget.vrezka,
.ck-widget.vrezka *,
.ck-widget.vrezka-min,
.ck-widget.vrezka-title {
    cursor: default;
}

.vrezka-min .vrezka-title,
.ck-widget.vrezka-min .vrezka-title {
    color: #e75242;
    font-weight: 400;
}

.vrezka-min:hover .vrezka-title {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

/*

.vrezka-min .vrezka-mark,
.vrezka-min .vrezka-title,
.ck-widget.vrezka-min .vrezka-mark,
.ck-widget.vrezka-min .vrezka-title {
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.vrezka-min .vrezka-mark,
.ck .ck-widget.vrezka-min .vrezka-mark {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    font-weight: 700;
    border-radius: 0;
    white-space: nowrap;
    text-transform: uppercase;
    user-select: none;
    background-color: transparent;
    color: #000;
}

*/

/*Врезка - анонс материала на сайте*/

.vrezka {
    display: flex;
    align-content: stretch;
    position: relative;
    cursor: pointer;
    width: 100%;
    min-height: 100px;
    margin: 2.4em 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.vrezka:active {
    transform: translateY(2px);
}

.vrezka .vrezka-mark,
.ck .vrezka .ck-widget.vrezka-mark {
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1;
    line-height: 24px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    user-select: none;
    background-color: #24406e;
    color: #fff;
}

.vrezka .vrezka-title {
    order: 1;
    flex: 0 0 65%;
    max-width: 65%;
    font-size: 14px;
    line-height: 1.4;
    padding: 46px 15px 15px;
    color: #000;
}

.vrezka:hover .vrezka-title {
    color: #e75242;
}

.vrezka .vrezka-image {
    order: 2;
    flex: 0 0 35%;
    max-width: 35%;
    margin: 0;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 576px) {
    .vrezka {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 210px;
        min-height: auto;
        margin: 6px 20px 1.2rem 0;
        float: left;
    }

    .vrezka .vrezka-mark {
        top: 128px;
    }

    .vrezka .vrezka-title {
        order: 2;
        flex: 0 0 auto;
        max-width: none;
        padding: 23px 15px 15px;
    }

    .vrezka .vrezka-image {
        order: 1;
        flex: 0 0 auto;
        max-width: none;
        height: 140px;
    }
}

/*@media (min-width: 768px) {
    .vrezka-min {
        display: flex;
    }

    .vrezka-min .vrezka-mark,
    .vrezka-min .vrezka-title {
        font-size: 20px;
    }

    .vrezka-min .vrezka-mark,
    .vrezka-min .ck-widget.vrezka-mark {
        margin-right: 10px;
    }
}*/

/*End of Врезка - анонс материала на сайте*/

/*Визитка и персона*/

.vizitka {
    display: block;
    position: relative;
    font-size: 17px;
    padding: 60px 20px 17px 20px;
    margin: 20px auto;
    min-height: 240px;
    border: 1px solid #8797a3;
}

.vizitka:before {
    content: 'Эксперт';
    position: absolute;
    top: 16px;
    left: 0;
    padding: 0 10px 0 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    background-color: #24406e;
    color: #fff;
}

.vizitka-photo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 200px;
    height: 200px;
}

.vizitka-photo:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.vizitka-photo figure {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    aspect-ratio: 1/1;
}

.vizitka-photo figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.vizitka-name-block,
.vizitka-text {
    width: calc(100% - 220px);
    font-size: 15px;
}

.vizitka-name-block {
    margin-bottom: 10px;
}

.vizitka-name {
    font-weight: 700;
}

.vizitka-post {
    opacity: .7;
}

@media (max-width: 575px) {
    .vizitka {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
    }

    .vizitka-name-block {
        order: 1;
    }

    .vizitka-photo {
        order: 2;
    }

    .vizitka-text {
        order: 3;
    }

    .vizitka-name-block,
    .vizitka-text {
        width: 100%;
    }

    .vizitka-photo {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        height: auto;
        margin-bottom: 15px;
    }

    .vizitka-photo:before {
        content: '';
        display: block;
        padding-top: 75%;
    }

    .vizitka-photo figure {
        max-width: 400px;
        width: auto;
        height: auto;
        aspect-ratio: 200/150;
    }

}

.persona {
    font-size: 15px;
    width: 33%;
    display: flex;
    flex-direction: column;
    float: right;
    overflow: hidden;
    position: relative;
    background-color: #e8ebef;
}

.persona,
[custom-class] > .persona:first-child {
    margin: 6px 0 1.2rem 30px !important;
}

[custom-class='vizitka-g'] .persona,
[custom-class='lb'] .persona {
    background-color: #fff;
}

.article-content [custom-class='lb'] .persona .persona-name-block * {
    color: #1e2c34 !important;
}

.persona .persona-photo {
    width: 100%;
    aspect-ratio: 100/60;
    overflow: hidden;
    position: relative;
}

.article-content .ck-content .persona .persona-photo figure.image img {
    aspect-ratio: 100/60;
}

.persona .persona-photo:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.persona .persona-photo figure,
.template-1 .article-content .persona .persona-photo figure {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    margin: 0;
}

.article-content .font_os .persona-photo figure.image,
.template-1 .article-content .persona .persona-photo figure {
    margin: 0;
}

.font_os .persona .persona-photo figure img,
.template-1 .article-content .persona .persona-photo figure img,
.article-content .ck-content .persona .persona-photo figure.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.persona-name-block {
    padding: 15px 20px;
}

.persona-name {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
}

.persona-post {
    font-size: 13px;
    color: #000;
}

@media (max-width: 576px) and (min-width: 400px) {
    .persona {
        max-width: 400px;
        width: 100%;
        height: 134px;
        flex-direction: row;
        align-items: center;
        float: none;
    }

    .persona,
    [custom-class] > .persona:first-child {
        margin: 0 0 20px 0 !important;
    }

    .persona .persona-photo {
        width: 160px;
        position: relative;
        display: block;
        height: 100%;
        overflow: hidden;
        flex: 0 0 auto;
    }

    .persona .persona-photo:before {
        display: none;
    }

    .persona .persona-photo figure {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        max-width: none !important;
    }

    .article-content figure img {
        max-width: 100%;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .persona-name-block {
        width: calc(100% - 40%);
        max-height: 160px;
    }

    .persona-post {
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 399px) {
    .persona {
        width: 100%;
        flex-direction: column;
        float: none;
    }

    .persona,
    [custom-class] > .persona:first-child {
        margin: 0 0 20px 0 !important;
    }
}

/*End of Визитка и персона*/

@media (max-width: 575px) {
    .article-content .instagram-media,
    .article-content .tiktok-embed {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 2.4rem 0 !important;
    }
}

/*Update*/

.article-content .update {
    position: relative;
    background-color: #fff199;
    border-radius: 3px;
    width: 100%;
    padding: 17px 20px 18px 64px;
    margin: 2.4rem 0;
    font-size: .9em;
}

.article-content .update p {
    margin: 0;
    font-size: 15px;
}

.article-content .update h4 + p {
    margin-top: 5px;
}

.article-content .update h4,
.article-content .update .update_head {
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin: 0;
}

.article-content .update:before {
    content: "!";
    position: absolute;
    display: inline-block;
    text-align: center;
    top: 19px;
    left: 21px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fd7c01;
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
    color: #fff;
}

.article-content .update [id^="inpage"] {
    display: none;
}

@media (max-width: 575px) {
    .article-content .update {
        padding: 60px 20px 18px 20px;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px;
    }
}

/*End of Update*/

.article-content .napravah {
    font-size: 12px;
    text-align: right;
    display: block;
    margin: 1.2em 0 0;
}

/*Carousel*/

.in-material-carousel {
    margin-bottom: 20px;
    line-height: 0;
    background-color: #e8ebef;
}

.in-material-carousel .carousel {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
}

.in-material-carousel .carousel:before {
    content: "";
    display: block;
    padding-top: 62.5%;
}

.in-material-carousel .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.in-material-carousel .item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.in-material-carousel .item,
.in-material-carousel-box,
.in-material-carousel .carouseel-author {
    background: #373a3c;
}

.in-material-carousel .item img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.in-material-carousel ol {
    padding-left: 0;
    text-align: center;
    width: 60%;
    margin-left: -30%;
}

.in-material-carousel .carousel-indicators {
    bottom: -60px !important;
}

.in-material-carousel .carousel-indicators li {
    border: 2px solid #e8ebef;
    margin-bottom: 0;
    width: 12px;
    height: 12px;
}

.in-material-carousel .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #4c9be2;
    border: 2px solid #4c9be2;
}

.in-material-carousel .carousel.fade {
    opacity: 1;
}

.in-material-carousel .carousel.fade .item {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .7s;
    z-index: 0;
}

.in-material-carousel .carousel.fade .item.active {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.in-material-carousel .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.in-material-carousel .carousel-control:hover,
.in-material-carousel .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.in-material-carousel .carousel-control.right {
    right: 0;
    left: auto;
}

.in-material-carousel .carousel-control {
    z-index: 2;
    background-image: none;
}

.in-material-carousel .carousel-control:hover .arrows,
.in-material-carousel .carousel-control:focus .arrows {
    background-color: rgba(0, 0, 0, 0.3);
}

.in-material-carousel .carousel-control:active .arrows {
    background-color: rgba(0, 0, 0, 0.5);
}

.in-material-carousel .arrows.arrow-next,
.in-material-carousel .arrows.arrow-prev {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
    margin-top: -26px;
}

.in-material-carousel .arrows.arrow-next {
    background: url(/themes/default/front/img/arrow-to-right-white.svg) no-repeat;
    background-position: center;
    background-size: 19px 32px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.in-material-carousel .arrows.arrow-prev {
    background: url(/themes/default/front/img/arrow-to-left-white.svg) no-repeat;
    background-position: center;
    background-size: 19px 32px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.in-material-carousel a,
.in-material-carousel a:hover,
.in-material-carousel a:active,
.in-material-carousel a:focus {
    color: #fff !important;
}

.in-material-carousel ol li::before {
    display: none;
}

.in-material-carousel .carousel-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(36, 37, 39, 0.5);
    width: 100%;
    color: #fff;
    padding: 5px 10%;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

.article-content .in-material-carousel .carousel-text:empty {
    display: none;
}

.article-content .in-material-carousel .carousel-indicators {
    display: none;
}

.article-content .in-material-carousel .carouseel-author {
    padding: 5px;
    width: 100%;
    font-size: 11px;
    line-height: 1.2;
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
}

/*End of Carousel*/

/*Блоки фото*/

.article-content .foto-2,
.article-content .foto-3,
.article-content .foto-4,
.article-content .foto-5,
.article-content .foto-6,
.article-content .foto-2-general,
.article-content .foto-3-general,
.article-content .foto-4-general,
.article-content .foto-5-general,
.article-content .foto-6-general {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% + 3%);
    margin: 30px -1.5% 26px;
}

.article-content [class^='foto-'] figure.image,
.article-content [class^='foto-'] figure.image figcaption {
    background-color: transparent;
    margin: 0;
}

.article-content [class^='foto-'] figure,
.article-content [class^='foto-'] figure.image {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.article-content [class^='foto-'] figure.image figcaption {
    width: 100%;
}

.article-content [class^='foto-'] .figcaption-general {
    text-align: center;
    padding: 8px 0 0 0;
    width: calc(100% - 3%);
}

.article-content .foto-3 > div,
.article-content .foto-2 > div,
.article-content .foto-3-general > div,
.article-content .foto-2-general > div {
    width: 97%;
    margin: 0 1.5%;
}

.article-content .foto-4 > div,
.article-content .foto-5 > div,
.article-content .foto-6 > div,
.article-content .foto-4-general > div,
.article-content .foto-5-general > div,
.article-content .foto-6-general > div {
    width: 47%;
    margin: 0 1.5%;
}

.article-content .foto-2 > div:not(:last-of-type),
.article-content .foto-3 > div:not(:last-of-type),
.article-content .foto-4 > div:nth-of-type(1),
.article-content .foto-4 > div:nth-of-type(2),
.article-content .foto-5 > div:nth-of-type(1),
.article-content .foto-5 > div:nth-of-type(2),
.article-content .foto-5 > div:nth-of-type(3),
.article-content .foto-5 > div:nth-of-type(4),
.article-content .foto-6 > div:nth-of-type(1),
.article-content .foto-6 > div:nth-of-type(2),
.article-content .foto-6 > div:nth-of-type(3),
.article-content .foto-6 > div:nth-of-type(4),
.article-content .foto-2-general > div:nth-of-type(1),
.article-content .foto-3-general > div:nth-of-type(1),
.article-content .foto-3-general > div:nth-of-type(2),
.article-content .foto-4-general > div:nth-of-type(1),
.article-content .foto-4-general > div:nth-of-type(2),
.article-content .foto-5-general > div:nth-of-type(1),
.article-content .foto-5-general > div:nth-of-type(2),
.article-content .foto-5-general > div:nth-of-type(3),
.article-content .foto-5-general > div:nth-of-type(4),
.article-content .foto-6-general > div:nth-of-type(1),
.article-content .foto-6-general > div:nth-of-type(2),
.article-content .foto-6-general > div:nth-of-type(3),
.article-content .foto-6-general > div:nth-of-type(4) {
    margin-bottom: 15px;
}

.article-content .min-left,
.article-content .min-right {
    width: 110px;
}

.article-content .min-left,
.article-content figure.image.image-style-align-left {
    margin: 6px 20px 10px 0;
    float: left;
}

.article-content .min-right,
.article-content figure.image.image-style-align-right {
    margin: 6px 0 10px 20px;
    float: right;
}

.article-content figure.image.image-style-align-left figcaption,
.article-content figure.image.image-style-align-right figcaption {
    padding: 6px 0 10px 0;
    text-align: left;
}

.article-content .min-left figure,
.article-content .min-right figure {
    margin: 0 !important;
    width: 100% !important;
}

.article-content .min-left figure figcaption,
.article-content .min-right figure figcaption {
    padding: 4px 0 0 0;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    background-color: transparent;
}

@media (min-width: 400px) {
    .article-content .foto-2 > div,
    .article-content .foto-3 > div,
    .article-content .foto-2-general > div,
    .article-content .foto-3-general > div {
        width: 47%;
        margin: 0 1.5%;
    }

    .article-content .foto-5 > div,
    .article-content .foto-6 > div,
    .article-content .foto-5-general > div,
    .article-content .foto-6-general > div {
        width: 30.333333%;
        margin: 0 1.5%;
    }

    .article-content .foto-2 > div:not(:last-of-type),
    .article-content .foto-5 > div:nth-of-type(4),
    .article-content .foto-6 > div:nth-of-type(4),
    .article-content .foto-2-general > div:not(:last-of-type),
    .article-content .foto-5-general > div:nth-of-type(4),
    .article-content .foto-6-general > div:nth-of-type(4) {
        margin-bottom: 0;
    }
}

@media (min-width: 550px) {
    .article-content .foto-3 > div,
    .article-content .foto-6 > div,
    .article-content .foto-3-general > div,
    .article-content .foto-6-general > div {
        width: 30.333333%;
        margin: 0 1.5%;
    }

    .article-content .foto-4 > div,
    .article-content .foto-4-general > div {
        width: 22%;
        margin: 0 1.5%;
    }

    .article-content .foto-5 > div,
    .article-content .foto-5-general > div {
        width: 17%;
        margin: 0 1.5%;
    }

    .article-content .foto-3 > div:not(:last-of-type),
    .article-content .foto-4 > div:nth-of-type(1),
    .article-content .foto-4 > div:nth-of-type(2),
    .article-content .foto-5 > div:nth-of-type(1),
    .article-content .foto-5 > div:nth-of-type(2),
    .article-content .foto-5 > div:nth-of-type(3),
    .article-content .foto-3-general > div:not(:last-of-type),
    .article-content .foto-4-general > div:nth-of-type(1),
    .article-content .foto-4-general > div:nth-of-type(2),
    .article-content .foto-5-general > div:nth-of-type(1),
    .article-content .foto-5-general > div:nth-of-type(2),
    .article-content .foto-5-general > div:nth-of-type(3) {
        margin-bottom: 0;
    }
}

@media (min-width: 700px) {
    .article-content .foto-6 > div,
    .article-content .foto-6-general > div {
        width: 13.666667%;
        margin: 0 1.5%;
    }

    .article-content .foto-6 > div:nth-of-type(1),
    .article-content .foto-6 > div:nth-of-type(2),
    .article-content .foto-6 > div:nth-of-type(3),
    .article-content .foto-6-general > div:nth-of-type(1),
    .article-content .foto-6-general > div:nth-of-type(2),
    .article-content .foto-6-general > div:nth-of-type(3) {
        margin-bottom: 0;
    }
}

/*End of Блоки фото*/

/*DIVs*/

:root {
    --div-margin-30: 30px 0;
    --div-padding-15: 15px;
}

[custom-class] > :first-child {
    margin-top: 0 !important;
}

[custom-class] > :last-child {
    margin-bottom: 0 !important;
}

[custom-class='d-local'],
[custom-class='d-empty'],
[custom-class='d0'] {
    display: inline-block;
    margin: 20px 0;
}

@supports (display: flow-root) {
    [custom-class='d-local'],
    [custom-class='d-empty'],
    [custom-class='d0'] {
        display: flow-root;
    }
}

[custom-class='ws'],
[custom-class='gr'],
[custom-class='ly'],
[custom-class='lm'],
[custom-class='lb'],
[custom-class='lg'],
[custom-class='vizitka'] {
    padding: 20px;
    margin: 2.4rem 0;
    display: flow-root;
    overflow: hidden;
}

[custom-class='white'] {
    background-color: #fff;
}

[custom-class='gr'] {
    background-color: #f4f7f9;
    border: 1px solid #b5c4cf;
}

[custom-class='ly'] {
    background-color: #ffecb9;
    border: 1px solid #eebb74;
}

[custom-class='lb'] {
    background-color: #4c9ce2;
    border: 1px solid #4c9ce2;
}

.article-content [custom-class='lb'] *,
.article-content .ck-content [custom-class='lb'] * {
    color: #fff !important;
}

.article-content .ck-content [custom-class='lb'] figure.table table td,
.article-content [custom-class='lb'] td {
    background-color: transparent;
}

.article-content .ck-content [custom-class='lb'] figure.table table th,
.article-content [custom-class='lb'] th {
    background-color: rgba(25, 79, 116, .25);
}

.ck-content [custom-class='lb'] .table table,
.article-content .ck-content [custom-class='lb'] figure.table table th,
.article-content .ck-content [custom-class='lb'] figure.table table th,
.article-content [custom-class='lb'] th,
.article-content [custom-class='lb'] td {
    border: 1px solid #b0d4f2 !important;
}

[custom-class='d-LightGreen'],
[custom-class='lg'] {
    background-color: #e0fce6;
    border: 1px solid #8bda9c;
}

[custom-class='d-WhiteShadow'],
[custom-class='ws'] {
    background-color: #fff;
    box-shadow: 1px 1px 4px 1px rgba(54, 75, 89, .15),
    4px 4px 15px 0 rgba(54, 75, 89, .15);
}

[custom-class] .min-left,
[custom-class] .min-right,
[custom-class] figure.image.image-style-align-left,
[custom-class] figure.image.image-style-align-right {
    margin-top: 7px !important;
}

[custom-class='vizitka-w'],
.ck .ck-editor__nested-editable[custom-class='vizitka-w'],
[custom-class='vizitka-g'],
.ck .ck-editor__nested-editable[custom-class='vizitka-g'] {
    display: flow-root;
    position: relative;
    padding: 45px 15px 13px 15px;
    margin: 2.4rem 0;
}

[custom-class='vizitka-w'],
.ck .ck-editor__nested-editable[custom-class='vizitka-w'] {
    background-color: #fff;
    border: 1px solid #e75242;
}

[custom-class='vizitka-g'],
.ck .ck-editor__nested-editable[custom-class='vizitka-g'] {
    background-color: #e3eaef;
}

[custom-class='vizitka-w'] .viz-marker,
[custom-class='vizitka-g'] .viz-marker {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .3px;
    text-transform: uppercase;
    background-color: #e75242;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    /*border-radius: 0 4px 4px 0;*/
    user-select: none;
}

@media (min-width: 576px) {
    [custom-class='vizitka-w'],
    [custom-class='vizitka-g'],
    .ck .ck-editor__nested-editable[custom-class='vizitka-w'],
    .ck .ck-editor__nested-editable[custom-class='vizitka-g'] {
        padding: 45px 20px 18px 20px;
    }

    [custom-class='vizitka-w'] .viz-marker,
    [custom-class='vizitka-g'] .viz-marker {
        padding: 0 20px;
    }
}

[custom-class='vizitka-w'] p,
[custom-class='vizitka-g'] p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 0.8em;
}

[custom-class='vizitka-w'] p:last-of-type,
[custom-class='vizitka-g'] p:last-of-type {
    margin-bottom: 0;
}

[custom-class='vizitka-w'] h3,
[custom-class='vizitka-g'] h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.1;
    margin: 1.6em 0 0.8em;
}

[custom-class='vizitka-w'] .viz-marker + h3,
[custom-class='vizitka-w'] .persona + h3,
[custom-class='vizitka-g'] .viz-marker + h3,
[custom-class='vizitka-g'] .persona + h3 {
    margin-top: 0;
}

[custom-class='vizitka-w'] h3:empty,
[custom-class='vizitka-g'] h3:empty {
    display: none;
}

/*End of DIVs*/

/*poll*/

.poll-container {
    display: block;
    width: 100%;
    max-width: 720px;
    padding: 40px 7% 16px;
    margin: 2.4rem auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background: #24406e;
    /*background: linear-gradient(125deg, rgba(4, 31, 74, 1) 0%, rgba(20, 63, 131, 1) 100%);*/
    background: linear-gradient(125deg, #335d9e 0%, #24406e 100%);
    color: #fff;
}

.poll-container.multi-answer {
    padding: 40px 7% 30px;
}

.article-content .poll-container h2 {
    font-weight: 800;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 15px 0;
    color: #fff;
}

.poll-answers {
    margin: 20px 0;
}

.multi-answer .poll-answers {
    margin: 20px 0 30px;
}

.pic-answer .poll-answers {
    margin: 0;
}

.multi-answer .pic-answer .poll-answers {
    margin: 0 0 10px;
}

.poll-container .annotation,
.poll-container.completed .annotation,
.poll-container .annotation.down {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.poll-container .annotation,
.poll-container.completed .annotation {
    margin: 0;
    text-align: left;
}

.poll-container.pic-answer .annotation {
    margin: 0 0 15px;
}

.poll-container .annotation.down {
    margin: 0;
    line-height: 44px;
    display: inline-block;
}

.poll-container .annotation img {
    height: 13px;
    width: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: baseline;
    transform: rotate(90deg);
}

.poll-bar {
    width: 100%;
    position: relative;
    padding: 12px 10px;
    margin: 10px 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    transition: .1s;
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

/*.poll-bar:hover {
    background-color: #e0f0ff;
}*/

.poll-picture:hover .poll-picture-in img {
    opacity: .9;
}

.poll-bar:active,
.poll-picture:active {
    transform: translateY(2px);
}

.poll-answers input {
    display: none;
}

.answer-text {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    z-index: 1;
}

.answer-text.answer-count-abs {
    flex-grow: 1;
}

.answer-count-abs {
    color: #e42924;
}

.answer-count {
    /*-ms-flex: 0 0 64px;
    flex: 0 0 64px;
    max-width: 64px;
    !*line-height: 64px;
    height: 64px;*!*/
    z-index: 1;
    text-align: right;
    margin-left: 40px;
    font-size: 19px;
    line-height: 19px;
    font-weight: 700;
    position: relative;
    color: #358fde;
}

.poll-container .answer-count > span,
.poll-answers input[type=radio]:checked + .poll-bar .answer-count:before,
.completed .poll-answers input[type=radio] + .poll-bar .answer-count:before,
.completed .poll-answers input[type=checkbox] + .poll-bar .answer-count:before {
    visibility: hidden;
    opacity: 0;
}


.completed .poll-bar,
.completed .poll-picture,
.poll-answers input[type=radio]:checked + .poll-bar,
.poll-button.disabled {
    pointer-events: none;
    cursor: default;
}

.poll-answers input[type=radio]:checked + .poll-bar .answer-count:before, /*+*/
.poll-answers input[type=checkbox] + .poll-bar .answer-count:before, /*+*/
.poll-answers input[type=radio]:checked + .poll-picture .answer-count:before, /*+*/
.poll-picture-container input[type=checkbox] + .poll-picture:after /*+*/
{
    content: '';
    background-image: url(/themes/default/front/img/check-polls-white.svg);
    background-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: -25px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 30px;
    background-color: #fff;
    border: 2px solid #358fde;
    color: transparent;
    transition: .1s;
}

.poll-picture-container input[type=checkbox] + .poll-picture:after {
    top: auto;
    left: auto;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
    border: 2px solid #fff;
}

/*.poll-answers input[type=checkbox]:checked + .poll-picture .answer-count:after,*/
.poll-answers input[type=checkbox]:checked + .poll-bar .answer-count:before, /*+*/
.poll-picture-container input[type=checkbox]:checked + .poll-picture:after /*+*/
{
    background-size: 75%;
    visibility: visible;
    opacity: 1;
    background-color: #358fde;
}

.completed .poll-answers.visible-result input[type=radio]:checked + .poll-bar .answer-count:before, /*+*/
.completed .poll-answers.visible-result input[type=radio]:checked + .poll-picture .answer-count:before /*+*/
{
    background-image: url(/themes/default/front/img/check-polls-red.svg);
    background-size: 80%;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border: 2px solid transparent;
}

.poll-picture-container input[type=checkbox]:checked + .poll-picture:after {
    box-shadow: 0 0 0 3px #fff;
    border: 2px solid transparent;
}

.completed .poll-answers input[type=checkbox]:not(:checked) + .poll-bar .answer-count:before,
.completed .poll-answers input[type=checkbox]:not(:checked) + .poll-picture .answer-count:before,
.poll-container.completed .poll-answers input[type=checkbox]:checked + .poll-picture:after {
    display: none;
}

.poll-bar-result,
.bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.bar-fill {
    display: block;
    background-color: #ffdea1;
    background: linear-gradient(90deg, rgb(255, 222, 161) 0%, rgb(253, 209, 127) 100%);
    opacity: 0;
    overflow: hidden;
}

.poll-container.completed .poll-answers.visible-result .answer-count > span {
    visibility: visible;
    opacity: 1;
    transition: opacity .8s cubic-bezier(.34, .71, .41, .99);
    animation-delay: .8s;
}

.poll-container.completed .poll-answers.visible-result .answer-count:before > span {
    visibility: visible;
    opacity: 1;
    transition: opacity .8s cubic-bezier(.34, .71, .41, .99);
    animation-delay: .8s;
}

.poll-container.completed .poll-answers.visible-result.user-answer input[type=radio]:checked + .poll-bar .answer-count:before {
    animation: before-animation .8s 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.34, .71, .41, .99);
}

@keyframes before-animation {
    from {
        visibility: hidden;
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 1;
    }
}

.poll-container.completed .visible-result .bar-fill {
    animation: bar-animation .8s 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.34, .71, .41, .99);
    /*animation-delay: .3s;*/
}

@keyframes bar-animation {
    from {
        opacity: 0;
        width: 0;
    }
    to {
        opacity: 1;
        width: 100%;
    }
}

.poll-button {
    width: 164px;
    height: 44px;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    float: right;
    transition: .1s;
    opacity: 1;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.poll-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.poll-button:active {
    transform: translateY(2px);
}

.poll-button.disabled {
    opacity: .5;
}

.poll-container.completed.multi-answer .poll-button {
    display: none;
}

.poll-container.pic-answer .poll-answers {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: inline-block;
}

.poll-picture-container {
    width: calc(50% - 30px);
    float: left;
    margin: 15px;
}

.poll-picture,
.poll-picture-clear,
.poll-picture-clear:hover,
.poll-picture-clear:active {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    transition: .1s;
    user-select: none;
    background-color: #e8ebef;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.poll-picture.poll-picture-clear {
    cursor: default;
}

.poll-picture-clear:active {
    transform: none;
}

.poll-picture.poll-picture-clear .poll-picture-in,
.poll-picture.poll-picture-clear:after {
    display: none;
}

.poll-picture:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.poll-picture-in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.poll-picture-in img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .1s;
}

.poll-picture-in img.pic-blur {
    object-fit: cover;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transform: scale(1.3);
    opacity: .8;
}

/*.poll-picture .answer-text {
    display: none;
}*/

.poll-picture .answer-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 19px;
    font-size: 19px;
    text-align: center;
    padding: 0;
}

.poll-picture .poll-bar {
    width: 100%;
    /*height: 23%;*/
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.poll-container.pic-answer .poll-picture .poll-bar {
    display: none
}

.poll-container.pic-answer.completed .poll-picture .poll-bar {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575px) {
    .poll-container {
        padding: 4vw 4vw 10px;
    }

    .poll-container.multi-answer {
        padding: 4vw;
    }

    .poll-container h2 {
        font-size: 20px;
    }

    .answer-text,
    .answer-count,
    .poll-picture .answer-count {
        font-size: 15px;
    }

    .poll-answers input[type=radio]:checked + .poll-bar .answer-count:before, /*+*/
    .poll-answers input[type=checkbox] + .poll-bar .answer-count:before, /*+*/
    .poll-answers input[type=radio]:checked + .poll-picture .answer-count:before /*+*/
    {
        top: 0;
        left: -20px;
        width: 19px;
        height: 19px;
    }

    .poll-picture-container input[type=checkbox] + .poll-picture:after /*+*/
    {
        top: auto;
        left: auto;
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 767px) {
    .poll-container.pic-answer .poll-answers {
        width: calc(100% + 4vw);
        margin-left: -2vw;
    }

    .poll-picture-container {
        width: calc(50% - 4vw);
        margin: 2vw;
    }
}

.bar-fill {
    background: linear-gradient(270deg, #ffb8b6 0%, rgba(255, 184, 182, 0.05) 100%);
}

.answer-count {
    color: #000;
}

.annotation .voted {
    color: #fff;
}

.poll-container .annotation .svg-icon {
    fill: #fff;
    margin: -2px 5px 0 0;
}

.poll-container-compact .answer-text {
    color: #000;
}

@media (hover: hover) {
    .poll-bar:hover .answer-text {
        color: #e42924;
        transition: .1s;
    }

    /*.poll-container-compact .poll-bar:hover .answer-text,
    .poll-container-compact .answer-count-abs {
        color: #e75242;
    }*/
    .poll-container-compact .poll-bar:hover:after {
        background-color: #e75242;
    }

}

.poll-container-compact .poll-answers input[type=checkbox]:checked + .poll-bar:after {
    background-color: #e75242;
}

.poll-container-compact .poll-bar:hover {
    background-color: transparent;
}

.poll-container-compact .poll-bar:active {
    transform: none;
}

/*end of poll*/

.medic {
    background-color: #e8ebef;
    margin-top: 1.2rem;
    padding: 5px 10px;
    text-align: center;
}

.medic span,
.medic p {
    color: #64717a;
    margin: 0;
    line-height: 1.2;
}

.medic span {
    font-size: calc(0.082*(100vw - 40px));
    font-weight: 300;
    line-height: 1;
}

.medic p {
    font-size: calc(0.043*(100vw - 40px));
}

@media (min-width: 576px) {
    .medic span {
        font-size: 27px;
        letter-spacing: 2.8px;
        font-weight: 300;
        line-height: 1.2;
    }

    .medic p {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .medic span {
        font-size: 37px;
        letter-spacing: 2.6px;
        font-weight: 300;
    }

    .medic p {
        font-size: 21px;
    }
}

@media (min-width: 992px) {
    .medic span {
        font-size: 35px;
        letter-spacing: 2.6px;
        font-weight: 300;
    }

    .medic p {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .medic span {
        font-size: 33px;
        letter-spacing: 2.6px;
        font-weight: 300;
    }

    .medic p {
        font-size: 19px;
    }
}

@media (min-width: 1400px) {
    .medic span {
        font-size: 37px;
        letter-spacing: 2.6px;
        font-weight: 300;
    }

    .medic p {
        font-size: 21px;
    }
}

/*Other pages*/

.article-content.pages .app_in_text,
.article-content.pages,
.article-content.pages p,
.article-content.pages ul,
.article-content.pages ol,
.article-content.pages .ck-content p,
.article-content.pages .ck-content ul,
.article-content.pages .ck-content ol,
.article-content.pages .ck-content ul li,
.article-content.pages .ck-content ol li {
    font-size: 16px;
}

.article-content.pages .app_in_text ul,
.article-content.pages .app_in_text ol,
.article-content.pages .ck-content ul,
.article-content.pages .ck-content ol {
    display: block;
    margin: 0 0 1.2em 25px;
    padding-left: 10px;
}

.article-content.pages .app_in_text ol li > ol,
.article-content.pages .app_in_text ul li > ul,
.article-content.pages .ck-content ol li > ol,
.article-content.pages .ck-content ul li > ul {
    margin-top: 0.6em;
}

/*End of Other pages*/

/*Old materials*/

.article-content.article-old .raw-html-embed {
    margin: 0 0 1.2em;
    overflow: unset;
}

.article-content.article-old .image-box-vertical {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

@media (max-width: 575px) {
    .article-content.article-old .image-box-vertical {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.article-content.article-old .image-box-vertical .div-figure {
    width: 100%;
}

.article-content.article-old .image-box-vertical figure.image,
.article-content.article-old .image-box {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.article-content.article-old .image-box-vertical figure.image {
    box-shadow: none;
}

.article-content.article-old .image-box figure.image figcaption {
    padding: 10px 20px;
}

.article-content.article-old .image-box .author,
.article-content.article-old .image-box-vertical .author {
    padding: 0;
    /*margin-top: -10px;*/
}

.article-content.article-old .image-box .author p,
.article-content.article-old .image-box-vertical .author p  {
    padding: 10px 15px 10px 15px;
}

.article-content.article-old .image-box-vertical .author p {
    margin: 5px 0 0 0;
    position: relative;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    font-style: italic;
    color: #64717a;
}

.article-content.article-old .image-box .author p:before,
.article-content.article-old .image-box-vertical .author p:before {
    display: none;
}

.article-content.article-old .image-box figure.image figcaption,
.article-content.article-old .image-box-vertical figure.image figcaption {
    padding: 10px 20px;
}

@media (min-width: 576px) {
    .article-content.article-old .image-box-vertical {
        width: 60%;
    }

    .article-content.article-old .image-box figure.image figcaption,
    .article-content.article-old .image-box-vertical figure.image figcaption {
        padding: 10px 15px;
    }
}

/*------------*/

.article-content.article-old .raw-html-embed .carousel {
    margin: 0 0 1.2em 0;
}

.article-content.article-old figure.image figcaption:empty,
.article-content.article-old .image-box .author:empty,
.article-content.article-old .image-box .author p:empty {
    display: none;
}

.article-content.article-old .carousel-inner {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
}

.article-content.article-old .carousel-inner:before {
    content: '';
    display: block;
    padding-top: 62.5%;
}

.article-content.article-old .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #191e24;
}

.article-content.article-old .carousel-item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-content.article-old .carousel-item img {
    /*position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0;
}

.article-content.article-old .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 20px 50px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

.article-content.article-old .carousel-caption p {
    color: #fff;
    margin: 0;
    font-weight: 800;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}

.article-content.article-old .carousel-caption h5 {
    color: #fff;
}

/*------------*/

.article-content.article-old .address-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 0;
    border-top: 1px solid #8797a3;
    border-bottom: 1px solid #8797a3;
    margin: 1.85em 0;
}

.article-content.article-old .address-block figure.image {
    background-color: transparent;
    box-shadow: none;
    margin: 0 0 10px 0;
    flex: 0 0 200px;
    width: 200px;
    max-width: none;
    overflow: unset;
}

.article-content.article-old .address-block-text * {
    font-size: .9em;
    margin: 0;
}

@media (min-width: 576px) {
    .article-content.article-old .address-block {
        display: flex;
        flex-direction: row;
        align-items: start;
    }

    .article-content.article-old .address-block figure.image {
        margin: 0 30px 0 0;
    }

    .article-content.article-old .address-block-text * {
        text-align: left !important;
    }
}

.article-content.article-old .viz-header {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.article-content.article-old .viz-header img {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50%;
}

.article-content.article-old [custom-class='vizitka-w'] .viz-header h3,
.article-content.article-old [custom-class='vizitka-g'] .viz-header h3 {
    margin: 0;
    font-size: 17px;
}

.article-content.article-old .viz-h3-add {
    font-size: 14px;
    line-height: 1.3;
    color: #64717a;
}

/*.article-content.article-old blockquote,
.article-content.article-old .ck-content blockquote,
.article-content.article-old .blockquote-22,
.article-content.article-old .spravka_2 {
    margin: 1.2em 0;
}*/

.article-content.article-old blockquote {
    font-family: 'Noto Serif', serif;
    font-size: 19px;
    line-height: 1.5;
    word-wrap: break-word;
    text-align: left;
    font-style: normal;
    font-weight: 400;
}

/*End of Old materials*/