html, body {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: #F3F5F8;
}

h1, h2, h3 {
    font-weight: 500!important;
}

:root {
    --primary-color: #0085FF;
    --primary-active-color: #0474DA;
    --primary-disabled-color: #86b9e7;
}
.primary-button {
    background: var(--primary-color);
    color: #FFFFFF;
    border: none;
    height: 56px;
    width: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-weight: 500;
    border-radius: 8px;
}
.primary-button.disabled {
    background: var(--primary-disabled-color);
    cursor: default;
}
.primary-button:focus {
    outline: none;
}
.primary-button:not(.disabled):hover,
.primary-button:not(.disabled):active {
    cursor: pointer;
    background: var(--primary-active-color);
}

#header {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
    position: fixed;
    margin: 0 auto;
    z-index: 5;
    top: 0px;
}
.header_block {
    height: 80px;
    width: 100%;
    transition: height 1s ease;
}
.header_block-hidden-banner {
    height: 80px;
    transition: height 1s ease;
}
.header_content {
    max-width: 1230px;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.header_content_left_block,
.header_content_right_block {
    width: auto;
    margin: 0px 24px;
    display: flex;
    align-items: center;
}
.header_content_right_block {
    justify-content: flex-end;
    position: relative;
    margin: 0px 24px 0px 0px;
}
.header_logo {
    display: flex;
    align-items: center;
    min-width: 57px;
}
.footer_logo {
    display: flex;
    align-items: center;
    margin-right: 48px;
}

.header_new_logo {
    background: url("/blog/wp-content/themes/fmk-one/img/GMD_blog.svg") no-repeat;
    opacity: .99;
    background-size: cover;
    shape-rendering: geometricPrecision;
}

.header_new_logo a {
    display: block;
    width: 190px;

    text-decoration: none;
}

.header_logo img,
.footer_logo img {
    margin-right: 12px;
}

.header_logo img {
    max-width: 196px;
    max-height: 53px;
}

@media (max-width: 840px) {
    .header_logo .l-desktop {
        display: none;
    }

    .header_logo .l-mobile {
        display: block;
    }
}

@media (min-width: 840px) {
    .header_logo .l-desktop {
        display: block;
    }

    .header_logo .l-mobile {
        display: none;
    }
}

.header_logo a,
.footer_logo a{
    cursor: pointer;
    text-decoration: none;
}
.header_logo > a > div,
.footer_logo > a > div {
    display: flex;
    align-items: center;
}
.header_title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.65);
    margin: 0px 43px 0px 0px;
    display: flex;
    align-items: center;
}

.main_blog_logo_desktop--add {
    position: relative;
    top: -1px;
    padding-left: 9px;
}

.header_navigation_item a {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.2px;
    text-indent: 0.2px;
    margin: 0px 12px;
    color: #090909;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.header_navigation_item a:hover {
    color: #0085ff;
}

.header_navigation_item.gps a {
    display: flex;
    align-items: center;
}

.gps-store {
    margin-right: 12px;
}

.gps-store .header_shop_current span {
    white-space: nowrap;
}

.header_language {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.2px;
    text-indent: 0.2px;
    color: #090909;
    position: relative;
}
.header_language.shop {
    margin-right: 12px;
}
.header_language_btn,
.header_shop_btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header_language_arrow,
.header_shop_arrow {
    background: url('./img/dropdownArrow.svg');
    height: 8px;
    width: 12px;
    margin-left: 8px;
}
.header_shop.shop {
    margin-right: 8px;
    position: relative;
}
.header_language_btn:hover .header_language_current span ,
.header_shop_btn:hover .header_shop_current span ,
#listShop a:hover {
    color: #0085ff;
}
#listFeatures,
#listLanguage,
#listShop {
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 100;
    display: none;
    padding: 22px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.07);
}
#listFeatures a,
#listLanguage a,
#listShop a {
    display: block;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-indent: 0.2px;
    white-space: nowrap;
    text-align: left;
    font-size: 15px;
    color: #090909;
    text-decoration: none;
    padding: 8px 40px;
}

#listFeatures a:hover,
#listLanguage a:hover,
#listShop a:hover {
    color: #0085ff;
    background: #f3f3f3;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

#listLanguage pre {
    display: none;
}

.header_navigation.desktop {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
#listFeatures a:last-child,
#listLanguage a:last-child,
#listShop a:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
#language-selector.is-shown #listLanguage,
#features-selector.is-shown #listFeatures,
#shop-selector.is-shown #listShop {
    display: block;
}

.headerMenu__trigger {
    position: relative;
}

.headerMenu__trigger.is-shown .header__dd-list {
    display: block !important;
}

.header_menu.mobile {
    display: none;
}
.header_menu.mobile img {
    margin-left: 24px;
}

#jsMobileMenu {
    display: none;
}
.header__langNavLayout {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.4);
}
.header__langNavLayout_shown {
    top: 0;
}
.header__langNav {
    position: relative;
    bottom: -100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 16px 20px;
    background-color: #fff;
}
.header__langNavLayout_shown .header__langNav {
    bottom: 0;
    -webkit-transition-property: bottom;
    -o-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.header__langNavLink {
    padding: 14px 0;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 15px;
    color: #667180 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobileMenuLayout__langBtn {
    display: inline-block;
    padding: 14px 18px 14px 0;
    border: 0;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #0085FF !important;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.mobileMenuLayout__closeBtn {
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    margin-left: auto;
    font-size: 0;
    background-color: #fff;
    background-image: url('./img/close.svg');
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
}
.mobileMenuLayout__nav {
    margin-top: 30px;
}
.header_language_arrow_mobile {
    background: url('./img/dropdownArrow_blue.svg');
    height: 8px;
    width: 12px;
    margin-left: 8px;
}
.header_language_check_mobile {
    background: url('./img/check.svg') center no-repeat;
    height: 9px;
    width: 13px;
    background-size: contain;
    display: none;
}
.langNavLink_active .header_language_check_mobile {
    display: block;
}
.header_navigation_item.web-lk,
.header_navigation_item.sign-in {
    min-width: 172px;
    position: relative;
    white-space: nowrap;
    display: none;
}
.header_navigation_item.sign-in {
    display: none;
    min-width: auto;
}
.header_navigation_item.web-lk a,
.header_navigation_item.sign-in a {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #0085FF;
}
.header_navigation_item.web-lk a:hover {
    opacity: 1;
}

.header_navigation_item.sign-in a:hover {
    opacity: 0.8;
}

.header_navigation_item.sign-in .header__web-account {
    opacity: 1;
    padding: 4px 12px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #0085ff;
}

.header_navigation_item.sign-in .header__web-account span {
    padding: 0px;
}

.header_navigation_item.app {
    margin-right: 15px;
}
.HeaderAppsNew__beta, .HeaderAppsNew__mobile_beta {
    font-style: italic;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    color: #FF0000;
    top: -7px;
    right: -22px;
    position: absolute;
}
.mobileMenuLayout__navItem.mobile-web-lk a {
    position: relative;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #0085ff;
    opacity: 1;
    text-decoration: none;
    text-transform: none;
}
.header__collapse .footer__collapseContent {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-top: 16px;
}
.header__collapseLink {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #0085ff;
    text-decoration: none;
}
.header__collapseTrigger {
    position: relative;
    padding: 14px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #4f5a68;
    cursor: pointer;
}
.header__collapse .header__collapseContent {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}
.header__collapse {
    border-bottom: 1px solid #e8e8e8;
}
.header__collapseTrigger:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 12px;
    margin-top: -6px;
    background: transparent url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjYiIGQ9Ik0xNCAyTDggOCAyIDIiIHN0cm9rZT0iIzAwODVGRiIgc3Ryb2tlLXdpZHRoPSIyLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==') center no-repeat;
    transform: rotate(180deg);
}
.header__collapseTrigger {
    position: relative;
    padding: 14px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #4f5a68;
    cursor: pointer;
}
.menu-section.is-disabled {
    opacity: 0;
    visibility: hidden;
}
.menu-section {
    transition: .25s ease;
}
#header_search_form button {
    background: none;
    outline: none;
    border: none;
}
#header_search_form {
    display: flex;
    height: 44px;
}
#header_search_form:focus {
    outline: none;
}
.header-section__search-button {
    width: 22px;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    padding: 0px;
}
.header-section__search-input {
    background: none;
    height: 42px;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.6px;
    color: #3A424D;
    padding-left: 38px;
    box-shadow: none;
    outline: none;
    transition: width .35s ease;
    border: 2px solid #B1BCC7;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.header-section__search-input:focus {
    border: 2px solid #0085ff;
}
.header-section__search-form.is-active .header-section__search-input {
    border-bottom: 1px solid rgba(58, 66, 77, 0.2);
}

.header-section__search-form {
    transition: .25s ease;
    transition-property: width,background;
    width: calc(100% - 30px);
    margin: 0px 15px 80px;
}
.header-section__close-form-button {
    width: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    outline: none;
    z-index: 2;
    opacity: 0;
    overflow: hidden;
}
.header-section__close-form-button.js-close-form-button.is-active {
    opacity: 1;
}
.header-section__search-form.is-active {
    background: #fff;
    width: 322px;
}
.main_blog_logo_desktop {
    display: flex;
}
.main_blog_logo_mobile {
    display: none;
}
#js-search-form {
    position: relative;
}
.header_language_question {
    position: absolute;
    width: 404px;
    height: 191px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 8px;
    top: 60px;
    left: -152px;
    display: flex;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: default;
}
.header_language_question_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0085FF;
    justify-content: center;
}
.header_language_question_buttons {
    margin-top: 18px;
    display: flex;
    align-items: center;
}
.header_language_question_buttons > div {
    background: #0085FF;
    border-radius: 8px;
    width: 142px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0085FF;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0px 10px;
    line-height: 26px;
    cursor: pointer;
    text-transform: capitalize
}
.header_language_question_buttons > div:last-child {
    background: #0085FF;
    color: #fff;

}
.header_language_question_buttons > div:last-child {
    background: #fff;
    color: #0085FF;
}
.header_language_current,
.header_shop_current {
    display: flex;
    align-items: center;
}
.header_navigation_item.blog {
    font-weight: 500;
}
#adfox_162877007561316932 {
    position: relative;
    top: 80px;
    z-index: 1;
}
.header-banner__container {
    height: auto;
    max-width: 1236px;
    margin: 0 auto;
    position: relative;
    transition: height 1s ease;
    overflow: hidden;
    top: 80px;
    z-index: 1;
}
.header-banner__img-desktop {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
}
.header-banner__img-desktop:hover {
    cursor: pointer;
}
.header-banner__img-mobile {
    display: none;
    /*min-height: 160px;*/
    height: auto;
    object-fit: contain;
}
.header-banner__hidden {
    height: 0px;
    transition: height 1s ease;
    overflow: hidden;
}
.header__web-account {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 24px;
    text-decoration: none;
}
.header__web-account:hover.header__web-account span {
    color: rgba(0, 133, 255, 0.8)
}
.header__web-account span {
    white-space: pre;
    padding: 0px 0px 0px 8px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #0085ff;
}

.footer {
    margin-top: 18px;
    border-radius: 20px 20px 0 0;
    background-color: #f4faff;
}

.footer--ru {
    border-radius: 12px 12px 0 0;
    background: linear-gradient(
        180deg,
        #f4faff 0%,
        rgba(244, 250, 255, 0) 100%
    );
}

.footer p {
    margin-top: 0;
    margin-bottom: 0;
}

.footer__container-inner {
    max-width: 328px;
    margin: auto;
    padding: 48px 24px;
}

.footer__banner {
    width: 100%;
    margin-bottom: 80px;
}

