@font-face {
    font-display: swap;
    font-family: "Geologica";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/geologica-100.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Geologica";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/geologica-300.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Geologica";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/geologica-400.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Geologica";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/geologica-500.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Geologica";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/geologica-600.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Geologica";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/geologica-700.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Geologica";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/geologica-800.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Geologica";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/geologica-900.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/montserrat-100.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/montserrat-300.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-400.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-500.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/montserrat-600.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-700.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/montserrat-800.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/montserrat-900.woff2") format("woff2");
}
body {
    font-family: Geologica;
}
.mt-46 {
    margin-top: 46px;
}
.mt-76 {
    margin-top: 76px;
}
.mt-128 {
    margin-top: 128px;
}

.mb-46 {
    margin-bottom: 46px;
}

.mo-articles {
    font-family: Geologica;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    color: #222729;
    background-color: #ffffff;
    letter-spacing: 0.3px;
}

.article_bottom {
    min-height: 200px;
    border-top: 1px solid #dddddd;
}

.article_bottom .share_block p {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    padding: 32px 0;
}

.article-container {
    width: 100%;
    margin: 0px auto 64px;
    padding: 50px 40px 0;
}

.article-container .mo-title-container {
    display: grid;
    grid-template-columns: 900px 350px;
    grid-template-areas: "title-content sidebar-right";
    gap: 40px;
    justify-content: center;
    width: 100%;
    margin-bottom: 46px;
}

.article-container .mo-title-content {
    grid-area: title-content;
    min-width: 0;
}

.article-container.has-right-sidebar .mo-title-container {
    grid-template-columns: 900px 350px;
    grid-template-areas: "title-content sidebar-right";
}

.article-container.no-sidebars .mo-title-container {
    grid-template-columns: 900px;
    grid-template-areas: "title-content";
}

.mo-title-container .sidebar-placeholder {
    visibility: hidden;
}

.mo-title-wrapper,
.mo-tag-wrapper {
    width: 100%;
    max-width: 100%;
}

.mo-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #222729;
    width: 100%;
    margin: 0;
}

.mo-tag-wrapper {
    margin: 16px 0 0;
    display: flex;
    gap: 20px;
}

.mo-tag,
.mo-specialist-position,
.mo-specialist-date,
.simple-texts,
.widget p,
.mo-quote-text p {
    font-size: 16px;
    font-weight: 100;
}

.mo-tag {
    line-height: 1.25;
}

.article-grid.has-right-sidebar {
    display: grid;
    grid-template-columns: 900px 350px;
    grid-template-areas: "main-content sidebar-right";
    gap: 40px;
    justify-content: center;
    width: 100%;
    align-items: start;
}

.article-grid.no-sidebars {
    display: grid;
    grid-template-columns: 900px;
    grid-template-areas: "main-content";
    gap: 60px;
    justify-content: center;
    width: 100%;
    align-items: start;
}

.article-content {
    grid-area: main-content;
    min-width: 0;
}

.article-sidebar.right-sidebar {
    grid-area: sidebar-right;
}

