/* ===== ОБЩИЕ ===== */


body {
    font-family: "Open Sans", sans-serif;
    background: #f4f1e8;
    color: rgba(242, 242, 230, 1);

}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

}

.section {
    padding: 80px 0;
}

/* ===== ЗАГОЛОВКИ ===== */

.hero-title {
    font-family: "Jost", sans-serif;
    font-size: 86px;
    font-weight: 600;
    letter-spacing: -4.5%;
    text-transform: uppercase;

    line-height: 90px;
    margin-bottom: 60px;
}

.hero-content p {
    max-width: 723px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -4.5%;
    padding-bottom: 30px;
}

.hero-content p,
.housing-bottom {
    color: rgba(242, 242, 230, 1) !important;
}

.housing-bottom {
    text-align: center;
    max-width: 738px;
    margin: 0 auto;
}

.audience-content p,
.program-info p,
p,
.housing-bottom {
    font-size: 22px;
    line-height: 32px;
    color: rgba(25, 6, 47, 1);
    letter-spacing: -4.5%;



}

.audience-content p {
    max-width: 739px;
}

.audience-content p strong {
    font-weight: 600;
}

.hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
}

.section-title,
.price-title,
.housing-title {
    font-size: 64px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    letter-spacing: -4.5%;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: rgba(25, 6, 47, 1);
    text-align: center;
}

.housing-title {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 40px !important;
}

.section-title.light {
    color: white;
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ===== КНОПКИ ===== */

.btn {
    /* border: none; */
    cursor: pointer;
    text-align: center;
    width: 417px;
    margin: 70px 0 0;
    padding: 30.5px 10px;
    letter-spacing: -4.5%;
    border-radius: 40px;
    font-size: 24px;
    /* padding: 14px 32px; */
    font-weight: 600;
    /* border-radius: 999px; */
    /* font-size: 16px; */
    text-decoration: none;
    color: rgba(25, 6, 47, 1);
    /* font-weight: 700; */
    transition: 0.3s;
    background-color: rgba(243, 196, 44, 1);
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    overflow: visible;

}

.dark-btn {
    background-color: rgba(25, 6, 47, 1) !important;
    color: rgba(242, 242, 230, 1) !important;
}

.btn-outline {
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 13px);
    opacity: 0;
    max-width: none;
    pointer-events: none;
    transition: 0.4s;
}

.btn-hover {
    width: auto !important;
    height: auto !important;
}

.btn:hover .btn-outline {
    opacity: 1;
}

.gallery-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-primary {
    background: #f4c430;
    color: black;
}

.btn-primary:hover {
    opacity: 0.85;
}

/* ===== HERO ===== */
.hero-container {
    padding-top: 45px;
}

.hero {
    min-height: 100vh;
    background: url("img/bg-hero.png") center/cover no-repeat;
    position: relative;

}

.hero-date,
.team-content h3,
.price-date,
.ticket-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: -4.5%;
}