.footer__logo {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

.footer__logo img:first-child {
    margin-right: 12px;
}

.footer__rating {
    margin-bottom: 24px;
}

.footer__navigation {
    margin-bottom: 62px;
}

.footer__social-links {
    margin-bottom: 56px;
}

.footer__coppa {
    margin-bottom: 60px;
}

.footer__skolkovo-text,
.footer--ru .footer__contacts-container,
.footer--ru .footer__contacts-container a {
    font-family: 'Noto Sans', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #5d6974;
}

@media (min-width: 768px) {
    .footer__container-inner {
        display: flex;
        flex-wrap: wrap;
        max-width: 1080px;
        padding-top: 86px;
        padding-bottom: 105px;
    }

    .footer__logo {
        width: 100%;
    }

    .footer__contacts,
    .footer__rating {
        box-sizing: border-box;
        flex-basis: 47%;
        padding-right: 24px;
    }

    .footer__navigation {
        flex-basis: 39%;
        margin-bottom: 42px;
    }

    .footer--ru .footer__navigation {
        flex-basis: 50%;
    }

    .footer__bottom-wrap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
    }

    .footer--ru .footer__bottom-wrap {
        justify-content: flex-end;
    }

    .footer__coppa {
        margin-right: auto;
        margin-bottom: 0;
        margin-top: -28px;
    }
}

@media (min-width: 1100px) {
    .footer {
        margin-top: 80px;
    }

    .footer--ru {
        background: linear-gradient(
            180deg,
            #f4faff 17.57%,
            rgba(244, 250, 255, 0) 100%
        );
    }

    .footer__banner {
        margin-bottom: 0;
    }
}

/* Rating */
.footer__rating-container {
    display: flex;
    flex-wrap: wrap;
}

.footer__review-item {
    display: flex;
}

.footer__review-item:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 16px;
}

.footer__review-src {
    color: #18242f;
}

.footer__review-info-wrap .footer__review-src {
    margin-top: 0;
    margin-bottom: 5px;
}

.footer__review-src span {
    font-weight: bold;
}

.footer__review-rating {
    margin-right: 5px;
    font-weight: 700;
}

.footer__star-icon-wrap {
    margin-right: 8px;
}

.footer__store-link-wrap {
    display: none;
}

@media (min-width: 768px) {
    .footer__rating-container {
        flex-wrap: nowrap;
        max-width: 415px;
    }

    .footer__review-item {
        flex-wrap: wrap;
    }

    .footer__review-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0;
    }

    .footer__review-info-wrap {
        margin-bottom: 12px;
    }

    .footer__store-link-wrap {
        display: block;
        width: 100%;
    }

    .footer__store-link-wrap a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #0085ff;
    }

    .footer__store-link-wrap a:hover {
        opacity: 0.7;
    }

    .footer--ru .footer__store-link-wrap {
        padding-left: 29px;
    }

    .footer__store-link img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

/* Navigation */
.footer__nav-container {
    display: flex;
}

.footer__nav-col {
    display: flex;
    flex-direction: column;
}

.footer__nav-col:not(:last-child) {
    margin-right: 50px;
}

.footer__nav-col a:first-child {
    font-weight: 700;
}

.footer__nav-col a {
    color: #1f252e;
    text-decoration: none;
}

.footer__nav-col a[href]:hover {
    text-decoration: underline;
}

.footer__nav-col a:not(:last-child) {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .footer__nav-container {
        justify-content: space-between;
    }
}

/* Social-links */
.footer__social-links-container {
    color: #1f252e;
}

.footer__social-links-main-header {
    margin-bottom: 16px;
    line-height: 22px;
}

.footer--ru .footer__social-links-main-header {
    max-width: 340px;
}

.footer__social-links-list {
    display: flex;
}

.footer__social-links-list a:not(:last-child) {
    margin-right: 10px;
}

/* Coppa */
.footer__coppa-container {
    display: flex;
    max-width: 272px;
}

.footer__coppa-inner {
    margin-bottom: 14px;
}

.footer__coppa-img {
    display: block;
    width: 136px;
    height: auto;
}

.footer__coppa-text {
    padding-right: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #1f252e;
}

@media (min-width: 768px) {
    .footer__coppa-container {
        align-items: flex-end;
        max-width: 400px;
    }

    .footer__coppa-block {
        margin-right: 50px;
    }

    .footer__coppa-img {
        width: 148px;
    }
}

.footer__skolkovo {
    display: flex;
    margin-bottom: 35px;
}

.footer__skolkovo-link {
    margin-right: 22px;
}

.footer__skolkovo-text {
    color: #1b1b1b;
}

@media (min-width: 768px) {
    .footer__skolkovo {
        margin-bottom: 0;
    }
}

/* Contacts */
.footer__contacts-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #1f252e;
}

.footer__contacts-container a {
    color: #1f252e;
    text-decoration: none;
}

.footer__contacts-container a:hover {
    text-decoration: underline;
}

.footer--ru .footer__contacts-container {
    gap: 0;
}

.footer--ru .footer__contacts-container p:not(:last-child) {
    margin-bottom: 10px;
}

.footer__contacts-adresses {
    display: flex;
    flex-direction: column;
}

.footer__contacts-adresses {
    display: none;
}

@media (min-width: 768px) {
    .footer__contacts-adresses {
        flex-direction: row;
    }

    .footer__contacts-adresses {
        display: block;
    }
}

/* @font-face {
    font-family: Roboto;
    font-weight: 300;
    src:
        url("./fonts/Roboto/Roboto-Light.woff") format("woff"),
        url("./fonts/Roboto/Roboto-Light.woff2") format("woff2");
    font-display: fallback;
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    src:
        url("./fonts/Roboto/Roboto-Regular.woff") format("woff"),
        url("./fonts/Roboto/Roboto-Regular.woff2") format("woff2");
    font-display: fallback;
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    src:
        url("./fonts/Roboto/Roboto-Medium.woff") format("woff"),
        url("./fonts/Roboto/Roboto-Medium.woff2") format("woff2");
    font-display: fallback;
} */

html, body {
    padding: 0px;
    margin: 0px;
    background: #f3f5f8;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.post-container.post-middle > div > div {
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.post-container.post-mini:not(.post-middle) .featured-media {
    height: 188px;
    overflow: hidden;
}

.post-meta-time-read > div {
    display: flex;
    align-items: center;
}

#article_content .post-header .post-meta .post-meta-points {
    top: 0px
}

#article_content .post-title .featured-media img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}

#main_content {
    max-width: 1266px;
    width: 100%;
    margin: 0 auto;
}

.post-container {
    width: 392px;
    border-radius: 8px;
    background: #fff;
    margin: 0px 15px 54px;
}

.posts-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: wrap;
}

.posts-container .post-inner {
    padding: 25px 25px 16px;
    height: calc(100% - 307px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-container a {
    text-decoration: none;
}

.posts-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: wrap;
}

.posts-block .post-inner {
    padding: 25px 25px 16px;
    height: calc(100% - 307px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-media a img,
.readOn_other_articles a img {
    backface-visibility: hidden;
    height: auto;
    min-height: 260px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured-media a:hover img,
.readOn_other_articles a:hover img {
    opacity: 0.8;
}

.post-container .post-section a {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0085FF;
}

.post-container .post-title a {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.4px;
    color: #3A424D;
}

.post-meta {
    display: flex;
    align-items: center;
}

.post-meta a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: rgba(58, 66, 77, 0.8)!important;
    mix-blend-mode: normal;
    white-space: nowrap;
}
.post-meta a:hover {
    text-decoration: none!important;
    cursor: default;
}
.post-meta-point {
    min-width: 3px;
    min-height: 3px;
    border-radius: 100%;
    background: rgba(58, 66, 77, 0.8);
    margin: 0px 12px;
}

.post-container .post-inner .post-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-container > div {
    height: 100%;
    position: relative;
}
.articles_heading a {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #3A424D;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.articles_heading a img {
    margin-left: 16px;
}

.articles_heading {
    margin: 34px 0px 24px 15px;
}

.post-container.post-middle {
    width: 808px;
    height: 388px;
}

.post-container.post-middle .post-inner {
    border-radius: 8px;
    position: absolute;
    bottom: -34px;
    left: 67px;
    height: auto;
    background: #fff;
    width: 565px;
    padding: 24px 56px 16px;
}

.post-container.post-middle .post-title a {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.4px;
}

.post-container.post-middle .post-section a {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0085FF;
}

.post-container .post-mini img {
    width: 391px;
    height: 188px;
}

.post-container .post-middle img {
    width: 808px;
    height: 388px;
}

.form_subscription {
    width: 392px;
    height: 392px;
    border-radius: 8px;
    background: url('./img/white_cloud.png') 45px 52px no-repeat;
    position: relative;
    background: #FFEC01;
    margin: 0px 15px 54px 15px;
}

.form_subscription_title {
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #3A424D;
    bottom: 225px;
    display: flex;
    justify-content: center;
}

.form_subscription_text {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #3A424D;
    bottom: 170px;
    margin: 0px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.email_posts_subscription {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 2px solid rgba(0, 133, 255, 0.2);
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px; /* identical to box height, or 137% */
    display: flex;
    align-items: center;
    padding: 0px 22px 0px 16px;
    color: rgba(46, 46, 51, 0.6);
    margin-bottom: 16px;
}

.btn_posts_subscription {
    width: 100%;
    height: 47px;
    background: linear-gradient(0deg, #0085FF, #0085FF), #FFFFFF;
    border-radius: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
}

.form_input_block {
    position: absolute;
    bottom: 40px;
    margin: 0px 48px;
    width: calc(100% - 96px);
}

.form_subscription_img {
    position: absolute;
    margin: 0px 21px;
    top: 33px;
    left: 136px;
}

.more_posts {
    margin-bottom: 88px;
}

.more_posts button {
    height: 61px;
    width: 100%;
    background: linear-gradient(0deg, #0085FF, #0085FF), #FFFFFF;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
}

.more_posts button {
    background: linear-gradient(0deg, #0278E5, #0278E5), #FFFFFF;
}

#subscription_mobile_blog {
    display: none;
}

#mobile_coppa {
    margin: 4px 0px 20px;
}

.coppa_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
}

/*modal subscription*/
.modal_subscription {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#modal_subscription-desktop.modal_subscription {
    position: fixed;
    height: 100%;
    width: 100%;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: none;
}
#modal_subscription-desktop.modal_subscription > div {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    display: flex;
}
.modal_subscription form {
    margin: 32px 16px;
    min-width: 288px;
    min-height: 396px;
    max-width: 400px;
    background: #FFEC01;
}
#modal_subscription_success form {
    min-height: 347px;
}
#modal_subscription-desktop .modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
#modal_subscription-desktop.modal_subscription .form_subscription {
    background: #fff;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    min-height: 391px;
}
#modal_subscription-desktop.modal_subscription .form_subscription_title {
    bottom: 220px;
}
#modal_subscription-desktop.modal_subscription .form_subscription_text {
    bottom: 180px;
}

.modal_subscription .btn_posts_subscription {
    border-radius: 6px;
    width: 100%;
}

.modal_subscription .form_subscription_img {
    top: 36px;
}

.modal_subscription .form_subscription_title {
    bottom: 250px;
}

#modal_subscription_success .form_subscription_title {
    top: 120px;
    left: 16px;
    text-align: center;
    max-width: calc(100% - 32px);
}

#modal_subscription_success .form_subscription_text {
    top: 240px;
}
.modal_subscription .form_subscription_text {
    bottom: 200px;
}

.modal_subscription .form_input_block {
    bottom: 45px;
}

.grid-column-1-3 {
    grid-column: 1 / 3;
}

#main_content #downLoad_mobileApp {
    margin-top: 34px;
}

.modal_subscription {
    display: none;
}

#go_to_top {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 16px;
    opacity: 0.8;
    cursor: pointer;
}

#go_to_top:hover {
    opacity: 1;
}

#posts .post-container.post-mini .post-meta {
    position: absolute;
    bottom: 10px;
}

#search-found {
    padding: 0px 15px 32px;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}

#search-not-found {
    padding: 84px 15px 120px;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}

