body.dark h1 {
    color: #FF4400;
}
@media(max-width:1280px) {
    .about__dot--6 .about__dot-text {
        top: -283px;
        left: -400px;
    }
}

@media(max-width:1255px) {
    .main-video-wrapper {
        display: flex;
        flex-direction: column;
    }

    .main-video-player {
        width: 100%;
    }

    .block-stati {
        max-width: 100%;
    }

    .about__dot--7 {
        top: 160px;
        right: 670px;
    }

    .about__dot--1 {
        top: 255px;
        right: 533px;
    }

    .about__dot--2 {
        top: 396px;
        right: 524px;
    }

    .about__dot--3 .circlet-text {
        left: -5px;
        top: 14px;
    }

    .about__dot--4 {
        top: 489px;
        right: 726px;
    }

    .about__dot--5 {
        top: 400px;
        right: 806px;
    }

    .about__dot--6 {
        top: 284px;
        right: 791px;
    }
}

@media(max-width:1150px) {
    .about__dot--1 {
        top: 255px;
        right: 488px;
    }

    .about__dot--2 {
        top: 396px;
        right: 474px;
    }

    .about__dot--3 {
        top: 491px;
        right: 560px;
    }

    .about__dot--4 {
        top: 489px;
        right: 675px;
    }

    .about__dot--5 {
        top: 400px;
        right: 752px;
    }

    .about__dot--6 {
        top: 284px;
        right: 740px;
    }

    .about__dot--7 {
        top: 160px;
        right: 620px;
    }
}

@media(max-width:1130px) {
    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        display: flex;
        flex-wrap: wrap;
        order: 3;
    }

    .main-navigation .menu-toggle,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
    }

    .main-navigation ul,
    .gen-sidebar-nav,
    .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul,
    .has-inline-mobile-toggle #site-navigation .inside-navigation>*:not(.navigation-search):not(.main-nav) {
        display: none;
    }

    .search-modal-form-heder {
        position: relative;
        max-width: 300px;
        order: 2;
    }

    .site-branding-container {
        order: 1;
    }

    .inside-header {
        display: flex;
        flex-direction: initial !important;
        align-items: center;
    }

    .has-inline-mobile-toggle .header-widget,
    .has-inline-mobile-toggle #site-navigation {
        flex-basis: 100%;
    }

    .has-inline-mobile-toggle .inside-header {
        flex-wrap: wrap;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        order: 4;
    }

    .mobile-menu-control-wrapper {
        display: none;
        margin-left: initial;
        align-items: center;

    }

    .header-top-info-inner-mobile {
        display: flex;
    }
    #menu-item-1234{
    display: block;
}
.mobile__soci-link.mail{
    color: #272727;
    margin: 20px 0;
    padding-left: 28px;
    position: relative;
    inline-size: fit-content;
}
.mobile__soci-link.mail:before{
    position: absolute;
    content: '';
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    top:2px;
    background: url(/wp-content/uploads/2026/02/Mail.svg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.mobile__block .header-top-info-soci{
    border-top:1px solid #F2EFEA;
}
.main-navigation ul ul {
    background-color: #f0f0f000;
}
.main-navigation.toggled .main-nav ul ul {
    border-bottom: none;
    padding-left: 0px;
}
    .icon-arrow svg {
        height: 25px;
        width: 25px;
        top: -3px;
        position: relative;
        fill: currentColor;
    }
    .menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0px;
}
#menu-menu-1 li{
    margin-bottom: 10px;
}
}

@media(max-width:1024px) {
    .about__dot--1 {
        top: 255px;
        right: 420px;
    }

    .about__dot--2 {
        top: 389px;
        right: 420px;
    }

    .about__dot--3 {
        top: 491px;
        right: 497px;
    }

    .about__dot--4 {
        top: 489px;
        right: 610px;
    }

    .about__dot--5 {
        top: 400px;
        right: 687px;
    }

    .about__dot--6 {
        top: 284px;
        right: 675px;
    }

    .about__dot--7 {
        top: 160px;
        right: 559px;
    }

    .about__dot--3::before {
        background-image: url(/wp-content/uploads/2025/11/Slice-5-14.3-3.svg);
        width: 553px;
        height: 438px;
        left: 0px;
        top: -95px;
    }

    .about__dot--5 .about__dot-text {
        left: -264px;
    }

    .about__dot--6 .about__dot-text {
        top: -283px;
        left: -305px;
        width: 48%;
    }

    .about__dot--2::before {
        width: 497px;
        height: 417px;
        left: -76px;
        top: -118px;
    }

    .about__dot--2 .about__dot-text {
        top: -42px;
        left: 208px;
    }
}

