@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* @font-face {
	font-style: normal;
  	font-weight: 400 900;
    font-family: "Century Gothic";
    src: url("../fonts/Centurygothic/centurygothic.ttf") format("ttf");
} */

/* @font-face {
	font-style: normal;
  	font-weight: 400 900;
    font-family: 'Century Gothic';
    src: local('Century Gothic'),
    url("../fonts/Centurygothic/centurygothic.ttf") format("ttf");
} */

@font-face {
	font-style: normal;
  	font-weight: 400 900;
    font-family: 'Century Gothic normal';
    src: local('Century Gothic'),
    url("../fonts/Centurygothic/centurygothic.woff2") format("woff2");
}

@font-face {
	font-style: bold;
  	font-weight: 400 900;
    font-family: 'Century Gothic bold';
    src: local('Century Gothic'),
    url("../fonts/Centurygothic/centurygothic_bold.woff2") format("woff2");
}

/* @font-face {
	font-style: bold;
  	font-weight: 400 900;
    font-family: "Century Gothic";
    src: url("../fonts/Centurygothic/centurygothic.ttf") format("ttf");
} */

@font-face {
	font-style: normal;
  	font-weight: 400 900;
    font-family: "Geometria";
    src: url("../fonts/Geometria/geometria_medium.otf") format("otf");
}

@font-face {
	font-style: normal;
  	font-weight: 400 900;
    font-family: "Geometria";
    src: url("../fonts/Geometria/geometria_medium.woff2") format("woff2");
}

@font-face {
    font-style: normal;
    font-weight: 400 900;
    font-family: "Black Diamond";
    src: url('../fonts/BlackDiamond/BlackDiamond.ttf') format("ttf");
}

@font-face {
    font-style: normal;
    font-weight: 400 900;
    font-family: "Black Diamond";
    src: url('../fonts/BlackDiamond/BlackDiamond.woff2') format("woff2");
}

@font-face {
    font-style: bold;
    font-weight: 400 900;
    font-family: "NauryzRedKeds";
    src: url('../fonts/NauryzRedKeds/NauryzRedKeds.ttf') format("ttf");
}

@font-face {
    font-style: normal;
    font-weight: 400 900;
    font-family: "NauryzRedKeds";
    src: url('../fonts/NauryzRedKeds/NauryzRedKeds.woff2') format("woff2");
}

/* @font-face {
    font-style: bold;
    font-weight: 400 900;
    font-family: "NauryzRedKeds";
    src: url('../fonts/NauryzRedKeds/NauryzRedKeds.woff2') format("woff2");
} */


@font-face {
    font-style: normal;
    font-weight: 400 900;
    font-family: "SF Pro Display";
    src: url('../fonts/SanFranciscoProDisplay/SF-Pro-Display-Regular.otf') format("otf");
}


@font-face {
    font-style: normal;
    font-weight: 400 900;
    font-family: "SF Pro Text";
    src: url('../fonts/SanFranciscoProText/SFProText-Semibold.ttf') format("ttf");
}

:root {
    --blue: #6100ff;
	--purple: #ad00ff;
	--pink: #ea309c;
	--orange: #ff5e4f;
	--orange-dop: #ff5e37;
    --yellow-neon: #BCDA1E;
    --yellow: #F2CC44;
    --koral-pink: #CB6789;
    --orange: #FC9C57;
    --koral-pink: #CB6789;
    --violet: #C4B5F0;
    --black: #202221;
    --font-family: "Century Gothic normal", sans-serif;
    --font-family1: "Century Gothic", sans-serif;
    --second-family: "NauryzRedKeds", sans-serif;
    --third-family: "Black Diamond", sans-serif;
    --font3: "SF Pro Text", sans-serif;
    --font4: "SF Pro Display", sans-serif;
    --font5: "Inter", sans-serif;
    --font6: "Geometria", sans-serif;
}

* {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
    background-image: url('../img/shum.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

body.page-schedule {
  background-image: none !important;
  background-color: #F2F2F2 !important;
}


video {
    width: 100%;
    height: auto;
}

button {
    border: none;
    cursor: pointer;
}

abbr {
    cursor: pointer;
}

.for__mobile, .for__mobile__btn {
    display: none;
}

.block__header__lmi__side__right br {
    display: none;
}

.section-8 {
    display: none;
}

.section-2 {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.section-3 {
    padding-bottom: 120px;
}

.section-4 {
    width: 100%;
    padding: 120px 0 0px;
}

.section-5 {
    padding: 107px 0 0;
}

.section-6 {
    /* padding: 77px 0 77px; */
    padding: 87px 0 0;
}

main, .section-6 {
    width: 100%;
}

header {
    width: 100%;
    margin: auto;
    height: 92px;
    padding-top: 30px;
    position: fixed;
    z-index: 999;
}

.block__header {
    /* max-width: 1338px; */
    width: 95.57%;
    margin: auto;
    height: 62px;
    display: flex;
    justify-content: space-between;
}


.block__header__lmi {
    /* max-width: 1030px; */
    width: 76.98%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--violet);
    padding: 0 35px 0 13px;
}

.block__header__lmi__side__left {
    display: flex;
    align-items: center;
    gap: 19px;
}

.block__header__logo {
    width: 83px;
    height: 52px;
}

.block__header__logo img {
    width: 100%;
    height: 100%;
}

.block__header__menu__btn {
    font-family: var(--font-family1);
    font-weight: 700;
    font-size: 18px;
    line-height: 113%;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: none;
    transition: 1s;
}

.block__header__menu__btn:hover, .block__header__menu__btn:active {
    color: #202221;
}

.block__header__lmi__side__right {
    font-family: var(--font-family1);
    font-weight: 700;
    font-size: 18px;
    line-height: 113%;
    text-transform: uppercase;
    color: #fff;
}

/*-----MOBILE MENU-----*/
.nav__mobile {
    display: none;
    transition: 1s;
}
/*-----MOBILE MENU-----*/

.get__ticket {
    max-width: 260px;
    width: 19.43%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cb6789;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    transition: 1s;
}

/*
.get__ticket:hover {
    background-color: #fff;
    border: 2px solid #cb6789;
    color: #202221;
}
*/

.get__ticket:hover, .all__podcasts:hover {
	background-color: #fff;
    border: 2px solid #cb6789;
    color: #202221;
	/*background-color: #FC9C57;
	border: 2px solid #fc9c57;
	color: #fff;*/
}

main {
    background-image: url('../img/vertical_line_4.svg');
    background-size: 495px 297px;
    background-position-x: center;
    /* background-position-y: 24px; */
    background-position-y: 92px;
    background-repeat: no-repeat;
    position: relative;
    /* padding-bottom: 126px; */
}
/*-----АНИМАЦИЯ КРИВОЙ ЛИНИИ----*/
.block__main__layer_1 {
    width: 100%;
    /*height: 20%;*/
    height: 10%;
    position: absolute;
    z-index: -3;
    top: 310px;
    left: 0;
    background: url("../img/line.svg");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto 100%;
    animation: animatedBackground 500s linear infinite;
}

@keyframes animatedBackground {
from {
    background-position: 0 0;
}

to {
    background-position: -10000px 0;
}
}
/*-----АНИМАЦИЯ КРИВОЙ ЛИНИИ----*/
/*-----ГЛАВНЫй ЭКРАН-----*/
.block__main__layer_2 {
    max-width: 1337px;
    width: 95.50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: -65px;
    z-index: 1;
}

.block__main__layer_3 {
    max-width: 762px;
    width: 54.43%;
    margin: auto;
    position: relative;
    z-index: 2;
    top: 110px;
    background-image: url('../img/brain.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block__main__layer_3 div {
    padding-top: 75.24%;
}

/* @keyframes spin {
    0% {
      transform: translate3d(0, -5%, 0);
    }
    50% {
      transform: translate3d(0, 5%, 0);
    }
    100% {
      transform: translate3d(0, -5%, 0);
    }
} */

.block__main__layer_3 img {
    width: 100%;
}
/*
.block__main__layer_3 {
	background-image: url('../img/brain.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
*/
.block__main__text__small {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block__main__text__small__side__left {
    width: 241px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    color: #202221;
}
.block__main__text__small__side__right {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 52px;
    line-height: 106%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #cb6789;
}

.block__main__text__small__side__right span {
    text-transform: lowercase;
}

.block__main__text__big {
    text-align: center;
    font-family: var(--font-family1);
    font-weight: 700;
    font-size: 255px;
    line-height: 106%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #202221;
}

.block__main__text__big span {
    letter-spacing: -0.06em;
}
/*-----ГЛАВНЫй ЭКРАН-----*/
.section-1 {
    width: 100%;
    margin: auto;
}

.container {
    position: relative;
    width: 100%;
    height: 184px;
    /* height: 333px; */
    /* overflow-x: hidden; */
    display: flex;
    align-items: center;
    z-index: 1;
}
.box {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    transition: transform 2.5s ease; /* Плавный переход для движения */
}

.section-1 {
    padding: 126px 0 75px;
}

.container::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    z-index: 0;
}

.box {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 1s ease;
}

#box1-1 {
    width: 330px;
    height: 212px;
    background-image: url('../img/element-1.svg');
    left: 96px;
}
#box1-2 {
    width: 141px;
    height: 219px;
    background-image: url('../img/element-2.svg');
    left: 96px;
}
#box1-3 {
    width: 141px;
    height: 219px;
    background-image: url('../img/element-2.svg');
    left: 96px;
}
#box2-1 {
    width: 227px;
    height: 227px;
    border-radius: 100%;
    background-color: #CB6789;
    right: -59%;
}
#box2-2 {
    width: 215px;
    height: 227px;
    background-image: url('../img/element-3.svg');
    right: -58%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 5px;
}