#search-not-found .not-found-subText {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 16px;
}

.modal_subscription_bgw {
    height: calc(100% - 90px);
    width: 100%;
    background: #fff;
    margin-top: 90px;
    border-radius: 8px;
}

#post_subscription .form_input_block {
    display: flex;
}

#post_subscription .email_posts_subscription {
    width: 210px;
}

#post_subscription .btn_posts_subscription {
    width: 139px;
}

#post_subscription .form_subscription {
    background: none;
}

#post_subscription .modal_subscription_bgw  {
    display: none;
}

#post_subscription .form_subscription_title {
    justify-content: flex-start;
}

#post_subscription .form_subscription_text {
    text-align: left;
}
.info > ol {
    width: calc(100% - 30px);
}
.downLoad_mobileApp_image.mobile,
.downLoad_mobileApp_subText.mobile,
.downLoad_mobileApp_btn_downloads.mobile {
    display: none
}
.downLoad_mobileApp_content > div:nth-child(2) > div:last-child {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#actions_article_bar__mobile {
    display: none;
}

.hidden {
    visibility: hidden;
}
.home.blog #modal_subscription-desktop {
    display: none;
}
.main_content__navigation {
    display: flex;
    align-items: center;
    margin: 40px 15px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.2px;
    text-indent: 0.2px;
}
.main_content__navigation a {
    margin: 0px 24px 0px 0px;
    text-decoration: none;
    color: #090909;
}
.main_content__navigation a:hover {
    color: #0085FF;
}
.main_content__navigation a div {
   border-bottom: 4px solid transparent;
    padding-bottom: 3px;
}
.form_subscription.main-page {
    width: calc(100% - 30px);
    margin: 0px 15px;
    height: 104px;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.form_subscription.main-page .modal_subscription_bgw {
    margin-top: 0px;
}
.form_subscription.main-page .btn_posts_subscription {
    width: 175px;
    background: #0085FF;
    border-radius: 8px;
}
.form_subscription.main-page .email_posts_subscription {
    width: 392px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0px;
    margin-right: 30px;
}
.form_subscription.main-page .email_posts_subscription:focus {
    border: 2px solid #0085ff;
    outline: none;
}
.form_subscription__bgw-block-info {
    width: 704px;
    height: 104px;
    background: url('./img/bgw-subscription.png') center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.form_subscription.main-page .form_input_block {
    display: flex;
    height: 104px;
    align-items: center;
    width: auto;
    margin: 0px;
    position: relative;
    bottom: 0px;
    right: 30px;
}
.form_subscription.main-page .form_subscription_img,
.form_subscription.main-page .form_subscription_title,
.form_subscription.main-page .form_subscription_text {
    position: initial;
    margin: 0px;
    display: flex;
    align-items: center;
}
.form_subscription.main-page .form_subscription_img {
    margin: 0px 12px 0px 30px;
}
.form_subscription.main-page .form_subscription_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #000000;
    max-width: 165px;
}
.form_subscription.main-page .form_subscription_text {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #000000;
    max-width: 299px;
    text-align: left;
}
.new-preview-articles {
    max-width: 392px;
    height: 392px;
    border-radius: 8px;
    background: #E9EBF2;
    margin: 0px 15px 54px 15px;
    position: relative;
    overflow: hidden;
}
.new-preview-articles__point {
    min-width: 17px;
    min-height: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    background: #0085FF;
    border-radius: 100%;
    margin: 2px 8px 0px 0px;
}
.new-preview-articles__link {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #000000;
    cursor: pointer;
    margin: 0px 24px 24px;
    text-decoration: none;
}
.new-preview-articles > div {
    margin: 24px 0px;
}
.new-preview-articles__link:hover {
    color: #0085FF;
}
.new-preview-articles__button {
    border: 2px solid #0085FF;
    box-sizing: border-box;
    border-radius: 8px;
    width: calc(100% - 48px);
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 24px 16px;
    color: #0085FF;
    position: absolute;
    bottom: 0px;
    background: #E9EBF2;
}
.new-preview-articles .new-preview-articles__hidden-bgw {
    height: 100px;
    width: calc(100% - 48px);
    position: absolute;
    margin: 0 24px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(233, 235, 242, 0) -12%, #E9EBF2 26.5%);
}
.new-preview-articles__button:hover {
    background: #0085FF;
    color: #fff;
    transition: all .1s ease-in-out;
}
blockquote .blockquote_author_avatar {
    min-width: 60px;
    min-height: 60px;
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 8px;
}
#main_content #tags {
    padding: 0px 15px 40px;
}
#main_content.ru #header_search_form {
    margin: 0px 15px 12px;
}
.preview-tags, .full-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.more-tags {
    height: 32px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
}
.more-tags span {
    color: #0085ff;
    border-bottom: 1px dashed #0085ff;
}
.more-tags span:hover {
    cursor: pointer;
}
.iframe-test,
.iframe-test > div,
.iframe-test iframe {
    height: 870px;
    width: 840px;
}
#post-25533 .iframe-test,
#post-25533 .iframe-test > div,
#post-25533 .iframe-test iframe {
    height: 900px;
    width: 900px;
}
#post-33228 .iframe-test,
#post-33228 .iframe-test > div,
#post-33228 .iframe-test iframe {
    height: 970px;
}
#searchBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}
.Collapsible__contentOuter {
    height: 0px;
    transition: height 50ms linear 0s;
    overflow: hidden;
}
.Collapsible__contentOuter.is-shown {
    height: auto!important;
}
.Collapsible__trigger h3:after {
    transform: rotate(0deg);
}

@font-face {
    font-family: 'SF-Pro-Rounded-Black';
    src: url('./fonts/SF-Pro-Rounded/SF-Pro-Rounded-Black.otf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'SF-Pro-Rounded-Bold';
    src: url('./fonts/SF-Pro-Rounded/SF-Pro-Rounded-Bold.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SF-Pro-Rounded-Heavy';
    src: url('./fonts/SF-Pro-Rounded/SF-Pro-Rounded-Heavy.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

#article_content {
    margin: 0 auto;
    max-width: 1220px;
}
#article_content .view-post {
    background: #fff;
    position: relative;
}

/*view post*/
.post-container.post-mini:not(.post-middle) {
    overflow: hidden;
    border-radius: 8px;
}

.view-post .post-header .post-section a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0085FF;
    text-decoration: none;
}
.post-header {
    margin-bottom: 16px;
}
.view-post .post-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #3A424D;
    word-break: break-word;
}
.post-content a {
    color: #0085ff;
    text-decoration: none;
}
.post-content a:hover {
    text-decoration: underline;
}
.view-post .post-inner img  {
    max-width: 850px;
    max-height: 566px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.post-content table {
    width: 100%!important;
}
h3, h4, ol {
    width: 100%;
}
.view-post .post-header {
    padding: 57px 190px 0px;
}
.view-post h1 {
    font-size: 40px;
    line-height: 48px;
}
.view-post h1.post-title {
    letter-spacing: 0.6px;
    color: #3A424D;
    margin-top: 16px;
}
.post-title .featured-media {
    max-width: 840px;
    margin: 0 auto;
}
.post-meta a,
.post-header a,
.view-post .info li a {
    text-decoration: none;
}
.post-meta a img {
    margin-right: 20px;
}
.post-header .post-meta {
    margin: 32px 0px 43px;
    /*width: fit-content;*/
}
.view-post .post-inner {
    margin: 60px 190px 0px;
}
.view-post .post-inner table tr td img {
    max-width: 100%;
    height: auto;
}
.view-post .post-inner p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #3A424D;
    margin-top: 0px;
    margin-bottom: 16px;
    width: 100%;
}
.view-post .post-inner h2 {
    padding: 48px 0px 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #3A424D;
    margin: 0px;
    text-align: left;
    width: 100%;
}
.view-post .post-meta a {
    font-size: 14px;
}
.post-meta .logo-text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #3A424D;
}
.view-post .post-meta a span {
    height: 18px;
}
.view-post .info ul {
    margin: 32px 0px;
}
.view-post .info li {
    margin: 10px 0px;
    word-break: break-word;
}
.list-ul-point {
    min-width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #0085FF;
    margin-right: 23px;
}
.view-post .info li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #3A424D;
}
/*downLoad_mobileApp*/

.downLoad_mobileApp_content {
    height: 100%;
    display: flex;
    justify-content: center;
}
.downLoad_mobileApp_description {
    max-width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#downLoad_mobileApp {
    height: 376px;
    width: 100%;;
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 60px;
}
.downLoad_mobileApp_title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.6px;
    color: #3A424D;
}
.downLoad_mobileApp_text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: rgba(9, 9, 9, 0.8);
    margin: 20px 0px 32px;
}
.downLoad_mobileApp_subText {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #667180;
}
.downLoad_mobileApp_btn_downloads a {
    text-decoration: none;
    margin-right: 20px;
}
.downLoad_mobileApp_btn_downloads {
    margin-top: 12px;
}
.downLoad_mobileApp_image {
    height: 350px;
    width: 190px;
    margin-top: 26px;
}

#downLoad_mobileApp_v2 {
    margin-top: 60px;
}

/*readOn*/
.ReadOn_article_img {
    border-radius: 8px 8px 0px 0px;
}
.readOn_header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    color: #000000;
    margin: 64px 0px 32px;
}
.readOn_hr {
    height: 3px;
    width: 100%;
    background: rgba(0, 133, 255, 0.5);
    margin: 12px 0px 41px;
    border: none;
}
.readOn_other_articles > div > a {
    height: 100%;
    width: 391px;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    position: relative;
}
.readOn_other_articles > div {
    margin-right: 24px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.readOn_other_articles > div:last-child {
    margin: 0px;
}
.readOn_other_articles a {
    text-decoration: none;
}
.readOn_other_articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}
.readOn_article_type {
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #0085FF;
}
.readOn_article_title {
    letter-spacing: 0.6px;
    margin: 0px;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #2E3A45;
}
.readOn_article_text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.4px;
    color: #4F5A68;
    display: none;
}
.readOn_article_description {
    padding: 24px 28px 40px;
    height: calc(100% - 300px);
}
.readOn_article_img {
    max-height: 260px;
    overflow: hidden;
}
#actions_article_bar {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40px;
    margin-top: 5px;
    left: 0;
}
#actions_article_bar img {
    cursor: pointer;
}
.other_blockquote {
    margin: 64px auto;
    max-width: 690px;
}
.other_blockquote p {
    text-align: left;
    font-style: italic!important;
    color: #3A424D;
    font-size: 20px;
    line-height: 24px;
}
.other_blockquote p span {
    font-weight: 600;
}
blockquote {
    background: #E6F3FF;
    border-radius: 8px;
    margin: 32px auto;
}
.blockquote_text {
    font-style: normal;
    font-weight: normal;
    mix-blend-mode: normal;
    opacity: 0.8;
    line-height: 24px;
}
.view-post .post-inner blockquote .blockquote_text p {
    font-size: 18px;
    line-height: 26px;
    color: #2E3A45;
}
blockquote .blockquote_text p:last-child{
    margin-bottom: 0px;
}
blockquote .blockquote_hr {
    height: 2px;
    width: 80px;
    margin: 14px auto 0px;
    padding: 0px;
    background: #C3CFDA;
}
blockquote .blockquote_author_name,
blockquote .blockquote_author_position{
    padding: 0px!important;
}
.blockquote_author_name {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #3A424D;
    mix-blend-mode: normal;
}
.blockquote_author_position {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #46525D;
}
.blockquote_author {
    display: flex;
    align-items: center;
}
.blockquote_author.author_post .blockquote_author_avatar,
.blockquote_author.author_post img {
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}
.view-post .post-inner blockquote .blockquote_author_avatar img {
    width: 60px!important;
    height: 60px!important;
}