@media(max-width:950px) {
    .video-grid-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .main-navigation ul ul {
    display: block;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    /* float: left; */
    position: absolute;
    left: auto;
    opacity: 1;
    z-index: 99999;
    width: 200px;
    text-align: left;
    top: auto;
    transition: opacity 80ms linear;
    transition-delay: 0s;
        pointer-events: inherit;
    height: inherit;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
}
#menu-item-1242{
   display: block;
}
#menu-item-1243{
    display: block;
}
#menu-item-1244{
    display: block;
}
.main-navigation .main-nav ul li a {
    font-size: 14px;
       line-height: 160%;
}
.main-navigation .main-nav ul ul li a {
    padding: 0px 20px;
    font-size: 14px;
}
.main-navigation .main-nav ul li a {
    padding-left: 0px;
}
}


@media(max-width:912px) {
    .about__dot--1 {
        top: 255px;
        right: 365px;
    }

    .about__dot--2 {
        top: 396px;
        right: 368px;
    }

    .about__dot--3 {
        top: 491px;
        right: 443px;
    }

    .about__dot--4 {
        top: 489px;
        right: 558px;
    }

    .about__dot--5 {
        top: 400px;
        right: 634px;
    }

    .about__dot--6 {
        top: 284px;
        right: 619px;
    }

    .about__dot--7 {
        top: 160px;
        right: 500px;
    }

    .about__dot--1 .about__dot-text {
        left: 129px;
        top: -230px;
    }

    .about__dot--2 .about__dot-text {
        top: -22px;
        left: 130px;
    }
    .about__dot .circlet-text {
    z-index: 10;
}
    .about__dot--5 .about__dot-text {
        left: -202px;
    }

    .about__dot-text {
        font-size: 14px;
    }

    .circlet-text-title {
        font-size: 16px;
        font-weight: 700;
    }

    .about__dot--6 .about__dot-text {
        top: -283px;
        left: -248px;
        width: 48%;
    }

    .section-circle h2 {
        position: absolute;
        top: 3.5%;
    }

    .header-top-info {
        display: none;
    }
}



@media(max-width:850px) {
    .about__dot--1 {
        top: 255px;
        right: 315px;
    }

    .about__dot--1 .about__dot-text {
        left: 85px;
        top: -187px;
    }

    .about__dot--2 {
        top: 396px;
        right: 318px;
    }

    .about__dot--3 {
        top: 491px;
        right: 393px;
    }

    .about__dot--4 {
        top: 489px;
        right: 505px;
    }

    .about__dot--5 {
        top: 400px;
        right: 581px;
    }

    .about__dot--5 .about__dot-text {
        left: -170px;
    }

    .about__dot--6 {
        top: 284px;
        right: 567px;
    }

    .about__dot--6 .about__dot-text {
        top: -243px;
        left: -210px;
        width: 48%;
    }

    .about__dot-text {
        font-size: 15px;
    }

    .about__dot--7 {
        top: 160px;
        right: 448px;
    }

    .small-videos-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .faq-section-inner {
        flex-direction: column;
    }

    .faq-items {
        width: 100%;
        z-index: 1;
        margin-top: 50px;
    }

    .site-footer .grid-container-flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 20px;
        gap: 20px;
    }

    .footer-widget-2 {
        margin-left: 0;
    }

    .footer-widget-4 {
        margin-left: 0px;
    }
    .plashki-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.content-inner {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.drugina-video {
    width: 100%;
    position: relative;
}
.mobile__block{
    margin-top: 150px;
}
}

