.material-styles h2,
.material-styles h3,
.material-styles h4,
.material-styles .title_article,
.material-styles .title_article p,
.material-styles .subtitle_article,
.material-styles .subtitle_article p,
.novost_detalka .h_show {
    font-family: 'Oswald', sans-serif;
}

.material-styles,
.material-styles p,
.material-styles blockquote,
.material-styles ol li::before,
.novost_detalka .text_stat,
.novost_detalka .text_stat p {
    font-family: 'Nunito Sans', sans-serif;
}


.material-styles figure.image img,
.material-styles figure.media,
.material-styles .pro-spravka,
.in-material-carousel {
    border-radius: 5px;
}

.material-styles a,
.material-styles .about-us-content-in a,
.pro-content .ck-editor a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .1s;
}

.material-styles a:hover,
.material-styles .about-us-content-in a:hover,
.pro-content .ck-editor a:hover {
    background-size: 100% 1px;
}

.material-styles table,
.material-styles th,
.material-styles td,
.material-styles .ck-content .table table,
.material-styles .ck-content .table table td,
.material-styles .ck-content .table table th {
    border: 1px solid #6ec1ff;
}

.material-styles th,
.material-styles .ck-content .table table th {
    background-color: #cde9fe;
}

.material-styles td,
.material-styles .ck-content .table table td {
    background-color: #fff;
}

.material-styles ul li:before {
    color: #bfbfbf;
}

.material-styles .image-box figure {
    margin: 0;
}

.material-styles figure.image a,
.material-styles .image-box figure a {
    color: transparent !important;
}

.material-styles figure a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.material-styles figure a:after {
    opacity: 0;
    transform: scale(0);
}

.material-styles figure a:hover:after {
    content: '';
    background-image: url(/img/search-plus-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: scale(1);
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    opacity: .6;
    animation: loupe-visible forwards .4s;
}

@keyframes loupe-visible {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: .6;
        transform: scale(1);
    }
}

.pro-article-body .material-styles figure.image.image_resized {
    width: 100% !important;
}

.material-styles .image-box,
.material-styles figure.image {
    display: block;
    margin: 40px auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    /*overflow-x: hidden;*/
}

.material-styles figure.table {
    margin: 20px auto;
    overflow-x: auto;
}

.material-styles .image-box figure.image-style-align-center {
    display: block;
    margin: 0 auto 0;
}

.material-styles figure.image.image-style-align-center {
    width: 70%;
}

.material-styles .pro-spravka h3:empty {
    display: none;
}

.material-styles hr,
.material-styles .ck-content hr {
    margin-top: 2.15em;
    margin-bottom: 2.15em;
    border: 0;
    height: 0;
    background: none;
    border-top: 1px solid #0075bc;
}

/*Вставки медиа и прочее*/

.material-styles .media {
    display: block;
    border: 1px solid #535353;
}

.material-styles iframe,
.material-styles .raw-html-embed iframe {
    margin-bottom: 0;
    width: 100%;
}

.material-styles .ck-content figure.table,
.material-styles .ck-content figure.image,
.material-styles figure.table,
.material-styles figure.image,
.material-styles figure.media,
.material-styles .icon_slider.svg,
.material-styles section.moe-column,
.material-styles div[class^='vue-code'] {
    margin: 2.15em 0;
    width: 100%;
}

.material-styles .ck-content [class^='spravka_'] figure.table,
.material-styles .ck-content [class^='spravka_'] figure.image,
.material-styles [class^='spravka_'] figure.table,
.material-styles [class^='spravka_'] figure.image,
.material-styles [class^='spravka_'] figure.media {
    margin: 10px 0;
    width: 100%;
}

.material-styles > p:first-child,
.material-styles > h2:first-child,
.material-styles > h3:first-child,
.material-styles > h4:first-child,
.material-styles > div:first-child,
/*.material-styles > div:first-child > div,*/
.material-styles > ol:first-child,
.material-styles > li:first-child,
.material-styles > figure:first-child,
.material-styles > div[class^='vue-code']:first-child {
    margin-top: 0 !important;
}

.material-styles > p:last-child,
.material-styles > div:last-child,
.material-styles > div:last-child > div:last-child,
.material-styles > ol:last-child,
.material-styles > li:last-child,
.material-styles > figure:last-child,
.material-styles > div[class^='vue-code']:last-child {
    margin-bottom: 0 !important;
}

.material-styles p.no-margin {
    margin: 0 !important;
}

.material-styles figure.table table {
    margin: 0;
}

.material-styles figure.image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.novost_detalka .text_stat figure.image img {
    max-width: 100%;
    max-height: 600px;
    object-fit: contain;
    margin-bottom: 0;
    object-position: left;
}

.novost_detalka .text_stat :last-child {
    margin-bottom: 0;
}

.material-styles .foto_in_text1 figure.image img {
    border-radius: 0;
}

.material-styles figure.image figcaption,
.material-styles [class^='foto-'] .figcaption-general {
    display: block;
    caption-side: bottom;
    word-break: break-word;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    padding: 6px 0 0 0;
    margin: 0;
}