.post-header .blockquote_author_avatar {
    margin-right: 16px;
    display: flex;
    align-items: center;
}
.post-header .post-meta-points {
    position: relative;
    top: -7px;
}
blockquote > div {
    display: flex;
    align-items: flex-start;
    padding: 28px 32px 0px;
    width: calc(100% - 68px);
}
.blockquote_icon {
    margin-right: 24px;
    display: none;
}
.post-meta-time-read .blockquote_author_name {
    margin-right: 24px;
}
.list_number ol li div {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #3A424D;
    text-decoration: none;
    margin-left: 20px;
}
.list_number ol li {
    margin-bottom: 10px;
}
.list_number ol {
    padding-left: 20px;
}
#tags {
    padding: 40px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#tags .tag {
    background: rgba(24, 36, 47, 0.06);
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 22px;
    color: #46525D;
    margin: 0px 12px 12px 0px;
}
#post_subscription .form_subscription_info {
    max-width: 320px;
    min-width: 320px;
}
#post_subscription .form_subscription_img,
#post_subscription .form_subscription_text,
#post_subscription .form_input_block,
#post_subscription .form_subscription_title {
    position: initial;
    margin: 0 0 0 16px;
}
#post_subscription form {
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 0px;
}
#post_subscription .form_subscription_title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #3A424D;
}
#post_subscription .form_subscription_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3A424D;
}
#post_subscription .form_subscription_img {
    margin: 0;
}
#post_subscription .form_subscription_text {
    padding-top: 12px;
}
#post_subscription .form_input_block {
    padding-top: 30px;
}
#more_topic .more_topic_link a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0085FF;
    text-decoration: none;
}
#more_topic .more_topic_link a:hover {
    text-decoration: underline;
}
#more_topic .more_topic_link {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}
#more_topic .comment_count {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    top: -2px;
    color: rgba(58, 66, 77, 0.5);
}
#more_topic .comment_icon {
    margin: 0 9px 0 9px;
}
.post_video {
    width: 690px;
    height: 404px;
    margin: 40px auto;
}
#article_content .wpulike.wpulike-default {
    display: none;
}
#article_content #actions_article_bar .wpulike.wpulike-default {
    display: block;
    position: relative;
    padding: 0px;
}

#article_content #actions_article_bar .wpulike.wpulike-default button {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    padding: 0px;
}
#article_content #actions_article_bar .wpulike.wpulike-default .wp_ulike_is_unliked button,
#article_content #actions_article_bar .wpulike.wpulike-default .wp_ulike_is_not_liked button {
    background: url('./img/social/like_black.svg') center no-repeat;
    background-size: cover;
}
#article_content #actions_article_bar .wpulike.wpulike-default .wp_ulike_is_liked button {
    background: url('./img/social/like_blue.svg') center no-repeat;
    background-size: cover;
}
#article_content #actions_article_bar .wpulike.wpulike-default button:after {
    background: none;
}
.wpulike-default .count-box {
    position: relative;
    top: -3px;
}
/*contents*/
#contents {
    margin: 44px 190px;
    text-align: left;
}
#contents h3 {
    font-size: 16px;
}
#contents .contents_menu {
    display: flex;
    flex-direction: column;
}
#contents .contents_menu span a {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #3A424D;
}
#contents .contents_menu span {
    margin: 5px 0px;
}
#contents .contents_menu a:hover {
    color: #0085FF;
}
#social_bar {
    position: relative;
    margin: 0px 80px;
    display: none;
}
.featured-media-video .post_header_video {
    display: flex;
    justify-content: center;
}
.author_post .blockquote_author_name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0085FF;
}
.author_post .blockquote_author_position {
    color: rgba(58, 66, 77, 0.8);
}
.author_post .blockquote_author_avatar img {
    margin-right: 0px;
}
.hr_horizontal_post {
    height: 1px;
    margin: 0 190px;
    background: rgba(58, 66, 77, 0.1);
}
.post-meta-points {
    display: flex;
    align-items: center;
}
.post_video_description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(32, 64, 86, 0.5);
    margin-top: 8px;
}
.view-post .post-inner .other_blockquote p {
    margin-bottom: 10px;
}
.other_blockquote .hr_horizontal_block {
    margin: 32px auto;
}
blockquote .blockquote_author {
    padding: 14px 0px 32px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.post-content .post_table tr:nth-child(even) {
    background-color: #dfe7ff;
}

.post-content .post_table table tbody > tr:nth-child(odd) > td {
    background: #f9f9f9;
}

.post-content .post_table th, .post-content .post_table td {
    padding: 2%;
    margin: 0;
    overflow: visible;
    border-bottom: 1px solid #DDD;
    font-size: 17px;
    line-height: 21px;
    color: #444;
}
.post-content table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 0.8em;
    width: 100%;
}
.post-content table img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.readOn_article .post-meta {
    bottom: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: rgba(58, 66, 77, 0.8);
    display: none;
}
.hr_horizontal_block {
    width: 100%;
    margin: 0 auto;
    height: 2px;
    background: #0085ff80;
}
#actions_article_bar a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
#actions_article_bar .actions_article_bar_count_like {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
}

.view-post.post-content .post-image {
    width: 100%;
    max-width: 100%;
}
.post_header_video iframe{
    width: 100%;
}
.iframe-test {
    width: 100%;
}
.contents li a {
    display: inline-block;
    padding: 5px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #3A424D;
}
.contents {
    padding-left: 20px;
    margin-top: 0px;
    width: 100%;
    position: relative;
    left: 60px;
}
.title-contents {
    position: relative;
    left: 50px;
}
.contents li a:hover {
    color: #0085ff;
}
.blockquote_author_info {
    width: 100%;
}
.blockquote_author_info {
    margin: 0px!important;
}

@media (max-width: 768px) {
    .blockquote_author_info {
        font-size: 16px;
        font-weight: 500;
    }
}

#article__text-copy {
    display: none;
    height: 48px;
    width: 180px;
    position: absolute;
    top: 50px;
    left: -69px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 8px;
    background: #0085FF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
#article__text-copy:after{
    content: '';
    position: absolute;
    left: 80px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0085FF;
    clear: both;
    transform: rotate(180deg);
}
.blockquote_author_info {
    margin-right: 20px;
}
/*TODO временный костыль для карты*/
.iframe__map {
    width: 100%;
    position: relative;
    height:initial;
    max-width: 850px;
    max-height: 566px;
    margin-bottom: 20px;
    text-align: center;
}
.post-container.post-mini:not(.post-middle) h2.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 100px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.readOn_article .readOn_article_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 26px;
    max-height: 100px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#article_content .featured-media img {
    max-height: 520px;
    object-fit: cover;
    width: 100%;
}

.article__left-bar {
    display: flex;
    flex-direction: column;
}
.article__like,
.article__comment,
.article__repost {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(131, 142, 174, 0.14);
    border-radius: 100%;
    margin: 12px 0px;
    text-decoration: none;
}
.article__like:hover,
.article__comment:hover,
.article__repost:hover,
.article__sharing-block > div:hover {
    background: rgb(245, 245, 245);
    cursor: pointer;
}
.article__left-bar img {
    margin-top: 4px;
}
.article__like-count,
.article__comment-count,
.article__repost-count {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #46525D;
    margin-top: 2px;
}
.article__sharing-block {
    display: none;
    flex-direction: column;
    align-items: center;
}
#comments {
    position: relative;
    top: -80px;
}
.article__like-active {
    display: none;
}
.article__sharing-block > div {
    width: 28px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(131, 142, 174, 0.14);
    margin:  10px 0px;
}
.table-container {
    width: 100%;
    overflow-x: auto;
}
.table-container table {
    min-width: 750px;
}
.highlight_PastelRed,
.highlight_PastelYellow,
.highlight_PastelGreen,
.highlight_PastelBlue,
.info,
.warning,
.highlight_FontItalic,
.highlight_BgQuotes {
    padding: 28px 32px 32px;
    border-radius: 8px;
    margin: 16px 0px 32px!important;
    font-size: 18px;
    line-height: 24px;
    color: #2E3A45;
    box-sizing: border-box;
}
.highlight_BgQuotes:before {
    content: "";
    background: url('./img/quotes.svg') no-repeat;
}
.highlight_BgQuotes {
    border-radius: 0px;
    background: #E5EAF2 url('./img/quotes.svg') no-repeat 32px 0px;
}
.highlight_FontItalic {
    font-style: italic!important;
    border-radius: 0px;
    border-top: 2px solid #2E3A45;
    border-bottom: 2px solid #2E3A45;
    font-size: 24px!important;
    line-height: 28px!important;
}
.highlight_PastelRed {
    background: #FFEAEC;
}
.highlight_PastelYellow,
.warning {
    background: #FFF7D0;
}
.highlight_PastelGreen {
    background: #F3FDCB;
}
.highlight_PastelBlue,
.info {
    background: #E6F3FF;
}
.comments__container {
    background: #fff;
    box-sizing: border-box;
    padding: 0px 0px 80px;
}
.comments__block {
    max-width: 860px;
    margin: 0 auto;
    overflow: hidden;
}
.comments-area #mc-link {
    display: none!important;
}
.comments__hidden-button {
    width: 100%;
    background: #F3F5F8;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 24px;
    max-width: 860px;
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 157%;
    letter-spacing: 0.01em;
    color: #0085FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comments__hidden-button:hover {
    cursor: pointer;
    background: #EFF1F4;
}
.comments__hidden-button:active {
    background: #EBEDF0;
}
.comments__message-count {
    width: 24px;
    height: 24px;
    background: url('./img/message.svg') center no-repeat;
    margin-right: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 157%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0085FF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 2px;
}
#mc-container {
    padding: 0px!important;
}
.header_menu__search-mobile {
    display: none;
}
.article__form-download {
    width: 840px;
    background: url("./img/article-form-download.png") center no-repeat;
    background-size: cover;
    border-radius: 8px;
    margin-top: 16px;
    padding: 146px 32px 32px;
    box-sizing: border-box;
    display: none;
}
.article__form-download > div {
    display: flex;
    align-items: center;
}
.article__form-download-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #18242F;
    margin-bottom: 20px;
}
.article__form-download-email {
    margin-right: 25px;
    height: 56px;
    width: 345px;
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    padding: 0px 16px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
}
.article__form-download-email::placeholder {
    color: #8B97A2;
}
.article__form-download-email:focus {
    outline: none;
}
.article__form-download-success {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 5;
    background: rgba(0, 30, 57, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
}
.article__form-download-success > div {
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 20px 30px rgba(59, 59, 62, 0.12);
    border-radius: 20px;
    max-width: 640px;
}
.article__form-download-success > div > div {
    margin-bottom: 90px;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #18242F;
}
.is-hidden {
    opacity: 0;
    pointer-events: none;
}
#post-36125 .featured-media,
#post-36782 .featured-media,
#post-38162 .featured-media,
#post-38165 .featured-media,
#post-38168 .featured-media,
#post-38173 .featured-media,
#post-38176 .featured-media,
#post-38176 .featured-media,
#post-38157 .featured-media,
#post-38176 .featured-media,
#post-38002 .featured-media,
#post-33228 .featured-media,
#post-33233 .featured-media,
#post-24677 .featured-media,
#post-25236 .featured-media,
#post-25502 .featured-media,
#post-25533 .featured-media,
#post-39151 .featured-media,
#post-39433 .featured-media {
    height: 0;
    overflow: hidden;
}
.iframe-test .post_header_video  {
    height: 100%!important;
    width: 100%;
    max-width: 100% !important;
}
.iframe-test .post_header_video {
    padding: 0px!important;
    max-height: initial!important;
}
.view-post .post-inner .wp-caption-text {
    margin: 0px 0px 6px;
    font-size: 13px;
    color: #C3CFDA;
    text-align: center;
}
.wp-caption.aligncenter {
    width: 100%!important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post_header_video, .post_video {
    width: 100%;
    padding-top: 50%;
    position: relative;
    height: initial;
    max-width: 750px;
    max-height: 500px
}
.post_header_video iframe, .post_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%
}


