/*
Theme Name: Theatre WP Child
Theme URI: 
Author: Curly Themes
Author URI: 
Description: Child Theme for Theatre WP Theme
Version: 1
Template: theatre-wp

*/
@import url("../theatre-wp/style.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;700&display=swap');
/**********************************************************************************************************************/
/*****Меню*************************************************************************************************************/
.menu-disabled > a {
    pointer-events: none;
    cursor: default;
    /*opacity: 0.6; !* по желанию *!*/
}

/**********************************************************************************************************************/
/*****Главная**********************************************************************************************************/
/*****Header***********************************************************************************************************/
.vc_column-inner.vc_custom_1773045874814 {
    margin-top: 200px !important;
}
.wpb_column .wpb_text_column .main-header-left {
    font-family: Alegreya, Georgia, 'Times New Roman', serif;
    font-weight: normal;
    font-size: 2.3125rem;
    color: rgba(201, 172, 140, 1);
    letter-spacing: -0.035em;
}

.wpb_column .wpb_text_column .main-header-left .sub {
    font-size: 1.6125rem;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.special-title::before {
    max-width: 10rem;
    width: 50%;
    border-bottom: 2px solid currentColor;
}

.wpb_column .wpb_text_column p.lead-lg.slogan1 {
    max-width: 17rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.wpb_wrapper .comingsoon {
    padding-left: 0px;
}

.btn-link,
.vc_general.vc_btn3.vc_btn3-style-btn-link,
.btn-link:focus,
.btn-link:active,
.btn-link:visited,
.vc_general.vc_btn3.vc_btn3-style-btn-link:focus,
.vc_general.vc_btn3.vc_btn3-style-btn-link:active,
.vc_general.vc_btn3.vc_btn3-style-btn-link:visited {
    color: rgba(201, 172, 140, 1);
    outline: none;
    box-shadow: none;
}

@media (min-width: 576px) {
    .special-title {
        margin-bottom: 2.75rem;
    }
}

@media (min-width: 576px) {
    .slogan, .single-wcs-event--left .wcs-single-left p, .wcs-single-right__content, .wcs-class__excerpt, .wcs-class__title {
            font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif !important;
            font-weight: 500;
        }

    .slogan {
        max-width: 26.6rem;
    }
}
/**********************************************************************************************************************/
/*****Стили с первого зеркала******************************************************************************************/

/*Header*/
.ct-header__logo-nav {
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu-disabled > a {
    pointer-events: none;
    cursor: default;
    /*opacity: 0.6; !* по желанию *!*/
}

/* Иконки соц сетей в топ-меню */
#menu-main-menu > li.menu-socials{
    margin-left: 0 !important;
}

.header-socials{
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-socials a{
    text-decoration: none;
}

#menu-main-menu > li.menu-socials{
    margin-left: 100px !important; /* расстояние от "КОНТАКТИ" */
}

/* Новости */
/**********************************************************************************************************************/
/*****Новости на Главной******************************************************************************************/
.wcs-timetable--grid .wcs-class__timestamp {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    /*margin: 18px 0 14px !important;*/
    line-height: 1 !important;
}

.wcs-timetable--grid .wcs-class__timestamp .date-day {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 5.375rem;
    line-height: 1;
    margin-right: 10%;
    letter-spacing: -0.05em;
    font-family: 'Old Standard TT';
    font-weight: normal;
    font-style: italic;
}

.wcs-timetable--grid .wcs-class__timestamp .date-short {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    padding-top: 10px !important;
}

.wcs-timetable--grid .wcs-class__timestamp .date-short span {
    display: block !important;
    font-family: "Alegreya Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    color: #c9ac8c !important;
}

.wcs-timetable__grid .wcs-class__excerpt small {
    font-size: 100%;
}

#wcs-app-4 .wcs-iso-item {
    height: 830px !important;
}

@media (min-width: 400px) and (max-width: 599px) {
    #wcs-app-4 .wcs-iso-item {
        height: 1200px !important;
    }
}

.xtd-shadow--normal-hard {
    margin-bottom: 3rem;
}
/*************************
    *** Модальное окно ***
 *************************/
.wcs-vue-modal .wcs-modal:not(.wcs-modal--large):not(.wcs-modal--light) {
    background-color: transparent !important;
}

/*Светлый фон*/
.wcs-vue-modal .wcs-modal:not(.wcs-modal--large):not(.wcs-modal--light) {
    background-color: transparent !important;
}

.wcs-vue-modal .wcs-modal.wcs-modal--light:not(.wcs-modal--large) {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

/* Легкий крем */
.wcs-vue-modal .wcs-modal.wcs-modal--light:not(.wcs-modal--large) {
    background-color: rgba(255, 248, 240, 0.85) !important;
}

/* почти белый, но убирает «холодность» */
.wcs-vue-modal .wcs-modal.wcs-modal--light:not(.wcs-modal--large) {
    background-color: rgba(255, 252, 247, 0.85) !important;
}

/********************** HOVER ************************/
/* Карточка новости */
.wcs-class .wcs-class__inner {
    position: relative;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
    will-change: transform;
}

/* Подъем карточки */
.wcs-class:hover .wcs-class__inner {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.35);
}

/* Картинка */
.wcs-class .wcs-class__image {
    overflow: hidden;
}

.wcs-class .wcs-class__image img {
    display: block;
    width: 100%;
    transition: transform .65s ease, filter .35s ease;
}

/* Легкий zoom фото */
.wcs-class:hover .wcs-class__image img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

/* Дата, заголовок, текст */
.wcs-class .wcs-class__timestamp,
.wcs-class .wcs-class__title,
.wcs-class .wcs-class__excerpt {
    transition: transform .35s ease, color .35s ease, opacity .35s ease;
}

.wcs-class:hover .wcs-class__timestamp,
.wcs-class:hover .wcs-class__title,
.wcs-class:hover .wcs-class__excerpt {
    transform: translateY(-4px);
}

/* Подсветка заголовка */
.wcs-class:hover .wcs-class__title {
    color: #e7c18a;
}

/* Блик */
.wcs-class .wcs-class__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            120deg,
            rgba(255,255,255,0) 20%,
            rgba(255,255,255,0.08) 45%,
            rgba(255,255,255,0) 70%
    );
    transform: translateX(-120%);
    transition: transform .8s ease;
    pointer-events: none;
    z-index: 3;
}