.material-styles [class^='foto-'] .figcaption-general {
    text-align: center;
}

.material-styles [class^='foto-'] .figcaption-general {
    width: calc(100% - 3%);
}

.material-styles .foto_in_text1 figure.image figcaption {
    padding: 6px 10px 0 10px;
}

.material-styles .min-left,
.material-styles .min-right {
    width: 110px;
}

.material-styles figure.image.image-style-align-left {
    margin: 6px 0 2.15em 0;
    float: left;
}

.material-styles figure.image.image-style-align-right {
    margin: 6px 0 2.15em 0;
    float: right;
}

.material-styles figure.image.image-style-align-left,
.material-styles figure.image.image-style-align-right {
    width: 100%;
}

.material-styles figure.image.image-style-align-left figcaption,
.material-styles figure.image.image-style-align-right figcaption {
    padding: 6px 0 0 0;
    text-align: left;
}

.material-styles .min-left {
    margin: 6px 15px 7px 0 !important;
    float: left;
}

.material-styles .min-right {
    margin: 6px 0 7px 15px;
    float: right;
}

.material-styles .min-left figure,
.material-styles .min-right figure {
    margin: 0 !important;
    width: 100% !important;
}

.material-styles .min-left figure figcaption,
.material-styles .min-right figure figcaption {
    padding: 4px 0 0 0;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
}

.material-styles figure.image.image-style-align-center {
    width: 100%;
    margin: 2.15em auto;
}

.material-styles figure.image.image-style-align-center img,
.material-styles .ck-content figure.image.image-style-align-center img {
    width: 100%;
    min-width: 100%;
}

.material-styles [class^='foto-'] figure.image.image-style-align-center {
    width: 100%;
}

.material-styles .foto-4 figure.image figcaption,
.material-styles .foto-5 figure.image figcaption,
.material-styles .foto-6 figure.image figcaption {
    font-size: 13px;
    line-height: 1.2;
    padding: 4px 0 0 0;
}

@media (min-width: 400px) {
    .material-styles .foto-5 figure.image figcaption,
    .material-styles .foto-6 figure.image figcaption {
        font-size: 12px;
        line-height: 1.2;
        padding: 4px 0 0 0;
    }
}

@media (min-width: 576px) {
    .material-styles figure.image.image-style-align-left,
    .material-styles figure.image.image-style-align-right {
        width: 42%;
    }

    .material-styles figure.image.image-style-align-left {
        margin: 6px 2.15em 1.15em 0;
        float: left;
    }

    .material-styles figure.image.image-style-align-right {
        margin: 6px 0 1.15em 2.15em;
        float: right;
    }

    .material-styles figure.image.image-style-align-center {
        display: flex;
        align-items: flex-end;
    }

    .material-styles figure.image.image-style-align-center a,
    .material-styles .ck-content figure.image.image-style-align-center img {
        width: 60%;
        min-width: 60%;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    /*.material-styles figure.image.image-style-align-center img {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .material-styles figure.image.image-style-align-center figcaption {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .material-styles figure.image.image-style-align-center {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
    }*/
    /*.material-styles .ck-content figure.image.image-style-align-center {
        display: block;
    }

    .material-styles .ck-content figure.image.image-style-align-center img,
    .material-styles .ck-content figure.image.image-style-align-center figcaption {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/
    /*.material-styles figure.image.image-style-align-left,
    .material-styles figure.image.image-style-align-right {
        width: 25%;
    }*/
}

@media (min-width: 1200px) {
    /*.material-styles .ck-content figure.image.image-style-align-center {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .material-styles .ck-content figure.image.image-style-align-center img {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;

    }

    .material-styles .ck-content figure.image.image-style-align-center figcaption {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }*/
}

/*End of Вставки медиа и прочее*/

/*Блоки фото*/

.material-styles .foto-2,
.material-styles .foto-3,
.material-styles .foto-4,
.material-styles .foto-5,
.material-styles .foto-6,
.material-styles .foto-2-general,
.material-styles .foto-3-general,
.material-styles .foto-4-general,
.material-styles .foto-5-general,
.material-styles .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: 2.15em -1.5%;
}

.material-styles [class^='foto-'] figure.image,
.material-styles [class^='foto-'] figure.image figcaption {
    margin: 0;
}

.material-styles [class*='-general'] figure.image {
    height: 100%;
}

.material-styles [class*='-general'] figure.image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.material-styles [class^='foto-'] figure.image figcaption {
    width: 100%;
}

.material-styles .foto-2-general figure figcaption,
.material-styles .foto-3-general figure figcaption,
.material-styles .foto-4-general figure figcaption,
.material-styles .foto-5-general figure figcaption,
.material-styles .foto-6-general figure figcaption {
    display: none !important;
}

.material-styles .foto-3 > div,
.material-styles .foto-2 > div,
.material-styles .foto-3-general > div,
.material-styles .foto-2-general > div {
    width: 97%;
    margin: 0 1.5%;
}

