

/* Start:/local/components/amado/events/templates/.default/style.css?177740227228009*/
.am-nav__list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding-left: 0;
}

.am-nav__item:not(:first-child) {
    margin-left: 48px;
}

.am-nav__link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    background: none !important;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #040A0D !important;
}

@media only screen and (max-width: 1279px) {
    .am-nav__list {
        display: inline-block;
    }

    .am-nav__item, .am-nav__item:not(:first-child){
        margin-left: 18px;
        font-size: 20px;
    }
}

.about__title {
    margin-bottom: 100px;
}
.about__wrapper {
    display: grid;
    grid-template-columns: 1fr 55%;
    grid-gap: 50px;
    color: #434353;
    margin-bottom: 100px;
}

.about-info__description {
    font-family: "IBMPlexSans", sans-serif;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 50px;
}

.about-img {
    display: block;
    width: 100%;
}

.about-nominations {
    width: 95%;
    font-family: "IBMPlexSans", sans-serif;
}
.about-nominations__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 50px;
}

.nominations {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 143px);
    grid-gap: 50px;
}

.nomination {
    position: relative;
}
.nomination__text {
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
}
.nomination__notice {
    position: absolute;
    left: 112%;
    top: 28px;
    font-size: 15px;
    line-height: 20px;
    width: 160px;
}

.statistic {
    display: grid;
    grid-template-columns: 7fr 10fr 10fr;
    grid-gap: 50px;
}

.statistic-item {
    padding: 20px 0 35px 50px;
    position: relative;
}
.statistic-item:before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #F7C91B;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.statistic-item:not(:first-child) .statistic-item__num {
    margin-left: -18px;
}
.statistic-item__title {
    position: relative;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}