@media(max-width:768px) {
    .about__dot-text ul {
        display: none;
    }

    .about__dot--1::before,
    .about__dot--2::before,
    .about__dot--3::before,
    .about__dot--4::before,
    .about__dot--5::before,
    .about__dot--6::before,
    .about__dot--7::before {
        background-image: none;
        width: 0;
    }

    .about__dot::after {
        content: '';
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 9;
        width: 30px;
        height: 30px;
    }

    .about__dot--1::after,
    .about__dot--2::after,
    .about__dot--3::after,
    .about__dot--4::after,
    .about__dot--5::after,
    .about__dot--6::after,
    .about__dot--7::after {

        background-image: url(/wp-content/uploads/2026/01/Frame-1321315127.svg);
        transition: 0.3s;
    }

    .about__dot:hover::after {
        display: block;
        z-index: 9999;
        background-image: url(/wp-content/uploads/2026/01/Frame-1321315134.svg);
        width: 34px;
        height: 34px;
        background-repeat: repeat;
        background-size: auto;
    }

    .circlet-text {
        display: none;
    }

    .circlet-text-title {
        font-size: 15px;
        font-weight: 700;
    }

    .about__dot-text {
        background: #fff;
        color: #000;
        padding: 17px 14px;
        border-radius: 16px;
    }

    .circle-sec-bg {
        width: 100%;
        height: 600px;
        background-image: url(/wp-content/uploads/2025/11/Frame-1321315110-convert.io_-scaled.webp);
        background-size: contain;
        position: relative;
        margin: 0 auto;
        z-index: -2;
        background-repeat: no-repeat;
        background-position: center;
    }

    .about__dot--7 {
        top: 113px;
        right: 397px;
    }


    .circle-sec-bg-smile {
        width: 100px;
        height: 100px;
    }

    .about__dot--1 {
        top: 181px;
        right: 251px;
    }

    .about__dot--2 {
        top: 317px;
        right: 217px;
    }

    .about__dot--3 {
        top: 443px;
        right: 315px;
    }

    .about__dot--4 {
        top: 440px;
        right: 460px;
    }

    .about__dot--5 {
        top: 321px;
        right: 560px;
    }

    .about__dot--6 {
        top: 180px;
        right: 525px;
    }

    .about__dot--1 .about__dot-text {
        left: -241px;
        top: 48px;
    }
.about__dot:hover .about__dot-text {
    display: block;
}
.about__dot:hover::before {
    display: block;
    z-index: 0;

}
    .circlet-text-title a {
        text-decoration: none;
    }

    .about__dot-text {
        width: 240px;
        max-width: 240px;
        text-align: center;
    }

    .about__dot--7 .about__dot-text {
        text-align: center;
        top: 134px;
        left: -95px;

    }

    .about__dot--2 .about__dot-text {
        top: -83px;
        left: -275px;
    }

    .about__dot--3 .about__dot-text {
        top: -200px;
        left: -177px;
    }

    .about__dot--4 .about__dot-text {
        top: -200px;
        left: -32px;
    }

    .about__dot--5 .about__dot-text {
        left: 68px;
        top: -80px;
    }

    .about__dot--6 .about__dot-text {
        top: 58px;
        left: 33px;
        width: max-content;
    }

    .btn_mobile {
        display: block;
        font-size: 14px;
        color: #fff;
        background-color: #272727;
        border-radius: 100px;
        padding: 11px 20px;
        margin-top: 10px;
    }

    .icon-menu-bars svg {
        top: 4px;
        position: relative;
        fill: rgb(255 255 255);
    }

    .main-navigation .menu-toggle,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
        background: #272727;
        border-radius: 100px;
    }

    button.menu-toggle:active,
    button.menu-toggle:focus,
    button.menu-toggle:hover {
        background-color: #272727;
    }

    .menu-toggle {
        padding: 0px 16px;
        line-height: 53px;
        margin: 0;
        font-weight: 400;
        text-transform: none;
        font-size: 22px;
        cursor: pointer;
    }

    .site-branding-container {
        margin-right: auto;
    }

    .search-modal-form-heder {
        margin-right: 10px;
    }

    .video-grid-inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
}