.material-styles .foto-4 > div,
.material-styles .foto-5 > div,
.material-styles .foto-6 > div,
.material-styles .foto-4-general > div,
.material-styles .foto-5-general > div,
.material-styles .foto-6-general > div {
    width: 47%;
    margin: 0 1.5%;
}

.material-styles .foto-2 > div:not(:last-of-type),
.material-styles .foto-3 > div:not(:last-of-type),
.material-styles .foto-4 > div:nth-of-type(1),
.material-styles .foto-4 > div:nth-of-type(2),
.material-styles .foto-5 > div:nth-of-type(1),
.material-styles .foto-5 > div:nth-of-type(2),
.material-styles .foto-5 > div:nth-of-type(3),
.material-styles .foto-5 > div:nth-of-type(4),
.material-styles .foto-6 > div:nth-of-type(1),
.material-styles .foto-6 > div:nth-of-type(2),
.material-styles .foto-6 > div:nth-of-type(3),
.material-styles .foto-6 > div:nth-of-type(4),
.material-styles .foto-2-general > div:nth-of-type(1),
.material-styles .foto-3-general > div:nth-of-type(1),
.material-styles .foto-3-general > div:nth-of-type(2),
.material-styles .foto-4-general > div:nth-of-type(1),
.material-styles .foto-4-general > div:nth-of-type(2),
.material-styles .foto-5-general > div:nth-of-type(1),
.material-styles .foto-5-general > div:nth-of-type(2),
.material-styles .foto-5-general > div:nth-of-type(3),
.material-styles .foto-5-general > div:nth-of-type(4),
.material-styles .foto-6-general > div:nth-of-type(1),
.material-styles .foto-6-general > div:nth-of-type(2),
.material-styles .foto-6-general > div:nth-of-type(3),
.material-styles .foto-6-general > div:nth-of-type(4) {
    margin-bottom: 15px;
}

@media (min-width: 400px) {
    .material-styles .foto-2 > div,
    .material-styles .foto-3 > div,
    .material-styles .foto-2-general > div,
    .material-styles .foto-3-general > div {
        width: 47%;
        margin: 0 1.5%;
    }

    .material-styles .foto-5 > div,
    .material-styles .foto-6 > div,
    .material-styles .foto-5-general > div,
    .material-styles .foto-6-general > div {
        width: 30.333333%;
        margin: 0 1.5%;
    }

    .material-styles .foto-2 > div:not(:last-of-type),
    .material-styles .foto-5 > div:nth-of-type(4),
    .material-styles .foto-6 > div:nth-of-type(4),
    .material-styles .foto-2-general > div:not(:last-of-type),
    .material-styles .foto-5-general > div:nth-of-type(4),
    .material-styles .foto-6-general > div:nth-of-type(4) {
        margin-bottom: 0;
    }
}

@media (min-width: 550px) {
    .material-styles .foto-3 > div,
    .material-styles .foto-6 > div,
    .material-styles .foto-3-general > div,
    .material-styles .foto-6-general > div {
        width: 30.333333%;
        margin: 0 1.5%;
    }

    .material-styles .foto-4 > div,
    .material-styles .foto-4-general > div {
        width: 22%;
        margin: 0 1.5%;
    }

    .material-styles .foto-5 > div,
    .material-styles .foto-5-general > div {
        width: 17%;
        margin: 0 1.5%;
    }

    .material-styles .foto-3 > div:not(:last-of-type),
    .material-styles .foto-4 > div:nth-of-type(1),
    .material-styles .foto-4 > div:nth-of-type(2),
    .material-styles .foto-5 > div:nth-of-type(1),
    .material-styles .foto-5 > div:nth-of-type(2),
    .material-styles .foto-5 > div:nth-of-type(3),
    .material-styles .foto-3-general > div:not(:last-of-type),
    .material-styles .foto-4-general > div:nth-of-type(1),
    .material-styles .foto-4-general > div:nth-of-type(2),
    .material-styles .foto-5-general > div:nth-of-type(1),
    .material-styles .foto-5-general > div:nth-of-type(2),
    .material-styles .foto-5-general > div:nth-of-type(3) {
        margin-bottom: 0;
    }
}

@media (min-width: 700px) {
    .material-styles .foto-6 > div,
    .material-styles .foto-6-general > div {
        width: 13.666667%;
        margin: 0 1.5%;
    }

    .material-styles .foto-6 > div:nth-of-type(1),
    .material-styles .foto-6 > div:nth-of-type(2),
    .material-styles .foto-6 > div:nth-of-type(3),
    .material-styles .foto-6-general > div:nth-of-type(1),
    .material-styles .foto-6-general > div:nth-of-type(2),
    .material-styles .foto-6-general > div:nth-of-type(3) {
        margin-bottom: 0;
    }
}

/*End of Блоки фото*/

.material-styles .map-100 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #000;
}

.material-styles img {
    max-width: 100%;
}