.wcs-class:hover .wcs-class__inner::before {
    transform: translateX(120%);
}
/*****Новости на Главной******************************************************************************************/
/**********************************************************************************************************************/
/*****Незабаром********************************************************************************************************/
.coming-soon-onmain h3.special-title.display-3 {
    margin-top: 35px;
    margin-bottom: 15px;
}
.coming-soon-onmain h3.special-title.display-3 .small-reg{
    text-transform: lowercase;
}
.coming-soon-onmain h3.special-title.display-3::before {
    content: none;
}

.coming-soon-onmain h3.special-title.display-3 small{
    font-family: Alegreya, Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
    line-height: 1.6;
}

.coming-soon-onmain h1.soon {
    position: relative;
    font-family: Alegreya, Georgia, 'Times New Roman', serif;
    padding-bottom: 20px;
    font-weight: 400;
}

.coming-soon-onmain h1.soon::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;

    width: 170px;
    height: 2px;

    background: rgba(201, 172, 140, 1);
}

.coming-soon-onmain .lead {
    margin-top: 85px;
    width: 300px;
    font-size: 28px;
    line-height: 1.4;
}

.coming-soon-onmain p {
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.004em;
}

.coming-soon-onmain h3.special-title.display-3.bold small {
    font-weight: 700;
}


@media (max-width: 767px) {
    .wpb_column.vc_column_container.vc_col-sm-4.vc_col-sm-offset-1 .vc_column-inner {
        padding-top: 0;
    }
}


/*****Незабаром********************************************************************************************************/
/**********************************************************************************************************************/

body.home .wcs-class__excerpt{
    font-family: "Fixel Display", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 500;
}

/*Заголовок новости на Главной*/
.wcs-class__title{
    font-family: "Fixel Display", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 500;
}

.wcs-class__title,
.entry-title {
    hyphens: manual;
    overflow-wrap: anywhere;
}


/**********************************************************************************************************************/
/*****Main Events******************************************************************************************************/

/* Фиксируем высоту карточки */
#wcs-app-4 .wcs-iso-item {
    height: 760px;
}

/* Делаем внутреннюю структуру управляемой */
#wcs-app-4 .wcs-class_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}


/* Контент занимает остаток */
#wcs-app-4 .wcs-class__excerpt {
    flex-grow: 1;
    overflow: hidden;
}

@media (max-width: 900px){
    #wcs-app-4 .wcs-iso-item {
        height: auto;
    }
}

#wcs-app-4 .wcs-class__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/**********************************************************************************************************************/
/***** Специально событие *********************************************************************************************/
#single-event.vc_custom_1497459344030 {
    border: 3px solid rgba(200, 173, 140, 0.6) !important;
}
/*Special Event заголовок "Незабаром"*/
.soon {
    white-space: nowrap;        /* никогда не переносить */
}

/***** END Специально событие *****************************************************************************************/
/**********************************************************************************************************************/
/***** Творчі колективи ***********************************************************************************************/
.no-ligatures .special-title,
.ct-header__main-heading-title .h1,
.wcs-class__inner h3{
    letter-spacing: 0.005em;
}

.main_ourtheatres_desc .xtd-card__info {
    /*background-color: #181616;*/
    /*background-color: #141212;*/
    /*background-color: #100F0F;*/
    background-color: #0B0A0A;
    background-color: #1A1919;
}

.main_ourtheatres_desc .xtd-card__title,
.main_ourtheatres_desc .xtd-card__content,
.btn-link{
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.main_ourtheatres_desc .xtd-card__title{
    font-family: "Playfair Display", serif;
    font-weight: 400;
    letter-spacing: 0.02em; /* по желанию, красиво для антиквы */
    font-size: 42px;
    line-height: 55px;
    color: #ffffff;
    text-transform: none !important;
}

/* Линия под заголовком */
.main_ourtheatres_desc .xtd-card__title::after {
    content: "";
    display: block;
    width: 200px;          /* длина линии */
    height: 1px;          /* толщина */
    background-color: #c8a46a; /* цвет, как в дизайне */
    /*margin: 16px auto 0;  !* центрирование *!*/
    margin-top: 30px;
}

.main_ourtheatres_desc .xtd-card__content {
    padding-top: 30px;
    font-family: "Fixel Display", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}

.btn-link {
    padding-top: 20px;
    /*padding-bottom: 60px;*/
}

/*Тень*/
.ourtheatres_card.xtd-shadow--large-hard {
    box-shadow: 1.5rem 1.75rem 4.5rem -2.5rem rgba(0,0,0,.92) !important;
}
.ourtheatres_card.xtd-shadow--large-normal {
    box-shadow: 1.5rem 1.75rem 4.5rem -2.5rem rgba(0,0,0,.42) !important;
}
.ourtheatres_card.xtd-shadow--large-light {
    box-shadow: 1.5rem 1.75rem 4.5rem -2.5rem rgba(0,0,0,.22) !important;
}

/* NORMAL */
.ourtheatres_card.xtd-shadow--normal-normal {
    box-shadow: 1.25rem 1.5rem 3rem -2rem rgba(0,0,0,.42) !important;
}

/* SMALL */
.ourtheatres_card.xtd-shadow--small-normal {
    box-shadow: 1rem 1.25rem 2rem -1.5rem rgba(0,0,0,.42) !important;
}
.ourtheatres_card.xtd-shadow--large-normal {
    box-shadow:
            1.4rem 1.8rem 4.5rem -2.2rem rgba(0,0,0,.42), /* основная */
            -0.4rem 0.6rem 1.8rem -1.6rem rgba(0,0,0,.18); /* левая мягкая */
}


/*Тени END*/

/**** HOVER ****/
/* Карточка */
.main_ourtheatres_desc {
    position: relative;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
    will-change: transform;
}

/* Поднятие карточки */
.main_ourtheatres_desc:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.35);
}