#box2-2 .text__small {
    margin: 0 !important;
}

#box2-2 .text__small,
#box2-2 .text__big {
    text-align: right;
    color: #202221 !important;
}

#box3-1 .text__small, #box3-1 .text__big,
#box3-2 .text__small, #box3-2 .text__big {
    color: #fff !important;
}

#box3-1 {
    width: 184px;
    height: 333px;
    background-image: url('../img/element-4.svg');
    left: 96px;
}
#box3-2 {
    width: 227px;
    height: 227px;
    border-radius: 100%;
    background-color: #CB6789;
    left: 96px;
}
#box3-3 {
    width: 184px;
    height: 333px;
    background-image: url('../img/element-5.svg');
    left: 96px;
}
#box4-1 {
    width: 330px;
    height: 212px;
    background-image: url('../img/element-6.svg');
    right: -58%;
	transition: none!important;
	cursor: pointer;
	text-decoration: none;
}

#box4-1:hover {
	background-image: url('../img/element-6-hover.svg');
}

.box .text__big {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #202221;
}

.box .text__small {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: lowercase;
    text-align: center;
    color: #202221;
    width: 80%;
    margin: 0 auto;
}

#container2 .box .text__big,
#container2 .box .text__small {
    color: #fff;
}

@media(max-width: 1920px) and (min-width: 540px) {
    #container1:hover #box1-3 {
    transition: 0.5s ease-in-out;
    left: 396px;
    }

    #container1:hover #box1-2 {
        transition: 0.6s ease-in-out;
        left: 376px;
    }

    #container1:hover #box1-1 {
        transition: 0.7s ease-in-out;
        left: 310px;
    }

    /*-------------------*/
    #container2:hover #box2-1 {
        transition: 0.6s ease-in-out;
        right: -39%;
    }

    #container2:hover #box2-2 {
        transition: 0.7s ease-in-out;
        right: -39%;
    }
    /*--------------------*/
    #container3:hover #box3-3 {
        transition: 0.5s ease-in-out;
        left: 396px;
    }

    #container3:hover #box3-2 {
        transition: 0.6s ease-in-out;
        left: 376px;
    }

    #container3:hover #box3-1 {
        transition: 0.7s ease-in-out;
        left: 310px;
    }

    #container4:hover #box4-1 {
		transition: none!important;
    }
}


.section__title {
    text-align: center;
    margin-bottom: 60px;
    font-family: var(--font-family1);
    font-weight: 700;
    font-size: 64px;
    line-height: 97%;
    text-transform: uppercase;
    color: #202221;
}

.section__title span {
    font-family: var(--second-family);
}

.section-2 {
    padding: 75px 0 62px;
}

.section-2 {
    padding: 62px 0 120px;
}

.block__headliners__items {
    width: 100%;
    height: 776px;
    margin: auto;
    display: flex;
    position: relative;
}

.block__headliner__item {
    width: 25%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;

    /* display: flex;
    justify-content: flex-end;
    align-items: center; */
}

.block__headliner__item:nth-child(1),
.block__headliner__item:nth-child(2),
.block__headliner__item:nth-child(3) {
    border-right: 1px solid #202221;
}

.block__headliner__item:nth-child(1) .headliner__item__name {
    top: -65px;
}

.headliner__item__name {
    font-family: var(--font-family1);
    font-weight: 700;
    /* font-size: 120px;
    line-height: 106%; */
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    writing-mode: vertical-lr; /* Поворот текста вертикально */
    transform: rotate(180deg); /*Поворачиваем на 90 градусов против часовой стрелки */
    position: absolute;
    top: 25px; /* Отступ сверху */
    right: -19px; /* Смещение вправо */
    /* white-space: nowrap; */
    font-size: 120px;
}


/* .block__headliner__item:nth-child(1) .headliner__item__name {
    left: -95px;
    bottom: 320px;
}

.block__headliner__item:nth-child(2) .headliner__item__name {
    left: -165px;
    bottom: 320px;
}

.block__headliner__item:nth-child(3) .headliner__item__name {
    left: -65px;
    bottom: 295px;
}

.block__headliner__item:nth-child(4) .headliner__item__name {
    left: -45px;
    bottom: 295px;
}

.musics .block__headliner__item:nth-child(1) .headliner__item__name {
    left: -125px;
    bottom: 320px;
}

.musics .block__headliner__item:nth-child(2) .headliner__item__name {
    left: -58px;
    bottom: 320px;
}

.musics .block__headliner__item:nth-child(3) .headliner__item__name {
    left: 35px;
    bottom: 295px;
}

.musics .block__headliner__item:nth-child(4) .headliner__item__name {
    left: -70px;
    bottom: 195px;
} */

/* .block__headliner__item:nth-child(1) {
    background-image: url('../img/headliner-1.png');
}
.block__headliner__item:nth-child(2) {
    background-image: url('../img/headliner-2.png');
}
.block__headliner__item:nth-child(3) {
    background-image: url('../img/headliner-3.png');
}
.block__headliner__item:nth-child(4) {
    background-image: url('../img/headliner-4.png');
} */

/* .block__headliner__item:hover {
    width: 100%;
    position: absolute;
    z-index: 3;
    animation-duration: 3s;
    transition: changewidth 1s ease;
    transition: transform 1s ease;
    background-image: url('../img/gavrilova.png');
}

@keyframes changewidth {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
} */
/*---------------------------------------------------------------------------*/
/*.musics .block__headliners__items .block__headliner__item:nth-child(1) {*/
/*    background-image: url('../img/music-1.png');*/
/*}*/
/*.musics .block__headliners__items .block__headliner__item:nth-child(1):hover {*/
/*    background-image: url('../img/music-1-hover.png');*/
/*}*/
/*.musics .block__headliners__items .block__headliner__item:nth-child(2) {*/
/*    background-image: url('../img/music-2.png');*/
/*}*/
/*.musics .block__headliners__items .block__headliner__item:nth-child(2):hover {*/
/*    background-image: url('../img/music-2-hover.png');*/
/*}*/
/*.musics .block__headliners__items .block__headliner__item:nth-child(3) {*/
/*    background-image: url('../img/music-3.png');*/
/*}*/
/*.musics .block__headliners__items .block__headliner__item:nth-child(3):hover {*/
/*    background-image: url('../img/music-3-hover.png');*/
/*}*/
/*.musics .block__headliners__items .block__headliner__item:nth-child(4) {*/
/*    background-image: url('../img/music-4.png');*/
/*}*/
/*---------------------------------------------------------------------------*/
.section__mb {
	width: 100%;
	padding-bottom: 120px;
}