/*article-rating*/
#article-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.rating-article {
    width: 100%;
    background: rgba(0,0,0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}
.is-visible-rating {
    opacity: 1;
    pointer-events: initial;
    transition: all 0.5s ease-in-out;
}
.rating-article__container {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 20px 30px rgba(59, 59, 62, 0.12);
    border-radius: 20px;
    position: relative;
    width: 520px;
}
.rating-article__title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #333333;
    margin: 24px 0px 40px;
    max-width: 350px;
}
.rating-article__logo {
    display: flex;
    justify-content: center;
}
.rating-article__close {
    position: absolute;
    top: 16px;
    right: 16px;
}
.rating-article__close:hover {
    cursor: pointer;
    opacity: 0.8;
}
.rating-article__stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.rating-article__star-container img {
    object-fit: contain;
}
.rating-article__star-container {
    position: relative;
    cursor: pointer;
    margin: 0px 5px;
}
.rating-article__star-icon-active {
    position: absolute;
    top: 0px;
    left: 0px;
}
#article-form-sub {
    margin: 40px auto 0px;
    max-width: 100%;
}
.article-form-sub__email,
.article-form-sub__comment {
    background: #FFFFFF;
    border: 2px solid #B1BCC7;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #1b1b1b;
    padding: 0px 20px;
}
.article-form-sub__email:focus,
.article-form-sub__comment:focus {
    border: 2px solid #0085FF;
    outline: none;
}
.article-form-sub__btn {
    width: 311px;
    height: 56px;
    padding: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #0085FF;
    border-radius: 8px!important;
    border: none;
    margin-top: 40px;
}
.article-form-sub__btn:focus {
    outline: none;
}
.article-form-sub__btn:hover {
    cursor: pointer;
    background: #0474DA;
}
.article-form-sub__btn.disabled,
.article-form-sub__btn.disabled:hover {
    background: #0085FF;
    opacity: 0.6;
    cursor: default;
}
.article-form-sub__clear {
    position: absolute;
    top: 16px;
    right: 16px;
}
.article-form-sub__clear:hover {
    cursor: pointer;
    opacity: 0.8;
}
.rating-article__сlose-btn-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0px;
}
.rating-article__сlose-btn {
    width: 100%;
    max-width: 311px;
    height: 56px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #0085FF;
    border-radius: 8px;
    cursor: pointer;
}
.article-form-sub__block-email,
.article-form-sub__block-comment {
    width: 100%;
}
.article-form-sub__block-email {
    width: 311px;
}

/*article-subscribe-email*/
.article-sub-email {
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    top: 0px;
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.5s ease-in-out;
}
.article-sub-email.is-hidden {
    opacity: 0;
    pointer-events: none;
}
.article-sub-email__content {
    background: #FFFFFF;
    border-radius: 16px;
    width: 686px;
    height: 547px;
    overflow: hidden;
    position: relative;
}
.article-sub-email__content > div {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.article-sub-email__close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.article-sub-email__close:hover {
    cursor: pointer;
    opacity: 0.8;
}
.article-sub-email__banner {
    min-width: 343px;
    min-height: 547px;
    object-fit: contain;
    display: none;
}
.article-sub-email__block-text {
    height: 100%;
    width: 100%;
    padding: 52px 32px;
    box-sizing: border-box;
}
.article-sub-email__title{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #1B1B1B;
}
.article-sub-email__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1B1B1B;
    margin: 8px 0px 20px;
}
.article-sub-email__form input::placeholder {
    color: #8B97A2;
}
.article-sub-email__form input {
    width: 280px;
    height: 56px;
    margin-bottom: 12px;
    background: #FFFFFF;
    border: 2px solid #B1BCC7;
    border-radius: 12px;
    padding: 17px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
}
.article-sub-email__form input:focus {
    outline: none;
    border-color: #0085ff;
}
.article-sub-email__form-btn {
    outline: none;
    border: none;
    margin: 20px 0px 0px;
    width: 212px;
    height: 48px;
    background: #F9D82E;
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B1B1B;
}
.article-sub-email__form-btn:not(.disabled):hover {
    opacity: 0.8;
    cursor: pointer;
}
.article-sub-email__form-btn.disabled {
    opacity: 0.5;
    cursor: default;
}
.article-sub-email__social-block > div:first-child {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8B97A2;
}
.article-sub-email__social-icons {
    display: flex;
    align-items: center;
}
.article-sub-email__social-icons a {
    margin-right: 10px;
}
.article-sub-email__social-icons > a:hover {
    opacity: 0.8;
}
.article-sub-email__banner.mobile {
    display: none;
}
.article-sub-email__block-text.success-subscribe {
    display: none;
}
.article-sub-email__social-block {
    margin-top: 196px;
}
.article-sub-email__checkbox {
    margin-top: 32px;
    display: flex;
    align-items: center;
}
.article-sub-email__checkbox > div {
    margin-right: 8px;
    min-width: 26px;
    min-height: 26px;
    border: 3px solid #8B97A2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-sub-email__checkbox > div svg {
    display: none;
}
.article-sub-email__checkbox.is-checked > div svg {
    display: block;
}
.article-sub-email__checkbox > span,
.article-sub-email__checkbox > span > a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #8B97A2;
}
.article-sub-email__checkbox > span {
    max-width: 280px;
    display: inline-block;
}
.article-sub-email__checkbox > span > a {
    text-decoration: underline;
}
.article-sub-email__checkbox > span > a:hover {
    color: #0085FF;
}
/*Rating Article*/
.rmp-widgets-container.rmp-main-container {
    width: 100%;
    box-sizing: border-box;
}
.rmp-rating-widget.js-rmp-rating-widget {
    width: 100%;
    background: rgba(214, 234,255, 1);
    border-radius: 8px;
    padding: 32px;
    box-sizing: border-box;
}
.rmp-widgets-container.rmp-main-container p {
    font-size: 16px;
    line-height: 22px;
}
.rmp-widgets-container.rmp-main-container .rmp-heading.rmp-heading--title {
    margin-bottom: 8px;
    font-weight: 600!important;
    font-size: 20px!important;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1B1B1B;
}
.rmp-widgets-container.rmp-main-container .rmp-heading.rmp-heading--subtitle {
    margin-bottom: 12px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.01em;
    color: #46525D;
}
.rmp-icon--ratings {
    color: #fff;
}
.article-sub-email__title > span {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    margin-top: 4px;
}
.readOn_article_description-tags {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.is-app-hidden {
    display: none;
}
@media (max-width: 768px) {
    .article-sub-email__content {
        height: auto;
        width: 100%;
        min-height: 480px;
        max-width: 375px;
        margin: 16px;
        overflow: hidden;
        border-radius: 16px;
    }
    .article-sub-email__content > div {
        flex-direction: column;
    }
    .article-sub-email__banner {
        min-height: initial;
        min-width: initial;
        width: 100%;
    }
    .article-sub-email__banner.mobile {
        max-height: 200px;
        object-fit: cover;
    }
    .article-sub-email__title {
        font-size: 20px;
        line-height: 25px;
    }
    .article-sub-email__text {
        font-size: 16px;
        line-height: 22px;
    }
    .article-sub-email__social-block {
        margin-top: 196px;
        position: absolute;
        bottom: 66px;
    }
    .article-sub-email__checkbox {
        margin-top: 16px;
    }
    .article-sub-email__checkbox > span {
        max-width: 240px;
        line-height: 14px;
    }
    .article-sub-email__form input[name="name"] {
        display: none;
    }
    .article-sub-email__block-text {
        padding: 16px 24px 24px;
    }
    .article-sub-email__text {
        margin: 2px 0px 12px;
    }
    .article-sub-email__form-btn {
        margin: 12px 0px 0px;
    }
    .article-sub-email__close {
        top: 16px;
        right: 16px;
    }
    .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
        padding: 0px 16px;
    }
    .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list {
        width: 100%!important;
    }
    .rating-article__container {
        height: 100%;
        width: 100%;
        border-radius: 0px;
        box-sizing: border-box;
    }
    .article-form-sub__btn,
    .rating-article__сlose-btn-container {
        position: absolute;
        bottom: 32px;
    }
    #article-form-sub {
        width: 100%;
    }
    .rating-article__title span br {
        display: none;
    }
    .article-sub-email__text p {
        margin: 12px 0px;
    }
}
@media (max-width: 360px) {
    .article-sub-email__form input[name="email"] {
        width: 100%;
    }
}

/*popup*/
.notification-popup.hidden {
    transform: translate(106%, 0);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.notification-popup {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-top: 3px solid #CC0025;
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}

.notification-popup:hover {
    cursor: pointer;
}

.notification-popup__avatar {
    margin-right: 10px!important;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
}

.notification-popup__AB-test-content {
    flex-direction: column!important;
}

.notification-popup__AB-test-content > div {
    display: flex;
    align-items: center;
}

.notification-popup__AB-test-content-title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.variant-A .notification-popup__AB-test-content-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.variant-B .notification-popup__AB-test-content-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #A6A6A6;
    margin-bottom: 5px;
    min-width: 240px;
}

.variant-A .notification-popup__AB-test-content-subtitle {
    min-width: 280px;
}

.notification-popup__AB-test-content-btn {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #0085FF;
    text-decoration: none;
}

.notification-popup__AB-test-content-btn:hover {
    cursor: pointer;
    text-decoration: underline;
}

.notification-popup__close {
    position: absolute;
    right: 15px;
    top: 9px;
}

.notification-popup__close:hover {
    cursor: pointer;
    opacity: 0.8;
}

.notification-popup__AB-test-content .mobile {
    display: none;
}

.notification-popup__AB-test-content .desktop {
    background: #413E3E;
    padding: 7px;
}

.notification-popup__block-click {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 24px);
}

.notification-popup__AB-test-content-click {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.notification-popup p {
    margin: 0px!important;
    line-height: initial!important;
}

.notification-popup__AB-test-content .desktop > p {
    display: none;
}

.notification-popup > p {
    display: none!important;
}

.variant-B .notification-popup__AB-test-content .desktop,
.variant-B .notification-popup__AB-test-content .mobile {
    background: none;
    padding: 0px;
}

.variant-B .notification-popup__avatar {
    margin-right: 7px !important;
    border-radius: 8px;
    width: 65px;
    height: 80px;
}

.variant-B .notification-popup__AB-test-content-title {
    color: #656E7B;
}

.variant-B .notification-popup__AB-test-content-subtitle {
    color: #222935;
}
.variant-B .notification-popup__AB-test-content {
    min-width: 300px;
}

.variant-B .notification-popup__AB-test-content-btn {
    font-weight: 500;
    color: #0085FF;
}

.notification-popup__AB-arrow-block {
    display: flex;
    align-items: center;
}

.notification-popup__AB-arrow-block:hover {
    color: #0085FF;
    text-decoration: underline;
}

.notification-popup__AB-arrow-block span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #0085FF;
}

.notification-popup__AB-arrow-block {
    text-decoration: none;
}

.notification-popup__AB-arrow-block img {
    margin-left: 4px;
}

.variant-B.notification-popup {
    background: #CCE7FF;
    border-radius: 12px 0px 0px 0px;
    padding: 18px 49px 18px 18px;
    box-sizing: border-box;
    border: none;
}