@media(max-width:650px) {
    .drugina-section p {
        width: 100%;
    }

    .about__dot--1 {
        top: 197px;
        right: 152px;
    }

    .about__dot--1 .about__dot-text {
        left: -222px;
        top: 25px;
    }

    .about__dot--2 {
        top: 308px;
        right: 122px;
    }

    .about__dot--2 .about__dot-text {
        top: -83px;
        left: -252px;
    }

    .about__dot--3 {
        top: 419px;
        right: 203px;
    }

    .about__dot--3 .about__dot-text {
        top: -190px;
        left: -171px;
    }

    .about__dot--4 {
        top: 412px;
        right: 345px;
    }

    .about__dot--4 .about__dot-text {
        top: -182px;
        left: -28px;
    }

    .about__dot--5 {
        top: 312px;
        right: 419px;
    }

    .about__dot--5 .about__dot-text {
        left: 46px;
        top: -80px;
    }

    .about__dot--6 {
        top: 199px;
        right: 392px;
    }

    .about__dot--6 .about__dot-text {
        top: 25px;
        left: 18px;
        width: max-content;
    }

    .about__dot--7 {
        top: 136px;
        right: 278px;
    }

    .about__dot--7 .about__dot-text {
        text-align: center;
        top: 98px;
        left: -95px;
    }

    .search-modal-form-heder {
        position: relative;
        max-width: 50px;
        order: 2;
        overflow: hidden;
        transition: max-width 0.3s ease;
    }

    .search-modal-form-heder.is-active {
        max-width: 400px;
        width: 400px;
    }


    .search-modal-form-heder.is-active~.site-branding-container,
    .site-branding-container.is-hidden {
        display: none;
    }

    .search-modal-form-heder .search-field {
        width: 100%;
        padding: 15px 40px 15px 10px;
    }

    html.mobile-menu-open,
    html.mobile-menu-open body {
        overflow-y: hidden;
    }

    .main-navigation.toggled .main-nav {
        height: 100vh;
    }

    .heder-container-bottom .site-description {
        font-size: 14px;
    }

    .site-header .header-image {
        width: 50px;
    }

    .section-circle-text-mobile {
        display: block;
        padding: 0 15px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 300;
        line-height: 160%;
        width: 90%;
    }

    .section-circle h2 {
        position: relative;
        padding: 0 15px;
    }

    .section-circle {
        padding: 60px 0;
    }

    .row {
        flex-direction: column;
    }


    .nav-tabs {
        flex-direction: column;
    }

    .nav-link {
        border-radius: 0;
        border: 1px solid #dee2e6;
        margin-bottom: -1px;
    }

    .nav-link.active {
        border-radius: 4px;
    }

    .left-sidebar {
        width: 100%;
        margin-right: 0px;
    }

    .flex-container {
        display: flex;
        flex-direction: column;
    }

    .single-video .video-meta {
        margin-top: 20px;
    }

    .single-video .bg__h1 {
        margin-top: -10px;
    }

    .video-player .video-wrapper {
        margin-bottom: 10px;
    }

    .single-video-container .container {
        padding: 0;
    }

    .category-titleh4 {
        font-size: 20px;
        line-height: 130%;
        width: 100%;
        margin: 0 auto;
    }

    .parts-counter-with-navigation {
        padding: 15px;
    }

    .author-card {
        padding: 15px;
        margin: 10px 0 0;
    }

    .author-card-wrapper {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .author-photo .author-image {
        width: 100%;
        height: 110px;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }

    .avtor-text,
    .author-card-header {

        line-height: 100%;
    }

    .author-card-inner {
        gap: 10px;
        margin-bottom: 10px;
    }
    .video-download-info{
        flex-direction: row-reverse !important;
    justify-content: space-between !important;
            max-width: 650px;
                    padding: 0px 0px !important;
        border-radius: 0px !important;
    }
    .author-text p {
        font-size: 15px;
        line-height: 160%;
    }

    .related-videos-slider-section .container {
        padding: 0;
    }

    .popular-videos-title-inner,
    .popular-audios-title-inner,
    .popular-audio-title-inner,
    .popular-publications-title-inner {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .download-btn {
        font-size: 14px;
        padding: 16px 50px 16px 24px;
    }

    .download-btn::before {
        right: 23px;
        top: 34%;
    }

    .section-title {
        font-size: 28px;

    }

    .class__link-slid {
        font-size: 14px;
        border-bottom: 1px solid;
        padding-bottom: 6px;
        position: absolute;
        bottom: -55px;
    }

    .related-videos-slider-section {
        position: relative;
    }

    .related-videos-widget-desck {
        display: none;
    }

    .search-desck {
        display: none;
    }

    .search-mobile {
        display: block;
    }

    .related-videos-widget-mobile {
        display: block;
        padding-bottom: 60px;
    }

  


    .audio-archive-container,
    .video-archive-container,
    .publication-archive-container {
        margin-bottom: 20px;
    }

    .related-video-item {

        padding: 0px;
    }

    .related-audio-item {
        padding: 10px;
    }

    .related-video-content {
        padding: 10px;
    }

    .audio-archive-container .row {
        flex-direction: column;
    }

    .audio-search,
    .publication-search {
        margin-bottom: 10px;
    }

    .filter-section {
        margin-bottom: 10px;
    }

    .video-grid {
        margin-top: 5px;
    }

    .related-widget-desck {
        display: none;
    }

    .related-widget-mobile {
        display: block;
        margin-top: 60px;
    }

    .audio-card {
        padding: 10px 10px 40px 10px;
        position: relative;
    }

    #audio-grid {
        margin-top: 5px;
    }

    .audio-title {
        font-size: 15px;
        margin-bottom: 10px;

    }

    .audio-meta {
        margin-top: 0px !important;
    }

    .audio-category {
        width: 70%;
    }

    .audio-category,
    .audio-date,
    .popular-audio-category,
    .publication-category,
    .publication-date,
    .popular-publication-date,
    .popular-publication-category,
    .related-publication-category,
    .related-publication-date {
        font-size: 11px;
        line-height: 120%;
        margin-top: 0px;
    }

    .related-audio-title-left {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .audio-content .audio-meta .audio-category {
        width: 100% !important;
        margin-top: 0px;
    }

    .audio-actions {
        position: absolute;
        right: 5px;
        bottom: 5px;
    }

    .audio-actions .share-dropdown-content {
        left: -143px;
    }

    .audio-load-more {
        margin-top: 10px;
    }

    .video-load-more {
        margin-top: 10px;
    }

    .audio-meta .audio-category {
        width: 100% !important;
        margin-top: 20px;
    }

    .audio-item {
        flex-direction: column;
    }

    .audio-img {
        width: 100%;
    }

    .audio-img img {
        height: 300px;
        object-fit: cover;
        width: 100%;
    }

    .audio-player-wrapper {
        padding: 15px;
    }

    .audio-player-wrapper .category-titleh4 {
        margin-bottom: 15px;
    }

    .author-card-top .avtor-text {
        font-size: 12px;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .author-image-audio {
        height: 110px;
        object-fit: cover;
        border-radius: 10px;
    }
    .single-audio-container .container{
        padding: 0;
    }
    .related-audio-slider-section .container{
        padding: 0;
    }
     .audio-player-section   .share-dropdown-content {
        left: -27px;
        }
    .related-audio-slider-section {
        margin-top: 60px;
    }
    .slick-prev {
    right: 0px;
    }
    .slick-arrow {
    top: 0%;
    height: 44px;
    width: 44px;
    }
    .slick-next {
    right: 56px;
    left: inherit;
}
.related-videos-slider-section .section-title,
.related-audio-slider-section .section-title,
.popular-audios-slider-section .section-title{
             width: 58%;
}
  .related-audio-slider-section  .class__link-slid {

        bottom: -204px;
    }
    .related-audio-title {
    min-height: inherit;
}
.popular-audio-title, .related-audio-title, .related-audio-title, .popular-publication-title, .related-publication-title {
    font-size: 15px;
    margin-bottom: 10px;
    min-height: inherit;
}
.popular-audio-category{
   margin-top: 0px;
}
  .tax-audio_category  #page {
        padding-bottom: 0px; 
    }
    .popular-audios-slider-section {
    margin-top: 50px;

}
.publication-main-content {
    margin-top: 5px;
    padding-bottom: 60px;
}
.publication-card {
    padding: 10px;
    position: relative;
}
.publication-card .publication-share-section{
    position: absolute;
    right: 10px;
        bottom: 20px;
}
.author-info-section {
    flex-direction: column;
}
.author-info-section .author-card-wrapper {
    display: flex !important;
    flex-wrap: wrap !important; /* разрешаем перенос строк */
    gap: 0px;
    flex-direction: row;
}

/* фото + текст */
.author-photo,
.author-details-main {
    flex: 0 0 auto;
    height: 120px;
}

/* чтобы текст занимал всё доступное место */
.author-details-main {
    flex: 1 1 auto;
}

/* соцсети — всегда снизу */
.author-social-links {
    flex: 0 0 100%;
    margin-top: 10px;
}
   .publication-template-default .author-photo .author-image {
        height: 120px;
        border-radius: 10px 0px 0px 10px;
    }
    .video-template-default .avtor-text{
        margin-bottom: 10px;
    }
    .post-type-archive-audio .related-widget-mobile{
        padding-bottom: 60px;
    }
    .audio-template-default .avtor-text{
         margin-bottom: 10px;
    }
    .author-details-main {
           width: 40%;
    border-radius: 0 10px 10px 0;
    padding: 10px;
}
.publication-template-default .native-share-section{
    margin-top: 10px;
    text-align: left;
}
.publication-template-default .share-toggle {
    padding: 10px 35px 10px 0;
}
.related-publications-slider-section .container{
    padding: 0;
}
 .publication-template-default  .share-dropdown-content {
        left: 0px !important;
        min-width: 180px;
    }
.author-social-links .telegram-link {
    width: 44px;
    height: 44px;
}
.author-social-links .vk-link {
    width: 44px;
    height: 44px;
}
.website-link .social-label {
   height: 44px;
}
.author-bio-inner {
    padding: 15px;
}
.publication-types-top {
    margin-bottom: 10px;
}
.author-text {
    font-size: 15px;
}

.author-position {
    padding-top: 0px;
}
.publication-template-default #page {
        padding-bottom: 0px;
    }
    .single-publication-container .container{
        padding: 0;
    }

.naprav__page   .section-circle {
        padding: 0px 0 0px 0;
    }
 .naprav__page   .section-circle-text-mobile {
        width: 100%;
        text-align: center;
    }
.page-template-napravlenie-page     #page {
         padding-bottom: 0px; 
    }

    .term-russkaya-ekonomicheskaya-zhizn .publication-main-content {
        padding-bottom: 0px;
    }


}
@media(max-width:430px) {

    .heder-container-bottom .site-description {
        margin-left: -7px;
        letter-spacing: 0.3px;
    }

    .heder-container-bottom .site-branding {
        max-width: 134px;
    }

    .menu-toggle {
        padding: 0px 11px;
        line-height: 40px;
        margin: 0;
        font-weight: 400;
        text-transform: none;
        font-size: 18px;
        cursor: pointer;
    }

    .search-modal-form-heder .search-field {
        width: 100%;
        padding: 12px 22px 9px 12px;
    }

    form-heder button {
        width: 5px;
        height: 5px;
    }

    .homepage-videos-section {
        padding: 15px 0 60px 0;
    }

    .heder-container-bottom {
        margin-top: 0px;
        padding-top: 16px;
        padding-bottom: 10px;
    }

    .breadcrumbs {
        padding: 15px 0 40px 0;
        font-size: 12px;
    }

    h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .video-download-info {
        align-items: stretch;
        gap: 8px;
        padding: 10px;
    }

    .share-toggle {
        font-size: 14px;
    }

    .video-info .native-share-section-drugina .share-dropdown-content {
        left: -10px;
        min-width: 180px;
    }

    .bg__h1 {
        margin-top: -55px;
        height: 115px;
        margin-bottom: 15px;
    }

    .sidebar-bg {
        padding: 16px 20px;
    }

    .video-download-info a,
    .video-download-info span {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .video-download-info a {
        order: 2;
        padding: 10px;
        font-size: 12px;
    }

    .video-download-info span {
        order: 1;
        font-size: 10px;
        padding-bottom: 3px;
        border-bottom: none;
    }

    .video-download-info {
        margin-top: 0px !important;
  
    }

    .main-video-wrapper {
        gap: 10px;
    }

    .stati-item {
        padding: 10px;
        gap: 10px;
    }

    .stati-content-title {
        font-size: 15px;
    }

    .stati-categories,
    .stati-date {
        font-size: 11px;
        line-height: 100%;
    }

    .stati-content {
        display: flex;
        flex-direction: column;
    }

    .stati-categories {

        margin-top: auto;
    }

    .stati-date {
        margin-top: 2px;
    }

    .stati-thumbnail {
        height: 110px;
    }

    .stati-grid {
        gap: 10px;
    }

    .main-featured-video {
        margin-bottom: 10px;
    }

    .small-video-title {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 130%;
        font-weight: 700;
        min-height: inherit;
    }

    .small-video-category {
        font-size: 11px;
        line-height: 100%;
    }

    .small-video-date {
        font-size: 11px;
        line-height: 100%;
    }

    .small-video-content {
        padding: 10px;
    }

    .stati-author-image {
        border-radius: 10px;
    }

    .small-video-player {
        height: 163px;
    }

    h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .drugina-section {
        padding: 60px 0;
        background-image: url(/wp-content/uploads/2026/02/backdrmob-convert.io_.webp);
        background-size: contain;
        margin-right: -15px;

    }

    .drugina-section h2 {
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .drugina-section p {
        padding-right: 15px;
        font-size: 15px;
        line-height: 162%;

    }

    .btn__link {
        padding: 16px 36px;
        font-size: 14px;
    }

    .faq-answer p {
        line-height: 160%;
    }


    .about__dot-text {
        width: 180px;
        max-width: 180px;
        text-align: center;
    }

    .search-modal-form-heder.is-active {
        max-width: 300px;
        width: 300px;
    }

    .site-footer .grid-container-flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 20px;
        gap: 20px;
    }

    .footer__bottom-items-flex {
        flex-direction: column;
        text-align: left;
    }

    .section-circle .container {
        padding: 0;
    }

    .circle-sec-bg {
        height: 400px;
        background-size: cover;

    }

    .about__dot--1 {
        top: 114px;
        right: 131px;
    }

    .about__dot--2 {
        top: 210px;
        right: 109px;
    }

    .about__dot--3 {
        top: 300px;
        right: 176px;
    }

    .about__dot--4 {
        top: 298px;
        right: 285px;
    }

    .about__dot--5 {
        top: 217px;
        right: 351px;
    }

    .about__dot--6 {
        top: 120px;
        right: 333px;
    }

    .about__dot--7 {
        top: 67px;
        right: 232px;
    }

    .about__dot--1 .about__dot-text {
        left: -173px;
        top: 23px;
    }

    .about__dot--2 .about__dot-text {
        top: -73px;
        left: -194px;
    }

    .about__dot--3 .about__dot-text {
        top: -163px;
        left: -127px;
    }

    .about__dot--4 .about__dot-text {
        top: -160px;
        left: -20px;
    }

    .about__dot--6 .about__dot-text {
        top: 16px;
        left: 29px;
    }

    .about__dot--7 .about__dot-text {
        top: 70px;
        left: -72px;
    }

    .section-circle {
        padding: 60px 0 30px 0;
    }

    .faq-section {
        padding: 0 0;
    }

    .faq-items {
        margin-top: 20px;
    }

    .faq-question {
        font-size: 15px;
        line-height: 140%
    }

    .one-container .site-main>:last-child,
    .separate-containers .site-main>:last-child {
        margin-bottom: 0;
        padding-bottom: 60px;
    }

    .faq-section::before {
        height: 100%;
    }

    .site.footer-widgets {
        padding: 40px 0 0px 0;
    }

    .footer-image {
        width: 80px;
        height: 80px;
    }

    .widget ul li {
        margin-bottom: 10px;
    }

    .footer-widget-2 {
        margin-top: -6px;
        width: 78%;
    }

    .footer__menu-list-item a {
        line-height: 130%;
    }

    .footer__menu-lismobile {
        display: block;
    }

    .footer__menu-list-item-mobile {
        display: none;
    }

    .footer__menu-lismobile {
        display: block;
        margin: 0;
        list-style: none;
        text-align: left;
        margin-bottom: 20px;
    }

    .footer-widgets .widget {
        margin-bottom: 5px;
    }

    .footer__soci {
        margin-top: -9px;
    }

    .footer__bottom {
        padding-top: 20px;
        padding-bottom: 28px;
    }

    footer .inside-site-info {
        padding: 0px 0px;
    }

    .footer__menu-list-item-bottom {
        margin-bottom: 10px;
    }

    .footer__bottom-items-flex {
        gap: 10px;
    }


    .video-title {
        font-size: 15px;
        min-height: inherit;
        font-weight: 700;
    }

    .video-category {
        margin-top: 0px;
        ;
        font-size: 11px;
        line-height: 100%;
    }

    .video-category,
    .video-date {
        font-size: 11px;
    }

    .video-info {
        padding: 10px;
        position: relative;
    }

    .video-thumbnail video,
    .video-thumbnail .video-embed {
        width: 100%;
        height: 250px;
    }

    .filter-section h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        position: relative;
        line-height: 100%;
    }

    .filter-section h3 {
        margin-bottom: 0px;
        border-bottom: none;
        padding-bottom: 0px;
    }

    .filter-section.active h3 {
        border-bottom: 1px solid #EAE5DC;
        padding-bottom: 7px;
    }

    /* стрелка */
    .filter-section h3::after {
        content: "▾";
        font-size: 18px;
        transition: transform 0.3s ease;
    }

    /* скрываем фильтры */
    .filter-section .category-filters,
    .filter-section .year-filters,
    .filter-section .type-filters,
    .filter-section .author-filters{
        display: none;
    }

    /* когда раскрыто */
    .filter-section.active .category-filters,
    .filter-section.active .year-filters ,
    .filter-section.active .type-filters,
    .filter-section.active .author-filters{
        display: block;
    }
   

    .filter-section.active h3::after {
        transform: rotate(180deg);
    }

    .video-search {
        margin-bottom: 10px;
    }
    .publication-card h3 {
    font-size: 15px;
    margin-bottom: 10px;
}
    .plashki-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.content-block {
    padding: 15px;
}
.content-block p {
    font-size: 15px;
}
.plashka-item {
    padding: 20px;
}
.plashka-name {
    font-size: 18px;
    margin-bottom: 20px;
}
    .page-template-faq-page .faq-items {
        margin-top: -15px;
    }
        .page-template-drugina-page .bg__h1 {
        margin-bottom: 0px;
    }
    .sec_pd {
    padding: 60px 0;
}
.sec_pd h2 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
}
.sec_pd p {
    line-height: 160%;
    font-weight: 300;
    font-size: 15px;
}
.list-style-margin {
    font-size: 15px;
}
.title-top {
    margin-top: 30px;
}
.text_citata {
    padding: 15px;
    font-size: 16px !important;
}
.sec_pd-bt {
    padding-bottom: 10px !important;
}
.page-template-drugina-page .native-share-section {
    text-align: left;
}
.page-template-drugina-page .share-toggle {
    padding: 10px 35px 10px 0;
}
.page-template-drugina-page .bg_bottom-footer {
    margin-top: -45px;
}
}

