/*slider*/
.slider-block {
    position: relative;
    overflow: hidden;
    margin: 0 auto 28px auto;
    border-bottom: 2px solid var(--colorLight);
}
.slider-block::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 33.333%;
}
#sliders {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sliders .f-carousel__slide {
    width: 100%;
}
#sliders .f-carousel__slide a {
    display: block;
    width: 100%;
    height: 100%;
}
#sliders .f-carousel__slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#sliders .f-carousel__slide .f-slider-content {
    position: absolute;
    bottom: 14px;
    background: var(--bgBlack50);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: var(--colorWhite);
    border-radius: 14px;
    line-height: 1;
    opacity: 0;
    transition: 2s;
    animation: show 2s 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    opacity: 1\9;
}
@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.slider-name {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}
.slider-name::before {
    margin: 0 14px 0 0;
    font-size: 24px;
}
.slider-text {
    display: block;
    text-align: right;
}
#carouselEvent{
    --f-carousel-spacing: 5px;
    width: 100%;
    height: 340px;
    margin: 28px 0;
}
#carouselEvent .f-carousel__slide{
    width: 240px;
    height: 340px;
    overflow: hidden;
}
#carouselEvent .f-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width:1601px) {
    .slider-block::before {
        padding-top: 33.333%;
    }
    #sliders .f-carousel__slide .f-slider-content {
        width:1540px;
        right: calc((100% - 1540px) / 2);
        left: calc((100% - 1540px) / 2);
    }
}
@media only screen and (min-width:1281px) and (max-width:1600px) {
    .slider-block::before {
        padding-top: 33.333%;
    }
    #sliders .f-carousel__slide .f-slider-content {
        width:1230px;
        right: calc((100% - 1230px) / 2);
        left: calc((100% - 1230px) / 2);
    }
}
@media only screen and (min-width:961px) and (max-width:1280px) {
    .slider-block::before {
        padding-top: 33.333%;
    }
    #sliders .f-carousel__slide .f-slider-content {
        width:920px;
        right: calc((100% - 920px) / 2);
        left: calc((100% - 920px) / 2);
    }
}
@media only screen and (max-width:960px) {
    #sliders .f-carousel__slide .f-slider-content {
        width:95%;
        right: 2.5%;
        left: 2.5%;
        bottom: 10px;
    }
}
@media only screen and (min-width:1281px) {
    .slider-name {
        margin: 14px 28px 7px 28px;
        font-size: 28px;
    }
    .slider-text {
        margin: 7px 28px 14px 28px;
        font-size: 18px;
    }
}
@media only screen and (min-width:961px) and (max-width:1280px) {
    .slider-name {
        margin: 12px 24px 6px 24px;
        font-size: 24px;
    }
    .slider-text {
        margin: 6px 24px 12px 24px;
        font-size: 16px;
    }
}
@media only screen and (min-width:641px) and (max-width:960px) {
    .slider-block::before {
        padding-top: 40%;
    }
    .slider-name {
        margin: 10px 20px 5px 20px;
        font-size: 20px;
    }
    .slider-text {
        margin: 5px 20px 10px 20px;
        font-size: 15px;
    }
}
@media only screen and (max-width:640px) {
    .slider-block::before {
        padding-top: 50%;
    }
    .slider-name {
        margin: 10px 10px 5px 10px;
        font-size: 18px;
    }
    .slider-text {
        margin: 5px 10px 10px 10px;
        font-size: 14px;
    }
}
.main-banner {
    width: 100vw;
    margin: 0 calc((100% - 100vw) / 2) -2.5em calc((100% - 100vw) / 2);
    box-sizing: border-box;
}
.main-banner a {
    display: block;
    position: relative;
    text-transform: uppercase;
}
.main-banner a.col-white {
    color: var(--colorBlack);
}
.main-banner a.col-black {
    color: var(--colorWhite);
}
.main-banner img {
    display: block;
    width: 100%;
    height: auto;
}
.main-banner label {
    position: absolute;
    cursor: pointer;
}
@media only screen and (min-width:1281px) {
    .main-banner label {
        bottom: 5%;
        left: 15%;
        font-size: 28px;
    }
}
@media only screen and (min-width:641px) and (max-width:1280px) {
    .main-banner label {
        bottom: 5%;
        left: 10%;
        font-size: 24px;
    }
}
@media only screen and (min-width:481px) and (max-width:640px) {
    .main-banner label {
        bottom: 5%;
        left: 7.5%;
        font-size: 20px;
    }
}
@media only screen and (max-width:480px) {
    .main-banner label {
        bottom: 5%;
        left: 5%;
        font-size: 18px;
    }
}
/* hr {
    border: 0 none;
    height: 2px;
    background: var(--colorMain);
    background-image: -webkit-linear-gradient(left, var(--colorWhite), var(--colorMain), var(--colorWhite));
    background-image: -moz-linear-gradient(left, var(--colorWhite), var(--colorMain), var(--colorWhite));
    background-image: -ms-linear-gradient(left, var(--colorWhite), var(--colorMain), var(--colorWhite));
    background-image: -o-linear-gradient(left, var(--colorWhite), var(--colorMain), var(--colorWhite));
    margin: 28px 5% 14px 5%;
    width: 90%;
} */
.main-poster {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 1rem 0;
}
.item-show {
    display: block;
    width: 100%;
    margin: 0 0 14px 0;
    position: relative;
    background: var(--colorSnowWhite);
    background:linear-gradient(to top left,rgba(250,250,250) 0%,rgba(255,255,255) 60%,rgba(255,255,255) 80%,rgba(229,228,226) 100%);
    border: 2px solid var(--colorLight);
    border-image: linear-gradient(to left top, var(--colorLight) 10%, var(--colorSnowWhite) 25%, var(--colorSnowWhite) 75%, var(--colorRed) 90%);
    border-image-slice: 1;
}
.item-show a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-decoration: none;
}
.item-show figure {
    display: block;
    position: relative;
    overflow: hidden;
    width: 200px;
}
.item-show figure::before {
    display: block;
    content: "";
    width: 100%;
    margin-top: 141.4285714%;
}
.item-show figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-show header {
    position: absolute;
    top: 0;
    left: 240px;
    right: 0;
    height: 64px;
    line-height: 1.3;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    color: var(--colorMain);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.item-show footer {
    position: absolute;
    left: 240px;
    bottom: 7px;
    right: 0;
    height: 54px;
    line-height: 1.5;
    z-index: 100;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    color: var(--colorMain);
}
.item-show footer time {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}
.item-show footer time::before {
    margin: 0 7px 0 0;
}
.item-show footer span {
    display: flex;
}
.item-show footer span::before {
    margin: 2px 10px 0 0;
}
.item-show label {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background:var(--colorPlatin);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--colorRed);
    color: var(--colorBlack);
    padding: 0 0 0 2px;
}
.show-description {
    position: absolute;
    top: 110px;
    left: 240px;
    right: 30px;
    color: var(--colorMain);
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media only screen and (max-width:640px) {
    .item-show figure {
        width: 240px;
        margin: 0 auto;
    }
    .item-show header, .item-show footer {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 90%;
        margin: 0 5%;
    }
    .show-description {
        display: none;
    }
}
.show-carry,
.show-replace,
.show-drops,
.show-ticket-no {
    position: absolute;
    top: 72px;
    left: 240px;
    
    text-align: center;
    color: var(--colorWhite);
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.show-carry,
.show-replace,
.show-drops {
    text-shadow: 1px 1px 2px var(--colorRed), -1px -1px 2px var(--colorRed);
    letter-spacing: 2px;
}
.show-ticket-no {
    text-shadow: 1px 1px 2px var(--colorBlack), -1px -1px 2px var(--colorBlack);
}
.news-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 14px 0;
}
.main-news header {
    background: var(--colorPlatin);
    padding: 7px 14px;
    color: var(--colorWhite);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.main-news header h2 {
    color: var(--colorMain);
    text-transform: uppercase;
}
.main-news header a {
    color: var(--colorMain);
    text-decoration: none;
    text-transform: uppercase;
}
.news-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 7px 0;
    padding: 14px;
    border: 1px solid var(--colorLight);
    border-image: linear-gradient(to left top, var(--colorLight) 10%, var(--colorSnowWhite) 25%, var(--colorSnowWhite) 75%, var(--colorLight) 90%);
    border-image-slice: 1;
    box-sizing: border-box;
}
.news-item figure {
    position: relative;
    width: 160px;
    height: 160px;
}
.news-item figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.news-item figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.news-item div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 180px);
}
.news-item h2 {
    text-align: left;
    color: var(--colorMain);
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}
.news-item div div {
    flex-direction: row;
    width: 100%;
}
.news-item div div a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--colorMain);
}
.news-item div div a:hover {
    color: var(--colorRed);
}
@media only screen and (min-width:961px) and (max-width:1280px) {
    .news-item {
        flex-direction: column;
    }
    .news-item figure {
        margin: 0 auto 14px auto;
    }
    .news-item div {
        width: 100%;
    }
}
@media only screen and (max-width:480px) {
    .news-item {
        flex-direction: column;
    }
    .news-item figure {
        margin: 0 auto 14px auto;
    }
    .news-item div {
        width: 100%;
    }
}

