.container {
    max-width: 1278px;
    margin: 0 auto;
    padding: 0 15px;
}
body{
    overflow-x: hidden;
}
.grid-container {
    margin: 0 auto;
    padding: 0 15px;
}

h2 {
    font-size: 44px;
    letter-spacing: 2.2px;
}
h1 {
    font-size: 44px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 2px;
}
.slider-container {
    overflow: visible !important;
}

/* Или для конкретного слайдера */
.your-slider-class {
    overflow: visible !important;
}
.bg__h1{
   background-image: url(/wp-content/uploads/2025/11/узор-ставить-по-центру-convert.io_-scaled.webp);
    background-repeat: no-repeat;
    height: 120px;
    margin-left: calc(-50vw + 50%); 
    margin-right: calc(-50vw + 50%);
    margin-bottom: 40px;
    background-position: top;
}
.breadcrumbs a{
    padding-right: 10px;
}
.breadcrumb_last{
    padding-left: 10px;
}
.section-circle {
    position: relative;
}
.breadcrumbs{
    padding: 40px 0;
    font-size: 14px;
}
.section-circle h2 {
    position: absolute;
    top: 12.5%;
}

.heder-container-bottom .site-description {
    font-size: 18px;
    line-height: 120%;
    margin-left: -5px;
    letter-spacing: 0.4px;
}

.heder-container-bottom .inside-header {
    justify-content: space-between;
}
#menu-item-1234{
    display: none;
}
.main-navigation .main-nav ul li a {
    text-transform: uppercase;
    font-size: 15px;
}
#menu-item-1242{
   display: none;
}
#menu-item-1243{
   display: none;
}
#menu-item-1244{
   display: none;
}
.search-modal-form-heder .search-field {
    border-radius: 100px;
}

/* Стили для формы поиска */
.search-modal-form-heder {
    position: relative;
    max-width: 300px;
}

.search-modal-form-heder .search-modal-fields {
    position: relative;
    display: flex;
    align-items: center;
}

.search-modal-form-heder .search-field {
    width: 100%;
    padding: 15px 103px 15px 15px;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    background: #F2EFEA;
}

.search-modal-form-heder .search-field:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.search-modal-form-heder button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
}

.search-modal-form-heder button:hover {
    background: none;
    transform: translateY(-50%) scale(1.05);
}

.search-modal-form-heder .gp-icon {
    width: 20px;
    height: 20px;
}

.search-modal-form-heder .gp-icon svg {
    fill: #595959;
}

.search-modal-form-heder .search-field::placeholder {
    font-weight: 600;
    font-family: "Merriweather", serif;
}

/* Стили для основного меню */
.header-menu ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
}

.heder-container-bottom {
    margin-top: 15px;
    padding-bottom: 15px;
}

.header-menu ul.menu>li {
    position: relative;
}

.nav-float-right #site-navigation {
    margin-left: initial;
}

.header-menu ul.menu a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 25px 0px;
    display: block;
    line-height: 124%;
    transition: color 0.3s ease;
}

.header-menu ul.menu a:hover {
    color: #FF4400;
}

/* Стили для выпадающего меню */
.header-menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid #e0e0e0;
}

.header-menu ul.menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Стили для пунктов выпадающего меню */
.header-menu ul.sub-menu li {
    border-bottom: 1px solid #f0f0f0;
}

.header-menu ul.sub-menu li:last-child {
    border-bottom: none;
}

.header-menu ul.sub-menu a {
    padding: 12px 15px;
    color: #555;
    background: #fff;
    transition: all 0.3s ease;
}

.header-menu ul.sub-menu a:hover {
    background: #f8f9fa;
    color: #FF4400;
    padding-left: 20px;
}