@media(max-width:414px) {
    .about__dot--1 {
        top: 114px;
        right: 127px;
    }

    .about__dot--6 {
        top: 117px;
        right: 324px;
    }

    .about__dot--1 .about__dot-text {
        left: -170px;
        top: 17px;
    }

    .about__dot--2 {
        top: 207px;
        right: 104px;
    }

    .about__dot--3 {
        top: 293px;
        right: 168px;
    }

    .about__dot--4 {
        top: 291px;
        right: 278px;
    }

    .about__dot--5 {
        top: 208px;
        right: 339px;
    }

    .about__dot--6 {
        top: 117px;
        right: 319px;
    }

    .about__dot--7 {
        top: 67px;
        right: 225px;
    }

    .about__dot--6 .about__dot-text {
        top: 16px;
        left: 22px;
    }


    .filter-section {
        margin-bottom: 10px;
    }
}

@media(max-width:412px) {
    .about__dot--1 .about__dot-text {
        left: -168px;
        top: 20px;
    }

    .about__dot--2 .about__dot-text {
        top: -73px;
        left: -191px;
    }

    .about__dot--6 .about__dot-text {
        top: 16px;
        left: 24px;
    }

    .about__dot--4 .about__dot-text {
        top: -160px;
        left: -18px;
    }

    .about__dot--4 .about__dot-text {
        top: -163px;
        left: -15px;
    }

    .about__dot--4 .about__dot-text {
        top: -153px;
        left: -19px;
    }

    .related-videos-widget-mobile {
        display: block;
    }

    .related-videos-widget-desck {
        display: none;
    }



}

