.event {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.event-photo {
    margin: 7px 0 14px 0;
}
.event-photo figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 7px 0;
}
.event-photo figure::before {
    content: "";
    display: block;
    margin-top: 141.4285714%;
    width: 100%;
}
.event-photo figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show-slider .f-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 1px;
}
.show-slider .f-carousel__slide {
    width: 96px;
    height: 96px;
    overflow: hidden;
    --f-carousel-spacing: 1px;
}
h1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: inherit;
}
h1 span {
    width: calc(100% - 48px);
}
h1 label {
    font-size: 12px;
    font-weight: normal;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--colorLight);
    border-radius: 50%;
}
.event-time {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid var(--colorPlatin);
    padding: 0 0 7px 0;
}
.event-time p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.event-time strong,
.event-time span {
    display: block;
    width: 45%;
}
.event-show {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.event-show h2 {
    text-align: left;
    width: 100%;
    margin: 10px 5px;
}
.event-future {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid var(--colorGray);
    width: 100%;
    padding: 10px;
    margin: 5px;
    box-sizing: border-box;
    background: var(--colorSnowWhite);
}
.event-future div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: calc(100% - 164px);
}
.event-future time {
    width: 100%;
    font-weight: bold;
}
.event-future small {
    display: flex;
    margin: 0;
    line-height: 1.2;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.event-future small .ico-carry,
.event-future small .ico-replace,
.event-future small .ico-drops {
    color: var(--colorRed);
}
.event-future small a {
    color: var(--colorRed);
}
.event-future small .ico-transfer,
.event-future small .ico-repAnother {
    color: var(--colorGray);
}
.event-future span {
    text-transform: uppercase;
    margin: 0.5rem 0 0 0;
}
.event-future small span {
    text-transform: none;
}
.event-people {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.event-producer,
.event-actors {
    width: 45%;
}
.event-producer p {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.event-producer p label {
    font-weight: 500;
}
.event-producer p span {
    
}
.event-actors p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dotted var(--colorLight);
    margin: 0 0 3px 0;
}
.event-actors p:first-child {
    border-bottom: none;
    font-weight: 500;
    margin: 7px 0 0 0;
}
.event-actors p label {
    padding: 0 5px 0 0;
}
.event-actors p span {
    padding: 0 0 0 5px;
    text-align: right;
}
.event-actors p label,
.event-actors p span {
    
    background: white;
}
.event-actors p label {
    margin: 0 0 -4px 0;
}
.event-actors p span {
    margin: 0 0 -4px auto;
}
.event-future p {
    margin: 0 0 10px 0;
    text-align: center;
    height: 48px;
}
.event-future p span {
    font-size: 12px;
}
.event-future .not-ticket,
.event-future .free-ticket,
.event-future a.buy-ticket,
.event-future a.pushkin-card {
    width: 164px;
    padding: 4px 7px 3px 7px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin: 2px auto;
}
.event-future .not-ticket {
    background: var(--colorLight);
    border: 1px solid var(--colorLight);
}
.event-future .free-ticket {
    border: 1px solid var(--colorLight);
}
.event-future a.buy-ticket {
    background: var(--colorRed);
    border: 1px solid var(--colorRed);
    color: var(--colorWhite);
    text-decoration: none;
}
.event-future a.pushkin-card {
    background: var(--colorDark);
    border: 1px solid var(--colorDark);
    color: var(--colorWhite);
    text-decoration: none;
}
.event-future a.buy-ticket:hover,
.event-future a.pushkin-card:hover {
    background: var(--colorMain);
    border: 1px solid var(--colorMain);
}
.event-past {
    margin: 7px 0;
}
.event-past summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: var(--bgLight10);
    padding: 7px;
}
.event-past summary::marker {
    content: "";
}
.event-past summary::before {
    content: "\F055";
    width: 20px;
    margin: 0 10px 0 0;
}
.event-past[open] summary::before {
    content: "\F056";
}
.event-past h3 {
    text-align: left;
    font-size: 18px;
    margin: 0;
}
.event-past p {
    border-bottom: 1px dotted var(--colorLight);
    padding: 7px;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.event-past p span {
    text-align: right;
}
.event-desc {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: var(--bgLight10);
    padding: 14px;
    margin: 14px 0;
}
.side-enent {
    display: none;
}
.open-event {
    text-align: right;
    margin: 12px 0 0 auto;
    color: var(--colorMain);
    cursor: pointer;
    padding: 3px 6px;
}
.open-event::before {
    font-family:"Exo 2",sans-serif;
    content: "ПОЛНОЕ ОПИСАНИЕ";
    margin: 0 6px 0 0;
    font-size: 12px;
    font-weight: bold;
}
.open-event::after {
    content: "\F051";
    margin: 0 0 0 6px;
}
.event-side {
    height: 140px;
    overflow: hidden;
    text-align: justify;
}
.side-enent:checked ~ .event-side {
    height: auto;
    min-height: 150px;
}
.side-enent:checked ~ .open-event::before {
    content: "СКРЫТЬ ОПИСАНИЕ";
}
.side-enent:checked ~ .open-event::after {
    content: "\F052";
}
@media only screen and (min-width: 1601px) {
    .event-block {
        width: 990px;
    }
}
@media only screen and (min-width: 1281px) {
    .event-photo {
        width: 420px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
    .event-block {
        width: 750px;
    }
}
@media only screen and (min-width: 1081px) and (max-width: 1280px) {
    .event-photo {
        width: 300px;
    }
    .event-block {
        width: 600px;
    }
}
@media only screen and (max-width: 1080px) {
    .event {
        flex-direction: column;
        align-items: center;
    }
    .event-photo {
        width: 420px;
    }
    .event-block {
        width: 100%;
    }
}
@media only screen and (min-width: 781px) and (max-width: 840px) {
    .event-photo {
        width: 360px;
    }
}
@media only screen and (min-width: 521px) and (max-width: 780px) {
    .event-photo {
        width: 320px;
    }
}
@media only screen and (max-width: 520px) {
    .event-photo {
        width: 100%;
        max-width: 320px;
    }
    .event-future {
        flex-direction: column;
    }
    .event-future div {
        width: 100%;
    }
    .event-future a.buy-ticket {
        margin: 5px 0 0 auto;
    }
}