.marie__and__beers {
	width: 100%;
	aspect-ratio: 1 / 0.554;
	background-image: url('../img/marie__and__beers.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
    transition: 1s;

	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	overflow: hidden;
}

.marie__and__beers:hover {
	filter: grayscale(0);
}

.marie__and__beers__title {
	font-family: var(--font-family1);
	font-weight: 700;
	/*font-size: 120px;*/
	font-size: 8.5vw;
	line-height: 106%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: right;
	color: #fff;

	position: relative;
    bottom: -3%;
}

.musics .block__headliners__items .block__headliner__item:nth-child(1) {
    background-image: url('../img/music-1-hover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
    transition: 1s;
}
.musics .block__headliners__items .block__headliner__item:nth-child(2) {
    background-image: url('../img/music-2-hover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
    transition: 1s;
}
.musics .block__headliners__items .block__headliner__item:nth-child(3) {
    background-image: url('../img/music-3-hover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
    transition: 1s;
}

.musics .block__headliners__items .block__headliner__item:nth-child(4) {
    background-image: url('../img/music-4.png');
}

.musics .block__headliners__items .block__headliner__item:nth-child(1):hover {
filter: grayscale(0);
}
.musics .block__headliners__items .block__headliner__item:nth-child(2):hover {
filter: grayscale(0);
}
.musics .block__headliners__items .block__headliner__item:nth-child(3):hover {
filter: grayscale(0);
}

/*---------------------------------------------------------------------------*/


.block__masters__items {
    max-width: 1330px;
    width: 95.02%;
    margin: auto;
    /* height: 662px; */
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.block__masters__item {
    width: calc(20% - 10px);
    /* height: 323px; */
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.block__masters__item__img {
    max-width: 100%;
    width: 100%;
    height: 273px;
}

.block__masters__item__img img {
    width: 100%;
    /* height: 100%; */
    height: auto;
}

.block__masters__item__name {
    font-family: var(--font-family1);
    font-weight: 700;
    font-size: 18px;
    line-height: 106%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #202221;
}

.block__masters__items button .block__masters__item__img {
    background-image: url('../img/Brain_bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* .block__masters__items button .block__masters__item__img::after {
    content: url('../img/Brain_bg.png');
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
} */

.block__masters__items button {
    background: none;
}

.block__masters__items button .block__masters__item__img img {
    /* position: absolute;
    z-index: 3;
    left: 25%; */
    width: 149px;
    /* height: 112px; */
    height: auto;
    position: relative;
    transition: all .5s ease-in-out;
}

.block__masters__items button:hover .block__masters__item__img img,
.block__masters__items button:active .block__masters__item__img img {
    /* transform: translate3d(0, - 5%, 0); */
   /* animation: spin 1.4s linear; */
    /*transition: all 0.5s ease;*/
    transform: translateY(-10px);
}

.block__masters__items button .block__masters__item__name {
    font-family: var(--font-family1);
    font-weight: 700;
    font-size: 18px;
    line-height: 106%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #fc9c57;
}

.bpi {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 238px;
}

.block__program__item {
    width: 100%;
    border-bottom: 1px solid #202221;
}

.program__title {
    width: 40%;
}

.program__title h4,
.program__title h2 {
    font-family: var(--font-family1);
    font-weight: 700;
    font-size: 100px;
    line-height: 106%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #202221;
    transition: 1s;
}

.program__title h4 span,
.program__title h2 span {
    font-family: var(--second-family);
    /*text-transform: lowercase;*/
}

.program__left,
.program__right {
    width: 30%;
}

.program__left > div,
.program__right > div {
    display: none;
}

.block__program__item:hover .program__left > div {
    display: flex;
    transition: 1s;
}

.block__program__item:hover .program__right > div {
    display: flex;
    transition: 1s;
}

.program__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #202221;
}

#bpi1:hover .program__title h4,
#bpi1:hover .program__title h2{
    color: #fc9c57;
}

#bpi2:hover .program__title h4,
#bpi2:hover .program__title h2{
    color: #B9ABE2;
}

#bpi3:hover .program__title h4,
#bpi3:hover .program__title h2{
    color: #F2CC44;
}

#bpi4:hover .program__title h4,
#bpi4:hover .program__title h2{
    color: #CB6789;
}

.program__img img {
    width: 180px;
    height: 180px;
}

.program__img img {
    position: relative;
}

#img__1 {
    bottom: -50px;
    right: -15px;
}

#img__2 {
    top: -30px;
}

#img__3 {
    bottom: -50px;
}

#img__4 {
    top: -45px;
}

#img__5 {
    bottom: -25px;
}

#img__6 {
    top: -25px;
    right: 29px;
}

#img__7 {
    bottom: -45px;
}

#img__8 {
    top: -35px;
    right: 29px;
}

.block__program__item {
    position: relative;
}

.small_round {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #202221;
    position: absolute;
    bottom: -7px;
}

#sp1 {
    left: 240px;
}

#sp2 {
    right: 326px;
}

#sp3 {
    left: 616px;
}

#sp4 {
    right: 401px;
}

.block__tickets__items {
    max-width: 1214px;
    width: 86.64%;
    /*height: 805px;*/
	height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.block__ticket__item {
    max-width: 387px;
    width: 32%;
    height: 100%;
}

.block__ticket__item__l1 {
    width: 100%;
    /*height: 507px;*/
    /*height: 505px;*/
	height: 675px;
    padding: 75px 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.block__ticket__item__l2 {
    width: 100%;
    height: 231px;
	text-decoration: none;
}

.block__ticket__item .block__ticket__item__l1,
.block__ticket__item .block__ticket__item__l2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*transition: 1s;*/
}

.block__ticket__item:nth-child(1) .block__ticket__item__l1 {
    background-image: url('../img/Subtract-1.webp');
    color: #202221;
}

.block__ticket__item:nth-child(1) .block__ticket__item__l2 {
    background-image: url('../img/Group-1.png');
}

.block__ticket__item:nth-child(2) .block__ticket__item__l1 {
    background-image: url('../img/Subtract-2.webp');
}

.block__ticket__item:nth-child(2) .block__ticket__item__l2 {
    background-image: url('../img/Group-2.png');
}

.block__ticket__item:nth-child(3) .block__ticket__item__l1 {
    background-image: url('../img/Subtract-3.webp');
    color: #fff;
}

.block__ticket__item:nth-child(3) .block__ticket__item__l2 {
    background-image: url('../img/Group-3.png');
}

.block__ticket__item:hover .block__ticket__item__l1 {
    transform-origin: left bottom;
    transform: rotate(-2.1deg);
}

.block__ticket__item:hover .block__ticket__item__l2 {
    background-image: url('../img/bottom_hover.png');
}

.block__ticket__item__content {
    /*width: 274px;*/
	width: 350px;
    margin: 0 auto;
}

.block__ticket__item__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 107%;
    text-align: center;
}

.block__ticket__item__info {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 107%;
    text-align: center;
}

.block__ticket__item__info span {
    font-family: var(--font-family1);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.block__ticket__item__points li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 107%;
    text-align: center;
    list-style: inside;
}

.block__ticket__item:nth-child(1) .block__ticket__item__l1 .block__ticket__item__points li a,
.block__ticket__item:nth-child(2) .block__ticket__item__l1 .block__ticket__item__points li a{
    color: #202221;
}