@media(max-width:390px) {
    .circle-sec-bg {
        height: 414px;
        background-size: cover;
    }

    .about__dot--1 {
        top: 114px;
        right: 120px;
    }

    .about__dot--2 {
        top: 207px;
        right: 90px;
    }

    .about__dot--3 {
        top: 300px;
        right: 159px;
    }

    .about__dot--4 {
        top: 298px;
        right: 264px;
    }

    .about__dot--5 {
        top: 210px;
        right: 329px;
    }

    .about__dot--6 {
        top: 119px;
        right: 304px;
    }

    .about__dot--7 {
        top: 67px;
        right: 211px;
    }

    .about__dot--3 .about__dot-text {
        top: -155px;
        left: -123px;
    }

    .about__dot--1 .about__dot-text {
        left: -163px;
        top: 22px;
    }

    .about__dot--2 .about__dot-text {
        top: -70px;
        left: -193px;
    }

    .about__dot--3 .about__dot-text {
        top: -163px;
        left: -124px;
    }

    .about__dot--5 .about__dot-text {
        left: 46px;
        top: -74px;
    }

    .about__dot--6 .about__dot-text {
        top: 18px;
        left: 20px;
    }
}

@media(max-width:375px) {
    .about__dot--1 {
        top: 118px;
        right: 110px;
    }

    .about__dot--2 {
        top: 207px;
        right: 84px;
    }

    .about__dot--3 {
        top: 300px;
        right: 153px;
    }

    .about__dot--7 {
        top: 67px;
        right: 204px;
    }

    .about__dot--7 .about__dot-text {
        top: 72px;
        left: -74px;
    }

    .about__dot--1 .about__dot-text {
        left: -168px;
        top: 21px;
    }

    .about__dot--3 .about__dot-text {
        top: -161px;
        left: -125px;
    }

    .about__dot--4 .about__dot-text {
        top: -159px;
        left: -14px;
    }

    .about__dot--5 .about__dot-text {
        left: 51px;
        top: -72px;
    }

    .about__dot--6 .about__dot-text {
        top: 20px;
        left: 26px;
    }

    .search-modal-form-heder.is-active {
        max-width: 265px;
        width: 265px;
    }

    .faq-question::after {
        right: -40px;
    }

    .faq-question {
        width: 88%;
    }

    .footer-widget-2 {
        width: 90%;
    }
    .popular-publications-title-inner  .section-title {
        width: 75%;
    }
}