/* Картинка */
.main_ourtheatres_desc img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .6s ease, filter .4s ease;
}

/* Легкий zoom картинки */
.main_ourtheatres_desc:hover img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

/* Блок с текстом */
.main_ourtheatres_desc .xtd-card__info {
    transition: transform .35s ease, background-color .35s ease;
}

/* Чуть сдвигаем контент вверх */
.main_ourtheatres_desc:hover .xtd-card__info {
    transform: translateY(-6px);
}

/* Заголовок */
.main_ourtheatres_desc .xtd-card__info h3,
.main_ourtheatres_desc .xtd-card__info h2,
.main_ourtheatres_desc .xtd-card__info .xtd-card__title {
    transition: color .3s ease;
}

/* Подсветка заголовка */
.main_ourtheatres_desc:hover .xtd-card__info h3,
.main_ourtheatres_desc:hover .xtd-card__info h2,
.main_ourtheatres_desc:hover .xtd-card__info .xtd-card__title {
    color: #e7c18a;
}

/* Линия под заголовком */
.main_ourtheatres_desc .xtd-card__info hr,
.main_ourtheatres_desc .xtd-card__info .xtd-divider,
.main_ourtheatres_desc .xtd-card__info:after {
    transition: transform .35s ease, opacity .35s ease;
}

/* Если линия сделана псевдоэлементом/блоком */
.main_ourtheatres_desc:hover .xtd-card__info:after,
.main_ourtheatres_desc:hover .xtd-card__info .xtd-divider,
.main_ourtheatres_desc:hover .xtd-card__info hr {
    transform: scaleX(1.08);
}

/* Ссылка "читать далі" */
.main_ourtheatres_desc a {
    transition: color .3s ease, transform .3s ease;
}

.main_ourtheatres_desc:hover a {
    color: #e7c18a;
}

.main_ourtheatres_desc::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            120deg,
            rgba(255,255,255,0) 20%,
            rgba(255,255,255,0.08) 45%,
            rgba(255,255,255,0) 70%
    );
    transform: translateX(-120%);
    transition: transform .7s ease;
    pointer-events: none;
    z-index: 2;
}

.main_ourtheatres_desc:hover::before {
    transform: translateX(120%);
}

.main_ourtheatres_desc .xtd-card__info a {
    display: inline-block;
    transition: transform .3s ease, color .3s ease;
}

.main_ourtheatres_desc:hover .xtd-card__info a {
    transform: translateX(6px);
    color: #e7c18a;
}
/***** END Творчі колективи *******************************************************************************************/
/**********************************************************************************************************************/
/*****Артисты на Главной***********************************************************************************************/
.wpb_wrapper .vc_custom_1773585778125.wpb_text_column  {
    background-color: transparent !important;
    /*background-color: rgba(0,0,0,0.6) !important;*/
}

.xtd-person {
    margin-top: 5rem;

}

.xtd-person__info .xtd-person__title {
    margin-top: 1.2rem;
    font-family: Alegreya, Georgia, 'Times New Roman', serif;
    color: rgba(201, 172, 140, 1);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
}

.xtd-person__info .xtd-person__title span{
    display: block;
    margin-top: 0.65rem;
    font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif !important;
    color: #ffffff;
    font-size: 70%;
    text-transform: lowercase;
    font-weight: normal;
}

.xtd-person__info .xtd-person__content {
    margin-top: 0.65rem;
    font-weight: normal;
    font-size: 0.9rem;
}