.material-styles h2,
.material-styles h3 {
    font-weight: 700;
    line-height: 1.1;
    display: block;
}

.material-styles h2,
.material-styles h3 {
    margin: 1.5em 0 0.75em;
}

.material-styles h3.h3-margin-0 {
    margin: 0;
}

.material-styles h2 {
    font-size: 2.15em;
}

.material-styles h3 {
    font-size: 22px;
}

.material-styles h4 {
    font-size: 18px;
    margin: 1.5em 0 0.5em;
}

.material-styles h4 + p {
    margin-top: 0;
}

.material-styles .h2-red {
    font-size: 2.15em;
    font-weight: 300;
    /*text-align: center;*/
    margin: 1.5em 0 0.5em;
    line-height: 1.2;
    /*text-transform: uppercase;*/
}

.material-styles .h2-red + h2,
.material-styles .h2-red + h3 {
    margin-top: 0;
}

.visible_text .material-styles,
.material-styles p,
.material-styles blockquote,
.material-styles ul li,
.material-styles ol li {
    font-size: 18px;
    line-height: 1.5;
}

.material-styles blockquote {
    margin: 1.15em 0;
    word-wrap: break-word;
}

.material-styles p {
    margin-bottom: 1.15em;
}

.material-styles .no-margin-b {
    margin-bottom: 0;
}

/*.material-styles > p:first-of-type:first-letter {
    font-family: 'Oswald', sans-serif;
    color: #0075bc;
    font-size: 82px;
    font-weight: 700;
    line-height: 72px;
    display: inline-block;
    float: left;
    margin: 0 8px 0 -4px;
}*/

.material-styles .instagram-media,
.material-styles .tiktok-embed {
    width: 70% !important;
    max-width: 70% !important;
    min-width: 70% !important;
    margin: 2.15em auto !important;
    padding: 0;
}

.material-styles .instagram-media:before,
.material-styles .tiktok-embed:before {
    display: none;
}

@media (max-width: 575px) {
    .material-styles .title_article,
    .material-styles .title_article p {
        font-size: 32px;
    }

    .material-styles .subtitle_article,
    .material-styles .subtitle_article p {
        font-size: 22px;
    }

    .material-styles h2,
    .material-styles .h2-red {
        font-size: 27px;
    }

    .material-styles .instagram-media,
    .material-styles .tiktok-embed {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 2.15em 0 !important;
    }
}

@media (max-width: 359px) {
    .material-styles .title_article,
    .material-styles .title_article p {
        font-size: 10vw;
    }
}

@media (max-width: 1279px) and (min-width: 992px) {
    .material-styles .instagram-media {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 2.15em 0 !important;
    }
}

.material-styles figure.image.image-style-align-left + p,
.material-styles figure.image.image-style-align-right + p,
.material-styles [custom-class='d-empty'] .min-left + p,
.material-styles [custom-class='d-empty'] .min-right + p {
    margin-top: 0;
}

.material-styles > p:first-child,
.material-styles .vrezkaDark .vText > :first-child,
.material-styles .vrezkaLight .vText > :first-child,
.material-styles .vrezkaDark .vText > :first-child [custom-class],
.material-styles .vrezkaLight .vText > :first-child [custom-class],
.material-styles > .raw-html-embed:first-child .instagram-media {
    margin-top: 0 !important;
}

.material-styles > :last-child,
.material-styles .spravka_1 > :last-child,
.material-styles .spravka_2 > :last-child,
.material-styles .vrezkaDark .vText > :last-child,
.material-styles .vrezkaLight .vText > :last-child,
.material-styles .vrezkaDark .vText > :last-child [custom-class],
.material-styles .vrezkaLight .vText > :last-child [custom-class],
.material-styles > :last-child .div_iframe {
    margin-bottom: 0 !important;
}

.material-styles p.napravah {
    font-size: 1em;
    margin-top: 20px;
    color: #0075bc;
}

.material-text .photos-author {
    color: #a9afb3;
    font-size: 1em;
    margin-top: 10px;
}

.material-styles mark {
    background: transparent;
    color: inherit;
    padding: 0;
}

/*.material-styles blockquote p,*/
.pro-send .ck.ck-editor__main > .ck-editor__editable blockquote p {
    margin: 0;
    border: none;
}

.material-styles ul,
.material-styles ol {
    margin: 20px 0 20px 40px;
    padding: 0;
}

/*-----------------------------------------------------*/

.material-styles blockquote,
.material-styles .ck-content blockquote,
.material-styles .blockquote-22 {
    font-family: 'Nunito Sans', sans-serif;
    word-wrap: break-word;
    border-left: none;
    position: relative;
    margin: 2.15em 0;
}

.material-styles blockquote,
.material-styles .ck-content blockquote,
.material-styles blockquote p,
.material-styles .ck-content blockquote p,
.material-styles .blockquote-22 .block-text {
    color: #0075bc;
}

.material-styles blockquote,
.material-styles .ck-content blockquote {
    padding: 0 0 0 50px;
}

.material-styles .blockquote-22 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 0 50px;
}

