@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url('../fonts/Lato-Regular.woff2') format("woff2"), url('../fonts/Lato-Regular.woff') format("woff")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url('../fonts/Lato-Bold.woff2') format("woff2"), url('../fonts/Lato-Bold.woff') format("woff")
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.page {
    flex-grow: 1;
}

header, footer {
    flex: 0 0 auto;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0 auto;
    min-width: 22.5rem;
    position: relative;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: normal;
    background-color: #fff;
    overflow-wrap: break-word;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -moz-osx-font-smoothing: grayscale;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

:target {
    scroll-margin-top: 20px;
}

@media (max-width: 1199px) {
    :target {
        scroll-margin-top: 80px;
    }
}

input:not([type=checkbox]):not([type=radio]):not([type=number]),
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body, button, input, select, optgroup, textarea {
    font-synthesis: none;
    font-family: Lato, sans-serif;
    direction: ltr;
    text-align: left;
}

[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

[type="date"]::-webkit-inner-spin-button,
[type="date"]::-webkit-calendar-picker-indicator,
[type="date"]::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

[type='number'] {
    -moz-appearance: textfield;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

:required:invalid {
    outline: none;
}

*:focus {
    outline: none;
}

[type="file"], tr[data-href] {
    cursor: pointer;
}

iframe {
    border: none;
}

caption {
    caption-side: top;
    font-weight: 400;
}

figcaption {
    caption-side: bottom;
    display: table-caption;
    margin-bottom: 1em;
    margin-top: .5em;
}

button, [type="button"], [role="button"], [type="submit"], [type="reset"] {
    &:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
}

button {
    color: inherit;

    > * {
        position: relative;
    }
}

ul {
    list-style-type: none
}

a, a:hover {
    text-decoration: none
}

li {
    list-style-position: inside
}

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

input:focus {
    outline: 0
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin: 24px 0
}

h1 {
    margin: 0 0 24px;
    font-size: 40px;
    line-height: 48px
}

h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    margin-top: 80px
}

.content_size {
    margin: 0 auto;
    max-width: 1128px
}

.bundle a {
    display: block;
    width: 100%
}

.bundle .sub-menu {
    display: none
}

.bundle .sub-menu.open {
    display: block;
    width: 100%
}

.bundle.open .bundle-down {
    transform: rotate(180deg)
}

.bundle-down {
    position: absolute;
    right: 0;
    top: calc(50% - 12px)
}

.bundle.open .bundle-down {
    top: 15px
}

@media (max-width: 575px) {
    .articles-img__image {
        max-width: 100%
    }

    .articles-img__image, body, html {
        overflow-x: hidden;
    }
}

.share {
    align-items: center;
    border-left: 2px solid #e5e5e5;
    display: flex
}

header {
    background: #fff;
    position: relative;
    z-index: 99999999
}

.header-main-menu__background {
    background-color: #000;
    height: 56px;
    width: 100%;
    z-index: 199
}

@media (min-width: 1199px) {
    .header-main-menu__background {
        left: 0;
        position: sticky;
        top: -1px;
        transform: translateY(0);
        transition: all .2s ease
    }
}

.header-main-menu__background_fixed {
    position: fixed
}

.place-for-fixed {
    display: none
}

.header-main-menu {
    position: relative;
    padding-bottom: 16px;
    padding-top: 16px;
    background: #000;
    display: flex;
    height: 24px;
    justify-content: space-between;
    box-sizing: content-box;
}

.header-main-menu_logo-container {
    height: 100%
}

.header-main-menu_logo-container a {
    display: block
}

.header-main-menu_side-left {
    align-items: center;
    display: flex
}

.header-main-menu__elements {
    align-items: flex-end;
    display: flex;
    gap: 16px
}

.header-main-menu_logo-img {
    height: 24px;
    position: relative;
    top: -4px;
    width: 123px
}

.header-main-menu__list-container {
    height: 100%;
    margin-left: 48px
}

.header-main-menu__list {
    align-items: center;
    display: flex;
    gap: 24px;
    padding: 2px 0;
}

.header-main-menu__list ul {
    display: none
}

.header-main-menu__list a, .header-main-menu__list span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all .2s ease
}

.header-main-menu__list .sub-menu a, .header-main-menu__list .sub-menu span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-right: 20px
}