@media (max-width: 767px) {

    /* колонка на всю ширину */
    .vc_row .vc_column_container {
        width: 100% !important;
        float: none !important;
        max-width: 100% !important;
    }

    /* внутренняя колонка */
    .vc_column_container > .vc_column-inner {
        text-align: center !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* карточка артиста */
    .xtd-person {
        max-width: 320px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 40px !important;
    }

    /* фото */
    .xtd-person__image {
        text-align: center !important;
    }

    .xtd-person__image img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* текст */
    .xtd-person__info {
        text-align: left !important;
    }

    /* имя */
    .xtd-person__info .xtd-person__title {
        margin-top: 10px !important;
    }

}

/******************************** HOVER **************************************************/
/** Артисты — hover эффект **/

/* карточка */
.xtd-person {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* hover карточки */
.xtd-person {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xtd-person:hover {
    transform: translateY(-6px);
    box-shadow:
            0 0 0 6px rgba(0,0,0,0.25),
            0 20px 40px rgba(0,0,0,0.35);
}

.xtd-person > img {
    display: block;
    width: 100%;
    height: auto;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.xtd-person:hover > img {
    filter: brightness(1.08) contrast(1.03);
    transform: scale(1.03);
}

/*Подсветка фото*/
.xtd-person:hover > img {
    /*transform: scale(1.03);*/
    filter: brightness(1.08) contrast(1.04) saturate(1.05);
}
/*Подсветка имени*/
.xtd-person .xtd-person__info h3,
.xtd-person .xtd-person__info .xtd-person__title {
    transition: color .3s ease;
}

/* при наведении */
.xtd-person:hover .xtd-person__info h3,
.xtd-person:hover .xtd-person__info .xtd-person__title {
    color: #e7c18a;
}

/*Легкое поднятие */
.xtd-person .xtd-person__info {
    transition: transform .3s ease;
}

.xtd-person:hover .xtd-person__info {
    transform: translateY(-4px);
}
/*****Артисты на Главной***********************************************************************************************/
/**********************************************************************************************************************/
/*****Лого в футере****************************************************************************************************/

.footer-logo .wpb_wrapper .vc_single_image-wrapper img {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-logo .vc_column_container {
    text-align: center;
}
    /*****Лого в футере****************************************************************************************************/
/**********************************************************************************************************************/
/*****Социальные сети в футере*****************************************************************************************/
#absolute-footer .header-socials{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top: 15px;
}

#absolute-footer .header-socials .hs{
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    text-decoration:none;
}

@media (max-width: 767px){
    #text-1{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    #text-1 .header-socials{
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0 0 14px 0;
    }

    #text-1 .header-socials .hs{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }
}
/*****Социальные сети в футере*****************************************************************************************/
/**********************************************************************************************************************/
/*****Логотипы в футере************************************************************************************************/

@media (max-width: 767px) {
    .vc_custom_1496246250057 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .vc_custom_1496246250057 > .wpb_column.vc_column_container {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
    }

    .vc_custom_1496246250057 .wpb_single_image {
        max-width: 220px !important;
        margin: 0 auto 24px !important;
    }
}





/*****Логотипы в футере************************************************************************************************/
/**********************************************************************************************************************/
/*****Главная**********************************************************************************************************/
.wpb-content-wrapper .vc_custom_1497541494279 {
    background-image: url("https://dev1.municipaltheatre.od.ua/wp-content/uploads/2017/06/lightinthetheater.jpeg-copy.jpg?id=93") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    }

    /*.vc_custom_1497459344030{margin-top: 6rem !important;margin-bottom: 6rem !important;border-top-width: 1rem !important;border-right-width: 1rem !important;border-bottom-width: 1rem !important;border-left-width: 1rem !important;border-left-color: rgba(200,173,140,0.4) !important;*/

h6.special-title small:last-child{
    letter-spacing: 0.03em;
}

/*Подключение шрифтов*/
.slogan, .single-wcs-event--left .wcs-single-left p, .wcs-single-right__content, .wcs-class__excerpt, .wcs-class__title{
    font-family: "Fixel Display", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* для подзаголовка на Главной "Наші театри"*/
.wpb_text_column .special-title,
.ct-header__main-heading-title h1{
    letter-spacing: 0.0005em;
}

/*Иконка кнопки календаря*/
/* WPBakery button: исправить вертикальное выравнивание иконки справа */
.vc_btn3.vc_btn3-icon-right {
    display: inline-flex !important;
    align-items: center !important;
}

.vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
    position: static !important;   /* убираем absolute */
    top: auto !important;
    transform: none !important;
    margin-left: 10px !important;  /* расстояние от текста */
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
}




/*Незабаром рамка*/
#single-event {
    /*border-top-width: 3rem !important;*/
    /*border-right-width: 0.5rem !important;*/
    /*border-bottom-width: 0.5rem !important;*/
    /*border-left-width: 0.5rem !important;*/


    /*border: 3px solid rgba(200, 173, 140, 0.6) !important;*/
    border-top-width: 3px !important;
    border-right-width: 3px !important;
    border-bottom-width: 3px !important;
    border-left-width: 3px !important;
}
/**********************************************************************************************************************/
/*****Single post******************************************************************************************************/

/*Замена фразы соцплагина*/
.ct-social-box > h4.h3{
    font-size: 0 !important;
}
.ct-social-box > h4.h3::after{
    content: "Сподобалося? Поділіться!" !important;
    font-size: 24px; /* подгони под стиль */
    letter-spacing: 1.96px;
    line-height: 30.625px;
}

/**********************************************************************************************************************/
/***** Contacts *******************************************************************************************************/
.contacts-line {
    display: flex;
    flex-wrap: wrap;       /* перенос для мобильной версии */
    gap: 6px;
    align-items: center;
    font-size: 18px;
}
.phones-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    font-size: 18px;
}

/**********************************************************************************************************************/
/***** Calendar *******************************************************************************************************/
/* Убрать время в детальном просмотре Monthly Calendar */
#wcs-app-3 .wcs-class__time-duration {
    display: none !important;
}

/***** Calendar *******************************************************************************************************/
/**********************************************************************************************************************/
/***** About Us *******************************************************************************************************/
p.aboutus-first {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}



