

/* Start:/local/templates/lampa/components/bitrix/news/films/bitrix/news.detail/.default/style.css?16887380458809*/
.am-mini-title {
    font-size: 48px !important;
    line-height: 58px;
    color: #040A0D;
    font-weight: normal;
    font-style: normal;
}


.am-shortlist .am-cards {
    margin-top: 75px;
}

.am-shortlist .am-card__shortlist-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.am-shortlist .am-card__shortlist-date .am-card__movie-length {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
}

.am-shortlist .am-card__shortlist-date .am-card__movie-length .am-card__movie-time {
    margin-left: 10px;
    font-size: 15px;
    line-height: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.am-shortlist .am-card__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #040A0D;
}

.am-shortlist .am-card__producer {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-top: 16px;
}

.am-shortlist .am-card__place {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-top: 6px;
}

.am-shortlist .am-card__tags {
    margin-top: 16px;
}

.am-shortlist .am-card__winner-logo {
    position: absolute;
    right: 0;
    top: -75px;
    z-index: 2;
}

.am-shortlist .am-card__winner-logo img {
    width: 100%;
    height: auto;
}

.am-shortlist .am-shortlist__container {
    margin-top: 91px;
}

.am-shortlist .am-card__tags-tag {
    font-size: 15px;
    line-height: 18px;
}

.am-shortlist .am-clock-sm,
.am-shortlist .am-clock-md {
    display: none;
}

@media only screen and (max-width: 950px) {
    .am-shortlist .am-card__img-wrap {
        height: 400px;
    }
    .am-shortlist .am-card__shortlist-date .am-card__movie-length .am-card__movie-time {
        font-size: 21px;
        line-height: 27px;
    }
    .am-shortlist .am-card__title {
        font-size: 30px;
        line-height: 35px;
    }
    .am-shortlist .am-card__shortlist-date {
        font-size: 17px;
        line-height: 22px;
    }
    .am-shortlist .am-card__producer {
        font-size: 26px;
        line-height: 30px;
    }
    .am-shortlist .am-card__place {
        font-size: 21px;
        line-height: 25px;
    }
    .am-shortlist .am-card__tags-tag {
        font-size: 21px;
        line-height: 25px;
    }

    .am-shortlist .am-clock-md {
        display: initial;
    }
    .am-shortlist .am-clock-sm,
    .am-shortlist .am-clock-lg {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .am-shortlist .am-card__winner-logo {
        width: 73px;
        height: 60px;
    }
    .am-shortlist .am-card__img-wrap {
        height: 320px;
    }
    .am-shortlist .am-card__winner-logo {
        top: -50px;
    }
    .am-shortlist .am-card__shortlist-date .am-card__movie-length .am-card__movie-time {
        font-size: 12px;
        line-height: 16px;
    }
    .am-shortlist .am-card__title {
        font-size: 16px;
        line-height: 19px;
    }
    .am-shortlist .am-card__shortlist-date {
        font-size: 12px;
        line-height: 16px;
    }
    .am-shortlist .am-card__producer {
        font-size: 16px;
        line-height: 19px;
    }
    .am-shortlist .am-card__place {
        font-size: 12px;
        line-height: 14px;
    }
    .am-shortlist .am-card__tags-tag {
        font-size: 12px;
        line-height: 14px;
    }
    .am-shortlist .am-clock-sm {
        display: initial;
    }
    .am-shortlist .am-clock-lg,
    .am-shortlist .am-clock-md {
        display: none;
    }
}

.film-detail__inner {
    background-color: #fff;
    padding: 50px 175px 0 100px;
}
.film-detail__top {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 55px;
}
.film-detail__title {
    font-size: 48px;
    margin-bottom: 12px;
    line-height: 58px;
    font-weight: 400;
}
.film-detail__director {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4px;
}
.film-detail__country {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}
.film-detail__chron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.film-detail__chron-count {
    font-size: 20px;
    line-height: 28px;
}
.film-detail__nomination {
    display: grid;
    grid-template-columns: auto 340px;
    grid-gap: 10px;
    margin-bottom: 21px;
}
.film-detail__nomination-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
}
.film-detail__purpose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-gap: 20px;
}
.film-detail__description {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-gap: 40px;
}
.film-detail__description p {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
}
.film-detail__description p:not(:last-child) {
    margin-bottom: 20px;
}
.film-detail__description-image {
    margin-top: 64px;
}
.film-detail__description-image img {
    display: block;
}
.film-detail__description-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
}
.film-detail .am-detail__slider .am-slider__thumbs{
    order: 1;
}
.film-detail .am-detail__slider .am-slider__wrapper{
    order: 0;
    margin-bottom: 37px;
}
@media only screen and (max-width: 1279px) {
    .film-detail__inner {
        padding: 95px 30px 0;
    }
    .film-detail__top {
        display: block;
        margin-bottom: 75px;
    }
    .film-detail__left {
        margin-bottom: 40px;
    }
    .film-detail__nomination {
        grid-template-columns: auto 1fr;
        grid-gap: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .film-detail__purpose {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .film-detail__description {
        display: block;
    }
    .film-detail__description p {
        font-size: 20px;
        line-height: 28px;
    }
    .film-detail__description-image {
        margin-top: 0;
        margin-bottom: 36px;
    }
    .film-detail__description-image img {
        width: 450px;
    }
}
@media only screen and (max-width: 991px) {
    .film-detail__inner {
        padding: 50px 38px 0;
    }
    .film-detail__top {
        margin-bottom: 60px;
    }
    .film-detail__left {
        margin-bottom: 35px;
    }
    .film-detail__title {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 38px;
    }
    .film-detail__director {
        font-size: 20px;
        line-height: 28px;
    }
    .film-detail__country {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 18px;
    }
    .film-detail__chron-count {
        font-size: 16px;
        line-height: 22px;
    }
    .film-detail__nomination {
        grid-gap: 10px;
    }
    .film-detail__nomination-name {
        font-size: 14px;
        line-height: 16px;
    }
    .film-detail__purpose-item svg {
        width: 70px;
        height: 70px;
    }
    .film-detail__description p {
        font-size: 16px;
        line-height: 22px;
    }
    .film-detail__description-image {
        margin-bottom: 20px;
    }
    .film-detail__description-image img {
        width: 270px;
    }
    .film-detail__description-title {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 779px) {
    .film-detail__purpose {
        flex-wrap: wrap;
    }
    .film-detail__inner {
        padding: 50px 22px 0;
    }
    .film-detail__top {
        margin-bottom: 55px;
    }
    .film-detail__left {
        margin-bottom: 25px;
    }
    .film-detail__title {
        font-size: 22px;
        line-height: 26px;
    }
    .film-detail__nomination {
        grid-gap: 15px;
    }
    .film-detail__purpose-item svg {
        width: 80px;
        height: 80px;
    }

    .am-mini-title {
        font-size: 36px !important;
    }
}


.am-slider-half__slider-wrapper {
    left: 30%;
}
/* End */
/* /local/templates/lampa/components/bitrix/news/films/bitrix/news.detail/.default/style.css?16887380458809 */