.header-main-menu__list .sub-menu li {
    padding-right: 16px
}

.header-main-menu__list ul li > a:before, .header-main-menu__list ul li > span:before {
    content: url('data:image/svg+xml; utf8, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.33288 11.2933V8.62666H3.38621L3.36621 7.28666H9.33288V4.62666L12.6662 7.96L9.33288 11.2933Z" fill="white"/> </svg>');
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    transition: all .2s ease;
    vertical-align: text-top
}

.header-main-menu__burger {
    margin-top: 4px;
    align-self: center;
    height: 16px;
    position: relative
}

.header-main-menu__burger-list li {
    position: relative
}

.header-main-menu__burger-list li > a:before, .header-main-menu__burger-list li > span:before {
    content: url('data:image/svg+xml; utf8, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.33288 11.2933V8.62666H3.38621L3.36621 7.28666H9.33288V4.62666L12.6662 7.96L9.33288 11.2933Z" fill="white"/> </svg>');
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    transition: all .2s ease;
    vertical-align: text-top
}

.header-main-menu__burger-list li.header-main-menu__burger-item-opened > a:before,
.header-main-menu__burger-list li.header-main-menu__burger-item-opened > span:before,
.header-main-menu__list li.header-main-menu__burger-item-opened > a:before,
.header-main-menu__list li.header-main-menu__burger-item-opened > span:before {
    transform: rotate(180deg);
    transition: all .2s ease
}

.header-main-menu__burger-item-opened > a, .header-main-menu__burger-item-opened > span {
    position: relative
}

.header-main-menu__burger-list .sub-menu {
    display: none;
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.header-main-menu__burger-list .header-main-menu__burger-list-submenu-active {
    display: block;
    opacity: 1;
    padding-bottom: 5px;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    transition: all .2s ease;
    visibility: visible
}

.header-main-menu__burger-img {
    height: 20.5px;
    margin: 0 auto;
    position: relative;
    transform: rotate(0);
    transition: .5s ease-in-out;
    width: 18px
}

.header-main-menu__burger-img span {
    background: #fff;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0);
    transition: .25s ease-in-out;
    width: 100%
}

.header-main-menu__burger-img span:first-child {
    top: 0;
    transform-origin: left center
}

.header-main-menu__burger-img span:nth-child(2) {
    top: 7px;
    transform-origin: left center
}

.header-main-menu__burger-img span:nth-child(3) {
    top: 14px;
    transform-origin: left center
}

.header-main-menu__burger-img.open span:first-child {
    left: 2px;
    top: 0;
    transform: rotate(45deg)
}

.header-main-menu__burger-img.open span:nth-child(2) {
    opacity: 0;
    width: 0
}

.header-main-menu__burger-img.open span:nth-child(3) {
    left: 2px;
    top: 12.5px;
    transform: rotate(-45deg)
}

.header-main-menu__list .sub-menu {
    background-color: #000;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 17px;
    opacity: 0;
    padding: 18px 0 18px 16px;
    position: absolute;
    transition: all .2s ease;
    visibility: hidden;
    width: 240px;
    z-index: 2
}

.header-main-menu__list .header-main-menu__sub-menu_active {
    opacity: 1;
    transition: all .2s ease;
    visibility: visible
}

.header-main-menu__burger-list > li:last-child {
    margin-bottom: 12px
}

.header-main-menu__burger ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 0 0 10px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-main-menu__burger ul {
        padding: 8px 13px 0 21px
    }
}

@media (max-width: 767px) {
    .header-main-menu__burger ul {
        padding: 8px 10px 0 17px
    }
}

.header-main-menu__burger-list a,
.header-main-menu__burger-list span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 26px 8px 4px
}

.header-main-menu__container {
    background-color: #000;
    margin-top: 15px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all .2s ease;
    visibility: hidden;
    width: 360px;
    z-index: 5
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-main-menu__container {
        margin: 15px -24px 0;
        width: calc(100% + 48px);
    }
}

@media (max-width: 767px) {
    .header-main-menu__container {
        margin: 15px -20px 0;
        width: calc(100% + 40px);
    }
}