/* timeline years */
/* 1993 year Establishment */
.xtd-timeline .establishment figure.wpb_wrapper.vc_figure::after {
    content: "1993";
    position: absolute;
    top: 100px;
    /*left: clamp(680px, 58vw, 788px);*/
    left: 785px;
    z-index: 20;
    font-size: 4rem;
    color: #fff;
    padding: 6px 10px;
}

@media (max-width: 991px) {
    .xtd-timeline .establishment figure.wpb_wrapper.vc_figure::after {
        top: 60px;
        left: clamp(400px, 68vw, 540px);
    }
}

@media (max-width: 767px) {
    .xtd-timeline .establishment figure.wpb_wrapper.vc_figure::after {
        top: -63px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
/***********************/

/* 2003 year Advancement */
.xtd-timeline .advancement figure.wpb_wrapper.vc_figure::after {
    content: "2003";
    position: absolute;
    top: 100px;
    left: -349px;
    z-index: 20;
    font-size: 4rem;
    color: #fff;
    padding: 6px 10px;
}

@media (max-width: 991px) {
    .xtd-timeline .advancement figure.wpb_wrapper.vc_figure::after {
        top: 60px;
        left: clamp(400px, 68vw, 540px);
    }
}

@media (max-width: 767px) {
    .xtd-timeline .advancement figure.wpb_wrapper.vc_figure::after {
        top: -63px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
/***********************/


/* 2025 year Cultural space */
.xtd-timeline .cultural-space figure.wpb_wrapper.vc_figure::after {
    content: "2025";
    position: absolute;
    top: 100px;
    /*left: clamp(720px, 47.5vw, 967px);*/
    left: 914px;
    z-index: 20;
    font-size: 4rem;
    color: #fff;
    padding: 6px 10px;
}

@media (max-width: 991px) {
    .xtd-timeline .cultural-space figure.wpb_wrapper.vc_figure::after {
        top: 60px;
        left: clamp(400px, 68vw, 540px);
    }
}

@media (max-width: 767px) {
    .xtd-timeline .cultural-space figure.wpb_wrapper.vc_figure::after {
        top: -63px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
/***********************/

/***** timeline *******************************************************************************************************/
/**********************************************************************************************************************/
/***** new project ****************************************************************************************************/
h1.special-title.new-project {
    font-size: 3.225rem !important;
}

@media (min-width: 768px) {
    #new-project .vc_col-sm-6 {
        width: 80% !important;
    }
}

.wpb_single_image.vc_custom_1774601366721  {
     margin-top: 0 !important;
}


.newproject_fasad.wpb_single_image .vc_figure {
    margin: -85px 0 0 0 !important;
}

@media (max-width: 768px) {
    .wpb_single_image.vc_custom_1774601366721  {
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .wpb_button, .wpb_content_element.vc_custom_1774601366721  , ul.wpb_thumbnails-fluid>li {
        margin-bottom: 100px;
    }
}
/***** new project ****************************************************************************************************/
/**********************************************************************************************************************/

#staff-section h1.special-title {
    font-size: 3.225rem;
}

.administration__name {
    font-family: Alegreya, Georgia, 'Times New Roman', serif;
    font-weight: 500; /* Medium */
    font-size: 32px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #c9ac8c;
    margin: 0 0 10px 0;
}

.administration__position {
    max-width: 520px;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #c9ac8c;
    margin: 0 0 18px 0;
    letter-spacing: 0.05em;
}

.administration__description {
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #ffffff;
    max-width: 520px;
    margin: 0;
}



@media (min-width: 768px) {
    #staff-board .vc_col-sm-offset-2 {
        margin-left: auto;
    }
}

/***** new staff ******************************************************************************************************/
#staff-section .staff-row {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

#staff-section .staff-text {
    padding-right: 40px;
}

#staff-section .staff-photo .wpb_single_image {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#staff-section .staff-photo .vc_single_image-wrapper,
#staff-section .staff-photo .xtd-offset-frame {
    max-width: 300px;
    width: 100%;
}

#staff-section .staff-photo img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {

    .xtd-timeline p.lead-sm.h1--font-family {
        text-align: left;
    }

    .special-title::before {
        left: 50%;
        transform: translateX(-50%);
    }

    #staff-section .staff-text,
    #staff-section .administration__item {
        text-align: center;
    }

    #staff-section .administration__name,
    #staff-section .administration__position,
    #staff-section .administration__description {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #staff-section .administration__description {
        max-width: 520px;
    }

    #staff-section .staff-row {
        display: block;
        margin-bottom: 50px;
    }

    #staff-section .staff-text {
        padding-right: 0;
        margin-bottom: 25px;
    }

    /* заголовки тоже центрируем */
    #staff-section .staff-text h1,
    #staff-section .staff-text h2,
    #staff-section .staff-text h3,
    #staff-section .staff-text h4 {
        text-align: center;
    }

    /* фото делаем больше */
    #staff-section .staff-photo img {
        width: 100% !important;
        max-width: none !important;
        height: auto;
    }

    #staff-section .staff-photo .vc_single_image-wrapper,
    #staff-section .staff-photo .wpb_single_image {
        max-width: 400px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Выравнивание фото по центру */
    #staff-section .staff-photo .vc_single_image-wrapper {
        transform: none !important;
        margin: 0 auto !important;
    }

}

/*Выравнивание фото со сдвигами*/

#staff-section .staff-photo .wpb_single_image {
    position: relative;
    z-index: 2;
}

/* смещение влево */
#staff-section .staff-row.shift-left .staff-photo .wpb_single_image {
    transform: translateX(-200px);
}