/* Стрелка для пунктов с подменю */
.header-menu ul.menu>li.menu-item-has-children>a::after {
    content: "▼";
    font-size: 10px;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.header-menu ul.menu>li.menu-item-has-children:hover>a::after {
    transform: rotate(180deg);
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-info-soci-link {
    font-size: 14px;
    letter-spacing: 1px;
}

.header-top-info {
    background-color: #272727;
    color: #fff;
}

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

.heder-container-bottom .inside-navigation.grid-container {
    padding: 0;
}

body{
    background: #F2EFEA;
}
body.home {
    background: none;
}
.video-part {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.header-top-info-soci-link {
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 16px;
    background: #383838;
    border-radius: 100px;
    padding-left: 43px;
    line-height: 135%;
    position: relative;
}

.header-top-info-soci-link:hover {
    color: #fff;
}

.header-top-info-soci-link:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/11/телега.svg);
    width: 28px;
    height: 28px;
    left: 8px;
    top: 25%;
}

.video-part-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.video-part-header h4 {
    margin: 0;
    color: #FF4400;
}

.video-part-fields label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.upload-video-btn {
    margin-top: 5px;
}

.video-url-field {
    margin-bottom: 5px;
}

.resource-section {
    display: flex;
    ;
}
.left-sidebar{
   width: 297px;
   margin-right: 20px;
}

.sidebar-bg {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
}

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

.filter-section h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.filter-checkbox {
    display: block;
    cursor: pointer;
}

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

.video-card {
    border: 1px solid #ddd;
    border-radius: 5px;
   
    background: white;
}
.video-thumbnail{
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.video-thumbnail video,
.video-thumbnail .video-embed {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.load-more-container{
    margin-top: 40px;
}
.load-more-btn{
        width: 100% !important;
    border-radius: 100px !important;
    background: #272727 !important;

}
.video-thumbnail iframe {
    width: 100%;
    height: 200px;
    border: none;
}

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

.video-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    min-height: 78px;
}

.video-title a {
    text-decoration: none;
    color: #333;
}

.video-title a:hover {
    color: #FF4400;
}

.video-category,
.video-date {
    font-size: 12px;
    color: #595959;
}
.publication-content-wrapper .publication-share-section {
    margin-top: 0px;
}
.publication-title a:hover{
    color:#000;
}
.video-tabs .nav-tabs {
    margin-bottom: 20px;
}
.download-btn-audio{
        text-align: right;
    display: block;
}
.video-tabs .nav-link,
 .audio-tabs .nav-link,
 .publication-type-tabs .nav-link{
border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -1px;
    background: #fff;
    border-radius: 100px;
}

.video-tabs .nav-link.active,
.audio-tabs .nav-link.active,
.publication-type-tabs .nav-link.active{
    background-color: #ececec;
}
.download-btn-audio{
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/11/Download-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.download-btn-audio:hover{
   background-image: url(/wp-content/uploads/2026/02/Download.svg);
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{color:#FF4400 !important }
.download-section-audio{
    display: flex;
    align-items: center;
}

.download-section-audio .share-toggle::before {
    top: 2px;

}

.publication-types {
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 100px;
    background-color: #F2EFEA;
    max-inline-size: fit-content;
    margin-top: 10px;
}
.publication-types-top {
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 100px;
    background-color: #F2EFEA;
    max-inline-size: fit-content;
    margin-bottom: 20px;

}
.publication-share-section{
    text-align: right;
    margin-top: 33px;
}
.publication-content-wrapper{
        display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.publication-main-content{
    width: 100%;
}
.download-section-audio .share-toggle {
    padding: 10px 15px;
}   
.audio-card{
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
}
.publication-card{
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
}
.single-video .video-meta {
    color: #595959;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);

}
.author-info-section {
  display: flex;
  gap:20px;
}
.author-card.expanded{
   margin:0;
   padding: 0;
   background: none;
}
.expanded .author-card-wrapper {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.author-photo .author-image {
    width: 100%;
    height: 385px;
        object-fit: cover;
    object-position: center;
}
.author-bio-inner{
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
    line-height: 160%;
    font-weight: 300;
        max-width: 931px;
}
.related-publication-link:hover{
    color:#272727;
}
.small-video-link:hover{
    color:#272727;
}
.author-details-main{
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
}
.plashka-button:hover{
    color:#272727;
}
.single-audio .audio-meta,
.publication-meta{
    color: #595959;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
}
.video-meta,
.audio-meta{
        display: flex;
    flex-direction: column;
}
.video-category{
    text-transform: uppercase;
    margin-top: 20px;
    color:#595959;
}

.audio-category{
    text-transform: uppercase;
    color:#595959;
}
.audio-category,
.audio-date,
.popular-audio-category,
.publication-category,
.publication-date,
.popular-publication-date,
.popular-publication-category,
.related-publication-category,
.related-publication-date{
     text-transform: uppercase; 
    color:#595959;
    font-size: 12px;
}

.video-player .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 20px;
}

.video-player .video-wrapper iframe,
.video-player .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-next {
    text-align: right;
}

.video-counter {
    text-align: center;
    font-weight: bold;
}

.download-btn {
    position: relative;
    display: inline-block;
    padding: 17px 63px 17px 30px;
    background: #272727;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
}
.download-btn::before{
    content:'';
    position: absolute;
    right: 33px;
    top: 39%;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/11/Download.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.download-btn:hover {
    background: #272727;
    color: #fff;
}
.stati-content-title a:hover{
    color:#000;
}
.video-additional-info {
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
}

.btn {
    display: inline-block;
    padding: 8px 16px;
    margin: 5px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    border-radius: 3px;
}

.btn-primary {
    background: #FF4400;
    color: white;
    border-color: #FF4400;
}

.btn-secondary {
    background: #6c757d;
    color: white;
    border-color: #6c757d;
}



.video-sidebar {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.filter-section {
    margin-bottom: 24px;

}

.filter-section:last-child {
    border-bottom: none;
}

.filter-section h3 {
margin-bottom: 9px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #EAE5DC;
    padding-bottom: 7px;
    line-height: 127%;
    position: relative;
}

/*.filter-section h3:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/11/chevron-right.svg);
    top: -2px;
    right: 0;
    width: 24px;
    height: 24px;
}*/
.widget-title {
margin-bottom: 9px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 7px;
    line-height: 127%;
    position: relative;
}
.publication-share-section .share-dropdown-content{
  left: -115px;
}
.filter-checkbox {
    display: flex;
    padding: 8px 0;
    cursor: pointer;
    font-size: 15px;
}
.filter-checkbox:last-child{
    padding-bottom: 0;
} 
.category-name{
    flex: 1;
}
.filter-checkbox input {
    margin-right: 8px;
}

.filter-checkbox:hover {
    color: #FF4400;
}

.filter-buttons {
    margin-top: 20px;
}
.share-toggle:hover::before {
    color: #FF4400;
}

.related-video-link:hover .related-video-title{
    color: #FF4400;
}
.btn {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-primary {
    background: #FF4400;
    color: white;
}

.btn-primary:hover {
    background: #005a87;
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background: #545b62;
}

.video-search {
    margin-bottom: 20px;
}

.video-search input {
  width: 100%;
    padding: 14px 14px 14px 20px;
    border-radius: 100px;
    font-size: 16px;
    font-family: "Merriweather", serif;
}
.audio-search,
.publication-search {
    margin-bottom: 20px;
}

.audio-search input,
.publication-search input {
  width: 100%;
    padding: 14px 14px 14px 20px;
    border-radius: 100px;
    font-size: 16px;
    font-family: "Merriweather", serif;
    background-color: #fff;
}
.audio-grid-inner,
.publication-grid-inner{
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.audio-main-content-inner{
    width: 100%;
}
 .filter-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #F2EFEA;
    border: 1px solid #EAE5DC !important;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
        margin-top: 3px;
}
 .filter-checkbox input[type="checkbox"]:checked::before {
    content: "";
    height: 15px;
    width: 15px;
    background-size: cover;
    background-color: #FF4400;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-tabs {
    margin-bottom: 20px;
}
.audio-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 11px;
    padding-left: 20px;
    position: relative;
}
.publication-card  h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 11px;
    position: relative;
}
.audio-title:before{
    position: absolute;
    content:'';
    top: 1px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/11/Volume_Min.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}
.popular-audio-title,
.related-audio-title,
.related-audio-title,
.popular-publication-title,
.related-publication-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 11px; 
    padding-right: 20px;
    position: relative;
    min-height: 50px;

}

.related-audio-title-left {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 11px; 
    position: relative;
}
.related-publication-title-left{
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 11px; 
    position: relative;
}
.related-publication-item a:hover{
    color: #000;
}
.popular-audio-link,
.related-audio-link{
    width: 100%;
}
.related-audio-title:before,
.popular-audio-title:before{
    position: absolute;
    content:'';
    top: 1px;
    right: 0;
    background-image: url(/wp-content/uploads/2025/11/Volume_Min.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
} 
.popular-publication-types,
.related-publication-type{
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 100px;
    background-color: #F2EFEA;
    max-inline-size: fit-content;
    margin-top: 10px;
}
.related-publications-slider{
    margin: 0 -10px;
}
.popular-publications-slider-section{
    position: relative;
}
.popular-audio-slide,
.related-audio-slide,
.popular-publication-slide,
.related-publication-slide {
    position: relative;
    margin: 0 10px;
}
.popular-audios-slider,
.related-audio-slider,
.popular-publications-slider
{
    margin: 0 -10px;
    padding-top: 0;
}
.popular-audio-slide,
.related-audio-slide,
.popular-publication-slide,
.related-publication-slide{
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
}
.related-publications-slider-section{
    position: relative;
}
.publication-meta{
    margin-top: 20px;
}
.audio-meta,
.publication-meta{
    display: flex;
    flex-direction: column;
    }
.audio-tabs,
.publication-type-tabs{
    margin-bottom: 40px;
}
.audio-content-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.related-videos-list,
.related-audio-list,
.related-publication-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.main__contant{
    width: 100%;
}
.flex-container{
    display: flex;
}
.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
}
.related-video-item,
.related-audio-item,
.related-publication-item{
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
}
.nav-item {
    margin-bottom: -2px;
}

.nav-link {
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    background: none;
    cursor: pointer;
}

.nav-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6 #dee2e6 #fff;
}
.publication-grid-inner .publication-thumbnail{
    display: none;
}
.nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
}

.video-grid {
    margin-top: 20px;
}
.author-text a:hover{
    color:#000;
}
.author-text a:active{
    color:#000;
}
.social-link:hover{
    color:#000;
}
.social-link:active{
    color:#000;
}
.loading {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #666;
}

.error {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #dc3232;
    background: #ffeaea;
    border-radius: 4px;
}

.video-pagination {
    margin-top: 30px;
    text-align: center;
}

/* Адаптивность */


.row {
    display: flex;
}



.video-navigation {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-previous {
    text-align: left;
}

.nav-next {
    text-align: right;
}

.nav-previous a,
.nav-next a {
    display: inline-block;
    padding: 10px 20px;
    color:#000 ;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.nav-previous a:hover,
.nav-next a:hover {
    color:#838383
}

.nav-previous.disabled span,
.nav-next.disabled span {
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    cursor: not-allowed;
    opacity: 0.6;
}
.related-videos-slider{
    margin: 0 -10px;
    padding-top: 0;
}
.category-title
.video-counter {
    text-align: center;
    margin: 15px 0;
    padding: 15px;
    background: white;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    border: 2px solid #FF4400;
}
.parts-counter-with-navigation{
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
}
.related-video-link{
    min-height: 60px;
}
.category-titleh4{
    font-size: 24px;
    line-height: 130%;
    width: 84%;
    margin: 0 auto;
}
.series-navigation {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dee2e6;
}

.series-parts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.part-link {
    display: inline-block;
    padding: 8px 12px;
    background: white;
    color: #FF4400;
    text-decoration: none;
    border: 1px solid #FF4400;
    border-radius: 4px;
    transition: all 0.3s ease;
    min-width: 40px;
    text-align: center;
}

.part-link:hover {
    background: #FF4400;
    color: white;
    transform: translateY(-2px);
}

.part-link.current-part {
    background: #FF4400;
    color: white;
    font-weight: bold;
}

/* Адаптивность */
@media (max-width: 768px) {
   

    .nav-previous,
    .nav-next {
        text-align: center;
        width: 100%;
    }

    .series-parts {
        gap: 5px;
    }

    .part-link {
        padding: 6px 10px;
        min-width: 35px;
        font-size: 14px;
    }
}


.related-audio-slider-section{
     margin-top: 100px;
   position: relative;
}
.popular-audio-title-inner {
   margin-top: 100px;
   position: relative;
}

.related-videos-slider {
    display: flex;
    overflow-x: auto;
    gap: 15px;
}

.related-video-slide {

    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.related-video-thumbnail {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.video-player-wrapper {
    width: 100%;
    height: 100%;
}

.video-player-wrapper iframe,
.video-player-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-player,
.html5-video-player,
.fallback-video-player {
    width: 100%;
    height: 100%;
}

.fallback-video-player .video-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.fallback-video-player .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.video-parts-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}


.related-video-title{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 140%;
    font-weight: 700;
        min-height: 38px;
}

.related-video-category,
.related-audio-category {
   text-transform: uppercase;
    color: #595959;
    font-size: 11px;
    margin-bottom: 4px;
    line-height: 100%;
}

.related-video-date {
    color: #595959;
    font-size: 11px;
    line-height: 100%;
}

.popular-audio-date {
    color: #595959;
    font-size: 11px;
    line-height: 100%;
}
.related-audio-date{
     color: #595959;
    font-size: 11px;
    line-height: 100%;
}
.popular-audios-slider-section{
    margin-top: 100px;
    position: relative;
}
.no-video-available {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.popular-videos-slider-section {
    margin: 100px 0 0 0;
        position: relative;
}

.popular-videos-slider {
        overflow: hidden;
}

.popular-videos-slider::-webkit-scrollbar {
    height: 8px;
}

.popular-videos-slider::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.popular-videos-slider::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.popular-video-slide {
    min-width: 280px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.popular-video-thumbnail {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.video-player-wrapper {
    width: 100%;
    height: 100%;
}

.video-player-wrapper iframe,
.video-player-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.youtube-player,
.html5-video-player,
.fallback-video-player {
    width: 100%;
    height: 100%;
    background: #000;
}

.fallback-video-player .video-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.fallback-video-player .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 0, 0, 0.8);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.fallback-video-player .video-link:hover .play-icon {
    background: rgba(255, 0, 0, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-parts-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.popular-video-content {
    padding: 15px;
    position: relative;
}

.related-video-content {
    padding: 15px;
    position: relative;
}
.popular-video-slide{
    position: relative;
    margin: 0 10px;
}
.related-video-slide{
    position: relative;
    margin: 0 10px;
}
/*.related-video-slide:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Frame-1321315001.svg);
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 16px;
    transition: 0.3s;
}*/
.related-video-slide:hover::after {
    transform: rotate(85deg);
}
.slick-list{
    margin: 0 -10px;
}
/*.popular-video-slide:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Frame-1321315001.svg);
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 16px;
    transition: 0.3s;
}*/
.mobile__block .header-top-info-soci-link{
    color:#fff;
        width: 90%;
}
.popular-video-slide:hover::after {
    transform: rotate(85deg);
}
.video-card{
    position: relative;
}
/*.video-card:after{
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Frame-1321315001.svg);
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 16px;
    transition: 0.3s;
}*/
.video-card:hover::after {
    transform: rotate(85deg);
}
.popular-video-title {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
        min-height: 60px;
}

.popular-video-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.popular-video-link:hover {
    color: #ff0000;
}

.popular-video-category {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.popular-video-date {
    color: #999;
    font-size: 12px;
}
.conteiner-flex{
    display: flex;
}
.site-content {
    display: block;
}
.no-video-available {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #666;
}

.no-video-available .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.no-video-text {
    margin-top: 60px;
    font-size: 14px;
}

.video-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}

.video-format {
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.8;
}

/* Адаптивность */
@media (max-width: 768px) {
    .popular-video-slide {
        min-width: 250px;
    }

    .popular-video-thumbnail {
        height: 140px;
    }

    .popular-video-content {
        padding: 12px;
    }

    .popular-video-title {
        font-size: 14px;
    }
}


.homepage-videos-section {
    padding: 40px 0 100px 0;
    background: #F2EFEA;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.homepage-videos-section .container {
    max-width: 1278px;
    margin: 0 auto;
    padding: 0px 15px;
}

.page-header,
.sidebar .widget,
.site-main>* {
    margin-bottom: 0px;
}

.section-title {
font-size: 44px;
}
.bg__drugina{
    background-image: url(/wp-content/uploads/2025/11/Frame-1321315082-convert.io_.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.drugina-section {
    padding: 100px 0;
    background-image: url(/wp-content/uploads/2025/11/Frame-1321315082-convert.io_.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-color: #fff;
}

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

.drugina-section p {
    width: 62%;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.2px;
}
.btn_mobile{
    display: none;
}
.btn__link {
    color: #fff;
    background-color: #272727;
    border-radius: 100px;
    padding: 16px 32px;
    transition: 0.3s;
}
.btn__link:hover{
    background-color: #FF4400;
}
.custom-text {
    margin-bottom: 40px;
}
.section-circle{
    padding: 15px 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.section-circle:after{
       position: absolute;
    content: '';
    background: #F2EFEA;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -3;
}
.section-circle::before{
       position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/11/узор-ставить-по-центру-convert.io_-scaled.webp);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -2;
    background-position: center;
}
/* Стили для большого видео */
.main-featured-video {
    margin-bottom: 20px;
}

.main-video-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    border-radius: 16px;
    overflow: hidden;

}

.main-video-player {
    position: relative;
    background: #000;
    border-radius: 16px;
    width: 825px;
}
.block-stati{
   max-width: 403px; 
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 57%;
    /* 16:9 aspect ratio */
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}

.main-video-info {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-video-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.main-video-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main-video-title a:hover {
    color: #007cba;
}

.main-video-category {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.main-video-date {
    color: #999;
    font-size: 0.8rem;
    margin-bottom: 15px;
}

.main-video-excerpt {
    color: #555;
    line-height: 1.5;
}

/* Стили для маленьких видео */
.small-videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.small-video-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.small-video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

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

.small-video-player {
    position: relative;
    height: 201px;
    background: #000;
    overflow: hidden;
}

.small-video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.small-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.small-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.small-video-item:hover .play-overlay {
    opacity: 1;
}

.play-icon {
    background: rgba(255, 0, 0, 0.8);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.small-video-item:hover .play-icon {
    background: rgba(255, 0, 0, 1);
    transform: scale(1.1);
}

.small-video-content {
    padding: 16px;
    position: relative;
}

/*.small-video-content:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Frame-1321315001.svg);
    width: 40px;
    height: 40px;
    bottom: 21px;
    right: 16px;
    transition: 0.3s;
}*/

.small-video-content:hover::after {
    transform: rotate(85deg);
}

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

.small-video-category {
    color: #666;
    font-size: 12px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.small-video-date {
    color: #909090;
    font-size: 12px;
}

/* Стили для отсутствующего видео */
.no-video-available,
.no-video-available-small {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.no-video-available-small {
    height: 180px;
}

.no-video-placeholder {
    text-align: center;
}

.no-video-placeholder .play-icon {
    background: rgba(0, 0, 0, 0.7);
    margin: 0 auto 10px;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .main-video-wrapper {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .small-videos-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .main-video-info {
        padding: 20px;
    }

    .main-video-title {
        font-size: 1.3rem;
    }
}

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

.circle-sec-bg-smile {
    width: 145px;
    height: 145px;
    background-image: url(/wp-content/uploads/2025/11/круг-лого-convert.io_.webp);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 2;

}

.circle-sec {
    position: relative;
}

.circlet-text-inner {
    position: absolute;
    top: 0;
}

.circlet-text {
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    width: 150px;
    line-height: 123%;
}



.about__images-box {
    position: relative;
}

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

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

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

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

.about__dot--5 {
    top: 397px;
    right: 816px;
}

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

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

.about__dot {
    position: absolute;
    cursor: pointer;
}

.about__dot-text {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    display: none;
    z-index: 20;
        -webkit-text-stroke: 0.5px #838383;
  
}
.about__dot--3 .circlet-text{
    padding-bottom: 40px;
}


.about__dot--1 .circlet-text {
    left: -34px;
    top: 11px;
    width: 174px;
}

.about__dot--2 .circlet-text {
    left: -17px;
}

.about__dot--7 .circlet-text {
    padding: 40px 0px;
    left: -20px;
    top: 2px;
}

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

.about__dot--4 .circlet-text {
    left: -40px;
    top: 14px;
    width: 157px;
}

.about__dot--5 .circlet-text {
    left: -44px;
    top: -20px;
    width: 212px;
    text-align: left;
    padding: 15px 0;
}

.about__dot--6 .circlet-text {
    left: -25px;
}

.about__dot--5 .circlet-text-title {
    margin-left: 10px;
}

.about__dot:hover::before {
    display: none;
    z-index: 0;

}

.about__dot::before {
    content: '';
    position: absolute;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;


}

.about__dot--1::before {
    background-image: url(/wp-content/uploads/2025/11/Slice-5-14.3-1.svg);
    width: 721px;
    height: 418px;
    left: -76px;
    top: -270px;
}

.about__dot--2::before {
    background-image: url(/wp-content/uploads/2025/11/Slice-5-14.3-2.svg);
    width: 720px;
    height: 611px;
    left: -76px;
    top: -184px;
}

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

.about__dot--4::before {
    background-image: url(/wp-content/uploads/2025/11/Slice-5-14.3-4.svg);
    width: 537px;
    height: 426px;
    left: -421px;
    top: -89px;
}

.about__dot--5::before {
    background-image: url(/wp-content/uploads/2025/11/Slice-5-14.3-5.svg);
    width: 723px;
    height: 613px;
    left: -531px;
    top: -190px;
}

.about__dot--6::before {
    background-image: url(/wp-content/uploads/2025/11/Slice-5-14.3-6.svg);
    width: 720px;
    height: 415px;
    left: -543px;
    top: -299px;
}

.about__dot--7::before {
    background-image: url(/wp-content/uploads/2025/11/Slice-5-14.3.svg);
    width: 673px;
    height: 415px;
    left: -276px;
    top: -175px;
}
.about__dot-text ul{
    margin: 0 auto;
}
.about__dot--7 .about__dot-text{
    text-align: center;
    top: -160px;
    left: -39px;
}
.about__dot--1 .about__dot-text{
    left: 193px;
    top: -230px;
}
.about__dot--2 .about__dot-text {
    top: -42px;
    left: 302px;
}

.about__dot--3 .about__dot-text {
    top: 155px;
    left: 25px;
}
.about__dot--4 .about__dot-text {
    top: 155px;
    left: -100px;
}
.about__dot--5 .about__dot-text {
    left: -321px;
}
.about__dot--6 .about__dot-text {
    top: -283px;
    left: -480px;
}



.about__dot  .about__dot-text ul{
     width: 200px;
}
.about__dot--1  .about__dot-text ul{
     width: 243px;
}
.about__dot--6  .about__dot-text ul{
     width: 343px;
}
/*.about__dot:hover .about__dot-text {
    display: none;
}*/

/*.about__dot:hover .circlet-text {
    z-index: -1;
}*/

/*.about__dot .circlet-text {
    z-index: inherit;
}*/

.circlet-text-desc {
    font-size: 11px;
    line-height: 100%;
    width: 90%;
    margin: 0 auto;
    font-weight: 700;
}

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

.form-section{
    padding: 50px 0;
}

.form__inner{
    display: flex;
}
.form-text{
      margin-top: 10px;
    width: 77%;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.4px;
}
.form__wrapper-input p{
    display: flex;
        gap: 7px;
}
.submit-form{
    background-color: #272727 !important;
    border-radius: 100px;
    padding: 0 32px !important;
     font-family: "Merriweather", serif;
}
.input-tel::placeholder{
      font-family: "Merriweather", serif;
}

.social__list{
    display: flex;
    margin: 0;
    list-style: none;
        margin-left: 20px;
    gap: 6px;
}
.form__wrapper-input--flex{
    display: flex;
    padding-top: 30px;
}
.form__inner-text{
    width: 74%;
}
.share-dropdown-content a:hover{
   color: inherit;
}
.related-video-link:hover{
    color:#000;

}
.vk {
    background-image: url(/wp-content/uploads/2025/11/Frame-99.svg);
}
.telega {
    background-image: url(/wp-content/uploads/2025/11/Frame-97.svg);
}
.social__link {
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
}
.form__wrapper-input .input-tel{
    max-width: 320px;
    border-radius: 100px;
    background-color:#F2EFEA ;
    border:none;
    padding: 13px 20px;
} 
.wpcf7-spinner{
    display: none;
}
.form__wrapper-input br{
    display: none;
}

.reklama-link .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #EAE5DC;
    border: 1px solid #EAE5DC !important;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
}
.form__top-banner .wpcf7-list-item label {
    display: flex;
    margin-bottom: 5px;
}
.reklama-link .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::before {
    content: "";
    height: 8px;
    width: 10px;
    background-size: cover;
    background-image: url(/wp-content/uploads/2025/11/Vector.svg);
    position: absolute;
    font-size: 12px;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wpcf7-list-item-label {
        flex: 1;
    font-size: 15px;
    font-weight: 5300;
    line-height: 150%;
}
.wpcf7-list-item-label a {
    border-bottom: 1px solid #000000;
    line-height: 100%;
}
 .wpcf7-list-item label {
    display: flex;
    margin-bottom: 5px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0px 0 0 0em;
}


.faq-answer p {
    font-size: 14px;
    font-weight: 300;
}

.faq-item {
    overflow: hidden;
    border-radius: 8px;
    padding: 12px 20px;
    break-inside: avoid;
    margin-bottom: 10px;
    background-color: #fff;
}



.faq-question {
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #272727;
    line-height: 150%;
    transition: background 0.3s;
    position: relative;
}

.faq-question::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/11/arrow-down-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

.faq-item.active .faq-question::after {
    background-image: url(/wp-content/uploads/2025/11/arrow-down-right-1.svg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    font-size: 18px;
    line-height: 140%;
    padding-top: 0;
    border-top: none;
}

.faq-item.active .faq-answer {
    max-height: 500px; /* побольше, чтобы любой текст влазил */
    padding-top: 10px;
    width: 100%;
}
.faq-section-inner{
    display: flex;
    justify-content: space-between;
}
.faq-section{
    padding: 100px 0;
    background-color: #F2EFEA;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
}
.faq-items{
    width: 66%;
    z-index: 1;
}
.faq-section::before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/11/узор.svg);
    background-repeat: no-repeat;
    height: 85%;
    width: 100%;
    z-index: 0;
    background-position: bottom center;
}

.separate-containers .site-main {
    margin: 0px;
}
.site-footer{
        margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
}
.footer-image{
    width: 120px;
    height: 120px;
}
.site.footer-widgets{
   padding: 48px 0 0px 0;
}
.site-footer .grid-container-flex{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
        padding-bottom: 20px;

}
.footer__menu{
    text-transform: uppercase;
    font-size: 14px;
}
.footer__menu-list-item a{
        line-height: 150%;
    display: block;
}
.footer__soci{
    display: flex;
    flex-direction: column;
}
#block-13{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   
}
.footer-widget-2{
    margin-left: -100px;
}
.footer__soci-link{
    padding-left: 27px;
    background-repeat: no-repeat;
}
.footer-telega{
   background-image: url(/wp-content/uploads/2025/11/Path-3.svg);
   padding-bottom: 5px;
}
.mail{
   background-image: url(/wp-content/uploads/2025/11/Mail.svg);
}
.footer__bottom{
    justify-content: space-between;
        text-transform: uppercase;
        font-size: 14px;
        border-top: 1px solid #444444;
    padding-top: 25px;
}
.class__link-slid:hover{
    color: #000;
}
.footer__bottom-items-flex{
    display: flex;
    justify-content: space-between;

}
.footer__bottom-menu-list{
    display: flex;
    list-style: none;
    margin: 0 auto;
    gap: 23px;
}

.site-footer .inside-site-info {
    display: inline;
}

footer .inside-site-info {
    padding: 0px 40px;
}
.footer-widget-4{
display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 14px;
}
.popular-videos-slider{
       margin: 0px -10px -5px -10px;
    padding-bottom: 0;
        padding-top: 0;
}
.slick-prev{
    right: -60px;
      background-image: url(/wp-content/uploads/2025/11/Vectorvbg.svg) !important;
   
}
.slick-next{
    left: -60px;
    background-image: url(/wp-content/uploads/2025/11/Vectorer.svg) !important;
  
}
.slick-slider {
    position: static !important;
}
.slick-arrow{
    background: #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    font-size: 0;
    z-index: 1;
    position: absolute;
    top: 57%;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
}
.slick-arrow:hover{
   background: #fff;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
}
.slick-arrow:focus{
   background: #fff;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
}
.footer__form{
    background: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 100px;
}

.bg_bottom-footer {
    background-image: url(/wp-content/uploads/2025/11/узор-ставить-по-центру-convert.io_-scaled.webp);
    background-repeat: no-repeat;
    height: 120px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 0px;
    background-position: top;
}
/* Первый уровень */
.header-menu ul.menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Второй уровень */
.sub-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
    left: 100%;
    top: 0;
    opacity: 1;        /* добавлено */
    visibility: visible; /* добавлено */
    transform: translateY(0); /* можно убрать или оставить */
}

.popular-videos-title-inner,
.popular-audios-title-inner,
.popular-audio-title-inner,
.popular-publications-title-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 100px;
}

.class__link-slid{
   font-size: 16px;
    border-bottom: 1px solid;
        padding-bottom: 6px;
}
.video-player-section{
    max-width: 852px;
    margin: 0 auto;
}
.parts-counter{
    text-transform: uppercase;
    font-size: 12px;
    color:#595959;
}

.native-share-section {
   text-align: right;
}
.download-section-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.share-dropdown {
    position: relative;
    display: inline-block;
}

.share-toggle {
   font-size: 16px;
   line-height: 100%;
   cursor: pointer;
   padding: 10px;
    position: relative;
    display: block;
        padding: 10px 35px;
}
.share-toggle::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 3px;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/11/Share_Android.svg);
}
.share-toggle:hover::before{
       background-image: url(/wp-content/uploads/2026/02/Share_Android.svg);
        width: 20px;
    height: 20px;
}
.header-menu ul.sub-menu li {
    list-style: none !important;
}
.publication-meta-inner{
    display: flex;
    flex-direction: column;
}
.share-dropdown-content {
    display: none;
    position: absolute;
    top: 68%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 8px 0;
    z-index: 1000;
    margin-top: 5px;
}

.share-dropdown:hover .share-dropdown-content {
    display: block;
}

.share-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.share-link:hover {
    background: #f5f5f5;
}

.share-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
}
.text_citata{
    background-color: #fff;
    font-style: italic;
    padding: 24px;
    font-size: 20px !important;
    border-radius: 16px;
    letter-spacing: 0.5px;
}
.text_citata span{
    font-weight: 600;
}
.sec_pd-bt{
    padding-bottom: 20px !important;
}
.audio-title a:hover{
    color:#000;
}



/* Цвета для иконок */
.whatsapp-link { color: #25D366; }
.telegram-link { color: #0088cc; }
.vk-link { color: #4C75A3; }
.ok-link { color: #EE8208; }
.email-link { color: #EA4335; }

/* Адаптивность */
@media (max-width: 768px) {
    .share-dropdown-content {
        left: -50px;
        min-width: 180px;
    }
}

.author-card{
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    margin: 16px 0;
}
.contact-top{
    margin-top: 40px;
}
.text_contact{
    line-height: 160%;
    margin-bottom: 10px;
}
.stati-content-title a:active{
    color:#000;
}
.stati-content-title a:focus{
    color:#000;
}
.author-image-audio{
    height: 110px;
}
.related-audio-content a:hover{
    color:#000
}
.audio-player-wrapper{
    background-color: #EAE5DC;
    padding: 16px;
    border-radius: 16px;
}
.audio-img img{
    background-color: #EAE5DC;
    border-radius: 12px;
    display: block;
}
.author-image{
    width: 100px;
    height: 110px;
}
.author-name{
    font-size: 16px;
    font-weight: 700;
}
.author-card-inner{
    display: flex;
    gap:16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}
.circlet-text-title a{
    text-decoration: underline;
}
.author-text{
    font-size: 16px;
    line-height: 160%;
    font-weight: 300;
}
.author-text p{
    margin-bottom: 20px;
}
.author-text p:last-child{
    margin-bottom: 0px;
}
.author-social-links{
    display: flex;
    gap:8px;
}
.website-link .social-label {
        background-color: #fff;
    height: 54px;
    width: 54px;
    text-align: center;
    border-radius: 16px;
        display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}
.author-social-links .vk-link{
    background-image: url(/wp-content/uploads/2025/12/Frame-99.svg);
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
}
.author-social-links .telegram-link{
      background-image: url(/wp-content/uploads/2025/12/Frame-97.svg);
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
}
.audio-item-inner{
    width: 100%;
}
.audio-player-wrapper .category-titleh4{
        margin: inherit;
    margin-bottom: 32px;
}
.audio-meta{
    margin-top: 20px !important;
}
.stati-grid{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.audio-item{
        display: flex;
    align-items: center;
    gap: 20px;
}
.stati-categories,
.stati-date{
    text-transform: uppercase;
    color: #595959;
    font-size: 12px;
}
.stati-author-image{
    max-width: 100px;
    height: 110px;
    border-radius: 16px;
    object-fit: cover;
}
.stati-item{
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    gap:16px;
}
.stati-content-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 10px;
    position: relative;
}
.avtor-text,
.author-card-header{
    color: #909090;
    font-size: 12px;
    text-transform: uppercase;
    width:178px;
}
.author-card-wrapper{
    display: flex;
    gap:20px;
}
.author-position{
    font-size: 12px;
    text-transform: uppercase;
    color: #595959;
    padding-top: 10px;
}
#load-more-btn{
    margin: 0 auto;
    width: 100%;
    border-radius: 100px;
    background-color: #272727;
}
.video-load-more{
    margin-top: 30px;
}
.faq-items-page{
    margin: 0 auto;
}
.faq-section-page{
    padding: 40px 0 60px 0;
}
.bg__h1-faq{
    margin-bottom: 0;
}
.faq-section-page:before{
    background-image: none;
}
.naprav__page .circle-title{
    display: none;
}
.sec_pd{
    padding: 100px 0;
}
.content-inner{
    display: flex;
    gap: 105px;
}
.drugina-video{
    width: 64%;
    position: relative;
}
.related-audio-title{
    min-height: 70px;
}
.drugina-content{
    width: 100%;
}
.drugina-video video{
    width: 100%;
    border-radius: 16px;
}
.sec_pd h2{
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 20px;
}
.sec_pd p{
  line-height: 160%;
  font-weight: 300;
  font-size: 16px;
}
.bd-wite{
    background-color: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.list-style{
    list-style: none;
}
.bg__h1_drugina{
        margin-bottom: 0px;
}
.native-share-section-drugina .native-share-section{
    text-align: left !important;
}
.native-share-section-drugina .share-toggle {
    padding: 10px 35px 10px 0;
}
.plashki-wrapper{
     display: grid;
  grid-template-columns: repeat(4, 1fr);
 gap: 20px;
 margin-top: 40px;
}
.plashka-item{
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.related-audio-item a:hover{
    color: #222222;
}
.plashka-name{
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 30px;
}
.plashka-button{
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 100px;
    background-color: #F2EFEA;
    max-inline-size: fit-content;
    margin: 0 auto;
}
.content-block{
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
}
.content-block p{
    margin-bottom: 10px;
    line-height: 160%;
    font-weight: 300;
}
.content-block p:last-child{
    margin-bottom: 0px;
}
.list-style-margin{
    margin: 0;
    line-height: 160%;
    font-size: 16px;
    font-weight: 300;
}
.list-style-padding{
    padding-left: 15px;
}
.title-top{
    margin-top: 40px;
}
.footer__form{
    display: none;
}
.audio-archive-container,
.video-archive-container,
.publication-archive-container{
    margin-bottom: 100px;
}
#video-grid .video-card{
        border-radius: 16px;
        border: none;
}


/* Стили для информации о видео */
.video-download-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 4px;
    font-size: 14px;
    transition: opacity 0.3s ease;
}
.circlet-text a {
  transition: 0.3s;
}

/* Чтобы тень применялась именно к тексту (text-shadow) – если вы имели в виду это */
.circlet-text:hover a {
    text-decoration:none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.2s ease; /* плавность */
}





/* Десктоп - скрываем по умолчанию, показываем при наведении */
@media (hover: hover) and (pointer: fine) {
    .video-download-info {
        opacity: 0;
    }
    
    video:hover + .video-download-info,
    .video-download-info:hover {
        opacity: 1;
    }
}

/* Мобильные устройства - всегда показываем */
@media (hover: none) and (pointer: coarse), 
       (max-width: 768px) {
    .video-download-info {
        opacity: 1 !important;
        display: flex !important;
        background: rgba(0, 0, 0, 0.9);
        position: relative;
        z-index: 10;
        margin-top: -4px;
        border-radius: 0 0 4px 4px;
    }
    
    /* Для лучшей читаемости на мобильных */
    .video-download-info a {
        font-size: 13px;
        padding: 8px 14px;
        background: rgba(76, 175, 80, 0.9);
        color: white;
        font-weight: 500;
        text-align: center;
        flex: 1;
        margin-right: 10px;
        border-radius: 3px;
    }
    
    .video-download-info span {
        font-size: 12px;
        opacity: 0.95;
        text-align: right;
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Общие стили для кнопки */
.video-download-info a {
    color: #4CAF50;
    text-decoration: none;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.video-download-info a:hover {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: underline;
}

.footer__menu-lismobile{
    display: none;
}
.current-menu-item a{
    color:#FF4400 !important;
}

/* Планшеты и небольшие экраны */
@media (max-width: 768px) and (min-width: 481px) {
    .video-download-info {
        padding: 10px 15px;
    }
    
    .video-download-info a {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .video-download-info span {
        font-size: 13px;
    }
}

/* Дополнительные улучшения для касаний */
@media (hover: none) and (pointer: coarse) {
    .video-download-info a {
        min-height: 44px; /* Минимальный размер для удобного касания */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    video {
        touch-action: manipulation;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 360px) {
    .video-download-info {
        font-size: 12px;
    }
    
    .video-download-info a {
        font-size: 12px;
        padding: 8px 10px;
    }
    
    .video-download-info span {
        font-size: 11px;
    }
}

.video-download-info{
    position: absolute;
    top: 0;
}
.video-download-info{
 width: 100%;
    max-width: 164px;
    right: 0;
    top: 0;
}
.contact_page .inside-article{
    border-radius: 16px;
}
.section-circle-text-mobile{
    display: none;
}
.related-videos-widget-mobile{
    display: none;
}
.search-mobile{
    display: none;
}
.related-widget-mobile{
    display: none;
}
.drugina-content a {
 color: #000;
}
.drugina-content a:hover {
 color: #000;
}
.drugina-content a:active{
 color: #000;
}
.drugina-content li {
    display: flex;
    align-items: flex-start;
}

.drugina-content li::before {
    content: "•";
    margin-right: 8px;
    line-height: 1.4;
}