/*.material-styles .blockquote-22:before {
    display: none;
}*/

.material-styles blockquote > p,
.material-styles .blockquote-22 .block-text {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Nunito Sans', sans-serif;
    word-wrap: break-word;
    text-align: left;
    font-weight: 400;
    margin: 0;
    font-style: italic;
}

.material-styles .blockquote-22 .block-footer + .block-text {
    margin-top: 15px;
}

.material-styles .blockquote-22 .block-footer {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
}

.material-styles .blockquote-22 .block-img,
.material-styles .blockquote-22 .blockquote-img {
    position: relative;
    border: none;
}

.material-styles blockquote:before,
.material-styles .ck-content blockquote:before,
.material-styles .blockquote-22 .block-img:before,
.material-styles .blockquote-22 .blockquote-img:before {
    content: '';
    background: url(/img/quote.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: -45px;
    width: 35px;
    height: 29px;
    opacity: .6;
}

.material-styles blockquote:before,
.material-styles .ck-content blockquote:before {
    left: 0;
    top: 4px;
}

.material-styles .blockquote-22 .block-img:before,
.material-styles .blockquote-22 .blockquote-img:before {
    left: -50px;
    top: calc(50% - 15px);
}

.material-styles .blockquote-22 .block-img figure.image,
.material-styles .ck-content .blockquote-22 figure.image {
    min-width: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0;
    background-color: #eee;
}

.material-styles .blockquote-22 .block-img figure img,
.material-styles .ck-content .blockquote-22 figure.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.material-styles .blockquote-22 .block-name {
    font-weight: 700;
}

.material-styles .blockquote-22 .block-post {
    color: #6e6e6e;
    margin-top: 4px;
}

@media (max-width: 575px) {
    .material-styles .blockquote-22 {
        padding: 0 0 0 50px;
    }

    /*.material-styles .blockquote-22 .block-img:before,
    .material-styles .blockquote-22 .blockquote-img:before {
        left: -55px;
        top: calc(50% - 10px);
        font-size: 80px;
    }*/

    .material-styles .blockquote-22 .block-img figure.image,
    .material-styles .ck-content .blockquote-22 figure.image {
        min-width: 70px;
        width: 70px;
        height: 70px;
    }

    .material-styles .blockquote-22 .block-footer {
        width: calc(100% - 80px);
    }

    .material-styles .blockquote-22 .block-footer + .block-text {
        margin-top: 10px;
    }
}

/*-----------------------------------------------------*/

.vizitka {
    display: block;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17px;
    padding: 60px 20px 17px 20px;
    margin: 20px auto;
    border-radius: 16px;
    min-height: 240px;
    border: 1px solid #7ecd5b;
}

.vizitka:before {
    content: 'Эксперт';
    position: absolute;
    top: 16px;
    left: 0;
    padding: 0 10px 0 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    background-color: #7ecd5b;
    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;
    border-radius: 8px;
}

.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: 700px), (min-width: 992px) and (max-width: 1279px) {
    .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-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    width: 33%;
    display: flex;
    flex-direction: column;
    float: right;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background-color: #c1e9ff;
}

.persona,
[custom-class] > .persona:first-child {
    margin: 6px 0 10px 2.15em !important;
}

[custom-class='vizitka-g'] .persona,
[custom-class='green'] .persona {
    background-color: #fff;
}

.material-styles [custom-class='green'] .persona .persona-name {
    color: #000 !important;
}

.material-styles [custom-class='green'] .persona .persona-post {
    color: #4d9a2b !important;
}

.persona .persona-photo {
    width: 100%;
    aspect-ratio: 100/60;
    overflow: hidden;
    position: relative;
}

.persona .persona-photo:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.persona .persona-photo figure {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
}

.material-styles .persona-photo figure.image {
    margin: 0;
}

.persona .persona-photo figure img,
.material-styles .ck-content .persona .persona-photo figure.image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    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: #0267a5;
}

@media (max-width: 710px) {
    .persona {
        max-width: 400px;
        width: 100%;
        flex-direction: row;
        align-items: center;
        float: none;
    }

    .persona,
    [custom-class] > .persona:first-child {
        margin: 0 0 20px 0 !important;
    }

    .persona .persona-photo {
        width: 40%;
        min-width: 160px;
        height: 100%;
        aspect-ratio: 1/1;
    }

    .persona .persona-photo:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .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: 360px) {
    .persona .persona-photo {
        width: 40%;
        min-width: 135px;
        height: 100%;
        aspect-ratio: 100/120;
    }

    .persona .persona-photo:before {
        content: '';
        display: block;
        padding-top: 120%;
    }
}



/*-----------------------------------------------------*/

.update {
    display: table;
    border-top: 2px solid #6ec1ff;
    border-bottom: 2px solid #6ec1ff;
    padding: 10px 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17px;
    font-style: italic;
    min-width: 200px;
}

.material-styles ul li,
.material-styles ol li {
    font-weight: 400;
    margin-bottom: 15px;
    list-style-type: none;
}