.article-sidebar {
    margin-bottom: 30px;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.sidebar-close-btn {
    display: none;
}

.article-sidebar.sticky-sidebar {
    position: sticky;
    top: 20px;
    -ms-grid-row-align: start;
    align-self: start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /*  max-height: calc(100vh - 40px); */
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f8f9fa;
}

.sidebar-toggle-btn {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    background: #004764;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
}

.sidebar-toggle-btn:hover {
    background: #003549;
}

.sidebar-toggle-btn svg {
    width: 24px;
    height: 24px;
}

.toggle-left-sidebar {
    bottom: 20px;
    left: 20px;
}

.toggle-right-sidebar {
    bottom: 40px;
    right: 20px;
}

.article-content .sidebar-widgets-below {
    display: none;
}
.clickable-widget {
    cursor: pointer;
    transition: all 0.3s ease;
}

.clickable-widget:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.foto-text-block-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.foto-text-block-link:hover {
    text-decoration: none;
}

.mo-toc-container ul ul a {
    line-height: 1.5;
}
.mo-toc-container {
    width: 100%;
    height: fit-content;
    max-height: 560px;
    overflow: auto;
    padding: 15px;
}

@media (max-width: 1439px) {
    .article-container .mo-title-container {
        grid-template-columns: 1fr !important;
        grid-template-areas: "title-content" !important;
        gap: 10px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
    }

    .article-container .mo-title-content {
        max-width: 900px;
        width: 100%;
    }

    .mo-title-container .sidebar-placeholder {
        display: none;
    }

    .article-grid.no-sidebars .sidebar-toggle-btn {
        display: none !important;
    }

    .article-grid.has-both-sidebars .toggle-left-sidebar {
        display: none !important;
    }

    .article-grid.has-right-sidebar,
    .article-grid.no-sidebars {
        grid-template-columns: 1fr;
        grid-template-areas: "main-content";
        gap: 10px;
    }

    .article-container {
        max-width: 900px;
    }

    .article-sidebar {
        position: fixed;
        top: 0;
        height: 100%;
        width: 352px;
        max-width: 352px;
        background: white;
        z-index: 1000;
        overflow-y: auto;
        padding: 20px 0 20px;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition:
                transform 0.3s ease,
                -webkit-transform 0.3s ease;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .article-sidebar.sticky-sidebar {
        top: 0;
    }

    .article-sidebar.right-sidebar {
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        height: 100%;
        border-left: 2px solid #004764;
    }

    .article-sidebar.right-sidebar.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        height: 100%;
    }

    .article-sidebar.sticky-sidebar {
        position: fixed;
        max-height: 100%;
    }

    .sidebar-toggle-btn {
        display: flex;
    }

    .sidebar-close-btn {
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
        font-size: 20px;
        cursor: pointer;
        color: #ffffff;
        width: 30px;
        height: 30px;
        line-height: 1;
        background: #004f64;
        border-radius: 50px;
    }

    .sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    .mo-toc-container {
        max-height: 95%;
    }
    .sidebar-overlay.active {
        display: block;
    }

    .article-grid.has-right-sidebar .right-sidebar {
        display: block;
    }

    .article-grid .right-sidebar .widget:not(.toc-widget) {
        display: none;
    }

    .article-content .sidebar-widgets-below {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 46px;
    }

    .article-content .sidebar-widgets-below .widget {
        width: calc(50% - 15px);
        max-width: 350px;
        margin: 0;
    }

    .mo-photo-block {
        width: 100%;
        height: auto;
        aspect-ratio: 350 / 260;
    }
}

@media (max-width: 768px) {
    .article-content .sidebar-widgets-below {
        flex-direction: column;
        align-items: center;
    }

    .article-content .sidebar-widgets-below .widget {
        width: 100%;
        max-width: 350px;
    }
}

.mo-specialist-card,
.mo-tag-wrapper,
.mo-quote-block {
    display: flex;
}

.mo-specialist-card {
    align-items: center;
    gap: 0 20px;
    flex-wrap: wrap;
}

.mo-specialist-photo-container {
    flex-shrink: 0;
}

.mo-specialist-photo {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
}

.mo-specialist-info {
    flex: 1 1 200px;
    min-width: 0;
}

.mo-specialist-name {
    font-weight: 100;
    font-size: 20px;
    line-height: 1;
}

.mo-specialist-position,
.mo-specialist-date-label,
.mo-specialist-date.update {
    color: #828282;
}

.mo-specialist-position {
    line-height: 1.25;
}

.mo-specialist-dates {
    flex: 0 1 auto;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    min-width: 0;
    margin-left: auto;
}

.mo-specialist-date {
    display: block;
    color: #555555;
}

.mo-specialist-date,
.foto-text-block-title,
.foto-text-block-text,
.mo-quote-text p {
    color: #555555;
}

.bold-text,
.widget p b {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    color: #222729;
}

.simple-texts {
    line-height: 1.875;
}

.simple-texts span,
.widget p span {
    font-weight: 700;
    color: #555555;
}

.mo-title,
.mo-faq-title,
.title-h2 h2,
.mo-faq-question h3,
.title-h3 h3 {
    font-family: "Montserrat";
}

.title-h2 h2,
.mo-faq-title,
.mo-faq-question h3,
.title-h3 h3 {
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    color: #222729;
}
.title-h3 h3,
.mo-faq-title {
    font-size: 40px;
}

.mo-faq-question h3 {
    font-size: 32px;
}

.content-image-block {
    width: 100%;
    aspect-ratio: 3/2;
}

.content-image-block img,
.foto-text-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.foto-text-block {
    background-color: #f6f6f6;
    display: grid;
    align-items: stretch;
    grid-template-areas: "image title" "image text";
    grid-template-columns: minmax(200px, 300px) 1fr;
    grid-template-rows: auto auto;
    gap: 0 30px;
    min-height: 268px;
}

.foto-text-block-image {
    grid-area: image;
    width: 100%;
    height: 100%;
    max-height: 300px;
    display: flex;
}

.foto-text-block-image img {
    display: block;
}

.foto-text-block-title {
    grid-area: title;
    padding: 32px 30px 0 0;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 24px;
    font-weight: 400;
}

.foto-text-block-text {
    grid-area: text;
    padding: 0 30px 32px 0;
    line-height: 1.875;
}

.foto-text-block-text p {
    margin: 0;
}

.mo-quote-block {
    background-color: #f6f6f6;
    width: 100%;
    padding: 32px 0;
}

.mo-quote-img {
    width: 76px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.mo-quote-img img {
    height: 24px;
    width: 24px;
}

.mo-quote-text {
    width: calc(100% - 76px);
    padding-right: 64px;
}

.mo-quote-text p {
    line-height: 1.875;
}

.specialist-citation-block {
    background-color: #222729;
    padding: 32px 64px;
}

.specialist-citation-block-inner {
    display: grid;
    grid-template-areas: "photo name quote" "text text text";
    grid-template-columns: auto 1fr auto;
    gap: 12px 24px;
    align-items: center;
}

.top-citation-left {
    grid-area: photo;
}

.top-citation-left img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.top-citation-center {
    grid-area: name;
    justify-self: start;
}

.spec-name {
    font-weight: 100;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 4px;
}

.spec-position {
    font-weight: 100;
    font-size: 14px;
    line-height: 100%;
    color: #828282;
}

.top-citation-right {
    grid-area: quote;
    justify-self: end;
}

.top-citation-right img {
    height: 24px;
    width: 24px;
}

.citation-text {
    grid-area: text;
}

.citation-text p {
    font-weight: 100;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin: 0;
}

.mo-faq-item {
    overflow: hidden;
    margin-bottom: 32px;
}

.mo-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
}

.mo-faq-icon {
    width: 24px;
    height: 24px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
            transform 0.3s ease,
            -webkit-transform 0.3s ease;
}

.mo-faq-item.mo-active .mo-faq-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mo-faq-item.mo-active .mo-faq-answer-wrapper {
    grid-template-rows: 1fr;
}
.mo-faq-answer-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.3s ease;
    transition:
            grid-template-rows 0.3s ease,
            -ms-grid-rows 0.3s ease;
}