@media(max-width:360px) {
    .circle-sec-bg {
        height: 362px;
        background-size: cover;
    }

    .circle-sec-bg-smile {
        width: 60px;
        height: 60px;
    }

    .about__dot--1 {
        top: 102px;
        right: 113px;
    }

    .about__dot--2 {
        top: 181px;
        right: 87px;
    }

    .about__dot--3 {
        top: 259px;
        right: 149px;
    }

    .about__dot--4 {
        top: 258px;
        right: 237px;
    }

    .about__dot--5 {
        top: 181px;
        right: 297px;
    }

    .about__dot--6 {
        top: 101px;
        right: 273px;
    }

    .about__dot--7 {
        top: 61px;
        right: 193px;
    }

    .about__dot--2 .about__dot-text {
        top: -70px;
        left: -180px;
    }

    .about__dot--3 .about__dot-text {
        top: -148px;
        left: -118px;
    }

    .about__dot--4 .about__dot-text {
        top: -147px;
        left: -30px;
    }

    .about__dot--5 .about__dot-text {
        left: 30px;
        top: -70px;
    }

    .about__dot--6 .about__dot-text {
        top: 10px;
        left: 6px;
    }

    .about__dot--7 .about__dot-text {
        top: 49px;
        left: -74px;
    }

    .about__dot--1 .about__dot-text {
        left: -154px;
        top: 9px;
    }

    .about__dot--1::after,
    .about__dot--2::after,
    .about__dot--3::after,
    .about__dot--4::after,
    .about__dot--5::after,
    .about__dot--6::after,
    .about__dot--7::after {

        z-index: 999;
    }


    .about__dot-text {
        padding: 16px 14px;
    }
}



  

 