.material-styles ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    padding-right: 6px;
    font-size: 14px;
    vertical-align: 1px;
    margin-left: -18px;
}

.card-editors.material-styles .ck-content ul li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 6px;
    font-size: 14px;
    vertical-align: 1px;
    margin-left: -18px;
}

.material-styles ol {
    list-style-type: none;
    counter-reset: num;
    padding-left: 40px;
    margin-left: 0;
}

.material-styles 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;
}

.material-styles .ck-sticky-panel ul,
.material-styles .ck-sticky-panel ol {
    margin: 0;
}

.material-styles .ck-sticky-panel ul li,
.material-styles .ck-sticky-panel ol li {
    margin: 0;
    cursor: pointer;
}

.material-styles .ck-sticky-panel ul li:before {
    display: none;
}

.material-styles .ck-sticky-panel .ck-button,
.material-styles .ck-sticky-panel .ck-button {
    cursor: pointer;
}

/*Врезки*/

.material-styles .spravka_1,
.material-styles .spravka_2,
.material-styles .vrezkaDark,
.material-styles .vrezkaLight {
    margin-bottom: 35px;
    margin-top: 35px;
    position: relative;
    height: auto;
    padding: 5.2vw;
    border-radius: 3px;
}

.material-styles .spravka_1,
.material-styles .spravka_1 p,
.material-styles .spravka_2 p,
.material-styles .vrezkaDark p,
.material-styles .vrezkaLight p {
    text-align: left;
    margin: 10px 0;
    font-weight: 400;
}

.material-styles .spravka_2 {
    margin: 2.15em 0;
}

.material-styles .spravka_1,
.material-styles .spravka_2,
.material-styles .spravka_1 p,
.material-styles .spravka_2 p,
.material-styles .spravka_1 ul li,
.material-styles .spravka_2 ul li,
.material-styles .spravka_1 ol li,
.material-styles .spravka_2 ol li,
.material-styles .vrezkaDark p,
.material-styles .vrezkaLight p {
    font-size: 15px;
}

.material-styles .spravka_1 ul,
.material-styles .spravka_2 ul,
.material-styles .spravka_1 ol,
.material-styles .spravka_2 ol {
    margin: 10px 0 10px 2.15em;
}

.material-styles .spravka_1 ul li,
.material-styles .spravka_2 ul li,
.material-styles .spravka_1 ol li,
.material-styles .spravka_2 ol li {
    margin-bottom: 10px;
}

.material-styles .spravka_1 ul li:before,
.material-styles .spravka_2 ul li:before {
    color: rgba(0, 116,188, .5);
    vertical-align: -1px;
}

.material-styles .spravka_1 > div :first-child,
.material-styles .spravka_2 > div :first-child,
.material-styles .vrezkaDark :first-child,
.material-styles .vrezkaLight :first-child {
    margin-top: 0;
}

.material-styles .spravka_1 > div :last-child,
.material-styles .spravka_2 > div :last-child,
.material-styles .vrezkaDark :last-child,
.material-styles .vrezkaLight :last-child {
    margin-bottom: 0;
}

.material-styles .vrezkaDark h2,
.material-styles .vrezkaLight h2,
.material-styles .spravka_1 .spravka-head,
.material-styles .spravka_2 .spravka-head {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #0074bc;
}

.material-styles .vrezkaDark h3,
.material-styles .vrezkaLight h3 {
    text-align: left;
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 10px;
    font-weight: 700;
    width: 100%;
}

.material-styles .vrezkaDark h4,
.material-styles .vrezkaLight h4 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
    margin: 20px 0;
}

.material-styles .vrezkaDark a,
.material-styles .vrezkaLight a {
    font-weight: 700;
    text-decoration: underline !important;
}

.material-styles .vrezkaDark a:hover,
.material-styles .vrezkaLight a:hover {
    opacity: .8;
}