/* смещение вправо */
#staff-section .staff-row.shift-right .staff-photo .wpb_single_image {
    transform: translateX(0px);
}

#staff-section .staff-row {
    position: relative;
}

/* все строки, кроме первой, подтягиваем вверх */
#staff-section .staff-row + .staff-row {
    margin-top: -200px;
}

/* четные/нечетные варианты */
#staff-section .staff-row.row-left {
    transform: translateX(-60px);
}

#staff-section .staff-row.row-right {
    transform: translateX(60px);
}

@media (max-width: 1200px) {
    #staff-section .staff-row.shift-left .staff-photo .wpb_single_image {
        transform: translateX(-150px);
    }

    #staff-section .staff-row + .staff-row {
        margin-top: -160px;
    }

    #staff-section .staff-row.row-left {
        transform: translateX(-40px);
    }

    #staff-section .staff-row.row-right {
        transform: translateX(40px);
    }
}

@media (max-width: 1200px) {
    #staff-section .staff-row.shift-left .staff-photo .wpb_single_image {
        transform: translateX(-150px);
    }

    #staff-section .staff-row + .staff-row {
        margin-top: -160px;
    }

    #staff-section .staff-row.row-left {
        transform: translateX(-40px);
    }

    #staff-section .staff-row.row-right {
        transform: translateX(40px);
    }
}

@media (max-width: 991px) {
    #staff-section .staff-row.shift-left .staff-photo .wpb_single_image,
    #staff-section .staff-row.shift-right .staff-photo .wpb_single_image {
        transform: none !important;
    }

    #staff-section .staff-row.row-left,
    #staff-section .staff-row.row-right {
        transform: none !important;
    }

    #staff-section .staff-row + .staff-row {
        margin-top: 0 !important;
    }

    #staff-section .staff-photo .wpb_single_image,
    #staff-section .staff-photo .wpb_wrapper,
    #staff-section .staff-photo .vc_single_image-wrapper {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1055px) {
    #staff-section .staff-row.shift-left .staff-photo .wpb_single_image {
        transform: translateX(-100px);
    }

    #staff-section .staff-row.shift-right .staff-photo .wpb_single_image {
        transform: translateX(0);
    }

    #staff-section .staff-row.row-left {
        transform: translateX(-20px);
    }

    #staff-section .staff-row.row-right {
        transform: translateX(20px);
    }

    #staff-section .staff-photo .wpb_single_image,
    #staff-section .staff-photo .wpb_wrapper,
    #staff-section .staff-photo .vc_single_image-wrapper {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {

    /* ослабляем смещение фото */
    #staff-section .staff-row.shift-left .staff-photo .wpb_single_image {
        transform: translateX(-70px) !important;
    }

    #staff-section .staff-row.shift-right .staff-photo .wpb_single_image {
        transform: translateX(0) !important;
    }

    /* уменьшаем общий сдвиг строки */
    #staff-section .staff-row.row-left {
        transform: translateX(-15px) !important;
    }

    #staff-section .staff-row.row-right {
        transform: translateX(15px) !important;
    }

    /* делаем лёгкое перекрытие */
    #staff-section .staff-row + .staff-row {
        margin-top: -200px !important;
    }

    /* чуть уменьшаем фото */
    #staff-section .staff-photo .wpb_single_image,
    #staff-section .staff-photo .wpb_wrapper,
    #staff-section .staff-photo .vc_single_image-wrapper {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {

    #staff-section .staff-row.shift-left .staff-photo .wpb_single_image,
    #staff-section .staff-row.shift-right .staff-photo .wpb_single_image {
        transform: none !important;
    }

    #staff-section .staff-row.row-left,
    #staff-section .staff-row.row-right {
        transform: none !important;
    }

    #staff-section .staff-row,
    #staff-section .staff-row + .staff-row {
        margin-top: 0 !important;
    }

    #staff-section .staff-photo {
        margin-bottom: 30px;
    }

    #staff-section .staff-text {
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
    }

    #staff-section .administration__name,
    #staff-section .administration__position,
    #staff-section .administration__description {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #staff-section .administration__description {
        max-width: 520px;
    }

    #staff-section .xtd-offset-frame::before {
        display: none !important;
        content: none !important;
    }

    #staff-section .staff-photo .wpb_single_image,
    #staff-section .staff-photo .wpb_wrapper,
    #staff-section .staff-photo .vc_single_image-wrapper {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    #staff-section .staff-photo img {
        width: 100% !important;
        max-width: none !important;
        height: auto;
    }
}
/***** About Us *******************************************************************************************************/
/**********************************************************************************************************************/
/*****Контакти*********************************************************************************************************/

.contacts-title .display-2 {
    font-size: 4rem;
}

.contacts-subtitle h2{
    font-size: 2.5rem;
}

.contacts-block h4 {
    font-family: Alegreya, Georgia, 'Times New Roman', serif;
    letter-spacing: normal;
    font-size: 1.5rem;
}

.contacts-block .stop-2 {
    margin-top: 50px;
}

.transport-stops {
    margin-top: 30px;
}

.transport-stops .stop {
    margin-bottom: 28px;
}