.header-main-menu__burger-list {
    margin: 0;
    max-height: 50vh;
    overflow: scroll;
    scrollbar-width: none
}

@media (max-width: 1199px) {
    .header-main-menu__burger-list {
        max-height: calc(100vh - 160px)
    }
}

.header-main-menu__burger-list::-webkit-scrollbar,
.header-main-menu__burger-list::-webkit-scrollbar-thumb {
    background: 0 0;
    display: none;
    height: 0;
    width: 0
}

.header-main-menu__burger-active .header-main-menu__container {
    opacity: 1;
    transition: all .1s ease;
    visibility: visible
}

.header-main-menu__burger-img {
    cursor: pointer
}

.header-main-menu__burger-list a:hover,
.header-main-menu__burger-list a:hover span,
.header-main-menu__burger-list span:hover,
.header-main-menu__list a:hover,
.header-main-menu__list a:hover span,
.header-main-menu__list span:hover,
a.header-main-menu__sub-menu-link_active {
    color: #fd4454;
    transition: all .2s ease
}

@media (max-width: 1199px) {
    .header-main-menu__burger {
        position: unset
    }

    .header-main-menu__list-container {
        display: none
    }

    .header-main-menu__burger-active .header-main-menu__container {
        margin-top: 14px;
        right: 0;
        z-index: 999999999
    }
}

@media (min-width: 1199px) {
    .header-main-menu__hidden {
        transform: translateY(-90%);
        transition: all .2s ease
    }
}

.header-main-menu__hidden:hover {
    transform: translateY(0)
}

@media (max-width: 1199px) {
    .header-main-menu__background {
        top: -100%
    }

    .header-main-menu__background_fixed {
        top: 0
    }
}

.header-main-menu__list {
    padding-left: 0;
    margin: 0;
}

.header-main-menu__list li a {
    display: block;
    position: relative
}

.header-main-menu__list .header-main-menu__burger-item-opened > a:after {
    transform: rotate(180deg)
}

.header-main-menu__list a {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 7px
}

.header-main-menu__list a img {
    height: 20px;
    object-fit: contain;
    object-position: center center;
    width: 20px
}

.banner-sticky-bottom {
    bottom: 0;
    display: none;
    flex-direction: column;
    position: fixed;
    text-align: left;
    z-index: 99999991
}

.articles-item__cat-tags {
    overflow: visible;
}

.articles-container__content_wrap {
    display: flex;
    grid-gap: 16px;
    align-items: center
}

.articles-container__content_wrap.bottom {
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%
}

@media (max-width: 1199px) {
    .articles-container__content_wrap.bottom {
        padding-left: 20px;
        padding-right: 20px
    }
}

.articles-telegram {
    display: block;
    margin-top: 25px
}

.articles-telegram-container {
    align-items: center;
    background: #eee;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    padding: 25px
}