.material-styles .vrezkaDark ol,
.material-styles .vrezkaDark ul,
.material-styles .vrezkaLight ol,
.material-styles .vrezkaLight ul {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .material-styles .spravka_1,
    .material-styles .spravka_2,
    .material-styles .vrezkaDark,
    .material-styles .vrezkaLight {
        margin-bottom: 2.15em;
        margin-top: 2.15em;
        position: relative;
        height: auto;
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .material-styles .spravka_1 {
        float: left;
        width: 42%;
        margin: 6px 30px 2.15em 0;
    }

    .material-styles p + .spravka_1 {
        margin: 6px 30px 2.15em 0 !important;
    }
}

.material-styles .vrezkaDark {
    background-color: #4c9ce2;
}

.material-styles .vrezkaDark h2 {
    color: #fff;
    opacity: .7;
}

.material-styles .vrezkaDark p,
.material-styles .vrezkaDark ul,
.material-styles .vrezkaDark ol,
.material-styles .vrezkaDark li,
.material-styles .vrezkaDark h3,
.material-styles .vrezkaDark h4,
.material-styles .vrezkaDark .image > figcaption,
.material-styles .vrezkaDark .figcaption-general {
    color: #fff;
}

.material-styles .vrezkaDark a,
.material-styles .vrezkaDark a:hover,
.material-styles .vrezkaDark a:active,
.material-styles .vrezkaDark a:focus {
    color: #fff !important;
}

.material-styles .spravka_1,
.material-styles .spravka_2,
.material-styles .vrezkaLight {
    background-color: rgba(14, 171, 255, .26);
}

.material-styles .spravka_1 p,
.material-styles .spravka_2 p,
.material-styles .vrezkaLight p,
.material-styles .vrezkaLight ul,
.material-styles .vrezkaLight ol,
.material-styles .vrezkaLight li,
.material-styles .vrezkaLight h3,
.material-styles .vrezkaLight h4,
.material-styles .vrezkaLight .image > figcaption,
.material-styles .vrezkaLight .figcaption-general {
    color: #000;
}

.material-styles .vrezkaLight a,
.material-styles .vrezkaLight a:hover,
.material-styles .vrezkaLight a:active,
.material-styles .vrezkaLight a:focus {
    color: #000;
}

/*end of Врезки*/

/*Table-of-content*/

.table-of-content {
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    padding: 54px 20px 20px 20px;
    margin: 20px auto;
    border-radius: 16px;
    border: 1px solid #7ecd5b;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*
.table-of-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
}
*/

.table-of-content.content-back {
    border: none;
}

.table-of-content-mark {
    position: absolute;
    top: 16px;
    left: 0;
    padding: 0 10px 0 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    user-select: none;
    background-color: #7ecd5b;
    color: #fff;
}

.material-styles .table-of-content ul {
    display: block;
    padding-left: 0;
    margin: 0;
    width: 100%;
}

.table-of-content ul li.content-title {
    list-style-type: none;
    margin: 10px 0 0 0;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    color: #4d9a2b;
    transition: all .05s;
}

.table-of-content ul li.content-title span {
    display: inline-block;
    /*border-bottom: 1px solid transparent;*/
    transition: all .05s;
}

/*.table-of-content ul li.content-title:hover span,
.table-of-content ul li.content-title:focus span {
    border-bottom: 1px solid #4c9ce2;
    color: #4c9ce2;
}*/

.table-of-content ul li.content-title:hover,
.table-of-content ul li.content-title:focus {
    color: #0075bc;
}

.table-of-content.content-back ul li.content-title {
    color: #fff;
    font-weight: 700;
}

.table-of-content.content-back ul li.content-title:hover,
.table-of-content.content-back ul li.content-title:focus {
    opacity: .7;
}

.table-of-content ul li.content-title:before {
    content: "\f111";
    font-family: FontAwesome;
    padding-right: 12px;
    font-size: 8px;
    margin-left: 0;
    margin-top: 5px;
    color: #0075bc;
    transition: all .05s;
}

.table-of-content ul li.content-title:hover:before,
.table-of-content ul li.content-title:focus:before {
    color: #0075bc;
}

.table-of-content.content-back ul li.content-title:before {
    color: #fff;
}

.table-of-content.table-of-content-img .content-title:before {
    display: none;
}

.table-of-content .content-title {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
}

.table-of-content .content-title img {
    display: none;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin: 0 10px 0 0;
    float: left;
}

.template-1 .material-styles .table-of-content .content-title img {
    margin: 0 10px 0 0;
}

.table-of-content ul li.content-title img + span {
    display: flex;
    align-items: center;
    min-height: 50px;
}

.table-of-content.table-of-content-img .content-title img {
    display: block;
}

@media (min-width: 600px) {
    .table-of-content.two-col ul {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-gap: 20px;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
    }

    .table-of-content ul li.content-title {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .table-of-content ul li.content-title:before {
        margin-top: 6px;
    }
}

@media (min-width: 1200px) {
    .template-1 .table-of-content.two-col ul {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-gap: 20px;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
    }
}

/*End of Table-of-content*/

/*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: 2.15em 0;
}

@supports (display: flow-root) {
    [custom-class='d-local'],
    [custom-class='d-empty'],
    [custom-class='d0'] {
        display: flow-root;
    }
}

[custom-class='ws'],
[custom-class='lb'],
[custom-class='blue'],
[custom-class='vizitka'] {
    padding: 20px;
    margin: 2.15em 0;
    display: flow-root;
    border-radius: 3px;
    overflow: hidden;
}

[custom-class='white'] {
    background-color: #fff;
}

[custom-class='lb'] {
    background-color: rgba(14, 171, 255, .26);
    /*border: 1px solid #6ec1ff;*/
}

[custom-class='blue'] {
    background-color: #6ec1ff;
    /*border: 1px solid #6ec1ff;*/
}

.material-styles [custom-class='blue'] *,
.material-styles .ck-content [custom-class='blue'] * {
    color: #fff !important;
}

.material-styles .ck-content [custom-class='blue'] figure.table table td,
.material-styles [custom-class='blue'] td {
    background-color: rgba(0, 117, 188, 0.35);
}

.material-styles .ck-content [custom-class='blue'] figure.table table th,
.material-styles [custom-class='blue'] th {
    background-color: #0075bc;
}

.ck-content [custom-class='blue'] .table table,
.material-styles .ck-content [custom-class='blue'] figure.table table th,
.material-styles .ck-content [custom-class='blue'] figure.table table th,
.material-styles [custom-class='blue'] th,
.material-styles [custom-class='blue'] td {
    border: 1px solid #bfe0f7 !important;
}

[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: 6px !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: block;*/
    position: relative;
    padding: 60px 15px 13px 15px;
    border-radius: 16px;
    margin: 2.15em 0;
}

[custom-class='vizitka-w'],
.ck .ck-editor__nested-editable[custom-class='vizitka-w'] {
    background-color: #fff;
    border: 1px solid #7ecd5b;
}

[custom-class='vizitka-g'],
.ck .ck-editor__nested-editable[custom-class='vizitka-g'] {
    background-color: #c9eab8;
}

[custom-class='vizitka-w'] .viz-marker,
[custom-class='vizitka-g'] .viz-marker {
    position: absolute;
    top: 16px;
    left: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    background-color: #7ecd5b;
    color: rgb(255, 255, 255);
    padding: 0 10px 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: 60px 20px 18px 20px;
    }

    [custom-class='vizitka-w'] .viz-marker,
    [custom-class='vizitka-g'] .viz-marker {
        padding: 0 10px 0 20px;
    }
}