.transport-stops h3 {
    font-family: "Alegreya", serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #c9ac8c;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}

.transport-stops ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.transport-stops li {
    font-size: 40px;
    line-height: 1.6;
    color: #e5e5e5;
}

.contacts-block p, .transport-stops p {
    font-size: 22px;
    line-height: 1.6;
    color: #e5e5e5;
    margin: 0 0 6px 0;
}


h6.address .content-padding{
    padding-top: 0px;
    padding-bottom: 0px;
}

span.taxi {
    display: block !important;
    line-height: 1;
}

span.tramp {
    display: block !important;
    line-height: 2.5;
}
/*****Контакти*********************************************************************************************************/
/**********************************************************************************************************************/
/****Артисты шорткод агрегатора ***************************************************************************************/
/* ===== Артисты / агрегатор ===== */

.artists-archive-grid {
    display: grid;
    width: 100%;
    max-width: 1360px;
    margin: 20px auto 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 85px 20px;
    box-sizing: border-box;
}

.artists-archive-grid__item {
    min-width: 0;
}

.artist-card.xtd-person {
    display: block;
    width: 100%;
    margin-top: 0;
    text-decoration: none !important;
    color: inherit;
}

.artist-card .xtd-person__image {
    width: 100%;
}

.artist-card .xtd-person__image img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    height: auto;
}

.artists-archive-grid__item {
    min-width: 0;
    max-width: 215px;
    width: 100%;
    justify-self: center;
}

.artist-card.xtd-person {
    width: 100%;
}

.artist-card__image-placeholder {
    aspect-ratio: 3 / 4;
    background: rgba(255,255,255,0.06);
}

.artist-card .xtd-person__info {
    margin-top: 10px;
}

.artist-card .xtd-person__title {
    margin-top: 1.2rem;
    font-family: Alegreya, Georgia, 'Times New Roman', serif;
    color: rgba(201, 172, 140, 1);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
}

.artist-card .xtd-person__title span,
.artist-card__instrument {
    display: block;
    margin-top: 0.65rem;
    font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif !important;
    color: #ffffff;
    font-size: 70%;
    text-transform: lowercase;
    font-weight: normal;
}

.artist-card .xtd-person__content,
.artist-card__group {
    margin-top: 0.55rem;
    font-family: "Alegreya Sans", Arial, Helvetica, sans-serif !important;
    font-size: 0.86rem;
    line-height: 1.45;
    color: #ffffff;
    font-weight: 400;
}

.artist-card:hover .xtd-person__title,
.artist-card:focus .xtd-person__title {
    color: #e0c39f;
}

.artist-card:hover img,
.artist-card:focus img {
    opacity: 0.96;
}

/* Чтобы WPBakery-обертка не ломала вид */
.wpb_wrapper .artists-archive-grid {
    position: relative;
    z-index: 2;
}

.artist-card .xtd-person__info {
    margin-top: 10px;
    padding: 0;
    background: transparent;
}

/* Сужение под похожий ритм, как на макете */
@media (max-width: 1399px) {
    .artists-archive-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .artists-archive-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px 22px;
    }

    .artist-card .xtd-person__title {
        font-size: 1.28rem;
    }
}

@media (max-width: 767px) {
    .artists-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 18px;
    }

    .artist-card .xtd-person__title {
        font-size: 1.1rem;
    }

    .artist-card .xtd-person__title span,
    .artist-card__instrument {
        font-size: 0.9rem;
    }

    .artist-card .xtd-person__content,
    .artist-card__group {
        font-size: 0.82rem;
    }
}

@media (max-width: 479px) {
    .artists-archive-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .artist-card .xtd-person__info {
        text-align: left;
    }
}

/******************************** HOVER ************************************/
/* ===== БАЗА ===== */

.artist-card.xtd-person {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* фото */
.artist-card .xtd-person__image {
    overflow: hidden;
}

.artist-card .xtd-person__image img {
    transition: transform 0.5s ease, filter 0.3s ease;
}

/* затемнение поверх фото */
.artist-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: background 0.3s ease;
    pointer-events: none;
}

/* ===== HOVER ===== */

.artist-card:hover {
    transform: translateY(-6px);
}

/* zoom фото */
.artist-card:hover .xtd-person__image img {
    transform: scale(1.06);
    filter: brightness(0.9);
}


/* текст — чуть ярче */
.artist-card:hover .xtd-person__title {
    color: #e3c6a3;
}

.artist-card:hover .xtd-person__info span,
.artist-card:hover .xtd-person__content {
    color: #ffffff;
}

/**Мягкая тень база.**/

/*.artist-card {*/
/*    padding: 5px;*/
/*    transition: transform 0.3s ease, box-shadow 0.3s ease;*/
/*}*/

/*.artist-card:hover {*/
/*    transform: translateY(-6px);*/
/*    box-shadow: 0 20px 40px rgba(0,0,0,0.35);*/
/*}*/
/*!* фото по умолчанию *!*/
/*.artist-card .xtd-person__image img {*/
/*    transition: filter 0.3s ease, transform 0.3s ease;*/
/*}*/

/*!* при наведении *!*/
/*.artist-card:hover .xtd-person__image img {*/
/*    filter: brightness(1.08) contrast(1.03);*/
/*    transform: scale(1.03);*/
/*}*/

/*******************************Мягкая тень без уменьшения фото*********************/
/** Мягкая тень + поля без изменения размера **/