.statistic-item__num {
    font-family: "Arial", sans-serif;
    font-size: 61px;
    font-weight: 900;
    line-height: 86px;
    margin-right: 15px;
}
.statistic-item__text {
    position: relative;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

@media only screen and (max-width: 1279px) {
    .about__title {
        margin-bottom: 35px;
    }
    .about__wrapper {
        display: block;
    }
    .about-info {
        margin-bottom: 100px;
    }
    .about-info__description {
        margin-bottom: 40px;
    }
    .about-nominations {
        width: 100%;
    }
    .about-nominations__text {
        margin-bottom: 45px;
    }
    .nominations {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .nomination__notice {
        width: 205px;
        top: 38px;
    }
    .statistic {
        grid-template-columns: 1fr;
        grid-gap: 60px;
        padding: 0 30px;
    }
}
@media only screen and (max-width: 779px) {
    .about__title {
        margin-bottom: 30px;
    }
    .about__wrapper {
        margin-bottom: 75px;
    }
    .about-info {
        margin-bottom: 50px;
    }
    .about-info__description {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .about-nominations__text {
        width: 90%;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 40px;
    }
    .nominations {
        grid-template-columns: repeat(2, 143px);
        grid-gap: 30px;
    }
    .nomination__notice {
        top: 42px;
        font-size: 12px;
        line-height: 16px;
        width: 170px;
    }
    .statistic {
        grid-gap: 80px;
        padding: 0;
    }
    .statistic-item {
        padding: 30px 50px 0 40px;
    }
    .statistic-item:not(:first-child) .statistic-item__num {
        margin-left: -15px;
    }
    .statistic-item:last-child .statistic-item__num {
        line-height: 52px;
    }
    .statistic-item:last-child .statistic-item__text-last {
        display: block;
        margin-top: -3px;
        margin-bottom: 10px;
    }
    .statistic-item__num {
        font-size: 52px;
        line-height: 70px;
        display: inline-block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}
.main-festivals__title, .main-festivals__description {
    margin-bottom: 55px;
}
@media only screen and (max-width: 1279px) {
    .main-festivals__title, .main-festivals__description {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 779px) {
    .main-festivals__title, .main-festivals__description {
        margin-bottom: 30px;
    }
}

.main-festivals-slider {
    position: relative;
}

.main-festivals-slider-nav__button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 10;
    height: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-right: 21px;
    outline: none;
}
@media only screen and (max-width: 779px) {
    .main-festivals-slider-nav__button {
        padding-right: 0;
    }
}
.main-festivals-slider-nav__button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 106px;
    height: 106px;
    border-radius: 100%;
    background-color: #FFCC00;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media only screen and (max-width: 779px) {
    .main-festivals-slider-nav__button::before {
        width: 52px;
        height: 52px;
        top: 50%;
        right: -5px;
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
    }
}
.main-festivals-slider-nav__button:hover::before {
    -webkit-transform: none;
    transform: none;
}
@media only screen and (max-width: 779px) {
    .main-festivals-slider-nav__button:hover::before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.main-festivals-slider-nav__button svg {
    position: relative;
    z-index: 2;
}
.main-festivals-slider-nav__button_prev {
    left: 0;
    -webkit-transform: translateX(-53px);
    transform: translateX(-53px);
}
@media only screen and (max-width: 1279px) {
    .main-festivals-slider-nav__button_prev {
        -webkit-transform: translateX(-33px);
        transform: translateX(-33px);
    }
}
@media only screen and (max-width: 779px) {
    .main-festivals-slider-nav__button_prev {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
.main-festivals-slider-nav__button_next {
    right: 0;
    -webkit-transform: translateX(53px) rotate(180deg);
    transform: translateX(53px) rotate(180deg);
}
@media only screen and (max-width: 1279px) {
    .main-festivals-slider-nav__button_next {
        -webkit-transform: translateX(33px) rotate(180deg);
        transform: translateX(33px) rotate(180deg);
    }
}
@media only screen and (max-width: 779px) {
    .main-festivals-slider-nav__button_next {
        -webkit-transform: translateX(15px) rotate(180deg);
        transform: translateX(15px) rotate(180deg);
    }
}
.main-festivals-slider-nav__button_disable {
    opacity: 0.5;
    cursor: default;
}
@media only screen and (max-width: 779px) {
    .main-festivals-slider-nav__arrow > svg {
        display: none;
    }
}
.main-festivals-slider-nav__arrow--mobile {
    display: none;
}
@media only screen and (max-width: 779px) {
    .main-festivals-slider-nav__arrow--mobile {
        display: block;
    }
}

.festival-card {
    background: #ffffff;
    width: 100%;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    color: #040A0D;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}
.festival-card__image {
    height: 280px;
    width: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.festival-card__image img {
    width: auto;
    height: 100%;
}
.festival-card__content {
    padding: 22px 26px 31px 29px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
}
.festival-card__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 150px;
}
.festival-card__button {
    margin-top: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.festival-card__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px;
}
.festival-card__description {
    color: #434353;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 25px;
}
.festival-card__date {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
}
.festival-card__online {
    color: #EB5757;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px;
}

@media only screen and (max-width: 1279px) {
    .main-festivals__title {
        margin-bottom: 26px;
    }
    .main-festivals__list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .festival-card__image {
        height: 230px;
    }
    .festival-card__content {
        padding: 22px 29px 29px;
    }
    .festival-card__wrapper {
        min-height: 120px;
    }
    .festival-card__title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .festival-card__description {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 20px;
    }
    .festival-card__date {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0px;
    }
    .festival-card__online {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 779px) {
    .main-festivals__title {
        margin-bottom: 30px;
    }
    .main-festivals__list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}
.program {
    position: relative;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}
.program__background {
    width: 100%;
}
.program__background--tablet, .program__background--mobile {
    display: none;
}
.program__wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.program__title {
    font-size: 72px;
    line-height: 86px;
    margin-bottom: 20px;
}
.program__text {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
}
.program__button {
    font-family: "LetoSans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    width: 320px;
    padding: 14px 0;
    border-radius: 50px;
    border: none;
    display: block;
    text-align: center;
    color: #040A0D;
    background-color: #ffffff;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
.program__button:hover {
    background-color: #eeeeee;
}

@media only screen and (max-width: 1279px) {
    .program__background--desktop {
        display: none;
    }
    .program__background--tablet {
        display: block;
    }
    .program__title {
        margin-bottom: 20px;
    }
    .program__text {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 779px) {
    .program__background--tablet {
        display: none;
    }
    .program__background--mobile {
        display: block;
    }
    .program__title {
        margin-bottom: 20px;
    }
    .program__text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 80px;
        padding-right: 20px;
    }
    .program__button {
        width: 100%;
    }
}
.partners {
    color: #040A0D;
}
.partners__title {
    margin-bottom: 77px;
}
@media only screen and (max-width: 1279px) {
    .partners__title {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 779px) {
    .partners__title {
        margin-bottom: 50px;
    }
}

.partners-group:not(:last-child) {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1279px) {
    .partners-group:not(:last-child) {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 779px) {
    .partners-group:not(:last-child) {
        margin-bottom: 77px;
    }
}
.partners-group__title {
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
}
.partners-group__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 26px 96px;
    padding: 30px;
}
.partners-group__item svg, .partners-group__item img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1279px) {
    .partners__title {
        margin-bottom: 73px;
    }
    .partners-group__title {
        margin-bottom: 48px;
        font-size: 26px;
        line-height: 34px;
    }
    .partners-group__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 779px) {
    .partners__title {
        margin-bottom: 50px;
    }
    .partners-group__title {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 34px;
    }
    .partners-group__list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px 19px;
        padding: 20px;
    }
}
html {
    scroll-behavior: smooth;
}

.event-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #FFCC00;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media only screen and (max-width: 1279px) {
    .event-navigation {
        display: none;
    }
}
.event-navigation__link {
    color: #ffffff;
    display: block;
    padding: 10px 12px 5px;
    font-family: "LetoSans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    transition: background-color 0.25s ease, color 0.25s ease;
}
.event-navigation__link--active, .event-navigation__link:hover {
    color: #040A0D;
    background-color: #FFCC00;
}

.event-navigation-mobile {
    background-color: #FFCC00;
    padding: 16px 18px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1px;
    font-family: "LetoSans", sans-serif;
    display: none;
    text-transform: uppercase;
    position: relative;
}
@media only screen and (max-width: 1279px) {
    .event-navigation-mobile {
        display: block;
    }
}
@media only screen and (max-width: 779px) {
    .event-navigation-mobile {
        padding: 9px 25px 5px;
        font-size: 12px;
        line-height: 16px;
    }
}
.event-navigation-mobile--open .event-navigation-mobile__item-select {
    color: #ffffff;
}
.event-navigation-mobile--open svg {
    display: none;
}
.event-navigation-mobile__item--active {
    display: none;
}
.event-navigation-mobile__item-select {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    padding: 0 0 2px;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #040A0D;
}
.event-navigation-mobile__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #FFCC00;
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-navigation-mobile__link {
    display: block;
    padding: 10px 18px;
    color: #040A0D;
}
@media only screen and (max-width: 779px) {
    .event-navigation-mobile__link {
        padding: 7px 25px;
    }
}

.event-slider {
    margin-top: -95px;
    z-index: 0;
    position: relative;
    height: 80vh;
}

@media only screen and (max-width: 779px) {
    .event-slider {
        height: 35vh;
    }
}
.event-slider__main {
    height: 100%;
    position: relative;
}
.event-slider__main:before, .event-slider__main:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
}
.event-slider__main:before {
    height: 50px;
    top: -10px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(16.54%, rgba(0, 0, 0, 0)), color-stop(84.58%, #000000));
    background: linear-gradient(0, rgba(0, 0, 0, 0) 16.54%, #000000 84.58%);
    opacity: 0;
}
@media only screen and (max-width: 1279px) {
    .event-slider__main:before {
        opacity: 1;
    }
}
@media only screen and (max-width: 779px) {
    .event-slider__main:before {
        top: -5px;
        height: 24px;
        opacity: 1;
    }
}
.event-slider__main:after {
    height: 150px;
    bottom: -25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.54%, rgba(0, 0, 0, 0)), color-stop(84.58%, #000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.54%, #000000 84.58%);
}
@media only screen and (max-width: 1279px) {
    .event-slider__main:after {
        bottom: -30px;
    }
}
@media only screen and (max-width: 779px) {
    .event-slider__main:after {
        height: 24px;
        bottom: -9px;
    }
}
.event-slider__item-img {
    background: url("/images/upload/events/header/main_bg_01__wide.jpg");
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 1279px) {
    .event-slider__item-img {
        background: url("/images/upload/events/header/main_bg_01__medium.jpg");
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 779px) {
    .event-slider__item-img {
        background: url("/images/upload/events/header/main_bg_01__small.jpg");
        background-repeat: no-repeat;
    }
}

.event-slider__item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 1279px) {
    .event-slider-nav {
        display: none;
    }
}
.event-slider-nav__button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 10;
    height: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-right: 21px;
    outline: none;
}
.event-slider-nav__button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 106px;
    height: 106px;
    border-radius: 100%;
    background-color: #FFCC00;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.event-slider-nav__button:hover::before {
    -webkit-transform: none;
    transform: none;
}
.event-slider-nav__button svg {
    position: relative;
    z-index: 2;
}
.event-slider-nav__button_prev {
    left: 100px;
}
.event-slider-nav__button_next {
    right: 100px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.event-slider-nav__button_disable {
    opacity: 0.5;
    cursor: default;
}
.event-slider-pagination {
    position: absolute;
    top: 30px;
    right: 22px;
    width: 90px;
    left: auto;
    bottom: auto;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #FFCC00;
    font-family: "LetoSans", sans-serif;
    font-size: 16px;
    line-height: 1.62;
    font-weight: bold;
}

.event-header {
    background-color: rgb(0, 0, 0);
}
.event-header__navigation {
    margin-bottom: 150px;
}

@media only screen and (max-width: 779px) {
    .event-header__navigation {
        margin-bottom: 15px;
    }
}

.event-header__end {
    overflow: hidden;
}
.event-header__end img {
    width: 100%;
}
@media only screen and (max-width: 1279px) {
    .event-header__end img {
        width: unset;
    }
}

.event-watch {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 180px;
}
.event-watch__title {
    font-family: "LetoSans", sans-serif;
    font-size: 82px;
    font-weight: 700;
    line-height: 103px;
    color: #ffffff;
    white-space: nowrap;
    text-align: right;
    background: url("/images/upload/events/header/main_video_313p_short.gif");
    width: 640px;
    height: 313px;
}

@media only screen and (max-width: 779px) {
    .event-watch__title {
        background: none;
    }
}

.event-watch__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.event-watch__play-button {
    text-align: center;
    padding-top: 22px;
}
.event-watch__play-button a {
    display: inline-block;
    border-radius: 50%;
    height: 184px;
    overflow: hidden;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
.event-watch__play-button a:hover {
    background-color: rgba(255, 204, 0, 0.5);
}
.event-watch__promo-line {
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    margin: 15px 0 30px 5px;
}
.event-watch__promo {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    color: #ffffff;
    cursor: pointer;
}
.event-watch__promo:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.event-watch__promo svg {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.event-watch__info {
    font-family: "IBMPlexSans", sans-serif;
    font-size: 24px;
    line-height: 31px;
}
.event-watch__info-quota {
    margin-bottom: 67px;
}
.event-watch__info-text {
    font-weight: 400;
    margin-bottom: 40px;
    color: #ffffff;
    max-width: 639px;
}
.event-watch__info-notice {
    font-weight: 700;
    color: #FFCC00;
}

@media only screen and (max-width: 1279px) {
    .event-watch {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }
    .event-watch__title {
        max-width: 547px;
    }
    .event-watch__promo-line {
        margin: 10px 0 25px 5px;
    }
}
@media only screen and (max-width: 779px) {
    .event-watch {
        grid-gap: 30px;
    }
    .event-watch__title {
        font-size: 45px;
        line-height: 56px;
    }
    .event-watch__play-button a {
        height: 104px;
    }
    .event-watch__play-button svg {
        width: 104px;
        height: 104px;
    }
    .event-watch__promo-line {
        margin: 10px 0 25px 5px;
    }
    .event-watch__promo {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 4px;
        margin-left: 5px;
    }
    .event-watch__promo span {
        width: 100px;
        white-space: pre-wrap;
        text-align: left;
    }
    .event-watch__promo svg {
        width: 10px;
        height: 6px;
    }
    .event-watch__info {
        font-family: "IBMPlexSans", sans-serif;
        font-size: 16px;
        line-height: 21px;
    }
    .event-watch__info-quota {
        margin-bottom: 30px;
    }
    .event-watch__info-text {
        margin-bottom: 30px;
        max-width: 276px;
    }
}
.movie-poster__title {
    display: grid;
    grid-template-columns: auto 400px;
}
.movie-poster__title, .movie-poster__description {
    margin-bottom: 50px;
}
@media only screen and (max-width: 1279px) {
    .movie-poster__title, .movie-poster__description {
        margin-bottom: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 779px) {
    .movie-poster__title, .movie-poster__description {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}
.movie-poster__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 90px 30px;
}
@media only screen and (max-width: 1279px) {
    .movie-poster__list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 20px;
    }
}
@media only screen and (max-width: 779px) {
    .movie-poster__list {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }
}

.event-main {
    background: url("/images/upload/events/background.jpg");
    background-size: 100%;
    color: #040A0D;
}
.event-main__header {
    margin-bottom: 150px;
}

.events-title {
    font-size: 72px;
    line-height: 88px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 1279px) {
    .events-title {
        font-family: "LetoSans", sans-serif;
        font-size: 42px;
        line-height: 55px;
    }
}
@media only screen and (max-width: 779px) {
    .events-title {
        font-size: 26px;
        line-height: 34px;
    }
}

.events-description {
    font-family: "IBMPlexSans", sans-serif;
    font-size: 24px;
    line-height: 31px;
    max-width: 1060px;
    color: #434353;
}
@media only screen and (max-width: 779px) {
    .events-description {
        font-size: 16px;
        line-height: 21px;
    }
}

.arrow-button {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 15px;
}
.arrow-button button {
    background-color: #FFCC00;
    padding: 5px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 15px;
    font-family: "LetoSans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    cursor: pointer;
    border: 2px solid #FFCC00;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
.arrow-button button:hover {
    background-color: #ffffff;
}
.arrow-button__arrow {
    height: 1px;
    background-color: #FFCC00;
    position: relative;
}
.arrow-button__arrow:before, .arrow-button__arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 1px;
    background-color: #FFCC00;
}
.arrow-button__arrow:before {
    -webkit-transform: translate(0, -2px) rotate(45deg);
    transform: translate(0, -2px) rotate(45deg);
}
.arrow-button__arrow:after {
    -webkit-transform: translate(0, 2px) rotate(-45deg);
    transform: translate(0, 2px) rotate(-45deg);
}
.am-register__btn{
    display: none!important;
}
/* End */


/* Start:/local/components/amado/events/templates/.default/bitrix/news.list/schedule/style.css?17312713944552*/
.event-program__title {
  color: #ffffff;
}
.event-program__wrapper--white {
  background-color: #ffffff;
}
.event-program__wrapper--grey {
  background-color: #F2F2F2;
}
.event-program__container {
  width: 100%;
  max-width: 1094px;
  padding: 0 20px;
  margin: 0 auto;
}

.event-program__description {
  max-width: 580px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 70px;
}
.event-program__description p {
  margin: 0;
}
.event-program__description--yellow {
  font-weight: 700;
  color: #FFCC00;
}
@media only screen and (min-width: 1280px) {
  .event-program__filter-container {
    display: flex;
  }
  .event-program .am-filter__section {
    padding-left: calc((100% - 1054px) / 2);
    padding-right: calc((100% - 1054px) / 2);
  }
}
.event-program .event-item:not(.event-item--break) {
  margin-bottom: 40px;
}
.event-program__break {
  padding: 40px 0 25px;
  margin-bottom: 50px;
}

.event-line-date {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  margin-bottom: 30px;
}
.event-line-date:not(:first-child) {
  margin-top: 40px;
}
.event-line-date__date {
  font-family: "LetoSans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.event-line-date__line {
  height: 1px;
  background-color: #FFCC00;
}

.event-line {
  height: 1px;
  background-color: #eaebeb;
  margin-bottom: 42px;
}

.event-item {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 210px 0.85fr;
}
.event-item--break {
  grid-template-columns: 160px 1fr;
}
.event-item--with-img {
  grid-template-columns: 210px 1fr 1fr;
}
.event-item__date-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
}
.event-item__time, .event-item__place {
  font-family: "LetoSans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #040A0D;
}
.event-item__time--grey, .event-item__place--grey {
  color: #BDBDBD;
  margin-bottom: 10px;
}
.event-item__place {
  font-family: "Roboto", sans-serif;
}
.event-item__danger {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #EB5757;
  margin-top: 17px;
}
.event-item__img img {
  width: 100%;
}
.event-item__info-title {
  font-family: "LetoSans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #040A0D;
}
.event-item__info-text p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #434353;
}
.event-item__info-text p.event-item__info-text--black {
  color: #040A0D;
}
.event-item__info-button {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}
.event-item__info-link {
  font-family: "LetoSans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: underline;
}
.event-item__info-link:hover {
  text-decoration: none;
}

.am-filter__dropdown {
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .am-filter__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .event-program__description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .event-item {
    grid-gap: 13px;
    grid-template-columns: 1fr;
  }
  .event-item:not(.event-item--break) {
    grid-template-areas: "date" "img" "info";
  }
  .event-item:not(.event-item--break) .event-item__date {
    grid-area: date;
  }
  .event-item:not(.event-item--break) .event-item__img {
    grid-area: img;
  }
  .event-item:not(.event-item--break) .event-item__info {
    grid-area: info;
  }
  .event-item--with-img {
    grid-template-columns: 1fr;
  }
  .event-item__date-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event-item__date-info--grey {
    color: #BDBDBD;
  }
  .event-item__danger {
    margin-top: 0;
  }
  .event-item__info-title {
    font-size: 22px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 779px) {
  .event-item--break {
    grid-template-columns: 1fr;
    grid-gap: 13px;
  }
  .event-item__date--break {
    padding-left: 2px;
  }
  .event-item__date-info {
    display: block;
  }
  .event-item__info-title {
    font-size: 20px;
    line-height: 24px;
  }
}
/* End */
/* /local/components/amado/events/templates/.default/style.css?177740227228009 */
/* /local/components/amado/events/templates/.default/bitrix/news.list/schedule/style.css?17312713944552 */