[custom-class='vizitka-w'] p,
[custom-class='vizitka-g'] p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 12px;
}

[custom-class='vizitka-w'] p,
[custom-class='vizitka-g'] p {
    margin-top: 0;
    margin-bottom: 12px;
}

[custom-class='vizitka-w'] p:last-of-type,
[custom-class='vizitka-g'] p:last-of-type {
    margin-bottom: 0;
}

.material-styles [custom-class='vizitka-w'] h3,
.material-styles [custom-class='vizitka-g'] h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin: 20px 0 10px;
}

[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;
}

/*End of DIVs*/

/*Carousel*/

.in-material-carousel {
    line-height: 0;
    overflow: hidden;
    background-color: #eee;
}

.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;
    background: #363636;
}

.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 #eee;
    margin-bottom: 0;
    width: 12px;
    height: 12px;
}

.in-material-carousel .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #808080;
    border: 2px solid #808080;
}

.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 {
    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/right-shop.svg) no-repeat;
    background-position: center;
    background-size: 19px 32px;
    right: 0;
    border-radius: 5px 0 0 5px;
    background-color: rgba(0, 0, 0, 0.2);
}

.in-material-carousel .arrows.arrow-prev {
    background: url(/themes/default/front/img/left-shop.svg) no-repeat;
    background-position: center;
    background-size: 19px 32px;
    left: 0;
    border-radius: 0 5px 5px 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(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    padding: 5px 10%;
    font-weight: 700;
    font-family: 'Nunito Sans';
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

.in-material-carousel .carousel-text:empty {
    display: none;
}

.material-styles .in-material-carousel .carousel-indicators {
    display: none;
}

/*End of Carousel*/

.material-styles .moe-online-quiz a {
    color: #fff !important;
}

.material-styles .moe-online-quiz a {
    color: #fff !important;
    text-decoration: none !important;
    background-size: 0 !important;
    border: none !important;
}

.material-styles .moe-online-quiz .button.tryAgain:hover {
    background-size: 100% 1px !important;
}

/*Пост в форуме*/

.novost_detalka .h_show {
    font-size: 32px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: none;
}

.novost_detalka .text_stat,
.novost_detalka .text_stat p,
.send-container .ck.ck-content.ck-editor__editable_inline p {
    font-size: 16px;
    margin: 1.15em 0;
}

.novost_detalka .text_stat figure.image,
.novost_detalka .text_stat figure.media,
.send-container .ck.ck-content.ck-editor__editable_inline figure.image,
.send-container .ck.ck-content.ck-editor__editable_inline figure.media {
    margin: 0 0 20px 0;
}

/*End of Форум*/

/*Слайдер в блоке главного фото*/


/*End of Слайдер в блоке главного фото*/

.other-content h1,
.other-content h2,
.other-content h3 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
}

.other-content h1 {
    margin: 0 0 1em;
}

.other-content h2 {
    font-size: 24px;
    margin: 1em 0 0.5em;
}

.other-content h3 {
    font-size: 20px;
    margin: 1em 0 0.5em;
}

.other-content h2:first-child,
.other-content h3:first-child {
    margin-top: 0;
}

.other-content p,
.other-content .level-2,
.other-content li {
    margin-bottom: 10px;
    font-size: 16px;
}

.other-content a:hover,
.other-content a:focus,
.other-content a:active {
    text-decoration: underline;
}

.other-content ul {
    padding-left: 40px;
}

.other-content ul > li {
    list-style-type: disc;
}