.mo-faq-content {
    min-height: 0;
}

.mo-faq-answer p {
    color: #555555;
    font-family: Geologica;
    font-weight: 100;
    font-size: 16px;
    line-height: 30px;
}

.mo-faq-answer p span {
    font-weight: 500;
}

.mo-faq-answer p:last-child {
    margin-bottom: 0;
}

.mo-photo-block {
    width: 350px;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.mo-photo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1;
}

.mo-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 25px;
    color: white;
    align-items: center;
}

.mo-photo-title {
    font-family: Geologica;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0;
    text-align: center;
}

.mo-photo-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: white;
    color: #555555;
    text-decoration: none;
    font-family: Geologica;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
}

.mo-photo-button:hover {
    background-color: rgb(211, 211, 211);
}

.mo-toc-container ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.mo-toc-container > ul > li {
    margin-bottom: 10px;
}

.mo-toc-container ul ul {
    padding-left: 20px;
}

.mo-toc-container a {
    color: #555555;
    text-decoration: none;
    display: block;
    padding: 4px 8px;
    font-family: Geologica;
    font-weight: 100;
    font-size: 14px;
    line-height: 140%;
}

.mo-toc-container::-webkit-scrollbar {
    width: 6px;
}

.mo-toc-container::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 10px;
}

.mo-toc-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.mo-toc-container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.mo-toc-container {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}

