/*
CSS uraltuz desktop.
*/

@font-face {
    font-family: 'notosans';
    src: url("../fonts/NotoSans-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: 'notosans';
    src: url("../fonts/NotoSans-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: 'bebas';
    src: url("../fonts/bebasneuebold.ttf");
    font-weight: 700;
}

html, body
{
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'notosans';
    min-width: 1180px;
}

body
{
    --color-blue: #094780;
    --color-orange: #f45f20;
    --color-red: #e20914;
}



/* ОБЩИЕ СТИЛИ */

.but-buy
{
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}

.but-anim,
.but-anim *,
.but-anim:after,
.but-anim:before,
.menu > ul > li > a,
.submenu > a
{
    -webkit-transition: background-color .2s, color .2s, opacity .2s, min-height .5s;
    -moz-transition: background-color .2s, color .2s, opacity .2s, min-height .5s;
    -ms-transition: background-color .2s, color .2s, opacity .2s, min-height .5s;
    -o-transition: background-color .2s, color .2s, opacity .2s, min-height .5s;
    tratsition: background-color .2s, color .2s, opacity .2s, min-height .5s;
}

.but-buy:before,
.but-buy:after
{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.but-buy:before
{
    top: 11.5px;
    left: -10px;

}

.but-buy:after
{
    top: 11.5px;
    right: -10px;
}



/* ШАПКА САЙТА */

header
{
    height: 175px;
    width: 100%;
    background-color: var(--color-blue);
    color: #fff;
}

/* ШАПКА САЙТА — ВЕРХНИЙ БЛОК */
.top-up
{
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding-top: 20px;
}

.top-up a
{
    color: #fff;
    text-decoration: none;
}

.top-up a:hover
{
    color: var(--color-orange);
}

.top-up span
{
    display: inline-block;
    margin: 0px 15px;
}



/* ШАПКА — НИЖНИЙ БЛОК */

.top-bottom
{
    text-align: center;
}

.top-bottom div,
.orgname span
{
    display: inline-block;
}

.orgname
{
    text-align: left;
    position: relative;
    top: 15px;
    margin-right: 140px !important;
    margin-left: 30px;
}

.orgname span:first-child
{
    font-size: 15px;
    font-weight: bold;
    width: 200px;
}

.orgname span:last-child
{
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    margin-top: 3px;
    width: 150px;
}

.logo img
{
    position: relative;
    top: 20px;
    left: -15px;
}

.top-bottom__block-right
{
    text-align: right;
    margin-left: 40px;
    margin-right: 30px;
    position: relative;
    top: 12px;
}

.top-bottom__block-right__up,
.top-bottom__block-right__bottom
{
    display: inline-block;
    position: relative;
}

.top-bottom__block-right__up
{
    /* empty */
}

.top-bottom__block-right__bottom
{
    top: 10px;
}

.top-buy
{
    margin-left: 20px !important;
    margin-right: 0 !important;
}

.top-buy:hover
{
    background-color: #fff !important;
    color: var(--color-blue) !important;
}

.top-bottom__block-right__up > .but-buy
{
    background-color: var(--color-orange);
}


.top-bottom__block-right__up > .but-buy:before,
.top-bottom__block-right__up > .but-buy:after
{
    background-color: var(--color-blue);
}

.but-lk
{
    display: inline-block;
    background-color: #fff;
    text-decoration: none;
    color: var(--color-blue);
}

.but-lk:hover
{
    background-color: var(--color-orange);
    color: #fff;
}

.but-lk span
{
    display: inline-block;
    font-weight: bold;
    font-size: 9px;
}

.but-lk span:first-child
{
    top: 5px;
    position: relative;
    margin: 0 5px 0 9px;
    background-image: url('../images/top-lk.png');
    width: 15px;
    height: 16px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.but-lk span:last-child
{
    padding: 8px 15px;
    border-left: 3px solid var(--color-blue);
}

.search-ico
{
    position: relative;
    top: 6px;
    margin-right: 15px;
}

.search-ico:hover
{
    opacity: 0.5;
    cursor: pointer;
}



/* МЕНЮ */

.menu
{
    height: 40px;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.menu > ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.menu > ul > li {
    margin: 0 40px;
    position: relative;
}

.menu > ul > li {
    display: inline-block;
    line-height: 40px;
}

.menu > ul > li > a {
    color: #000;
    font: bold 14px 'notosans';
    text-decoration: none;
}

.menu > ul > li > a:hover,
.menu > ul > li > a > .active {
    color: var(--color-orange);
}

.submenu
{
    list-style: none;
    top: 40px;
    left: -95px;
    position: absolute !important;
    background-color: #fff;
    z-index: 99999999999999;
    text-align: center;
    font-weight: bold;
    padding: 0 !important;
    display: none;
    -webkit-box-shadow: 1px 13px 14px 0px rgba(34, 60, 80, 0.26);
    -moz-box-shadow: 1px 13px 14px 0px rgba(34, 60, 80, 0.26);
    box-shadow: 1px 13px 14px 0px rgba(34, 60, 80, 0.26);
}

.submenu > a
{
    display: inline-block;
    min-width: 250px;
    text-decoration: none;
    color: var(--color-blue);
}

.submenu > a:hover
{
    background-color: var(--color-orange);
    color: #fff;
}



/* ПЛАШКА С СЕЗОНОМ */

.season-history
{
    height: 160px;
    background-color: var(--color-orange);
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 160px;
}

.season-history span
{
    display: inline-block;
    font-family: 'bebas';
    font-size: 80px;
    color: #fff;
    margin-right: 15px
}

.but-history
{
    display: inline-block;
    padding: 20px 30px;
    font-size: 15px;
    text-decoration: none;
    color: var(--color-blue);
    border: 2px solid var(--color-blue);
    background-color: #fff;
    line-height: 0px;
    margin-left: 150px;
    position: relative;
    top: -15px;
}

.but-history:hover
{
    color: #fff;
    background-color: var(--color-blue);
}



/* СЛАЙДЕР */

.slider
{
    font-family: 'bebas';
    height: 650px;
    background-color: #999;
}

.slide
{
    position: relative;
}

.slide-text
{
    display: inline-block;
    position: absolute;
    font-size: 60px;
    color: #fff;
    bottom: 7%;
    left: 8%;
}

.slide-indent
{
    height: 5px;
}

.but-slide
{
    display: inline-block;
    background-color: var(--color-blue);
    color: #fff;
    font-family: 'notosans';
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    width: auto;
}

.but-slide:hover
{
    background-color: #fff;
    color: var(--color-blue);
}

/* КОНТЕНТ */

.content
{
    /* empty */
}

/* НАВИГАЦИЯ ХЛЕБНЫЕ КРОШКИ */

.nav-bread-crumbs
{
    max-width: 885.5px;
    text-align: left;
    margin: 10px auto 10px auto;
}

.nav-bread-crumbs span,
.nav-bread-crumbs a
{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: var(--color-orange);
}

.nav-bread-crumbs span
{
    display: inline-block;
    margin: 0 10px;
}

/* АФИША */

.afisha
{
    text-align: center;
}

.months-afisha
{
    height: 116px;
}

.months-afisha span
{
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #999;
    margin: 30px;
    top: -10px;
    user-select: none;
}

.months-afisha span:hover
{
    cursor: pointer;
    color: var(--color-blue);
}

.month-afisha-name
{
    margin-top: 50px !important;
}

.month-afisha-name
{
    -webkit-transition: color .3s, font-size .3s, opacity .3s;
    -moz-transition: color .3s, font-size .3s, opacity .3s;
    -ms-transition: color .3s, font-size .3s, opacity .3s;
    -o-transition: color .3s, font-size .3s, opacity .3s;
    transition: color .3s, font-size .3s, opacity .3s;
}

.months-afisha > .active
{
    color: var(--color-blue);
    font-size: 26px;
}

/*
// СТРЕЛКИ НА МЕСЯЦАХ АФИШЕ
.months-afisha span:first-child,
.months-afisha span:last-child
{
    font-size: 50px;
    font-weight: normal;
    margin: 30px 0px;
    top: 0 !important;
}
*/

.afisha-header
{
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    color: var(--color-blue);
    font-size: 35px;
}

.link-download-filter-afisha,
.link-download-zayavleniye-filter-afisha
{
    text-decoration: none;
    color: #999;
    font-size: 15px;
    position: relative;
}

.link-download-filter-afisha
{
    top: 1.5px;
    margin-right: 35px;
}

.link-download-zayavleniye-filter-afisha {
    display: block;
    max-width: 885px;
    margin: 10px auto 0 auto;
    text-align: right;
}

.link-download-filter-afisha:hover,
.link-download-zayavleniye-filter-afisha:hover
{
    color: #094780;
}

.link-download-filter-afisha-img,
.link-download-zayavleniye-filter-afisha-img
{
    display: inline-block;
    width: 26.5px;
    height: 26.5px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.link-download-filter-afisha-img
{
    background-image: url("../images/download-afisha-pdf.png");    
}

.link-download-zayavleniye-filter-afisha-img
{
    background-image: url("../images/download-afisha-docx.png");    
}

.link-download-filter-afisha span:last-child,
.link-download-zayavleniye-filter-afisha span:last-child
{
    display: inline-block;
    position: relative;
    top: -10px;
    margin-right: 5px;
}

.filter-afisha > div
{
    display: inline-block;
    padding: 17px 30px;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    line-height: 0px;
    position: relative;
    top: -12px;
    font-weight: bold;
    margin-left: 20px;
}

.but-filter-all.active,
.but-all-afisha.active
{
    color: #fff;
    background-color: var(--color-blue);
}

.but-filter-prem.active
{
    color: #fff;
    background-color: var(--color-red);
}

.but-filter-children.active
{
    color: #fff;
    background-color: var(--color-blue);
}

.but-filter-adults.active
{
    color: #fff;
    background-color: var(--color-orange);
}

.filter-afisha > div:hover
{
    cursor: pointer;
}

.but-filter-all
{
    color: var(--color-blue);
    border: 2px solid var(--color-blue);
}

.but-filter-prem
{
    color: var(--color-red);
    border: 2px solid var(--color-red);
    margin-left: 20px;
}

.but-filter-children
{
    color: var(--color-blue);
    border: 2px solid var(--color-blue);
    margin-left: 20px;
}

.but-filter-adults
{
    color: var(--color-orange);
    border: 2px solid var(--color-orange);
}

.but-filter-all:hover
{
    color: #fff;
    background-color: var(--color-blue);
}

.but-filter-prem:hover
{
    color: #fff;
    background-color: var(--color-red);
}


.but-filter-children:hover
{
    color: #fff;
    background-color: var(--color-blue);
}

.but-filter-adults:hover
{
    color: #fff;
    background-color: var(--color-orange);
}

.events-afisha .event
{
    min-height: 190px;
    overflow: hidden;
}

.event-index-hidden
{
    display: none;
}

.event span,
.event img
{
    display: inline-block;
    position: absolute;
}

.event a
{
    position: absolute;
}

.event span
{
    width: 100%;
}

.event-row > div
{
    position: relative;
}

.events-afisha
{
    padding-top: 15px;
}

.event
{
    width: 100%;
}

.event-table
{
    display: table;
    height: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.event-row
{
    display: table-row;
}

.event-date__div
{
    width: 70px;
}

.event-month-time-day__div
{
    width: 150px;
}

.event-today-or-tomorrow
{
    top: 12px;
    left: -25px;
}

.event-month
{
    top: 55.5px;
}

.event-time
{
    top: 88px;
}

.event-day
{
    font-size: 14px;
    top: 113px;
}

.event-name-description__div
{
    width: 310px;
}

.event-premiere
{
    top: 12px;
    /* left: 180px; */
    left: 120px;
    color: var(--color-red);
}

.event-link
{
    margin-top: 31px;
    display: inline-block;
    left: 0;
    width: 100%;
    position: relative !important;
    text-decoration: 0;
    color: inherit;
}

.event-authors
{
    font-size: 13px;
    left: 0;
    top: -0.5px;
}

.event-name
{
    position: relative !important;
    margin-top: 24.5px;
    text-transform: uppercase;
}

.event-description
{
    position: relative !important;
    margin-top: 11.5px;
    padding-bottom: 15px;
}

.event-logo-hallname__div
{
    width: 150px;
}

.event-logo-real-theater
{
    width: 40px;
    top: 24px;
    left: 20px;
}

.event-logo-golden-mask
{
    width: 40px;
    top: 24px;
    left: 85px;
}

.event-hallname
{
    top: 95px;
    text-align: center !important;
}

.event-pk-but-icodur-time-price-agelimit-orgname__div
{
    width: 240px;
}

.event-pk
{
    width: 140px;
    top: 21px;
    left: 10px;
}

.event-icodur
{
    width: 18px;
    top: 116.5px;
    left: 7px;
}

.event-duration
{
    top: 117px;
    left: 30px;
}

.event-price
{
    top: 117px;
    left: 61px;
    width: 132px !important;
    text-align: center !important;
}

.event-agelimit
{
    top: 117px;
    left: 197px;
}

.event-orgname
{
    top: 143px;
    left: 10px;
}

.event-date__div,
.event-month-time-day__div,
.event-name-description__div,
.event-logo-hallname__div,
.event-pk-but-icodur-time-price-agelimit-orgname__div
{
    display: table-cell;
}

.event-date
{
    font-family: 'bebas';
    font-size: 65px;
    top: 50px;
    left: -6px;
}

.event-month,
.event-time,
.event-day,
.event-name,
.event-description,
.event-hallname,
.event-but
{
    left: 0;
}

.event-row div,
.event-row span
{
    font-weight: bold;
    text-align: left;
}

.event-month,
.event-time,
.event-name
{
    font-size: 20px;
}

.event-today-or-tomorrow,
.event-premiere, .event-description,
.event-hallname, .event-duration, .event-price,
.event-agelimit, .event-orgname
{
    font-size: 13px;
    font-weight: bold;
}

.event-but
{
    top: 70px;
    font-size: 14px !important;
    opacity: 1;
    min-width: 140px;
    text-align: center;
}

.event-but:hover
{
    opacity: 0.5;
}

.event-but.no-seats
{
    color: #fff !important;
    background-color: #808080 !important;
}

.event-but.no-seats:hover
{
    cursor: not-allowed;
}

.event .but-buy:before,
.event .but-buy:after
{
    background-color: #fff;
    top: 9.5px !important;
}

.event .but-buy-black:before,
.event .but-buy-black:after
{
    background-color: #000 !important;
}

.afisha-adults .event-but
{
    background-color: var(--color-orange);
}

.afisha-adults .event-but-active
{
    background-color: #fff !important;
    color: var(--color-orange) !important;
}

.afisha-adults .event-but-active:before,
.afisha-adults .event-but-active:after
{
    background-color: var(--color-orange) !important;
}

.afisha-children .event-but-active
{
    background-color: #fff !important;
    color: var(--color-blue) !important;
}

.afisha-children .event-but-active:before,
.afisha-children .event-but-active:after
{
    background-color: var(--color-blue) !important;
}

.afisha-adults .event-date__div,
.afisha-adults .event-month-time-day__div span,
.afisha-adults .event-today-or-tomorrow
{
    color: var(--color-orange);
}

.afisha-children .event-but
{
    background-color: var(--color-blue);
}

.afisha-children .event-date__div,
.afisha-children .event-month-time-day__div span,
.afisha-children .event-today-or-tomorrow
{
    color: var(--color-blue);
}

.afisha-real-theater .event-but
{
    background-color: var(--color-red);
}

.afisha-real-theater .event-date__div,
.afisha-real-theater .event-month-time-day__div span
{
    color: var(--color-red) !important;
}

.afisha-real-theater .event-today-or-tomorrow,
.afisha-real-theater
{
    color: #000 !important;
}

.but-all-afisha
{
    display: inline-block;
    padding: 25px 40px;
    font-size: 18px;
    text-decoration: none;
    color: var(--color-blue);
    border: 2px solid var(--color-blue);
    background-color: #fff;
    line-height: 0px;
    font-weight: bold;
    position: relative;
    top: -15px;
    margin: 70px auto 40px auto;
    width: 125px;
    height: 1px;
}

.but-all-afisha:hover
{
    cursor: pointer;
    color: #fff;
    background-color: var(--color-blue);
}


/* НОВОСТИ */

.news
{
    text-align: center;
    margin-bottom: 80px;
}

.news-header
{
    display: inline-block;
    font-weight: bold;
    color: var(--color-blue);
    font-size: 35px;
    width: 100%;
    text-align: center;
}

.news-header span
{
    display: inline-block;
    min-width: 300px;
    max-width: 680px;
    width: 100%;
    border-bottom: 2px solid var(--color-blue);
}

.news-table
{
    display: table;
    max-width: 865px;
    width: 100%;
    margin: 55px auto 25px auto;
    max-height: 480px !important;
}

.news-other__block
{
    display: table-cell;
}

.news-row
{
    display: table-row;
}

.news-main
{
    display: table-cell;
    position: relative;
    vertical-align: bottom;
    max-width: 440px;
    width: 440px;
    height: 480px;
    background-color: #808080;
    background-image: url("../images/news/news1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    -webkit-box-shadow: 5px -200px 79px 35px rgba(0, 0, 0, 0.7) inset;
    -moz-box-shadow: 5px -200px 79px 35px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 5px -200px 79px 35px rgba(0, 0, 0, 0.7) inset;
    text-transform: uppercase;
}

.news-main div
{
    display: inline-block;
}

.news-main span
{
    display: inline;
}

.news-main-header
{
    font-weight: bold;
    margin-bottom: 19px;
    font-size: 23px;
    text-align: left;
    max-width: 480px;
    padding: 0 50px;
}

.news-main-date
{
    font-weight: bold;
    margin-bottom: 22px;
    font-size: 24px;
    text-align: left !important;
    font-size: 13px;
    width: 100%;
    padding: 0 50px;
}

.news-other
{
    display: table-cell;
    width: 425px;
    height: 150px;
    vertical-align: middle;
    text-align: left;
    padding: 5px 20px;
}

.news-other div
{
    width: 100%;
}

.news-other div span
{
    color: #808080;
    display: inline !important;
}

.news-main-header span.active
{
    background-color: var(--color-orange);
}

.news-main-date span.active
{
    background-color: var(--color-blue);
}

.news-other div span.active
{
    background-color: var(--color-orange);
    color: var(--color-blue);
}

.news-other-header
{
    display: inline-block;
    padding: 0 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.news-other-date
{
    display: inline-block;
    padding: 0 1px;
    text-transform: uppercase;
    position: relative;
    margin-top: 20.5px;
    font-size: 13px;
    font-weight: normal;
}

.news-other-description
{
    display: inline-block;
    padding: 0 1px;
    position: relative;
    margin-top: 11px;
    font-size: 13px;
    font-weight: normal;
}

.but-allnews
{
    color: var(--color-blue);
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
}

.but-allnews:hover
{
    color: var(--color-orange);
}

/* ФУТЕР — ПОДВАЛ САЙТА */

.before-footer-indentation
{
    width: 100%;
    height: 120px;
}
footer
{
    padding: 30px;
    text-align: center;
    background-color: var(--color-blue);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.footer-up span
{
    display: inline-block;
    font-size: 18px;
    margin: 38px 140px 20px 140px;
    position: relative;
    top: -122px;
}

.footer-up span:first-child
{
    text-align: left;
    top: -23px;
}

.footer-up span:last-child a
{
    opacity: 1;
}

.footer-up span:last-child a:hover
{
    opacity: 0.5;
}

.footer-up span:last-child img
{
    width: 25px;
    margin: 10px;
}

.but-elapp
{
    display: inline-block;
    padding: 20px 30px;
    font-size: 14px;
    text-decoration: none;
    color: var(--color-orange);
    border: 2px solid var(--color-orange);
    background-color: #fff;
    line-height: 0px;
    position: relative;
    top: -15px;
    margin: 10px auto;
}

.but-elapp:hover
{
    color: #fff;
    background-color: var(--color-orange);
}