blockquote.txt-panina {
    display: flex;
    justify-content: space-between;
    background-color: var(--colorPlatin);
}
blockquote.txt-panina::before {
    display:inline-block;font:normal normal normal 32px/1 IconSiteFonts;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    content: "\f322";
}
blockquote.txt-panina p {
    font-weight: 500;
}
blockquote.txt-panina::after {
    content: "";
    background-image: url("/uploads/design/shut.webp");
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (min-width:961px) {
    blockquote.txt-panina {
        padding: 20px 40px 20px 40px;
        font-size: 20px;
    }
    blockquote.txt-panina::before {
        width: 5%;
    }
    blockquote.txt-panina div {
        width: 80%;
    }
    blockquote.txt-panina::after {
        width: 10%;
    margin: -10px -40px -10px 0;
        background-position: bottom right 20px;
    }
}
@media only screen and (min-width:641px) and (max-width:960px) {
    blockquote.txt-panina {
        padding: 18px 28px;
        font-size: 18px;
    }
    blockquote.txt-panina::before {
        width: 28px;
    }
    blockquote.txt-panina div {
        width: calc(100% - 160px);
    }
    blockquote.txt-panina::after {
        width: 64px;
        margin: 0 -16px 0 0;
        background-position: bottom right;
    }
}
@media only screen and (min-width:481px) and (max-width:640px) {
    blockquote.txt-panina {
        padding: 16px 24px;
        font-size: 18px;
    }
    blockquote.txt-panina::before {
        width: 24px;
    }
    blockquote.txt-panina div {
        width: calc(100% - 120px);
    }
    blockquote.txt-panina::after {
        width: 64px;
        margin: 0 -16px 0 0;
        background-position: bottom right;
    }
}
@media only screen and (max-width:480px) {
    blockquote.txt-panina {
        padding: 16px;
        font-size: 16px;
    }
    blockquote.txt-panina::before {
        width: 24px;
    }
    blockquote.txt-panina div {
        width: calc(100% - 100px);
    }
    blockquote.txt-panina::after {
        width: 64px;
        margin: 0 -10px 0 0;
        background-position: bottom right;
    }
}