.block__ticket__item:nth-child(3) .block__ticket__item__l1 .block__ticket__item__points li a {
    color: #fff;
}

.block__ticket__item__price {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    text-align: center;
}

.block__ticket__item:nth-child(1) .block__ticket__item__l1 .block__ticket__item__info {
    /*width: 200px;*/
	width: 75%;
    margin: 33px auto 75px;
}

.block__ticket__item__points {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

/* .block__ticket__item:nth-child(2) .block__ticket__item__l1 .block__ticket__item__info:nth-child(1) {
    margin: 17px auto 70px;
} */

.block__ticket__item:nth-child(2) .block__ticket__item__l1 .block__ticket__item__info:nth-child(2) {
    margin: 10px auto 5px;
}

.block__ticket__item:nth-child(2) .block__ticket__item__l1 .block__ticket__item__price {
    margin-top: 0px;
    margin-bottom: 21px;
    color: #fff;
}

.block__ticket__item:nth-child(2) .block__ticket__item__l1 .block__ticket__item__title {
    color: #fff;
}

.block__ticket__item:nth-child(2) .block__ticket__item__l1 .block__ticket__item__points,
.block__ticket__item:nth-child(3) .block__ticket__item__l1 .block__ticket__item__points {
    margin-top: 15px;
}

.block__ticket__item:nth-child(3) .block__ticket__item__l1 .block__ticket__item__info:nth-child(2) {
    margin: 25px auto 10px;
}

.block__ticket__item:nth-child(3) .block__ticket__item__l1 .block__ticket__item__price {
    margin-top: 0px;
    margin-bottom: 21px;
}

.block__ticket__item__l2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.block__ticket__item__l2 img {
    width: 320px;
    height: 51px;
}

.block__ticket__item__l2 > div {
    font-family: var(--font-family1);
    font-weight: 700;
    font-size: 28px;
    line-height: 107%;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.block__video {
    max-width: 1054px;
    width: 95%;
    height: 813px;
    /* width: 1294px;
    height: 993px; */
    margin: auto;
    background-image: url('../img/video-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block__video button {
    width: 128px;
    height: 128px;
    border-radius: 100%;
    background: none;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.4);
}

.block__video button img {
    width: 128px;
    height: 128px;
    border-radius: 100%;
}

.mdr__mp__foolwidth {
    display: flex;
    overflow-x: hidden;
    height: 72px;
    display: flex;
    align-items: center;
    background: #202221;
    position: relative;
    top: -113px;
}

.mdr__mp__runline {
    animation: marquee 55s infinite linear;
    white-space: nowrap;
    display: flex;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.section__slider {
    width: 100%;
    height: 538px;
    /*padding-left: 30px;*/
    margin-bottom: 84px;
}

.slider {
    width: 100%;
    height: 454px;
    padding-left: 30px;
}

.slick-slide img {
    height: 453px !important;
    width: auto;
}

.slider .slide {
    border-radius: 30px;
    /*width: 583px !important;*/
	width: fit-content;
    height: 453px;
    margin-right: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-prev, .slick-next {
    width: 61px;
    height: 61px;
    border-radius: 100%;
    background-color: #fc9c57;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -84px;
}

.slick-prev {
    left: calc(50% - 61px - 5px);
    /* left: 46.5%; */
}

.slick-next {
    right: calc(50% - 61px - 5px);
    /* right: 46.5%; */
}

.slick-arrow:hover img, .slick-arrow:active img {
    opacity: 0.3;
}

.section-7 {
    padding-top: 84px;
}

.section-7 .section__title h2 span {
    font-family: var(--second-family);
    text-transform: lowercase;
    color: #cb6789;
}

.section-7 {
	padding-bottom: 100px;
}

.block__podcast {
    max-width: 1326px;
    width: 94.73%;
    /*height: 603px;*/
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
}

.podcast__item {
    border-radius: 30px;
    max-width: 426px;
    width: 32.13%;
    height: 239px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block__podcast a {
	cursor: pointer;
}

.all__podcasts {
	margin: 24px auto 0;
	border: 2px solid #fc9c57;
	width: 260px;
	height: 62px;
	background: #fc9c57;
	font-family: var(--font-family1);
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	display: flex;
    justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: 1s;
}
/*-----MENU-----*/
.nav {
    /* max-width: 1340px; */
    width: 95.57%;
    /*height: 471px;*/
	height: auto;
    margin: auto;
    padding: 32px 30px 37px;
    display: none;
    justify-content: space-between;
    background-color: #C4B5F0;
    position: relative;
    top: 20px;
    z-index: 999;
    transition: 1s;
}

.nav {
    display: none;
}

.navactive {
    display: flex;
}

.nav .menu__items {
    gap: 20px;
    display: flex;
    justify-content: space-between;
}

.nav .menu__items ul {
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
}

.nav .menu__items ul:nth-child(1) {
    gap: 21px;
}

.nav .menu__items ul:nth-child(2) {
    gap: 27px;
}

.nav .menu__items ul li a {
    font-family: var(--font-family1);
    font-weight: 700;
    font-size: 48px;
    line-height: 97%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: 1s;
}

.nav .menu__items ul li a span {
    font-family: var(--second-family);
}

.nav .menu__items ul li a:hover, .nav .menu__items ul li a:active {
    font-family: var(--font-family1);
    font-weight: 700;
    font-size: 48px;
    line-height: 97%;
    text-transform: uppercase;
    color: #202221;
    text-decoration: underline;
}

.menu__side__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.menu__side__right button {
    background: none;
    border: none;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    background-image: url('../img/x-close.svg');
    background-size: cover;
    background-position: center;
}

.menu__side__right button:hover {
    background-image: url('../img/x-close-dark.svg');
}

/*.menu__side__right button img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/



.menu__side__right a {
    border: 2px solid #fff;
    width: 288px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: 1s;
}

/*.menu__side__right a img {*/
/*    width: 20px;*/
/*    height: 16px;*/
/*}*/

.menu__side__right a div {
    width: 20px;
    height: 16px;
    background-image: url('../img/telegram.svg');
    background-size: cover;
    background-position: center;
    transition: 1s;
}

.menu__side__right a:hover {
    border: 2px solid #cb6789;
    color: #202221;
}

.menu__side__right a:hover > div {
    background-image: url('../img/telegram-dark.svg');
    background-size: cover;
    background-position: center;
}

/*-----FOOTER-----*/
footer {
    width: 100%;
    margin: auto;
    background-color: #C4B5F0;
    padding: 109px 0;
}

footer a {
    text-decoration: none;
    transition: 1s;
}

.mdr__block__footer {
    max-width: 1106px;
    margin: auto;
}

.mdr__block__footer__line1 {
    margin-bottom: 30px;
}

.mdr__block__footer__line1,
.mdr__block__footer__line2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* .mdr__footer-logo {
    width: 145px;
    height: 50px;
} */

.mdr__footer-logo {
    width: 171px;
    height: 108px;
}

.mdr__block__footer__social__share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.mdr__block__footer__social__share a {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mdr__block__footer__social__share a:nth-child(1) {
    background-image: url('../img/tg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mdr__block__footer__social__share a:nth-child(1):hover {
    background-image: url('../img/white__tg.svg');
}

.mdr__block__footer__social__share a:nth-child(2) {
    background-image: url('../img/vk.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mdr__block__footer__social__share a:nth-child(2):hover {
    background-image: url('../img/white__vk.svg');
}

.mdr__block__footer__social__share a:nth-child(3) {
    background-image: url('../img/Yandex_Zen_logo_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mdr__block__footer__social__share a:nth-child(3):hover {
    background-image: url('../img/white__dzen.svg');
}

.mdr__block__footer__social__share a:nth-child(4) {
    background-image: url('../img/youtube.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mdr__block__footer__social__share a:nth-child(4):hover {
    background-image: url('../img/white__youtube.svg');
}

.mdr__footer__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #202221;
    line-height: 120%;
}

footer a:hover, footer a:active {
    color: #fff;
}

.mdr__fi1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.mdr__fi2 {
    /* width: 507px; */
    /* height: 122px; */
}

.mdr__fi2 nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.mdr__fi2 nav ul {
    width: 145px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mdr__fi3 {
    /* width: 145px; */
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.mdr__fi3 img {
    width: 106px;
    height: 40px;
}

.mdr__fi3 p {
    line-height: 120%;
}

.mdr__fi4 {
    width: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.mdr__fi4 .mdr__footer__button {
    /* background-color: #faf9f7; */
    /* border-radius: 91px; */
    width: 145px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font6);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    /* color: #5a5d83; */
    color: #fff;
    text-decoration: none;
}

.btn__yellow {
    background-color: #F2CC44;
}

.btn__yellow:hover {
    /*border: 1px solid #F2CC44;*/
    /*color: #F2CC44;*/
    background-color: #fff;
    border: 2px solid #cb6789;
    color: #202221;
}

.btn__orange {
    background-color: #FC9C57;
}

.btn__orange:hover {
    /*border: 1px solid #FC9C57;*/
    /*color: #FC9C57;*/
    background-color: #fff;
    border: 2px solid #cb6789;
    color: #202221;
}


.mdr__fl2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
}

.mdr__fl2__side__left a {
    background-color: #24a1de;
    /*border-radius: 91px;*/
    padding: 9px 18px;
    width: 209px;
    height: 36px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #faf9f7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mdr__fl2__side__left a:hover {
    background-color:  #0da9f5;
}

.mdr__fl2__side__right {
    width: 330px;
    display: flex;
    justify-content: flex-end;
}

.mdr__fl2__side__right p a {
    color: #202221;
    text-decoration: underline !important;
}

/*-----FOOTER GRID-----*/
.mdr__block__footer {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    grid-template-rows: repeat(3, 0.5fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.mdr__block__footer__item1 { grid-area: 1 / 1 / 3 / 4; }
.mdr__block__footer__item2 { grid-area: 1 / 4 / 3 / 10; }
.mdr__block__footer__item3 { grid-area: 1 / 10 / 3 / 12; }
.mdr__block__footer__item4 { grid-area: 1 / 12 / 3 / 14; }
.mdr__block__footer__item5 { grid-area: 3 / 1 / 4 / 7; }
.mdr__block__footer__item6 { grid-area: 3 / 7 / 4 / 14; }

.small__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 108%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #202221;
    margin-top: 14px;
}

.mobile__footer__element {
    display: none;
}

/*-----POPUP-----*/
.popup__background {
    display: none;

    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup__block {
    display: none;

    width: 78vw;
    height: auto;
    border: 1px solid grey;
    position: fixed;
    z-index: 1001;
	left: calc(50% - 38vw);
    top: 3%;
    background-color: #fff;
}

.popup__close {
    position: absolute;
    top: 0;
    right: -75px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
	font-size: 29px;
    font-weight: bold;
}

.popup__active {
    display: block;
}

@media(max-width: 760px) and (min-width: 320px) {
	.popup__block {
		top: 30%;
		width: 94vw;
		left: calc(50% - 47vw);
	}

	.popup__close {
	    top: -75px;
    	right: 0;
	}
}
/*-------------------*/
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 800px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*-----POPUP-----*/
/*-----POPUP-1-----

.popup-1 {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content-1 {
	position: relative;
    background-color: #fff;
    margin: 15% auto;

    border: 1px solid #888;
    width: 90%;
    max-width: 1400px;
}

.close-1 {
    color: #aaa;
    float: right;
    font-size: 27px;
    font-weight: bold;

	position: absolute;
    top: 0px;
    right: -55px;
	padding: 5px;
	border-radius: 100%;
	background-color: #fff;

	width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-1:hover,
.close-1:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
-----POPUP-----*/
.stars__description {
    width: fit-content;
    margin: 12.7px auto;
    text-align: center;
}

.stars__description p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 107%;
	text-align: center;
	color: #202221;
	margin: 5px 0;
}

.all__podcasts__mobile {
	margin-top: 125px !important;
}


@media(max-width: 799px) and (min-width: 390px) {
    footer {
		padding: 59px 0 0;
	}

	.program__title h4,
	.program__title h2 {
	    font-size: 32px;
	}
}

@media(max-width: 819px) and (min-width: 740px) {
    .mdr__block__footer {
        /* max-width: 810px;
        min-width: 520px; */
        width: 90%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .mdr__block__footer__item1 { width: 145px; grid-area: 1 / 1 / 2 / 2; }
    .mdr__block__footer__item2 { grid-area: 2 / 1 / 3 / 4; }
    .mdr__block__footer__item3 { width: 145px; grid-area: 1 / 2 / 2 / 3; }
    .mdr__block__footer__item4 { width: 145px; grid-area: 1 / 3 / 2 / 4; }
    .mdr__block__footer__item5 { grid-area: 3 / 1 / 4 / 2; }
    .mdr__block__footer__item6 { grid-area: 3 / 2 / 4 / 4; }

    .mdr__fi3 {
        width: 100%;
        align-items: center;
    }

    .mdr__fi4 {
        align-items: center;
    }

    .mdr__fi4 {
        width: 100%;
        text-align: center;
    }

    .mdr__fi4 .mdr__footer__button {
        width: 100%;
    }

	.mdr__section__title {
		font-size: 24px;
	}
}

@media(max-width: 739px) and (min-width: 540px) {
    .mdr__block__footer {
        /* max-width: 810px;
        min-width: 520px; */
        width: 90%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .mdr__block__footer__item1 { width: 145px; grid-area: 1 / 1 / 2 / 2; }
    .mdr__block__footer__item2 { grid-area: 2 / 1 / 3 / 4; }
    .mdr__block__footer__item3 { width: 145px; grid-area: 1 / 2 / 2 / 3; }
    .mdr__block__footer__item4 { width: 145px; grid-area: 1 / 3 / 2 / 4; }
    .mdr__block__footer__item5 { grid-area: 3 / 1 / 4 / 2; }
    .mdr__block__footer__item6 { grid-area: 3 / 2 / 4 / 4; }

    .mdr__fi3 {
        width: 100%;
        align-items: center;
    }

    .mdr__fi4 {
        align-items: center;
    }

    .mdr__fi4 {
        width: 100%;
        text-align: center;
    }

    .mdr__fi4 .mdr__footer__button {
        width: 100%;
    }

    .mdr__fi3 .mdr__footer__text {
        text-align: center;
    }

    .mdr__fl2 {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .mdr__fl2__side__right {
        text-align: right;
    }

	.mdr__section__title {
		font-size: 24px;
	}

	.partner-item, .partner-item__main {
		width: 45%;
	}
}

@media(max-width: 539px) and (min-width: 320px) {
	.block__ticket__item:nth-child(1) .block__ticket__item__l1 .block__ticket__item__info {
	    margin: 10px auto 20px;
	}
    .mdr__block__footer {
        width: 90%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 0.5fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .mdr__block__footer__item1 { grid-area: 1 / 1 / 2 / 3; }
    .mdr__block__footer__item2 { grid-area: 2 / 2 / 4 / 3; }
    .mdr__block__footer__item3 { grid-area: 2 / 1 / 3 / 2; }
    .mdr__block__footer__item4 { grid-area: 3 / 1 / 4 / 2; }
    .mdr__block__footer__item5 { grid-area: 5 / 1 / 6 / 3; }
    .mdr__block__footer__item6 { grid-area: 4 / 1 / 5 / 3; }

    .mdr__fi2 nav {
        display: flex;
        flex-direction: column;
    }

    .mdr__fl2 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .mdr__fl2__side__right {
        width: 100%;
        text-align: center;
    }

    .mdr__fl1 {
        text-align: center;
    }

    .mdr__footer-logo, .mdr__footer-logo a, .mdr__footer-logo a img {
        width: 100%;
        height: auto;
    }


    .mdr__fi1 .mdr__footer__text br {
        display: none;
    }

	.mdr__fi1 .logo__link {
		width: 100%;
	}

    .mdr__fi1 {
        justify-content: center;
        align-items: center;
    }

    .mdr__fi2 nav ul {
        width: fit-content;
    }

    footer {
        padding: 59px 0 0;
    }
}

@media (max-width: 1376px) {
    .block__main__text__big {
        font-size: 17.5vw;
    }

    .slick-next {
        right: 44%;
    }

    .slick-prev {
        left: 44%;
    }

    .block__tickets__items {
        width: 100%;
        max-width: 100%;
    }

    .block__main__layer_3 {
        top: 100px;
    }
}

@media (max-width: 964px) {
    .block__main__layer_3 {
        top: 100px;
    }

    .block__masters__item__img {
        height: 210px;
    }

    .program__title h4 {
        font-size: 70px;
    }

    .section__slider {
        height: 358px;
    }

    .slider .slide, .slick-track {
        height: 353px;
    }

    .slick-track {
        overflow: hidden;
    }

    .slick-prev, .slick-next {
        bottom: 80px;
    }

    .block__video {
        width: 100%;
        height: 750px;
    }

    .block__podcast {
        height: auto;
    }

    .podcast__item {
        height: 170px;
    }

    .slick-prev {
        left: 40%;
    }

    .slick-next {
        right: 40%;
    }

    .nav {
        gap: 20px;
    }

    .nav .menu__items ul li a {
        font-size: 31px;
    }

    .block__header__menu__btn,
    .block__header__lmi__side__right,
    .get__ticket {
        font-size: 16px;
    }

    .program__img img {
        width: 140px;
        height: 140px;
    }

    .section-4 {
        padding: 0 0 35px;
    }

    .block__ticket__item__l2 img {
        width: 270px;
    }

    .block__masters__items button .block__masters__item__img img {
        width: 120px;
    }
}

@media (max-width: 860px) {
    .block__ticket__item {
        width: 33.3%;
    }

    .block__ticket__item__l1 {
        padding: 75px 8px;
    }

    .podcast__item {
        height: 150px;
    }

    .block__video {
        height: 670px;
    }
}


@media (max-width: 860px) {
    .menu__side__right .menu__close,
    .block__header__menu__btn {
        display: none;
    }

    .get__ticket {
        display: none;
    }

    .block__header {
        align-items: center;
    }

    .block__header__lmi {
        width: 84.67%;
    }

    .nav__mobile {
        display: block;
    }

    .btn-nav {
        cursor: pointer;
        width: 55px; /*35*/
        height: 28px;
        padding-top: 14px;
    }

    .bar {
        width: 55px;
        /* width: 1.9rem; */
        height: 1px;
        border-radius: 2px;
        background-color: #202221;
        transition: 0.5s;
        position: relative;
    }

    .bar:before,
    .bar:after {
        content: "";
        position: absolute;
        width: inherit;
        height: 1px;
        background-color: #202221;
        transition: 0.5s;
    }

    .bar:before {
        transform: translateY(-9px);
    }

    .bar:after {
        transform: translateY(9px);
    }

    .change .bar {
        transform: rotate(360deg);
        background-color: transparent;
    }

    .change .bar:before {
        transform: translateY(0) rotate(45deg);
    }

    .change .bar:after {
        transform: translateY(0) rotate(-45deg);
    }

    .active .bar {
        transform: rotate(360deg);
        background-color: transparent;
    }

    .active .bar:before {
        transform: translateY(0) rotate(45deg);
    }

    .active .bar:after {
        transform: translateY(0) rotate(-45deg);
    }

    .menu__side__right {
        justify-content: flex-end;
    }

    .nav {
        height: 571px;
        flex-direction: column;
        justify-content: space-between;
    }

    #box2-1, #box2-2, #box4-1 {
        right: inherit;
    }

    .block__masters__item__img {
        height: 150px;
    }

    .block__masters__item__name {
        font-size: 14px;
    }
}

@media (max-width: 540px) {
    .menu__side__right .menu__close,
    .block__header__menu__btn {
        display: none;
    }

    .get__ticket {
        display: none;
    }

    .block__header {
        align-items: center;
    }

    .block__header__lmi {
        width: 84.67%;
    }

    .nav__mobile {
        display: block;
    }

    .btn-nav {
        cursor: pointer;
        width: 55px; /*35*/
        height: 28px;
        padding-top: 14px;
    }

    .bar {
        width: 55px;
        /* width: 1.9rem; */
        height: 1px;
        border-radius: 2px;
        background-color: #202221;
        transition: 0.5s;
        position: relative;
    }

    .bar:before,
    .bar:after {
        content: "";
        position: absolute;
        width: inherit;
        height: 1px;
        background-color: #202221;
        transition: 0.5s;
    }

    .bar:before {
        transform: translateY(-9px);
    }

    .bar:after {
        transform: translateY(9px);
    }

    .change .bar {
        transform: rotate(360deg);
        background-color: transparent;
    }

    .change .bar:before {
        transform: translateY(0) rotate(45deg);
    }

    .change .bar:after {
        transform: translateY(0) rotate(-45deg);
    }

    .active .bar {
        transform: rotate(360deg);
        background-color: transparent;
    }

    .active .bar:before {
        transform: translateY(0) rotate(45deg);
    }

    .active .bar:after {
        transform: translateY(0) rotate(-45deg);
    }

    .menu__side__right {
        justify-content: flex-end;
    }

    .nav {
        height: 571px;
        flex-direction: column;
        justify-content: space-between;
    }

    #box2-1, #box2-2, #box4-1 {
        right: inherit;
    }

    .block__masters__item__img {
        height: 150px;
    }

    .block__masters__item__name {
        font-size: 14px;
    }

    .block__masters__item {
        width: 30%;
    }

    .block__headliners__items {
        flex-wrap: wrap;
        height: 710px;
    }

    .block__headliner__item {
        width: 50%;
        height: 355px;
        background-position: top;
    }

    /* .block__masters__item:nth-child(9) {
        display: none;
    } */

    .block__masters__item {
        width: 32%;
    }

    .block__masters__item__img {
        height: auto;
    }

    button .block__masters__item__img {
        height: 174px;
    }

    .block__masters__items button .block__masters__item__name {
        font-size: 14px;
    }

    .block__tickets__items {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .block__ticket__item {
        width: 100%;
        margin: auto;
    }

    .block__ticket__item__l1, .block__ticket__item__l2 {
        background-image: none;
    }

    /* .block__ticket__item:nth-child(1) .block__ticket__item__l1,
    .block__ticket__item:nth-child(1) .block__ticket__item__l2,
    .block__ticket__item:nth-child(2) .block__ticket__item__l1,
    .block__ticket__item:nth-child(2) .block__ticket__item__l2,
    .block__ticket__item:nth-child(3) .block__ticket__item__l1,
    .block__ticket__item:nth-child(3) .block__ticket__item__l2 {
        background-image: none;
    }

    .block__ticket__item:nth-child(1) {
        background-image: url('../img/Subtract-mobile-1.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .block__ticket__item:nth-child(2) {
        background-image: url('../img/Subtract-mobile-2.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .block__ticket__item:nth-child(3) {
        background-image: url('../img/Subtract-mobile-3.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    } */

    .block__ticket__item:nth-child(1) .block__ticket__item__l1 {
        background-position: top;
        height: 422px;
    }

    .block__ticket__item:nth-child(2) .block__ticket__item__l1 {
        background-position: top;
        height: 452px;
    }

    .block__video {
        height: 410px;
    }

    .podcast__item {
        width: 48%;
    }

    .block__main__layer_3 {
        width: 80%;
        top: -350px;
    }

    main {
        background-size: 295px 297px;
    }

    .block__main__layer_1 {
        top: 120px;
    }

    .block__main__layer_2 {
        flex-direction: column-reverse;
    }

    .block__main__text__small {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .block__main__text__small__side__left,
    .block__main__text__small__side__right {
        text-align: center;
    }

    .block__main__layer_2 {
        top: 336px;
    }

    .block__main__text__big {
        font-size: 29.5vw;
    }

    .block__header__lmi__side__right {
        text-align: right;
    }

    .nav .menu__items ul li a {
        font-size: 24px;
    }

    .nav {
        height: 471px;
    }
}

@media(max-width: 540px) and (min-width: 320px) {
    header {
        padding-top: 10px;
    }
    .menu__side__right .menu__close,
    .block__header__menu__btn {
        display: none;
    }

    .get__ticket {
        display: none;
    }

    .block__header {
        align-items: center;
    }

    .block__header__lmi {
        width: calc(100% - 10px);
        gap: 20px;
    }

    .nav__mobile {
        display: flex;
        justify-content: flex-end;
    }

    .btn-nav {
        cursor: pointer;
        width: 55px; /*35*/
        height: 28px;
        padding-top: 14px;
    }

    .bar {
        width: 35px;
        /* width: 1.9rem; */
        height: 2px;
        border-radius: 2px;
        background-color: #202221;
        transition: 0.5s;
        position: relative;
    }

    .bar:before,
    .bar:after {
        content: "";
        position: absolute;
        width: inherit;
        height: 2px;
        background-color: #202221;
        transition: 0.5s;
    }

    .bar:before {
        transform: translateY(-9px);
    }

    .bar:after {
        transform: translateY(9px);
    }

    .change .bar {
        transform: rotate(360deg);
        background-color: transparent;
    }

    .change .bar:before {
        transform: translateY(0) rotate(45deg);
    }

    .change .bar:after {
        transform: translateY(0) rotate(-45deg);
    }

    .active .bar {
        transform: rotate(360deg);
        background-color: transparent;
    }

    .active .bar:before {
        transform: translateY(0) rotate(45deg);
    }

    .active .bar:after {
        transform: translateY(0) rotate(-45deg);
    }

    .menu__side__right {
        justify-content: flex-end;
    }

    .nav {
        height: 571px;
        flex-direction: column;
        justify-content: space-between;
    }

    #box2-1, #box2-2, #box4-1 {
        right: inherit;
    }

    .block__masters__item__img {
        height: 150px;
    }

    .block__masters__item__name {
        font-size: 14px;
    }

    .block__masters__item {
        width: 30%;
    }

    .block__headliners__items {
        flex-wrap: wrap;
        height: 710px;
    }

    .block__headliner__item {
        width: 50%;
        height: 355px;
        background-position: top;
    }

    .block__masters__item:nth-child(9) {
        display: flex;
    }

    .block__masters__item {
        width: 48%;
    }

    .block__masters__item__img {
        height: auto;
    }

    button .block__masters__item__img {
        /* height: 174px; */
        height: 100%;
    }

    .block__masters__items button .block__masters__item__name {
        font-size: 14px;
    }

    .block__tickets__items {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .block__ticket__item {
        width: 100%;
        margin: auto;
    }

    .block__ticket__item__l1, .block__ticket__item__l2 {
        background-image: none;
    }

    .block__ticket__item:nth-child(1) .block__ticket__item__l1 {
        background-position: top;
        height: 379px;
    }

    .block__ticket__item:nth-child(2) .block__ticket__item__l1 {
        background-position: top;
        height: 437px;
    }

    .block__video {
        height: 310px;
    }

    .podcast__item {
        width: 100%;
        height: 188px;
        margin: auto;
    }

    .block__main__layer_3 {
        /*width: 80%;*/
        /*top: -390px;*/
        width: 90%;
        top: -350px;
    }

    main {
        /*background-size: 195px 297px;*/
        /*background-position-y: -70px;*/
        /*padding-bottom: 0;*/
        background-size: 195px 297px;
        background-position-y: -35px;
        padding-bottom: 0;
        margin-bottom: 48px;
    }

    .block__main__layer_1 {
        /*top: 70px;*/
        /*top: 190px;*/
        top: 150px;
        height: 10%;
    }

    .block__main__layer_2 {
        flex-direction: column-reverse;
    }

    .block__main__text__small {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .block__main__text__small__side__left,
    .block__main__text__small__side__right {
        text-align: center;
    }

    .block__main__layer_2 {
        /*top: 190px;*/
        top: 310px;
    }

    .block__main__text__big {
        font-size: 32.5vw;
    }

    .block__header__lmi__side__right {
        text-align: right;
    }

    .nav .menu__items ul {
        gap: 13px;
    }

    .nav .menu__items ul li a {
        font-size: 20px;
    }

    .menu__side__right a {
        font-size: 14px;
        width: 100%;
        height: 46px;
    }

    .nav {
        min-width: 300px;
        height: auto;
        padding: 16px;
    }

    .menu__items {
        flex-direction: column;
        justify-content: flex-start;
    }

    .section__title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .section-4 {
        display: none; /*-----ВРЕМЕННО-----*/
    }

    .block__masters__items button .block__masters__item__img img {
        /*width: 80px;*/
        width: 120px;
    }

    /*-----320-----*/
    .block__header__logo {
        width: 44px;
        height: 28px;
    }

    .block__header__lmi__side__right {
        font-size: 12px;
        color: #202221;
        font-family: var(--font-family1);
        font-weight: 700;
        line-height: 113%;
        text-transform: uppercase;
    }

    .block__header__lmi {
        padding: 0 15px 0 12px;
        height: 36px;
    }

    .block__podcast {
        flex-direction: column;
        height: auto;
    }

    .slick-track {
        height: 198px;
    }

    .slider .slide {
        border-radius: 12px;
        width: auto;
        height: 198px;
    }


    .block__ticket__item__points {
        gap: 5px;
    }

    .block__ticket__item:nth-child(2) .block__ticket__item__l1 .block__ticket__item__price {
        margin-bottom: 10px;
    }


    .section__slider {
        padding-left: 0;
    }

    .mdr__mp__foolwidth {
        top: 0;
        margin-bottom: 59px;
        margin-top: 29px;
    }

    .slider {
        height: 370px;
    }

    .slick-prev, .slick-next {
        width: 48px;
        height: 48px;
    }

    .slick-prev {
        left: calc(50% - 48px - 5px);
    }

    .slick-next {
        right: calc(50% - 48px - 5px);
    }

    .for__mobile {
        display: block;
    }

    .for__mobile__btn {
        width: 100%;
        height: 62px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        z-index: 3;
    }

    .for__mobile__btn .get__ticket__f {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        width: 96%;
        margin: auto;
        height: 42px;
        background: #cb6789;
        font-family: var(--font-family1);
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        text-align: center;
        color: #fff;
        transition: 1s;
    }

    .for__mobile__btn .get__ticket__f:hover, .for__mobile__btn .get__ticket__f:active {
    background-color: #fff;
    border: 2px solid #cb6789;
    color: #202221;
    }

    .block__ticket__item__l2 > div {
        font-size: 24px;
    }

    .mdr__mp__foolwidth {
        height: 38px;
    }

    .mdr__mp__runline {
        font-size: 18px;
    }

    .section-2 {
        padding: 31px 0 60px;
    }

    .section-3 {
        padding-bottom: 30px;
    }

    .section-6 {
        padding: 30px 0 0;
    }

    .section-7 {
        padding-top: 0;
    }

    .section__slider {
        height: 250px;
    }

    .box .text__big {
        font-size: 32px;
    }

    .box .text__small {
        font-size: 10px;
    }

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

    #box1-1, #box1-2, #box1-3, #box3-1, #box3-2, #box3-3 {
        left: 0;
    }

    #box2-1, #box2-2 {
        right: 0;
    }

    #box2-1, #box3-2 {
        width: 127px;
        height: 127px;
    }

    #box2-2 {
        align-items: flex-end;
        width: 115px;
        height: 127px;
    }

    #box3-1, #box3-3 {
        width: 100px;
        height: 177px;
    }

    .container {
        height: 170px;
        margin-left: -32px;
    }

    #box4-1  {
        width: 230px;
        height: 212px;
        right: -20%;
    }

    /* .copywrite__info {
        display: flex;
        flex-direction: column;
        justify-content: center;
    } */

    .block__masters__item:nth-child(14) {
        display: none;
    }

    .block__masters__item:nth-child(15) {
        gap: 0;
    }

    .box .text__small {
        width: 90%;
        margin: 5px;
    }

    /*-----7.04.2025-----*/
    .block__ticket__item:nth-child(1) .block__ticket__item__l1 {
        background-image: url('../img/7/tarif1_top_mobile.png');
        background-size: contain;
        height: 313px;
    }

    .block__ticket__item:nth-child(1) .block__ticket__item__l2 {
        background-image: url('../img/7/tarif1_bottom@2x.png');
        background-size: contain;
    }

    .block__ticket__item:nth-child(2) .block__ticket__item__l1 {
        background-image: url('../img/7/tarif2_top_mobile.png');
        background-size: contain;
        height: 360px;
    }

    .block__ticket__item:nth-child(2) .block__ticket__item__l2 {
        background-image: url('../img/7/tarif2_bottom@2x.png');
        background-size: contain;
    }

    .block__ticket__item:nth-child(1):hover .block__ticket__item__l2 {
        background-image: url('../img/bottom_hover.png');
    }

    .block__ticket__item:nth-child(2):hover .block__ticket__item__l2 {
        background-image: url('../img/bottom_hover.png');
    }

    /* .block__ticket__item:nth-child(1) {
        background-image: url('../img/7/tarif1_top_mobile.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .block__ticket__item:nth-child(2) {
        background-image: url('../img/7/tarif2_top_mobile.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }  */
    /*-----09.04.2025-----*/
    .nav .menu__items {
        margin-bottom: 27px;
    }

    .headliner__item__name {
        right: -5px;
        font-size: 55px;
    }

    .block__headliner__item:nth-child(1) .headliner__item__name {
        top: 25px;
    }

    .music .block__headliner__item:nth-child(1) .headliner__item__name {
        top: -65px;
    }

    .section-4 {
        padding: 30px 0 77px;
    }

    .accordion-header {
        font-family: var(--font-family1);
    }

    .program__img img {
        width: 130px;
        height: 130px;
    }

    .program__title h4 {
        font-size: 32px;
    }

    .slider {
        padding-left: 0;
    }

    .accordion-item {
        position: relative;
    }

    .round__in__line {
        display: flex;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #202221;
        position: absolute;
        bottom: -4px;
        left: 50px;
    }

    .accordion-item:nth-child(1) .round__in__line {
        left: 17px;
    }

    .accordion-item:nth-child(2) .round__in__line {
        left: 275px;
    }

    .accordion-item:nth-child(3) .round__in__line {
        left: 117px;
    }

    .accordion-item:nth-child(4) .round__in__line {
        left: 237px;
    }

    .program__img {
        display: flex;
        justify-content: center;
    }

    /*-----!!!!!-----*/
    /*.block__main__layer_3 {*/
    /*    position: absolute;*/
    /*    top: 80px;*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*}*/

    /*.block__main__layer_3 img {*/
    /*    width: 80%;*/
    /*}*/

    .block__main__layer_2 {
        /*top: 40px;*/
        top: -10px;
    }

    .block__main__layer_3 {
        /*top: 100px;*/
        top: 50px;
    }

    .block__header, header {
        height: 36px;
    }

    .block__ticket__item__content {
        width: fit-content;
    }

    .nav {
        top: 10px;
        width: unset;
    }

    .program__title h4, .program__title h2 {
        font-size: 32px;
    }

    .toggle__place__info {
        display: none;
    }

    .show__place__info {
        display: inline;
    }

    .musics .block__headliners__items .block__headliner__item:nth-child(1),
    .musics .block__headliners__items .block__headliner__item:nth-child(2),
    .musics .block__headliners__items .block__headliner__item:nth-child(3) {
        filter: grayscale(0);
    }

    .block__header__lmi__side__right br {
        display: block;
    }

    #box1-2, #box1-3 {
        background-image: url(../img/element-2-mobile.svg);
        width: 173px;
        height: 120px;
        padding-top: 15px;
    }

    #box1-1 {
        left: 50px;
    }
    #box1-2 {
        top: -35px;
        left: 55px;
    }
    #box1-3 {
        left: -45px;
        top: 30px;
    }
    #box2-1 {
        left: 67%;
    }
    #box2-2 {
        left: -22%;
    }

    .block__ticket__item__l2 {
        width: 100%;
        position: relative;
        height: 152px;
        left: 0.5px;
        text-decoration: none;
    }

    .ticket-item {
        height: 184px;
    }

    #box3-1, #box3-2, #box3-3 {
        left: 10%;
    }

    .section-7 {
        display: none;
    }

    .section-8 {
        display: block;
        padding: 60px 0 120px;
    }

    .section-8 .slick-prev, .section-8 .slick-next {
        bottom: -80px;
    }

    .section-8 .podcast__item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .desktop__footer__element {
        display: none;
    }
    .mobile__footer__element {
        display: flex;
    }

    .nav .menu__items ul:nth-child(1),
    .nav .menu__items ul:nth-child(2),
    .nav .menu__items {
        gap: 13px;
    }

    .block__main__text__big {
        line-height: 86%;
        margin-bottom: 10px;
    }

    .block__main__layer_3 {
        width: 80%;
        top: 80px;
    }

    .block__main__layer_2 {
        top: 21px;
    }

    .box .text__small {
        line-height: 90%;
    }

    .box .text__big {
        line-height: 50%;
    }

    .slider .slide img {
        /*width: 341px !important;*/
		width: auto;
		height: 198px !important;
    }

    .mdr__block__footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 0.5fr) 0fr 0.5fr;
    }

#container1:hover #box1-3 {
    transition: none;
    left: inherit;
}

#container1:hover #box1-2 {
    transition: none;
    left: inherit;
}