.artist-card {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ховер карточки */
.artist-card:hover {
    transform: translateY(-6px);
    box-shadow:
            0 0 0 6px rgba(0,0,0,0.25), /* поля вокруг */
            0 20px 40px rgba(0,0,0,0.35); /* основная тень */
}

/* контейнер фото — чтобы не вылазило */
.artist-card .xtd-person__image {
    overflow: hidden;
}

/* фото по умолчанию */
.artist-card .xtd-person__image img {
    display: block;
    width: 100%;
    height: auto;
    transition: filter 0.3s ease, transform 0.3s ease;
    backface-visibility: hidden;
}

/* при наведении */
.artist-card:hover .xtd-person__image img {
    filter: brightness(1.08) contrast(1.03);
    transform: scale(1.03);
}


/***************************** 4 дирижера сверху*************************/
/* дирижёры — 4 в ряд */
.artists-archive-grid--conductors {
    display: grid;
    grid-template-columns: repeat(4, 230px);
    justify-content: center;
    gap: 40px;
    margin-bottom: 90px;
}

@media (max-width: 1199px) {
    .artists-archive-grid--conductors {
        grid-template-columns: repeat(2, 230px);
        gap: 50px 30px;
    }
}

@media (max-width: 575px) {
    .artists-archive-grid--conductors {
        grid-template-columns: 230px;
        gap: 40px;
    }
}




/***** Артисты шорткод агрегатора **************************************************************************************/
/**********************************************************************************************************************/
/***** Артисты профиль ************************************************************************************************/
/***** Actors profile *************************************************************************************************/
h1.actor {
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
    font-family: Alegreya, Georgia, 'Times New Roman', serif;
    letter-spacing: 0.001em;
    font-size: 64px;
    color: rgba(201, 172, 140, 1);
}
h1.actor::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 230px; /* длина линии */
    height: 2px;
    background: #d4b08a; /* под твой бежевый */
}
h1.actor.revers {
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
    font-family: Alegreya, Georgia, 'Times New Roman', serif;
    letter-spacing: 0.001em;
    font-size: 64px;
    /*color: rgba(201, 172, 140, 1);*/
    color: #ffffff;
}

h2.actor-position {
    font-family: "Alegreya Sans", sans-serif;
    /*letter-spacing: 0.001em;*/
    font-size: 34px;
    /*padding-top: 25px;*/
}

h2.actor-position.revers {
    font-family: "Alegreya Sans", sans-serif;
    /*letter-spacing: 0.001em;*/
    font-size: 34px;
    padding-top: 25px;
    color: rgba(201, 172, 140, 1);
}

.actor-profile p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

p.actor {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

p.actor2 {
    margin-bottom: 0.5rem;
}
.actor-social.actor-social2 {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px !important;
    font-family: "Alegreya Sans", sans-serif;
}

.actor-socials.actor-socials2 {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
/*
actors social
 */
.actor-socials {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.actor-social {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 22px;
    font-family: "Alegreya Sans", sans-serif;
}

.actor-social::before {
    content: "";
    width: 35px;
    height: 35px;
    flex: 0 0 50px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

/* ИКОНКИ */
.actor-social--instagram::before {
    background-image: url('/wp-content/themes/theatre-wp-child/images/instagram_color.png');
}

.actor-social--facebook::before {
    background-image: url('/wp-content/themes/theatre-wp-child/images/facebook_color.png');
}

.actor-social--youtube::before {
    background-image: url('/wp-content/themes/theatre-wp-child/images/youtube_color.png');
}

/* УБИРАЕМ ДУБЛИ ИКОНОК ОТ ТЕМЫ */
.actor-social i,
.actor-social svg {
    display: none !important;
}

/* HOVER */
.actor-social:hover {
    opacity: 0.85;
}

.actor-social,
.actor-social:visited,
.actor-social:hover,
.actor-social:active,
.actor-social:focus {
    color: #f3efe9;
    text-decoration: none;
}


/* АДАПТИВ */
@media (max-width: 767px) {
    .actor-social {
        gap: 16px;
        font-size: 20px;
    }

    .actor-social::before {
        width: 35px;
        height: 35px;
        flex: 0 0 35px;
    }
}

/******** База профиля актеров из WP Bakery****************************************************************************/
/**********************************************************************************************************************/
/*********Доработки профиля шаблона ***********************************************************************************/

.single-artists #ct-header__hero {
    display: none;
}

.single-artists .ct-header__main-heading {
    display: none;
}

.single-artists .ct-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.single-artists .ct-content > .container-fluid {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.single-artists .ct-content > .container-fluid > article {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/*Коррекция размера фото*/
.xtd-offset-frame {
    position: relative;
    max-width: 480px; /* ограничиваем размер */
}

.xtd-offset-frame::before {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,0.25);
    top: 0;
    left: 0;
    right: 4%;
    bottom: 4%;
}

.xtd-offset-frame > img {
    margin: 4% 0 0 4% !important;
    width: 100%;
    height: auto;
    display: block;
}


/* рамка вокруг фото */
.actor-profile .xtd-offset-frame {
    position: relative;
    display: inline-block;
}

.actor-profile .xtd-offset-frame::before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid rgba(201, 172, 140, 0.3);
    top: 0;
    left: 0;
    right: 0%;
    bottom: 7.5%;
    z-index: 0;
}

.actor-profile .xtd-offset-frame .vc_single_image-wrapper,
.actor-profile .xtd-offset-frame > img {
    margin: 7.5% 0 0 7.5% !important;
    position: relative;
    z-index: 1;
    display: block;
}

/***** Артисты профиль ************************************************************************************************/
/**********************************************************************************************************************/
/*****@MEDIA***********************************************************************************************************/
/*Special Event Незабаром - адаптация*/
@media (max-width: 1355px) {
    .soon {
        font-size: clamp(66px, 5.6vw, 76.5px);
        letter-spacing: -0.015em; /* лёгкое уплотнение */
    }
}


/*****@MEDIA END*******************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