.articles-telegram-container img {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.articles-telegram-text {
    color: #000;
    flex-grow: 0;
    flex-wrap: wrap;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin: 0 24px;
    order: 1
}

.articles-telegram-text a {
    color: #fd4454
}

.articles-item__cat-tags {
    align-items: center;
    color: #000;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    overflow-x: auto;
    white-space: nowrap;
    grid-gap: 16px;
    margin-bottom: 9px;
}

.articles-item__cat-tags::-webkit-scrollbar {
    display: none
}

.articles-item__cat-tags, .articles-item__category-title-link {
    color: #c6ced6;
    text-decoration: none;
    transition: all .2s ease
}

.articles-item__category-title-link:hover {
    color: #000;
    transition: all .2s ease
}

.articles-item__category-title {
    align-items: flex-start;
    display: flex;
    margin-top: 0
}

.articles-item__separator-container {
    align-items: center;
    color: #e5e5e5;
    display: flex;
    justify-content: center;
    position: relative;
    top: 1px
}

.articles-top__info {
    margin-bottom: 24px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.articles-top__info-date {
    display: inline-flex;
    grid-gap: 0 7px;
    flex-wrap: wrap
}

.info-date__icon {
    height: 24px;
    margin-right: 2px;
    vertical-align: bottom;
    width: 24px
}

.articles-top__info time {
    align-items: center;
    display: flex;
    line-height: 1
}

.articles-top__info-date * {
    overflow: visible;
}

.articles-top__info-right {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    width: max-content
}

.articles-img__image {
    border-radius: 8px;
    height: 460px;
    object-fit: cover;
    width: 1128px
}

.articles-container__content {
    height: 100%;
    margin: 0 auto;
    width: 748px
}

.articles-container__content ul {
    font-size: 18px;
    line-height: 1.5;
    list-style-type: inherit;
    margin: 24px 0;
    padding-left: 0;
}

.articles-container {
    display: flex;
    justify-content: space-between;
    padding-top: 24px
}

.articles-container a,
.articles-container a:visited {
    color: #fd4454
}

blockquote {
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    margin: 80px 0;
    overflow-wrap: break-word;
    padding-left: 72px;
    position: relative
}

blockquote:before {
    background-image: url(../images/union.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 37px;
    left: 0;
    position: absolute;
    width: 48px
}

@media (max-width: 1199px) {
    blockquote {
        padding-left: 80px;
        padding-right: 20px;
    }

    blockquote:before {
        left: 12px
    }
}

blockquote p {
    margin-bottom: 24px
}

blockquote img {
    border-radius: 50%;
    float: left;
    height: 56px;
    margin-right: 16px;
    width: 56px
}

.table-responsive {
    margin: 24px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}


table td, table th {
    padding: .5em;
    border: 1px solid #dcdcde;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0;
    gap: 20px;
}

.grid .column {
    flex: 1 0 0;
    padding: 1em;
    font-size: 16px;
    border: 1px solid #dcdcde;
}

@media (max-width: 767px) {
    .grid .column {
        flex: 0 0 100%;
    }
}

.grid .column p {
    margin-top: 0;
}

.footer_bg {
    background: #000
}

.copyright-line {
    border-top: 1px solid #fff;
    color: #fff;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    line-height: 22px;
    padding-bottom: 42px;
    padding-top: 24px
}

.copyright-link {
    color: #fff;
    text-decoration: none
}

.footer__content {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 24px
}

.footer-menu__content,
.sub-menu {
    padding-left: 0;
    margin: 0;
}

.footer-menu__content a, .footer-menu__content span {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none
}

.footer-menu__content a:hover {
    color: #fd4454
}

.footer-menu__content .menu-item {
    margin-bottom: 24px;
    position: relative
}

.footer-menu__content .sub-menu .menu-item {
    margin-bottom: 8px;
    margin-top: 8px
}

.footer-menu__content .sub-menu a, .footer-menu__content .sub-menu span {
    font-weight: 400
}

.footer-menu__content .bundle {
    position: relative
}

@media (max-width: 767px) {
    .articles-telegram {
        display: block;
        margin-top: 16px
    }

    .articles-telegram-container {
        align-items: flex-start;
        padding: 10px
    }

    .articles-telegram-text {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 0 24px
    }

    .articles-telegram-container img {
        height: 48px;
        width: 48px
    }
}

#toTop {
    bottom: 0;
    cursor: pointer;
    display: none;
    font-size: 48px;
    height: 76px;
    left: 5%;
    opacity: .5;
    position: fixed;
    transition: all .5s ease 0s;
    width: 80px;
    z-index: 5000
}

@media (max-width: 992px) {
    #toTop {
        left: 10px;
    }
}

@media (max-width: 767px) {
    #toTop {
        height: 61px
    }
}

#toTop:hover {
    opacity: 1
}

@media (max-width: 1800px) {
    #toTop {
        right: 100px
    }
}

@media (max-width: 1500px) {
    #toTop {
        right: 0
    }
}