@media (max-width: 960px) {
    .notification-popup.hidden {
        transform: translate(0, -106%);
    }

    .notification-popup__AB-test-content .desktop {
        display: none;
    }

    .notification-popup__AB-test-content .mobile {
        display: block;
        background: linear-gradient(180deg, #535353 0%, #8D8D8F 100%), #818284;
        border-radius: 12px;
        padding: 11px 12px 14px;
    }

    .notification-popup {
        right: initial;
        bottom: initial;
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        border: none;
        box-shadow: none;
    }

    .notification-popup__header {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .notification-popup__message {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        color: #B7BAC3;
    }

    .notification-popup .notification-popup__logo {
        margin-right: 10px!important;
        object-fit: contain!important;
        width: 24px!important;
        height: 34px!important;
    }

    .view-post .post-inner .notification-popup .notification-popup__logo {
        margin-right: 10px!important;
        object-fit: contain!important;
        width: 24px!important;
        height: 34px!important;
    }

    .notification-popup__header p {
        display: none!important;
    }

    .notification-popup__AB-test-content-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
    }

    .notification-popup__AB-test-content-subtitle {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .notification-popup__AB-test-content-btn {
        background: #FF6B00;
        width: 100%;
        height: 41px;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: #fff;
    }

    .notification-popup__header > div {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 34px);
    }

    .notification-popup__bottom-curtain {
        width: 100%;
        height: 30px;
        position: absolute;
        bottom: -17px;
        left: 0px;
        display: flex;
        justify-content: center;
    }

    .notification-popup__bottom-curtain > div {
        background: #767678;
        border-radius: 10px;
        width: 40px;
        height: 4px;
        margin-top: 4px;
    }

    .variant-B .notification-popup__bottom-curtain > div {
        background: #99CEFF;
        width: 60px;
    }

    .notification-popup__AB-test-content {
        width: 100%;
    }

    .notification-popup__AB-test-content-btn:hover {
        cursor: pointer;
        text-decoration: none;
    }

    .notification-popup__AB-test-content-title,
    .notification-popup__AB-test-content-subtitle,
    .notification-popup__message,
    .notification-popup__AB-test-content-btn {
        font-size: 14px;
        line-height: 14px;
    }

    .notification-popup__header {
        margin-bottom: 6px;
    }

    .notification-popup__AB-test-content-btn {
        height: 30px;
    }

    .notification-popup__bottom-curtain p {
        display: none!important;
    }

    .notification-popup.variant-B {
        background: #CCE7FF;
        border-radius: 12px;
        padding: 18px 0px 20px 18px;
    }

    .notification-popup.variant-B .mobile {
        display: flex;
        align-items: center;
    }

    .notification-popup.variant-B .notification-popup__AB-test-content-text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .notification-popup.variant-B .notification-popup__avatar {
        min-width: 65px;
        min-height: 80px;
    }

    .notification-popup.variant-B .notification-popup__AB-test-content-subtitle {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 14px;
        min-width: 100%;
    }

    .notification-popup.variant-B .notification-popup__AB-test-content-title {
        font-size: 14px;
        line-height: 14px;
    }

    .variant-B .notification-popup__AB-test-content {
        min-width: 100%;
    }

     .notification-popup__close {
        display: none;
    }

    @media (max-width: 335px) {
        .notification-popup.variant-B {
            background: #CCE7FF;
            border-radius: 12px;
            padding: 18px 0px 18px 6px;
        }
    }

}
/*header*/
@media (max-width: 1266px) {
    .header_content,
    .footer_sections {
        max-width: 1100px;
        margin: 0 auto;
    }
    .footer_docs {
        max-width: 1100px;
        margin: 40px auto 0px;
    }
    .footer_year.footer_doc {
        margin: 0px 48px 0px 20px;
    }
    #article_content {
        max-width: 1100px;
        overflow: hidden;
        position: relative;
        top: 0px;
        transition: all 0.5s ease;
    }
    .readOn_article_img img {
        width:360px
    }
    .readOn_article {
        width: 360px;
    }
    #main_content {
        max-width: 844px;
    }
    .posts-container {
        grid-template-columns: 1fr 1fr;
    }
    .posts-block {
        grid-template-columns: 1fr 1fr;
    }
    .view-post .post-inner img {
        max-width: 720px;
        max-height: 500px;
    }
    .header_navigation_item a {
        margin: 0 15px;
    }
    .form_subscription.main-page {
        display: none;
    }
    #main_content #header_search_form {
        margin: 20px 15px!important;
    }
    .post-title .featured-media {
        max-width: 720px;
    }
    #article_content .post-title .featured-media img {
        max-height: 443px;
    }
    .article__form-download {
        width: 720px;
    }
    .header-banner__img-mobile,
    .header-banner__img-desktop,
    .header-banner__container {
        height: 100%;
        max-height: 200px;
    }
}
@media (max-width: 1100px) {
    /*header*/
    .post_header_video,
    .post_video {
        width: 100%;
        padding-top: 50%;
        position: relative;
        height: initial;
        max-width: 850px;
        max-height: 566px;
    }
    .post_header_video iframe,
    .post_video iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
    }
    .header_logo_text,
    .header_language.desktop,
    .header_navigation.desktop {
        display: none;
    }
    .header_menu.mobile {
        display: flex;
        align-items: center;
        position: absolute;
        top: 18px;
        right: 18px;
    }
    .header_menu.mobile > img:first-child {
        margin-right: 24px;
    }
    #jsMobileMenu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999998;
        overflow-y: auto;
        padding: 21px 25px;
        background-color: #fff;
     }
    #jsMobileMenu.is-shown {
        display: block;
    }
    .mobileMenuLayout__navItem {
        position: relative;
        margin: 0;
        font-family: Roboto,sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: .6px;
        text-transform: uppercase;
        color: #4f5a68;
    }
    .mobileMenuLayout .contentOuter {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 50ms linear 0s;
        -o-transition: max-height 50ms linear 0s;
        transition: max-height 50ms linear 0s;
    }
    .mobileMenuLayout .header__collapseLink {
        padding: 14px 0;
        font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.2px;
        color: #0085ff !important;
        text-decoration: none;
    }
    .mobileMenuLayout__navItem .mobileMenuLayout__link {
        display: block;
        padding: 14px 0;
        color: inherit !important;
        text-decoration: none;
    }
    .mobileMenuLayout__section {
        border-bottom: 1px solid #e8e8e8;
    }
    #footerDesktop {
        display: none;
    }
    #footerMobile {
        display: block;
    }
    .footer__contacts .footer_title {
        margin-top: 40px;
        font-style: normal;
    }
    #header,
    .header_content,
    .header_block{
        height: 56px;
    }
    .view-post .featured-media img {
        height: auto;
        width: 100%;
    }

    .view-post .post-header {
        padding: 0px 16px 0px;
    }
    .view-post h1 {
        font-size: 30px;
    }
    .view-post h1.post-title {
        line-height: 30px;
        letter-spacing: 0.2px;
        color: #3A424D;
    }
    .view-post .post-title {
        flex-direction: column-reverse;
        display: flex;
    }

    .post-title {
        margin: 0px;
    }
    .post-meta .post-meta-time-read {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    .author_post .blockquote_author_name {
        font-size: 14px;
    }
    .post-meta-point.firt {
        display: none;
    }
    .post-meta-points {
        display: flex;
        align-items: center;
        margin-top: 0px;
    }
    .post-header .post-meta {
        margin: 16px 0px 8px;
    }
    #contents {
        margin: 16px;
    }
    .view-post .post-inner {
        margin: 0px;
    }
    .view-post .post-inner .post-content > p {
        margin: 0px 16px 12px;
        width: calc(100% - 32px);
    }
    .view-post .post-inner .post-content > h1,
    .view-post .post-inner .post-content > h2,
    .view-post .post-inner .post-content > h3,
    .view-post .post-inner .post-content > h4 {
        width: calc(100% - 32px);
    }
    #social_bar {
        position: fixed!important;
        bottom: 0px;
        z-index: 2;
        width: 100%;
        margin: 0px;
        background: #fff;
        height: 60px;
        box-shadow: 0px 0px 10px rgba(131, 142, 174, 0.4);
    }
    .article__left-bar {
        flex-direction: initial;
        justify-content: space-around;
    }
    .article__like, .article__comment,
    .article__repost {
        box-shadow: none;
        margin: 0px;
        flex-direction: initial;
    }
    .article__left-bar img {
        margin: 0px 6px 0px 0px;
    }
    .article__like-count, .article__comment-count,
    .article__repost-count {
        margin: 0px;
        font-size: 14px;
    }
    #actions_article_bar {
        display:block;
        position: static;
        top: initial;
        left: initial;
        margin: 0px;
     }
    #go_to_top {
        bottom: 60px
    }
    blockquote {
        width: 100%;
        max-width: 690px;
        margin: 0px auto 16px;
        border-radius: 0px;
    }
    .blockquote_icon {
        margin-right: 16px;
    }
    .blockquote_author_position {
        line-height: 16px;
    }
    .view-post .post-inner h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        padding: 40px 0px 16px;
        margin: 0px;
    }
    .view-post .info ul {
        margin: 32px 0px 32px 20px;
        padding: 0px 0px 0px 10px;
    }
    #tags {
        padding: 24px 0px;
    }
    .readOn_other_articles {
        display: flex;
        margin: 0 auto;
        padding: 0px 16px;
        box-sizing: border-box;
    }
    .readOn_other_articles > div {
        flex: 1;
    }
    .readOn_header {
        margin: 40px 16px 20px;
    }
    .readOn_hr {
        margin: 12px 16px 12px;
        width: calc(100% - 32px);
    }
    .view-post .post-section {
        margin: 20px 0px 8px;
    }
    blockquote .blockquote_icon img {
        width: 42px;
        height: 32px;
    }
    blockquote .blockquote {
        margin-top: 0px;
    }
    blockquote .blockquote_text {
        font-size: 18px;
    }
    blockquote .blockquote_author_avatar img {
        width: 44px;
        height: 44px;
    }
    #header_search_form {
        margin: 20px 15px;
    }
    .view-post .post-inner img {
        width: 100%!important;
        height: auto!important;
    }
    .view-post .form_subscription_img img {
        width: 72px!important;
        height: 72px!important;
        margin: 0;
        margin-bottom: 20px;
    }
    .view-post .post-inner blockquote img {
        width: 40px!important;
        height: 40px!important;
    }

    ol, ul {
        width: calc(100% - 40px)!important;
        margin-left: 0px;
    }
    .contents, .title-contents {
        left: 0px;
    }
    #actions_article_bar__mobile {
        display: none;
        align-items: center;
        margin: 46px 0px;
    }
    #actions_article_bar__mobile a {
        margin: 0px 16px;
        text-decoration: none;
    }
    #actions_article_bar__mobile > .wpulike-default .wp_ulike_put_image:after {
        content: '';
        display: block;
        background: url('./img/social/shape_blue.svg') no-repeat;
        background-size: contain;
        width: 25px;
        height: 25px;
        position: relative;
        top: 12px;
        left: 23px;
    }
    #actions_article_bar__mobile > .wpulike-default .wp_ulike_is_already_liked .wp_ulike_put_image:after,
    #actions_article_bar__mobile > .wpulike-default .wp_ulike_is_liked .wp_ulike_put_image:after,
    #actions_article_bar__mobile > .wpulike-default .wp_ulike_put_image.image-unlike:after {
        background: url('./img/social/shape_blue.svg') no-repeat;
        background-size: contain;
        width: 25px;
        height: 25px;
        position: relative;
        top: 12px;
        left: 23px;
    }
    #actions_article_bar__mobile > div:first-child {
        margin-right: 13px;
    }
    #actions_article_bar__mobile .count-box {
        position: relative;
        left: 5px;
    }
    #comments {
        top: -60px;
    }
    /*TODO временный костыль для карты*/
    .iframe__map .post_header_video {
        position: initial;
    }
    .iframe__map {
        width: 100%;
        padding-top: 0px;
        position: relative;
        height: 600px;
        max-width: 850px;
        max-height: 566px;
    }
    .article__like:hover, .article__comment:hover, .article__repost:hover {
        background: none;
        cursor: default;
    }
    .highlight_PastelRed,
    .highlight_PastelYellow,
    .highlight_PastelGreen,
    .highlight_PastelBlue,
    .info,
    .warning{
        padding: 20px 32px 26px;
        margin: 0px 0px 16px!important;
        width: 100% !important;
    }
    #tags {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 16px 28px;
    }
    #main_content #tags {
        display: none;
    }
    .readOn_other_articles a img {
        max-height: 200px;
        min-height: auto;
    }
    .article__form-download,
    .article__form-download-success {
        display: none;
    }
    .header-banner__container {
        top: 56px;
    }
    #adfox_162877007561316932 {
        top: 56px
    }
    .iframe-test .post_header_video {
        padding: 0px!important;
        max-height: initial!important;
    }
}
@media (max-width: 844px) {
    .post-container.post-middle .post-inner {
        padding: 20px 16px 16px;
        height: auto;
        width: calc(100% - 32px);
        left: 0px;
        bottom: 0px;
    }
    .post-container.post-middle,
    .post-container.post-mini {
        width: calc(100% - 16px);
        height: auto;
        margin: 0px 8px 15px;
    }
    .posts-container .post-inner {
        height: auto;
        padding: 20px 16px 16px;
    }
    .featured-media a img {
        width: 100%;
    }
    .post-container.post-middle .post-title a {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0.4px;
        color: #3A424D;
    }
    #main_content {
        max-width: 460px;
        overflow: hidden;
        transition: all 0.5s ease;
        position: relative;
        top: 0px;
    }
    #main_content #header_search_form {
        margin: 0px 8px!important;
    }
    #header_search_form {
        margin: 0px 8px;
        padding: 15px 0px;
        width: calc(100% - 16px);
        transition: all 0.5s ease;
        overflow: hidden;
    }
    #article_content.is-hidden-search,
    #main_content.is-hidden-search {
        top: -59px;
        transition: all 0.5s ease;
    }
    #subscription_mobile_blog {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        cursor: pointer;
        background: #0085FF;
        z-index: 1;
    }
    #subscription_mobile_blog span {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.01em;
        color: #fff;
        margin-right: 8px;
    }
    .form_subscription {
        width: calc(100% - 16px);
        margin: 0px 8px 44px;
        height: 370px;
    }
    .form_input_block {
        position: absolute;
        bottom: 35px;
        left: 0px;
        margin: 0px 18px;
        display: block;
        width: calc(100% - 36px);
    }
    .modal_subscription .form_input_block {
        margin: 0px 16px;
        width: calc(100% - 32px);
    }
    .email_posts_subscription {
        width: 100%;
        margin-bottom: 20px;
    }
    .btn_posts_subscription {
        width: 100%;
    }
    .form_subscription_title,
    .form_subscription_img,
    .form_subscription_text {
        margin: 0 8px;
    }
    .modal_subscription .form_subscription_title,
    .modal_subscription .form_subscription_img,
    .modal_subscription .form_subscription_text {
        margin: 0 16px;
    }
    .form_subscription_img {
        width: calc(100% - 32px);
        left: 0px;
        display: flex;
        justify-content: center;
    }
    .form_subscription_text {
        font-size: 14px;
        line-height: 24px;
        color: #3A424D;
    }
    .modal_subscription .form_subscription_text {
        bottom: 174px;
    }
    .form_subscription_title {
        font-size: 20px;
        line-height: 23px;
        font-weight: 500;
        color: #3A424D;
        width: calc(100% - 32px);
    }
    .modal_close {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .more_posts button {
        margin: 0 8px;
        width: calc(100% - 16px);
    }
    .posts-container {
        grid-template-columns: auto;
        display: flex;
    }
    .posts-block {
        grid-template-columns: auto;
        display: flex;
    }
    .post-container.post-middle.post-mini.grid-column-1-3 {
        grid-column: initial;
    }
    .modal_subscription {
        display: flex;
    }
    .readOn_other_articles {
        flex-wrap: nowrap;
        align-items: initial;
        max-width: 100%;
        margin: 0;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .readOn_article_img {
        max-height: 124px;
    }
    .readOn_other_articles::-webkit-scrollbar {
        display: none;
    }
    .readOn_other_articles > div {
        min-width: 220px;
        margin: 0px 8px!important;
    }
    .readOn_other_articles:after {
        content: "";
        padding: 0px 8px;
    }
    .readOn_header {
        margin: 32px 24px 24px;
    }
    .readOn_article_text {
        display: none;
    }
    .readOn_article {
        height: auto;
    }
    .readOn_article .readOn_article_title {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.4px;
        color: #3A424D;
        margin-bottom: 0px;
        min-height: 72px;
    }
    .readOn_article_description {
        padding: 12px 16px 24px;
        box-sizing: border-box;
    }
    .readOn_article_type {
        margin: 0px 0px 8px;
        display: none;
    }
    .readOn_other_articles a {
        width: 100%;
    }
    .readOn_other_articles a img {
        width: 100%;
        height: 124px;
        min-height: 124px;
    }
    .readOn_article .post-meta {
        display: flex;
    }

    .readOn_article .post-meta-date {
        white-space: pre;
    }
    #post_subscription .form_subscription {
        display: block;
        padding: 0px;
    }
    #post_subscription .form_subscription_img,
    #post_subscription .form_subscription_text,
    #post_subscription .form_input_block,
    #post_subscription .form_subscription_title {
        margin: 0px;
    }
    .title_contents {
        padding-left: 0px;
    }
    .main_blog_logo_mobile {
        display: flex;
    }
    .main_blog_logo_desktop {
        display: none;
    }
    #modal_subscription_success .form_subscription_title {
        top: 140px;
        text-align: center;
        max-width: calc(100% - 32px);
    }
    .post-container.post-mini:not(.post-middle) {
        width: calc(50% - 16px);
    }
    .post-container.post-mini:not(.post-middle) .post-title a,
    .post-container.post-mini:not(.post-middle) .post-title {
         font-size: 12px;
         line-height: 16px;
         letter-spacing: 0.4px;
     }
    #posts .post-container.post-mini:not(.post-middle) .post-meta,
    #posts .post-container.post-mini:not(.post-middle) .post-section {
        display: none;
    }
    .downLoad_mobileApp_image {
        display: none
    }
    .downLoad_mobileApp_image.mobile {
        z-index: -1;
        display: block;
        position: relative;
        top: 62px;
        height: 230px;
        overflow: hidden;
        margin: 0 auto;
    }
    .downLoad_mobileApp_image.mobile .downLoad_mobileApp_title {
        font-weight: 600;
        font-size: 20px;
    }
    .downLoad_mobileApp_subText {
        display: none;
    }
    .downLoad_mobileApp_subText.mobile {
        display: block;
        margin: 17px 23px 0px;
    }
    .downLoad_mobileApp_btn_downloads {
        display: none;
    }
    .downLoad_mobileApp_title {
        font-weight: 600;
        font-size: 20px;
    }
    .downLoad_mobileApp_text {
        margin: 20px 0px 0px;
    }
    #main_content #downLoad_mobileApp {
        margin-top: 0px;
    }
    #downLoad_mobileApp {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        background: none;
        height: auto;
        margin-top: 0px;
    }
    .downLoad_mobileApp_content {
        justify-content: initial;
        flex-direction: column-reverse;
        align-items: center;
    }
    .downLoad_mobileApp_description {
        background: #fff;
        padding: 37px 16px 26px;
        border-radius: 8px;
    }
    .downLoad_mobileApp_content > div:nth-child(2) > div:last-child {
        padding-top: 62px;
        border-radius: 8px;
        margin: 0px 8px;
        background: #FFEC01;
    }
    .downLoad_mobileApp_image {
        margin: 26px auto 0px;
    }
    .downLoad_mobileApp_btn_downloads.mobile {
        background: #0085FF;
        border-radius: 8px;
        height: 56px;
        width: 272px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        margin: 12px auto;
    }
    #modal_subscription-desktop,
    #post_subscription {
        display: none;
    }
    .new-preview-articles__container {
        width: calc(100% - 16px);
        margin: 0px 8px 44px;
    }
    .new-preview-articles {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .blockquote_author.author_post {
        flex-wrap: wrap;
        width: 100%;
    }
    .comments__hidden-button {
        width: calc(100% - 32px);
        margin: 0px 16px;
    }
    .comments__container {
        background: #fff;
        box-sizing: border-box;
        padding: 0px 0px 60px;
    }
    .header_menu__search-mobile {
        display: block;
    }
    .header-section__search-form {
        opacity: 1;
        transition: opacity 0.5s ease;
    }
    .article .is-hidden-search-block,
    .main .is-hidden-search-block{
        opacity: 0;
        transition: opacity 0.5s ease;
    }
    .highlight_BgQuotes {
        background: #E5EAF2 url('./img/quotes.svg') no-repeat 16px 0px;
    }
    .header-banner__img-desktop {
      display: none;
    }
    .header-banner__img-mobile {
        display: block;
        width: 100%;
        object-fit: contain;
    }
    .header-banner__container {
        height: auto;
    }
    .iframe-test,
    .iframe-test > div,
    .iframe-test iframe{
        height: 870px;
        width: 100%;
    }
    .main_content__navigation {
        display: none;
    }
    #post-25236 .iframe-test,
    #post-25236 .iframe-test > div,
    #post-25236 .iframe-test iframe{
        height: 970px;
        width: 100%;
    }
    #post-25533 .iframe-test,
    #post-25533 .iframe-test > div,
    #post-25533 .iframe-test iframe{
        height: 970px;
        width: 100%;
    }
}
@media (max-width: 440px) {
    #post_subscription .form_subscription_info {
        min-width: 300px;
    }
    .view-post .form_input_block {
        width: 100% ;
    }
    #header_search_form {
        margin: 0px 8px;
        padding-top: 15px;
        width: calc(100% - 16px);
    }
    .new-preview-articles {
        width: 100%;
        max-width: initial;
    }
}

