﻿#detailCarousel .carousel__slide {
    width: 100%;
}

.carousel__button {
    width: 48px;
    height: 48px;
    color: #eee;
    background: #237345;
}

#detailCarousel .carousel__button.is-prev {
    left: 36px;
}

#detailCarousel .carousel__button.is-next {
    right: 36px;
}

.overShow {
    transition: max-height 0.4s;
    transform: translateX(-200%);
    opacity: 0;
}

.animShow {
    animation: fadeAnimationShow 0.4s;
}

.overShowDiv.hide {
    max-height: 0;
}

.overShowDiv {
    transition: max-height 0.8s ease;
}

.helpBlok {
    opacity: 0;
}

@-webkit-keyframes fadeAnimationShow {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.animHide {
    animation: fadeAnimationHide 1.5s;
    opacity: 0;
}

@-webkit-keyframes fadeAnimationHide {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

.kinopoisk .close-panel {
    right: 10px;
    top: 0px;
}

.overShow[show="false"] {
    max-height: 0;
    transform: translateX(-100%);
}

.overShow {
    transition: transform 1s ease;
}

.overShow[show="true"] {
    padding: 40px;
}

.overShowDiv {
    text-align: left;
}
.overShow {
    background-color: var(--white);
    border-radius: 4px;
    margin-bottom: 20px;
}
.overShowDiv .hv {
    border-bottom: 1px solid var(--prime);
    border-radius: 0;
}
.overShowDiv .hv:last-child {
    border-bottom: none;
}
.overShowDiv .hv_1 {
    padding-bottom: 40px;
}

.overShow.animHide[show="true"] {
    padding: 0px;
}

.trigger {
    color: var(--white);
    width: 100%;
    text-align: center;
    background-color: var(--prime);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.trigger:focus {
    border: 2px solid #222;
    outline: 0;
}

[data-drawer-showing="true"] .trigger {
    background-color: #3ecf8e;
    border: 2px solid transparent;
}

.kinopoisk .objectNote {
    display: flex;
    line-height: 1.4;
    max-width: 800px;
    text-align: left;
}

@media (max-width: 426px) {
.carousel__nav {
    display: none;
}
}