@media (max-width: 1199px) {
    #toTop {
        right: 15px
    }

    p {
        font-size: 18px;
        line-height: 1.5
    }

    .content_size {
        width: calc(100% - 48px)
    }

    .description {
        display: none
    }

    .articles-img__image {
        height: 460px;
        width: 100%
    }

    .articles-img, .articles-telegram {
        margin-bottom: 24px
    }

    .articles-container {
        padding-top: 0
    }

    .footer__content {
        flex-direction: column
    }

    .footer-menu__content .menu-item {
        border-bottom: 1px solid #fff;
        margin-bottom: 0;
        padding: 16px 0
    }

    .footer-menu__content .sub-menu .menu-item {
        border: none;
        margin: 24px 0;
        padding: 0
    }

    .copyright-line {
        border: none;
        flex-direction: column;
        font-size: 12px;
        line-height: 16px;
        text-align: center
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
        line-height: 48px
    }

    h2 {
        margin-top: 24px;
        font-size: 28px;
        line-height: 36px
    }

    .articles-container__content {
        height: 100%;
        width: 100%
    }

    .articles-img__image {
        height: 172px;
        width: 100%
    }

    blockquote img {
        margin-left: -72px;
        margin-top: 5px
    }

    .articles-top {
        flex-wrap: wrap
    }

    .copyright-line {
        padding: 16px 0 20px
    }

    .copyright {
        margin-bottom: 16px
    }

    blockquote {
        margin: 50px 0
    }

    .articles-container {
        flex-direction: column-reverse
    }
}

@media (max-width: 575px) {
    .breadcrumbs-mobile {
        display: none
    }

    .share {
        border-left: none;
    }

    #toTop {
        bottom: 0;
        max-width: 65px
    }

    h1 {
        font-size: 28px;
        line-height: 30px
    }
}

.post + .post {
    padding-top: 80px;
}

.the-tags {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-grow: 0;
    flex-wrap: wrap;
    margin: 48px 0;
    order: 1;
    padding: 0;
    position: static;
    grid-gap: 16px
}

.the-tags:empty {
    display: none
}

.the-tags a {
    background: #f5f5f5;
    border-radius: 4px;
    color: #767676;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 4px 8px
}

.the-tags a:hover {
    background: #fd4454;
    color: #fff
}

.page-list-container {
    margin: 30px 0 0
}

.page-list-title {
    font-size: 18px;
    font-style: italic;
    margin: 0
}

.page-list-container ul li ul {
    margin: 0 0 0 10px
}

.articles-container__content .articles-container__content__wrap > p {
    background-color: #fff;
    position: relative;
    z-index: 1
}

.articles-container__content .articles-container__content__wrap a:hover {
    text-decoration: underline
}

.banner-sticky-bottom__container {
    width: 100vw
}

.banner-gift-blockquote {
    padding-left: 72px;
    position: relative;
    margin: 80px 0;
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    overflow-wrap: break-word;
}

.banner-gift-blockquote:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    background-image: url(../images/gift.svg);
    background-size: cover;
    height: 50px;
    width: 50px
}

@media (max-width: 1128px) {
    .banner-gift-blockquote {
        padding-right: 20px;
        padding-left: 80px;
        margin: 50px 0;
    }
}

.page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.articles-container__content ul {
    margin-left: 32px;
}

.articles-container__content ul li {
    list-style-position: inherit;
    margin-bottom: 12px;
    padding-left: 4px
}

.articles-container__content figure {
    display: table;
    margin: 24px auto;
}


@media (max-width: 1199px) {
    .content_size {
        box-sizing: border-box;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }

    footer .content_size,
    header .content_size {
        padding: 0;
        width: calc(100% - 40px)
    }

    .page {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_bg ul {
        padding-left: 0;
        padding-right: 0
    }

    .articles-container .table-responsive {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/********************************************/
/* Emdbed Articles
/********************************************/

.embed-article {
    margin: 0;
}

.articles-container__content .embed-article .embed-article-link {
    background: #fff;
    border: 1px solid #dcdcde;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    color: #8c8f94;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    overflow: auto;
    padding: 25px;
    text-decoration: none
}

.articles-container__content .embed-article .embed-article-link:hover {
    text-decoration: none
}

.embed-article-image-container {
    margin-bottom: 20px
}

.embed-article-image {
    border: none;
    height: auto;
    width: 100%
}

.embed-article-heading {
    color: #2c3338;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 15px
}

.embed-article-heading:hover {
    text-decoration: underline
}

.embed-article-footer {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 30px
}

.embed-article-footer img {
    height: 20px;
    width: 20px
}
/* jb-top: nav only in burger, logo always visible */
.header-main-menu__list-container {
    display: none !important;
}

.header-main-menu_side-left {
    flex: 1;
}