#downLoad_mobileApp_v2 {
    background: #0085FF;
    border-radius: 10px;
    display: none;
}

#downLoad_mobileApp_v2 .downLoad_mobileApp_image{
    margin-bottom: -1px;
}

#downLoad_mobileApp_v2 .downLoad_mobileApp_title, #downLoad_mobileApp_v2 .downLoad_mobileApp_text {
    color: #fff;
}

.downLoad_mobileApp_v2_row {
    display: flex;
}

.downLoad_mobileApp_v2_col {
    display: flex;
    flex-direction: column;
    justify-content:  space-between;
}

#downLoad_mobileApp_v2 .downLoad_mobileApp_qr-title {
    color: #fff;
    font-size: 17px;
}

.downLoad_mobileApp_v2_code {
    margin-right: 1.7rem;
    width: 7rem;
}

    .downLoad_mobileApp_v2_code > img {
        max-width: 100%;
        border-radius: 5px;
    }


.downLoad_mobileApp_v2_btn_downloads {
    display: flex;
}

    .downLoad_mobileApp_v2_btn_downloads img {
        width: 7.7rem;
        margin-right: .7rem;
    }

@media (max-width: 844px) {
    #downLoad_mobileApp_v2 {
        background: none;
    }

    .downLoad_mobileApp_v2_row {
        display: none;
    }

    #downLoad_mobileApp_v2 .downLoad_mobileApp_title, #downLoad_mobileApp_v2 .downLoad_mobileApp_text {
        color: #000;
    }

    .wp-caption.aligncenter {
        margin: 0px 16px 12px;
        width: calc(100% - 32px)!important;
    }
}

.post-meta {
   position: relative;
}

.post-meta:hover .postauthor-wrap,
.post-meta:active .postauthor-wrap {
   visibility: visible;
}
 
 /*-Author Box---------------------------*/
 .postauthor-wrap {
   transition: all .2s ease-out;
   visibility: hidden;
   position: absolute;
   top: 55px;
   border-radius: 8px;
   width: 460px;
   clear: both;
   padding: 32px;
   background: #fff;
   box-sizing: border-box;
   box-shadow: 0px 4px 20px rgba(131, 142, 174, 0.6);
   z-index: 1;
}