.mo-toc-title {
    color: #555555;
    margin-bottom: 32px;
    font-family: Geologica;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 1264px) {
    .foto-text-block-image {
        max-height: 330px;
    }
}

@media (max-width: 1024px) {
    .foto-text-block {
        grid-template-columns: minmax(200px, 240px) 1fr;
        gap: 0 20px;
        min-height: 220px;
    }

    .foto-text-block-title {
        padding: 24px 20px 0 0;
        font-size: 22px;
        margin-bottom: 16px;
    }

    .foto-text-block-text {
        padding: 0 20px 24px 0;
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 768px) {
    .article-container {
        padding: 0 24px;
    }

    .mt-128 {
        margin-top: 64px;
    }

    .mt-46 {
        margin-top: 24px;
    }
    .mt-76 {
        margin-top: 38px;
    }
    .mo-specialist-name {
        font-size: 16px;
    }

    .mo-specialist-dates {
        margin-left: 0;
        text-align: left;
        width: 100%;
    }

    .mo-specialist-date {
        display: inline-block;
        margin-right: 20px;
    }

    .mo-specialist-date.update {
        display: inline-block;
    }

    .bold-text,
    .widget p b,
    .simple-texts,
    .mo-tag,
    .widget p,
    .mo-quote-text p,
    .mo-specialist-date,
    .mo-specialist-position,
    .mo-faq-answer p {
        font-size: 15px;
    }

    .article-sidebar {
        width: 300px;
        max-width: 300px;
    }

    .mo-photo-title {
        font-size: 28px;
    }

    .mo-photo-button {
        padding: 10px 24px;
        font-size: 11px;
    }

    .foto-text-block {
        grid-template-areas:
            "image title"
            "text text";
        grid-template-columns: 120px 1fr;
        grid-template-rows: auto auto;
        gap: 15px 20px;
        align-items: start;
        min-height: auto;
    }

    .foto-text-block-image {
        width: 100%;
        height: 120px;
    }

    .foto-text-block-text,
    .foto-text-block-title {
        padding: 20px;
    }

    .foto-text-block-title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 0;
        align-self: center;
        padding-top: 20px;
        padding-right: 20px;
    }

    .foto-text-block-text {
        font-size: 15px;
        line-height: 1.6;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .specialist-citation-block {
        padding: 24px 32px;
    }

    .specialist-citation-block-inner {
        grid-template-areas: "photo name quote" "text text text";
    }

    .top-citation-right {
        justify-self: start;
        grid-area: quote;
    }

    .spec-name {
        font-size: 16px;
    }

    .spec-position {
        font-size: 14px;
    }

    .citation-text p {
        font-size: 15px;
        line-height: 1.6;
    }

    .mo-quote-block {
        padding: 24px 0;
    }

    .mo-quote-img {
        width: 50px;
    }

    .mo-quote-text {
        width: calc(100% - 50px);
        padding-right: 40px;
    }

    .mo-quote-text p {
        font-size: 15px;
        line-height: 1.6;
    }

    .mo-faq-question {
        font-size: 32px;
        line-height: 1.2;
        align-items: center;
    }

    .mo-faq-question span {
        padding-right: 20px;
    }

    .mo-faq-answer p {
        font-size: 15px;
        line-height: 1.6;
    }

    .mo-toc-container {
        padding: 12px;
        max-height: 95%;
    }

    .mo-toc-title {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .mo-toc-container a {
        font-size: 15px;
        padding: 6px 8px;
    }

    .bold-text,
    .widget p b,
    .simple-texts,
    .widget p,
    .mo-quote-text p,
    .mo-faq-answer p {
        line-height: 1.571;
    }

    .mo-title,
    .mo-faq-title,
    .mo-faq-question h3 {
        font-size: 30px;
    }

    .title-h2 h2,
    .title-h3 h3,
    .mo-faq-question h3 .mo-faq-title {
        font-size: 32px;
        line-height: 1.094;
    }
    .title-h3 h3 {
        font-size: 24px;
    }
    .mo-tag-wrapper {
        flex-wrap: wrap;
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .mo-title,
    .mo-faq-title,
    .mo-faq-question h3 {
        font-size: 27px;
    }

    .title-h2 h2,
    .title-h3 h3,
    .mo-faq-question h3 .mo-faq-title {
        font-size: 28px;
        line-height: 1.094;
    }

    .title-h3 h3 {
        font-size: 21px;
    }
}

@media (max-width: 480px) {
    .article-sidebar {
        width: 100%;
        max-width: 100%;
    }

    .mo-specialist-card {
        gap: 12px;
    }

    .mo-specialist-photo {
        width: 60px;
        height: 60px;
    }

    .mo-specialist-name {
        font-size: 18px;
    }

    .mo-specialist-date {
        display: block;
        margin-right: 0;
        margin-bottom: 0;
    }

    .mo-photo-title {
        font-size: 24px;
    }

    .mo-photo-button {
        padding: 8px 20px;
        font-size: 10px;
    }

    .foto-text-block {
        grid-template-areas:
            "image"
            "title"
            "text";
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 10px;
    }

    .foto-text-block-image {
        width: 100%;
        height: 100%;
        min-height: 200px;
    }

    .foto-text-block-title,
    .foto-text-block-text {
        padding: 15px;
        text-align: center;
    }

    .foto-text-block-title {
        font-size: 20px;
        line-height: 1.25;
    }

    .foto-text-block-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .specialist-citation-block {
        padding: 20px 24px;
    }

    .top-citation-left img {
        width: 50px;
        height: 50px;
    }

    .top-citation-right {
        justify-self: center;
        grid-area: quote;
        margin-top: 10px;
    }

    .spec-name {
        font-size: 15px;
    }

    .spec-position {
        font-size: 13px;
    }

    .citation-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .mo-quote-block {
        padding: 20px 0;
    }

    .mo-quote-img img,
    .top-citation-right img {
        height: 18px;
        width: 18px;
    }

    .mo-quote-img {
        width: 40px;
    }

    .mo-quote-text {
        width: calc(100% - 40px);
        padding-right: 30px;
    }

    .mo-quote-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .mo-faq-question {
        font-size: 24px;
        line-height: 1.3;
    }

    .mo-faq-answer p {
        font-size: 14px;
        line-height: 1.5;
    }
    .mo-title,
    .mo-faq-title,
    .mo-faq-question h3 {
        font-size: 24px;
    }

    .title-h2 h2,
    .title-h3 h3,
    .mo-tag-wrapper h3 .mo-faq-title {
        font-size: 25px;
        line-height: 1.094;
    }

    .title-h3 h3 {
        font-size: 19px;
    }
}

@media (max-width: 380px) {
    .article-container {
        padding: 0 20px;
    }

    .mo-photo-block {
        width: auto;
        height: auto;
    }

    .specialist-citation-block {
        padding: 16px 32px;
    }

    .mo-specialist-name,
    .spec-name,
    .citation-text p {
        font-size: 14px;
    }

    .mo-specialist-photo {
        width: 50px;
        height: 50px;
    }

    .top-citation-left img {
        width: 50px;
        height: 50px;
    }

    .mo-specialist-card {
        gap: 0 10px;
    }

    .foto-text-block {
        margin: 25px 0;
        padding: 12px;
        gap: 15px;
    }

    .foto-text-block-image {
        height: 180px;
    }

    .foto-text-block-title {
        font-size: 18px;
    }

    .foto-text-block-text {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .foto-text-block {
        margin: 25px 0;
        padding: 12px;
        gap: 15px;
    }

    .article-sidebar {
        min-width: 300px;
    }

    .foto-text-block-image {
        height: 180px;
    }

    .foto-text-block-title {
        font-size: 18px;
    }

    .foto-text-block-text {
        font-size: 13px;
    }
}

.mo-contacts-container {
    max-width: 1066px;
    margin: 0 auto;
    padding-bottom: 76px;
}

.mo-contacts-container-inner {
    display: flex;
    background-color: #f6f6f6;
    min-height: 219px;
    margin-top: 128px;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.mo-contacts-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 39px;
    line-height: 45px;
    letter-spacing: 0;
    text-align: center;
    color: #222729;
    text-transform: uppercase;
}

.mo-contacts-title {
    padding: 32px;
}

.mo-contacts-title-inner {
    display: flex;
    gap: 15px;
}
.mo-contacts-title-inner div img {
    height: 34px;
    width: auto;
}
.mo-contacts-title-inner div {
    display: flex;
    align-items: center;
}
.mo-contacts-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 50px;
}

.mo-contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.mo-block-title {
    font-family: Geologica;
    font-weight: 100;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #555;
}

.mo-red-block {
    display: flex;
    height: 40px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    background-color: #cf3620;
    text-wrap: nowrap;
}

.mo-red-block a,
.website {
    font-family: Geologica;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
}

.mo-contact-block:last-child {
    margin-bottom: 32px;
}

.mo-articles .others-publication .publication_header div {
    font-family: Montserrat;
    font-size: 50px;
}
.mo-articles .useful-info_card .useful-info_title,
.mo-articles .useful-info_card .useful-info_category,
.mo-articles .useful-info_card .useful-info_date {
    font-family: Geologica;
}
.mo-articles .article_bottom {
    border-top: 1px solid rgba(207, 54, 32, 0.3);
}

.text-divider {
    height: 1px;
    width: 100%;
    background-color: rgba(207, 54, 32, 0.3);
}
.mo-articles .article_bottom .share_block p {
    font-family: Geologica;
    font-weight: 100;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #828282;
}
.mo-articles a.decorative-link {
    font-family: Geologica;
    font-weight: 400;
    font-size: 13px;
}
.mo-articles .visual-designs_layout,
footer {
    padding-top: 128px;
}

.mo-articles .center-widget ol li,
.mo-articles .center-widget ul li {
    font-family: Geologica;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.875;
    color: #555;
    margin-bottom: 0.176471vw;
    position: relative;
}

.mo-articles .center-widget ol,
.mo-articles .center-widget ul {
    margin-bottom: 78px;
    padding-left: 30px;
    list-style: none;
}

.mo-articles .center-widget ol li::before {
    font-size: 30px;
    line-height: 40px;
    margin-left: -30px;
    margin-right: 20px;
}

.mo-articles .center-widget ul li::before {
    margin-left: -20px;
    margin-right: 20px;
    top: 12px;
}

.mo-articles .center-widget ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.mo-articles .center-widget ol li {
    counter-increment: my-awesome-counter;
}

.mo-articles .center-widget ol li::before {
    content: counter(my-awesome-counter);
    line-height: 2.94117647vw;
    color: #cf3620;
}

.mo-articles .center-widget ul li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #cf3620;
    position: absolute;
}
.mo-text-block p {
    margin-bottom: 46px;
}
.mo-text-block p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .mo-contacts-title-inner {
        gap: 5px;
    }

    .mo-contacts-title {
        font-size: 21px;
    }
    .mo-contacts-title-inner div img {
        height: 19px;
    }

    .mo-red-block {
        min-width: 240px;
    }
    .mo-articles .others-publication .publication_header div {
        font-size: 9vw;
        line-height: 10vw;
    }
    .mo-articles .visual-designs_layout,
    footer {
        padding-top: 15.625vw;
    }
    .mo-contacts-container {
        padding-bottom: 101px;
    }
    .mo-text-block p {
        margin-bottom: 23px;
    }
}
.specialist-citation-block {
    position: relative;
    box-shadow: 0 20px 20px -20px #545454;
}

.content-image-block img,
.foto-text-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow:
            0 20px 20px -20px #545454,
            0 20px 20px -20px #545454;
    position: relative;
}
.article-content-image {
    position: relative;
}

.article-content-image::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -8px;
    height: 25px;
    width: 25px;
    border-bottom: 3px solid #004f64;
    border-left: 3px solid #004f64;
}

.article-content-image::after {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    height: 25px;
    width: 25px;
    border-top: 3px solid #004f64;
    border-right: 3px solid #004f64;
}