.links::before,
.mobile-links::before {
    content: "";

    position: absolute;
    inset: 0;

    border-radius: inherit;

    padding: 1px;

    background:
        linear-gradient(341deg,
            rgba(255, 255, 255, 0.45) 0%,
            rgba(255, 255, 255, 0.08) 35%,
            rgba(255, 255, 255, 0.00) 60%,
            rgba(255, 255, 255, 0.35) 100%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.links,
.mobile-links {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    gap: 154px;

    padding: 20px 30px;

    border-radius: 40px;

    background: rgba(242, 242, 230, 0.12);

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(24px);

    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px rgba(255, 255, 255, 0.12);
}

.hero-content {
    margin-top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 170px;
}

.support,
.contacts {
    display: flex;
    align-items: center;
    gap: 30px;
}

.support-logos,
.socials {
    display: flex;
    align-items: center;
    gap: 15px;
}

.support span,
.contacts span {
    font-size: 20px;
}

.hero-top {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo span {
    text-align: center;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}

.nav {
    display: flex;
    gap: 30px;
    color: white;
}

/* ================================= */
/* AUDIENCE */
/* ================================= */

.audience {
    position: relative;

    padding: 120px 0;

    background: rgba(242, 242, 230, 1);

    overflow: hidden;
}

/* декоративки */

.decor {
    position: absolute;
    width: 195px;
    top: -71px;
}

.decor-left {

    left: 0;

}

.decor-right {
    right: 0;
}

/* контейнер */

.audience .container {
    position: relative;
    z-index: 2;
}

/* заголовок */

.section-heading {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;

}


/* wrapper */

.audience-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* карточка */

.audience-item {
    display: flex;
    align-items: center;
    gap: 36px;
    background: rgba(255, 255, 245, 1);
    padding: 40px;
    justify-content: space-between;
}

/* картинка */
.audience-image {
    position: relative;


    flex-shrink: 0;
}

.audience-image img {
    /* width: 100%; */
    max-width: 373px;
    height: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* ВСЕ 4 УГЛА */

.audience-image span {
    position: absolute;
    width: 50px;
    border-radius: 2px;
    height: 50px;
    border-color: #F3C42C;
    border-style: solid;
}

/* левый верх */
.audience-image .corner-top-left {
    top: -20px;
    left: -20px;

    border-width: 3px 0 0 3px;
}

/* правый верх */
.audience-image .corner-top-right {
    top: -20px;
    right: -20px;

    border-width: 3px 3px 0 0;
}

/* левый низ */
.audience-image .corner-bottom-left {
    bottom: -20px;
    left: -20px;

    border-width: 0 0 3px 3px;
}

/* правый низ */
.audience-image .corner-bottom-right {
    bottom: -20px;
    right: -20px;

    border-width: 0 3px 3px 0;
}

/* текст */



.audience-content h3 {


    color: #1b0022;
}

.audience-content p {


    color: #2b2430;
}


/* ================================= */
/* PROGRAM */
/* ================================= */

.program {
    position: relative;



    background:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("img/bg-info-block.png");

    background-size: cover;
    background-position: center;

    overflow: hidden;
}

/* title */

.program .section-heading {
    display: flex;
    justify-content: center;

    margin-bottom: 130px;
}


.program-block {
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;

}

/* GRID */

.program-grid {
    position: relative;
    /* display: grid; */
    gap: 60px 40px;
    display: flex;
    flex-direction: column;
    gap: 200px;
}

/* IMAGE */

.program-image {
    position: relative;


}

.program-image img {
    transform: rotate(3deg);
}

/* NOTE */

.program-note {
    position: relative;

    padding: 60px 30px;

    /* min-height: 320px; */

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.25);
}

.program-note h3 {
    margin-bottom: 19px;
    font-size: 32px;
    text-align: center;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
}

.program-note p {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -4.5%;
}

/* COLORS */

.program-note.yellow {
    background: #f3c62b;
    color: #1a001d;
    max-width: 562px;
}

.program-note.white {
    background: #f8f6f1;
    color: #1a001d;
    max-width: 562px;
}

/* ROTATIONS */

.rotate-left {
    transform: rotate(-5deg);
}

.rotate-right {
    transform: rotate(7deg);
}

.rotate-left-small {
    transform: rotate(-3deg);
}

/* INFO */

.program-info {
    max-width: 500px;
    margin: -100px auto 50px;
    display: flex;
    padding: 60px 30px;
    background: rgba(242, 242, 230, 1);
    text-align: center;
    gap: 30px;
    color: #1a001d;
    flex-direction: column;
}

.btn-container {
    text-align: center;
}

/* socials */

.program-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* button */

.program-button {
    display: flex;
    justify-content: center;
}

.program-title {
    position: relative;
    /* display: inline-block; */
    color: white;
    /* font-size: 72px; */
    /* font-weight: 800; */
    text-transform: uppercase;
    padding-bottom: 6px;
}

.program-title::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 18px;

    background-image: url("img/brush-line.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;

    pointer-events: none;
}

.program-note {
    position: relative;
}

.top-right,
.bottom-left,
.bottom-left-yellow,
.top-right-yellow {
    position: absolute;


    pointer-events: none;
}

.bottom-left-yellow {
    left: -20px;
    transform: rotate(-8deg);
    bottom: -24px;
}

.space-2 {
    transform: none !important;
}

.arrow-left-desc {

    position: absolute;
    top: -260px;
    left: 32%;
}

.lectures {
    gap: 50px;
    align-items: end !important;
}

.top-right-yellow {
    top: -21px;
    right: -24px;
    transform: rotate(-8deg);
}

.top-right {
    top: -21px;
    right: -24px;
    transform: rotate(8deg);
}

.bottom-left {
    left: -20px;
    transform: rotate(8deg);
    bottom: -24px;
}

.arrow-right-desc {
    position: absolute;
    top: -120px;
    left: 43%;
}



.living-decor {
    max-width: 150px;
}

.living-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.living-item {
    display: flex;
    align-items: center;
    gap: 87px;
}

.living-content {
    display: flex;
    padding: 30px;
    align-items: center;
    gap: 120px;
    background-color: rgba(255, 255, 245, 1);
}

/* ================================= */
/* TEAM */
/* ================================= */

.team {

    background: #f2f2e6;
}

/* slider */

.team-slider {
    overflow: hidden;
}

.team-prev,
.team-next,
.gallery-prev,
.gallery-next {
    width: 100px;
    border-radius: 50px;
    border: none;
    color: rgba(25, 6, 47, 1);
    font-size: 36px;
    background-color: rgba(243, 196, 44, 1);
    height: 100px;
}

.gallery-arrow {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.team-track {
    display: flex;
    gap: 18px;

    transition: transform 0.6s ease;
}

.team-card {
    flex: 0 0 calc((100% - 35px) / 3);
    position: relative;
    box-sizing: border-box;
}

/* просто пример */

.team-card div {
    background: #14001d;
    color: white;

}

/* grid */

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}

/* card */
.team-card-inner {
    position: relative;
    z-index: 2;

    background: #14001d;

    padding: 40px 30px;

    height: 100%;
}

/* рамка */

.team-frame {
    position: absolute;


    inset: -1px 1px;

    width: 100%;
    height: 100%;

    object-fit: fill;

    pointer-events: none;

    z-index: 3;
}

.team-card {
    background: rgba(25, 6, 47, 1);


    /* border: 2px solid #f3c62b; */
    box-sizing: border-box;
    /* color: white; */

    min-height: 760px;
}

/* image */

.team-image {
    height: 370px;

    margin-bottom: 33px;

    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}

/* content */

.team-content {
    text-align: center;
}

.team-content h3 {
    margin-bottom: 22px;
    text-transform: uppercase;
}

.team-content p {
    color: rgba(255, 255, 255, 0.92);
	font-size: 20px;
}

/* arrows */

.team-navigation {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 0px;
    margin-bottom: 60px;
}

.team-arrow {
    width: 72px;
    height: 72px;

    border: none;
    border-radius: 50%;

    background: #f3c62b;

    color: #1a001d;

    font-size: 34px;

    cursor: pointer;

    transition: 0.2s;
}

.team-arrow:hover {
    transform: scale(1.06);
}

/* info */

.team-info-wrapper {
    position: relative;
    margin-bottom: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* decor */

.team-decor {
    position: absolute;
    width: 280px;

}

.team-decor.left {
    left: 0;
}

.team-decor.right {
    right: 0;
}

/* info block */

.team-info {
    max-width: 780px;
    /* padding: 34px 50px; */
    /* background: rgba(255, 255, 255, 0.4); */
    text-align: center;
    z-index: 8;
}

/* .team-info p {
    margin-bottom: 12px;

    font-size: 24px;
    line-height: 1.5;

    color: #1f0a29;
} */

.team-info strong {
    font-size: 24px;
    font-weight: 600;
    color: #1f0a29;
}

.dark-section {
    position: relative;
    background:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("img/bg-info-block.png");

    background-size: cover;
    background-position: center;

    overflow: hidden;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


.team-card.active {
    display: block;
}

/* ================================= */
/* PRICE */
/* ================================= */

.price {
    position: relative;


    /* background:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("../img/stars-bg.jpg");

    background-size: cover;
    background-position: center; */
}

/* title */

.price-title {
    position: relative;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

/* brush underline */

.price-title::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 18px;

    background-image: url("../img/brush-line.svg");

    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* center */

.section-heading,
.price-info,
.price-note-wrapper {
    display: flex;
    justify-content: center;
}

/* text */

.price-info {
    flex-direction: column;
    align-items: center;

    margin-bottom: 45px;
}

.price-text {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

/* date */

.price-date {
    color: white;
}

/* yellow note */

.price-note {
    position: relative;

    max-width: 584px;

    padding: 30px;

    background: rgba(243, 196, 44, 1);

    text-align: center;

    color: #18001f;


    z-index: 2;

    font-size: 22px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -4.5%;
}

/* frame */

.price-note-frame {
    position: absolute;

    inset: -14px;

    width: calc(100% + 28px);
    height: calc(100% + 28px);

    object-fit: fill;

    pointer-events: none;

    z-index: 3;
}

/* bold */

.price-note strong {
    font-weight: 600;
}

.price-note-wrapper {
    position: relative;
}

.price-note-wrapper .top-right {
    top: -11px;
    right: -11px;

    height: 100%;
}

.bot-left {
    position: absolute;
    height: 100%;
    bottom: -11px;
    z-index: 7;
    left: -12px;
    transform: rotate(8deg);
}

/* ================================= */
/* TICKETS */
/* ================================= */

.tickets-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin-top: 80px;
}

/* card */

.ticket-card {
    background: rgba(242, 242, 230, 1);
    padding: 60px 30px;
    min-height: 396px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* title */

.ticket-title,
.housing-content h3 {
    margin-bottom: 42px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    color: rgba(25, 6, 47, 1);
    text-transform: uppercase;
}

.housing-content h3 {
    margin-bottom: 0 !important;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: -4.5%;
}

/* prices */

.ticket-prices {
    display: flex;
    gap: 14px;

    margin-bottom: 56px;

    flex-wrap: wrap;

    justify-content: center;
}

/* yellow pills */

.ticket-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
    letter-spacing: -4.5%;
    padding: 22px;
    border-radius: 40px;
    background: #f3c62b;
    color: #14001d;
    font-size: 20px;
    font-weight: 500;
}

.ticket-price strong,
.housing-price strong {
    margin-left: 6px;
    font-size: 24px;
    font-weight: 600;
}

.housing-price strong {
    margin-right: 3px;
}

.ticket-card .btn-container .btn {
    margin: 0;
}

/* button */

.ticket-button {
    margin-top: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    max-width: 360px;

    height: 88px;

    border-radius: 999px;

    background: #14001d;

    color: white;

    font-size: 28px;
    font-weight: 500;

    text-decoration: none;

    transition: 0.2s ease;
}

.ticket-button:hover {
    transform: scale(1.03);
}

/* ================================= */
/* HOUSING */
/* ================================= */

.housing-prices {
    position: relative;



    /*background:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("../img/stars-bg.jpg");

    background-size: cover;
    background-position: center;*/
}

/* title */



/* info */

.housing-info {
    max-width: 900px;

    margin: 0 auto 60px;

    text-align: center;

    color: white;

    font-size: 28px;
    line-height: 1.45;
}

/* grid */

.housing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 26px;

    margin-bottom: 50px;
}

/* card */

.housing-card {
    display: flex;
    align-items: center;

    gap: 34px;

    background: #f2f2e6;

    padding: 34px;
}

/* image */

.housing-image {
    width: 170px;
    height: 170px;

    flex-shrink: 0;

    border-radius: 50%;

    overflow: hidden;
}

.housing-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}

/* content */

.housing-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

/* title */


/* yellow price */

.housing-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 20px;
    border-radius: 40px;
    background: rgba(243, 196, 44, 1);
    color: #18001f;
    gap: 5px;
    font-size: 24px;
    font-weight: 400;
}

/* .housing-price strong {
    margin-right: 8px;

    font-size: 32px;
    font-weight: 800;
} */

/* bottom */

/* ================================= */
/* CONTACTS */
/* ================================= */

.contacts-section {
    padding: 120px 0;

    background: #f2f2e6;
}

/* main white box */

.contacts-box {
    background: rgba(255, 255, 245, 1);
    padding: 80px 50px;
}

/* heading */

.contacts-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 42px;
}

.contacts-heading .section-title {
    margin: 0;

    color: #18001f;

    font-size: 64px;

    text-transform: uppercase;
}

.contacts-decor {
    width: 150px;
}

/* content */

.contacts-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;

    gap: 36px;

    align-items: stretch;
}

/* list */

.contacts-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

/* item */

.contact-item {
    display: grid;
    grid-template-columns: 74px 1fr;

    align-items: center;

    gap: 24px;
}

.contact-item a,
.contact-item p {
    color: #18001f;

    font-size: 26px;
    line-height: 1.35;

    text-decoration: none;
}

/* icons */

.contact-icon {
    width: 74px;
    height: 74px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon img {
    width: 88px;
    height: 88px;

    object-fit: contain;
}







/* map */

.contacts-map {
    position: relative;

    min-height: 420px;

    overflow: visible;
}

/* карта */

.contacts-map iframe {
    width: 100%;
    height: 100%;

    border: none;

    display: block;
}

/* рамка */

.map-frame {
    position: absolute;
    inset: 0px;
    width: calc(100% + 24px);
    height: calc(100% + 3px);
    object-fit: fill;
    pointer-events: none;
    z-index: 5;
}

.gallery-slider {
    overflow: hidden;
    width: 100%;
    padding-bottom: 100px;
}

.gallery-arrow {
    margin: 0 !important;
}

.gallery-track {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

.gallery-section {
    position: relative;
}

.gallery-section .decor {
    top: 200px !important;
}

.gallery-heading h2 {
    margin-bottom: 40px !important;
    line-height: 68px;
}

.gallery-heading p {
    text-align: center;
    max-width: 803px;
    padding-bottom: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.gallery-slide {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.gallery-side {
    position: relative;
    min-height: 330px;
}

.circle {
    position: absolute;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f3c62b;
}

.circle.big {
    width: 390px;
    height: 390px;
}

.circle.small {
    width: 184px;
    height: 184px;
}

/* левая группа */

.gallery-left .small:nth-child(1) {
    left: 0;
    top: 20px;
}

.gallery-left .big {
    right: 0;
    top: 0;
}

.gallery-left .small:nth-child(3) {
    left: 0;
    bottom: -62px;
}

/* правая группа */

.gallery-right .big {
    left: 0;
    top: 0;
}

.gallery-right .small:nth-child(2) {
    right: 0;
    top: 20px;
}

.gallery-right .small:nth-child(3) {
    right: 0;
    bottom: -62px;
}

.footer {
    padding: 70px 0;

    background:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("img/bg-info-block.png");

    background-size: cover;
    background-position: 50% 30%;

    overflow: hidden;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;

    gap: 90px;
    align-items: center;
}

/* left */



.footer-subtitle {
    margin-bottom: 30px;
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-event {
    margin-bottom: 30px;
    color: #f3c62b;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.footer-socials {
    display: flex;
    gap: 7px;
}

.footer-socials a {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials img {
    width: 40px;
    height: 40px;
}

.footer-oferta {
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 30px;
    line-height: 20px;
    color: #FFFFFF;
}

/* contacts */

.footer-contacts h3 {
    margin-bottom: 24px;
    color: #f3c62b;
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-contacts p {
    margin-bottom: 20px;

    font-size: 22px;
    line-height: 1.45;
    color: white;
}

.footer-contacts p strong {
    font-weight: 600;
}

.footer-contacts a {
    color: white;
    text-decoration: none;
}

/* photo */

.footer-photo {
    position: relative;
}

.footer-photo img {
    height: 240px;

}

.burger {
    display: none;

    position: relative;
    z-index: 1002;

    width: 54px;
    height: 54px;

    border: none;
    background: none;

    cursor: pointer;
}

.burger span {
    display: block;

    width: 100%;
    height: 4px;

    margin: 8px 0;

    background: white;

    border-radius: 999px;

    transition: 0.3s;
}

/* скрываем бургер когда меню открыто */

.burger.active {
    opacity: 0;
    visibility: hidden;
}

/* ================================= */
/* MOBILE MENU */
/* ================================= */
/* ================================= */
/* POPUP */
/* ================================= */

.gallery-popup {
    position: fixed;

    inset: 0;

    z-index: 5000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 40px;

    background: rgba(0,0,0,0.82);

    opacity: 0;
    visibility: hidden;

    transition: 0.3s ease;
}

/* active */

.gallery-popup.active {
    opacity: 1;
    visibility: visible;
}

/* image */
.gallery-popup-image-wrapper {
    position: relative;

    width: 90vw;
    height: 85vh;

    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-popup-image {
    position: absolute;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    border-radius: 24px;

    user-select: none;
    -webkit-user-drag: none;

    transition: transform 0.35s ease;
}

/* текущее фото */

.gallery-popup-image.active {
    transform: translateX(0);
}

/* уезжает влево */

.gallery-popup-image.exit-left {
    transform: translateX(-120%);
}

/* уезжает вправо */

.gallery-popup-image.exit-right {
    transform: translateX(120%);
}

/* новое появляется справа */

.gallery-popup-image.enter-right {
    transform: translateX(120%);
}

/* новое появляется слева */

.gallery-popup-image.enter-left {
    transform: translateX(-120%);
}

/* close */

.gallery-popup-close {
    position: absolute;

    top: 24px;
    right: 24px;

    width: 60px;
    height: 60px;

    border: none;
    border-radius: 50%;

    background: rgba(255,255,255,0.12);

    color: white;

    font-size: 34px;

    cursor: pointer;

    transition: 0.2s;
}

.gallery-popup-close:hover {
    background: rgba(255,255,255,0.2);
}
.gallery-popup-image {
    user-select: none;
    -webkit-user-drag: none;
    touch-action: pan-y;
}
/* cursor */

.circle {
    cursor: pointer;
}
.mobile-menu {
    position: fixed;

    inset: 0;

    z-index: 1001;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    background: rgba(10, 0, 20, 1);

    opacity: 0;
    visibility: hidden;

    transition: 0.3s;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}
.team-dots {
    display: none;
    margin-bottom: 200px;
}
/* close */

.mobile-close {
    position: absolute;

    top: 24px;
    right: 24px;

    width: 54px;
    height: 54px;

    border: none;
    background: none;

    color: white;

    font-size: 42px;
    line-height: 1;

    cursor: pointer;
}

/* mobile links */

.mobile-links {
    display: flex;
    flex-direction: column;

    gap: 40px;

    width: 100%;
    max-width: 420px;
}



.audience-card,
.feature-item,
.price-card {
    background: white;
    border-radius: 20px;
    padding: 20px;
}

/* ===== GRID ===== */

.team-grid,
.price-grid {
    display: grid;
    gap: 30px;
}

.team-grid {
    grid-template-columns: repeat(3, 1fr);
}

.price-grid {
    grid-template-columns: repeat(2, 1fr);
}

/* ================================= */
/* 1600px */
/* большие ноуты */
/* ================================= */

@media (max-width: 1600px) {

    .container {
        max-width: 1400px;
    }

}

/* ================================= */
/* 1400px */
/* ноутбуки */
/* ================================= */

@media (max-width: 1400px) {

    .container {
        max-width: 1200px;
    }

    .hero-title,
    .section-title,
    .price-title,
    .housing-title {
        font-size: 64px;
    }

    .team-grid {
        gap: 20px;
    }

    .housing-card {
        padding: 15px;
    }
}

/* ================================= */
/* 1200px */
/* маленькие ноуты */
/* ================================= */
@media (max-width: 1250px) {

    .team-decor {

        top: -237px;
    }

    .housing-card {
        gap: 10px;
    }

    .container {
        max-width: 1150px;
    }

    .gallery-left .big {
        right: -19px;

    }

    .gallery-right .big {
        left: -15px;

    }
}

@media (max-width: 1200px) {
    .housing-price {
        font-size: 18px;
    }

    .container {
        padding: 0 24px;
    }

    .living-content {
        gap: 20px;
    }

    .living-item {
        gap: 27px;
    }



    .team-card {
        flex: 0 0 calc((100% - 34px) / 2);
        position: relative;
        box-sizing: border-box;
    }

    .hero-title,
    .section-title,
    .price-title,
    .housing-title {
        font-size: 54px;
    }



    /* .gallery-slide {
        grid-template-columns: 1fr;
        gap: 60px;
    } */
    .circle.big {
        width: 324px;
        height: 328px;
    }

    .gallery-left .small:nth-child(3) {
        left: 48px;
        bottom: 0px;
    }

    .circle.small {
        width: 152px;
        height: 152px;
    }

    .gallery-right .small:nth-child(3) {
        right: 50px;
        bottom: 0px;
    }

    .gallery-right .small:nth-child(2) {
        right: 47px;
        top: 20px;
    }

    .gallery-left .small:nth-child(1) {
        left: 50px;
        top: 20px;
    }
}

@media (max-width: 1130px) {
    .housing-grid {
        grid-template-columns: repeat(1, 1fr);

    }
}

@media (max-width: 1084px) {
    .links {
        gap: 24px;
    }

    .contacts-content {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .gallery-left .big {
        right: 0;
    }

    .gallery-slide {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .gallery-right .big {
        left: 0;
    }

    .gallery-slider {
        width: 600px;
        margin: 0 auto;
    }

    .circle.big {
        width: 390px;
        height: 390px;
    }

    .circle.small {
        width: 184px;
        height: 184px;
    }

    /* левая группа */

    .gallery-left .small:nth-child(1) {
        left: 0;
        top: 20px;
    }

    .gallery-right .small:nth-child(2) {
        right: 24px;
    }

    .gallery-right .small:nth-child(3) {
        right: 26px;
        bottom: -66px;
    }

    .gallery-left .big {
        right: 0;
        top: 0;
    }

    .gallery-left .small:nth-child(3) {
        left: 0;
        bottom: -62px;
    }

    .lectures {
        align-items: start !important;
    }
}

/* ================================= */
/* 992px */
/* планшеты */
/* ================================= */

@media (max-width: 992px) {

    .program-note.white {
        max-width: 100%;
    }

    .arrow-left-desc {
        position: absolute;
        top: auto;
        bottom: 7%;
        /* transform: rotate(111deg); */
        transform: scaleX(-1) rotate(258deg);
        left: 53%;
        /* transform: scaleY(-1); */
    }

    .program-block.lectures {
        display: flex;
        flex-direction: column-reverse;
    }

    .arrow-right-desc {
        position: absolute;
        bottom: 33%;
        transform: rotate(105deg);
        left: 69%;
        top: auto;
    }

    .team-grid,
    .tickets-grid,
    .housing-grid,
    .contacts-content {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        /* grid-template-columns: 1fr; */
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-photo img {
        height: 340px;
    }

    .section {
        padding: 90px 0;
    }

    .hero-title,
    .section-title,
    .price-title,
    .housing-title {
        font-size: 44px;
    }

    .hero-subtitle,
    .price-text,
    .housing-info,
    .team-content p,
    .living-content p,
    .audience-content p {
        font-size: 20px;
    }

    .topbar {
        flex-direction: column;
        gap: 24px;
    }

    .audience-item,
    .living-item {
        flex-direction: column;
        text-align: center;
    }

    .living-item.reverse {
        margin-left: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .audience-image {
        width: 100%;
        height: 320px;
    }

    .living-content p {
        text-align: start;
    }

    .program-image img {
        width: 500px;
    }

    .program-grid {
        grid-template-columns: 1fr;
    }

    .rotate-left,
    .rotate-right,
    .rotate-left-small {
        transform: none;
    }

    .program .section-heading {
        margin-bottom: 0;
    }

    .contacts-decor {
        width: 100px;
    }

    .program-info {
        max-width: 500px;
        margin: 0 auto 50px;
    }

    .program-grid {
        gap: 100px;
    }

    .audience-image img {
        width: 100%;
        max-width: none;
        height: 100%;
        /* height: 180px; */
        object-fit: cover;
        display: block;
    }

    .support,
    .contacts {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .program-block {
        grid-template-columns: repeat(1, 1fr);
    }

    .program-note.yellow {
        max-width: 100%;
    }
}

/* ================================= */
/* 768px */
/* большие телефоны */
/* ================================= */

@media (max-width: 768px) {
    .team-card {
        flex: 0 0 calc((100% - 18px) / 1);
        position: relative;
        box-sizing: border-box;
    }

    .team-track {
        display: flex;
        gap: 26px;
    }

    .team-navigation {
        margin-top: 0;
    }

    .team-info-wrapper {
        position: relative;
        margin-bottom: 0;
    }

    .section {
        padding: 40px 0;
    }

    .hero-title,
    .section-title,
    .price-title,
    .housing-title {
        font-size: 36px;
    }

    .hero-subtitle,
    .price-text,
    .housing-info {
        font-size: 18px;
    }



    .team-card {
        min-height: auto;
    }

    .team-image {
        height: 340px;
    }

    .ticket-prices {
        flex-direction: column;
        width: 100%;
    }

    .ticket-price {
        width: 100%;
    }

    .arrow-right-desc {
        position: absolute;
        bottom: 22%;
        transform: rotate(105deg);
        left: 54%;
        top: auto;
        z-index: 4;
    }

    .arrow-left-desc {
        position: absolute;
        top: auto;
        bottom: 14%;
        /* transform: rotate(111deg); */
        transform: scaleX(-1) rotate(258deg);
        left: 41%;
        /* transform: scaleY(-1); */
    }

    /* .gallery-slide {
        min-width: 100%;
    }

    .gallery-side {
        min-height: 260px;
    }

    .circle.big {
        width: 220px;
        height: 220px;
    }

    .circle.small {
        width: 110px;
        height: 110px;
    } */

    .footer {
        text-align: center;
    }

    .footer-socials {
        justify-content: center;
    }

    .team-decor {
        top: -183px;
    }

    .team-decor {
        position: absolute;
        width: 180px;
    }

}

@media (max-width: 657px) {
    .contacts-heading .section-title {
        margin: 0;
        color: #18001f;
        font-size: 36px;
        text-transform: uppercase;
    }

    .gallery-heading h2 {
        margin-bottom: 40px !important;
        line-height: 39px;
    }

    .contacts-box {
        background: rgba(255, 255, 245, 1);
        padding: 20px;
    }

    .living-content {
        flex-direction: column;
    }

    .contacts-heading {
        margin-bottom: 12px;
    }

    .contacts-list {
        gap: 0;
    }

    .circle.big {
        width: 290px;
        height: 290px;
    }

    .gallery-left .big {
        right: 50px;
        top: 35px;
    }

    .gallery-left .small:nth-child(1) {
        left: 106px;
        top: 20px;
    }

    .gallery-left .small:nth-child(3) {
        left: 106px;
        bottom: 0px;
    }

    .gallery-right .big {
        left: 84px;
    }

    .gallery-right .small:nth-child(2) {
        right: 83px;
        top: -31px;
    }

    .gallery-slide {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gallery-right .small:nth-child(3) {
        right: 73px;
        bottom: 48px;
    }

    .gallery-slider {
        overflow: hidden;
        padding-bottom: 10px;
    }

    .circle.small {
        width: 150px;
        height: 150px;
    }

    .living-icon {
        width: 120px;
    }

    .living-content p {
        text-align: center;
    }

    .living-item {
        gap: 10px;
    }

    .footer-photo img {
        height: 100%;
    }

    .contact-icon img {
        width: 50px;
        height: 50px;
    }

    .contact-item a,
    .contact-item p {
        color: #18001f;
        font-size: 18px;
    }

    .living-list {
        gap: 10px;
    }

    .price-date {
        color: white;
        text-align: center;
    }

    .arrow-right-desc,
    .arrow-left-desc {
        display: none;
    }

    .housing-image {
        width: 100px;
        height: 100px;
    }

    .housing-content h3 {
        font-size: 25px;
        line-height: 3px;
    }

    .contact-item {
        gap: 0px;
    }

}

@media (max-width: 607px) {
    .gallery-slider {
        width: 373px;
        margin: 0 auto;
    }

    .gallery-left .big {
        right: 0;
        top: 68px;
    }

    .gallery-left .small:nth-child(3) {
        left: 16px;
        bottom: 0px;
    }

    .gallery-left .small:nth-child(1) {
        left: 16px;
        top: 20px;
    }

    .circle.big {
        width: 220px;
        height: 220px;
    }

    .gallery-right .big {
        left: 0;
    }

    .gallery-right .small:nth-child(2) {
        right: 19px;
        top: -54px;
    }

    .gallery-right .small:nth-child(3) {
        right: 14px;
        bottom: 82px;
    }

    .gallery-navigation {
        margin-top: -50px;
    }
}

/* ================================= */
/* 576px */
/* телефоны */
/* ================================= */

@media (max-width: 576px) {
    .btn-hover {
        width: 100% !important;

    }

    .living-decor {
        max-width: 50px;
    }

    .housing-content h3 {
        font-size: 25px;
        text-align: center;
        width: 100%;
        line-height: 29px;
    }

    .decor {
        position: absolute;
        width: 100px;
        top: 26px;
    }

    .housing-card {
        flex-direction: column;
    }

    .program-note h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .program-note p,
    .price-note {
        font-size: 18px;
        line-height: 27px;
    }

    .program-title {
        font-size: 22px !important;
    }
	
	.space-2 {
		margin-top: -45px;
		transform: rotate(-3deg) !important;
		position: relative;
		z-index: 500;
	}	

    .container {
        padding: 0 18px;
    }

    .btn {
        width: 300px;
    }
	
	.program-btn {
		margin: 0px;
	}
	

    .team-prev,
    .team-next {
        width: 60px !important;
        height: 60px;
    }

    .team-card {
        flex: 0 0 calc((100%) / 1);
    }

    .contacts-decor {
        width: 50px;
    }



    .hero-title,
    .section-title,
    .price-title,
    .housing-title {
        font-size: 28px;
		margin-bottom: 30px;
    }

    .hero-subtitle,
    .price-text,
    .housing-info,
	.housing-bottom,
    .team-content p,
	.team-info p,
    .living-content p,
	.program-info p,
    .audience-content p,
	.gallery-heading p,
    .footer-contacts p {
        font-size: 18px;
		line-height: 27px;
    }

    .hero-btn,
    .ticket-button {
        height: 68px;

        font-size: 20px;
    }

    .ticket-title,
    .housing-content h3,
    .team-content h3 {
        font-size: 28px;
    }

    .price-date {
        font-size: 26px;
        text-align: center;
    }

    .audience-image {
        height: 240px;
    }

    .contacts-map {
        min-height: 260px;
    }

    .hero-content {
        padding-bottom: 70px;
        margin-top: 70px;
    }

    .team-arrow,
    .gallery-arrow {
        width: 58px;
        height: 58px;

        font-size: 26px;
    }

    .footer-logo {
        width: 180px;
    }
    .team-image {
        height: auto;
    }
}
@media (max-width: 540px) {
    .team-slider {
        touch-action: pan-y;
    }
        .team-navigation {
        display: none;
    }

    .team-dots {
        display: flex;
        justify-content: center;
        gap: 8px;

        margin-top: 24px;
    }

    .team-dot {
        width: 8px;
        height: 8px;

        border-radius: 50%;

        background: rgba(20, 0, 29, 0.35);

        transition: 0.3s;
    }

    .team-dot.active {
        width: 28px;

        border-radius: 999px;

        background: #f3c62b;
    }
}
/* ================================= */
/* 420px */
/* маленькие телефоны */
/* ================================= */

@media (max-width: 420px) {
    .gallery-left .big {
        right: 39px;
        top: 3px;
    }

    .gallery-left .small:nth-child(3) {
        left: 61px;
        bottom: 0px;
    }

    .gallery-right .big {
        left: 44px;
        top: -34px;
    }

    .gallery-right .small:nth-child(2) {
        right: 61px;
        top: -54px;
    }

    .gallery-right .small:nth-child(3) {
        right: 56px;
        bottom: 82px;
    }

    .gallery-left .small:nth-child(1) {
        left: 57px;
        top: 20px;
    }


    .section-title,
    .price-title,
    .housing-title {
        font-size: 24px;
    }

    .hero-title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 10px;
        line-height: 28px;
    }

    .hero-subtitle,
    .price-text,
    .housing-info {
        font-size: 15px;
    }

    .footer-contacts h3 {
        margin-bottom: 6px;
        color: #f3c62b;
        font-family: "Jost", sans-serif;
        font-size: 24px;
    }

    .btn,
    .ticket-button {
        height: 60px;

        font-size: 18px;
    }

    .circle.big {
        width: 170px;
        height: 170px;
    }

    .circle.small {
        width: 90px;
        height: 90px;
    }

    .gallery-side {
        min-height: 210px;
    }

}

@media (max-width: 650px) {

    .links {
        display: none;
    }

    .burger {
        display: block;
    }

}

@media (min-width: 651px) {

    .mobile-menu {
        display: none;
    }

}

@media (max-width: 385px) {
    .housing-content {
        width: 100%;
    }

    .housing-price {
        font-size: 18px;
        width: 100%;
        display: flex;
        min-width: 100%;
        padding: 12px;
        gap: 0;
        flex-direction: column;
    }

    .gallery-slider {
        width: 360px;
    }
}