#container1:hover #box1-1 {
    transition: none;
    left: inherit;
}

/*-------------------*/
#container2:hover #box2-1 {
    transition: none;
    right: inherit;
}

#container2:hover #box2-2 {
    transition: none;
    right: inherit;
}
/*--------------------*/
#container3:hover #box3-3 {
    transition: none;
    left: inherit;
}

#container3:hover #box3-2 {
    transition: none;
    left: inherit;
}

#container3:hover #box3-1 {
    transition: none;
    left: inherit;
}

#container4:hover #box4-1 {
    transition: none;
    right: inherit;
}






@media (hover: none) and (pointer: coarse) {
#container1:hover #box1-3 {
    transition: none;
    left: inherit;
}

/*#container1:hover #box1-2 {*/
/*    transition: none;*/
/*    left: inherit;*/
/*}*/

/*#container1:hover #box1-1 {*/
/*    transition: none;*/
/*    left: inherit;*/
/*}*/

/*-------------------*/
/*#container2:hover #box2-1 {*/
/*    transition: none;*/
/*    right: inherit;*/
/*}*/

/*#container2:hover #box2-2 {*/
/*    transition: none;*/
/*    right: inherit;*/
/*}*/
/*--------------------*/
/*#container3:hover #box3-3 {*/
/*    transition: none;*/
/*    left: inherit;*/
/*}*/

/*#container3:hover #box3-2 {*/
/*    transition: none;*/
/*    left: inherit;*/
/*}*/

/*#container3:hover #box3-1 {*/
/*    transition: none;*/
/*    left: inherit;*/
/*}*/

#container4:hover #box4-1 {
    transition: none;
    right: inherit;
}
.block__ticket__item:hover .block__ticket__item__l1 {
    transform-origin: none;
    transform: none;
}
}

}