@media (max-width: 480px) {
   .postauthor-wrap {
      box-sizing: border-box;
      max-width: 100%;
      padding: 24px;
   }
}

.postauthor-wrap h5 {
   margin: 0 0 12px;
   padding: 0;
}

.postauthor-wrap__row {
   display: flex;
   align-items: center;
}

.postauthor-wrap__row div:first-child {
   margin-right: 24px;
}

.postauthor-wrap__row div:first-child img {
   border-radius: 50%;
}

.vcard.author a {
   font-size: 16px;
   line-height: 19px;
   font-weight: 500;
   color: #0085FF !important;
   cursor: pointer !important;
}

.postauthor-wrap__description {
   margin-top: 18px;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
}

.post-author-links {
   display: flex;
}

.author-link {
   margin-right: 8px;
}

.author-link .fa {   
   width: 40px;
   height: 40px;
   display: block;
   cursor: pointer;
   background-size: cover;
}

.fa-facebook {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_fb.svg') no-repeat;
}

.fa-instagram {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_insta.svg') no-repeat;
}

.fa-twitter {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_tw.svg') no-repeat;
}

.fa-vk {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_vk.svg') no-repeat;
}

.fa-telegram {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_tg.svg') no-repeat;
}

.fa-email {
   background: url('https://cdn-frontend.findmykids.org/img/blog/i_email.svg') no-repeat;
}

.fa-in {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_in.svg') no-repeat;
}

.fa-dzen {
    background: url('https://cdn-frontend.findmykids.org/img/blog/img_dzen.svg') no-repeat;
}

.postauthor-wrap__controls {
   margin-top: 18px;
}

.postauthor-wrap__controls a {
   background: #0085FF;
   border-radius: 4px;
   padding:  5px 14px;
   display: inline-block;
   color: #FFFFFF !important;
   font-weight: 400;
   font-size: 14px;
   line-height: 22px;
   text-decoration: none;
   cursor: pointer;
}

.postauthor-wrap__controls a:hover {
   background-color: #0474DA;
}

.postauthor-wrap__controls a:active {
   position: relative;
   top: 1px;
}
.subscribe_page {
    background: #D6EBFF;
    border-radius: 8px; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    color: #18242F;
}

@media (max-width: 768px) {
    .subscribe_page {
        padding: 32px 18px;
        border-radius: 0px; 
        min-height: calc(100vh - 56px);
        box-sizing: border-box;
    }
}

.subscribe_page h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.subscribe_page__mobile-title {
    display: none;
}

@media (max-width: 768px) {
    .subscribe_page__mobile-title {
        display: block;
        font-weight: 500;
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 24px;
        text-align: center;
    }    

    .subscribe_page h1 {
        display: none;
    }
}

.sbs_content {
    text-align: center;
    margin: 8px 0 0;
}

@media (max-width: 768px) {
    .sbs_header > p {
        display: none;
    }    
}

.sbs_types {
    display: flex;
    justify-content: center;
    margin: 64px 0 64px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .sbs_types {
        flex-direction: column;
        margin: 0;
    }
}

.sbs_type {
    padding: 32px 18px 47px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    margin: 0 16px;
    position: relative;
    flex-basis: 33%;
    max-width: 310px;
    box-sizing: border-box;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all ease-out .2s;
}

@media (max-width: 768px) {
    .sbs_type {
        width: 100%;
        margin: 0 0 16px 0;
        padding: 12px !important;
        max-width: 100%;
        border-radius: 12px;
    }
}

.sbs_type:hover, .sbs_type.active {
    border: 4px solid #EFCA08;
}

.sbs_type.active {
    box-shadow: none;
}

.sbs_type h2 {
    font-family: 'Mulish', 'Helvetica', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.02em;
    padding: 0;
    margin: 0 0 32px;

    text-align: center;
}

.sbs_type h2 div{
    display: none;
}

@media (max-width: 768px) {
    .sbs_type h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
        text-align: left;
        display: flex;
    }

    .sbs_type h2 div {
        font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        margin-left: 12px;
    }

    .sbs_type h2 div img {
        margin-right: 4px;
    }
}

.sbs_type ul {
    margin: 0;
    padding: 0 0 0 30px;
}

.sbs_type ul li  {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .sbs_type ul li  {
        margin-bottom: 8px;
    }
}

.sbs_type.super {
    background: #FFE874;
    padding: 32px 25px;
}

.sbs_type.super::after {
    content: '';
    display: block;
    width: 131px;
    height: 109px;
    position: absolute;
    right: 20px;
    top: -98px;
    background: url('https://cdn-frontend.findmykids.org/img/blog/Pingo.svg');
}

@media (max-width: 768px) {
    .sbs_type.super::after {
        display: none;
    }

    .sbs_type.super header {
        padding-left: 62px;
        background: url('https://cdn-frontend.findmykids.org/img/blog/Pingo_mobile.svg') no-repeat top left;
    }
}

.sbs_type.super h2 {
    text-align: left;
    margin-bottom: 0;
}

.sbs_type.super header {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.sbs_type.super .super__badge {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 1px 6px;
    display: inline-block;
}

.sbs_type.super header p {
    padding: 0;
    margin: 0 0 14px 3px;
}

.subscr_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subscr_form input, .subscr_form button, .sbs_complete button, .link_go_back {
    width: 385px;
    height: 56px;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;  
}

.link_go_back {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0085FF;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    text-decoration: none;
}

.link_go_back:active {
    color: #017BED;
}

@media (max-width: 768px) {
    .subscr_form {
        padding: 18px;
        width: 100%;
        box-sizing: border-box;
        min-height: calc(100vh - 56px - 64px);
    }

    .sbs_back {
        position: absolute;
        top: 20px;
        left: 15px;
    }

    .subscr_form input, .subscr_form button, .sbs_complete button, .link_go_back {
        width: 100%;
    }

    .subscr_form input {
        border: 2px solid #B1BCC7;
    }

    .subscr_form header {
        text-align: center;
        margin: 0 0 32px;
    }

    .subscr_form header h2 {
        font-weight: 500;
        font-size: 28px;
        line-height: 30px;
        padding: 0;
        margin: 20px 0 12px;
    }

    .subscr_form header p {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        padding: 0;
        margin: 0;
    }
}

.subscr_form button:active, .sbs_complete button:active {
    position: relative;
    top: 1px;
}

.subscr_form input {
    padding: 16px 40px 16px 16px;
    background: #FFFFFF;
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    position: relative;
}

.subscr_form input.check{
    background: url('https://cdn-frontend.findmykids.org/img/blog/check_green.svg') no-repeat #fff top 16px right 16px;
}

.subscr_form input.false {
    background: url('https://cdn-frontend.findmykids.org/img/blog/alert.svg') no-repeat #fff top 16px right 16px;
}

.subscr_form button {  
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #1B1B1B;
    background: #F9D82E;
    cursor: pointer;
}

.subscr_form button:active {
    background: #EFCA08;
}

.subscr_form button[disabled] {
    background: #C3CFDA;
    color: #fff;
}

.sbs_complete {
    text-align: center;
    padding: 60px 0 80px;
    color: #18242F;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.sbs_complete h3 {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
}

@media (max-width: 768px) {
    .sbs_complete h3 {
        font-size: 28px;
        line-height: 30px;
    }
}

.sbs_complete p {
    padding-bottom: 32px;
}

.sbs_complete button {
    background: #0085FF;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
}

/* menu link */
.subscribe-link {
    border-radius: 8px;
    padding: 7px 9px 7px 41px;
    background: url('https://cdn-frontend.findmykids.org/img/blog/graphics-icon-24-mail.svg') no-repeat 10px center #F9D82E;
    width: 149px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    top: -4px;
    color: #1B1B1B;
}

.subscribe-link:hover {
    color: #1B1B1B !important;
}

.hide {
    display: none !important;
}

.desktop-hidden {
    display: none;
}


@media (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }

    .link_go_back.desktop-hidden {
        display: flex;
    }
}

.b-inc-wrapper {
    width: 100%;
}

.b-lera-inc {
    border-radius: 8px; 
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 -40px;
    align-items: stretch; 
    width: calc(100% + 80px);
    overflow: hidden;
}

.b-lera-inc.light {
    background: #F4FAFF;
    color: #18242F;
}

.b-lera-inc.dark {
    background: #2E3A45;
    color: #F4FAFF;
}

.b-lera-inc.dark .b-lera-inc__text {
    color: #F4FAFF;
}

.b-lera-inc__inner {
    padding: 40px;
}

.b-lera-inc__text {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 0;
    margin: 0 0 24px 0 !important;
}

.b-lera-inc__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding: 0;
    margin: 0 0 8px 0;
}

.b-lera-inc__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 311px;
    height: 56px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease-out;
}

.b-lera-inc__button:hover {
    transform: scale(1.04);
    text-decoration: none !important;
}

.b-lera-inc__button.blue {
    background: #0085FF;
    color: #fff;
}

.b-lera-inc__button.yellow {
    background: #F9D625;
    color: #1F252E;
}

.b-lera-inc__button.orange {
    background: #F87E26;
    color: #fff;
}

.b-lera-inc__img {
    display: flex;
    flex-shrink: 0;
    align-items: flex-end;
}

.b-lera-inc__img img {
    max-width: 100% !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .b-lera-inc__img {
        flex-basis: 40%;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .b-lera-inc {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin: 0;
        width: 100%;
    }

    .b-lera-inc__inner {
        padding: 16px 0;
        margin: 0 16px;
        width: calc(100% - 32px);
    }

    .b-lera-inc.dark .b-lera-inc__inner {
        border-top: 0.5px solid #5D6974;
    }

    .b-lera-inc.light .b-lera-inc__inner {
        border-top: 0.5px solid #D6E2ED;
    }

    .b-lera-inc__button {
        width: 100%;
    }

    .b-lera-inc__img {
        width: 100%;
        justify-content: center;
    }

    /*.b-lera-inc__img img {*/
    /*    max-height: 162px !important;*/
    /*}*/
}
.download-banner__qr-wrap,
.download-banner__right-wrap {
    display: none;
}

.download-banner__logo-wrap {
    margin-bottom: 28px;
}

.download-banner__title {
    font-family: 'Mulish', 'Helvetica', 'Arial', sans-serif;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

.download-banner__description,
.download-banner__aciton-text {
    font-family: 'Noto Sans', 'Helvetica', 'Arial', sans-serif;
}

.download-banner__description {
    padding-right: 70px;
    margin-bottom: 35px;
}

.download-banner__action-text {
    padding-right: 60px;
    margin-bottom: 13px;
    font-size: 14px;
    font-style: italic;
}

.download-banner__links-row {
    display: flex;
}
.download-banner__links-row:not(:last-child) {
    margin-bottom: 14px;
}

.download-banner__links-row a:first-child {
    margin-right: 10px;
}

.download-banner__links-list img {
    display: block;
}

@media (min-width: 1100px) {
    .download-banner {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        max-width: 1220px;
        margin: auto;
        margin-top: 34px;
        padding: 52px 110px 0 195px;
        border-radius: 8px;
        background-color: #e6f3ff;
        background-image: url('./img/downloads/banner-bg.png');
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }

    .download-banner__left-wrap {
        flex-basis: 50%;
    }

    .download-banner__right-wrap {
        display: block;
        margin-top: -80px;
    }

    .download-banner__right-wrap img {
        display: block;
    }

    .download-banner__title {
        margin-bottom: 9px;
        font-size: 32px;
        line-height: 38px;
        font-weight: 800;
    }

    .download-banner__description {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .download-banner__links-list {
        display: flex;
    }

    .download-banner__qr-wrap {
        display: block;
        margin-right: 20px;
    }

    .download-banner__links-row:not(:last-child) {
        margin-bottom: 10px;
    }
}

.to-lg-none {
    display: none;
}

@media (min-width: 1100px) {
    .from-lg-none {
        display: none;
    }

    .to-lg-none {
        display: block;
    }
}
